|
|
|
| 1 | 2025-09-09T22:06:50.828Z | job assigned to worker 01K4R879GA65MFT1X00BHWVNY1 [factory aws, i-0ef55498db05a1b48] (queued for 55 s) |
| |
| 2 | 2025-09-09T22:06:59.360Z | starting task 0: "setup" |
| 3 | 2025-09-09T22:06:59.365Z | ++ uname -s |
| 4 | 2025-09-09T22:06:59.368Z | + kern=SunOS |
| 5 | 2025-09-09T22:06:59.368Z | + build_user=build |
| 6 | 2025-09-09T22:06:59.368Z | + build_uid=12345 |
| 7 | 2025-09-09T22:06:59.368Z | + work_dir=/work |
| 8 | 2025-09-09T22:06:59.368Z | + input_dir=/input |
| 9 | 2025-09-09T22:06:59.368Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-09T22:06:59.368Z | + case "$kern" in |
| 11 | 2025-09-09T22:06:59.368Z | + groupadd -g 12345 build |
| 12 | 2025-09-09T22:06:59.371Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-09T22:07:01.379Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-09T22:07:01.496Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-09T22:07:01.499Z | + home_fs=zfs |
| 16 | 2025-09-09T22:07:01.499Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-09T22:07:01.499Z | + mkdir -p /home/build |
| 18 | 2025-09-09T22:07:01.502Z | + chown build:build /home/build /work |
| 19 | 2025-09-09T22:07:03.503Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-09T22:07:03.506Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2025-09-09T22:07:03.512Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-09T22:07:03.519Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-09T22:07:03.519Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-09T22:07:03.519Z | * rust toolchain profile = "default" |
| 25 | 2025-09-09T22:07:03.519Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-09-09T22:07:03.519Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-09T22:07:03.519Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-09T22:07:03.522Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-09T22:07:03.522Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-09T22:07:03.623Z | info: downloading installer |
| 31 | 2025-09-09T22:07:05.112Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-09T22:07:05.112Z | warn: /opt/ooce/bin |
| 33 | 2025-09-09T22:07:05.112Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-09T22:07:05.112Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-09T22:07:05.112Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-09T22:07:05.112Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-09T22:07:05.112Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-09T22:07:05.112Z | error: cannot install while Rust is installed |
| 39 | 2025-09-09T22:07:05.112Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-09T22:07:05.138Z | info: profile set to 'default' |
| 41 | 2025-09-09T22:07:05.138Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-09T22:07:05.141Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-09T22:07:05.300Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-09T22:07:05.300Z | info: downloading component 'cargo' |
| 45 | 2025-09-09T22:07:06.083Z | info: downloading component 'clippy' |
| 46 | 2025-09-09T22:07:06.459Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-09T22:07:07.872Z | info: downloading component 'rust-std' |
| 48 | 2025-09-09T22:07:09.535Z | info: downloading component 'rustc' |
| 49 | 2025-09-09T22:07:15.552Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-09T22:07:15.788Z | info: installing component 'cargo' |
| 51 | 2025-09-09T22:07:16.673Z | info: installing component 'clippy' |
| 52 | 2025-09-09T22:07:17.068Z | info: installing component 'rust-docs' |
| 53 | 2025-09-09T22:07:18.921Z | info: installing component 'rust-std' |
| 54 | 2025-09-09T22:07:20.848Z | info: installing component 'rustc' |
| 55 | 2025-09-09T22:07:27.365Z | info: installing component 'rustfmt' |
| 56 | 2025-09-09T22:07:27.698Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-09T22:07:27.698Z | |
| 58 | 2025-09-09T22:07:28.128Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-09T22:07:28.128Z | |
| 60 | 2025-09-09T22:07:28.131Z | |
| 61 | 2025-09-09T22:07:28.131Z | Rust is installed now. Great! |
| 62 | 2025-09-09T22:07:28.131Z | |
| 63 | 2025-09-09T22:07:28.131Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-09T22:07:28.131Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-09T22:07:28.131Z | |
| 66 | 2025-09-09T22:07:28.131Z | To configure your current shell, you need to source |
| 67 | 2025-09-09T22:07:28.131Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-09T22:07:28.131Z | |
| 69 | 2025-09-09T22:07:28.131Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-09T22:07:28.131Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-09T22:07:28.131Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-09T22:07:28.131Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-09T22:07:28.230Z | + rustup --version |
| 74 | 2025-09-09T22:07:28.242Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-09T22:07:28.245Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-09T22:07:28.324Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-09T22:07:28.327Z | + cargo --version |
| 78 | 2025-09-09T22:07:28.398Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-09T22:07:28.401Z | + rustc --version |
| 80 | 2025-09-09T22:07:28.509Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-09T22:07:28.516Z | process exited: duration 25001 ms, exit code 0 |
| |
| 82 | 2025-09-09T22:07:28.522Z | starting task 2: "authentication" |
| 83 | 2025-09-09T22:07:28.544Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-09T22:07:28.550Z | starting task 3: "clone repository" |
| 85 | 2025-09-09T22:07:28.555Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-09T22:07:28.558Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-09T22:07:28.627Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-09T22:07:38.914Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-09T22:07:38.918Z | + git fetch origin 056829ff57a4a48e98720d2f6679f71f495236f7 |
| 90 | 2025-09-09T22:07:39.246Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-09T22:07:39.246Z | * branch 056829ff57a4a48e98720d2f6679f71f495236f7 -> FETCH_HEAD |
| 92 | 2025-09-09T22:07:39.257Z | + [[ -n image_reporting ]] |
| 93 | 2025-09-09T22:07:39.260Z | ++ git branch --show-current |
| 94 | 2025-09-09T22:07:39.260Z | + current=main |
| 95 | 2025-09-09T22:07:39.260Z | + [[ main != image_reporting ]] |
| 96 | 2025-09-09T22:07:39.260Z | + git branch -f image_reporting 056829ff57a4a48e98720d2f6679f71f495236f7 |
| 97 | 2025-09-09T22:07:39.263Z | + git checkout -f image_reporting |
| 98 | 2025-09-09T22:07:39.504Z | Switched to branch 'image_reporting' |
| 99 | 2025-09-09T22:07:39.507Z | + git reset --hard 056829ff57a4a48e98720d2f6679f71f495236f7 |
| 100 | 2025-09-09T22:07:39.746Z | HEAD is now at 056829ff5 merge |
| 101 | 2025-09-09T22:07:39.749Z | process exited: duration 11196 ms, exit code 0 |
| |
| 102 | 2025-09-09T22:07:39.755Z | starting task 4: "build" |
| 103 | 2025-09-09T22:07:39.762Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-09T22:07:39.765Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-09T22:07:39.765Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-09T22:07:39.765Z | + cargo --version |
| 107 | 2025-09-09T22:07:39.819Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-09T22:07:39.822Z | + rustc --version |
| 109 | 2025-09-09T22:07:39.892Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-09T22:07:39.894Z | + source ./env.sh |
| 111 | 2025-09-09T22:07:39.897Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-09-09T22:07:39.897Z | ++ set -o xtrace |
| 113 | 2025-09-09T22:07:39.897Z | ++++ dirname ./env.sh |
| 114 | 2025-09-09T22:07:39.900Z | +++ readlink -f . |
| 115 | 2025-09-09T22:07:39.903Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-09-09T22:07:39.903Z | ++ 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 | 2025-09-09T22:07:39.903Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-09-09T22:07:39.903Z | ++ 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 | 2025-09-09T22:07:39.903Z | ++ 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 | 2025-09-09T22:07:39.903Z | ++ 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 | 2025-09-09T22:07:39.904Z | ++ 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 | 2025-09-09T22:07:39.904Z | ++ 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 | 2025-09-09T22:07:39.904Z | ++ 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 | 2025-09-09T22:07:39.904Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-09-09T22:07:39.904Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-09-09T22:07:39.904Z | + 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 | 2025-09-09T22:07:39.904Z | + 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 | 2025-09-09T22:07:39.904Z | + banner prerequisites |
| 129 | 2025-09-09T22:07:39.907Z | |
| 130 | 2025-09-09T22:07:39.907Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-09-09T22:07:39.907Z | # # # # # # # # # # # # # # # |
| 132 | 2025-09-09T22:07:39.907Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-09-09T22:07:39.907Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-09-09T22:07:39.907Z | # # # # # # # # # # # # # # # |
| 135 | 2025-09-09T22:07:39.907Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-09-09T22:07:39.907Z | |
| 137 | 2025-09-09T22:07:39.907Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-09-09T22:07:53.875Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-09-09T22:08:01.730Z | Startup: Caching catalogs ... Done |
| 140 | 2025-09-09T22:08:08.859Z | Planning: Solver setup ... Done (5.902s) |
| 141 | 2025-09-09T22:08:08.914Z | Planning: Running solver ... Done (0.055s) |
| 142 | 2025-09-09T22:08:09.016Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2025-09-09T22:08:09.048Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-09-09T22:08:09.213Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-09-09T22:08:09.263Z | Planning: Package planning ... Done (0.050s) |
| 146 | 2025-09-09T22:08:09.315Z | Planning: Merging actions ... Done (0.052s) |
| 147 | 2025-09-09T22:08:09.878Z | Planning: Checking for conflicting actions ... Done (0.563s) |
| 148 | 2025-09-09T22:08:09.890Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-09-09T22:08:14.126Z | Planning: Evaluating mediators ... Done (4.235s) |
| 150 | 2025-09-09T22:08:14.135Z | Planning: Planning completed in 12.28 seconds |
| 151 | 2025-09-09T22:08:14.163Z | Packages to install: 4 |
| 152 | 2025-09-09T22:08:14.166Z | Mediators to change: 2 |
| 153 | 2025-09-09T22:08:14.166Z | Services to change: 1 |
| 154 | 2025-09-09T22:08:14.166Z | Estimated space available: 155.49 GB |
| 155 | 2025-09-09T22:08:14.166Z | Estimated space to be consumed: 1.72 GB |
| 156 | 2025-09-09T22:08:14.166Z | Create boot environment: No |
| 157 | 2025-09-09T22:08:14.166Z | Create backup boot environment: No |
| 158 | 2025-09-09T22:08:14.166Z | Rebuild boot archive: No |
| 159 | 2025-09-09T22:08:14.166Z | |
| 160 | 2025-09-09T22:08:14.166Z | Changed mediators: |
| 161 | 2025-09-09T22:08:14.166Z | mediator clang: |
| 162 | 2025-09-09T22:08:14.166Z | version: None -> 15 (system default) |
| 163 | 2025-09-09T22:08:14.166Z | |
| 164 | 2025-09-09T22:08:14.166Z | mediator llvm: |
| 165 | 2025-09-09T22:08:14.166Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-09-09T22:08:14.166Z | |
| 167 | 2025-09-09T22:08:14.166Z | Changed packages: |
| 168 | 2025-09-09T22:08:14.166Z | helios-dev |
| 169 | 2025-09-09T22:08:14.166Z | developer/build-essential |
| 170 | 2025-09-09T22:08:14.166Z | None -> 11-2.0 |
| 171 | 2025-09-09T22:08:14.166Z | library/libxmlsec1 |
| 172 | 2025-09-09T22:08:14.166Z | None -> 1.2.35-2.0 |
| 173 | 2025-09-09T22:08:14.166Z | ooce/developer/clang-15 |
| 174 | 2025-09-09T22:08:14.166Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-09T22:08:14.166Z | ooce/developer/llvm-15 |
| 176 | 2025-09-09T22:08:14.166Z | None -> 15.0.7-2.0 |
| 177 | 2025-09-09T22:08:14.166Z | |
| 178 | 2025-09-09T22:08:14.166Z | Services: |
| 179 | 2025-09-09T22:08:14.167Z | restart_fmri: |
| 180 | 2025-09-09T22:08:14.167Z | svc:/system/update-man-index:default |
| 181 | 2025-09-09T22:08:14.373Z | |
| 182 | 2025-09-09T22:08:14.373Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-09-09T22:08:19.375Z | Download: 2117/3290 items 118.9/212.6MB 55% complete (24.1M/s) |
| 184 | 2025-09-09T22:08:24.454Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (21.0M/s) |
| 185 | 2025-09-09T22:08:25.243Z | Download: Completed 212.60 MB in 10.87 seconds (19.6M/s) |
| 186 | 2025-09-09T22:08:25.452Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2025-09-09T22:08:30.165Z | Actions: Completed 3689 actions in 4.71 seconds. |
| 188 | 2025-09-09T22:08:30.774Z | Done (0.604s) |
| 189 | 2025-09-09T22:08:30.774Z | Done (0.000s) |
| 190 | 2025-09-09T22:08:31.663Z | Done (0.889s) |
| 191 | 2025-09-09T22:08:37.471Z | Done (5.488s) |
| 192 | 2025-09-09T22:08:37.561Z | Done (0.019s) |
| 193 | 2025-09-09T22:08:37.564Z | Done (0.000s) |
| 194 | 2025-09-09T22:08:37.711Z | Done (0.000s) |
| 195 | 2025-09-09T22:08:38.576Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2025-09-09T22:08:38.737Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2025-09-09T22:08:38.765Z | Planning: Consolidating action changes ... Done |
| 198 | 2025-09-09T22:08:39.000Z | Planning: Evaluating mediators ... Done |
| 199 | 2025-09-09T22:08:39.012Z | Planning: Planning completed in 0.44 seconds |
| 200 | 2025-09-09T22:08:39.029Z | Mediators to change: 2 |
| 201 | 2025-09-09T22:08:39.029Z | Create boot environment: No |
| 202 | 2025-09-09T22:08:39.038Z | Create backup boot environment: No |
| 203 | 2025-09-09T22:08:39.117Z | Done |
| 204 | 2025-09-09T22:08:39.117Z | Done |
| 205 | 2025-09-09T22:08:39.744Z | Done |
| 206 | 2025-09-09T22:08:43.236Z | Done |
| 207 | 2025-09-09T22:08:43.320Z | Done |
| 208 | 2025-09-09T22:08:43.324Z | Done |
| 209 | 2025-09-09T22:08:43.461Z | Done |
| 210 | 2025-09-09T22:08:44.075Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2025-09-09T22:08:44.078Z | Planning: Merging actions ... Done |
| 212 | 2025-09-09T22:08:44.267Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2025-09-09T22:08:44.271Z | Planning: Consolidating action changes ... Done |
| 214 | 2025-09-09T22:08:44.536Z | Planning: Evaluating mediators ... Done |
| 215 | 2025-09-09T22:08:44.594Z | Planning: Planning completed in 0.76 seconds |
| 216 | 2025-09-09T22:08:44.627Z | Packages to change: 1 |
| 217 | 2025-09-09T22:08:44.627Z | Mediators to change: 1 |
| 218 | 2025-09-09T22:08:44.629Z | Services to change: 1 |
| 219 | 2025-09-09T22:08:44.629Z | Create boot environment: No |
| 220 | 2025-09-09T22:08:44.629Z | Create backup boot environment: Yes |
| 221 | 2025-09-09T22:08:47.255Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2025-09-09T22:08:47.258Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2025-09-09T22:08:47.258Z | Done |
| 224 | 2025-09-09T22:08:47.258Z | Done |
| 225 | 2025-09-09T22:08:47.437Z | Done |
| 226 | 2025-09-09T22:08:51.101Z | Done |
| 227 | 2025-09-09T22:08:51.186Z | Done |
| 228 | 2025-09-09T22:08:51.189Z | Done |
| 229 | 2025-09-09T22:08:51.404Z | Done |
| 230 | 2025-09-09T22:08:51.841Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2025-09-09T22:08:51.841Z | clang system 15 system |
| 232 | 2025-09-09T22:08:51.841Z | csh system system illumos |
| 233 | 2025-09-09T22:08:51.841Z | ctags system system illumos |
| 234 | 2025-09-09T22:08:51.841Z | file system system illumos |
| 235 | 2025-09-09T22:08:51.841Z | gcc vendor 12 vendor |
| 236 | 2025-09-09T22:08:51.841Z | gcc system 10 system |
| 237 | 2025-09-09T22:08:51.841Z | gcc system 7 system |
| 238 | 2025-09-09T22:08:51.841Z | go system 1.20 system |
| 239 | 2025-09-09T22:08:51.841Z | go system 1.19 system |
| 240 | 2025-09-09T22:08:51.841Z | llvm system 15 system |
| 241 | 2025-09-09T22:08:51.841Z | llvm system 14 system |
| 242 | 2025-09-09T22:08:51.841Z | mariadb system 10.6 system |
| 243 | 2025-09-09T22:08:51.841Z | mta vendor vendor dma |
| 244 | 2025-09-09T22:08:51.842Z | openjdk system 17 system |
| 245 | 2025-09-09T22:08:51.842Z | openjdk system 11 system |
| 246 | 2025-09-09T22:08:51.842Z | openjdk system 1.8 system |
| 247 | 2025-09-09T22:08:51.842Z | openssl vendor 3 vendor |
| 248 | 2025-09-09T22:08:51.842Z | perl system 5.36 system |
| 249 | 2025-09-09T22:08:51.842Z | postgresql system 15 system |
| 250 | 2025-09-09T22:08:51.842Z | postgresql system 13 system |
| 251 | 2025-09-09T22:08:51.842Z | python vendor 3 vendor |
| 252 | 2025-09-09T22:08:51.842Z | python system 2 system |
| 253 | 2025-09-09T22:08:51.842Z | python3 system 3.11 system |
| 254 | 2025-09-09T22:08:51.842Z | ruby system 3.0 system |
| 255 | 2025-09-09T22:08:51.842Z | words vendor vendor american-english |
| 256 | 2025-09-09T22:08:51.842Z | words system system australian-english |
| 257 | 2025-09-09T22:08:51.842Z | words system system british-english |
| 258 | 2025-09-09T22:08:51.842Z | words system system canadian-english |
| 259 | 2025-09-09T22:08:51.842Z | words system system french |
| 260 | 2025-09-09T22:08:51.842Z | words system system italian |
| 261 | 2025-09-09T22:08:51.842Z | words system system ngerman |
| 262 | 2025-09-09T22:08:51.842Z | words system system ogerman |
| 263 | 2025-09-09T22:08:51.842Z | words system system spanish |
| 264 | 2025-09-09T22:08:52.177Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2025-09-09T22:08:52.177Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2025-09-09T22:08:57.027Z | FMRI IFO |
| 267 | 2025-09-09T22:08:57.027Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2025-09-09T22:08:57.027Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2025-09-09T22:08:57.027Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2025-09-09T22:08:57.028Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2025-09-09T22:08:58.058Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2025-09-09T22:08:58.386Z | Updating crates.io index |
| 285 | 2025-09-09T22:08:58.389Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2025-09-09T22:08:58.716Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 287 | 2025-09-09T22:08:59.320Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2025-09-09T22:08:59.572Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 289 | 2025-09-09T22:08:59.847Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2025-09-09T22:09:00.149Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2025-09-09T22:09:01.352Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2025-09-09T22:09:03.421Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2025-09-09T22:09:04.454Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 294 | 2025-09-09T22:09:05.214Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2025-09-09T22:09:05.995Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2025-09-09T22:09:06.262Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2025-09-09T22:09:06.581Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2025-09-09T22:09:07.086Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2025-09-09T22:09:07.581Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-09-09T22:09:07.881Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2025-09-09T22:09:08.199Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 302 | 2025-09-09T22:09:08.480Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2025-09-09T22:09:08.757Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2025-09-09T22:09:09.009Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2025-09-09T22:09:09.272Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2025-09-09T22:09:09.708Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2025-09-09T22:09:10.073Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2025-09-09T22:09:10.405Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2025-09-09T22:09:10.936Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 310 | 2025-09-09T22:09:11.342Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2025-09-09T22:09:11.586Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2025-09-09T22:09:11.927Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 313 | 2025-09-09T22:09:12.334Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2025-09-09T22:09:12.656Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2025-09-09T22:09:12.907Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2025-09-09T22:09:13.170Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 317 | 2025-09-09T22:09:25.635Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 318 | 2025-09-09T22:09:26.913Z | Downloading crates ... |
| 319 | 2025-09-09T22:09:26.979Z | Downloaded anstream v0.6.18 |
| 320 | 2025-09-09T22:09:26.984Z | Downloaded anstyle v1.0.11 |
| 321 | 2025-09-09T22:09:26.988Z | Downloaded bitflags v2.9.1 |
| 322 | 2025-09-09T22:09:26.991Z | Downloaded anstyle-parse v0.2.5 |
| 323 | 2025-09-09T22:09:26.994Z | Downloaded thiserror v2.0.16 |
| 324 | 2025-09-09T22:09:27.000Z | Downloaded yoke v0.7.4 |
| 325 | 2025-09-09T22:09:27.003Z | Downloaded tinystr v0.7.6 |
| 326 | 2025-09-09T22:09:27.006Z | Downloaded thread-id v4.2.2 |
| 327 | 2025-09-09T22:09:27.006Z | Downloaded yoke-derive v0.7.4 |
| 328 | 2025-09-09T22:09:27.010Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2025-09-09T22:09:27.013Z | Downloaded utf8parse v0.2.2 |
| 330 | 2025-09-09T22:09:27.013Z | Downloaded terminal_size v0.4.0 |
| 331 | 2025-09-09T22:09:27.016Z | Downloaded unicode-ident v1.0.18 |
| 332 | 2025-09-09T22:09:27.019Z | Downloaded usdt-macro v0.5.0 |
| 333 | 2025-09-09T22:09:27.022Z | Downloaded clap_lex v0.7.4 |
| 334 | 2025-09-09T22:09:27.022Z | Downloaded write16 v1.0.0 |
| 335 | 2025-09-09T22:09:27.025Z | Downloaded usdt-attr-macro v0.5.0 |
| 336 | 2025-09-09T22:09:27.028Z | Downloaded errno v0.3.12 |
| 337 | 2025-09-09T22:09:27.028Z | Downloaded digest v0.10.7 |
| 338 | 2025-09-09T22:09:27.032Z | Downloaded zerofrom v0.1.4 |
| 339 | 2025-09-09T22:09:27.032Z | Downloaded textwrap v0.16.2 |
| 340 | 2025-09-09T22:09:27.034Z | Downloaded utf8_iter v1.0.4 |
| 341 | 2025-09-09T22:09:27.038Z | Downloaded thiserror-impl v1.0.69 |
| 342 | 2025-09-09T22:09:27.038Z | Downloaded zerofrom-derive v0.1.4 |
| 343 | 2025-09-09T22:09:27.040Z | Downloaded toml_write v0.1.2 |
| 344 | 2025-09-09T22:09:27.040Z | Downloaded writeable v0.5.5 |
| 345 | 2025-09-09T22:09:27.043Z | Downloaded thiserror v1.0.69 |
| 346 | 2025-09-09T22:09:27.047Z | Downloaded zerovec-derive v0.10.3 |
| 347 | 2025-09-09T22:09:27.050Z | Downloaded toml v0.8.23 |
| 348 | 2025-09-09T22:09:27.054Z | Downloaded tempfile v3.20.0 |
| 349 | 2025-09-09T22:09:27.057Z | Downloaded zerocopy-derive v0.7.35 |
| 350 | 2025-09-09T22:09:27.060Z | Downloaded ucd-trie v0.1.7 |
| 351 | 2025-09-09T22:09:27.062Z | Downloaded heck v0.5.0 |
| 352 | 2025-09-09T22:09:27.063Z | Downloaded bytecount v0.6.8 |
| 353 | 2025-09-09T22:09:27.065Z | Downloaded clap v4.5.41 |
| 354 | 2025-09-09T22:09:27.074Z | Downloaded pretty-hex v0.4.1 |
| 355 | 2025-09-09T22:09:27.079Z | Downloaded icu_provider_macros v1.5.0 |
| 356 | 2025-09-09T22:09:27.079Z | Downloaded url v2.5.4 |
| 357 | 2025-09-09T22:09:27.082Z | Downloaded typenum v1.17.0 |
| 358 | 2025-09-09T22:09:27.085Z | Downloaded toml_edit v0.22.27 |
| 359 | 2025-09-09T22:09:27.088Z | Downloaded zerovec v0.10.4 |
| 360 | 2025-09-09T22:09:27.092Z | Downloaded zerocopy v0.7.35 |
| 361 | 2025-09-09T22:09:27.107Z | Downloaded swrite v0.1.0 |
| 362 | 2025-09-09T22:09:27.110Z | Downloaded winnow v0.7.10 |
| 363 | 2025-09-09T22:09:27.116Z | Downloaded memmap v0.7.0 |
| 364 | 2025-09-09T22:09:27.119Z | Downloaded pest_generator v2.7.14 |
| 365 | 2025-09-09T22:09:27.119Z | Downloaded scroll_derive v0.12.0 |
| 366 | 2025-09-09T22:09:27.122Z | Downloaded form_urlencoded v1.2.2 |
| 367 | 2025-09-09T22:09:27.122Z | Downloaded unicode-width v0.2.0 |
| 368 | 2025-09-09T22:09:27.125Z | Downloaded plain v0.2.3 |
| 369 | 2025-09-09T22:09:27.128Z | Downloaded ordered-float v2.10.1 |
| 370 | 2025-09-09T22:09:27.128Z | Downloaded macaddr v1.0.1 |
| 371 | 2025-09-09T22:09:27.131Z | Downloaded itoa v1.0.11 |
| 372 | 2025-09-09T22:09:27.131Z | Downloaded is_terminal_polyfill v1.70.1 |
| 373 | 2025-09-09T22:09:27.131Z | Downloaded cargo-platform v0.2.0 |
| 374 | 2025-09-09T22:09:27.135Z | Downloaded unicode-width v0.1.14 |
| 375 | 2025-09-09T22:09:27.138Z | Downloaded icu_normalizer v1.5.0 |
| 376 | 2025-09-09T22:09:27.140Z | Downloaded stable_deref_trait v1.2.0 |
| 377 | 2025-09-09T22:09:27.143Z | Downloaded strsim v0.11.1 |
| 378 | 2025-09-09T22:09:27.143Z | Downloaded serde_tokenstream v0.2.2 |
| 379 | 2025-09-09T22:09:27.148Z | Downloaded smawk v0.3.2 |
| 380 | 2025-09-09T22:09:27.148Z | Downloaded icu_locid_transform_data v1.5.0 |
| 381 | 2025-09-09T22:09:27.151Z | Downloaded icu_locid v1.5.0 |
| 382 | 2025-09-09T22:09:27.151Z | Downloaded synstructure v0.13.1 |
| 383 | 2025-09-09T22:09:27.154Z | Downloaded serde_spanned v0.6.9 |
| 384 | 2025-09-09T22:09:27.154Z | Downloaded proc-macro-error-attr v1.0.4 |
| 385 | 2025-09-09T22:09:27.157Z | Downloaded displaydoc v0.2.5 |
| 386 | 2025-09-09T22:09:27.157Z | Downloaded camino-tempfile v1.4.1 |
| 387 | 2025-09-09T22:09:27.159Z | Downloaded serde-value v0.7.0 |
| 388 | 2025-09-09T22:09:27.159Z | Downloaded serde-untagged v0.1.7 |
| 389 | 2025-09-09T22:09:27.162Z | Downloaded percent-encoding v2.3.2 |
| 390 | 2025-09-09T22:09:27.162Z | Downloaded fs-err v3.1.1 |
| 391 | 2025-09-09T22:09:27.165Z | Downloaded autocfg v1.4.0 |
| 392 | 2025-09-09T22:09:27.165Z | Downloaded scroll v0.12.0 |
| 393 | 2025-09-09T22:09:27.168Z | Downloaded once_cell v1.21.3 |
| 394 | 2025-09-09T22:09:27.171Z | Downloaded litemap v0.7.3 |
| 395 | 2025-09-09T22:09:27.171Z | Downloaded cargo-util-schemas v0.8.2 |
| 396 | 2025-09-09T22:09:27.174Z | Downloaded idna_adapter v1.2.0 |
| 397 | 2025-09-09T22:09:27.174Z | Downloaded icu_locid_transform v1.5.0 |
| 398 | 2025-09-09T22:09:27.177Z | Downloaded sha2 v0.10.9 |
| 399 | 2025-09-09T22:09:27.180Z | Downloaded getrandom v0.3.1 |
| 400 | 2025-09-09T22:09:27.183Z | Downloaded smallvec v1.15.1 |
| 401 | 2025-09-09T22:09:27.183Z | Downloaded anstyle-query v1.1.1 |
| 402 | 2025-09-09T22:09:27.186Z | Downloaded quote v1.0.40 |
| 403 | 2025-09-09T22:09:27.189Z | Downloaded generic-array v0.14.7 |
| 404 | 2025-09-09T22:09:27.189Z | Downloaded fnv v1.0.7 |
| 405 | 2025-09-09T22:09:27.189Z | Downloaded byteorder v1.5.0 |
| 406 | 2025-09-09T22:09:27.192Z | Downloaded semver v1.0.26 |
| 407 | 2025-09-09T22:09:27.194Z | Downloaded pest_derive v2.7.14 |
| 408 | 2025-09-09T22:09:27.194Z | Downloaded proc-macro-error v1.0.4 |
| 409 | 2025-09-09T22:09:27.197Z | Downloaded proc-macro2 v1.0.101 |
| 410 | 2025-09-09T22:09:27.200Z | Downloaded log v0.4.27 |
| 411 | 2025-09-09T22:09:27.203Z | Downloaded icu_normalizer_data v1.5.0 |
| 412 | 2025-09-09T22:09:27.206Z | Downloaded camino v1.1.12 |
| 413 | 2025-09-09T22:09:27.206Z | Downloaded anyhow v1.0.99 |
| 414 | 2025-09-09T22:09:27.210Z | Downloaded dof v0.3.0 |
| 415 | 2025-09-09T22:09:27.210Z | Downloaded crypto-common v0.1.6 |
| 416 | 2025-09-09T22:09:27.213Z | Downloaded block-buffer v0.10.4 |
| 417 | 2025-09-09T22:09:27.213Z | Downloaded erased-serde v0.4.6 |
| 418 | 2025-09-09T22:09:27.216Z | Downloaded heck v0.4.1 |
| 419 | 2025-09-09T22:09:27.216Z | Downloaded num-traits v0.2.19 |
| 420 | 2025-09-09T22:09:27.219Z | Downloaded ryu v1.0.18 |
| 421 | 2025-09-09T22:09:27.222Z | Downloaded pest_meta v2.7.14 |
| 422 | 2025-09-09T22:09:27.222Z | Downloaded fastrand v2.1.1 |
| 423 | 2025-09-09T22:09:27.225Z | Downloaded icu_provider v1.5.0 |
| 424 | 2025-09-09T22:09:27.228Z | Downloaded icu_properties v1.5.1 |
| 425 | 2025-09-09T22:09:27.231Z | Downloaded colorchoice v1.0.2 |
| 426 | 2025-09-09T22:09:27.231Z | Downloaded cfg-if v1.0.1 |
| 427 | 2025-09-09T22:09:27.231Z | Downloaded version_check v0.9.5 |
| 428 | 2025-09-09T22:09:27.234Z | Downloaded serde_derive v1.0.219 |
| 429 | 2025-09-09T22:09:27.234Z | Downloaded papergrid v0.11.0 |
| 430 | 2025-09-09T22:09:27.238Z | Downloaded usdt-impl v0.5.0 |
| 431 | 2025-09-09T22:09:27.240Z | Downloaded unicode-linebreak v0.1.5 |
| 432 | 2025-09-09T22:09:27.240Z | Downloaded toml_datetime v0.6.11 |
| 433 | 2025-09-09T22:09:27.244Z | Downloaded clap_derive v4.5.41 |
| 434 | 2025-09-09T22:09:27.244Z | Downloaded icu_collections v1.5.0 |
| 435 | 2025-09-09T22:09:27.250Z | Downloaded dtrace-parser v0.2.0 |
| 436 | 2025-09-09T22:09:27.254Z | Downloaded usdt v0.5.0 |
| 437 | 2025-09-09T22:09:27.254Z | Downloaded thiserror-impl v2.0.16 |
| 438 | 2025-09-09T22:09:27.254Z | Downloaded cpufeatures v0.2.14 |
| 439 | 2025-09-09T22:09:27.257Z | Downloaded equivalent v1.0.2 |
| 440 | 2025-09-09T22:09:27.257Z | Downloaded utf16_iter v1.0.5 |
| 441 | 2025-09-09T22:09:27.257Z | Downloaded typeid v1.0.3 |
| 442 | 2025-09-09T22:09:27.257Z | Downloaded cargo_metadata v0.21.0 |
| 443 | 2025-09-09T22:09:27.260Z | Downloaded memchr v2.7.4 |
| 444 | 2025-09-09T22:09:27.263Z | Downloaded cargo_toml v0.21.0 |
| 445 | 2025-09-09T22:09:27.266Z | Downloaded unicode-xid v0.2.6 |
| 446 | 2025-09-09T22:09:27.268Z | Downloaded indexmap v2.11.0 |
| 447 | 2025-09-09T22:09:27.275Z | Downloaded serde v1.0.219 |
| 448 | 2025-09-09T22:09:27.289Z | Downloaded pest v2.7.14 |
| 449 | 2025-09-09T22:09:27.294Z | Downloaded clap_builder v4.5.41 |
| 450 | 2025-09-09T22:09:27.299Z | Downloaded hashbrown v0.15.4 |
| 451 | 2025-09-09T22:09:27.308Z | Downloaded serde_json v1.0.143 |
| 452 | 2025-09-09T22:09:27.314Z | Downloaded idna v1.0.3 |
| 453 | 2025-09-09T22:09:27.317Z | Downloaded goblin v0.8.2 |
| 454 | 2025-09-09T22:09:27.325Z | Downloaded tabled v0.15.0 |
| 455 | 2025-09-09T22:09:27.339Z | Downloaded icu_properties_data v1.5.0 |
| 456 | 2025-09-09T22:09:27.348Z | Downloaded syn v1.0.109 |
| 457 | 2025-09-09T22:09:27.367Z | Downloaded syn v2.0.106 |
| 458 | 2025-09-09T22:09:27.375Z | Downloaded rustix v0.38.37 |
| 459 | 2025-09-09T22:09:27.395Z | Downloaded rustix v1.0.7 |
| 460 | 2025-09-09T22:09:27.438Z | Downloaded libc v0.2.174 |
| 461 | 2025-09-09T22:09:27.516Z | Compiling proc-macro2 v1.0.101 |
| 462 | 2025-09-09T22:09:27.516Z | Compiling unicode-ident v1.0.18 |
| 463 | 2025-09-09T22:09:27.520Z | Compiling serde v1.0.219 |
| 464 | 2025-09-09T22:09:27.520Z | Compiling version_check v0.9.5 |
| 465 | 2025-09-09T22:09:27.520Z | Compiling libc v0.2.174 |
| 466 | 2025-09-09T22:09:27.520Z | Compiling memchr v2.7.4 |
| 467 | 2025-09-09T22:09:27.520Z | Compiling thiserror v1.0.69 |
| 468 | 2025-09-09T22:09:27.520Z | Compiling stable_deref_trait v1.2.0 |
| 469 | 2025-09-09T22:09:27.952Z | Compiling litemap v0.7.3 |
| 470 | 2025-09-09T22:09:27.976Z | Compiling writeable v0.5.5 |
| 471 | 2025-09-09T22:09:28.332Z | Compiling ucd-trie v0.1.7 |
| 472 | 2025-09-09T22:09:28.383Z | Compiling autocfg v1.4.0 |
| 473 | 2025-09-09T22:09:28.445Z | Compiling itoa v1.0.11 |
| 474 | 2025-09-09T22:09:28.639Z | Compiling ryu v1.0.18 |
| 475 | 2025-09-09T22:09:28.723Z | Compiling once_cell v1.21.3 |
| 476 | 2025-09-09T22:09:29.013Z | Compiling icu_locid_transform_data v1.5.0 |
| 477 | 2025-09-09T22:09:29.144Z | Compiling byteorder v1.5.0 |
| 478 | 2025-09-09T22:09:29.203Z | Compiling bitflags v2.9.1 |
| 479 | 2025-09-09T22:09:29.238Z | Compiling icu_properties_data v1.5.0 |
| 480 | 2025-09-09T22:09:29.519Z | Compiling serde_json v1.0.143 |
| 481 | 2025-09-09T22:09:29.539Z | Compiling num-traits v0.2.19 |
| 482 | 2025-09-09T22:09:29.539Z | Compiling rustix v0.38.37 |
| 483 | 2025-09-09T22:09:29.600Z | Compiling write16 v1.0.0 |
| 484 | 2025-09-09T22:09:29.777Z | Compiling utf8_iter v1.0.4 |
| 485 | 2025-09-09T22:09:29.814Z | Compiling typeid v1.0.3 |
| 486 | 2025-09-09T22:09:29.838Z | Compiling smallvec v1.15.1 |
| 487 | 2025-09-09T22:09:29.900Z | Compiling icu_normalizer_data v1.5.0 |
| 488 | 2025-09-09T22:09:29.994Z | Compiling utf16_iter v1.0.5 |
| 489 | 2025-09-09T22:09:30.021Z | Compiling equivalent v1.0.2 |
| 490 | 2025-09-09T22:09:30.029Z | Compiling hashbrown v0.15.4 |
| 491 | 2025-09-09T22:09:30.264Z | Compiling proc-macro-error-attr v1.0.4 |
| 492 | 2025-09-09T22:09:30.286Z | Compiling errno v0.3.12 |
| 493 | 2025-09-09T22:09:30.389Z | Compiling quote v1.0.40 |
| 494 | 2025-09-09T22:09:30.446Z | Compiling usdt-impl v0.5.0 |
| 495 | 2025-09-09T22:09:30.471Z | Compiling toml_write v0.1.2 |
| 496 | 2025-09-09T22:09:30.521Z | Compiling syn v1.0.109 |
| 497 | 2025-09-09T22:09:30.580Z | Compiling winnow v0.7.10 |
| 498 | 2025-09-09T22:09:30.829Z | Compiling syn v2.0.106 |
| 499 | 2025-09-09T22:09:30.854Z | Compiling thread-id v4.2.2 |
| 500 | 2025-09-09T22:09:31.006Z | Compiling indexmap v2.11.0 |
| 501 | 2025-09-09T22:09:31.127Z | Compiling proc-macro-error v1.0.4 |
| 502 | 2025-09-09T22:09:31.272Z | Compiling camino v1.1.12 |
| 503 | 2025-09-09T22:09:31.331Z | Compiling getrandom v0.3.1 |
| 504 | 2025-09-09T22:09:31.548Z | Compiling percent-encoding v2.3.2 |
| 505 | 2025-09-09T22:09:31.884Z | Compiling rustix v1.0.7 |
| 506 | 2025-09-09T22:09:31.923Z | Compiling plain v0.2.3 |
| 507 | 2025-09-09T22:09:32.033Z | Compiling semver v1.0.26 |
| 508 | 2025-09-09T22:09:32.117Z | Compiling log v0.4.27 |
| 509 | 2025-09-09T22:09:32.450Z | Compiling thiserror v2.0.16 |
| 510 | 2025-09-09T22:09:32.489Z | Compiling utf8parse v0.2.2 |
| 511 | 2025-09-09T22:09:32.516Z | Compiling terminal_size v0.4.0 |
| 512 | 2025-09-09T22:09:32.640Z | Compiling anstyle-parse v0.2.5 |
| 513 | 2025-09-09T22:09:32.727Z | Compiling form_urlencoded v1.2.2 |
| 514 | 2025-09-09T22:09:32.776Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-09-09T22:09:33.029Z | Compiling anstyle v1.0.11 |
| 516 | 2025-09-09T22:09:33.333Z | Compiling pretty-hex v0.4.1 |
| 517 | 2025-09-09T22:09:33.354Z | Compiling anstyle-query v1.1.1 |
| 518 | 2025-09-09T22:09:33.427Z | Compiling cfg-if v1.0.1 |
| 519 | 2025-09-09T22:09:33.457Z | Compiling colorchoice v1.0.2 |
| 520 | 2025-09-09T22:09:33.509Z | Compiling is_terminal_polyfill v1.70.1 |
| 521 | 2025-09-09T22:09:33.620Z | Compiling anstream v0.6.18 |
| 522 | 2025-09-09T22:09:33.857Z | Compiling fs-err v3.1.1 |
| 523 | 2025-09-09T22:09:33.916Z | Compiling unicode-width v0.1.14 |
| 524 | 2025-09-09T22:09:34.060Z | Compiling bytecount v0.6.8 |
| 525 | 2025-09-09T22:09:34.180Z | Compiling clap_lex v0.7.4 |
| 526 | 2025-09-09T22:09:34.244Z | Compiling fastrand v2.1.1 |
| 527 | 2025-09-09T22:09:34.283Z | Compiling anyhow v1.0.99 |
| 528 | 2025-09-09T22:09:34.616Z | Compiling unicode-xid v0.2.6 |
| 529 | 2025-09-09T22:09:34.721Z | Compiling strsim v0.11.1 |
| 530 | 2025-09-09T22:09:34.806Z | Compiling fnv v1.0.7 |
| 531 | 2025-09-09T22:09:34.883Z | Compiling heck v0.4.1 |
| 532 | 2025-09-09T22:09:34.909Z | Compiling heck v0.5.0 |
| 533 | 2025-09-09T22:09:34.962Z | Compiling papergrid v0.11.0 |
| 534 | 2025-09-09T22:09:35.352Z | Compiling tempfile v3.20.0 |
| 535 | 2025-09-09T22:09:35.412Z | Compiling clap_builder v4.5.41 |
| 536 | 2025-09-09T22:09:36.003Z | Compiling memmap v0.7.0 |
| 537 | 2025-09-09T22:09:36.128Z | Compiling smawk v0.3.2 |
| 538 | 2025-09-09T22:09:36.252Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2025-09-09T22:09:36.382Z | Compiling unicode-width v0.2.0 |
| 540 | 2025-09-09T22:09:36.912Z | Compiling textwrap v0.16.2 |
| 541 | 2025-09-09T22:09:36.995Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 542 | 2025-09-09T22:09:37.444Z | Compiling swrite v0.1.0 |
| 543 | 2025-09-09T22:09:37.503Z | Compiling synstructure v0.13.1 |
| 544 | 2025-09-09T22:09:37.925Z | Compiling tabled_derive v0.7.0 |
| 545 | 2025-09-09T22:09:39.398Z | Compiling serde_derive v1.0.219 |
| 546 | 2025-09-09T22:09:39.401Z | Compiling zerofrom-derive v0.1.4 |
| 547 | 2025-09-09T22:09:39.448Z | Compiling yoke-derive v0.7.4 |
| 548 | 2025-09-09T22:09:39.474Z | Compiling thiserror-impl v1.0.69 |
| 549 | 2025-09-09T22:09:39.500Z | Compiling zerovec-derive v0.10.3 |
| 550 | 2025-09-09T22:09:39.951Z | Compiling displaydoc v0.2.5 |
| 551 | 2025-09-09T22:09:41.517Z | Compiling icu_provider_macros v1.5.0 |
| 552 | 2025-09-09T22:09:41.911Z | Compiling zerocopy-derive v0.7.35 |
| 553 | 2025-09-09T22:09:41.969Z | Compiling scroll_derive v0.12.0 |
| 554 | 2025-09-09T22:09:42.112Z | Compiling thiserror-impl v2.0.16 |
| 555 | 2025-09-09T22:09:42.550Z | Compiling pest v2.7.14 |
| 556 | 2025-09-09T22:09:42.575Z | Compiling clap_derive v4.5.41 |
| 557 | 2025-09-09T22:09:42.870Z | Compiling zerofrom v0.1.4 |
| 558 | 2025-09-09T22:09:43.101Z | Compiling yoke v0.7.4 |
| 559 | 2025-09-09T22:09:43.296Z | Compiling scroll v0.12.0 |
| 560 | 2025-09-09T22:09:43.473Z | Compiling zerovec v0.10.4 |
| 561 | 2025-09-09T22:09:43.835Z | Compiling goblin v0.8.2 |
| 562 | 2025-09-09T22:09:43.882Z | Compiling zerocopy v0.7.35 |
| 563 | 2025-09-09T22:09:44.329Z | Compiling tabled v0.15.0 |
| 564 | 2025-09-09T22:09:45.184Z | Compiling tinystr v0.7.6 |
| 565 | 2025-09-09T22:09:45.246Z | Compiling pest_meta v2.7.14 |
| 566 | 2025-09-09T22:09:45.424Z | Compiling icu_collections v1.5.0 |
| 567 | 2025-09-09T22:09:45.591Z | Compiling icu_locid v1.5.0 |
| 568 | 2025-09-09T22:09:46.637Z | Compiling pest_generator v2.7.14 |
| 569 | 2025-09-09T22:09:46.671Z | Compiling clap v4.5.41 |
| 570 | 2025-09-09T22:09:46.699Z | Compiling icu_provider v1.5.0 |
| 571 | 2025-09-09T22:09:47.558Z | Compiling icu_locid_transform v1.5.0 |
| 572 | 2025-09-09T22:09:48.781Z | Compiling icu_properties v1.5.1 |
| 573 | 2025-09-09T22:09:48.839Z | Compiling pest_derive v2.7.14 |
| 574 | 2025-09-09T22:09:49.575Z | Compiling dtrace-parser v0.2.0 |
| 575 | 2025-09-09T22:09:51.351Z | Compiling serde_tokenstream v0.2.2 |
| 576 | 2025-09-09T22:09:51.534Z | Compiling serde_spanned v0.6.9 |
| 577 | 2025-09-09T22:09:51.534Z | Compiling toml_datetime v0.6.11 |
| 578 | 2025-09-09T22:09:51.612Z | Compiling erased-serde v0.4.6 |
| 579 | 2025-09-09T22:09:51.793Z | Compiling icu_normalizer v1.5.0 |
| 580 | 2025-09-09T22:09:52.108Z | Compiling toml_edit v0.22.27 |
| 581 | 2025-09-09T22:09:52.524Z | Compiling serde-value v0.7.0 |
| 582 | 2025-09-09T22:09:52.699Z | Compiling idna_adapter v1.2.0 |
| 583 | 2025-09-09T22:09:52.729Z | Compiling serde-untagged v0.1.7 |
| 584 | 2025-09-09T22:09:52.754Z | Compiling cargo-platform v0.2.0 |
| 585 | 2025-09-09T22:09:52.948Z | Compiling idna v1.0.3 |
| 586 | 2025-09-09T22:09:53.240Z | Compiling dof v0.3.0 |
| 587 | 2025-09-09T22:09:53.315Z | Compiling camino-tempfile v1.4.1 |
| 588 | 2025-09-09T22:09:53.503Z | Compiling macaddr v1.0.1 |
| 589 | 2025-09-09T22:09:53.823Z | Compiling url v2.5.4 |
| 590 | 2025-09-09T22:09:54.652Z | Compiling usdt-attr-macro v0.5.0 |
| 591 | 2025-09-09T22:09:54.652Z | Compiling usdt-macro v0.5.0 |
| 592 | 2025-09-09T22:09:55.255Z | Compiling toml v0.8.23 |
| 593 | 2025-09-09T22:09:55.663Z | Compiling usdt v0.5.0 |
| 594 | 2025-09-09T22:09:56.023Z | Compiling cargo-util-schemas v0.8.2 |
| 595 | 2025-09-09T22:09:56.023Z | Compiling cargo_toml v0.21.0 |
| 596 | 2025-09-09T22:09:57.488Z | Compiling cargo_metadata v0.21.0 |
| 597 | 2025-09-09T22:09:59.257Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 598 | 2025-09-09T22:10:02.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 599 | 2025-09-09T22:10:03.017Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 600 | 2025-09-09T22:10:03.710Z | Downloading crates ... |
| 601 | 2025-09-09T22:10:03.843Z | Downloaded adler2 v2.0.0 |
| 602 | 2025-09-09T22:10:03.847Z | Downloaded ahash v0.8.12 |
| 603 | 2025-09-09T22:10:03.849Z | Downloaded aead v0.5.2 |
| 604 | 2025-09-09T22:10:03.852Z | Downloaded addr2line v0.24.2 |
| 605 | 2025-09-09T22:10:03.855Z | Downloaded assert_matches v1.5.0 |
| 606 | 2025-09-09T22:10:03.855Z | Downloaded ascii-canvas v3.0.0 |
| 607 | 2025-09-09T22:10:03.858Z | Downloaded array-init v0.0.4 |
| 608 | 2025-09-09T22:10:03.858Z | Downloaded crc-any v2.5.0 |
| 609 | 2025-09-09T22:10:03.865Z | Downloaded chacha20poly1305 v0.10.1 |
| 610 | 2025-09-09T22:10:03.865Z | Downloaded arc-swap v1.7.1 |
| 611 | 2025-09-09T22:10:03.868Z | Downloaded http-body-util v0.1.3 |
| 612 | 2025-09-09T22:10:03.871Z | Downloaded globset v0.4.15 |
| 613 | 2025-09-09T22:10:03.871Z | Downloaded arrayref v0.3.9 |
| 614 | 2025-09-09T22:10:03.874Z | Downloaded argon2 v0.5.3 |
| 615 | 2025-09-09T22:10:03.874Z | Downloaded lazy_static v1.5.0 |
| 616 | 2025-09-09T22:10:03.880Z | Downloaded http v1.3.1 |
| 617 | 2025-09-09T22:10:03.886Z | Downloaded bb8 v0.8.5 |
| 618 | 2025-09-09T22:10:03.889Z | Downloaded atomicwrites v0.4.4 |
| 619 | 2025-09-09T22:10:03.889Z | Downloaded group v0.13.0 |
| 620 | 2025-09-09T22:10:03.893Z | Downloaded bitflags v1.3.2 |
| 621 | 2025-09-09T22:10:03.896Z | Downloaded half v2.4.1 |
| 622 | 2025-09-09T22:10:03.899Z | Downloaded jiff-static v0.2.15 |
| 623 | 2025-09-09T22:10:03.902Z | Downloaded hash32 v0.2.1 |
| 624 | 2025-09-09T22:10:03.902Z | Downloaded base64 v0.13.1 |
| 625 | 2025-09-09T22:10:03.905Z | Downloaded async-stream v0.3.6 |
| 626 | 2025-09-09T22:10:03.908Z | Downloaded async-bb8-diesel v0.2.1 |
| 627 | 2025-09-09T22:10:03.911Z | Downloaded blowfish v0.9.1 |
| 628 | 2025-09-09T22:10:03.916Z | Downloaded libxml v0.3.3 |
| 629 | 2025-09-09T22:10:03.919Z | Downloaded h2 v0.4.6 |
| 630 | 2025-09-09T22:10:03.926Z | Downloaded http-body v1.0.1 |
| 631 | 2025-09-09T22:10:03.928Z | Downloaded hex v0.4.3 |
| 632 | 2025-09-09T22:10:03.931Z | Downloaded crc v3.2.1 |
| 633 | 2025-09-09T22:10:03.935Z | Downloaded headers-core v0.3.0 |
| 634 | 2025-09-09T22:10:03.935Z | Downloaded hubpack_derive v0.1.1 |
| 635 | 2025-09-09T22:10:03.938Z | Downloaded half v1.8.3 |
| 636 | 2025-09-09T22:10:03.940Z | Downloaded cfg_aliases v0.2.1 |
| 637 | 2025-09-09T22:10:03.943Z | Downloaded async-trait v0.1.89 |
| 638 | 2025-09-09T22:10:03.946Z | Downloaded cfg_aliases v0.1.1 |
| 639 | 2025-09-09T22:10:03.949Z | Downloaded instant v0.1.13 |
| 640 | 2025-09-09T22:10:03.949Z | Downloaded httpdate v1.0.3 |
| 641 | 2025-09-09T22:10:03.954Z | Downloaded humantime v2.2.0 |
| 642 | 2025-09-09T22:10:03.954Z | Downloaded hash32 v0.3.1 |
| 643 | 2025-09-09T22:10:03.957Z | Downloaded globwalk v0.9.1 |
| 644 | 2025-09-09T22:10:03.957Z | Downloaded crc8 v0.1.1 |
| 645 | 2025-09-09T22:10:03.961Z | Downloaded atty v0.2.14 |
| 646 | 2025-09-09T22:10:03.961Z | Downloaded cipher v0.4.4 |
| 647 | 2025-09-09T22:10:03.964Z | Downloaded is_ci v1.2.0 |
| 648 | 2025-09-09T22:10:03.964Z | Downloaded ident_case v1.0.1 |
| 649 | 2025-09-09T22:10:03.966Z | Downloaded cbc v0.1.2 |
| 650 | 2025-09-09T22:10:03.969Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 651 | 2025-09-09T22:10:03.969Z | Downloaded constant_time_eq v0.3.1 |
| 652 | 2025-09-09T22:10:03.974Z | Downloaded camino-tempfile-ext v0.3.2 |
| 653 | 2025-09-09T22:10:03.974Z | Downloaded base16ct v0.2.0 |
| 654 | 2025-09-09T22:10:03.979Z | Downloaded async-stream-impl v0.3.6 |
| 655 | 2025-09-09T22:10:03.979Z | Downloaded hyper-tls v0.6.0 |
| 656 | 2025-09-09T22:10:03.983Z | Downloaded hostname v0.4.0 |
| 657 | 2025-09-09T22:10:03.983Z | Downloaded headers v0.4.1 |
| 658 | 2025-09-09T22:10:03.986Z | Downloaded lzss v0.8.2 |
| 659 | 2025-09-09T22:10:03.989Z | Downloaded home v0.5.9 |
| 660 | 2025-09-09T22:10:03.992Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 661 | 2025-09-09T22:10:03.992Z | Downloaded libscf-sys v1.1.0 |
| 662 | 2025-09-09T22:10:03.997Z | Downloaded lalrpop-util v0.19.12 |
| 663 | 2025-09-09T22:10:03.997Z | Downloaded hyper-rustls v0.27.7 |
| 664 | 2025-09-09T22:10:04.000Z | Downloaded lazycell v1.3.0 |
| 665 | 2025-09-09T22:10:04.000Z | Downloaded progenitor-client v0.9.1 |
| 666 | 2025-09-09T22:10:04.003Z | Downloaded bitfield v0.14.0 |
| 667 | 2025-09-09T22:10:04.003Z | Downloaded hyper-staticfile v0.10.1 |
| 668 | 2025-09-09T22:10:04.007Z | Downloaded serde-big-array v0.5.1 |
| 669 | 2025-09-09T22:10:04.010Z | Downloaded internet-checksum v0.2.1 |
| 670 | 2025-09-09T22:10:04.010Z | Downloaded linear-map v1.2.0 |
| 671 | 2025-09-09T22:10:04.013Z | Downloaded managed v0.8.0 |
| 672 | 2025-09-09T22:10:04.013Z | Downloaded convert_case v0.7.1 |
| 673 | 2025-09-09T22:10:04.016Z | Downloaded libz-rs-sys v0.5.1 |
| 674 | 2025-09-09T22:10:04.016Z | Downloaded lru-cache v0.1.2 |
| 675 | 2025-09-09T22:10:04.019Z | Downloaded ingot v0.1.1 |
| 676 | 2025-09-09T22:10:04.023Z | Downloaded crossbeam-deque v0.8.5 |
| 677 | 2025-09-09T22:10:04.023Z | Downloaded lru v0.12.5 |
| 678 | 2025-09-09T22:10:04.026Z | Downloaded lockfree-object-pool v0.1.6 |
| 679 | 2025-09-09T22:10:04.030Z | Downloaded sync_wrapper v1.0.1 |
| 680 | 2025-09-09T22:10:04.030Z | Downloaded critical-section v1.1.3 |
| 681 | 2025-09-09T22:10:04.033Z | Downloaded tabled_derive v0.10.0 |
| 682 | 2025-09-09T22:10:04.033Z | Downloaded instability v0.3.2 |
| 683 | 2025-09-09T22:10:04.036Z | Downloaded base64ct v1.6.0 |
| 684 | 2025-09-09T22:10:04.039Z | Downloaded backoff v0.4.0 |
| 685 | 2025-09-09T22:10:04.045Z | Downloaded tinyvec_macros v0.1.1 |
| 686 | 2025-09-09T22:10:04.045Z | Downloaded salsa20 v0.10.2 |
| 687 | 2025-09-09T22:10:04.045Z | Downloaded ingot-types v0.1.2 |
| 688 | 2025-09-09T22:10:04.049Z | Downloaded tower-layer v0.3.3 |
| 689 | 2025-09-09T22:10:04.049Z | Downloaded progenitor-macro v0.8.0 |
| 690 | 2025-09-09T22:10:04.049Z | Downloaded ref-cast-impl v1.0.24 |
| 691 | 2025-09-09T22:10:04.052Z | Downloaded slog-bunyan v2.5.0 |
| 692 | 2025-09-09T22:10:04.052Z | Downloaded signal-hook-registry v1.4.2 |
| 693 | 2025-09-09T22:10:04.055Z | Downloaded console v0.15.10 |
| 694 | 2025-09-09T22:10:04.058Z | Downloaded rustversion v1.0.17 |
| 695 | 2025-09-09T22:10:04.061Z | Downloaded sha1 v0.10.6 |
| 696 | 2025-09-09T22:10:04.064Z | Downloaded slog-async v2.8.0 |
| 697 | 2025-09-09T22:10:04.066Z | Downloaded sqlformat v0.3.5 |
| 698 | 2025-09-09T22:10:04.067Z | Downloaded bzip2 v0.5.2 |
| 699 | 2025-09-09T22:10:04.070Z | Downloaded structmeta v0.3.0 |
| 700 | 2025-09-09T22:10:04.073Z | Downloaded ingot-macros v0.1.1 |
| 701 | 2025-09-09T22:10:04.073Z | Downloaded lock_api v0.4.12 |
| 702 | 2025-09-09T22:10:04.076Z | Downloaded crossbeam-utils v0.8.21 |
| 703 | 2025-09-09T22:10:04.082Z | Downloaded zone_cfg_derive v0.3.0 |
| 704 | 2025-09-09T22:10:04.082Z | Downloaded cookie_store v0.21.1 |
| 705 | 2025-09-09T22:10:04.096Z | Downloaded endian-type v0.1.2 |
| 706 | 2025-09-09T22:10:04.100Z | Downloaded debug-ignore v1.0.5 |
| 707 | 2025-09-09T22:10:04.100Z | Downloaded zone_cfg_derive v0.1.2 |
| 708 | 2025-09-09T22:10:04.100Z | Downloaded try-lock v0.2.5 |
| 709 | 2025-09-09T22:10:04.103Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 710 | 2025-09-09T22:10:04.103Z | Downloaded proc-macro-error2 v2.0.1 |
| 711 | 2025-09-09T22:10:04.108Z | Downloaded hashbrown v0.13.2 |
| 712 | 2025-09-09T22:10:04.111Z | Downloaded spin v0.9.8 |
| 713 | 2025-09-09T22:10:04.114Z | Downloaded slab v0.4.9 |
| 714 | 2025-09-09T22:10:04.124Z | Downloaded normalize-line-endings v0.3.0 |
| 715 | 2025-09-09T22:10:04.124Z | Downloaded oso-derive v0.27.3 |
| 716 | 2025-09-09T22:10:04.124Z | Downloaded rusty-fork v0.3.0 |
| 717 | 2025-09-09T22:10:04.127Z | Downloaded utf-8 v0.7.6 |
| 718 | 2025-09-09T22:10:04.128Z | Downloaded number_prefix v0.4.0 |
| 719 | 2025-09-09T22:10:04.128Z | Downloaded strum_macros v0.27.1 |
| 720 | 2025-09-09T22:10:04.128Z | Downloaded strum_macros v0.26.4 |
| 721 | 2025-09-09T22:10:04.131Z | Downloaded num_threads v0.1.7 |
| 722 | 2025-09-09T22:10:04.131Z | Downloaded phf_shared v0.12.1 |
| 723 | 2025-09-09T22:10:04.134Z | Downloaded zstd-safe v7.2.3 |
| 724 | 2025-09-09T22:10:04.134Z | Downloaded xshell v0.2.7 |
| 725 | 2025-09-09T22:10:04.137Z | Downloaded pretty-hex v0.2.1 |
| 726 | 2025-09-09T22:10:04.137Z | Downloaded defmt-macros v0.3.9 |
| 727 | 2025-09-09T22:10:04.140Z | Downloaded defmt v0.3.8 |
| 728 | 2025-09-09T22:10:04.145Z | Downloaded tinyvec v1.8.0 |
| 729 | 2025-09-09T22:10:04.148Z | Downloaded tokio-tungstenite v0.21.0 |
| 730 | 2025-09-09T22:10:04.151Z | Downloaded progenitor-macro v0.11.0 |
| 731 | 2025-09-09T22:10:04.161Z | Downloaded ena v0.14.3 |
| 732 | 2025-09-09T22:10:04.161Z | Downloaded embedded-io v0.6.1 |
| 733 | 2025-09-09T22:10:04.161Z | Downloaded unicase v2.7.0 |
| 734 | 2025-09-09T22:10:04.161Z | Downloaded progenitor-impl v0.9.1 |
| 735 | 2025-09-09T22:10:04.164Z | Downloaded blake2 v0.10.6 |
| 736 | 2025-09-09T22:10:04.167Z | Downloaded futures-channel v0.3.31 |
| 737 | 2025-09-09T22:10:04.167Z | Downloaded float-ord v0.3.2 |
| 738 | 2025-09-09T22:10:04.170Z | Downloaded float-cmp v0.10.0 |
| 739 | 2025-09-09T22:10:04.173Z | Downloaded serde_spanned v1.0.0 |
| 740 | 2025-09-09T22:10:04.174Z | Downloaded const_format v0.2.34 |
| 741 | 2025-09-09T22:10:04.179Z | Downloaded siphasher v0.3.11 |
| 742 | 2025-09-09T22:10:04.182Z | Downloaded num_enum v0.5.11 |
| 743 | 2025-09-09T22:10:04.187Z | Downloaded sqlparser_derive v0.2.2 |
| 744 | 2025-09-09T22:10:04.187Z | Downloaded powerfmt v0.2.0 |
| 745 | 2025-09-09T22:10:04.190Z | Downloaded pkg-config v0.3.31 |
| 746 | 2025-09-09T22:10:04.190Z | Downloaded phf_shared v0.11.2 |
| 747 | 2025-09-09T22:10:04.194Z | Downloaded ssh-encoding v0.2.0 |
| 748 | 2025-09-09T22:10:04.194Z | Downloaded phf v0.12.1 |
| 749 | 2025-09-09T22:10:04.197Z | Downloaded paste v1.0.15 |
| 750 | 2025-09-09T22:10:04.200Z | Downloaded topological-sort v0.2.2 |
| 751 | 2025-09-09T22:10:04.203Z | Downloaded progenitor-macro v0.10.0 |
| 752 | 2025-09-09T22:10:04.203Z | Downloaded predicates-tree v1.0.12 |
| 753 | 2025-09-09T22:10:04.206Z | Downloaded filetime v0.2.25 |
| 754 | 2025-09-09T22:10:04.209Z | Downloaded r2d2 v0.8.10 |
| 755 | 2025-09-09T22:10:04.209Z | Downloaded dropshot_endpoint v0.16.4 |
| 756 | 2025-09-09T22:10:04.212Z | Downloaded waitgroup v0.1.2 |
| 757 | 2025-09-09T22:10:04.219Z | Downloaded serde_yaml v0.9.34+deprecated |
| 758 | 2025-09-09T22:10:04.219Z | Downloaded typify v0.4.3 |
| 759 | 2025-09-09T22:10:04.222Z | Downloaded simd-adler32 v0.3.7 |
| 760 | 2025-09-09T22:10:04.226Z | Downloaded secrecy v0.8.0 |
| 761 | 2025-09-09T22:10:04.229Z | Downloaded darling_macro v0.21.0 |
| 762 | 2025-09-09T22:10:04.229Z | Downloaded want v0.3.1 |
| 763 | 2025-09-09T22:10:04.229Z | Downloaded mime_guess v2.0.5 |
| 764 | 2025-09-09T22:10:04.232Z | Downloaded socket2 v0.6.0 |
| 765 | 2025-09-09T22:10:04.237Z | Downloaded dirs-sys-next v0.1.2 |
| 766 | 2025-09-09T22:10:04.237Z | Downloaded ssh-cipher v0.2.0 |
| 767 | 2025-09-09T22:10:04.240Z | Downloaded shell-words v1.1.0 |
| 768 | 2025-09-09T22:10:04.240Z | Downloaded smf v0.2.3 |
| 769 | 2025-09-09T22:10:04.243Z | Downloaded fixedbitset v0.4.2 |
| 770 | 2025-09-09T22:10:04.243Z | Downloaded static_assertions v1.1.0 |
| 771 | 2025-09-09T22:10:04.246Z | Downloaded structmeta-derive v0.3.0 |
| 772 | 2025-09-09T22:10:04.246Z | Downloaded newtype_derive v0.1.6 |
| 773 | 2025-09-09T22:10:04.259Z | Downloaded tokio-macros v2.5.0 |
| 774 | 2025-09-09T22:10:04.259Z | Downloaded quinn-udp v0.5.5 |
| 775 | 2025-09-09T22:10:04.259Z | Downloaded darling v0.21.0 |
| 776 | 2025-09-09T22:10:04.259Z | Downloaded new_debug_unreachable v1.0.6 |
| 777 | 2025-09-09T22:10:04.262Z | Downloaded rand v0.8.5 |
| 778 | 2025-09-09T22:10:04.262Z | Downloaded futures v0.3.31 |
| 779 | 2025-09-09T22:10:04.269Z | Downloaded progenitor-client v0.8.0 |
| 780 | 2025-09-09T22:10:04.272Z | Downloaded precomputed-hash v0.1.1 |
| 781 | 2025-09-09T22:10:04.272Z | Downloaded zeroize_derive v1.4.2 |
| 782 | 2025-09-09T22:10:04.272Z | Downloaded which v4.4.2 |
| 783 | 2025-09-09T22:10:04.275Z | Downloaded defmt-parser v0.3.4 |
| 784 | 2025-09-09T22:10:04.275Z | Downloaded data-encoding v2.9.0 |
| 785 | 2025-09-09T22:10:04.278Z | Downloaded miniz_oxide v0.8.5 |
| 786 | 2025-09-09T22:10:04.282Z | Downloaded rustls-pemfile v2.2.0 |
| 787 | 2025-09-09T22:10:04.286Z | Downloaded parking_lot v0.11.2 |
| 788 | 2025-09-09T22:10:04.289Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 789 | 2025-09-09T22:10:04.289Z | Downloaded display-error-chain v0.2.2 |
| 790 | 2025-09-09T22:10:04.292Z | Downloaded owo-colors v4.2.2 |
| 791 | 2025-09-09T22:10:04.295Z | Downloaded env_logger v0.11.5 |
| 792 | 2025-09-09T22:10:04.298Z | Downloaded tokio-rustls v0.25.0 |
| 793 | 2025-09-09T22:10:04.301Z | Downloaded take_mut v0.2.2 |
| 794 | 2025-09-09T22:10:04.304Z | Downloaded sync-ptr v0.1.4 |
| 795 | 2025-09-09T22:10:04.308Z | Downloaded rustc-demangle v0.1.24 |
| 796 | 2025-09-09T22:10:04.308Z | Downloaded nibble_vec v0.1.0 |
| 797 | 2025-09-09T22:10:04.311Z | Downloaded oxide-tokio-rt v0.1.2 |
| 798 | 2025-09-09T22:10:04.314Z | Downloaded diff v0.1.13 |
| 799 | 2025-09-09T22:10:04.317Z | Downloaded oxnet v0.1.3 |
| 800 | 2025-09-09T22:10:04.320Z | Downloaded newtype-uuid v1.2.4 |
| 801 | 2025-09-09T22:10:04.323Z | Downloaded packed_struct v0.10.1 |
| 802 | 2025-09-09T22:10:04.323Z | Downloaded vte_generate_state_changes v0.1.2 |
| 803 | 2025-09-09T22:10:04.326Z | Downloaded ppv-lite86 v0.2.20 |
| 804 | 2025-09-09T22:10:04.329Z | Downloaded itertools v0.10.5 |
| 805 | 2025-09-09T22:10:04.335Z | Downloaded foreign-types v0.3.2 |
| 806 | 2025-09-09T22:10:04.339Z | Downloaded derive_builder_macro v0.20.2 |
| 807 | 2025-09-09T22:10:04.339Z | Downloaded document-features v0.2.11 |
| 808 | 2025-09-09T22:10:04.342Z | Downloaded uuid v1.18.1 |
| 809 | 2025-09-09T22:10:04.345Z | Downloaded env_logger v0.10.2 |
| 810 | 2025-09-09T22:10:04.348Z | Downloaded papergrid v0.17.0 |
| 811 | 2025-09-09T22:10:04.354Z | Downloaded openssl-probe v0.1.5 |
| 812 | 2025-09-09T22:10:04.359Z | Downloaded slog-stdlog v4.1.1 |
| 813 | 2025-09-09T22:10:04.359Z | Downloaded memoffset v0.9.1 |
| 814 | 2025-09-09T22:10:04.362Z | Downloaded fixedbitset v0.5.7 |
| 815 | 2025-09-09T22:10:04.364Z | Downloaded tokio-native-tls v0.3.1 |
| 816 | 2025-09-09T22:10:04.368Z | Downloaded vsss-rs v3.3.4 |
| 817 | 2025-09-09T22:10:04.374Z | Downloaded rayon-core v1.12.1 |
| 818 | 2025-09-09T22:10:04.377Z | Downloaded opaque-debug v0.3.1 |
| 819 | 2025-09-09T22:10:04.377Z | Downloaded rustls-pki-types v1.10.0 |
| 820 | 2025-09-09T22:10:04.381Z | Downloaded wait-timeout v0.2.0 |
| 821 | 2025-09-09T22:10:04.385Z | Downloaded schemars v0.8.22 |
| 822 | 2025-09-09T22:10:04.397Z | Downloaded secrecy v0.10.3 |
| 823 | 2025-09-09T22:10:04.400Z | Downloaded aes-gcm v0.10.3 |
| 824 | 2025-09-09T22:10:04.403Z | Downloaded aes v0.8.4 |
| 825 | 2025-09-09T22:10:04.408Z | Downloaded num-conv v0.1.0 |
| 826 | 2025-09-09T22:10:04.411Z | Downloaded ghash v0.5.1 |
| 827 | 2025-09-09T22:10:04.414Z | Downloaded mime v0.3.17 |
| 828 | 2025-09-09T22:10:04.414Z | Downloaded hickory-server v0.25.2 |
| 829 | 2025-09-09T22:10:04.419Z | Downloaded olpc-cjson v0.1.4 |
| 830 | 2025-09-09T22:10:04.422Z | Downloaded num-iter v0.1.45 |
| 831 | 2025-09-09T22:10:04.428Z | Downloaded tokio-rustls v0.26.0 |
| 832 | 2025-09-09T22:10:04.432Z | Downloaded twox-hash v2.1.0 |
| 833 | 2025-09-09T22:10:04.432Z | Downloaded tokio-rustls v0.24.1 |
| 834 | 2025-09-09T22:10:04.435Z | Downloaded crunchy v0.2.2 |
| 835 | 2025-09-09T22:10:04.435Z | Downloaded iri-string v0.7.8 |
| 836 | 2025-09-09T22:10:04.451Z | Downloaded md5 v0.7.0 |
| 837 | 2025-09-09T22:10:04.451Z | Downloaded cstr-argument v0.1.2 |
| 838 | 2025-09-09T22:10:04.451Z | Downloaded mio v1.0.2 |
| 839 | 2025-09-09T22:10:04.458Z | Downloaded russh-cryptovec v0.7.3 |
| 840 | 2025-09-09T22:10:04.459Z | Downloaded rand_core v0.6.4 |
| 841 | 2025-09-09T22:10:04.459Z | Downloaded rayon v1.10.0 |
| 842 | 2025-09-09T22:10:04.465Z | Downloaded slog-dtrace v0.3.0 |
| 843 | 2025-09-09T22:10:04.470Z | Downloaded path-slash v0.1.5 |
| 844 | 2025-09-09T22:10:04.470Z | Downloaded parse-size v1.1.0 |
| 845 | 2025-09-09T22:10:04.473Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 846 | 2025-09-09T22:10:04.473Z | Downloaded thiserror-no-std v2.0.2 |
| 847 | 2025-09-09T22:10:04.477Z | Downloaded support-bundle-viewer v0.1.2 |
| 848 | 2025-09-09T22:10:04.480Z | Downloaded strum v0.26.3 |
| 849 | 2025-09-09T22:10:04.482Z | Downloaded predicates v3.1.3 |
| 850 | 2025-09-09T22:10:04.486Z | Downloaded vte v0.11.1 |
| 851 | 2025-09-09T22:10:04.490Z | Downloaded time-core v0.1.2 |
| 852 | 2025-09-09T22:10:04.493Z | Downloaded papergrid v0.14.0 |
| 853 | 2025-09-09T22:10:04.496Z | Downloaded darling_macro v0.20.10 |
| 854 | 2025-09-09T22:10:04.498Z | Downloaded xshell-macros v0.2.7 |
| 855 | 2025-09-09T22:10:04.501Z | Downloaded testing_table v0.3.0 |
| 856 | 2025-09-09T22:10:04.501Z | Downloaded signature v2.2.0 |
| 857 | 2025-09-09T22:10:04.504Z | Downloaded steno v0.4.1 |
| 858 | 2025-09-09T22:10:04.508Z | Downloaded phf v0.11.2 |
| 859 | 2025-09-09T22:10:04.510Z | Downloaded der v0.7.9 |
| 860 | 2025-09-09T22:10:04.517Z | Downloaded serde_derive_internals v0.29.1 |
| 861 | 2025-09-09T22:10:04.519Z | Downloaded rand_core v0.9.3 |
| 862 | 2025-09-09T22:10:04.521Z | Downloaded derive_more v0.99.20 |
| 863 | 2025-09-09T22:10:04.527Z | Downloaded fxhash v0.2.1 |
| 864 | 2025-09-09T22:10:04.530Z | Downloaded value-bag v1.9.0 |
| 865 | 2025-09-09T22:10:04.532Z | Downloaded flate2 v1.1.2 |
| 866 | 2025-09-09T22:10:04.539Z | Downloaded openssl-sys v0.9.109 |
| 867 | 2025-09-09T22:10:04.545Z | Downloaded rtoolbox v0.0.2 |
| 868 | 2025-09-09T22:10:04.548Z | Downloaded tls_codec_derive v0.4.1 |
| 869 | 2025-09-09T22:10:04.550Z | Downloaded tokio-dtrace v0.1.0 |
| 870 | 2025-09-09T22:10:04.553Z | Downloaded xz2 v0.1.7 |
| 871 | 2025-09-09T22:10:04.555Z | Downloaded dyn-clone v1.0.20 |
| 872 | 2025-09-09T22:10:04.558Z | Downloaded daft-derive v0.1.4 |
| 873 | 2025-09-09T22:10:04.564Z | Downloaded poly1305 v0.8.0 |
| 874 | 2025-09-09T22:10:04.566Z | Downloaded pkcs8 v0.10.2 |
| 875 | 2025-09-09T22:10:04.573Z | Downloaded diesel-dtrace v0.4.2 |
| 876 | 2025-09-09T22:10:04.575Z | Downloaded samael v0.0.19 |
| 877 | 2025-09-09T22:10:04.579Z | Downloaded pem v3.0.5 |
| 878 | 2025-09-09T22:10:04.582Z | Downloaded nu-ansi-term v0.50.1 |
| 879 | 2025-09-09T22:10:04.585Z | Downloaded resolv-conf v0.7.0 |
| 880 | 2025-09-09T22:10:04.588Z | Downloaded salty v0.3.0 |
| 881 | 2025-09-09T22:10:04.595Z | Downloaded snafu-derive v0.8.5 |
| 882 | 2025-09-09T22:10:04.599Z | Downloaded prettyplease v0.2.36 |
| 883 | 2025-09-09T22:10:04.603Z | Downloaded num-derive v0.4.2 |
| 884 | 2025-09-09T22:10:04.605Z | Downloaded match_cfg v0.1.0 |
| 885 | 2025-09-09T22:10:04.608Z | Downloaded either v1.15.0 |
| 886 | 2025-09-09T22:10:04.611Z | Downloaded tui-tree-widget v0.23.1 |
| 887 | 2025-09-09T22:10:04.611Z | Downloaded fatfs v0.3.6 |
| 888 | 2025-09-09T22:10:04.614Z | Downloaded md-5 v0.10.6 |
| 889 | 2025-09-09T22:10:04.617Z | Downloaded embedded-io v0.4.0 |
| 890 | 2025-09-09T22:10:04.620Z | Downloaded pkcs5 v0.7.1 |
| 891 | 2025-09-09T22:10:04.624Z | Downloaded serde_with_macros v3.14.0 |
| 892 | 2025-09-09T22:10:04.626Z | Downloaded tap v1.0.1 |
| 893 | 2025-09-09T22:10:04.629Z | Downloaded num-rational v0.4.2 |
| 894 | 2025-09-09T22:10:04.632Z | Downloaded semver v0.1.20 |
| 895 | 2025-09-09T22:10:04.632Z | Downloaded pbkdf2 v0.12.2 |
| 896 | 2025-09-09T22:10:04.635Z | Downloaded sigpipe v0.1.3 |
| 897 | 2025-09-09T22:10:04.638Z | Downloaded scrypt v0.11.0 |
| 898 | 2025-09-09T22:10:04.638Z | Downloaded schemars_derive v0.8.22 |
| 899 | 2025-09-09T22:10:04.642Z | Downloaded dirs-next v2.0.0 |
| 900 | 2025-09-09T22:10:04.642Z | Downloaded strum v0.27.2 |
| 901 | 2025-09-09T22:10:04.645Z | Downloaded num-integer v0.1.46 |
| 902 | 2025-09-09T22:10:04.645Z | Downloaded num-derive v0.3.3 |
| 903 | 2025-09-09T22:10:04.648Z | Downloaded num-complex v0.4.6 |
| 904 | 2025-09-09T22:10:04.651Z | Downloaded tower-http v0.6.6 |
| 905 | 2025-09-09T22:10:04.658Z | Downloaded serde_repr v0.1.19 |
| 906 | 2025-09-09T22:10:04.660Z | Downloaded toml v0.7.8 |
| 907 | 2025-09-09T22:10:04.664Z | Downloaded supports-color v3.0.2 |
| 908 | 2025-09-09T22:10:04.667Z | Downloaded ed25519 v2.2.3 |
| 909 | 2025-09-09T22:10:04.670Z | Downloaded zone v0.3.1 |
| 910 | 2025-09-09T22:10:04.673Z | Downloaded void v1.0.2 |
| 911 | 2025-09-09T22:10:04.673Z | Downloaded maplit v1.0.2 |
| 912 | 2025-09-09T22:10:04.673Z | Downloaded toml_writer v1.0.2 |
| 913 | 2025-09-09T22:10:04.675Z | Downloaded tower-service v0.3.3 |
| 914 | 2025-09-09T22:10:04.678Z | Downloaded progenitor v0.8.0 |
| 915 | 2025-09-09T22:10:04.678Z | Downloaded derive-where v1.5.0 |
| 916 | 2025-09-09T22:10:04.682Z | Downloaded universal-hash v0.5.1 |
| 917 | 2025-09-09T22:10:04.685Z | Downloaded fd-lock v4.0.2 |
| 918 | 2025-09-09T22:10:04.688Z | Downloaded serde_urlencoded v0.7.1 |
| 919 | 2025-09-09T22:10:04.691Z | Downloaded progenitor v0.10.0 |
| 920 | 2025-09-09T22:10:04.691Z | Downloaded scopeguard v1.2.0 |
| 921 | 2025-09-09T22:10:04.693Z | Downloaded progenitor v0.11.0 |
| 922 | 2025-09-09T22:10:04.696Z | Downloaded tough v0.20.0 |
| 923 | 2025-09-09T22:10:04.703Z | Downloaded signal-hook-mio v0.2.4 |
| 924 | 2025-09-09T22:10:04.706Z | Downloaded ff v0.13.0 |
| 925 | 2025-09-09T22:10:04.709Z | Downloaded primeorder v0.13.6 |
| 926 | 2025-09-09T22:10:04.709Z | Downloaded rpassword v7.4.0 |
| 927 | 2025-09-09T22:10:04.712Z | Downloaded termios v0.3.3 |
| 928 | 2025-09-09T22:10:04.715Z | Downloaded parking_lot_core v0.9.10 |
| 929 | 2025-09-09T22:10:04.715Z | Downloaded bitvec v1.0.1 |
| 930 | 2025-09-09T22:10:04.731Z | Downloaded shlex v1.3.0 |
| 931 | 2025-09-09T22:10:04.734Z | Downloaded proc-macro-crate v1.3.1 |
| 932 | 2025-09-09T22:10:04.734Z | Downloaded futures-task v0.3.31 |
| 933 | 2025-09-09T22:10:04.737Z | Downloaded fs-err v2.11.0 |
| 934 | 2025-09-09T22:10:04.737Z | Downloaded smallvec v0.6.14 |
| 935 | 2025-09-09T22:10:04.741Z | Downloaded typed-path v0.9.3 |
| 936 | 2025-09-09T22:10:04.744Z | Downloaded peg-macros v0.8.5 |
| 937 | 2025-09-09T22:10:04.748Z | Downloaded progenitor v0.9.1 |
| 938 | 2025-09-09T22:10:04.751Z | Downloaded term v0.7.0 |
| 939 | 2025-09-09T22:10:04.754Z | Downloaded vergen v8.3.2 |
| 940 | 2025-09-09T22:10:04.757Z | Downloaded winnow v0.6.26 |
| 941 | 2025-09-09T22:10:04.764Z | Downloaded termcolor v1.4.1 |
| 942 | 2025-09-09T22:10:04.767Z | Downloaded serde_cbor v0.11.2 |
| 943 | 2025-09-09T22:10:04.770Z | Downloaded darling_core v0.21.0 |
| 944 | 2025-09-09T22:10:04.775Z | Downloaded tungstenite v0.21.0 |
| 945 | 2025-09-09T22:10:04.778Z | Downloaded qorb v0.4.1 |
| 946 | 2025-09-09T22:10:04.783Z | Downloaded zerocopy v0.6.6 |
| 947 | 2025-09-09T22:10:04.787Z | Downloaded sqlparser v0.45.0 |
| 948 | 2025-09-09T22:10:04.791Z | Downloaded tabled v0.18.0 |
| 949 | 2025-09-09T22:10:04.810Z | Downloaded yansi v1.0.1 |
| 950 | 2025-09-09T22:10:04.813Z | Downloaded bindgen v0.71.1 |
| 951 | 2025-09-09T22:10:04.819Z | Downloaded rustls-webpki v0.101.7 |
| 952 | 2025-09-09T22:10:04.834Z | Downloaded publicsuffix v2.3.0 |
| 953 | 2025-09-09T22:10:04.837Z | Downloaded rand v0.9.2 |
| 954 | 2025-09-09T22:10:04.839Z | Downloaded num-bigint v0.4.6 |
| 955 | 2025-09-09T22:10:04.846Z | Downloaded tabled v0.20.0 |
| 956 | 2025-09-09T22:10:04.863Z | Downloaded zerocopy-derive v0.8.26 |
| 957 | 2025-09-09T22:10:04.871Z | Downloaded signal-hook v0.3.18 |
| 958 | 2025-09-09T22:10:04.875Z | Downloaded ed25519-dalek v2.1.1 |
| 959 | 2025-09-09T22:10:04.879Z | Downloaded crossterm v0.29.0 |
| 960 | 2025-09-09T22:10:04.883Z | Downloaded time v0.3.36 |
| 961 | 2025-09-09T22:10:04.891Z | Downloaded expectorate v1.2.0 |
| 962 | 2025-09-09T22:10:04.894Z | Downloaded zlib-rs v0.5.1 |
| 963 | 2025-09-09T22:10:04.899Z | Downloaded p521 v0.13.3 |
| 964 | 2025-09-09T22:10:04.903Z | Downloaded quick-xml v0.37.2 |
| 965 | 2025-09-09T22:10:04.909Z | Downloaded radix_trie v0.2.1 |
| 966 | 2025-09-09T22:10:04.914Z | Downloaded toml_edit v0.19.15 |
| 967 | 2025-09-09T22:10:04.931Z | Downloaded num-bigint-dig v0.8.4 |
| 968 | 2025-09-09T22:10:04.935Z | Downloaded regex v1.11.1 |
| 969 | 2025-09-09T22:10:04.949Z | Downloaded rustls-webpki v0.102.8 |
| 970 | 2025-09-09T22:10:04.968Z | Downloaded unicode-normalization v0.1.24 |
| 971 | 2025-09-09T22:10:04.971Z | Downloaded p384 v0.13.0 |
| 972 | 2025-09-09T22:10:04.977Z | Downloaded moka v0.12.10 |
| 973 | 2025-09-09T22:10:04.986Z | Downloaded serde_with v3.14.0 |
| 974 | 2025-09-09T22:10:04.999Z | Downloaded winnow v0.5.40 |
| 975 | 2025-09-09T22:10:05.007Z | Downloaded futures-util v0.3.31 |
| 976 | 2025-09-09T22:10:05.019Z | Downloaded petname v2.0.2 |
| 977 | 2025-09-09T22:10:05.024Z | Downloaded gimli v0.31.1 |
| 978 | 2025-09-09T22:10:05.031Z | Downloaded reqwest v0.12.22 |
| 979 | 2025-09-09T22:10:05.040Z | Downloaded regex-syntax v0.6.29 |
| 980 | 2025-09-09T22:10:05.047Z | Downloaded vcpkg v0.2.15 |
| 981 | 2025-09-09T22:10:05.085Z | Downloaded nix v0.27.1 |
| 982 | 2025-09-09T22:10:05.095Z | Downloaded object v0.30.4 |
| 983 | 2025-09-09T22:10:05.104Z | Downloaded hickory-proto v0.24.4 |
| 984 | 2025-09-09T22:10:05.120Z | Downloaded rustls v0.21.12 |
| 985 | 2025-09-09T22:10:05.130Z | Downloaded curve25519-dalek v4.1.3 |
| 986 | 2025-09-09T22:10:05.138Z | Downloaded nix v0.30.1 |
| 987 | 2025-09-09T22:10:05.151Z | Downloaded smoltcp v0.11.0 |
| 988 | 2025-09-09T22:10:05.162Z | Downloaded object v0.36.5 |
| 989 | 2025-09-09T22:10:05.175Z | Downloaded zerocopy v0.8.26 |
| 990 | 2025-09-09T22:10:05.195Z | Downloaded hickory-proto v0.25.2 |
| 991 | 2025-09-09T22:10:05.210Z | Downloaded smoltcp v0.9.1 |
| 992 | 2025-09-09T22:10:05.219Z | Downloaded regex-syntax v0.8.5 |
| 993 | 2025-09-09T22:10:05.228Z | Downloaded dropshot v0.16.4 |
| 994 | 2025-09-09T22:10:05.249Z | Downloaded regress v0.10.4 |
| 995 | 2025-09-09T22:10:05.257Z | Downloaded diesel v2.2.12 |
| 996 | 2025-09-09T22:10:05.274Z | Downloaded typify-impl v0.2.0 |
| 997 | 2025-09-09T22:10:05.287Z | Downloaded typify-impl v0.4.3 |
| 998 | 2025-09-09T22:10:05.300Z | Downloaded nix v0.28.0 |
| 999 | 2025-09-09T22:10:05.311Z | Downloaded sled v0.34.7 |
| 1000 | 2025-09-09T22:10:05.321Z | Downloaded typify-impl v0.3.0 |
| 1001 | 2025-09-09T22:10:05.334Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1002 | 2025-09-09T22:10:05.344Z | Downloaded openapiv3 v2.2.0 |
| 1003 | 2025-09-09T22:10:05.356Z | Downloaded zerocopy-derive v0.6.6 |
| 1004 | 2025-09-09T22:10:05.365Z | Downloaded nix v0.29.0 |
| 1005 | 2025-09-09T22:10:05.375Z | Downloaded regex-automata v0.4.8 |
| 1006 | 2025-09-09T22:10:05.391Z | Downloaded chrono-tz v0.10.4 |
| 1007 | 2025-09-09T22:10:05.406Z | Downloaded ratatui v0.29.0 |
| 1008 | 2025-09-09T22:10:05.423Z | Downloaded rustls v0.23.19 |
| 1009 | 2025-09-09T22:10:05.434Z | Downloaded rustls v0.22.4 |
| 1010 | 2025-09-09T22:10:05.446Z | Downloaded petgraph v0.6.5 |
| 1011 | 2025-09-09T22:10:05.462Z | Downloaded jiff v0.2.15 |
| 1012 | 2025-09-09T22:10:05.477Z | Downloaded polar-core v0.27.3 |
| 1013 | 2025-09-09T22:10:05.484Z | Downloaded lzma-sys v0.1.20 |
| 1014 | 2025-09-09T22:10:05.510Z | Downloaded openssl v0.10.73 |
| 1015 | 2025-09-09T22:10:05.519Z | Downloaded petgraph v0.8.2 |
| 1016 | 2025-09-09T22:10:05.538Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1017 | 2025-09-09T22:10:05.552Z | Downloaded bstr v1.10.0 |
| 1018 | 2025-09-09T22:10:05.561Z | Downloaded tokio v1.47.0 |
| 1019 | 2025-09-09T22:10:05.596Z | Downloaded libz-sys v1.1.20 |
| 1020 | 2025-09-09T22:10:05.613Z | Downloaded proptest v1.7.0 |
| 1021 | 2025-09-09T22:10:05.621Z | Downloaded webpki-roots v1.0.1 |
| 1022 | 2025-09-09T22:10:05.624Z | Downloaded sha3 v0.10.8 |
| 1023 | 2025-09-09T22:10:05.629Z | Downloaded russh v0.45.0 |
| 1024 | 2025-09-09T22:10:05.634Z | Downloaded git2 v0.19.0 |
| 1025 | 2025-09-09T22:10:05.641Z | Downloaded chrono v0.4.41 |
| 1026 | 2025-09-09T22:10:05.648Z | Downloaded csv v1.3.1 |
| 1027 | 2025-09-09T22:10:05.665Z | Downloaded elliptic-curve v0.13.8 |
| 1028 | 2025-09-09T22:10:05.669Z | Downloaded term v1.1.0 |
| 1029 | 2025-09-09T22:10:05.673Z | Downloaded tar v0.4.44 |
| 1030 | 2025-09-09T22:10:05.675Z | Downloaded unicode-bidi v0.3.17 |
| 1031 | 2025-09-09T22:10:05.680Z | Downloaded lalrpop v0.19.12 |
| 1032 | 2025-09-09T22:10:05.686Z | Downloaded diesel_derives v2.2.3 |
| 1033 | 2025-09-09T22:10:05.690Z | Downloaded unit-prefix v0.5.1 |
| 1034 | 2025-09-09T22:10:05.692Z | Downloaded parking_lot_core v0.8.6 |
| 1035 | 2025-09-09T22:10:05.692Z | Downloaded parking_lot v0.12.3 |
| 1036 | 2025-09-09T22:10:05.695Z | Downloaded parse-display-derive v0.10.0 |
| 1037 | 2025-09-09T22:10:05.695Z | Downloaded unicode-properties v0.1.3 |
| 1038 | 2025-09-09T22:10:05.699Z | Downloaded tracing-attributes v0.1.27 |
| 1039 | 2025-09-09T22:10:05.702Z | Downloaded ecdsa v0.16.9 |
| 1040 | 2025-09-09T22:10:05.702Z | Downloaded uzers v0.12.1 |
| 1041 | 2025-09-09T22:10:05.705Z | Downloaded crypto-bigint v0.5.5 |
| 1042 | 2025-09-09T22:10:05.710Z | Downloaded tracing v0.1.40 |
| 1043 | 2025-09-09T22:10:05.714Z | Downloaded reedline v0.40.0 |
| 1044 | 2025-09-09T22:10:05.721Z | Downloaded quinn-proto v0.11.8 |
| 1045 | 2025-09-09T22:10:05.727Z | Downloaded rsa v0.9.6 |
| 1046 | 2025-09-09T22:10:05.731Z | Downloaded foreign-types-shared v0.1.1 |
| 1047 | 2025-09-09T22:10:05.734Z | Downloaded parse-display v0.10.0 |
| 1048 | 2025-09-09T22:10:05.734Z | Downloaded peg-runtime v0.8.5 |
| 1049 | 2025-09-09T22:10:05.734Z | Downloaded toml_parser v1.0.2 |
| 1050 | 2025-09-09T22:10:05.737Z | Downloaded darling_core v0.20.10 |
| 1051 | 2025-09-09T22:10:05.740Z | Downloaded derive-ex v0.1.8 |
| 1052 | 2025-09-09T22:10:05.743Z | Downloaded difflib v0.4.0 |
| 1053 | 2025-09-09T22:10:05.743Z | Downloaded tokio-postgres v0.7.13 |
| 1054 | 2025-09-09T22:10:05.746Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1055 | 2025-09-09T22:10:05.749Z | Downloaded encoding_rs v0.8.34 |
| 1056 | 2025-09-09T22:10:05.767Z | Downloaded peg v0.8.5 |
| 1057 | 2025-09-09T22:10:05.770Z | Downloaded ring v0.17.14 |
| 1058 | 2025-09-09T22:10:05.807Z | Downloaded foreign-types-shared v0.3.1 |
| 1059 | 2025-09-09T22:10:05.811Z | Downloaded pem-rfc7468 v0.7.0 |
| 1060 | 2025-09-09T22:10:05.811Z | Downloaded ssh-key v0.6.6 |
| 1061 | 2025-09-09T22:10:05.815Z | Downloaded psl-types v2.0.11 |
| 1062 | 2025-09-09T22:10:05.819Z | Downloaded tower v0.5.2 |
| 1063 | 2025-09-09T22:10:05.824Z | Downloaded snafu v0.8.5 |
| 1064 | 2025-09-09T22:10:05.829Z | Downloaded portable-atomic v1.11.0 |
| 1065 | 2025-09-09T22:10:05.835Z | Downloaded deranged v0.3.11 |
| 1066 | 2025-09-09T22:10:05.838Z | Downloaded maybe-uninit v2.0.0 |
| 1067 | 2025-09-09T22:10:05.838Z | Downloaded der_derive v0.7.3 |
| 1068 | 2025-09-09T22:10:05.842Z | Downloaded unarray v0.1.4 |
| 1069 | 2025-09-09T22:10:05.842Z | Downloaded derive_more-impl v2.0.1 |
| 1070 | 2025-09-09T22:10:05.845Z | Downloaded itertools v0.13.0 |
| 1071 | 2025-09-09T22:10:05.850Z | Downloaded toml v0.9.5 |
| 1072 | 2025-09-09T22:10:05.855Z | Downloaded unicode-segmentation v1.12.0 |
| 1073 | 2025-09-09T22:10:05.858Z | Downloaded rand_xorshift v0.4.0 |
| 1074 | 2025-09-09T22:10:05.858Z | Downloaded rand_seeder v0.4.0 |
| 1075 | 2025-09-09T22:10:05.861Z | Downloaded rand_chacha v0.9.0 |
| 1076 | 2025-09-09T22:10:05.861Z | Downloaded rand_chacha v0.3.1 |
| 1077 | 2025-09-09T22:10:05.861Z | Downloaded quick-error v1.2.3 |
| 1078 | 2025-09-09T22:10:05.866Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1079 | 2025-09-09T22:10:05.911Z | Downloaded pkcs1 v0.7.5 |
| 1080 | 2025-09-09T22:10:05.914Z | Downloaded fs_extra v1.3.0 |
| 1081 | 2025-09-09T22:10:05.916Z | Downloaded ron v0.8.1 |
| 1082 | 2025-09-09T22:10:05.919Z | Downloaded nom v7.1.3 |
| 1083 | 2025-09-09T22:10:05.924Z | Downloaded csv-core v0.1.11 |
| 1084 | 2025-09-09T22:10:05.927Z | Downloaded progenitor-impl v0.8.0 |
| 1085 | 2025-09-09T22:10:05.927Z | Downloaded termtree v0.5.1 |
| 1086 | 2025-09-09T22:10:05.930Z | Downloaded multer v3.1.0 |
| 1087 | 2025-09-09T22:10:05.930Z | Downloaded serde_plain v1.0.2 |
| 1088 | 2025-09-09T22:10:05.933Z | Downloaded yasna v0.5.2 |
| 1089 | 2025-09-09T22:10:05.933Z | Downloaded typify-macro v0.3.0 |
| 1090 | 2025-09-09T22:10:05.935Z | Downloaded derive_more v2.0.1 |
| 1091 | 2025-09-09T22:10:05.941Z | Downloaded blake3 v1.5.4 |
| 1092 | 2025-09-09T22:10:05.948Z | Downloaded subprocess v0.2.9 |
| 1093 | 2025-09-09T22:10:05.951Z | Downloaded tungstenite v0.23.0 |
| 1094 | 2025-09-09T22:10:05.955Z | Downloaded zip v4.2.0 |
| 1095 | 2025-09-09T22:10:05.957Z | Downloaded pbkdf2 v0.11.0 |
| 1096 | 2025-09-09T22:10:05.960Z | Downloaded num v0.4.3 |
| 1097 | 2025-09-09T22:10:05.960Z | Downloaded pin-project-internal v1.1.6 |
| 1098 | 2025-09-09T22:10:05.963Z | Downloaded pin-project v1.1.6 |
| 1099 | 2025-09-09T22:10:05.970Z | Downloaded omicron-zone-package v0.12.2 |
| 1100 | 2025-09-09T22:10:05.973Z | Downloaded quinn v0.11.5 |
| 1101 | 2025-09-09T22:10:05.976Z | Downloaded gethostname v0.5.0 |
| 1102 | 2025-09-09T22:10:05.979Z | Downloaded fallible-iterator v0.2.0 |
| 1103 | 2025-09-09T22:10:05.979Z | Downloaded x509-cert v0.2.5 |
| 1104 | 2025-09-09T22:10:05.983Z | Downloaded itertools v0.12.1 |
| 1105 | 2025-09-09T22:10:05.989Z | Downloaded hkdf v0.12.4 |
| 1106 | 2025-09-09T22:10:05.992Z | Downloaded zip v0.6.6 |
| 1107 | 2025-09-09T22:10:05.995Z | Downloaded aho-corasick v1.1.3 |
| 1108 | 2025-09-09T22:10:05.999Z | Downloaded unicode_categories v0.1.1 |
| 1109 | 2025-09-09T22:10:06.003Z | Downloaded tokio-util v0.7.15 |
| 1110 | 2025-09-09T22:10:06.008Z | Downloaded hyper v1.7.0 |
| 1111 | 2025-09-09T22:10:06.013Z | Downloaded subtle v2.6.1 |
| 1112 | 2025-09-09T22:10:06.016Z | Downloaded strum_macros v0.24.3 |
| 1113 | 2025-09-09T22:10:06.016Z | Downloaded typify v0.3.0 |
| 1114 | 2025-09-09T22:10:06.021Z | Downloaded memmap2 v0.9.5 |
| 1115 | 2025-09-09T22:10:06.021Z | Downloaded getrandom v0.2.15 |
| 1116 | 2025-09-09T22:10:06.024Z | Downloaded serde_path_to_error v0.1.17 |
| 1117 | 2025-09-09T22:10:06.034Z | Downloaded env_filter v0.1.2 |
| 1118 | 2025-09-09T22:10:06.034Z | Downloaded derive_builder v0.20.2 |
| 1119 | 2025-09-09T22:10:06.034Z | Downloaded libm v0.2.8 |
| 1120 | 2025-09-09T22:10:06.039Z | Downloaded typify-macro v0.2.0 |
| 1121 | 2025-09-09T22:10:06.039Z | Downloaded rfc6979 v0.4.0 |
| 1122 | 2025-09-09T22:10:06.039Z | Downloaded radium v0.7.0 |
| 1123 | 2025-09-09T22:10:06.043Z | Downloaded daft v0.1.4 |
| 1124 | 2025-09-09T22:10:06.043Z | Downloaded whoami v1.5.2 |
| 1125 | 2025-09-09T22:10:06.043Z | Downloaded typify v0.2.0 |
| 1126 | 2025-09-09T22:10:06.050Z | Downloaded pin-project-lite v0.2.14 |
| 1127 | 2025-09-09T22:10:06.050Z | Downloaded minimal-lexical v0.2.1 |
| 1128 | 2025-09-09T22:10:06.055Z | Downloaded flume v0.11.1 |
| 1129 | 2025-09-09T22:10:06.058Z | Downloaded rustyline v14.0.0 |
| 1130 | 2025-09-09T22:10:06.062Z | Downloaded p256 v0.13.2 |
| 1131 | 2025-09-09T22:10:06.065Z | Downloaded slog-term v2.9.2 |
| 1132 | 2025-09-09T22:10:06.068Z | Downloaded enum-as-inner v0.6.1 |
| 1133 | 2025-09-09T22:10:06.068Z | Downloaded socket2 v0.5.10 |
| 1134 | 2025-09-09T22:10:06.070Z | Downloaded pretty_assertions v1.4.1 |
| 1135 | 2025-09-09T22:10:06.070Z | Downloaded prefix-trie v0.7.0 |
| 1136 | 2025-09-09T22:10:06.073Z | Downloaded aws-lc-rs v1.12.4 |
| 1137 | 2025-09-09T22:10:06.080Z | Downloaded foreign-types-macros v0.2.3 |
| 1138 | 2025-09-09T22:10:06.083Z | Downloaded foreign-types v0.5.0 |
| 1139 | 2025-09-09T22:10:06.083Z | Downloaded ctr v0.9.2 |
| 1140 | 2025-09-09T22:10:06.083Z | Downloaded rustls-pemfile v1.0.4 |
| 1141 | 2025-09-09T22:10:06.087Z | Downloaded rustls-native-certs v0.8.1 |
| 1142 | 2025-09-09T22:10:06.089Z | Downloaded similar v2.7.0 |
| 1143 | 2025-09-09T22:10:06.092Z | Downloaded cc v1.2.30 |
| 1144 | 2025-09-09T22:10:06.095Z | Downloaded rcgen v0.12.1 |
| 1145 | 2025-09-09T22:10:06.099Z | Downloaded packed_struct_codegen v0.10.1 |
| 1146 | 2025-09-09T22:10:06.099Z | Downloaded tabwriter v1.4.0 |
| 1147 | 2025-09-09T22:10:06.103Z | Downloaded tabled_derive v0.11.0 |
| 1148 | 2025-09-09T22:10:06.103Z | Downloaded native-tls v0.2.12 |
| 1149 | 2025-09-09T22:10:06.103Z | Downloaded nanorand v0.7.0 |
| 1150 | 2025-09-09T22:10:06.106Z | Downloaded multimap v0.10.1 |
| 1151 | 2025-09-09T22:10:06.106Z | Downloaded slog-scope v4.4.0 |
| 1152 | 2025-09-09T22:10:06.106Z | Downloaded slog-json v2.6.1 |
| 1153 | 2025-09-09T22:10:06.109Z | Downloaded openssl-macros v0.1.1 |
| 1154 | 2025-09-09T22:10:06.109Z | Downloaded time-macros v0.2.18 |
| 1155 | 2025-09-09T22:10:06.113Z | Downloaded tagptr v0.2.0 |
| 1156 | 2025-09-09T22:10:06.113Z | Downloaded same-file v1.0.6 |
| 1157 | 2025-09-09T22:10:06.113Z | Downloaded glob v0.3.2 |
| 1158 | 2025-09-09T22:10:06.116Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1159 | 2025-09-09T22:10:06.116Z | Downloaded progenitor-macro v0.9.1 |
| 1160 | 2025-09-09T22:10:06.116Z | Downloaded progenitor-client v0.11.0 |
| 1161 | 2025-09-09T22:10:06.119Z | Downloaded progenitor-client v0.10.0 |
| 1162 | 2025-09-09T22:10:06.119Z | Downloaded russh-keys v0.45.0 |
| 1163 | 2025-09-09T22:10:06.122Z | Downloaded unsafe-libyaml v0.2.11 |
| 1164 | 2025-09-09T22:10:06.124Z | Downloaded iddqd v0.3.9 |
| 1165 | 2025-09-09T22:10:06.129Z | Downloaded polyval v0.6.2 |
| 1166 | 2025-09-09T22:10:06.132Z | Downloaded pin-utils v0.1.0 |
| 1167 | 2025-09-09T22:10:06.132Z | Downloaded walkdir v2.5.0 |
| 1168 | 2025-09-09T22:10:06.135Z | Downloaded foldhash v0.1.5 |
| 1169 | 2025-09-09T22:10:06.135Z | Downloaded flagset v0.4.6 |
| 1170 | 2025-09-09T22:10:06.138Z | Downloaded slog-envlogger v2.2.0 |
| 1171 | 2025-09-09T22:10:06.138Z | Downloaded oso v0.27.3 |
| 1172 | 2025-09-09T22:10:06.141Z | Downloaded zone v0.1.8 |
| 1173 | 2025-09-09T22:10:06.141Z | Downloaded zeroize v1.8.1 |
| 1174 | 2025-09-09T22:10:06.143Z | Downloaded unicode-truncate v1.1.0 |
| 1175 | 2025-09-09T22:10:06.144Z | Downloaded typify-macro v0.4.3 |
| 1176 | 2025-09-09T22:10:06.144Z | Downloaded sct v0.7.1 |
| 1177 | 2025-09-09T22:10:06.146Z | Downloaded toml_datetime v0.7.0 |
| 1178 | 2025-09-09T22:10:06.151Z | Downloaded ref-cast v1.0.24 |
| 1179 | 2025-09-09T22:10:06.151Z | Downloaded zopfli v0.8.1 |
| 1180 | 2025-09-09T22:10:06.155Z | Downloaded tracing-core v0.1.32 |
| 1181 | 2025-09-09T22:10:06.155Z | Downloaded newline-converter v0.3.0 |
| 1182 | 2025-09-09T22:10:06.158Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1183 | 2025-09-09T22:10:06.159Z | Downloaded stringprep v0.1.5 |
| 1184 | 2025-09-09T22:10:06.159Z | Downloaded string_cache v0.8.9 |
| 1185 | 2025-09-09T22:10:06.161Z | Downloaded predicates-core v1.0.8 |
| 1186 | 2025-09-09T22:10:06.161Z | Downloaded crossbeam-channel v0.5.15 |
| 1187 | 2025-09-09T22:10:06.167Z | Downloaded hickory-resolver v0.25.2 |
| 1188 | 2025-09-09T22:10:06.179Z | Downloaded password-hash v0.4.2 |
| 1189 | 2025-09-09T22:10:06.179Z | Downloaded bytes v1.10.1 |
| 1190 | 2025-09-09T22:10:06.179Z | Downloaded sec1 v0.7.3 |
| 1191 | 2025-09-09T22:10:06.182Z | Downloaded futures-io v0.3.31 |
| 1192 | 2025-09-09T22:10:06.182Z | Downloaded progenitor-impl v0.10.0 |
| 1193 | 2025-09-09T22:10:06.182Z | Downloaded hyper-util v0.1.16 |
| 1194 | 2025-09-09T22:10:06.182Z | Downloaded base64 v0.22.1 |
| 1195 | 2025-09-09T22:10:06.186Z | Downloaded des v0.8.1 |
| 1196 | 2025-09-09T22:10:06.186Z | Downloaded tokio-tungstenite v0.23.1 |
| 1197 | 2025-09-09T22:10:06.188Z | Downloaded heapless v0.7.17 |
| 1198 | 2025-09-09T22:10:06.191Z | Downloaded derive_builder_core v0.20.2 |
| 1199 | 2025-09-09T22:10:06.193Z | Downloaded darling v0.20.10 |
| 1200 | 2025-09-09T22:10:06.196Z | Downloaded zstd v0.13.3 |
| 1201 | 2025-09-09T22:10:06.198Z | Downloaded test-strategy v0.4.3 |
| 1202 | 2025-09-09T22:10:06.207Z | Downloaded password-hash v0.5.0 |
| 1203 | 2025-09-09T22:10:06.207Z | Downloaded indicatif v0.18.0 |
| 1204 | 2025-09-09T22:10:06.207Z | Downloaded allocator-api2 v0.2.21 |
| 1205 | 2025-09-09T22:10:06.211Z | Downloaded num_enum_derive v0.5.11 |
| 1206 | 2025-09-09T22:10:06.211Z | Downloaded nodrop v0.1.14 |
| 1207 | 2025-09-09T22:10:06.211Z | Downloaded futures-sink v0.3.31 |
| 1208 | 2025-09-09T22:10:06.214Z | Downloaded futures-macro v0.3.31 |
| 1209 | 2025-09-09T22:10:06.214Z | Downloaded futures-executor v0.3.31 |
| 1210 | 2025-09-09T22:10:06.214Z | Downloaded futures-core v0.3.31 |
| 1211 | 2025-09-09T22:10:06.217Z | Downloaded funty v2.0.0 |
| 1212 | 2025-09-09T22:10:06.217Z | Downloaded hickory-resolver v0.24.4 |
| 1213 | 2025-09-09T22:10:06.220Z | Downloaded slog v2.7.0 |
| 1214 | 2025-09-09T22:10:06.222Z | Downloaded ron v0.7.1 |
| 1215 | 2025-09-09T22:10:06.239Z | Downloaded progenitor-impl v0.11.0 |
| 1216 | 2025-09-09T22:10:06.263Z | Downloaded indicatif v0.17.11 |
| 1217 | 2025-09-09T22:10:06.263Z | Downloaded indexmap v1.9.3 |
| 1218 | 2025-09-09T22:10:06.263Z | Downloaded ignore v0.4.23 |
| 1219 | 2025-09-09T22:10:06.263Z | Downloaded dunce v1.0.5 |
| 1220 | 2025-09-09T22:10:06.263Z | Downloaded dsl_auto_type v0.1.2 |
| 1221 | 2025-09-09T22:10:06.267Z | Downloaded tokio-stream v0.1.17 |
| 1222 | 2025-09-09T22:10:06.267Z | Downloaded litrs v0.4.1 |
| 1223 | 2025-09-09T22:10:06.270Z | Downloaded compact_str v0.8.0 |
| 1224 | 2025-09-09T22:10:06.273Z | Downloaded base64 v0.21.7 |
| 1225 | 2025-09-09T22:10:06.276Z | Downloaded xattr v1.3.1 |
| 1226 | 2025-09-09T22:10:06.279Z | Downloaded wyz v0.5.1 |
| 1227 | 2025-09-09T22:10:06.279Z | Downloaded crossbeam-epoch v0.9.18 |
| 1228 | 2025-09-09T22:10:06.282Z | Downloaded clang-sys v1.8.1 |
| 1229 | 2025-09-09T22:10:06.282Z | Downloaded heapless v0.8.0 |
| 1230 | 2025-09-09T22:10:06.285Z | Downloaded const-oid v0.9.6 |
| 1231 | 2025-09-09T22:10:06.288Z | Downloaded untrusted v0.9.0 |
| 1232 | 2025-09-09T22:10:06.291Z | Downloaded untrusted v0.7.1 |
| 1233 | 2025-09-09T22:10:06.291Z | Downloaded libloading v0.8.5 |
| 1234 | 2025-09-09T22:10:06.294Z | Downloaded tls_codec v0.4.1 |
| 1235 | 2025-09-09T22:10:06.297Z | Downloaded tiny-keccak v2.0.2 |
| 1236 | 2025-09-09T22:10:06.300Z | Downloaded thread_local v1.1.8 |
| 1237 | 2025-09-09T22:10:06.300Z | Downloaded postgres-types v0.2.9 |
| 1238 | 2025-09-09T22:10:06.303Z | Downloaded postgres-protocol v0.6.8 |
| 1239 | 2025-09-09T22:10:06.306Z | Downloaded postcard v1.0.10 |
| 1240 | 2025-09-09T22:10:06.309Z | Downloaded crossterm v0.28.1 |
| 1241 | 2025-09-09T22:10:06.314Z | Downloaded cookie v0.18.1 |
| 1242 | 2025-09-09T22:10:06.317Z | Downloaded bzip2 v0.4.4 |
| 1243 | 2025-09-09T22:10:06.320Z | Downloaded hashbrown v0.12.3 |
| 1244 | 2025-09-09T22:10:06.323Z | Downloaded siphasher v1.0.1 |
| 1245 | 2025-09-09T22:10:06.327Z | Downloaded arrayvec v0.7.6 |
| 1246 | 2025-09-09T22:10:06.327Z | Downloaded spki v0.7.3 |
| 1247 | 2025-09-09T22:10:06.330Z | Downloaded serde-hex v0.1.0 |
| 1248 | 2025-09-09T22:10:06.333Z | Downloaded serde_bytes v0.11.17 |
| 1249 | 2025-09-09T22:10:06.333Z | Downloaded rustc_version v0.1.7 |
| 1250 | 2025-09-09T22:10:06.337Z | Downloaded rustc-hash v1.1.0 |
| 1251 | 2025-09-09T22:10:06.337Z | Downloaded indoc v2.0.6 |
| 1252 | 2025-09-09T22:10:06.342Z | Downloaded rustc-hash v2.1.1 |
| 1253 | 2025-09-09T22:10:06.342Z | Downloaded jobserver v0.1.32 |
| 1254 | 2025-09-09T22:10:06.345Z | Downloaded bumpalo v3.16.0 |
| 1255 | 2025-09-09T22:10:06.345Z | Downloaded bit-set v0.8.0 |
| 1256 | 2025-09-09T22:10:06.348Z | Downloaded ipnet v2.11.0 |
| 1257 | 2025-09-09T22:10:06.349Z | Downloaded iana-time-zone v0.1.63 |
| 1258 | 2025-09-09T22:10:06.351Z | Downloaded httparse v1.9.5 |
| 1259 | 2025-09-09T22:10:06.354Z | Downloaded signal-hook-tokio v0.3.1 |
| 1260 | 2025-09-09T22:10:06.357Z | Downloaded hmac v0.12.1 |
| 1261 | 2025-09-09T22:10:06.357Z | Downloaded rustc_version v0.4.1 |
| 1262 | 2025-09-09T22:10:06.362Z | Downloaded highway v1.3.0 |
| 1263 | 2025-09-09T22:10:06.362Z | Downloaded cmake v0.1.51 |
| 1264 | 2025-09-09T22:10:06.365Z | Downloaded buf-list v1.0.3 |
| 1265 | 2025-09-09T22:10:06.365Z | Downloaded linked-hash-map v0.5.6 |
| 1266 | 2025-09-09T22:10:06.368Z | Downloaded kstat-rs v0.2.4 |
| 1267 | 2025-09-09T22:10:06.368Z | Downloaded indoc v1.0.9 |
| 1268 | 2025-09-09T22:10:06.371Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1269 | 2025-09-09T22:10:06.371Z | Downloaded libsw-core v0.3.1 |
| 1270 | 2025-09-09T22:10:06.374Z | Downloaded hubpack v0.1.2 |
| 1271 | 2025-09-09T22:10:06.374Z | Downloaded ciborium v0.2.2 |
| 1272 | 2025-09-09T22:10:06.377Z | Downloaded bit-vec v0.6.3 |
| 1273 | 2025-09-09T22:10:06.377Z | Downloaded crc-catalog v2.4.0 |
| 1274 | 2025-09-09T22:10:06.380Z | Downloaded convert_case v0.4.0 |
| 1275 | 2025-09-09T22:10:06.380Z | Downloaded const_format_proc_macros v0.2.34 |
| 1276 | 2025-09-09T22:10:06.382Z | Downloaded colored v2.2.0 |
| 1277 | 2025-09-09T22:10:06.382Z | Downloaded chacha20 v0.9.1 |
| 1278 | 2025-09-09T22:10:06.386Z | Downloaded cexpr v0.6.0 |
| 1279 | 2025-09-09T22:10:06.386Z | Downloaded cargo_metadata v0.18.1 |
| 1280 | 2025-09-09T22:10:06.389Z | Downloaded indent_write v2.2.0 |
| 1281 | 2025-09-09T22:10:06.389Z | Downloaded libsw v3.5.0 |
| 1282 | 2025-09-09T22:10:06.392Z | Downloaded is-terminal v0.4.13 |
| 1283 | 2025-09-09T22:10:06.392Z | Downloaded libefi-sys v0.1.0 |
| 1284 | 2025-09-09T22:10:06.392Z | Downloaded inout v0.1.3 |
| 1285 | 2025-09-09T22:10:06.395Z | Downloaded bit-vec v0.8.0 |
| 1286 | 2025-09-09T22:10:06.395Z | Downloaded hickory-client v0.25.2 |
| 1287 | 2025-09-09T22:10:06.398Z | Downloaded keccak v0.1.5 |
| 1288 | 2025-09-09T22:10:06.398Z | Downloaded ipnetwork v0.21.1 |
| 1289 | 2025-09-09T22:10:06.401Z | Downloaded console v0.16.0 |
| 1290 | 2025-09-09T22:10:06.404Z | Downloaded ciborium-ll v0.2.2 |
| 1291 | 2025-09-09T22:10:06.404Z | Downloaded cassowary v0.3.0 |
| 1292 | 2025-09-09T22:10:06.404Z | Downloaded bitfield-struct v0.6.2 |
| 1293 | 2025-09-09T22:10:06.407Z | Downloaded hostname v0.3.1 |
| 1294 | 2025-09-09T22:10:06.407Z | Downloaded hex-literal v0.4.1 |
| 1295 | 2025-09-09T22:10:06.410Z | Downloaded heck v0.3.3 |
| 1296 | 2025-09-09T22:10:06.410Z | Downloaded http-range v0.1.5 |
| 1297 | 2025-09-09T22:10:06.410Z | Downloaded bit-set v0.5.3 |
| 1298 | 2025-09-09T22:10:06.410Z | Downloaded crc32fast v1.4.2 |
| 1299 | 2025-09-09T22:10:06.413Z | Downloaded cobs v0.2.3 |
| 1300 | 2025-09-09T22:10:06.413Z | Downloaded ciborium-io v0.2.2 |
| 1301 | 2025-09-09T22:10:06.413Z | Downloaded atomic-waker v1.1.2 |
| 1302 | 2025-09-09T22:10:06.416Z | Downloaded async-recursion v1.1.1 |
| 1303 | 2025-09-09T22:10:06.419Z | Downloaded itertools v0.14.0 |
| 1304 | 2025-09-09T22:10:06.423Z | Downloaded block-padding v0.3.3 |
| 1305 | 2025-09-09T22:10:06.426Z | Downloaded cargo-platform v0.1.8 |
| 1306 | 2025-09-09T22:10:06.426Z | Downloaded cancel-safe-futures v0.1.5 |
| 1307 | 2025-09-09T22:10:06.429Z | Downloaded backtrace v0.3.74 |
| 1308 | 2025-09-09T22:10:06.432Z | Downloaded castaway v0.2.3 |
| 1309 | 2025-09-09T22:10:06.435Z | Downloaded bindgen v0.69.5 |
| 1310 | 2025-09-09T22:10:06.439Z | Downloaded bcs v0.1.6 |
| 1311 | 2025-09-09T22:10:06.603Z | Downloaded aws-lc-sys v0.26.0 |
| 1312 | 2025-09-09T22:10:06.912Z | Compiling value-bag v1.9.0 |
| 1313 | 2025-09-09T22:10:06.912Z | Compiling shlex v1.3.0 |
| 1314 | 2025-09-09T22:10:06.912Z | Compiling lock_api v0.4.12 |
| 1315 | 2025-09-09T22:10:06.915Z | Compiling scopeguard v1.2.0 |
| 1316 | 2025-09-09T22:10:06.915Z | Compiling typenum v1.17.0 |
| 1317 | 2025-09-09T22:10:06.915Z | Compiling generic-array v0.14.7 |
| 1318 | 2025-09-09T22:10:06.915Z | Compiling syn v2.0.106 |
| 1319 | 2025-09-09T22:10:06.915Z | Compiling getrandom v0.2.15 |
| 1320 | 2025-09-09T22:10:07.248Z | Compiling jobserver v0.1.32 |
| 1321 | 2025-09-09T22:10:07.407Z | Compiling smallvec v1.15.1 |
| 1322 | 2025-09-09T22:10:07.543Z | Compiling log v0.4.27 |
| 1323 | 2025-09-09T22:10:07.598Z | Compiling rand_core v0.6.4 |
| 1324 | 2025-09-09T22:10:07.692Z | Compiling cc v1.2.30 |
| 1325 | 2025-09-09T22:10:07.827Z | Compiling portable-atomic v1.11.0 |
| 1326 | 2025-09-09T22:10:08.042Z | Compiling subtle v2.6.1 |
| 1327 | 2025-09-09T22:10:08.104Z | Compiling critical-section v1.1.3 |
| 1328 | 2025-09-09T22:10:08.124Z | Compiling const-oid v0.9.6 |
| 1329 | 2025-09-09T22:10:08.310Z | Compiling pkg-config v0.3.31 |
| 1330 | 2025-09-09T22:10:08.313Z | Compiling parking_lot_core v0.9.10 |
| 1331 | 2025-09-09T22:10:08.442Z | Compiling pin-project-lite v0.2.14 |
| 1332 | 2025-09-09T22:10:08.598Z | Compiling rustix v0.38.37 |
| 1333 | 2025-09-09T22:10:09.393Z | Compiling signal-hook-registry v1.4.2 |
| 1334 | 2025-09-09T22:10:09.457Z | Compiling parking_lot v0.12.3 |
| 1335 | 2025-09-09T22:10:09.480Z | Compiling mio v1.0.2 |
| 1336 | 2025-09-09T22:10:09.621Z | Compiling futures-core v0.3.31 |
| 1337 | 2025-09-09T22:10:09.886Z | Compiling spin v0.9.8 |
| 1338 | 2025-09-09T22:10:10.061Z | Compiling once_cell v1.21.3 |
| 1339 | 2025-09-09T22:10:10.155Z | Compiling libm v0.2.8 |
| 1340 | 2025-09-09T22:10:10.177Z | Compiling socket2 v0.6.0 |
| 1341 | 2025-09-09T22:10:10.277Z | Compiling num-traits v0.2.19 |
| 1342 | 2025-09-09T22:10:10.311Z | Compiling slab v0.4.9 |
| 1343 | 2025-09-09T22:10:10.455Z | Compiling aho-corasick v1.1.3 |
| 1344 | 2025-09-09T22:10:10.542Z | Compiling regex-syntax v0.8.5 |
| 1345 | 2025-09-09T22:10:10.563Z | Compiling getrandom v0.3.1 |
| 1346 | 2025-09-09T22:10:10.610Z | Compiling cpufeatures v0.2.14 |
| 1347 | 2025-09-09T22:10:10.635Z | Compiling serde_json v1.0.143 |
| 1348 | 2025-09-09T22:10:10.730Z | Compiling foldhash v0.1.5 |
| 1349 | 2025-09-09T22:10:10.986Z | Compiling allocator-api2 v0.2.21 |
| 1350 | 2025-09-09T22:10:11.294Z | Compiling futures-sink v0.3.31 |
| 1351 | 2025-09-09T22:10:11.438Z | Compiling either v1.15.0 |
| 1352 | 2025-09-09T22:10:11.473Z | Compiling percent-encoding v2.3.2 |
| 1353 | 2025-09-09T22:10:11.543Z | Compiling glob v0.3.2 |
| 1354 | 2025-09-09T22:10:11.684Z | Compiling hashbrown v0.15.4 |
| 1355 | 2025-09-09T22:10:11.827Z | Compiling futures-channel v0.3.31 |
| 1356 | 2025-09-09T22:10:12.423Z | Compiling clang-sys v1.8.1 |
| 1357 | 2025-09-09T22:10:12.558Z | Compiling prettyplease v0.2.36 |
| 1358 | 2025-09-09T22:10:12.648Z | Compiling futures-io v0.3.31 |
| 1359 | 2025-09-09T22:10:12.916Z | Compiling pin-utils v0.1.0 |
| 1360 | 2025-09-09T22:10:12.935Z | Compiling futures-task v0.3.31 |
| 1361 | 2025-09-09T22:10:12.988Z | Compiling lazy_static v1.5.0 |
| 1362 | 2025-09-09T22:10:13.026Z | Compiling minimal-lexical v0.2.1 |
| 1363 | 2025-09-09T22:10:13.119Z | Compiling libloading v0.8.5 |
| 1364 | 2025-09-09T22:10:13.169Z | Compiling home v0.5.9 |
| 1365 | 2025-09-09T22:10:13.235Z | Compiling base64ct v1.6.0 |
| 1366 | 2025-09-09T22:10:13.404Z | Compiling bindgen v0.69.5 |
| 1367 | 2025-09-09T22:10:13.496Z | Compiling nom v7.1.3 |
| 1368 | 2025-09-09T22:10:13.807Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2025-09-09T22:10:13.961Z | Compiling itertools v0.12.1 |
| 1370 | 2025-09-09T22:10:14.357Z | Compiling synstructure v0.13.1 |
| 1371 | 2025-09-09T22:10:14.430Z | Compiling regex-automata v0.4.8 |
| 1372 | 2025-09-09T22:10:15.727Z | Compiling flagset v0.4.6 |
| 1373 | 2025-09-09T22:10:15.964Z | Compiling rustc-hash v1.1.0 |
| 1374 | 2025-09-09T22:10:16.144Z | Compiling lazycell v1.3.0 |
| 1375 | 2025-09-09T22:10:16.358Z | Compiling cmake v0.1.51 |
| 1376 | 2025-09-09T22:10:16.377Z | Compiling dunce v1.0.5 |
| 1377 | 2025-09-09T22:10:16.532Z | Compiling cexpr v0.6.0 |
| 1378 | 2025-09-09T22:10:16.750Z | Compiling fs_extra v1.3.0 |
| 1379 | 2025-09-09T22:10:16.821Z | Compiling form_urlencoded v1.2.2 |
| 1380 | 2025-09-09T22:10:17.153Z | Compiling vcpkg v0.2.15 |
| 1381 | 2025-09-09T22:10:17.196Z | Compiling paste v1.0.15 |
| 1382 | 2025-09-09T22:10:17.291Z | Compiling iana-time-zone v0.1.63 |
| 1383 | 2025-09-09T22:10:17.675Z | Compiling ring v0.17.14 |
| 1384 | 2025-09-09T22:10:17.678Z | Compiling tracing-core v0.1.32 |
| 1385 | 2025-09-09T22:10:18.028Z | Compiling aws-lc-rs v1.12.4 |
| 1386 | 2025-09-09T22:10:18.480Z | Compiling rustversion v1.0.17 |
| 1387 | 2025-09-09T22:10:18.811Z | Compiling openssl-sys v0.9.109 |
| 1388 | 2025-09-09T22:10:18.860Z | Compiling base64 v0.22.1 |
| 1389 | 2025-09-09T22:10:18.881Z | Compiling rustls-pki-types v1.10.0 |
| 1390 | 2025-09-09T22:10:19.116Z | Compiling tinyvec_macros v0.1.1 |
| 1391 | 2025-09-09T22:10:19.232Z | Compiling httparse v1.9.5 |
| 1392 | 2025-09-09T22:10:19.285Z | Compiling serde_derive v1.0.219 |
| 1393 | 2025-09-09T22:10:19.484Z | Compiling zeroize_derive v1.4.2 |
| 1394 | 2025-09-09T22:10:19.795Z | Compiling zerofrom-derive v0.1.4 |
| 1395 | 2025-09-09T22:10:19.825Z | Compiling yoke-derive v0.7.4 |
| 1396 | 2025-09-09T22:10:19.895Z | Compiling zerovec-derive v0.10.3 |
| 1397 | 2025-09-09T22:10:20.824Z | Compiling zeroize v1.8.1 |
| 1398 | 2025-09-09T22:10:22.280Z | Compiling displaydoc v0.2.5 |
| 1399 | 2025-09-09T22:10:22.303Z | Compiling tokio-macros v2.5.0 |
| 1400 | 2025-09-09T22:10:22.562Z | Compiling crypto-common v0.1.6 |
| 1401 | 2025-09-09T22:10:22.811Z | Compiling block-buffer v0.10.4 |
| 1402 | 2025-09-09T22:10:23.106Z | Compiling digest v0.10.7 |
| 1403 | 2025-09-09T22:10:23.206Z | Compiling zerofrom v0.1.4 |
| 1404 | 2025-09-09T22:10:23.429Z | Compiling yoke v0.7.4 |
| 1405 | 2025-09-09T22:10:23.452Z | Compiling zerocopy-derive v0.7.35 |
| 1406 | 2025-09-09T22:10:23.552Z | Compiling hmac v0.12.1 |
| 1407 | 2025-09-09T22:10:23.629Z | Compiling icu_provider_macros v1.5.0 |
| 1408 | 2025-09-09T22:10:23.710Z | Compiling block-padding v0.3.3 |
| 1409 | 2025-09-09T22:10:23.785Z | Compiling zerovec v0.10.4 |
| 1410 | 2025-09-09T22:10:23.822Z | Compiling futures-macro v0.3.31 |
| 1411 | 2025-09-09T22:10:23.974Z | Compiling inout v0.1.3 |
| 1412 | 2025-09-09T22:10:24.122Z | Compiling sha2 v0.10.9 |
| 1413 | 2025-09-09T22:10:24.233Z | Compiling cipher v0.4.4 |
| 1414 | 2025-09-09T22:10:24.635Z | Compiling regex v1.11.1 |
| 1415 | 2025-09-09T22:10:24.755Z | Compiling der_derive v0.7.3 |
| 1416 | 2025-09-09T22:10:25.334Z | Compiling tinystr v0.7.6 |
| 1417 | 2025-09-09T22:10:25.539Z | Compiling zerocopy v0.7.35 |
| 1418 | 2025-09-09T22:10:25.559Z | Compiling futures-util v0.3.31 |
| 1419 | 2025-09-09T22:10:25.627Z | Compiling icu_collections v1.5.0 |
| 1420 | 2025-09-09T22:10:25.709Z | Compiling icu_locid v1.5.0 |
| 1421 | 2025-09-09T22:10:26.174Z | Compiling serde v1.0.219 |
| 1422 | 2025-09-09T22:10:26.822Z | Compiling icu_provider v1.5.0 |
| 1423 | 2025-09-09T22:10:26.949Z | Compiling thiserror-impl v1.0.69 |
| 1424 | 2025-09-09T22:10:26.972Z | Compiling der v0.7.9 |
| 1425 | 2025-09-09T22:10:27.291Z | Compiling ppv-lite86 v0.2.20 |
| 1426 | 2025-09-09T22:10:27.562Z | Compiling icu_locid_transform v1.5.0 |
| 1427 | 2025-09-09T22:10:27.672Z | Compiling salsa20 v0.10.2 |
| 1428 | 2025-09-09T22:10:27.701Z | Compiling pbkdf2 v0.12.2 |
| 1429 | 2025-09-09T22:10:27.905Z | Compiling scrypt v0.11.0 |
| 1430 | 2025-09-09T22:10:27.927Z | Compiling cbc v0.1.2 |
| 1431 | 2025-09-09T22:10:28.053Z | Compiling aes v0.8.4 |
| 1432 | 2025-09-09T22:10:28.300Z | Compiling tracing-attributes v0.1.27 |
| 1433 | 2025-09-09T22:10:28.409Z | Compiling scroll_derive v0.12.0 |
| 1434 | 2025-09-09T22:10:29.817Z | Compiling icu_properties v1.5.1 |
| 1435 | 2025-09-09T22:10:29.837Z | Compiling spki v0.7.3 |
| 1436 | 2025-09-09T22:10:29.841Z | Compiling scroll v0.12.0 |
| 1437 | 2025-09-09T22:10:29.878Z | Compiling thiserror v1.0.69 |
| 1438 | 2025-09-09T22:10:30.047Z | Compiling pest v2.7.14 |
| 1439 | 2025-09-09T22:10:30.218Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2025-09-09T22:10:30.465Z | Compiling tinyvec v1.8.0 |
| 1441 | 2025-09-09T22:10:30.804Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2025-09-09T22:10:30.826Z | Compiling rand_core v0.9.3 |
| 1443 | 2025-09-09T22:10:31.337Z | Compiling pkcs8 v0.10.2 |
| 1444 | 2025-09-09T22:10:31.381Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1445 | 2025-09-09T22:10:31.506Z | Compiling bitflags v2.9.1 |
| 1446 | 2025-09-09T22:10:31.712Z | Compiling bytes v1.10.1 |
| 1447 | 2025-09-09T22:10:31.977Z | Compiling semver v1.0.26 |
| 1448 | 2025-09-09T22:10:31.981Z | Compiling indexmap v2.11.0 |
| 1449 | 2025-09-09T22:10:32.659Z | Compiling rustc_version v0.4.1 |
| 1450 | 2025-09-09T22:10:32.971Z | Compiling tokio v1.47.0 |
| 1451 | 2025-09-09T22:10:33.034Z | Compiling http v1.3.1 |
| 1452 | 2025-09-09T22:10:33.178Z | Compiling chrono v0.4.41 |
| 1453 | 2025-09-09T22:10:33.346Z | Compiling icu_normalizer v1.5.0 |
| 1454 | 2025-09-09T22:10:33.398Z | Compiling uuid v1.18.1 |
| 1455 | 2025-09-09T22:10:34.209Z | Compiling pest_meta v2.7.14 |
| 1456 | 2025-09-09T22:10:34.713Z | Compiling idna_adapter v1.2.0 |
| 1457 | 2025-09-09T22:10:34.922Z | Compiling idna v1.0.3 |
| 1458 | 2025-09-09T22:10:34.971Z | Compiling http-body v1.0.1 |
| 1459 | 2025-09-09T22:10:34.998Z | Compiling tracing v0.1.40 |
| 1460 | 2025-09-09T22:10:35.204Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1461 | 2025-09-09T22:10:35.244Z | Compiling openssl-probe v0.1.5 |
| 1462 | 2025-09-09T22:10:35.489Z | Compiling which v4.4.2 |
| 1463 | 2025-09-09T22:10:35.541Z | Compiling url v2.5.4 |
| 1464 | 2025-09-09T22:10:36.045Z | Compiling pest_generator v2.7.14 |
| 1465 | 2025-09-09T22:10:36.431Z | Compiling untrusted v0.9.0 |
| 1466 | 2025-09-09T22:10:36.500Z | Compiling time-core v0.1.2 |
| 1467 | 2025-09-09T22:10:36.523Z | Compiling adler2 v2.0.0 |
| 1468 | 2025-09-09T22:10:36.630Z | Compiling tower-service v0.3.3 |
| 1469 | 2025-09-09T22:10:36.705Z | Compiling untrusted v0.7.1 |
| 1470 | 2025-09-09T22:10:36.750Z | Compiling atomic-waker v1.1.2 |
| 1471 | 2025-09-09T22:10:36.780Z | Compiling openssl v0.10.73 |
| 1472 | 2025-09-09T22:10:36.920Z | Compiling powerfmt v0.2.0 |
| 1473 | 2025-09-09T22:10:36.969Z | Compiling num-conv v0.1.0 |
| 1474 | 2025-09-09T22:10:37.234Z | Compiling schemars v0.8.22 |
| 1475 | 2025-09-09T22:10:37.279Z | Compiling try-lock v0.2.5 |
| 1476 | 2025-09-09T22:10:37.302Z | Compiling foreign-types-shared v0.1.1 |
| 1477 | 2025-09-09T22:10:37.305Z | Compiling time-macros v0.2.18 |
| 1478 | 2025-09-09T22:10:37.441Z | Compiling want v0.3.1 |
| 1479 | 2025-09-09T22:10:37.463Z | Compiling foreign-types v0.3.2 |
| 1480 | 2025-09-09T22:10:37.607Z | Compiling deranged v0.3.11 |
| 1481 | 2025-09-09T22:10:37.654Z | Compiling goblin v0.8.2 |
| 1482 | 2025-09-09T22:10:37.742Z | Compiling miniz_oxide v0.8.5 |
| 1483 | 2025-09-09T22:10:38.536Z | Compiling pest_derive v2.7.14 |
| 1484 | 2025-09-09T22:10:39.166Z | Compiling schemars_derive v0.8.22 |
| 1485 | 2025-09-09T22:10:40.238Z | Compiling ipnet v2.11.0 |
| 1486 | 2025-09-09T22:10:40.737Z | Compiling rand_chacha v0.9.0 |
| 1487 | 2025-09-09T22:10:41.363Z | Compiling tokio-util v0.7.15 |
| 1488 | 2025-09-09T22:10:42.808Z | Compiling h2 v0.4.6 |
| 1489 | 2025-09-09T22:10:43.052Z | Compiling openssl-macros v0.1.1 |
| 1490 | 2025-09-09T22:10:43.463Z | Compiling httpdate v1.0.3 |
| 1491 | 2025-09-09T22:10:43.793Z | Compiling dyn-clone v1.0.20 |
| 1492 | 2025-09-09T22:10:43.837Z | Compiling num_threads v0.1.7 |
| 1493 | 2025-09-09T22:10:43.907Z | Compiling native-tls v0.2.12 |
| 1494 | 2025-09-09T22:10:43.999Z | Compiling rustls v0.23.19 |
| 1495 | 2025-09-09T22:10:44.030Z | Compiling zerocopy v0.8.26 |
| 1496 | 2025-09-09T22:10:44.279Z | Compiling syn v1.0.109 |
| 1497 | 2025-09-09T22:10:44.321Z | Compiling crossbeam-utils v0.8.21 |
| 1498 | 2025-09-09T22:10:44.922Z | Compiling dof v0.3.0 |
| 1499 | 2025-09-09T22:10:44.970Z | Compiling time v0.3.36 |
| 1500 | 2025-09-09T22:10:46.488Z | Compiling rand v0.9.2 |
| 1501 | 2025-09-09T22:10:46.842Z | Compiling dtrace-parser v0.2.0 |
| 1502 | 2025-09-09T22:10:48.198Z | Compiling heapless v0.7.17 |
| 1503 | 2025-09-09T22:10:48.233Z | Compiling unicode-normalization v0.1.24 |
| 1504 | 2025-09-09T22:10:48.644Z | Compiling signature v2.2.0 |
| 1505 | 2025-09-09T22:10:48.675Z | Compiling zerocopy-derive v0.8.26 |
| 1506 | 2025-09-09T22:10:48.946Z | Compiling cookie v0.18.1 |
| 1507 | 2025-09-09T22:10:49.261Z | Compiling crc32fast v1.4.2 |
| 1508 | 2025-09-09T22:10:49.284Z | Compiling siphasher v0.3.11 |
| 1509 | 2025-09-09T22:10:49.306Z | Compiling zstd-safe v7.2.3 |
| 1510 | 2025-09-09T22:10:49.566Z | Compiling slog v2.7.0 |
| 1511 | 2025-09-09T22:10:49.675Z | Compiling hyper v1.7.0 |
| 1512 | 2025-09-09T22:10:49.697Z | Compiling signal-hook v0.3.18 |
| 1513 | 2025-09-09T22:10:50.014Z | Compiling unicode-bidi v0.3.17 |
| 1514 | 2025-09-09T22:10:50.072Z | Compiling unicode-properties v0.1.3 |
| 1515 | 2025-09-09T22:10:50.480Z | Compiling zlib-rs v0.5.1 |
| 1516 | 2025-09-09T22:10:51.186Z | Compiling stringprep v0.1.5 |
| 1517 | 2025-09-09T22:10:52.205Z | Compiling hyper-util v0.1.16 |
| 1518 | 2025-09-09T22:10:52.918Z | Compiling phf_shared v0.11.2 |
| 1519 | 2025-09-09T22:10:53.097Z | Compiling usdt-impl v0.5.0 |
| 1520 | 2025-09-09T22:10:53.471Z | Compiling curve25519-dalek v4.1.3 |
| 1521 | 2025-09-09T22:10:54.131Z | Compiling serde_tokenstream v0.2.2 |
| 1522 | 2025-09-09T22:10:54.334Z | Compiling toml_datetime v0.6.11 |
| 1523 | 2025-09-09T22:10:54.406Z | Compiling serde_spanned v0.6.9 |
| 1524 | 2025-09-09T22:10:54.667Z | Compiling rand_chacha v0.3.1 |
| 1525 | 2025-09-09T22:10:54.690Z | Compiling md-5 v0.10.6 |
| 1526 | 2025-09-09T22:10:54.863Z | Compiling num-integer v0.1.46 |
| 1527 | 2025-09-09T22:10:54.967Z | Compiling sync_wrapper v1.0.1 |
| 1528 | 2025-09-09T22:10:55.142Z | Compiling hash32 v0.2.1 |
| 1529 | 2025-09-09T22:10:55.293Z | Compiling ff v0.13.0 |
| 1530 | 2025-09-09T22:10:55.482Z | Compiling memoffset v0.9.1 |
| 1531 | 2025-09-09T22:10:55.528Z | Compiling litrs v0.4.1 |
| 1532 | 2025-09-09T22:10:55.579Z | Compiling base16ct v0.2.0 |
| 1533 | 2025-09-09T22:10:55.835Z | Compiling fallible-iterator v0.2.0 |
| 1534 | 2025-09-09T22:10:55.897Z | Compiling psl-types v2.0.11 |
| 1535 | 2025-09-09T22:10:55.901Z | Compiling cfg_aliases v0.2.1 |
| 1536 | 2025-09-09T22:10:56.035Z | Compiling num-bigint-dig v0.8.4 |
| 1537 | 2025-09-09T22:10:56.118Z | Compiling tower-layer v0.3.3 |
| 1538 | 2025-09-09T22:10:56.385Z | Compiling newtype-uuid v1.2.4 |
| 1539 | 2025-09-09T22:10:56.476Z | Compiling smoltcp v0.9.1 |
| 1540 | 2025-09-09T22:10:56.538Z | Compiling gimli v0.31.1 |
| 1541 | 2025-09-09T22:10:56.564Z | Compiling document-features v0.2.11 |
| 1542 | 2025-09-09T22:10:56.711Z | Compiling libz-rs-sys v0.5.1 |
| 1543 | 2025-09-09T22:10:56.899Z | Compiling postgres-protocol v0.6.8 |
| 1544 | 2025-09-09T22:10:57.009Z | Compiling flate2 v1.1.2 |
| 1545 | 2025-09-09T22:10:57.181Z | Compiling tower v0.5.2 |
| 1546 | 2025-09-09T22:10:57.612Z | Compiling publicsuffix v2.3.0 |
| 1547 | 2025-09-09T22:10:57.840Z | Compiling nix v0.29.0 |
| 1548 | 2025-09-09T22:10:57.951Z | Compiling sec1 v0.7.3 |
| 1549 | 2025-09-09T22:10:57.973Z | Compiling group v0.13.0 |
| 1550 | 2025-09-09T22:10:58.099Z | Compiling num-iter v0.1.45 |
| 1551 | 2025-09-09T22:10:58.307Z | Compiling rand v0.8.5 |
| 1552 | 2025-09-09T22:10:59.092Z | Compiling tokio-native-tls v0.3.1 |
| 1553 | 2025-09-09T22:10:59.389Z | Compiling ipnetwork v0.21.1 |
| 1554 | 2025-09-09T22:10:59.392Z | Compiling strum_macros v0.27.1 |
| 1555 | 2025-09-09T22:10:59.479Z | Compiling terminal_size v0.4.0 |
| 1556 | 2025-09-09T22:10:59.583Z | Compiling rustls-native-certs v0.8.1 |
| 1557 | 2025-09-09T22:10:59.718Z | Compiling http-body-util v0.1.3 |
| 1558 | 2025-09-09T22:11:00.135Z | Compiling hkdf v0.12.4 |
| 1559 | 2025-09-09T22:11:00.210Z | Compiling crypto-bigint v0.5.5 |
| 1560 | 2025-09-09T22:11:00.233Z | Compiling webpki-roots v1.0.1 |
| 1561 | 2025-09-09T22:11:00.278Z | Compiling async-trait v0.1.89 |
| 1562 | 2025-09-09T22:11:00.427Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1563 | 2025-09-09T22:11:00.465Z | Compiling addr2line v0.24.2 |
| 1564 | 2025-09-09T22:11:01.038Z | Compiling thiserror-impl v2.0.16 |
| 1565 | 2025-09-09T22:11:01.151Z | Compiling ahash v0.8.12 |
| 1566 | 2025-09-09T22:11:01.553Z | Compiling fs-err v3.1.1 |
| 1567 | 2025-09-09T22:11:01.896Z | Compiling object v0.36.5 |
| 1568 | 2025-09-09T22:11:01.918Z | Compiling managed v0.8.0 |
| 1569 | 2025-09-09T22:11:02.329Z | Compiling winnow v0.5.40 |
| 1570 | 2025-09-09T22:11:02.755Z | Compiling rustc-demangle v0.1.24 |
| 1571 | 2025-09-09T22:11:03.608Z | Compiling rustix v1.0.7 |
| 1572 | 2025-09-09T22:11:04.129Z | Compiling bitflags v1.3.2 |
| 1573 | 2025-09-09T22:11:04.241Z | Compiling buf-list v1.0.3 |
| 1574 | 2025-09-09T22:11:04.277Z | Compiling simd-adler32 v0.3.7 |
| 1575 | 2025-09-09T22:11:04.301Z | Compiling bumpalo v3.16.0 |
| 1576 | 2025-09-09T22:11:04.767Z | Compiling lockfree-object-pool v0.1.6 |
| 1577 | 2025-09-09T22:11:04.846Z | Compiling hubpack_derive v0.1.1 |
| 1578 | 2025-09-09T22:11:04.865Z | Compiling anyhow v1.0.99 |
| 1579 | 2025-09-09T22:11:04.865Z | Compiling iri-string v0.7.8 |
| 1580 | 2025-09-09T22:11:05.018Z | Compiling zopfli v0.8.1 |
| 1581 | 2025-09-09T22:11:05.757Z | Compiling hubpack v0.1.2 |
| 1582 | 2025-09-09T22:11:05.768Z | Compiling toml_edit v0.19.15 |
| 1583 | 2025-09-09T22:11:05.894Z | Compiling clap_builder v4.5.41 |
| 1584 | 2025-09-09T22:11:06.068Z | Compiling strum v0.27.2 |
| 1585 | 2025-09-09T22:11:06.299Z | Compiling thiserror v2.0.16 |
| 1586 | 2025-09-09T22:11:06.487Z | Compiling elliptic-curve v0.13.8 |
| 1587 | 2025-09-09T22:11:07.372Z | Compiling hyper-tls v0.6.0 |
| 1588 | 2025-09-09T22:11:07.775Z | Compiling tower-http v0.6.6 |
| 1589 | 2025-09-09T22:11:08.067Z | Compiling oxnet v0.1.3 |
| 1590 | 2025-09-09T22:11:08.627Z | Compiling backtrace v0.3.74 |
| 1591 | 2025-09-09T22:11:08.832Z | Compiling signal-hook-mio v0.2.4 |
| 1592 | 2025-09-09T22:11:09.019Z | Compiling cookie_store v0.21.1 |
| 1593 | 2025-09-09T22:11:09.037Z | Compiling zstd v0.13.3 |
| 1594 | 2025-09-09T22:11:09.770Z | Compiling postgres-types v0.2.9 |
| 1595 | 2025-09-09T22:11:10.852Z | Compiling usdt-macro v0.5.0 |
| 1596 | 2025-09-09T22:11:11.007Z | Compiling usdt-attr-macro v0.5.0 |
| 1597 | 2025-09-09T22:11:11.417Z | Compiling phf v0.11.2 |
| 1598 | 2025-09-09T22:11:11.699Z | Compiling ed25519 v2.2.3 |
| 1599 | 2025-09-09T22:11:12.262Z | Compiling bzip2 v0.5.2 |
| 1600 | 2025-09-09T22:11:12.478Z | Compiling bzip2 v0.4.4 |
| 1601 | 2025-09-09T22:11:12.583Z | Compiling strum_macros v0.26.4 |
| 1602 | 2025-09-09T22:11:12.660Z | Compiling pkcs1 v0.7.5 |
| 1603 | 2025-09-09T22:11:12.873Z | Compiling serde_urlencoded v0.7.1 |
| 1604 | 2025-09-09T22:11:13.376Z | Compiling serde-big-array v0.5.1 |
| 1605 | 2025-09-09T22:11:13.448Z | Compiling rfc6979 v0.4.0 |
| 1606 | 2025-09-09T22:11:13.530Z | Compiling bstr v1.10.0 |
| 1607 | 2025-09-09T22:11:13.600Z | Compiling daft-derive v0.1.4 |
| 1608 | 2025-09-09T22:11:13.622Z | Compiling serde_repr v0.1.19 |
| 1609 | 2025-09-09T22:11:13.659Z | Compiling enum-as-inner v0.6.1 |
| 1610 | 2025-09-09T22:11:14.242Z | Compiling clap_derive v4.5.41 |
| 1611 | 2025-09-09T22:11:14.707Z | Compiling float-cmp v0.10.0 |
| 1612 | 2025-09-09T22:11:14.727Z | Compiling socket2 v0.5.10 |
| 1613 | 2025-09-09T22:11:14.958Z | Compiling encoding_rs v0.8.34 |
| 1614 | 2025-09-09T22:11:14.988Z | Compiling normalize-line-endings v0.3.0 |
| 1615 | 2025-09-09T22:11:15.139Z | Compiling data-encoding v2.9.0 |
| 1616 | 2025-09-09T22:11:15.143Z | Compiling predicates-core v1.0.8 |
| 1617 | 2025-09-09T22:11:15.490Z | Compiling whoami v1.5.2 |
| 1618 | 2025-09-09T22:11:15.591Z | Compiling unicode-segmentation v1.12.0 |
| 1619 | 2025-09-09T22:11:16.028Z | Compiling precomputed-hash v0.1.1 |
| 1620 | 2025-09-09T22:11:16.172Z | Compiling fixedbitset v0.4.2 |
| 1621 | 2025-09-09T22:11:16.519Z | Compiling new_debug_unreachable v1.0.6 |
| 1622 | 2025-09-09T22:11:16.632Z | Compiling mime v0.3.17 |
| 1623 | 2025-09-09T22:11:16.658Z | Compiling difflib v0.4.0 |
| 1624 | 2025-09-09T22:11:16.896Z | Compiling static_assertions v1.1.0 |
| 1625 | 2025-09-09T22:11:16.954Z | Compiling toml_edit v0.22.27 |
| 1626 | 2025-09-09T22:11:17.020Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1627 | 2025-09-09T22:11:17.141Z | Compiling predicates v3.1.3 |
| 1628 | 2025-09-09T22:11:17.955Z | Compiling strum v0.26.3 |
| 1629 | 2025-09-09T22:11:18.181Z | Compiling string_cache v0.8.9 |
| 1630 | 2025-09-09T22:11:18.659Z | Compiling petgraph v0.6.5 |
| 1631 | 2025-09-09T22:11:18.831Z | Compiling similar v2.7.0 |
| 1632 | 2025-09-09T22:11:18.831Z | Compiling clap v4.5.41 |
| 1633 | 2025-09-09T22:11:18.831Z | Compiling tokio-postgres v0.7.13 |
| 1634 | 2025-09-09T22:11:19.137Z | Compiling hickory-proto v0.25.2 |
| 1635 | 2025-09-09T22:11:20.629Z | Compiling daft v0.1.4 |
| 1636 | 2025-09-09T22:11:21.225Z | Compiling usdt v0.5.0 |
| 1637 | 2025-09-09T22:11:21.595Z | Compiling ecdsa v0.16.9 |
| 1638 | 2025-09-09T22:11:21.716Z | Compiling rsa v0.9.6 |
| 1639 | 2025-09-09T22:11:22.212Z | Compiling zip v0.6.6 |
| 1640 | 2025-09-09T22:11:22.346Z | Compiling zip v4.2.0 |
| 1641 | 2025-09-09T22:11:23.414Z | Compiling ed25519-dalek v2.1.1 |
| 1642 | 2025-09-09T22:11:24.442Z | Compiling crossterm v0.28.1 |
| 1643 | 2025-09-09T22:11:24.478Z | Compiling toml v0.7.8 |
| 1644 | 2025-09-09T22:11:25.807Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1645 | 2025-09-09T22:11:26.003Z | Compiling crossbeam-epoch v0.9.18 |
| 1646 | 2025-09-09T22:11:26.036Z | Compiling tokio-stream v0.1.17 |
| 1647 | 2025-09-09T22:11:26.077Z | Compiling openapiv3 v2.2.0 |
| 1648 | 2025-09-09T22:11:26.879Z | Compiling x509-cert v0.2.5 |
| 1649 | 2025-09-09T22:11:27.058Z | Compiling sha1 v0.10.6 |
| 1650 | 2025-09-09T22:11:27.109Z | Compiling itertools v0.13.0 |
| 1651 | 2025-09-09T22:11:27.605Z | Compiling itertools v0.10.5 |
| 1652 | 2025-09-09T22:11:28.130Z | Compiling winnow v0.6.26 |
| 1653 | 2025-09-09T22:11:29.284Z | Compiling lalrpop-util v0.19.12 |
| 1654 | 2025-09-09T22:11:29.638Z | Compiling rustc-hash v2.1.1 |
| 1655 | 2025-09-09T22:11:29.851Z | Compiling peg-runtime v0.8.5 |
| 1656 | 2025-09-09T22:11:29.923Z | Compiling thread_local v1.1.8 |
| 1657 | 2025-09-09T22:11:29.979Z | Compiling slog-async v2.8.0 |
| 1658 | 2025-09-09T22:11:30.080Z | Compiling crossbeam-channel v0.5.15 |
| 1659 | 2025-09-09T22:11:30.407Z | Compiling xattr v1.3.1 |
| 1660 | 2025-09-09T22:11:30.417Z | Compiling futures-executor v0.3.31 |
| 1661 | 2025-09-09T22:11:30.422Z | Compiling filetime v0.2.25 |
| 1662 | 2025-09-09T22:11:30.573Z | Compiling is-terminal v0.4.13 |
| 1663 | 2025-09-09T22:11:30.660Z | Compiling take_mut v0.2.2 |
| 1664 | 2025-09-09T22:11:30.710Z | Compiling term v1.1.0 |
| 1665 | 2025-09-09T22:11:30.733Z | Compiling futures v0.3.31 |
| 1666 | 2025-09-09T22:11:30.733Z | Compiling tar v0.4.44 |
| 1667 | 2025-09-09T22:11:30.827Z | Compiling camino v1.1.12 |
| 1668 | 2025-09-09T22:11:31.526Z | Compiling slog-term v2.9.2 |
| 1669 | 2025-09-09T22:11:35.659Z | Compiling aws-lc-sys v0.26.0 |
| 1670 | 2025-09-09T22:12:09.344Z | Compiling rustls-webpki v0.102.8 |
| 1671 | 2025-09-09T22:12:13.810Z | Compiling tokio-rustls v0.26.0 |
| 1672 | 2025-09-09T22:12:14.085Z | Compiling hyper-rustls v0.27.7 |
| 1673 | 2025-09-09T22:12:14.406Z | Compiling reqwest v0.12.22 |
| 1674 | 2025-09-09T22:12:17.900Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1675 | 2025-09-09T22:12:18.188Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1676 | 2025-09-09T22:12:22.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 1677 | 2025-09-09T22:12:22.982Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1678 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.370 INFO Starting download, target: Clickhouse |
| 1679 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Starting download, target: Cockroach |
| 1680 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Starting download, target: Console |
| 1681 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Starting download, target: DendriteStub |
| 1682 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Starting download, target: MaghemiteMgd |
| 1683 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Starting download, target: TransceiverControl |
| 1684 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1685 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1686 | 2025-09-09T22:12:23.051Z | Sep 09 22:12:22.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1687 | 2025-09-09T22:12:23.052Z | Sep 09 22:12:22.371 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1688 | 2025-09-09T22:12:23.052Z | Sep 09 22:12:22.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1689 | 2025-09-09T22:12:23.052Z | Sep 09 22:12:22.371 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1690 | 2025-09-09T22:12:23.388Z | Sep 09 22:12:22.737 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1691 | 2025-09-09T22:12:23.635Z | Sep 09 22:12:22.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1692 | 2025-09-09T22:12:23.833Z | Sep 09 22:12:23.162 INFO Download complete, target: TransceiverControl |
| 1693 | 2025-09-09T22:12:24.088Z | Sep 09 22:12:23.410 INFO Download complete, target: Console |
| 1694 | 2025-09-09T22:12:24.468Z | Sep 09 22:12:23.851 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1695 | 2025-09-09T22:12:24.677Z | Sep 09 22:12:24.061 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1696 | 2025-09-09T22:12:24.791Z | Sep 09 22:12:24.174 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1697 | 2025-09-09T22:12:24.791Z | Sep 09 22:12:24.174 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1698 | 2025-09-09T22:12:24.877Z | Sep 09 22:12:24.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1699 | 2025-09-09T22:12:29.073Z | Sep 09 22:12:28.457 INFO Download complete, target: DendriteStub |
| 1700 | 2025-09-09T22:12:29.184Z | Sep 09 22:12:28.567 INFO Download complete, target: MaghemiteMgd |
| 1701 | 2025-09-09T22:12:32.119Z | Sep 09 22:12:31.502 INFO Checking that binary works, target: Cockroach |
| 1702 | 2025-09-09T22:12:32.252Z | Sep 09 22:12:31.635 INFO Download complete, target: Cockroach |
| 1703 | 2025-09-09T22:12:35.902Z | Sep 09 22:12:35.285 INFO Checking that binary works, target: Clickhouse |
| 1704 | 2025-09-09T22:12:36.030Z | Sep 09 22:12:35.413 INFO Download complete, target: Clickhouse |
| 1705 | 2025-09-09T22:12:36.052Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1706 | 2025-09-09T22:12:36.056Z | |
| 1707 | 2025-09-09T22:12:36.056Z | real 4:56.124266853 |
| 1708 | 2025-09-09T22:12:36.056Z | user 16:23.564695140 |
| 1709 | 2025-09-09T22:12:36.056Z | sys 2:17.974085594 |
| 1710 | 2025-09-09T22:12:36.056Z | trap 0.577280687 |
| 1711 | 2025-09-09T22:12:36.056Z | tflt 4.432215883 |
| 1712 | 2025-09-09T22:12:36.056Z | dflt 3.848481994 |
| 1713 | 2025-09-09T22:12:36.056Z | kflt 0.031025754 |
| 1714 | 2025-09-09T22:12:36.056Z | lock 39:08.220422564 |
| 1715 | 2025-09-09T22:12:36.056Z | slp 1:00:05.725998053 |
| 1716 | 2025-09-09T22:12:36.056Z | lat 1:08.616002722 |
| 1717 | 2025-09-09T22:12:36.056Z | stop 2:49.002394961 |
| 1718 | 2025-09-09T22:12:36.056Z | + banner hack-check |
| 1719 | 2025-09-09T22:12:36.056Z | |
| 1720 | 2025-09-09T22:12:36.056Z | # # ## #### # # #### # # ###### #### # # |
| 1721 | 2025-09-09T22:12:36.056Z | # # # # # # # # # # # # # # # # # |
| 1722 | 2025-09-09T22:12:36.056Z | ###### # # # #### ##### # ###### ##### # #### |
| 1723 | 2025-09-09T22:12:36.057Z | # # ###### # # # # # # # # # # |
| 1724 | 2025-09-09T22:12:36.057Z | # # # # # # # # # # # # # # # # # |
| 1725 | 2025-09-09T22:12:36.057Z | # # # # #### # # #### # # ###### #### # # |
| 1726 | 2025-09-09T22:12:36.057Z | |
| 1727 | 2025-09-09T22:12:36.057Z | + export CARGO_INCREMENTAL=0 |
| 1728 | 2025-09-09T22:12:36.057Z | + CARGO_INCREMENTAL=0 |
| 1729 | 2025-09-09T22:12:36.057Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1730 | 2025-09-09T22:12:36.817Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1731 | 2025-09-09T22:12:37.114Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1732 | 2025-09-09T22:12:40.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 1733 | 2025-09-09T22:12:40.177Z | Running `target/debug/xtask check-features --ci` |
| 1734 | 2025-09-09T22:12:40.204Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1735 | 2025-09-09T22:12:40.208Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1736 | 2025-09-09T22:12:40.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1737 | 2025-09-09T22:12:40.837Z | Running `target/debug/xtask download cargo-hack` |
| 1738 | 2025-09-09T22:12:41.832Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2025-09-09T22:12:42.239Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1740 | 2025-09-09T22:12:46.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
| 1741 | 2025-09-09T22:12:46.226Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1742 | 2025-09-09T22:12:46.266Z | Sep 09 22:12:45.648 INFO Starting download, target: CargoHack |
| 1743 | 2025-09-09T22:12:46.270Z | Sep 09 22:12:45.649 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1744 | 2025-09-09T22:12:46.456Z | Sep 09 22:12:45.838 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1745 | 2025-09-09T22:12:46.534Z | Sep 09 22:12:45.916 INFO Download complete, target: CargoHack |
| 1746 | 2025-09-09T22:12:46.537Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1747 | 2025-09-09T22:12:46.557Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1748 | 2025-09-09T22:12:46.761Z | info: running `cargo check --bins` on api_identity (1/227) |
| 1749 | 2025-09-09T22:12:47.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1750 | 2025-09-09T22:12:47.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1751 | 2025-09-09T22:12:47.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1752 | 2025-09-09T22:12:47.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1753 | 2025-09-09T22:12:47.504Z | |
| 1754 | 2025-09-09T22:12:47.504Z | info: running `cargo check --bins` on bootstore (2/227) |
| 1755 | 2025-09-09T22:12:48.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1756 | 2025-09-09T22:12:48.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1757 | 2025-09-09T22:12:48.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1758 | 2025-09-09T22:12:48.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1759 | 2025-09-09T22:12:48.305Z | |
| 1760 | 2025-09-09T22:12:48.305Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/227) |
| 1761 | 2025-09-09T22:12:48.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1762 | 2025-09-09T22:12:48.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1763 | 2025-09-09T22:12:48.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1764 | 2025-09-09T22:12:48.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1765 | 2025-09-09T22:12:49.073Z | |
| 1766 | 2025-09-09T22:12:49.073Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227) |
| 1767 | 2025-09-09T22:12:49.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1768 | 2025-09-09T22:12:49.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1769 | 2025-09-09T22:12:49.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1770 | 2025-09-09T22:12:49.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1771 | 2025-09-09T22:12:49.870Z | |
| 1772 | 2025-09-09T22:12:49.870Z | info: running `cargo check --bins` on id-map (5/227) |
| 1773 | 2025-09-09T22:12:50.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1774 | 2025-09-09T22:12:50.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1775 | 2025-09-09T22:12:50.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1776 | 2025-09-09T22:12:50.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1777 | 2025-09-09T22:12:50.622Z | |
| 1778 | 2025-09-09T22:12:50.623Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227) |
| 1779 | 2025-09-09T22:12:51.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1780 | 2025-09-09T22:12:51.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1781 | 2025-09-09T22:12:51.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1782 | 2025-09-09T22:12:51.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1783 | 2025-09-09T22:12:51.204Z | |
| 1784 | 2025-09-09T22:12:51.204Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227) |
| 1785 | 2025-09-09T22:12:51.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1786 | 2025-09-09T22:12:51.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1787 | 2025-09-09T22:12:51.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1788 | 2025-09-09T22:12:51.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1789 | 2025-09-09T22:12:51.790Z | |
| 1790 | 2025-09-09T22:12:51.790Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227) |
| 1791 | 2025-09-09T22:12:52.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2025-09-09T22:12:52.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2025-09-09T22:12:52.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2025-09-09T22:12:52.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1795 | 2025-09-09T22:12:52.373Z | |
| 1796 | 2025-09-09T22:12:52.373Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227) |
| 1797 | 2025-09-09T22:12:52.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2025-09-09T22:12:52.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2025-09-09T22:12:52.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2025-09-09T22:12:52.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1801 | 2025-09-09T22:12:52.956Z | |
| 1802 | 2025-09-09T22:12:52.956Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227) |
| 1803 | 2025-09-09T22:12:53.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2025-09-09T22:12:53.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2025-09-09T22:12:53.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2025-09-09T22:12:53.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1807 | 2025-09-09T22:12:53.541Z | |
| 1808 | 2025-09-09T22:12:53.541Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227) |
| 1809 | 2025-09-09T22:12:54.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2025-09-09T22:12:54.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2025-09-09T22:12:54.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2025-09-09T22:12:54.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1813 | 2025-09-09T22:12:54.125Z | |
| 1814 | 2025-09-09T22:12:54.125Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227) |
| 1815 | 2025-09-09T22:12:54.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2025-09-09T22:12:54.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2025-09-09T22:12:54.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2025-09-09T22:12:54.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1819 | 2025-09-09T22:12:54.712Z | |
| 1820 | 2025-09-09T22:12:54.712Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227) |
| 1821 | 2025-09-09T22:12:55.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2025-09-09T22:12:55.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2025-09-09T22:12:55.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2025-09-09T22:12:55.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1825 | 2025-09-09T22:12:55.295Z | |
| 1826 | 2025-09-09T22:12:55.295Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227) |
| 1827 | 2025-09-09T22:12:55.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2025-09-09T22:12:55.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2025-09-09T22:12:55.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2025-09-09T22:12:55.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1831 | 2025-09-09T22:12:55.878Z | |
| 1832 | 2025-09-09T22:12:55.878Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227) |
| 1833 | 2025-09-09T22:12:56.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2025-09-09T22:12:56.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2025-09-09T22:12:56.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2025-09-09T22:12:56.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1837 | 2025-09-09T22:12:56.456Z | |
| 1838 | 2025-09-09T22:12:56.456Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227) |
| 1839 | 2025-09-09T22:12:56.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2025-09-09T22:12:56.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2025-09-09T22:12:56.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2025-09-09T22:12:56.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1843 | 2025-09-09T22:12:57.044Z | |
| 1844 | 2025-09-09T22:12:57.044Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227) |
| 1845 | 2025-09-09T22:12:57.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2025-09-09T22:12:57.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2025-09-09T22:12:57.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2025-09-09T22:12:57.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1849 | 2025-09-09T22:12:57.631Z | |
| 1850 | 2025-09-09T22:12:57.631Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227) |
| 1851 | 2025-09-09T22:12:58.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2025-09-09T22:12:58.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2025-09-09T22:12:58.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2025-09-09T22:12:58.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1855 | 2025-09-09T22:12:58.220Z | |
| 1856 | 2025-09-09T22:12:58.220Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227) |
| 1857 | 2025-09-09T22:12:58.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2025-09-09T22:12:58.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2025-09-09T22:12:58.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2025-09-09T22:12:58.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1861 | 2025-09-09T22:12:58.804Z | |
| 1862 | 2025-09-09T22:12:58.804Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227) |
| 1863 | 2025-09-09T22:12:59.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2025-09-09T22:12:59.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2025-09-09T22:12:59.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2025-09-09T22:12:59.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1867 | 2025-09-09T22:12:59.389Z | |
| 1868 | 2025-09-09T22:12:59.389Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227) |
| 1869 | 2025-09-09T22:12:59.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2025-09-09T22:12:59.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2025-09-09T22:12:59.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2025-09-09T22:12:59.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1873 | 2025-09-09T22:12:59.973Z | |
| 1874 | 2025-09-09T22:12:59.973Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227) |
| 1875 | 2025-09-09T22:13:00.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2025-09-09T22:13:00.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2025-09-09T22:13:00.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2025-09-09T22:13:00.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1879 | 2025-09-09T22:13:00.558Z | |
| 1880 | 2025-09-09T22:13:00.558Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227) |
| 1881 | 2025-09-09T22:13:01.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2025-09-09T22:13:01.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2025-09-09T22:13:01.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2025-09-09T22:13:01.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1885 | 2025-09-09T22:13:01.145Z | |
| 1886 | 2025-09-09T22:13:01.145Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227) |
| 1887 | 2025-09-09T22:13:01.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2025-09-09T22:13:01.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2025-09-09T22:13:01.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2025-09-09T22:13:01.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1891 | 2025-09-09T22:13:01.735Z | |
| 1892 | 2025-09-09T22:13:01.736Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227) |
| 1893 | 2025-09-09T22:13:02.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2025-09-09T22:13:02.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2025-09-09T22:13:02.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2025-09-09T22:13:02.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1897 | 2025-09-09T22:13:02.322Z | |
| 1898 | 2025-09-09T22:13:02.322Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227) |
| 1899 | 2025-09-09T22:13:02.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2025-09-09T22:13:02.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2025-09-09T22:13:02.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2025-09-09T22:13:02.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1903 | 2025-09-09T22:13:02.906Z | |
| 1904 | 2025-09-09T22:13:02.907Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227) |
| 1905 | 2025-09-09T22:13:03.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2025-09-09T22:13:03.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2025-09-09T22:13:03.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2025-09-09T22:13:03.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1909 | 2025-09-09T22:13:03.490Z | |
| 1910 | 2025-09-09T22:13:03.490Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227) |
| 1911 | 2025-09-09T22:13:04.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2025-09-09T22:13:04.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2025-09-09T22:13:04.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2025-09-09T22:13:04.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1915 | 2025-09-09T22:13:04.075Z | |
| 1916 | 2025-09-09T22:13:04.076Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227) |
| 1917 | 2025-09-09T22:13:04.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2025-09-09T22:13:04.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2025-09-09T22:13:04.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2025-09-09T22:13:04.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1921 | 2025-09-09T22:13:04.663Z | |
| 1922 | 2025-09-09T22:13:04.663Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227) |
| 1923 | 2025-09-09T22:13:05.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2025-09-09T22:13:05.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2025-09-09T22:13:05.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2025-09-09T22:13:05.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1927 | 2025-09-09T22:13:05.254Z | |
| 1928 | 2025-09-09T22:13:05.254Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227) |
| 1929 | 2025-09-09T22:13:05.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2025-09-09T22:13:05.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2025-09-09T22:13:05.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2025-09-09T22:13:05.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1933 | 2025-09-09T22:13:05.839Z | |
| 1934 | 2025-09-09T22:13:05.839Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227) |
| 1935 | 2025-09-09T22:13:06.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2025-09-09T22:13:06.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2025-09-09T22:13:06.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2025-09-09T22:13:06.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1939 | 2025-09-09T22:13:06.429Z | |
| 1940 | 2025-09-09T22:13:06.429Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227) |
| 1941 | 2025-09-09T22:13:06.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2025-09-09T22:13:06.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2025-09-09T22:13:06.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2025-09-09T22:13:06.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1945 | 2025-09-09T22:13:07.012Z | |
| 1946 | 2025-09-09T22:13:07.012Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227) |
| 1947 | 2025-09-09T22:13:07.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2025-09-09T22:13:07.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2025-09-09T22:13:07.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2025-09-09T22:13:07.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1951 | 2025-09-09T22:13:07.598Z | |
| 1952 | 2025-09-09T22:13:07.598Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227) |
| 1953 | 2025-09-09T22:13:08.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2025-09-09T22:13:08.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2025-09-09T22:13:08.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2025-09-09T22:13:08.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1957 | 2025-09-09T22:13:08.185Z | |
| 1958 | 2025-09-09T22:13:08.185Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227) |
| 1959 | 2025-09-09T22:13:08.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2025-09-09T22:13:08.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2025-09-09T22:13:08.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2025-09-09T22:13:08.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1963 | 2025-09-09T22:13:08.767Z | |
| 1964 | 2025-09-09T22:13:08.767Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227) |
| 1965 | 2025-09-09T22:13:09.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2025-09-09T22:13:09.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2025-09-09T22:13:09.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2025-09-09T22:13:09.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1969 | 2025-09-09T22:13:09.353Z | |
| 1970 | 2025-09-09T22:13:09.354Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227) |
| 1971 | 2025-09-09T22:13:09.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2025-09-09T22:13:09.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2025-09-09T22:13:09.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2025-09-09T22:13:09.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1975 | 2025-09-09T22:13:09.945Z | |
| 1976 | 2025-09-09T22:13:09.945Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227) |
| 1977 | 2025-09-09T22:13:10.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2025-09-09T22:13:10.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2025-09-09T22:13:10.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2025-09-09T22:13:10.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1981 | 2025-09-09T22:13:10.534Z | |
| 1982 | 2025-09-09T22:13:10.534Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227) |
| 1983 | 2025-09-09T22:13:11.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2025-09-09T22:13:11.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2025-09-09T22:13:11.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2025-09-09T22:13:11.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1987 | 2025-09-09T22:13:11.119Z | |
| 1988 | 2025-09-09T22:13:11.119Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227) |
| 1989 | 2025-09-09T22:13:11.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2025-09-09T22:13:11.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2025-09-09T22:13:11.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2025-09-09T22:13:11.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1993 | 2025-09-09T22:13:11.708Z | |
| 1994 | 2025-09-09T22:13:11.708Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227) |
| 1995 | 2025-09-09T22:13:12.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2025-09-09T22:13:12.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2025-09-09T22:13:12.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2025-09-09T22:13:12.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1999 | 2025-09-09T22:13:12.295Z | |
| 2000 | 2025-09-09T22:13:12.295Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227) |
| 2001 | 2025-09-09T22:13:12.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2025-09-09T22:13:12.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2025-09-09T22:13:12.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2025-09-09T22:13:12.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2005 | 2025-09-09T22:13:12.887Z | |
| 2006 | 2025-09-09T22:13:12.888Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227) |
| 2007 | 2025-09-09T22:13:13.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2025-09-09T22:13:13.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2025-09-09T22:13:13.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2025-09-09T22:13:13.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2011 | 2025-09-09T22:13:13.478Z | |
| 2012 | 2025-09-09T22:13:13.478Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227) |
| 2013 | 2025-09-09T22:13:14.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2025-09-09T22:13:14.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2025-09-09T22:13:14.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2025-09-09T22:13:14.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2017 | 2025-09-09T22:13:14.063Z | |
| 2018 | 2025-09-09T22:13:14.063Z | info: running `cargo check --bins` on sled-hardware-types (46/227) |
| 2019 | 2025-09-09T22:13:14.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2025-09-09T22:13:14.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2025-09-09T22:13:14.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2025-09-09T22:13:14.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2023 | 2025-09-09T22:13:14.857Z | |
| 2024 | 2025-09-09T22:13:14.857Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/227) |
| 2025 | 2025-09-09T22:13:15.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2025-09-09T22:13:15.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2025-09-09T22:13:15.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2025-09-09T22:13:15.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2029 | 2025-09-09T22:13:15.651Z | |
| 2030 | 2025-09-09T22:13:15.651Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227) |
| 2031 | 2025-09-09T22:13:16.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2025-09-09T22:13:16.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2025-09-09T22:13:16.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2025-09-09T22:13:16.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2035 | 2025-09-09T22:13:16.436Z | |
| 2036 | 2025-09-09T22:13:16.436Z | info: running `cargo check --bins` on oxlog (49/227) |
| 2037 | 2025-09-09T22:13:17.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2025-09-09T22:13:17.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2025-09-09T22:13:17.206Z | Checking cfg-if v1.0.1 |
| 2040 | 2025-09-09T22:13:17.209Z | Checking libc v0.2.174 |
| 2041 | 2025-09-09T22:13:17.335Z | Checking serde v1.0.219 |
| 2042 | 2025-09-09T22:13:17.346Z | Checking zeroize v1.8.1 |
| 2043 | 2025-09-09T22:13:17.349Z | Checking memchr v2.7.4 |
| 2044 | 2025-09-09T22:13:17.367Z | Checking typenum v1.17.0 |
| 2045 | 2025-09-09T22:13:17.371Z | Checking smallvec v1.15.1 |
| 2046 | 2025-09-09T22:13:17.397Z | Checking value-bag v1.9.0 |
| 2047 | 2025-09-09T22:13:17.410Z | Checking subtle v2.6.1 |
| 2048 | 2025-09-09T22:13:17.590Z | Checking scopeguard v1.2.0 |
| 2049 | 2025-09-09T22:13:17.675Z | Checking const-oid v0.9.6 |
| 2050 | 2025-09-09T22:13:17.750Z | Checking itoa v1.0.11 |
| 2051 | 2025-09-09T22:13:17.778Z | Checking lock_api v0.4.12 |
| 2052 | 2025-09-09T22:13:17.778Z | Checking log v0.4.27 |
| 2053 | 2025-09-09T22:13:17.997Z | Checking stable_deref_trait v1.2.0 |
| 2054 | 2025-09-09T22:13:18.125Z | Checking zerofrom v0.1.4 |
| 2055 | 2025-09-09T22:13:18.174Z | Checking pin-project-lite v0.2.14 |
| 2056 | 2025-09-09T22:13:18.199Z | Checking byteorder v1.5.0 |
| 2057 | 2025-09-09T22:13:18.289Z | Checking portable-atomic v1.11.0 |
| 2058 | 2025-09-09T22:13:18.320Z | Checking critical-section v1.1.3 |
| 2059 | 2025-09-09T22:13:18.346Z | Checking yoke v0.7.4 |
| 2060 | 2025-09-09T22:13:18.361Z | Checking getrandom v0.2.15 |
| 2061 | 2025-09-09T22:13:18.447Z | Checking generic-array v0.14.7 |
| 2062 | 2025-09-09T22:13:18.483Z | Checking parking_lot_core v0.9.10 |
| 2063 | 2025-09-09T22:13:18.603Z | Checking signal-hook-registry v1.4.2 |
| 2064 | 2025-09-09T22:13:18.627Z | Checking rand_core v0.6.4 |
| 2065 | 2025-09-09T22:13:18.667Z | Checking mio v1.0.2 |
| 2066 | 2025-09-09T22:13:18.823Z | Checking parking_lot v0.12.3 |
| 2067 | 2025-09-09T22:13:18.861Z | Checking zerovec v0.10.4 |
| 2068 | 2025-09-09T22:13:18.949Z | Checking socket2 v0.6.0 |
| 2069 | 2025-09-09T22:13:19.175Z | Checking futures-core v0.3.31 |
| 2070 | 2025-09-09T22:13:19.264Z | Checking allocator-api2 v0.2.21 |
| 2071 | 2025-09-09T22:13:19.280Z | Checking once_cell v1.21.3 |
| 2072 | 2025-09-09T22:13:19.388Z | Checking equivalent v1.0.2 |
| 2073 | 2025-09-09T22:13:19.415Z | Checking cpufeatures v0.2.14 |
| 2074 | 2025-09-09T22:13:19.512Z | Checking foldhash v0.1.5 |
| 2075 | 2025-09-09T22:13:19.531Z | Checking writeable v0.5.5 |
| 2076 | 2025-09-09T22:13:19.535Z | Checking litemap v0.7.3 |
| 2077 | 2025-09-09T22:13:19.566Z | Checking crypto-common v0.1.6 |
| 2078 | 2025-09-09T22:13:19.604Z | Checking block-buffer v0.10.4 |
| 2079 | 2025-09-09T22:13:19.770Z | Checking block-padding v0.3.3 |
| 2080 | 2025-09-09T22:13:19.785Z | Checking getrandom v0.3.1 |
| 2081 | 2025-09-09T22:13:19.840Z | Checking digest v0.10.7 |
| 2082 | 2025-09-09T22:13:19.868Z | Checking percent-encoding v2.3.2 |
| 2083 | 2025-09-09T22:13:19.893Z | Checking hashbrown v0.15.4 |
| 2084 | 2025-09-09T22:13:19.911Z | Checking zerocopy v0.7.35 |
| 2085 | 2025-09-09T22:13:19.983Z | Checking inout v0.1.3 |
| 2086 | 2025-09-09T22:13:20.009Z | Checking libm v0.2.8 |
| 2087 | 2025-09-09T22:13:20.096Z | Checking futures-sink v0.3.31 |
| 2088 | 2025-09-09T22:13:20.220Z | Checking hmac v0.12.1 |
| 2089 | 2025-09-09T22:13:20.240Z | Checking icu_locid_transform_data v1.5.0 |
| 2090 | 2025-09-09T22:13:20.258Z | Checking ryu v1.0.18 |
| 2091 | 2025-09-09T22:13:20.346Z | Checking futures-channel v0.3.31 |
| 2092 | 2025-09-09T22:13:20.364Z | Checking tinystr v0.7.6 |
| 2093 | 2025-09-09T22:13:20.429Z | Checking icu_collections v1.5.0 |
| 2094 | 2025-09-09T22:13:20.504Z | Checking cipher v0.4.4 |
| 2095 | 2025-09-09T22:13:20.703Z | Checking sha2 v0.10.9 |
| 2096 | 2025-09-09T22:13:20.706Z | Checking icu_locid v1.5.0 |
| 2097 | 2025-09-09T22:13:20.898Z | Checking slab v0.4.9 |
| 2098 | 2025-09-09T22:13:20.941Z | Checking pin-utils v0.1.0 |
| 2099 | 2025-09-09T22:13:20.961Z | Checking num-traits v0.2.19 |
| 2100 | 2025-09-09T22:13:21.036Z | Checking futures-task v0.3.31 |
| 2101 | 2025-09-09T22:13:21.055Z | Checking icu_properties_data v1.5.0 |
| 2102 | 2025-09-09T22:13:21.111Z | Checking base64ct v1.6.0 |
| 2103 | 2025-09-09T22:13:21.172Z | Checking futures-io v0.3.31 |
| 2104 | 2025-09-09T22:13:21.272Z | Checking utf8_iter v1.0.4 |
| 2105 | 2025-09-09T22:13:21.292Z | Checking utf16_iter v1.0.5 |
| 2106 | 2025-09-09T22:13:21.309Z | Checking icu_normalizer_data v1.5.0 |
| 2107 | 2025-09-09T22:13:21.357Z | Checking futures-util v0.3.31 |
| 2108 | 2025-09-09T22:13:21.418Z | Checking flagset v0.4.6 |
| 2109 | 2025-09-09T22:13:21.473Z | Checking write16 v1.0.0 |
| 2110 | 2025-09-09T22:13:21.494Z | Checking ppv-lite86 v0.2.20 |
| 2111 | 2025-09-09T22:13:21.569Z | Checking pem-rfc7468 v0.7.0 |
| 2112 | 2025-09-09T22:13:21.619Z | Checking salsa20 v0.10.2 |
| 2113 | 2025-09-09T22:13:21.636Z | Checking pbkdf2 v0.12.2 |
| 2114 | 2025-09-09T22:13:21.655Z | Checking icu_provider v1.5.0 |
| 2115 | 2025-09-09T22:13:21.802Z | Checking bytes v1.10.1 |
| 2116 | 2025-09-09T22:13:21.821Z | Checking bitflags v2.9.1 |
| 2117 | 2025-09-09T22:13:21.843Z | Checking serde_json v1.0.143 |
| 2118 | 2025-09-09T22:13:21.861Z | Checking indexmap v2.11.0 |
| 2119 | 2025-09-09T22:13:22.139Z | Checking der v0.7.9 |
| 2120 | 2025-09-09T22:13:22.170Z | Checking fnv v1.0.7 |
| 2121 | 2025-09-09T22:13:22.256Z | Checking icu_locid_transform v1.5.0 |
| 2122 | 2025-09-09T22:13:22.308Z | Checking scrypt v0.11.0 |
| 2123 | 2025-09-09T22:13:22.371Z | Checking cbc v0.1.2 |
| 2124 | 2025-09-09T22:13:22.554Z | Checking aes v0.8.4 |
| 2125 | 2025-09-09T22:13:22.593Z | Checking form_urlencoded v1.2.2 |
| 2126 | 2025-09-09T22:13:22.769Z | Checking tokio v1.47.0 |
| 2127 | 2025-09-09T22:13:22.822Z | Checking http v1.3.1 |
| 2128 | 2025-09-09T22:13:23.119Z | Checking uuid v1.18.1 |
| 2129 | 2025-09-09T22:13:23.252Z | Checking icu_properties v1.5.1 |
| 2130 | 2025-09-09T22:13:23.481Z | Checking tracing-core v0.1.32 |
| 2131 | 2025-09-09T22:13:23.502Z | Checking rustls-pki-types v1.10.0 |
| 2132 | 2025-09-09T22:13:23.764Z | Checking iana-time-zone v0.1.63 |
| 2133 | 2025-09-09T22:13:23.825Z | Checking spki v0.7.3 |
| 2134 | 2025-09-09T22:13:23.943Z | Compiling newtype-uuid v1.2.4 |
| 2135 | 2025-09-09T22:13:24.029Z | Checking base64 v0.22.1 |
| 2136 | 2025-09-09T22:13:24.079Z | Checking http-body v1.0.1 |
| 2137 | 2025-09-09T22:13:24.107Z | Checking tracing v0.1.40 |
| 2138 | 2025-09-09T22:13:24.126Z | Checking pkcs5 v0.7.1 |
| 2139 | 2025-09-09T22:13:24.267Z | Checking tinyvec_macros v0.1.1 |
| 2140 | 2025-09-09T22:13:24.347Z | Checking chrono v0.4.41 |
| 2141 | 2025-09-09T22:13:24.380Z | Checking tinyvec v1.8.0 |
| 2142 | 2025-09-09T22:13:24.475Z | Checking rand_core v0.9.3 |
| 2143 | 2025-09-09T22:13:24.509Z | Checking errno v0.3.12 |
| 2144 | 2025-09-09T22:13:24.657Z | Checking pkcs8 v0.10.2 |
| 2145 | 2025-09-09T22:13:24.710Z | Checking aws-lc-sys v0.26.0 |
| 2146 | 2025-09-09T22:13:24.818Z | Checking spin v0.9.8 |
| 2147 | 2025-09-09T22:13:24.989Z | Checking atomic-waker v1.1.2 |
| 2148 | 2025-09-09T22:13:25.156Z | Checking tower-service v0.3.3 |
| 2149 | 2025-09-09T22:13:25.175Z | Checking openssl-probe v0.1.5 |
| 2150 | 2025-09-09T22:13:25.303Z | Checking adler2 v2.0.0 |
| 2151 | 2025-09-09T22:13:25.334Z | Checking foreign-types-shared v0.1.1 |
| 2152 | 2025-09-09T22:13:25.463Z | Checking untrusted v0.9.0 |
| 2153 | 2025-09-09T22:13:25.484Z | Checking try-lock v0.2.5 |
| 2154 | 2025-09-09T22:13:25.639Z | Checking untrusted v0.7.1 |
| 2155 | 2025-09-09T22:13:25.658Z | Checking want v0.3.1 |
| 2156 | 2025-09-09T22:13:25.684Z | Checking ring v0.17.14 |
| 2157 | 2025-09-09T22:13:25.839Z | Checking miniz_oxide v0.8.5 |
| 2158 | 2025-09-09T22:13:25.871Z | Checking foreign-types v0.3.2 |
| 2159 | 2025-09-09T22:13:25.889Z | Checking rand_chacha v0.9.0 |
| 2160 | 2025-09-09T22:13:25.977Z | Checking ipnet v2.11.0 |
| 2161 | 2025-09-09T22:13:26.271Z | Checking httparse v1.9.5 |
| 2162 | 2025-09-09T22:13:26.298Z | Checking openssl-sys v0.9.109 |
| 2163 | 2025-09-09T22:13:26.506Z | Checking icu_normalizer v1.5.0 |
| 2164 | 2025-09-09T22:13:26.555Z | Checking thiserror v1.0.69 |
| 2165 | 2025-09-09T22:13:26.604Z | Checking aho-corasick v1.1.3 |
| 2166 | 2025-09-09T22:13:26.708Z | Checking httpdate v1.0.3 |
| 2167 | 2025-09-09T22:13:26.711Z | Checking unicode-ident v1.0.18 |
| 2168 | 2025-09-09T22:13:26.922Z | Checking powerfmt v0.2.0 |
| 2169 | 2025-09-09T22:13:26.943Z | Checking aws-lc-rs v1.12.4 |
| 2170 | 2025-09-09T22:13:26.977Z | Checking regex-syntax v0.8.5 |
| 2171 | 2025-09-09T22:13:27.211Z | Checking deranged v0.3.11 |
| 2172 | 2025-09-09T22:13:27.230Z | Checking idna_adapter v1.2.0 |
| 2173 | 2025-09-09T22:13:27.432Z | Checking idna v1.0.3 |
| 2174 | 2025-09-09T22:13:27.452Z | Checking openssl v0.10.73 |
| 2175 | 2025-09-09T22:13:27.890Z | Checking proc-macro2 v1.0.101 |
| 2176 | 2025-09-09T22:13:27.943Z | Checking url v2.5.4 |
| 2177 | 2025-09-09T22:13:28.201Z | Checking rand v0.9.2 |
| 2178 | 2025-09-09T22:13:28.562Z | Checking unicode-normalization v0.1.24 |
| 2179 | 2025-09-09T22:13:28.581Z | Checking rustix v0.38.37 |
| 2180 | 2025-09-09T22:13:28.639Z | Checking rustls-webpki v0.102.8 |
| 2181 | 2025-09-09T22:13:28.855Z | Checking crossbeam-utils v0.8.21 |
| 2182 | 2025-09-09T22:13:29.232Z | Checking semver v1.0.26 |
| 2183 | 2025-09-09T22:13:29.411Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2184 | 2025-09-09T22:13:29.492Z | Checking signature v2.2.0 |
| 2185 | 2025-09-09T22:13:29.550Z | Checking scroll v0.12.0 |
| 2186 | 2025-09-09T22:13:29.569Z | Checking crc32fast v1.4.2 |
| 2187 | 2025-09-09T22:13:29.698Z | Checking unicode-properties v0.1.3 |
| 2188 | 2025-09-09T22:13:29.717Z | Checking zlib-rs v0.5.1 |
| 2189 | 2025-09-09T22:13:29.758Z | Checking tokio-util v0.7.15 |
| 2190 | 2025-09-09T22:13:29.833Z | Checking siphasher v0.3.11 |
| 2191 | 2025-09-09T22:13:30.009Z | Checking dyn-clone v1.0.20 |
| 2192 | 2025-09-09T22:13:30.071Z | Checking utf8parse v0.2.2 |
| 2193 | 2025-09-09T22:13:30.138Z | Checking unicode-bidi v0.3.17 |
| 2194 | 2025-09-09T22:13:30.176Z | Checking regex-automata v0.4.8 |
| 2195 | 2025-09-09T22:13:30.195Z | Checking num_threads v0.1.7 |
| 2196 | 2025-09-09T22:13:30.229Z | Checking ucd-trie v0.1.7 |
| 2197 | 2025-09-09T22:13:30.328Z | Checking time-core v0.1.2 |
| 2198 | 2025-09-09T22:13:30.452Z | Checking either v1.15.0 |
| 2199 | 2025-09-09T22:13:30.498Z | Checking anstyle v1.0.11 |
| 2200 | 2025-09-09T22:13:30.741Z | Checking plain v0.2.3 |
| 2201 | 2025-09-09T22:13:30.824Z | Checking num-conv v0.1.0 |
| 2202 | 2025-09-09T22:13:30.858Z | Checking stringprep v0.1.5 |
| 2203 | 2025-09-09T22:13:30.911Z | Checking goblin v0.8.2 |
| 2204 | 2025-09-09T22:13:31.011Z | Checking h2 v0.4.6 |
| 2205 | 2025-09-09T22:13:31.094Z | Checking time v0.3.36 |
| 2206 | 2025-09-09T22:13:31.147Z | Checking pest v2.7.14 |
| 2207 | 2025-09-09T22:13:31.598Z | Checking libz-rs-sys v0.5.1 |
| 2208 | 2025-09-09T22:13:31.817Z | Checking anstyle-parse v0.2.5 |
| 2209 | 2025-09-09T22:13:31.836Z | Checking schemars v0.8.22 |
| 2210 | 2025-09-09T22:13:32.117Z | Checking phf_shared v0.11.2 |
| 2211 | 2025-09-09T22:13:32.381Z | Checking crossbeam-epoch v0.9.18 |
| 2212 | 2025-09-09T22:13:32.519Z | Checking native-tls v0.2.12 |
| 2213 | 2025-09-09T22:13:32.812Z | Checking rustls v0.23.19 |
| 2214 | 2025-09-09T22:13:32.847Z | Checking quote v1.0.40 |
| 2215 | 2025-09-09T22:13:33.296Z | Checking num-integer v0.1.46 |
| 2216 | 2025-09-09T22:13:33.452Z | Checking zerocopy v0.8.26 |
| 2217 | 2025-09-09T22:13:33.488Z | Checking rand_chacha v0.3.1 |
| 2218 | 2025-09-09T22:13:33.585Z | Checking toml_datetime v0.6.11 |
| 2219 | 2025-09-09T22:13:33.772Z | Checking serde_spanned v0.6.9 |
| 2220 | 2025-09-09T22:13:33.905Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2221 | 2025-09-09T22:13:33.930Z | Checking md-5 v0.10.6 |
| 2222 | 2025-09-09T22:13:33.978Z | Checking sync_wrapper v1.0.1 |
| 2223 | 2025-09-09T22:13:34.113Z | Checking ff v0.13.0 |
| 2224 | 2025-09-09T22:13:34.151Z | Checking hash32 v0.2.1 |
| 2225 | 2025-09-09T22:13:34.170Z | Checking gimli v0.31.1 |
| 2226 | 2025-09-09T22:13:34.356Z | Checking colorchoice v1.0.2 |
| 2227 | 2025-09-09T22:13:34.461Z | Checking is_terminal_polyfill v1.70.1 |
| 2228 | 2025-09-09T22:13:34.478Z | Checking anstyle-query v1.1.1 |
| 2229 | 2025-09-09T22:13:34.533Z | Checking base16ct v0.2.0 |
| 2230 | 2025-09-09T22:13:34.593Z | Checking fallible-iterator v0.2.0 |
| 2231 | 2025-09-09T22:13:34.626Z | Checking psl-types v2.0.11 |
| 2232 | 2025-09-09T22:13:34.745Z | Checking pretty-hex v0.4.1 |
| 2233 | 2025-09-09T22:13:34.817Z | Checking tower-layer v0.3.3 |
| 2234 | 2025-09-09T22:13:34.950Z | Checking publicsuffix v2.3.0 |
| 2235 | 2025-09-09T22:13:35.106Z | Checking tower v0.5.2 |
| 2236 | 2025-09-09T22:13:35.170Z | Checking postgres-protocol v0.6.8 |
| 2237 | 2025-09-09T22:13:35.246Z | Checking sec1 v0.7.3 |
| 2238 | 2025-09-09T22:13:35.652Z | Checking anstream v0.6.18 |
| 2239 | 2025-09-09T22:13:35.787Z | Checking heapless v0.7.17 |
| 2240 | 2025-09-09T22:13:35.817Z | Checking dof v0.3.0 |
| 2241 | 2025-09-09T22:13:35.843Z | Checking group v0.13.0 |
| 2242 | 2025-09-09T22:13:36.014Z | Checking zstd-safe v7.2.3 |
| 2243 | 2025-09-09T22:13:36.120Z | Checking rand v0.8.5 |
| 2244 | 2025-09-09T22:13:36.316Z | Checking num-iter v0.1.45 |
| 2245 | 2025-09-09T22:13:36.427Z | Checking dtrace-parser v0.2.0 |
| 2246 | 2025-09-09T22:13:36.501Z | Checking ipnetwork v0.21.1 |
| 2247 | 2025-09-09T22:13:36.668Z | Compiling daft v0.1.4 |
| 2248 | 2025-09-09T22:13:36.711Z | Checking cookie v0.18.1 |
| 2249 | 2025-09-09T22:13:36.910Z | Checking syn v2.0.106 |
| 2250 | 2025-09-09T22:13:36.931Z | Checking tokio-native-tls v0.3.1 |
| 2251 | 2025-09-09T22:13:37.167Z | Checking flate2 v1.1.2 |
| 2252 | 2025-09-09T22:13:37.205Z | Checking terminal_size v0.4.0 |
| 2253 | 2025-09-09T22:13:37.225Z | Checking rustls-native-certs v0.8.1 |
| 2254 | 2025-09-09T22:13:37.275Z | Checking lazy_static v1.5.0 |
| 2255 | 2025-09-09T22:13:37.340Z | Checking hyper v1.7.0 |
| 2256 | 2025-09-09T22:13:37.382Z | Checking http-body-util v0.1.3 |
| 2257 | 2025-09-09T22:13:37.415Z | Checking webpki-roots v1.0.1 |
| 2258 | 2025-09-09T22:13:37.434Z | Checking signal-hook v0.3.18 |
| 2259 | 2025-09-09T22:13:37.636Z | Checking hkdf v0.12.4 |
| 2260 | 2025-09-09T22:13:37.759Z | Checking crypto-bigint v0.5.5 |
| 2261 | 2025-09-09T22:13:37.788Z | Checking thread-id v4.2.2 |
| 2262 | 2025-09-09T22:13:37.811Z | Checking object v0.36.5 |
| 2263 | 2025-09-09T22:13:37.843Z | Checking tokio-rustls v0.26.0 |
| 2264 | 2025-09-09T22:13:37.862Z | Checking iri-string v0.7.8 |
| 2265 | 2025-09-09T22:13:37.907Z | Checking lockfree-object-pool v0.1.6 |
| 2266 | 2025-09-09T22:13:37.945Z | Checking addr2line v0.24.2 |
| 2267 | 2025-09-09T22:13:38.157Z | Checking rustc-demangle v0.1.24 |
| 2268 | 2025-09-09T22:13:38.230Z | Checking simd-adler32 v0.3.7 |
| 2269 | 2025-09-09T22:13:38.480Z | Checking bumpalo v3.16.0 |
| 2270 | 2025-09-09T22:13:38.595Z | Checking managed v0.8.0 |
| 2271 | 2025-09-09T22:13:38.599Z | Checking clap_lex v0.7.4 |
| 2272 | 2025-09-09T22:13:38.827Z | Checking bitflags v1.3.2 |
| 2273 | 2025-09-09T22:13:38.873Z | Checking winnow v0.5.40 |
| 2274 | 2025-09-09T22:13:38.945Z | Checking strsim v0.11.1 |
| 2275 | 2025-09-09T22:13:39.010Z | Compiling rayon-core v1.12.1 |
| 2276 | 2025-09-09T22:13:39.253Z | Checking clap_builder v4.5.41 |
| 2277 | 2025-09-09T22:13:39.258Z | Checking hyper-util v0.1.16 |
| 2278 | 2025-09-09T22:13:39.354Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2279 | 2025-09-09T22:13:39.712Z | Checking smoltcp v0.9.1 |
| 2280 | 2025-09-09T22:13:40.355Z | Checking elliptic-curve v0.13.8 |
| 2281 | 2025-09-09T22:13:40.489Z | Checking tower-http v0.6.6 |
| 2282 | 2025-09-09T22:13:41.007Z | Checking zopfli v0.8.1 |
| 2283 | 2025-09-09T22:13:41.043Z | Checking signal-hook-mio v0.2.4 |
| 2284 | 2025-09-09T22:13:41.191Z | Checking num-bigint-dig v0.8.4 |
| 2285 | 2025-09-09T22:13:41.210Z | Checking cookie_store v0.21.1 |
| 2286 | 2025-09-09T22:13:41.658Z | Checking toml_edit v0.19.15 |
| 2287 | 2025-09-09T22:13:41.679Z | Checking oxnet v0.1.3 |
| 2288 | 2025-09-09T22:13:41.897Z | Checking hyper-tls v0.6.0 |
| 2289 | 2025-09-09T22:13:41.915Z | Checking hyper-rustls v0.27.7 |
| 2290 | 2025-09-09T22:13:42.081Z | Checking zstd v0.13.3 |
| 2291 | 2025-09-09T22:13:42.120Z | Checking postgres-types v0.2.9 |
| 2292 | 2025-09-09T22:13:42.183Z | Checking bstr v1.10.0 |
| 2293 | 2025-09-09T22:13:42.287Z | Checking regex v1.11.1 |
| 2294 | 2025-09-09T22:13:42.438Z | Checking crossbeam-deque v0.8.5 |
| 2295 | 2025-09-09T22:13:42.701Z | Checking usdt-impl v0.5.0 |
| 2296 | 2025-09-09T22:13:42.763Z | Checking phf v0.11.2 |
| 2297 | 2025-09-09T22:13:42.782Z | Checking ed25519 v2.2.3 |
| 2298 | 2025-09-09T22:13:42.881Z | Checking bzip2 v0.4.4 |
| 2299 | 2025-09-09T22:13:43.021Z | Checking bzip2 v0.5.2 |
| 2300 | 2025-09-09T22:13:43.077Z | Checking thiserror v2.0.16 |
| 2301 | 2025-09-09T22:13:43.103Z | Checking curve25519-dalek v4.1.3 |
| 2302 | 2025-09-09T22:13:43.171Z | Checking pkcs1 v0.7.5 |
| 2303 | 2025-09-09T22:13:43.190Z | Checking strum v0.27.2 |
| 2304 | 2025-09-09T22:13:43.223Z | Checking hubpack v0.1.2 |
| 2305 | 2025-09-09T22:13:43.240Z | Checking memoffset v0.9.1 |
| 2306 | 2025-09-09T22:13:43.348Z | Checking serde_urlencoded v0.7.1 |
| 2307 | 2025-09-09T22:13:43.366Z | Checking float-cmp v0.10.0 |
| 2308 | 2025-09-09T22:13:43.524Z | Checking serde-big-array v0.5.1 |
| 2309 | 2025-09-09T22:13:43.548Z | Checking rfc6979 v0.4.0 |
| 2310 | 2025-09-09T22:13:43.579Z | Checking memmap v0.7.0 |
| 2311 | 2025-09-09T22:13:43.597Z | Checking socket2 v0.5.10 |
| 2312 | 2025-09-09T22:13:43.719Z | Checking backtrace v0.3.74 |
| 2313 | 2025-09-09T22:13:43.742Z | Checking encoding_rs v0.8.34 |
| 2314 | 2025-09-09T22:13:43.742Z | Checking static_assertions v1.1.0 |
| 2315 | 2025-09-09T22:13:43.775Z | Checking new_debug_unreachable v1.0.6 |
| 2316 | 2025-09-09T22:13:43.801Z | Checking predicates-core v1.0.8 |
| 2317 | 2025-09-09T22:13:43.854Z | Checking winnow v0.7.10 |
| 2318 | 2025-09-09T22:13:43.874Z | Checking precomputed-hash v0.1.1 |
| 2319 | 2025-09-09T22:13:43.981Z | Checking minimal-lexical v0.2.1 |
| 2320 | 2025-09-09T22:13:44.004Z | Checking mime v0.3.17 |
| 2321 | 2025-09-09T22:13:44.008Z | Checking normalize-line-endings v0.3.0 |
| 2322 | 2025-09-09T22:13:44.042Z | Checking difflib v0.4.0 |
| 2323 | 2025-09-09T22:13:44.159Z | Checking whoami v1.5.2 |
| 2324 | 2025-09-09T22:13:44.257Z | Checking unicode-segmentation v1.12.0 |
| 2325 | 2025-09-09T22:13:44.324Z | Checking toml_write v0.1.2 |
| 2326 | 2025-09-09T22:13:44.364Z | Checking data-encoding v2.9.0 |
| 2327 | 2025-09-09T22:13:44.382Z | Checking fixedbitset v0.4.2 |
| 2328 | 2025-09-09T22:13:44.481Z | Checking tokio-postgres v0.7.13 |
| 2329 | 2025-09-09T22:13:44.656Z | Checking petgraph v0.6.5 |
| 2330 | 2025-09-09T22:13:44.673Z | Checking nom v7.1.3 |
| 2331 | 2025-09-09T22:13:44.878Z | Checking ed25519-dalek v2.1.1 |
| 2332 | 2025-09-09T22:13:44.917Z | Checking hickory-proto v0.25.2 |
| 2333 | 2025-09-09T22:13:44.945Z | Checking similar v2.7.0 |
| 2334 | 2025-09-09T22:13:45.312Z | Checking predicates v3.1.3 |
| 2335 | 2025-09-09T22:13:45.776Z | Checking anyhow v1.0.99 |
| 2336 | 2025-09-09T22:13:45.950Z | Checking string_cache v0.8.9 |
| 2337 | 2025-09-09T22:13:45.994Z | Checking reqwest v0.12.22 |
| 2338 | 2025-09-09T22:13:46.150Z | Checking toml v0.7.8 |
| 2339 | 2025-09-09T22:13:46.251Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2340 | 2025-09-09T22:13:46.628Z | Checking toml_edit v0.22.27 |
| 2341 | 2025-09-09T22:13:46.839Z | Checking usdt v0.5.0 |
| 2342 | 2025-09-09T22:13:47.123Z | Checking ecdsa v0.16.9 |
| 2343 | 2025-09-09T22:13:47.253Z | Checking rsa v0.9.6 |
| 2344 | 2025-09-09T22:13:47.648Z | Checking nix v0.29.0 |
| 2345 | 2025-09-09T22:13:47.760Z | Checking zip v4.2.0 |
| 2346 | 2025-09-09T22:13:47.782Z | Checking zip v0.6.6 |
| 2347 | 2025-09-09T22:13:48.226Z | Checking clap v4.5.41 |
| 2348 | 2025-09-09T22:13:48.360Z | Checking crossterm v0.28.1 |
| 2349 | 2025-09-09T22:13:48.498Z | Checking ahash v0.8.12 |
| 2350 | 2025-09-09T22:13:48.521Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2351 | 2025-09-09T22:13:48.881Z | Checking tokio-stream v0.1.17 |
| 2352 | 2025-09-09T22:13:48.899Z | Checking itertools v0.13.0 |
| 2353 | 2025-09-09T22:13:49.008Z | Checking itertools v0.12.1 |
| 2354 | 2025-09-09T22:13:49.056Z | Checking itertools v0.10.5 |
| 2355 | 2025-09-09T22:13:49.202Z | Checking buf-list v1.0.3 |
| 2356 | 2025-09-09T22:13:49.548Z | Checking fs-err v3.1.1 |
| 2357 | 2025-09-09T22:13:49.709Z | Checking strum v0.26.3 |
| 2358 | 2025-09-09T22:13:49.895Z | Checking rustix v1.0.7 |
| 2359 | 2025-09-09T22:13:50.060Z | Checking slog v2.7.0 |
| 2360 | 2025-09-09T22:13:50.144Z | Checking x509-cert v0.2.5 |
| 2361 | 2025-09-09T22:13:50.522Z | Checking openapiv3 v2.2.0 |
| 2362 | 2025-09-09T22:13:51.193Z | Checking sha1 v0.10.6 |
| 2363 | 2025-09-09T22:13:51.298Z | Checking winnow v0.6.26 |
| 2364 | 2025-09-09T22:13:51.440Z | Checking rustc-hash v2.1.1 |
| 2365 | 2025-09-09T22:13:51.483Z | Checking peg-runtime v0.8.5 |
| 2366 | 2025-09-09T22:13:51.537Z | Checking unicode-xid v0.2.6 |
| 2367 | 2025-09-09T22:13:51.626Z | Checking lalrpop-util v0.19.12 |
| 2368 | 2025-09-09T22:13:51.645Z | Checking heck v0.4.1 |
| 2369 | 2025-09-09T22:13:51.679Z | Checking rayon v1.10.0 |
| 2370 | 2025-09-09T22:13:51.706Z | Checking camino v1.1.12 |
| 2371 | 2025-09-09T22:13:51.732Z | Checking sigpipe v0.1.3 |
| 2372 | 2025-09-09T22:13:51.852Z | Checking jiff v0.2.15 |
| 2373 | 2025-09-09T22:13:51.856Z | Checking glob v0.3.2 |
| 2374 | 2025-09-09T22:13:55.706Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2375 | 2025-09-09T22:13:56.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.65s |
| 2376 | 2025-09-09T22:13:56.289Z | |
| 2377 | 2025-09-09T22:13:56.289Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227) |
| 2378 | 2025-09-09T22:13:57.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2379 | 2025-09-09T22:13:57.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2380 | 2025-09-09T22:13:57.207Z | Compiling regress v0.10.4 |
| 2381 | 2025-09-09T22:13:57.350Z | Compiling ident_case v1.0.1 |
| 2382 | 2025-09-09T22:13:57.367Z | Checking heck v0.5.0 |
| 2383 | 2025-09-09T22:13:57.400Z | Checking newtype-uuid v1.2.4 |
| 2384 | 2025-09-09T22:13:57.420Z | Compiling unsafe-libyaml v0.2.11 |
| 2385 | 2025-09-09T22:13:57.423Z | Checking futures-executor v0.3.31 |
| 2386 | 2025-09-09T22:13:57.428Z | Checking fastrand v2.1.1 |
| 2387 | 2025-09-09T22:13:57.528Z | Compiling darling_core v0.20.10 |
| 2388 | 2025-09-09T22:13:57.559Z | Checking thread_local v1.1.8 |
| 2389 | 2025-09-09T22:13:57.670Z | Checking daft v0.1.4 |
| 2390 | 2025-09-09T22:13:57.729Z | Checking futures v0.3.31 |
| 2391 | 2025-09-09T22:13:57.798Z | Checking tempfile v3.20.0 |
| 2392 | 2025-09-09T22:13:57.840Z | Checking macaddr v1.0.1 |
| 2393 | 2025-09-09T22:13:57.861Z | Compiling structmeta-derive v0.3.0 |
| 2394 | 2025-09-09T22:13:58.095Z | Compiling ref-cast v1.0.24 |
| 2395 | 2025-09-09T22:13:58.164Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2396 | 2025-09-09T22:13:58.184Z | Checking crossbeam-channel v0.5.15 |
| 2397 | 2025-09-09T22:13:58.286Z | Compiling ref-cast-impl v1.0.24 |
| 2398 | 2025-09-09T22:13:58.689Z | Compiling serde_yaml v0.9.34+deprecated |
| 2399 | 2025-09-09T22:13:58.907Z | Checking is-terminal v0.4.13 |
| 2400 | 2025-09-09T22:13:59.044Z | Checking term v1.1.0 |
| 2401 | 2025-09-09T22:13:59.192Z | Compiling rustls v0.22.4 |
| 2402 | 2025-09-09T22:13:59.374Z | Checking take_mut v0.2.2 |
| 2403 | 2025-09-09T22:13:59.493Z | Checking slog-term v2.9.2 |
| 2404 | 2025-09-09T22:13:59.573Z | Checking slog-async v2.8.0 |
| 2405 | 2025-09-09T22:13:59.705Z | Compiling multer v3.1.0 |
| 2406 | 2025-09-09T22:13:59.869Z | Checking match_cfg v0.1.0 |
| 2407 | 2025-09-09T22:13:59.991Z | Checking hostname v0.3.1 |
| 2408 | 2025-09-09T22:14:00.138Z | Checking toml_parser v1.0.2 |
| 2409 | 2025-09-09T22:14:00.159Z | Checking slog-json v2.6.1 |
| 2410 | 2025-09-09T22:14:00.326Z | Compiling structmeta v0.3.0 |
| 2411 | 2025-09-09T22:14:00.423Z | Checking serde_spanned v1.0.0 |
| 2412 | 2025-09-09T22:14:00.662Z | Checking toml_datetime v0.7.0 |
| 2413 | 2025-09-09T22:14:00.732Z | Checking hex v0.4.3 |
| 2414 | 2025-09-09T22:14:00.787Z | Checking typify-impl v0.3.0 |
| 2415 | 2025-09-09T22:14:00.877Z | Compiling async-stream-impl v0.3.6 |
| 2416 | 2025-09-09T22:14:01.237Z | Checking wait-timeout v0.2.0 |
| 2417 | 2025-09-09T22:14:01.447Z | Compiling dropshot v0.16.4 |
| 2418 | 2025-09-09T22:14:01.798Z | Checking debug-ignore v1.0.5 |
| 2419 | 2025-09-09T22:14:01.961Z | Checking toml_writer v1.0.2 |
| 2420 | 2025-09-09T22:14:02.059Z | Checking quick-error v1.2.3 |
| 2421 | 2025-09-09T22:14:02.114Z | Checking bit-vec v0.8.0 |
| 2422 | 2025-09-09T22:14:02.229Z | Checking rusty-fork v0.3.0 |
| 2423 | 2025-09-09T22:14:02.327Z | Checking toml v0.9.5 |
| 2424 | 2025-09-09T22:14:02.522Z | Checking bit-set v0.8.0 |
| 2425 | 2025-09-09T22:14:02.522Z | Checking async-stream v0.3.6 |
| 2426 | 2025-09-09T22:14:02.817Z | Compiling derive-ex v0.1.8 |
| 2427 | 2025-09-09T22:14:02.841Z | Checking slog-bunyan v2.5.0 |
| 2428 | 2025-09-09T22:14:03.216Z | Compiling darling_macro v0.20.10 |
| 2429 | 2025-09-09T22:14:03.358Z | Checking rand_xorshift v0.4.0 |
| 2430 | 2025-09-09T22:14:03.381Z | Checking tokio-rustls v0.25.0 |
| 2431 | 2025-09-09T22:14:03.438Z | Checking progenitor-client v0.9.1 |
| 2432 | 2025-09-09T22:14:03.552Z | Checking waitgroup v0.1.2 |
| 2433 | 2025-09-09T22:14:03.624Z | Checking rustls-pemfile v2.2.0 |
| 2434 | 2025-09-09T22:14:03.712Z | Compiling dropshot_endpoint v0.16.4 |
| 2435 | 2025-09-09T22:14:03.762Z | Checking serde_path_to_error v0.1.17 |
| 2436 | 2025-09-09T22:14:03.849Z | Compiling derive-where v1.5.0 |
| 2437 | 2025-09-09T22:14:03.867Z | Checking hostname v0.4.0 |
| 2438 | 2025-09-09T22:14:04.028Z | Checking unarray v0.1.4 |
| 2439 | 2025-09-09T22:14:04.133Z | Compiling darling v0.20.10 |
| 2440 | 2025-09-09T22:14:04.203Z | Checking proptest v1.7.0 |
| 2441 | 2025-09-09T22:14:04.275Z | Compiling serde_with_macros v3.14.0 |
| 2442 | 2025-09-09T22:14:04.378Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2443 | 2025-09-09T22:14:04.600Z | Compiling parse-display-derive v0.10.0 |
| 2444 | 2025-09-09T22:14:05.146Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2445 | 2025-09-09T22:14:05.685Z | Compiling darling_core v0.21.0 |
| 2446 | 2025-09-09T22:14:06.859Z | Checking serde_with v3.14.0 |
| 2447 | 2025-09-09T22:14:06.990Z | Compiling test-strategy v0.4.3 |
| 2448 | 2025-09-09T22:14:07.102Z | Checking progenitor-client v0.10.0 |
| 2449 | 2025-09-09T22:14:07.495Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2450 | 2025-09-09T22:14:08.238Z | Checking instant v0.1.13 |
| 2451 | 2025-09-09T22:14:08.382Z | Checking backoff v0.4.0 |
| 2452 | 2025-09-09T22:14:08.472Z | Checking parse-display v0.10.0 |
| 2453 | 2025-09-09T22:14:08.710Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2454 | 2025-09-09T22:14:08.731Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2455 | 2025-09-09T22:14:08.754Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2456 | 2025-09-09T22:14:08.881Z | Checking iddqd v0.3.9 |
| 2457 | 2025-09-09T22:14:09.085Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2458 | 2025-09-09T22:14:09.497Z | Checking unicode-width v0.1.14 |
| 2459 | 2025-09-09T22:14:09.516Z | Compiling proc-macro-error v1.0.4 |
| 2460 | 2025-09-09T22:14:10.017Z | Compiling itertools v0.14.0 |
| 2461 | 2025-09-09T22:14:10.153Z | Compiling heapless v0.8.0 |
| 2462 | 2025-09-09T22:14:10.204Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2463 | 2025-09-09T22:14:10.501Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2464 | 2025-09-09T22:14:10.580Z | Compiling proc-macro-crate v1.3.1 |
| 2465 | 2025-09-09T22:14:10.634Z | Checking hash32 v0.3.1 |
| 2466 | 2025-09-09T22:14:10.845Z | Compiling smoltcp v0.11.0 |
| 2467 | 2025-09-09T22:14:11.048Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2468 | 2025-09-09T22:14:11.412Z | Compiling typify-impl v0.4.3 |
| 2469 | 2025-09-09T22:14:11.448Z | Compiling num_enum_derive v0.5.11 |
| 2470 | 2025-09-09T22:14:11.503Z | Compiling foreign-types-macros v0.2.3 |
| 2471 | 2025-09-09T22:14:11.806Z | Compiling darling_macro v0.21.0 |
| 2472 | 2025-09-09T22:14:12.141Z | Checking cobs v0.2.3 |
| 2473 | 2025-09-09T22:14:12.164Z | Checking foreign-types-shared v0.3.1 |
| 2474 | 2025-09-09T22:14:12.362Z | Checking postcard v1.0.10 |
| 2475 | 2025-09-09T22:14:12.390Z | Compiling typify-macro v0.3.0 |
| 2476 | 2025-09-09T22:14:12.722Z | Compiling darling v0.21.0 |
| 2477 | 2025-09-09T22:14:12.771Z | Checking foreign-types v0.5.0 |
| 2478 | 2025-09-09T22:14:12.921Z | Checking tabwriter v1.4.0 |
| 2479 | 2025-09-09T22:14:12.941Z | Compiling ingot-macros v0.1.1 |
| 2480 | 2025-09-09T22:14:13.025Z | Compiling typify-impl v0.2.0 |
| 2481 | 2025-09-09T22:14:13.080Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2482 | 2025-09-09T22:14:13.181Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2483 | 2025-09-09T22:14:13.611Z | Checking num_enum v0.5.11 |
| 2484 | 2025-09-09T22:14:13.632Z | Checking cstr-argument v0.1.2 |
| 2485 | 2025-09-09T22:14:13.808Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2486 | 2025-09-09T22:14:13.839Z | Checking pretty-hex v0.2.1 |
| 2487 | 2025-09-09T22:14:13.860Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2488 | 2025-09-09T22:14:14.048Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2489 | 2025-09-09T22:14:14.225Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2490 | 2025-09-09T22:14:14.252Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2491 | 2025-09-09T22:14:14.360Z | Checking colored v2.2.0 |
| 2492 | 2025-09-09T22:14:14.406Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2493 | 2025-09-09T22:14:14.629Z | Checking unicode-width v0.2.0 |
| 2494 | 2025-09-09T22:14:14.828Z | Compiling crucible-workspace-hack v0.1.0 |
| 2495 | 2025-09-09T22:14:15.135Z | Compiling semver v0.1.20 |
| 2496 | 2025-09-09T22:14:15.300Z | Checking console v0.15.10 |
| 2497 | 2025-09-09T22:14:15.321Z | Compiling zone_cfg_derive v0.3.0 |
| 2498 | 2025-09-09T22:14:15.711Z | Compiling rustc_version v0.1.7 |
| 2499 | 2025-09-09T22:14:16.175Z | Checking camino-tempfile v1.4.1 |
| 2500 | 2025-09-09T22:14:16.207Z | Compiling typify v0.3.0 |
| 2501 | 2025-09-09T22:14:16.397Z | Compiling progenitor-impl v0.9.1 |
| 2502 | 2025-09-09T22:14:16.672Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2503 | 2025-09-09T22:14:17.041Z | Checking smf v0.2.3 |
| 2504 | 2025-09-09T22:14:17.507Z | Compiling num-derive v0.4.2 |
| 2505 | 2025-09-09T22:14:18.504Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2506 | 2025-09-09T22:14:18.609Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2507 | 2025-09-09T22:14:18.881Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2508 | 2025-09-09T22:14:18.902Z | Checking zone v0.3.1 |
| 2509 | 2025-09-09T22:14:19.164Z | Compiling newtype_derive v0.1.6 |
| 2510 | 2025-09-09T22:14:19.564Z | Checking num-rational v0.4.2 |
| 2511 | 2025-09-09T22:14:19.697Z | Checking password-hash v0.5.0 |
| 2512 | 2025-09-09T22:14:19.721Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2513 | 2025-09-09T22:14:19.831Z | Checking ingot-types v0.1.2 |
| 2514 | 2025-09-09T22:14:20.166Z | Checking blake2 v0.10.6 |
| 2515 | 2025-09-09T22:14:20.213Z | Checking num-complex v0.4.6 |
| 2516 | 2025-09-09T22:14:20.235Z | Compiling pin-project-internal v1.1.6 |
| 2517 | 2025-09-09T22:14:20.628Z | Checking ingot v0.1.1 |
| 2518 | 2025-09-09T22:14:20.649Z | Compiling cancel-safe-futures v0.1.5 |
| 2519 | 2025-09-09T22:14:21.034Z | Compiling owo-colors v4.2.2 |
| 2520 | 2025-09-09T22:14:21.089Z | Checking num v0.4.3 |
| 2521 | 2025-09-09T22:14:21.246Z | Checking argon2 v0.5.3 |
| 2522 | 2025-09-09T22:14:21.842Z | Checking atomicwrites v0.4.4 |
| 2523 | 2025-09-09T22:14:21.934Z | Checking newline-converter v0.3.0 |
| 2524 | 2025-09-09T22:14:22.028Z | Compiling snafu-derive v0.8.5 |
| 2525 | 2025-09-09T22:14:22.062Z | Checking pem v3.0.5 |
| 2526 | 2025-09-09T22:14:22.115Z | Checking libsw-core v0.3.1 |
| 2527 | 2025-09-09T22:14:22.365Z | Compiling lzma-sys v0.1.20 |
| 2528 | 2025-09-09T22:14:22.384Z | Checking secrecy v0.10.3 |
| 2529 | 2025-09-09T22:14:22.578Z | Checking csv-core v0.1.11 |
| 2530 | 2025-09-09T22:14:22.903Z | Checking float-ord v0.3.2 |
| 2531 | 2025-09-09T22:14:22.907Z | Checking pin-project v1.1.6 |
| 2532 | 2025-09-09T22:14:22.907Z | Compiling typify-macro v0.4.3 |
| 2533 | 2025-09-09T22:14:22.961Z | Compiling progenitor-macro v0.9.1 |
| 2534 | 2025-09-09T22:14:23.081Z | Checking bytecount v0.6.8 |
| 2535 | 2025-09-09T22:14:23.104Z | Checking utf-8 v0.7.6 |
| 2536 | 2025-09-09T22:14:23.107Z | Checking arc-swap v1.7.1 |
| 2537 | 2025-09-09T22:14:23.258Z | Compiling convert_case v0.4.0 |
| 2538 | 2025-09-09T22:14:23.363Z | Checking same-file v1.0.6 |
| 2539 | 2025-09-09T22:14:23.535Z | Checking indent_write v2.2.0 |
| 2540 | 2025-09-09T22:14:23.565Z | Checking fixedbitset v0.5.7 |
| 2541 | 2025-09-09T22:14:23.772Z | Checking walkdir v2.5.0 |
| 2542 | 2025-09-09T22:14:23.959Z | Checking petgraph v0.8.2 |
| 2543 | 2025-09-09T22:14:24.032Z | Compiling typify-macro v0.2.0 |
| 2544 | 2025-09-09T22:14:24.060Z | Checking slog-scope v4.4.0 |
| 2545 | 2025-09-09T22:14:24.064Z | Compiling derive_more v0.99.20 |
| 2546 | 2025-09-09T22:14:24.064Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2547 | 2025-09-09T22:14:24.290Z | Checking tungstenite v0.21.0 |
| 2548 | 2025-09-09T22:14:25.243Z | Checking papergrid v0.11.0 |
| 2549 | 2025-09-09T22:14:26.629Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2550 | 2025-09-09T22:14:26.682Z | Checking csv v1.3.1 |
| 2551 | 2025-09-09T22:14:26.810Z | Checking snafu v0.8.5 |
| 2552 | 2025-09-09T22:14:26.853Z | Compiling typify v0.4.3 |
| 2553 | 2025-09-09T22:14:27.036Z | Compiling progenitor-impl v0.10.0 |
| 2554 | 2025-09-09T22:14:27.316Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2555 | 2025-09-09T22:14:27.501Z | Checking libsw v3.5.0 |
| 2556 | 2025-09-09T22:14:27.689Z | Checking expectorate v1.2.0 |
| 2557 | 2025-09-09T22:14:27.957Z | Compiling typify v0.2.0 |
| 2558 | 2025-09-09T22:14:28.152Z | Compiling progenitor-impl v0.8.0 |
| 2559 | 2025-09-09T22:14:28.372Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2560 | 2025-09-09T22:14:28.746Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2561 | 2025-09-09T22:14:29.360Z | Compiling tabled_derive v0.7.0 |
| 2562 | 2025-09-09T22:14:29.434Z | Checking globset v0.4.15 |
| 2563 | 2025-09-09T22:14:29.662Z | Checking olpc-cjson v0.1.4 |
| 2564 | 2025-09-09T22:14:29.911Z | Compiling heck v0.3.3 |
| 2565 | 2025-09-09T22:14:29.950Z | Checking progenitor-client v0.8.0 |
| 2566 | 2025-09-09T22:14:30.256Z | Checking serde_plain v1.0.2 |
| 2567 | 2025-09-09T22:14:30.327Z | Compiling async-recursion v1.1.1 |
| 2568 | 2025-09-09T22:14:30.514Z | Checking typed-path v0.9.3 |
| 2569 | 2025-09-09T22:14:30.578Z | Checking linear-map v1.2.0 |
| 2570 | 2025-09-09T22:14:30.638Z | Checking unicode-linebreak v0.1.5 |
| 2571 | 2025-09-09T22:14:30.932Z | Checking swrite v0.1.0 |
| 2572 | 2025-09-09T22:14:31.074Z | Checking highway v1.3.0 |
| 2573 | 2025-09-09T22:14:31.094Z | Checking smawk v0.3.2 |
| 2574 | 2025-09-09T22:14:31.340Z | Checking textwrap v0.16.2 |
| 2575 | 2025-09-09T22:14:31.532Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2576 | 2025-09-09T22:14:31.556Z | Checking tabled v0.15.0 |
| 2577 | 2025-09-09T22:14:31.772Z | Compiling zone_cfg_derive v0.1.2 |
| 2578 | 2025-09-09T22:14:31.802Z | Checking steno v0.4.1 |
| 2579 | 2025-09-09T22:14:32.456Z | Checking tough v0.20.0 |
| 2580 | 2025-09-09T22:14:33.348Z | Checking tokio-tungstenite v0.21.0 |
| 2581 | 2025-09-09T22:14:33.563Z | Compiling progenitor-macro v0.10.0 |
| 2582 | 2025-09-09T22:14:33.884Z | Checking slog-stdlog v4.1.1 |
| 2583 | 2025-09-09T22:14:34.024Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2584 | 2025-09-09T22:14:34.074Z | Checking number_prefix v0.4.0 |
| 2585 | 2025-09-09T22:14:34.281Z | Checking humantime v2.2.0 |
| 2586 | 2025-09-09T22:14:34.300Z | Checking base64 v0.21.7 |
| 2587 | 2025-09-09T22:14:34.334Z | Checking base64 v0.13.1 |
| 2588 | 2025-09-09T22:14:34.463Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2589 | 2025-09-09T22:14:34.595Z | Checking indicatif v0.17.11 |
| 2590 | 2025-09-09T22:14:34.771Z | Checking ron v0.7.1 |
| 2591 | 2025-09-09T22:14:34.794Z | Compiling progenitor-macro v0.8.0 |
| 2592 | 2025-09-09T22:14:34.819Z | Checking slog-envlogger v2.2.0 |
| 2593 | 2025-09-09T22:14:34.984Z | Checking xz2 v0.1.7 |
| 2594 | 2025-09-09T22:14:35.065Z | Checking zone v0.1.8 |
| 2595 | 2025-09-09T22:14:35.305Z | Checking toml v0.8.23 |
| 2596 | 2025-09-09T22:14:35.326Z | Checking tokio-dtrace v0.1.0 |
| 2597 | 2025-09-09T22:14:35.632Z | Checking xattr v1.3.1 |
| 2598 | 2025-09-09T22:14:35.769Z | Checking yasna v0.5.2 |
| 2599 | 2025-09-09T22:14:35.869Z | Checking headers-core v0.3.0 |
| 2600 | 2025-09-09T22:14:35.914Z | Checking filetime v0.2.25 |
| 2601 | 2025-09-09T22:14:35.970Z | Checking progenitor v0.9.1 |
| 2602 | 2025-09-09T22:14:35.991Z | Checking oxide-tokio-rt v0.1.2 |
| 2603 | 2025-09-09T22:14:36.040Z | Checking headers v0.4.1 |
| 2604 | 2025-09-09T22:14:36.127Z | Checking tar v0.4.44 |
| 2605 | 2025-09-09T22:14:36.211Z | Checking subprocess v0.2.9 |
| 2606 | 2025-09-09T22:14:36.231Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2607 | 2025-09-09T22:14:36.604Z | Checking rcgen v0.12.1 |
| 2608 | 2025-09-09T22:14:40.502Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2609 | 2025-09-09T22:14:40.902Z | Checking progenitor v0.10.0 |
| 2610 | 2025-09-09T22:14:40.983Z | Checking progenitor v0.8.0 |
| 2611 | 2025-09-09T22:14:41.140Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2612 | 2025-09-09T22:14:43.638Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2613 | 2025-09-09T22:14:46.991Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2614 | 2025-09-09T22:14:46.995Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2615 | 2025-09-09T22:14:46.995Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2616 | 2025-09-09T22:14:46.995Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2617 | 2025-09-09T22:14:46.995Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2618 | 2025-09-09T22:14:49.197Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2619 | 2025-09-09T22:14:49.219Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2620 | 2025-09-09T22:14:49.276Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2621 | 2025-09-09T22:14:49.813Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2622 | 2025-09-09T22:14:52.169Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2623 | 2025-09-09T22:15:07.025Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2624 | 2025-09-09T22:15:08.772Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2625 | 2025-09-09T22:15:10.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 2626 | 2025-09-09T22:15:10.600Z | |
| 2627 | 2025-09-09T22:15:10.600Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227) |
| 2628 | 2025-09-09T22:15:11.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2025-09-09T22:15:11.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2025-09-09T22:15:11.480Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2631 | 2025-09-09T22:15:13.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
| 2632 | 2025-09-09T22:15:13.458Z | |
| 2633 | 2025-09-09T22:15:13.458Z | info: running `cargo check --bins` on nexus-config (52/227) |
| 2634 | 2025-09-09T22:15:14.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2025-09-09T22:15:14.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2025-09-09T22:15:14.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2025-09-09T22:15:14.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2638 | 2025-09-09T22:15:14.286Z | |
| 2639 | 2025-09-09T22:15:14.286Z | info: running `cargo check --bins` on nexus-types (53/227) |
| 2640 | 2025-09-09T22:15:15.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2025-09-09T22:15:15.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2025-09-09T22:15:15.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2025-09-09T22:15:15.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2644 | 2025-09-09T22:15:15.115Z | |
| 2645 | 2025-09-09T22:15:15.115Z | info: running `cargo check --bins` on clickhouse-admin-types (54/227) |
| 2646 | 2025-09-09T22:15:15.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2025-09-09T22:15:15.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2025-09-09T22:15:15.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2025-09-09T22:15:15.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2650 | 2025-09-09T22:15:15.901Z | |
| 2651 | 2025-09-09T22:15:15.901Z | info: running `cargo check --bins` on cockroach-admin-types (55/227) |
| 2652 | 2025-09-09T22:15:16.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2025-09-09T22:15:16.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2025-09-09T22:15:16.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2025-09-09T22:15:16.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2656 | 2025-09-09T22:15:16.687Z | |
| 2657 | 2025-09-09T22:15:16.687Z | info: running `cargo check --bins` on gateway-client (56/227) |
| 2658 | 2025-09-09T22:15:17.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2025-09-09T22:15:17.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2025-09-09T22:15:17.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2025-09-09T22:15:17.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2662 | 2025-09-09T22:15:17.476Z | |
| 2663 | 2025-09-09T22:15:17.476Z | info: running `cargo check --bins` on ereport-types (57/227) |
| 2664 | 2025-09-09T22:15:18.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-09-09T22:15:18.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-09-09T22:15:18.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2025-09-09T22:15:18.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2668 | 2025-09-09T22:15:18.253Z | |
| 2669 | 2025-09-09T22:15:18.253Z | info: running `cargo check --bins` on gateway-types (58/227) |
| 2670 | 2025-09-09T22:15:19.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2025-09-09T22:15:19.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2025-09-09T22:15:19.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2025-09-09T22:15:19.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2674 | 2025-09-09T22:15:19.236Z | |
| 2675 | 2025-09-09T22:15:19.236Z | info: running `cargo check --bins` on internal-dns-types (59/227) |
| 2676 | 2025-09-09T22:15:19.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2025-09-09T22:15:19.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2025-09-09T22:15:19.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2679 | 2025-09-09T22:15:19.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2680 | 2025-09-09T22:15:19.832Z | |
| 2681 | 2025-09-09T22:15:19.833Z | info: running `cargo check --bins` on nexus-sled-agent-shared (60/227) |
| 2682 | 2025-09-09T22:15:20.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2683 | 2025-09-09T22:15:20.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2684 | 2025-09-09T22:15:20.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2685 | 2025-09-09T22:15:20.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2686 | 2025-09-09T22:15:20.626Z | |
| 2687 | 2025-09-09T22:15:20.626Z | info: running `cargo check --bins` on omicron-passwords (61/227) |
| 2688 | 2025-09-09T22:15:21.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2689 | 2025-09-09T22:15:21.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2690 | 2025-09-09T22:15:21.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2691 | 2025-09-09T22:15:21.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2692 | 2025-09-09T22:15:21.383Z | |
| 2693 | 2025-09-09T22:15:21.383Z | info: running `cargo check --bins` on oxql-types (62/227) |
| 2694 | 2025-09-09T22:15:22.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2695 | 2025-09-09T22:15:22.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2696 | 2025-09-09T22:15:22.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2697 | 2025-09-09T22:15:22.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2698 | 2025-09-09T22:15:22.166Z | |
| 2699 | 2025-09-09T22:15:22.166Z | info: running `cargo check --bins` on oximeter-types (63/227) |
| 2700 | 2025-09-09T22:15:22.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2701 | 2025-09-09T22:15:22.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2702 | 2025-09-09T22:15:22.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2703 | 2025-09-09T22:15:22.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2704 | 2025-09-09T22:15:22.956Z | |
| 2705 | 2025-09-09T22:15:22.956Z | info: running `cargo check --bins` on oximeter-macro-impl (64/227) |
| 2706 | 2025-09-09T22:15:23.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2707 | 2025-09-09T22:15:23.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2708 | 2025-09-09T22:15:23.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2709 | 2025-09-09T22:15:23.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2710 | 2025-09-09T22:15:23.705Z | |
| 2711 | 2025-09-09T22:15:23.705Z | info: running `cargo check --bins` on update-engine (65/227) |
| 2712 | 2025-09-09T22:15:24.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2713 | 2025-09-09T22:15:24.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2714 | 2025-09-09T22:15:24.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2715 | 2025-09-09T22:15:24.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2716 | 2025-09-09T22:15:24.477Z | |
| 2717 | 2025-09-09T22:15:24.477Z | info: running `cargo check --bins` on omicron-rpaths (66/227) |
| 2718 | 2025-09-09T22:15:25.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2719 | 2025-09-09T22:15:25.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2720 | 2025-09-09T22:15:25.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2721 | 2025-09-09T22:15:25.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2722 | 2025-09-09T22:15:25.235Z | |
| 2723 | 2025-09-09T22:15:25.235Z | info: running `cargo check --bins` on omicron-certificates (67/227) |
| 2724 | 2025-09-09T22:15:25.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2725 | 2025-09-09T22:15:25.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2726 | 2025-09-09T22:15:25.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2727 | 2025-09-09T22:15:25.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2728 | 2025-09-09T22:15:26.030Z | |
| 2729 | 2025-09-09T22:15:26.030Z | info: running `cargo check --bins` on omicron-clickhouse-admin (68/227) |
| 2730 | 2025-09-09T22:15:26.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2025-09-09T22:15:26.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2025-09-09T22:15:26.920Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2733 | 2025-09-09T22:15:26.924Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2734 | 2025-09-09T22:15:27.063Z | Compiling tempfile v3.20.0 |
| 2735 | 2025-09-09T22:15:27.076Z | Compiling wait-timeout v0.2.0 |
| 2736 | 2025-09-09T22:15:27.080Z | Compiling quick-error v1.2.3 |
| 2737 | 2025-09-09T22:15:27.080Z | Compiling bit-vec v0.8.0 |
| 2738 | 2025-09-09T22:15:27.080Z | Compiling match_cfg v0.1.0 |
| 2739 | 2025-09-09T22:15:27.088Z | Compiling rustls v0.22.4 |
| 2740 | 2025-09-09T22:15:27.184Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2741 | 2025-09-09T22:15:27.274Z | Compiling hostname v0.3.1 |
| 2742 | 2025-09-09T22:15:27.296Z | Compiling progenitor-client v0.9.1 |
| 2743 | 2025-09-09T22:15:27.489Z | Compiling rusty-fork v0.3.0 |
| 2744 | 2025-09-09T22:15:27.529Z | Compiling toml_parser v1.0.2 |
| 2745 | 2025-09-09T22:15:27.552Z | Compiling bit-set v0.8.0 |
| 2746 | 2025-09-09T22:15:27.619Z | Compiling slog-json v2.6.1 |
| 2747 | 2025-09-09T22:15:27.723Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2748 | 2025-09-09T22:15:27.764Z | Compiling rand_xorshift v0.4.0 |
| 2749 | 2025-09-09T22:15:27.799Z | Compiling toml_datetime v0.7.0 |
| 2750 | 2025-09-09T22:15:27.842Z | Compiling serde_spanned v1.0.0 |
| 2751 | 2025-09-09T22:15:27.975Z | Compiling hex v0.4.3 |
| 2752 | 2025-09-09T22:15:28.041Z | Compiling unarray v0.1.4 |
| 2753 | 2025-09-09T22:15:28.100Z | Compiling toml_writer v1.0.2 |
| 2754 | 2025-09-09T22:15:28.122Z | Compiling slog-bunyan v2.5.0 |
| 2755 | 2025-09-09T22:15:28.233Z | Compiling proptest v1.7.0 |
| 2756 | 2025-09-09T22:15:28.352Z | Compiling progenitor v0.9.1 |
| 2757 | 2025-09-09T22:15:28.382Z | Compiling async-stream v0.3.6 |
| 2758 | 2025-09-09T22:15:28.530Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2759 | 2025-09-09T22:15:28.551Z | Compiling toml v0.9.5 |
| 2760 | 2025-09-09T22:15:28.586Z | Compiling multer v3.1.0 |
| 2761 | 2025-09-09T22:15:28.661Z | Compiling ref-cast v1.0.24 |
| 2762 | 2025-09-09T22:15:28.718Z | Compiling waitgroup v0.1.2 |
| 2763 | 2025-09-09T22:15:28.834Z | Compiling rustls-pemfile v2.2.0 |
| 2764 | 2025-09-09T22:15:28.944Z | Compiling serde_path_to_error v0.1.17 |
| 2765 | 2025-09-09T22:15:29.014Z | Compiling hostname v0.4.0 |
| 2766 | 2025-09-09T22:15:29.148Z | Compiling instant v0.1.13 |
| 2767 | 2025-09-09T22:15:29.246Z | Compiling debug-ignore v1.0.5 |
| 2768 | 2025-09-09T22:15:29.333Z | Compiling backoff v0.4.0 |
| 2769 | 2025-09-09T22:15:29.431Z | Compiling iddqd v0.3.9 |
| 2770 | 2025-09-09T22:15:29.544Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2771 | 2025-09-09T22:15:29.702Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2772 | 2025-09-09T22:15:29.723Z | Compiling serde_with v3.14.0 |
| 2773 | 2025-09-09T22:15:29.910Z | Compiling parse-display v0.10.0 |
| 2774 | 2025-09-09T22:15:30.910Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2775 | 2025-09-09T22:15:31.634Z | Compiling tokio-rustls v0.25.0 |
| 2776 | 2025-09-09T22:15:31.655Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2777 | 2025-09-09T22:15:31.681Z | Compiling progenitor-client v0.10.0 |
| 2778 | 2025-09-09T22:15:32.060Z | Compiling dropshot v0.16.4 |
| 2779 | 2025-09-09T22:15:32.226Z | Compiling num-rational v0.4.2 |
| 2780 | 2025-09-09T22:15:32.790Z | Compiling num-complex v0.4.6 |
| 2781 | 2025-09-09T22:15:33.730Z | Compiling macaddr v1.0.1 |
| 2782 | 2025-09-09T22:15:33.751Z | Compiling num v0.4.3 |
| 2783 | 2025-09-09T22:15:33.787Z | Compiling float-ord v0.3.2 |
| 2784 | 2025-09-09T22:15:33.884Z | Compiling toml v0.8.23 |
| 2785 | 2025-09-09T22:15:33.986Z | Checking linked-hash-map v0.5.6 |
| 2786 | 2025-09-09T22:15:34.161Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2787 | 2025-09-09T22:15:34.327Z | Checking siphasher v1.0.1 |
| 2788 | 2025-09-09T22:15:34.685Z | Checking phf_shared v0.12.1 |
| 2789 | 2025-09-09T22:15:34.977Z | Checking lru-cache v0.1.2 |
| 2790 | 2025-09-09T22:15:35.198Z | Checking resolv-conf v0.7.0 |
| 2791 | 2025-09-09T22:15:35.352Z | Checking hickory-proto v0.24.4 |
| 2792 | 2025-09-09T22:15:35.374Z | Checking prettyplease v0.2.36 |
| 2793 | 2025-09-09T22:15:35.465Z | Compiling slog-dtrace v0.3.0 |
| 2794 | 2025-09-09T22:15:35.574Z | Compiling chrono-tz v0.10.4 |
| 2795 | 2025-09-09T22:15:35.880Z | Checking phf v0.12.1 |
| 2796 | 2025-09-09T22:15:35.931Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2797 | 2025-09-09T22:15:36.172Z | Compiling const_format_proc_macros v0.2.34 |
| 2798 | 2025-09-09T22:15:36.573Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2799 | 2025-09-09T22:15:37.026Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2800 | 2025-09-09T22:15:37.798Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2801 | 2025-09-09T22:15:38.073Z | Checking const_format v0.2.34 |
| 2802 | 2025-09-09T22:15:38.481Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2803 | 2025-09-09T22:15:38.539Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2804 | 2025-09-09T22:15:38.905Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2805 | 2025-09-09T22:15:39.125Z | Checking gethostname v0.5.0 |
| 2806 | 2025-09-09T22:15:39.288Z | Checking bcs v0.1.6 |
| 2807 | 2025-09-09T22:15:39.445Z | Checking hickory-resolver v0.24.4 |
| 2808 | 2025-09-09T22:15:39.808Z | Checking nanorand v0.7.0 |
| 2809 | 2025-09-09T22:15:40.210Z | Checking termtree v0.5.1 |
| 2810 | 2025-09-09T22:15:40.455Z | Checking flume v0.11.1 |
| 2811 | 2025-09-09T22:15:40.963Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2812 | 2025-09-09T22:15:41.101Z | Checking qorb v0.4.1 |
| 2813 | 2025-09-09T22:15:41.125Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2814 | 2025-09-09T22:15:41.810Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2815 | 2025-09-09T22:15:41.813Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2816 | 2025-09-09T22:15:51.644Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2817 | 2025-09-09T22:15:55.188Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2818 | 2025-09-09T22:15:57.815Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2819 | 2025-09-09T22:15:59.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.12s |
| 2820 | 2025-09-09T22:15:59.370Z | |
| 2821 | 2025-09-09T22:15:59.370Z | info: running `cargo check --bins` on clickhouse-admin-api (69/227) |
| 2822 | 2025-09-09T22:16:00.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2025-09-09T22:16:00.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2025-09-09T22:16:00.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2025-09-09T22:16:00.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2826 | 2025-09-09T22:16:00.209Z | |
| 2827 | 2025-09-09T22:16:00.209Z | info: running `cargo check --bins` on openapi-manager-types (70/227) |
| 2828 | 2025-09-09T22:16:00.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2025-09-09T22:16:00.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2025-09-09T22:16:00.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2025-09-09T22:16:00.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2832 | 2025-09-09T22:16:00.975Z | |
| 2833 | 2025-09-09T22:16:00.975Z | info: running `cargo check --bins --no-default-features` on oximeter-db (71/227) |
| 2834 | 2025-09-09T22:16:01.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2025-09-09T22:16:01.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2025-09-09T22:16:01.786Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2025-09-09T22:16:02.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 2838 | 2025-09-09T22:16:02.681Z | |
| 2839 | 2025-09-09T22:16:02.681Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (72/227) |
| 2840 | 2025-09-09T22:16:03.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2025-09-09T22:16:03.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2025-09-09T22:16:03.511Z | Compiling cfg_aliases v0.1.1 |
| 2843 | 2025-09-09T22:16:03.514Z | Compiling convert_case v0.7.1 |
| 2844 | 2025-09-09T22:16:03.514Z | Compiling vte_generate_state_changes v0.1.2 |
| 2845 | 2025-09-09T22:16:03.632Z | Checking fd-lock v4.0.2 |
| 2846 | 2025-09-09T22:16:03.635Z | Checking nibble_vec v0.1.0 |
| 2847 | 2025-09-09T22:16:03.646Z | Checking endian-type v0.1.2 |
| 2848 | 2025-09-09T22:16:03.696Z | Compiling peg-macros v0.8.5 |
| 2849 | 2025-09-09T22:16:03.698Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2850 | 2025-09-09T22:16:03.729Z | Compiling nix v0.28.0 |
| 2851 | 2025-09-09T22:16:03.834Z | Compiling sqlparser_derive v0.2.2 |
| 2852 | 2025-09-09T22:16:03.866Z | Checking unicode_categories v0.1.1 |
| 2853 | 2025-09-09T22:16:03.892Z | Checking radix_trie v0.2.1 |
| 2854 | 2025-09-09T22:16:04.170Z | Checking home v0.5.9 |
| 2855 | 2025-09-09T22:16:04.221Z | Checking vte v0.11.1 |
| 2856 | 2025-09-09T22:16:04.304Z | Checking nu-ansi-term v0.50.1 |
| 2857 | 2025-09-09T22:16:04.342Z | Checking sqlformat v0.3.5 |
| 2858 | 2025-09-09T22:16:04.411Z | Compiling derive_more-impl v2.0.1 |
| 2859 | 2025-09-09T22:16:04.710Z | Checking display-error-chain v0.2.2 |
| 2860 | 2025-09-09T22:16:04.848Z | Checking sqlparser v0.45.0 |
| 2861 | 2025-09-09T22:16:05.508Z | Checking strip-ansi-escapes v0.2.0 |
| 2862 | 2025-09-09T22:16:05.661Z | Checking reedline v0.40.0 |
| 2863 | 2025-09-09T22:16:05.730Z | Checking derive_more v2.0.1 |
| 2864 | 2025-09-09T22:16:05.848Z | Checking crossterm v0.29.0 |
| 2865 | 2025-09-09T22:16:05.949Z | Checking peg v0.8.5 |
| 2866 | 2025-09-09T22:16:06.584Z | Checking rustyline v14.0.0 |
| 2867 | 2025-09-09T22:16:15.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s |
| 2868 | 2025-09-09T22:16:15.367Z | |
| 2869 | 2025-09-09T22:16:15.367Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (73/227) |
| 2870 | 2025-09-09T22:16:16.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2025-09-09T22:16:16.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2025-09-09T22:16:16.194Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2873 | 2025-09-09T22:16:21.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
| 2874 | 2025-09-09T22:16:21.644Z | |
| 2875 | 2025-09-09T22:16:21.644Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (74/227) |
| 2876 | 2025-09-09T22:16:22.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2025-09-09T22:16:22.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2025-09-09T22:16:22.469Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2879 | 2025-09-09T22:16:26.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
| 2880 | 2025-09-09T22:16:26.363Z | |
| 2881 | 2025-09-09T22:16:26.363Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (75/227) |
| 2882 | 2025-09-09T22:16:27.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2025-09-09T22:16:27.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2025-09-09T22:16:27.179Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2885 | 2025-09-09T22:16:32.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
| 2886 | 2025-09-09T22:16:32.404Z | |
| 2887 | 2025-09-09T22:16:32.404Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (76/227) |
| 2888 | 2025-09-09T22:16:33.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2025-09-09T22:16:33.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2025-09-09T22:16:33.234Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2891 | 2025-09-09T22:16:38.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
| 2892 | 2025-09-09T22:16:38.479Z | |
| 2893 | 2025-09-09T22:16:38.479Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (77/227) |
| 2894 | 2025-09-09T22:16:39.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2025-09-09T22:16:39.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2025-09-09T22:16:39.309Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2897 | 2025-09-09T22:16:43.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 2898 | 2025-09-09T22:16:43.416Z | |
| 2899 | 2025-09-09T22:16:43.417Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (78/227) |
| 2900 | 2025-09-09T22:16:44.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2025-09-09T22:16:44.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2025-09-09T22:16:44.240Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2903 | 2025-09-09T22:16:48.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
| 2904 | 2025-09-09T22:16:48.360Z | |
| 2905 | 2025-09-09T22:16:48.360Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (79/227) |
| 2906 | 2025-09-09T22:16:49.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2025-09-09T22:16:49.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2025-09-09T22:16:49.179Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2909 | 2025-09-09T22:16:54.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
| 2910 | 2025-09-09T22:16:54.593Z | |
| 2911 | 2025-09-09T22:16:54.593Z | info: running `cargo check --bins` on oximeter (80/227) |
| 2912 | 2025-09-09T22:16:55.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2025-09-09T22:16:55.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2025-09-09T22:16:55.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2025-09-09T22:16:55.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2916 | 2025-09-09T22:16:55.383Z | |
| 2917 | 2025-09-09T22:16:55.383Z | info: running `cargo check --bins` on oximeter-schema (81/227) |
| 2918 | 2025-09-09T22:16:56.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2025-09-09T22:16:56.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2025-09-09T22:16:56.167Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2921 | 2025-09-09T22:16:57.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 2922 | 2025-09-09T22:16:57.478Z | |
| 2923 | 2025-09-09T22:16:57.479Z | info: running `cargo check --bins` on oximeter-timeseries-macro (82/227) |
| 2924 | 2025-09-09T22:16:58.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2025-09-09T22:16:58.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2025-09-09T22:16:58.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2025-09-09T22:16:58.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2928 | 2025-09-09T22:16:58.262Z | |
| 2929 | 2025-09-09T22:16:58.262Z | info: running `cargo check --bins` on oximeter-test-utils (83/227) |
| 2930 | 2025-09-09T22:16:59.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2025-09-09T22:16:59.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2025-09-09T22:16:59.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2025-09-09T22:16:59.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2934 | 2025-09-09T22:16:59.112Z | |
| 2935 | 2025-09-09T22:16:59.112Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (84/227) |
| 2936 | 2025-09-09T22:16:59.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2025-09-09T22:16:59.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2025-09-09T22:16:59.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2025-09-09T22:16:59.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2940 | 2025-09-09T22:16:59.917Z | |
| 2941 | 2025-09-09T22:16:59.917Z | info: running `cargo check --bins` on bootstrap-agent-client (85/227) |
| 2942 | 2025-09-09T22:17:00.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2025-09-09T22:17:00.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2025-09-09T22:17:00.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2945 | 2025-09-09T22:17:00.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2946 | 2025-09-09T22:17:00.723Z | |
| 2947 | 2025-09-09T22:17:00.723Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (86/227) |
| 2948 | 2025-09-09T22:17:01.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2025-09-09T22:17:01.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2025-09-09T22:17:01.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2951 | 2025-09-09T22:17:01.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2952 | 2025-09-09T22:17:01.517Z | |
| 2953 | 2025-09-09T22:17:01.517Z | info: running `cargo check --bins` on clickhouse-admin-server-client (87/227) |
| 2954 | 2025-09-09T22:17:02.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2025-09-09T22:17:02.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2025-09-09T22:17:02.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2957 | 2025-09-09T22:17:02.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2958 | 2025-09-09T22:17:02.307Z | |
| 2959 | 2025-09-09T22:17:02.307Z | info: running `cargo check --bins` on clickhouse-admin-single-client (88/227) |
| 2960 | 2025-09-09T22:17:03.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2025-09-09T22:17:03.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2025-09-09T22:17:03.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2963 | 2025-09-09T22:17:03.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2964 | 2025-09-09T22:17:03.100Z | |
| 2965 | 2025-09-09T22:17:03.100Z | info: running `cargo check --bins` on cockroach-admin-client (89/227) |
| 2966 | 2025-09-09T22:17:03.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2025-09-09T22:17:03.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2025-09-09T22:17:03.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2969 | 2025-09-09T22:17:03.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2970 | 2025-09-09T22:17:03.859Z | |
| 2971 | 2025-09-09T22:17:03.859Z | info: running `cargo check --bins` on omicron-ddm-admin-client (90/227) |
| 2972 | 2025-09-09T22:17:04.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2025-09-09T22:17:04.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2025-09-09T22:17:04.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2975 | 2025-09-09T22:17:04.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2976 | 2025-09-09T22:17:04.663Z | |
| 2977 | 2025-09-09T22:17:04.663Z | info: running `cargo check --bins` on dns-service-client (91/227) |
| 2978 | 2025-09-09T22:17:05.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2025-09-09T22:17:05.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2025-09-09T22:17:05.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2981 | 2025-09-09T22:17:05.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2982 | 2025-09-09T22:17:05.453Z | |
| 2983 | 2025-09-09T22:17:05.453Z | info: running `cargo check --bins` on installinator-client (92/227) |
| 2984 | 2025-09-09T22:17:06.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2025-09-09T22:17:06.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2025-09-09T22:17:06.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2987 | 2025-09-09T22:17:06.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2988 | 2025-09-09T22:17:06.256Z | |
| 2989 | 2025-09-09T22:17:06.256Z | info: running `cargo check --bins` on installinator-common (93/227) |
| 2990 | 2025-09-09T22:17:06.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2025-09-09T22:17:06.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2025-09-09T22:17:06.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2993 | 2025-09-09T22:17:06.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2994 | 2025-09-09T22:17:07.060Z | |
| 2995 | 2025-09-09T22:17:07.061Z | info: running `cargo check --bins` on nexus-client (94/227) |
| 2996 | 2025-09-09T22:17:07.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2025-09-09T22:17:07.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2025-09-09T22:17:07.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2999 | 2025-09-09T22:17:07.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3000 | 2025-09-09T22:17:07.885Z | |
| 3001 | 2025-09-09T22:17:07.885Z | info: running `cargo check --bins` on ntp-admin-client (95/227) |
| 3002 | 2025-09-09T22:17:08.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2025-09-09T22:17:08.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2025-09-09T22:17:08.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2025-09-09T22:17:08.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3006 | 2025-09-09T22:17:08.647Z | |
| 3007 | 2025-09-09T22:17:08.647Z | info: running `cargo check --bins` on oxide-client (96/227) |
| 3008 | 2025-09-09T22:17:09.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2025-09-09T22:17:09.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2025-09-09T22:17:09.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3011 | 2025-09-09T22:17:09.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3012 | 2025-09-09T22:17:09.403Z | |
| 3013 | 2025-09-09T22:17:09.403Z | info: running `cargo check --bins` on oximeter-client (97/227) |
| 3014 | 2025-09-09T22:17:10.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2025-09-09T22:17:10.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2025-09-09T22:17:10.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2025-09-09T22:17:10.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3018 | 2025-09-09T22:17:10.190Z | |
| 3019 | 2025-09-09T22:17:10.190Z | info: running `cargo check --bins` on repo-depot-client (98/227) |
| 3020 | 2025-09-09T22:17:10.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2025-09-09T22:17:10.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2025-09-09T22:17:10.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2025-09-09T22:17:10.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3024 | 2025-09-09T22:17:10.944Z | |
| 3025 | 2025-09-09T22:17:10.944Z | info: running `cargo check --bins` on sled-agent-client (99/227) |
| 3026 | 2025-09-09T22:17:11.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2025-09-09T22:17:11.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2025-09-09T22:17:11.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2025-09-09T22:17:11.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3030 | 2025-09-09T22:17:11.766Z | |
| 3031 | 2025-09-09T22:17:11.766Z | info: running `cargo check --bins` on sled-agent-types (100/227) |
| 3032 | 2025-09-09T22:17:12.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2025-09-09T22:17:12.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2025-09-09T22:17:12.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2025-09-09T22:17:12.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3036 | 2025-09-09T22:17:12.589Z | |
| 3037 | 2025-09-09T22:17:12.589Z | info: running `cargo check --bins` on wicketd-client (101/227) |
| 3038 | 2025-09-09T22:17:13.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2025-09-09T22:17:13.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2025-09-09T22:17:13.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2025-09-09T22:17:13.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3042 | 2025-09-09T22:17:13.417Z | |
| 3043 | 2025-09-09T22:17:13.417Z | info: running `cargo check --bins` on wicket-common (102/227) |
| 3044 | 2025-09-09T22:17:14.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2025-09-09T22:17:14.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2025-09-09T22:17:14.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2025-09-09T22:17:14.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3048 | 2025-09-09T22:17:14.230Z | |
| 3049 | 2025-09-09T22:17:14.230Z | info: running `cargo check --bins` on omicron-cockroach-admin (103/227) |
| 3050 | 2025-09-09T22:17:14.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2025-09-09T22:17:14.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2025-09-09T22:17:15.059Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3053 | 2025-09-09T22:17:15.059Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3054 | 2025-09-09T22:17:15.062Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3055 | 2025-09-09T22:17:15.312Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3056 | 2025-09-09T22:17:15.355Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3057 | 2025-09-09T22:17:16.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
| 3058 | 2025-09-09T22:17:17.071Z | |
| 3059 | 2025-09-09T22:17:17.071Z | info: running `cargo check --bins` on cockroach-admin-api (104/227) |
| 3060 | 2025-09-09T22:17:17.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2025-09-09T22:17:17.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2025-09-09T22:17:17.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2025-09-09T22:17:17.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3064 | 2025-09-09T22:17:17.862Z | |
| 3065 | 2025-09-09T22:17:17.862Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227) |
| 3066 | 2025-09-09T22:17:18.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2025-09-09T22:17:18.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2025-09-09T22:17:18.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2025-09-09T22:17:18.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3070 | 2025-09-09T22:17:18.798Z | |
| 3071 | 2025-09-09T22:17:18.798Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227) |
| 3072 | 2025-09-09T22:17:19.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2025-09-09T22:17:19.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2025-09-09T22:17:19.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2025-09-09T22:17:19.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3076 | 2025-09-09T22:17:19.723Z | |
| 3077 | 2025-09-09T22:17:19.723Z | info: running `cargo check --bins` on dns-server (107/227) |
| 3078 | 2025-09-09T22:17:20.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2025-09-09T22:17:20.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2025-09-09T22:17:20.529Z | Compiling parking_lot_core v0.8.6 |
| 3081 | 2025-09-09T22:17:20.529Z | Compiling moka v0.12.10 |
| 3082 | 2025-09-09T22:17:20.532Z | Checking tagptr v0.2.0 |
| 3083 | 2025-09-09T22:17:20.532Z | Checking prefix-trie v0.7.0 |
| 3084 | 2025-09-09T22:17:20.532Z | Checking fxhash v0.2.1 |
| 3085 | 2025-09-09T22:17:20.663Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3086 | 2025-09-09T22:17:20.673Z | Checking hickory-client v0.25.2 |
| 3087 | 2025-09-09T22:17:20.676Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3088 | 2025-09-09T22:17:21.219Z | Checking hickory-server v0.25.2 |
| 3089 | 2025-09-09T22:17:21.342Z | Checking parking_lot v0.11.2 |
| 3090 | 2025-09-09T22:17:21.582Z | Checking sled v0.34.7 |
| 3091 | 2025-09-09T22:17:21.979Z | Checking hickory-resolver v0.25.2 |
| 3092 | 2025-09-09T22:17:24.540Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3093 | 2025-09-09T22:17:25.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
| 3094 | 2025-09-09T22:17:25.630Z | |
| 3095 | 2025-09-09T22:17:25.630Z | info: running `cargo check --bins` on dns-server-api (108/227) |
| 3096 | 2025-09-09T22:17:25.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2025-09-09T22:17:25.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2025-09-09T22:17:25.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2025-09-09T22:17:25.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3100 | 2025-09-09T22:17:26.029Z | |
| 3101 | 2025-09-09T22:17:26.029Z | info: running `cargo check --bins` on gateway-test-utils (109/227) |
| 3102 | 2025-09-09T22:17:27.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2025-09-09T22:17:27.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2025-09-09T22:17:27.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2025-09-09T22:17:27.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3106 | 2025-09-09T22:17:27.232Z | |
| 3107 | 2025-09-09T22:17:27.232Z | info: running `cargo check --bins` on omicron-gateway (110/227) |
| 3108 | 2025-09-09T22:17:27.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2025-09-09T22:17:27.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2025-09-09T22:17:27.545Z | Compiling radium v0.7.0 |
| 3111 | 2025-09-09T22:17:27.677Z | Compiling zerocopy-derive v0.6.6 |
| 3112 | 2025-09-09T22:17:27.680Z | Checking tap v1.0.1 |
| 3113 | 2025-09-09T22:17:27.680Z | Compiling maybe-uninit v2.0.0 |
| 3114 | 2025-09-09T22:17:27.721Z | Compiling packed_struct v0.10.1 |
| 3115 | 2025-09-09T22:17:27.724Z | Checking crc-catalog v2.4.0 |
| 3116 | 2025-09-09T22:17:27.724Z | Checking funty v2.0.0 |
| 3117 | 2025-09-09T22:17:27.724Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3118 | 2025-09-09T22:17:27.863Z | Checking wyz v0.5.1 |
| 3119 | 2025-09-09T22:17:28.088Z | Checking crc v3.2.1 |
| 3120 | 2025-09-09T22:17:28.233Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3121 | 2025-09-09T22:17:28.272Z | Compiling packed_struct_codegen v0.10.1 |
| 3122 | 2025-09-09T22:17:28.450Z | Compiling indexmap v1.9.3 |
| 3123 | 2025-09-09T22:17:28.472Z | Checking nodrop v0.1.14 |
| 3124 | 2025-09-09T22:17:28.500Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3125 | 2025-09-09T22:17:28.597Z | Checking array-init v0.0.4 |
| 3126 | 2025-09-09T22:17:28.631Z | Checking bitvec v1.0.1 |
| 3127 | 2025-09-09T22:17:28.779Z | Checking smallvec v0.6.14 |
| 3128 | 2025-09-09T22:17:28.833Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3129 | 2025-09-09T22:17:28.860Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3130 | 2025-09-09T22:17:29.152Z | Checking bitfield v0.14.0 |
| 3131 | 2025-09-09T22:17:29.471Z | Checking termcolor v1.4.1 |
| 3132 | 2025-09-09T22:17:29.488Z | Checking hashbrown v0.12.3 |
| 3133 | 2025-09-09T22:17:29.512Z | Checking zerocopy v0.6.6 |
| 3134 | 2025-09-09T22:17:29.663Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3135 | 2025-09-09T22:17:29.871Z | Checking env_logger v0.10.2 |
| 3136 | 2025-09-09T22:17:30.195Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3137 | 2025-09-09T22:17:30.223Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3138 | 2025-09-09T22:17:30.309Z | Checking ron v0.8.1 |
| 3139 | 2025-09-09T22:17:30.492Z | Checking serde-hex v0.1.0 |
| 3140 | 2025-09-09T22:17:30.597Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3141 | 2025-09-09T22:17:30.766Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3142 | 2025-09-09T22:17:31.142Z | Checking hashbrown v0.13.2 |
| 3143 | 2025-09-09T22:17:31.481Z | Checking half v2.4.1 |
| 3144 | 2025-09-09T22:17:33.004Z | Checking crc-any v2.5.0 |
| 3145 | 2025-09-09T22:17:33.033Z | Checking ciborium-io v0.2.2 |
| 3146 | 2025-09-09T22:17:33.033Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3147 | 2025-09-09T22:17:33.033Z | Checking object v0.30.4 |
| 3148 | 2025-09-09T22:17:33.033Z | Checking ciborium-ll v0.2.2 |
| 3149 | 2025-09-09T22:17:33.033Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3150 | 2025-09-09T22:17:33.034Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3151 | 2025-09-09T22:17:33.034Z | Checking path-slash v0.1.5 |
| 3152 | 2025-09-09T22:17:33.034Z | Checking half v1.8.3 |
| 3153 | 2025-09-09T22:17:33.034Z | Checking void v1.0.2 |
| 3154 | 2025-09-09T22:17:33.034Z | Checking lzss v0.8.2 |
| 3155 | 2025-09-09T22:17:33.034Z | Checking tungstenite v0.23.0 |
| 3156 | 2025-09-09T22:17:33.034Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3157 | 2025-09-09T22:17:33.060Z | Checking serde_cbor v0.11.2 |
| 3158 | 2025-09-09T22:17:34.044Z | Checking ciborium v0.2.2 |
| 3159 | 2025-09-09T22:17:34.067Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3160 | 2025-09-09T22:17:34.067Z | Checking nix v0.27.1 |
| 3161 | 2025-09-09T22:17:34.067Z | Checking kstat-rs v0.2.4 |
| 3162 | 2025-09-09T22:17:34.076Z | Checking serde_bytes v0.11.17 |
| 3163 | 2025-09-09T22:17:34.100Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3164 | 2025-09-09T22:17:35.208Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3165 | 2025-09-09T22:17:35.232Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3166 | 2025-09-09T22:17:35.232Z | Checking tokio-tungstenite v0.23.1 |
| 3167 | 2025-09-09T22:17:35.232Z | Checking signal-hook-tokio v0.3.1 |
| 3168 | 2025-09-09T22:17:35.232Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3169 | 2025-09-09T22:17:35.934Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3170 | 2025-09-09T22:17:40.047Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3171 | 2025-09-09T22:17:40.896Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3172 | 2025-09-09T22:17:50.321Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3173 | 2025-09-09T22:17:58.555Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3174 | 2025-09-09T22:17:59.286Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3175 | 2025-09-09T22:18:02.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.69s |
| 3176 | 2025-09-09T22:18:02.543Z | |
| 3177 | 2025-09-09T22:18:02.543Z | info: running `cargo check --bins` on gateway-api (111/227) |
| 3178 | 2025-09-09T22:18:03.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2025-09-09T22:18:03.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2025-09-09T22:18:03.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2025-09-09T22:18:03.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3182 | 2025-09-09T22:18:03.324Z | |
| 3183 | 2025-09-09T22:18:03.324Z | info: running `cargo check --bins` on ipcc (112/227) |
| 3184 | 2025-09-09T22:18:04.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2025-09-09T22:18:04.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2025-09-09T22:18:04.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2025-09-09T22:18:04.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3188 | 2025-09-09T22:18:04.106Z | |
| 3189 | 2025-09-09T22:18:04.106Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227) |
| 3190 | 2025-09-09T22:18:04.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2025-09-09T22:18:04.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2025-09-09T22:18:04.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2025-09-09T22:18:04.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3194 | 2025-09-09T22:18:04.868Z | |
| 3195 | 2025-09-09T22:18:04.868Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227) |
| 3196 | 2025-09-09T22:18:05.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2025-09-09T22:18:05.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2025-09-09T22:18:05.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2025-09-09T22:18:05.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3200 | 2025-09-09T22:18:05.654Z | |
| 3201 | 2025-09-09T22:18:05.654Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227) |
| 3202 | 2025-09-09T22:18:06.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2025-09-09T22:18:06.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2025-09-09T22:18:06.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2025-09-09T22:18:06.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3206 | 2025-09-09T22:18:06.444Z | |
| 3207 | 2025-09-09T22:18:06.444Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227) |
| 3208 | 2025-09-09T22:18:07.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2025-09-09T22:18:07.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2025-09-09T22:18:07.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2025-09-09T22:18:07.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3212 | 2025-09-09T22:18:07.235Z | |
| 3213 | 2025-09-09T22:18:07.235Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227) |
| 3214 | 2025-09-09T22:18:07.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2025-09-09T22:18:07.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2025-09-09T22:18:07.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2025-09-09T22:18:07.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3218 | 2025-09-09T22:18:08.025Z | |
| 3219 | 2025-09-09T22:18:08.025Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227) |
| 3220 | 2025-09-09T22:18:08.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2025-09-09T22:18:08.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2025-09-09T22:18:08.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2025-09-09T22:18:08.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3224 | 2025-09-09T22:18:08.814Z | |
| 3225 | 2025-09-09T22:18:08.814Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227) |
| 3226 | 2025-09-09T22:18:09.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2025-09-09T22:18:09.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2025-09-09T22:18:09.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3229 | 2025-09-09T22:18:09.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3230 | 2025-09-09T22:18:09.601Z | |
| 3231 | 2025-09-09T22:18:09.601Z | info: running `cargo check --bins` on oximeter-producer (120/227) |
| 3232 | 2025-09-09T22:18:10.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2025-09-09T22:18:10.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2025-09-09T22:18:10.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3235 | 2025-09-09T22:18:10.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3236 | 2025-09-09T22:18:10.435Z | |
| 3237 | 2025-09-09T22:18:10.435Z | info: running `cargo check --bins` on internal-dns-resolver (121/227) |
| 3238 | 2025-09-09T22:18:11.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2025-09-09T22:18:11.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2025-09-09T22:18:11.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2025-09-09T22:18:11.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3242 | 2025-09-09T22:18:11.228Z | |
| 3243 | 2025-09-09T22:18:11.228Z | info: running `cargo check --bins` on sp-sim (122/227) |
| 3244 | 2025-09-09T22:18:11.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2025-09-09T22:18:11.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2025-09-09T22:18:12.087Z | Compiling nix v0.30.1 |
| 3247 | 2025-09-09T22:18:12.090Z | Checking keccak v0.1.5 |
| 3248 | 2025-09-09T22:18:12.422Z | Checking sha3 v0.10.8 |
| 3249 | 2025-09-09T22:18:13.505Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3250 | 2025-09-09T22:18:15.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
| 3251 | 2025-09-09T22:18:16.103Z | |
| 3252 | 2025-09-09T22:18:16.103Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227) |
| 3253 | 2025-09-09T22:18:16.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-09-09T22:18:16.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-09-09T22:18:16.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2025-09-09T22:18:16.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3257 | 2025-09-09T22:18:16.968Z | |
| 3258 | 2025-09-09T22:18:16.968Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227) |
| 3259 | 2025-09-09T22:18:17.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-09-09T22:18:17.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-09-09T22:18:17.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3262 | 2025-09-09T22:18:17.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3263 | 2025-09-09T22:18:17.853Z | |
| 3264 | 2025-09-09T22:18:17.853Z | info: running `cargo check --bins` on db-macros (125/227) |
| 3265 | 2025-09-09T22:18:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2025-09-09T22:18:18.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2025-09-09T22:18:18.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2025-09-09T22:18:18.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3269 | 2025-09-09T22:18:18.603Z | |
| 3270 | 2025-09-09T22:18:18.603Z | info: running `cargo check --bins` on nexus-macros-common (126/227) |
| 3271 | 2025-09-09T22:18:19.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2025-09-09T22:18:19.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2025-09-09T22:18:19.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2025-09-09T22:18:19.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3275 | 2025-09-09T22:18:19.358Z | |
| 3276 | 2025-09-09T22:18:19.358Z | info: running `cargo check --bins` on nexus-auth (127/227) |
| 3277 | 2025-09-09T22:18:20.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2025-09-09T22:18:20.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2025-09-09T22:18:20.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2025-09-09T22:18:20.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3281 | 2025-09-09T22:18:20.234Z | |
| 3282 | 2025-09-09T22:18:20.234Z | info: running `cargo check --bins` on authz-macros (128/227) |
| 3283 | 2025-09-09T22:18:20.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2025-09-09T22:18:20.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2025-09-09T22:18:20.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2025-09-09T22:18:20.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3287 | 2025-09-09T22:18:21.003Z | |
| 3288 | 2025-09-09T22:18:21.003Z | info: running `cargo check --bins` on nexus-db-fixed-data (129/227) |
| 3289 | 2025-09-09T22:18:21.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2025-09-09T22:18:21.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2025-09-09T22:18:21.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2025-09-09T22:18:21.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3293 | 2025-09-09T22:18:21.863Z | |
| 3294 | 2025-09-09T22:18:21.863Z | info: running `cargo check --bins` on nexus-db-model (130/227) |
| 3295 | 2025-09-09T22:18:22.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-09-09T22:18:22.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-09-09T22:18:22.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2025-09-09T22:18:22.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3299 | 2025-09-09T22:18:22.724Z | |
| 3300 | 2025-09-09T22:18:22.724Z | info: running `cargo check --bins` on nexus-db-schema (131/227) |
| 3301 | 2025-09-09T22:18:23.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-09-09T22:18:23.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-09-09T22:18:23.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2025-09-09T22:18:23.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3305 | 2025-09-09T22:18:23.506Z | |
| 3306 | 2025-09-09T22:18:23.506Z | info: running `cargo check --bins` on nexus-defaults (132/227) |
| 3307 | 2025-09-09T22:18:24.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-09-09T22:18:24.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-09-09T22:18:24.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2025-09-09T22:18:24.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3311 | 2025-09-09T22:18:24.309Z | |
| 3312 | 2025-09-09T22:18:24.309Z | info: running `cargo check --bins` on omicron-cockroach-metrics (133/227) |
| 3313 | 2025-09-09T22:18:25.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2025-09-09T22:18:25.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2025-09-09T22:18:25.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2025-09-09T22:18:25.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3317 | 2025-09-09T22:18:25.109Z | |
| 3318 | 2025-09-09T22:18:25.109Z | info: running `cargo check --bins` on parallel-task-set (134/227) |
| 3319 | 2025-09-09T22:18:25.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2025-09-09T22:18:25.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2025-09-09T22:18:25.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2025-09-09T22:18:25.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3323 | 2025-09-09T22:18:25.874Z | |
| 3324 | 2025-09-09T22:18:25.874Z | info: running `cargo check --bins` on nexus-db-errors (135/227) |
| 3325 | 2025-09-09T22:18:26.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2025-09-09T22:18:26.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2025-09-09T22:18:26.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2025-09-09T22:18:26.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3329 | 2025-09-09T22:18:26.739Z | |
| 3330 | 2025-09-09T22:18:26.739Z | info: running `cargo check --bins` on nexus-db-lookup (136/227) |
| 3331 | 2025-09-09T22:18:27.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2025-09-09T22:18:27.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2025-09-09T22:18:27.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2025-09-09T22:18:27.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3335 | 2025-09-09T22:18:27.607Z | |
| 3336 | 2025-09-09T22:18:27.607Z | info: running `cargo check --bins` on nexus-inventory (137/227) |
| 3337 | 2025-09-09T22:18:28.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2025-09-09T22:18:28.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2025-09-09T22:18:28.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2025-09-09T22:18:28.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3341 | 2025-09-09T22:18:28.475Z | |
| 3342 | 2025-09-09T22:18:28.475Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/227) |
| 3343 | 2025-09-09T22:18:29.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2025-09-09T22:18:29.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2025-09-09T22:18:29.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2025-09-09T22:18:29.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3347 | 2025-09-09T22:18:29.328Z | |
| 3348 | 2025-09-09T22:18:29.328Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/227) |
| 3349 | 2025-09-09T22:18:30.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-09-09T22:18:30.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-09-09T22:18:30.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2025-09-09T22:18:30.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3353 | 2025-09-09T22:18:30.162Z | |
| 3354 | 2025-09-09T22:18:30.162Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227) |
| 3355 | 2025-09-09T22:18:30.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2025-09-09T22:18:30.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2025-09-09T22:18:30.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2025-09-09T22:18:30.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3359 | 2025-09-09T22:18:30.983Z | |
| 3360 | 2025-09-09T22:18:30.983Z | info: running `cargo check --bins` on key-manager (141/227) |
| 3361 | 2025-09-09T22:18:31.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2025-09-09T22:18:31.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2025-09-09T22:18:31.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2025-09-09T22:18:31.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3365 | 2025-09-09T22:18:31.772Z | |
| 3366 | 2025-09-09T22:18:31.772Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/227) |
| 3367 | 2025-09-09T22:18:32.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2025-09-09T22:18:32.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2025-09-09T22:18:32.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2025-09-09T22:18:32.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3371 | 2025-09-09T22:18:32.571Z | |
| 3372 | 2025-09-09T22:18:32.571Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227) |
| 3373 | 2025-09-09T22:18:33.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2025-09-09T22:18:33.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2025-09-09T22:18:33.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2025-09-09T22:18:33.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3377 | 2025-09-09T22:18:33.387Z | |
| 3378 | 2025-09-09T22:18:33.387Z | info: running `cargo check --bins` on typed-rng (144/227) |
| 3379 | 2025-09-09T22:18:34.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2025-09-09T22:18:34.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2025-09-09T22:18:34.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2025-09-09T22:18:34.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3383 | 2025-09-09T22:18:34.142Z | |
| 3384 | 2025-09-09T22:18:34.142Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227) |
| 3385 | 2025-09-09T22:18:34.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2025-09-09T22:18:34.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2025-09-09T22:18:35.159Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3388 | 2025-09-09T22:18:35.159Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3389 | 2025-09-09T22:18:35.162Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3390 | 2025-09-09T22:18:35.162Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3391 | 2025-09-09T22:18:35.162Z | Checking universal-hash v0.5.1 |
| 3392 | 2025-09-09T22:18:35.162Z | Checking opaque-debug v0.3.1 |
| 3393 | 2025-09-09T22:18:35.332Z | Checking chacha20 v0.9.1 |
| 3394 | 2025-09-09T22:18:35.335Z | Checking aead v0.5.2 |
| 3395 | 2025-09-09T22:18:35.508Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3396 | 2025-09-09T22:18:35.535Z | Compiling unicase v2.7.0 |
| 3397 | 2025-09-09T22:18:35.622Z | Compiling libefi-sys v0.1.0 |
| 3398 | 2025-09-09T22:18:35.650Z | Checking poly1305 v0.8.0 |
| 3399 | 2025-09-09T22:18:35.686Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3400 | 2025-09-09T22:18:35.760Z | Compiling bitfield-struct v0.6.2 |
| 3401 | 2025-09-09T22:18:35.841Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3402 | 2025-09-09T22:18:35.920Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3403 | 2025-09-09T22:18:36.085Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3404 | 2025-09-09T22:18:36.160Z | Checking chacha20poly1305 v0.10.1 |
| 3405 | 2025-09-09T22:18:36.241Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3406 | 2025-09-09T22:18:36.344Z | Compiling salty v0.3.0 |
| 3407 | 2025-09-09T22:18:36.369Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3408 | 2025-09-09T22:18:36.497Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3409 | 2025-09-09T22:18:36.815Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3410 | 2025-09-09T22:18:37.040Z | Compiling num-derive v0.3.3 |
| 3411 | 2025-09-09T22:18:37.061Z | Compiling xshell-macros v0.2.7 |
| 3412 | 2025-09-09T22:18:37.081Z | Compiling proc-macro-error2 v2.0.1 |
| 3413 | 2025-09-09T22:18:37.084Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3414 | 2025-09-09T22:18:37.668Z | Compiling tabled_derive v0.11.0 |
| 3415 | 2025-09-09T22:18:37.691Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3416 | 2025-09-09T22:18:37.848Z | Checking xshell v0.2.7 |
| 3417 | 2025-09-09T22:18:37.975Z | Checking thiserror-no-std v2.0.2 |
| 3418 | 2025-09-09T22:18:38.122Z | Checking vsss-rs v3.3.4 |
| 3419 | 2025-09-09T22:18:38.148Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3420 | 2025-09-09T22:18:38.226Z | Compiling mime_guess v2.0.5 |
| 3421 | 2025-09-09T22:18:38.455Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3422 | 2025-09-09T22:18:39.157Z | Checking libscf-sys v1.1.0 |
| 3423 | 2025-09-09T22:18:39.343Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3424 | 2025-09-09T22:18:39.756Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3425 | 2025-09-09T22:18:40.039Z | Checking papergrid v0.17.0 |
| 3426 | 2025-09-09T22:18:40.474Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3427 | 2025-09-09T22:18:40.629Z | Checking testing_table v0.3.0 |
| 3428 | 2025-09-09T22:18:40.783Z | Compiling progenitor-impl v0.11.0 |
| 3429 | 2025-09-09T22:18:41.165Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3430 | 2025-09-09T22:18:41.266Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3431 | 2025-09-09T22:18:41.863Z | Checking primeorder v0.13.6 |
| 3432 | 2025-09-09T22:18:42.263Z | Checking env_filter v0.1.2 |
| 3433 | 2025-09-09T22:18:42.325Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3434 | 2025-09-09T22:18:42.375Z | Checking p384 v0.13.0 |
| 3435 | 2025-09-09T22:18:42.444Z | Checking tabled v0.20.0 |
| 3436 | 2025-09-09T22:18:42.532Z | Checking env_logger v0.11.5 |
| 3437 | 2025-09-09T22:18:42.766Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3438 | 2025-09-09T22:18:42.880Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3439 | 2025-09-09T22:18:43.051Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3440 | 2025-09-09T22:18:43.130Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3441 | 2025-09-09T22:18:43.455Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3442 | 2025-09-09T22:18:43.813Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3443 | 2025-09-09T22:18:43.841Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3444 | 2025-09-09T22:18:43.874Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3445 | 2025-09-09T22:18:45.046Z | Checking progenitor-client v0.11.0 |
| 3446 | 2025-09-09T22:18:45.075Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3447 | 2025-09-09T22:18:45.177Z | Checking http-range v0.1.5 |
| 3448 | 2025-09-09T22:18:45.467Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3449 | 2025-09-09T22:18:45.491Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3450 | 2025-09-09T22:18:45.778Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3451 | 2025-09-09T22:18:45.996Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3452 | 2025-09-09T22:18:46.176Z | Checking secrecy v0.8.0 |
| 3453 | 2025-09-09T22:18:46.393Z | Checking atty v0.2.14 |
| 3454 | 2025-09-09T22:18:46.507Z | Checking crc8 v0.1.1 |
| 3455 | 2025-09-09T22:18:46.559Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3456 | 2025-09-09T22:18:46.662Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3457 | 2025-09-09T22:18:46.937Z | Checking hyper-staticfile v0.10.1 |
| 3458 | 2025-09-09T22:18:47.205Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3459 | 2025-09-09T22:18:47.322Z | Compiling progenitor-macro v0.11.0 |
| 3460 | 2025-09-09T22:18:47.366Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3461 | 2025-09-09T22:18:47.458Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3462 | 2025-09-09T22:18:47.607Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3463 | 2025-09-09T22:18:47.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3464 | 2025-09-09T22:18:47.875Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3465 | 2025-09-09T22:18:47.906Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2025-09-09T22:18:48.031Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3467 | 2025-09-09T22:18:48.453Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3468 | 2025-09-09T22:18:48.649Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3469 | 2025-09-09T22:18:48.885Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3470 | 2025-09-09T22:18:49.398Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3471 | 2025-09-09T22:18:49.837Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3472 | 2025-09-09T22:18:50.725Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3473 | 2025-09-09T22:18:50.952Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3474 | 2025-09-09T22:18:53.074Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3475 | 2025-09-09T22:18:53.977Z | Checking progenitor v0.11.0 |
| 3476 | 2025-09-09T22:18:54.140Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3477 | 2025-09-09T22:19:01.896Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3478 | 2025-09-09T22:19:15.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.33s |
| 3479 | 2025-09-09T22:19:15.713Z | |
| 3480 | 2025-09-09T22:19:15.713Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227) |
| 3481 | 2025-09-09T22:19:16.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2025-09-09T22:19:16.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2025-09-09T22:19:16.637Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3484 | 2025-09-09T22:19:30.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
| 3485 | 2025-09-09T22:19:30.566Z | |
| 3486 | 2025-09-09T22:19:30.567Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227) |
| 3487 | 2025-09-09T22:19:31.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2025-09-09T22:19:31.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2025-09-09T22:19:31.492Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3490 | 2025-09-09T22:19:45.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.53s |
| 3491 | 2025-09-09T22:19:45.349Z | |
| 3492 | 2025-09-09T22:19:45.349Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227) |
| 3493 | 2025-09-09T22:19:46.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2025-09-09T22:19:46.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2025-09-09T22:19:46.274Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3496 | 2025-09-09T22:19:59.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
| 3497 | 2025-09-09T22:20:00.057Z | |
| 3498 | 2025-09-09T22:20:00.057Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227) |
| 3499 | 2025-09-09T22:20:00.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2025-09-09T22:20:00.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2025-09-09T22:20:00.989Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3502 | 2025-09-09T22:20:14.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s |
| 3503 | 2025-09-09T22:20:14.971Z | |
| 3504 | 2025-09-09T22:20:14.971Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227) |
| 3505 | 2025-09-09T22:20:15.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2025-09-09T22:20:15.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2025-09-09T22:20:15.900Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3508 | 2025-09-09T22:20:29.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
| 3509 | 2025-09-09T22:20:29.809Z | |
| 3510 | 2025-09-09T22:20:29.809Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227) |
| 3511 | 2025-09-09T22:20:30.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2025-09-09T22:20:30.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2025-09-09T22:20:30.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3514 | 2025-09-09T22:20:44.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
| 3515 | 2025-09-09T22:20:44.651Z | |
| 3516 | 2025-09-09T22:20:44.651Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227) |
| 3517 | 2025-09-09T22:20:45.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-09-09T22:20:45.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-09-09T22:20:45.573Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3520 | 2025-09-09T22:20:59.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s |
| 3521 | 2025-09-09T22:20:59.492Z | |
| 3522 | 2025-09-09T22:20:59.492Z | info: running `cargo check --bins` on bootstrap-agent-api (153/227) |
| 3523 | 2025-09-09T22:21:00.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2025-09-09T22:21:00.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2025-09-09T22:21:00.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2025-09-09T22:21:00.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3527 | 2025-09-09T22:21:00.313Z | |
| 3528 | 2025-09-09T22:21:00.314Z | info: running `cargo check --bins` on range-requests (154/227) |
| 3529 | 2025-09-09T22:21:00.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2025-09-09T22:21:00.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2025-09-09T22:21:00.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2025-09-09T22:21:00.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3533 | 2025-09-09T22:21:01.085Z | |
| 3534 | 2025-09-09T22:21:01.085Z | info: running `cargo check --bins` on repo-depot-api (155/227) |
| 3535 | 2025-09-09T22:21:01.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2025-09-09T22:21:01.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2025-09-09T22:21:01.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2025-09-09T22:21:01.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3539 | 2025-09-09T22:21:01.865Z | |
| 3540 | 2025-09-09T22:21:01.865Z | info: running `cargo check --bins` on sled-agent-api (156/227) |
| 3541 | 2025-09-09T22:21:02.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2025-09-09T22:21:02.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2025-09-09T22:21:02.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2025-09-09T22:21:02.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3545 | 2025-09-09T22:21:02.690Z | |
| 3546 | 2025-09-09T22:21:02.690Z | info: running `cargo check --bins` on sled-diagnostics (157/227) |
| 3547 | 2025-09-09T22:21:03.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2025-09-09T22:21:03.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2025-09-09T22:21:03.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2025-09-09T22:21:03.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3551 | 2025-09-09T22:21:03.492Z | |
| 3552 | 2025-09-09T22:21:03.492Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227) |
| 3553 | 2025-09-09T22:21:04.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2025-09-09T22:21:04.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2025-09-09T22:21:04.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2025-09-09T22:21:04.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3557 | 2025-09-09T22:21:04.329Z | |
| 3558 | 2025-09-09T22:21:04.329Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227) |
| 3559 | 2025-09-09T22:21:05.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2025-09-09T22:21:05.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2025-09-09T22:21:05.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2025-09-09T22:21:05.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3563 | 2025-09-09T22:21:05.160Z | |
| 3564 | 2025-09-09T22:21:05.160Z | info: running `cargo check --bins` on sled-agent-zone-images (160/227) |
| 3565 | 2025-09-09T22:21:05.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2025-09-09T22:21:05.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2025-09-09T22:21:05.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2025-09-09T22:21:05.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3569 | 2025-09-09T22:21:05.997Z | |
| 3570 | 2025-09-09T22:21:05.997Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227) |
| 3571 | 2025-09-09T22:21:06.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2025-09-09T22:21:06.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2025-09-09T22:21:06.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2025-09-09T22:21:06.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3575 | 2025-09-09T22:21:06.828Z | |
| 3576 | 2025-09-09T22:21:06.828Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/227) |
| 3577 | 2025-09-09T22:21:07.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2025-09-09T22:21:07.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2025-09-09T22:21:07.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2025-09-09T22:21:07.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3581 | 2025-09-09T22:21:07.711Z | |
| 3582 | 2025-09-09T22:21:07.711Z | info: running `cargo check --bins` on nexus-test-interface (163/227) |
| 3583 | 2025-09-09T22:21:08.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2025-09-09T22:21:08.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2025-09-09T22:21:08.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2025-09-09T22:21:08.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3587 | 2025-09-09T22:21:08.578Z | |
| 3588 | 2025-09-09T22:21:08.578Z | info: running `cargo check --bins` on oximeter-collector (164/227) |
| 3589 | 2025-09-09T22:21:09.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-09-09T22:21:09.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-09-09T22:21:09.467Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3592 | 2025-09-09T22:21:09.469Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3593 | 2025-09-09T22:21:10.394Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3594 | 2025-09-09T22:21:12.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 3595 | 2025-09-09T22:21:12.730Z | |
| 3596 | 2025-09-09T22:21:12.730Z | info: running `cargo check --bins` on oximeter-api (165/227) |
| 3597 | 2025-09-09T22:21:13.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2025-09-09T22:21:13.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2025-09-09T22:21:13.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2025-09-09T22:21:13.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3601 | 2025-09-09T22:21:13.518Z | |
| 3602 | 2025-09-09T22:21:13.518Z | info: running `cargo check --bins` on cert-dev (166/227) |
| 3603 | 2025-09-09T22:21:14.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2025-09-09T22:21:14.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2025-09-09T22:21:14.261Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3606 | 2025-09-09T22:21:14.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3607 | 2025-09-09T22:21:14.785Z | |
| 3608 | 2025-09-09T22:21:14.785Z | info: running `cargo check --bins` on clickana (167/227) |
| 3609 | 2025-09-09T22:21:15.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2025-09-09T22:21:15.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2025-09-09T22:21:15.580Z | Checking castaway v0.2.3 |
| 3612 | 2025-09-09T22:21:15.583Z | Checking lru v0.12.5 |
| 3613 | 2025-09-09T22:21:15.584Z | Checking unicode-truncate v1.1.0 |
| 3614 | 2025-09-09T22:21:15.584Z | Compiling instability v0.3.2 |
| 3615 | 2025-09-09T22:21:15.584Z | Compiling indoc v2.0.6 |
| 3616 | 2025-09-09T22:21:15.700Z | Checking cassowary v0.3.0 |
| 3617 | 2025-09-09T22:21:15.704Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3618 | 2025-09-09T22:21:15.861Z | Checking compact_str v0.8.0 |
| 3619 | 2025-09-09T22:21:16.464Z | Checking ratatui v0.29.0 |
| 3620 | 2025-09-09T22:21:18.327Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3621 | 2025-09-09T22:21:19.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
| 3622 | 2025-09-09T22:21:19.461Z | |
| 3623 | 2025-09-09T22:21:19.461Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/227) |
| 3624 | 2025-09-09T22:21:20.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2025-09-09T22:21:20.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2025-09-09T22:21:20.357Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3627 | 2025-09-09T22:21:20.357Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3628 | 2025-09-09T22:21:21.624Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3629 | 2025-09-09T22:21:22.261Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3630 | 2025-09-09T22:21:22.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 3631 | 2025-09-09T22:21:23.000Z | |
| 3632 | 2025-09-09T22:21:23.000Z | info: running `cargo check --bins` on ch-dev (169/227) |
| 3633 | 2025-09-09T22:21:23.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2025-09-09T22:21:23.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2025-09-09T22:21:23.865Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3636 | 2025-09-09T22:21:24.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 3637 | 2025-09-09T22:21:25.025Z | |
| 3638 | 2025-09-09T22:21:25.025Z | info: running `cargo check --bins` on dev-tools-common (170/227) |
| 3639 | 2025-09-09T22:21:25.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2025-09-09T22:21:25.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2025-09-09T22:21:25.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2025-09-09T22:21:25.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3643 | 2025-09-09T22:21:25.615Z | |
| 3644 | 2025-09-09T22:21:25.615Z | info: running `cargo check --bins` on crdb-seed (171/227) |
| 3645 | 2025-09-09T22:21:26.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2025-09-09T22:21:26.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2025-09-09T22:21:26.492Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3648 | 2025-09-09T22:21:27.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 3649 | 2025-09-09T22:21:27.240Z | |
| 3650 | 2025-09-09T22:21:27.241Z | info: running `cargo check --bins` on db-dev (172/227) |
| 3651 | 2025-09-09T22:21:28.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3652 | 2025-09-09T22:21:28.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3653 | 2025-09-09T22:21:28.127Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3654 | 2025-09-09T22:21:29.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 3655 | 2025-09-09T22:21:29.288Z | |
| 3656 | 2025-09-09T22:21:29.288Z | info: running `cargo check --bins` on omicron-dev-lib (173/227) |
| 3657 | 2025-09-09T22:21:30.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2025-09-09T22:21:30.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2025-09-09T22:21:30.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3660 | 2025-09-09T22:21:30.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3661 | 2025-09-09T22:21:30.143Z | |
| 3662 | 2025-09-09T22:21:30.143Z | info: running `cargo check --bins` on xtask-downloader (174/227) |
| 3663 | 2025-09-09T22:21:30.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3664 | 2025-09-09T22:21:30.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3665 | 2025-09-09T22:21:30.889Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3666 | 2025-09-09T22:21:31.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 3667 | 2025-09-09T22:21:31.967Z | |
| 3668 | 2025-09-09T22:21:31.967Z | info: running `cargo check --bins` on omicron-ls-apis (175/227) |
| 3669 | 2025-09-09T22:21:32.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2025-09-09T22:21:32.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2025-09-09T22:21:32.720Z | Checking typeid v1.0.3 |
| 3672 | 2025-09-09T22:21:32.838Z | Checking ordered-float v2.10.1 |
| 3673 | 2025-09-09T22:21:32.853Z | Checking cargo-platform v0.2.0 |
| 3674 | 2025-09-09T22:21:32.928Z | Checking erased-serde v0.4.6 |
| 3675 | 2025-09-09T22:21:33.184Z | Checking serde-value v0.7.0 |
| 3676 | 2025-09-09T22:21:33.524Z | Checking serde-untagged v0.1.7 |
| 3677 | 2025-09-09T22:21:33.759Z | Checking cargo-util-schemas v0.8.2 |
| 3678 | 2025-09-09T22:21:34.965Z | Checking cargo_metadata v0.21.0 |
| 3679 | 2025-09-09T22:21:35.985Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3680 | 2025-09-09T22:21:36.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 3681 | 2025-09-09T22:21:37.051Z | |
| 3682 | 2025-09-09T22:21:37.051Z | info: running `cargo check --bins` on mgs-dev (176/227) |
| 3683 | 2025-09-09T22:21:37.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2025-09-09T22:21:37.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2025-09-09T22:21:37.956Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3686 | 2025-09-09T22:21:39.941Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3687 | 2025-09-09T22:21:40.583Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3688 | 2025-09-09T22:21:41.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 3689 | 2025-09-09T22:21:41.451Z | |
| 3690 | 2025-09-09T22:21:41.451Z | info: running `cargo check --bins` on omicron-omdb (177/227) |
| 3691 | 2025-09-09T22:21:42.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2025-09-09T22:21:42.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2025-09-09T22:21:42.519Z | Compiling dirs-sys-next v0.1.2 |
| 3694 | 2025-09-09T22:21:42.519Z | Compiling crunchy v0.2.2 |
| 3695 | 2025-09-09T22:21:42.522Z | Compiling dsl_auto_type v0.1.2 |
| 3696 | 2025-09-09T22:21:42.663Z | Checking scheduled-thread-pool v0.2.7 |
| 3697 | 2025-09-09T22:21:42.693Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3698 | 2025-09-09T22:21:42.696Z | Compiling tiny-keccak v2.0.2 |
| 3699 | 2025-09-09T22:21:42.747Z | Compiling bit-vec v0.6.3 |
| 3700 | 2025-09-09T22:21:42.769Z | Compiling ena v0.14.3 |
| 3701 | 2025-09-09T22:21:42.910Z | Compiling dirs-next v2.0.0 |
| 3702 | 2025-09-09T22:21:43.087Z | Compiling term v0.7.0 |
| 3703 | 2025-09-09T22:21:43.135Z | Checking r2d2 v0.8.10 |
| 3704 | 2025-09-09T22:21:43.138Z | Compiling bit-set v0.5.3 |
| 3705 | 2025-09-09T22:21:43.157Z | Compiling bindgen v0.71.1 |
| 3706 | 2025-09-09T22:21:43.178Z | Compiling regex-syntax v0.6.29 |
| 3707 | 2025-09-09T22:21:43.198Z | Compiling diff v0.1.13 |
| 3708 | 2025-09-09T22:21:43.428Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3709 | 2025-09-09T22:21:43.452Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3710 | 2025-09-09T22:21:43.699Z | Compiling ascii-canvas v3.0.0 |
| 3711 | 2025-09-09T22:21:43.750Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3712 | 2025-09-09T22:21:43.809Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3713 | 2025-09-09T22:21:44.005Z | Compiling diesel_derives v2.2.3 |
| 3714 | 2025-09-09T22:21:44.077Z | Compiling derive_builder_core v0.20.2 |
| 3715 | 2025-09-09T22:21:44.135Z | Compiling libxml v0.3.3 |
| 3716 | 2025-09-09T22:21:44.182Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3717 | 2025-09-09T22:21:44.273Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3718 | 2025-09-09T22:21:44.585Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3719 | 2025-09-09T22:21:44.751Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3720 | 2025-09-09T22:21:44.821Z | Compiling strum_macros v0.24.3 |
| 3721 | 2025-09-09T22:21:44.920Z | Compiling indoc v1.0.9 |
| 3722 | 2025-09-09T22:21:45.822Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3723 | 2025-09-09T22:21:46.118Z | Compiling derive_builder_macro v0.20.2 |
| 3724 | 2025-09-09T22:21:46.163Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3725 | 2025-09-09T22:21:46.840Z | Compiling lalrpop v0.19.12 |
| 3726 | 2025-09-09T22:21:47.057Z | Checking derive_builder v0.20.2 |
| 3727 | 2025-09-09T22:21:47.243Z | Compiling oso-derive v0.27.3 |
| 3728 | 2025-09-09T22:21:47.267Z | Checking quick-xml v0.37.2 |
| 3729 | 2025-09-09T22:21:47.934Z | Checking maplit v1.0.2 |
| 3730 | 2025-09-09T22:21:48.120Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3731 | 2025-09-09T22:21:48.236Z | Compiling diesel-dtrace v0.4.2 |
| 3732 | 2025-09-09T22:21:48.306Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3733 | 2025-09-09T22:21:48.648Z | Checking bb8 v0.8.5 |
| 3734 | 2025-09-09T22:21:48.716Z | Checking ignore v0.4.23 |
| 3735 | 2025-09-09T22:21:49.153Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3736 | 2025-09-09T22:21:49.272Z | Checking predicates-tree v1.0.12 |
| 3737 | 2025-09-09T22:21:49.483Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3738 | 2025-09-09T22:21:49.560Z | Checking rand_seeder v0.4.0 |
| 3739 | 2025-09-09T22:21:49.584Z | Checking globwalk v0.9.1 |
| 3740 | 2025-09-09T22:21:49.734Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3741 | 2025-09-09T22:21:49.817Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3742 | 2025-09-09T22:21:49.890Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3743 | 2025-09-09T22:21:49.918Z | Checking camino-tempfile-ext v0.3.2 |
| 3744 | 2025-09-09T22:21:50.088Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3745 | 2025-09-09T22:21:50.302Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3746 | 2025-09-09T22:21:50.438Z | Checking console v0.16.0 |
| 3747 | 2025-09-09T22:21:51.037Z | Checking is_ci v1.2.0 |
| 3748 | 2025-09-09T22:21:51.113Z | Checking unit-prefix v0.5.1 |
| 3749 | 2025-09-09T22:21:51.210Z | Checking supports-color v3.0.2 |
| 3750 | 2025-09-09T22:21:51.357Z | Checking indicatif v0.18.0 |
| 3751 | 2025-09-09T22:21:51.481Z | Checking support-bundle-viewer v0.1.2 |
| 3752 | 2025-09-09T22:21:51.768Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3753 | 2025-09-09T22:21:51.928Z | Checking multimap v0.10.1 |
| 3754 | 2025-09-09T22:21:52.148Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3755 | 2025-09-09T22:21:53.784Z | Checking diesel v2.2.12 |
| 3756 | 2025-09-09T22:22:07.640Z | Compiling samael v0.0.19 |
| 3757 | 2025-09-09T22:22:23.750Z | Checking async-bb8-diesel v0.2.1 |
| 3758 | 2025-09-09T22:22:25.386Z | Compiling polar-core v0.27.3 |
| 3759 | 2025-09-09T22:22:32.586Z | Checking oso v0.27.3 |
| 3760 | 2025-09-09T22:23:16.517Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3761 | 2025-09-09T22:23:50.047Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3762 | 2025-09-09T22:24:00.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 3763 | 2025-09-09T22:24:00.450Z | |
| 3764 | 2025-09-09T22:24:00.450Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/227) |
| 3765 | 2025-09-09T22:24:01.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3766 | 2025-09-09T22:24:01.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3767 | 2025-09-09T22:24:01.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3768 | 2025-09-09T22:24:01.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3769 | 2025-09-09T22:24:01.320Z | |
| 3770 | 2025-09-09T22:24:01.320Z | info: running `cargo check --bins` on nexus-saga-recovery (179/227) |
| 3771 | 2025-09-09T22:24:02.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2025-09-09T22:24:02.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2025-09-09T22:24:02.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3774 | 2025-09-09T22:24:02.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3775 | 2025-09-09T22:24:02.183Z | |
| 3776 | 2025-09-09T22:24:02.183Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/227) |
| 3777 | 2025-09-09T22:24:02.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3778 | 2025-09-09T22:24:02.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3779 | 2025-09-09T22:24:02.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3780 | 2025-09-09T22:24:02.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3781 | 2025-09-09T22:24:02.937Z | |
| 3782 | 2025-09-09T22:24:02.937Z | info: running `cargo check --bins` on omicron-nexus (181/227) |
| 3783 | 2025-09-09T22:24:03.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2025-09-09T22:24:03.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2025-09-09T22:24:04.018Z | Compiling libz-sys v1.1.20 |
| 3786 | 2025-09-09T22:24:04.021Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3787 | 2025-09-09T22:24:04.180Z | Compiling vergen v8.3.2 |
| 3788 | 2025-09-09T22:24:04.181Z | Compiling cargo-platform v0.1.8 |
| 3789 | 2025-09-09T22:24:04.207Z | Compiling fs-err v2.11.0 |
| 3790 | 2025-09-09T22:24:04.211Z | Compiling rustls v0.21.12 |
| 3791 | 2025-09-09T22:24:04.225Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3792 | 2025-09-09T22:24:04.241Z | Checking rustls-webpki v0.101.7 |
| 3793 | 2025-09-09T22:24:04.537Z | Compiling cargo_metadata v0.18.1 |
| 3794 | 2025-09-09T22:24:04.616Z | Checking sct v0.7.1 |
| 3795 | 2025-09-09T22:24:04.668Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3796 | 2025-09-09T22:24:04.842Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3797 | 2025-09-09T22:24:04.989Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3798 | 2025-09-09T22:24:05.051Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3799 | 2025-09-09T22:24:05.102Z | Checking parse-size v1.1.0 |
| 3800 | 2025-09-09T22:24:05.228Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3801 | 2025-09-09T22:24:05.281Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3802 | 2025-09-09T22:24:05.340Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3803 | 2025-09-09T22:24:05.405Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3804 | 2025-09-09T22:24:06.233Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3805 | 2025-09-09T22:24:07.361Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3806 | 2025-09-09T22:24:07.364Z | Checking rustls-pemfile v1.0.4 |
| 3807 | 2025-09-09T22:24:07.364Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3808 | 2025-09-09T22:24:07.364Z | Checking twox-hash v2.1.0 |
| 3809 | 2025-09-09T22:24:07.364Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3810 | 2025-09-09T22:24:07.440Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3811 | 2025-09-09T22:24:07.464Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3812 | 2025-09-09T22:24:07.669Z | Checking tokio-rustls v0.24.1 |
| 3813 | 2025-09-09T22:24:08.620Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3814 | 2025-09-09T22:24:08.775Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3815 | 2025-09-09T22:24:09.011Z | Checking fatfs v0.3.6 |
| 3816 | 2025-09-09T22:24:09.169Z | Checking assert_matches v1.5.0 |
| 3817 | 2025-09-09T22:24:14.969Z | Compiling git2 v0.19.0 |
| 3818 | 2025-09-09T22:24:16.032Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3819 | 2025-09-09T22:24:16.194Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3820 | 2025-09-09T22:24:19.128Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3821 | 2025-09-09T22:25:18.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 3822 | 2025-09-09T22:25:18.974Z | |
| 3823 | 2025-09-09T22:25:18.974Z | info: running `cargo check --bins` on nexus-background-task-interface (182/227) |
| 3824 | 2025-09-09T22:25:19.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2025-09-09T22:25:19.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2025-09-09T22:25:19.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3827 | 2025-09-09T22:25:19.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3828 | 2025-09-09T22:25:19.803Z | |
| 3829 | 2025-09-09T22:25:19.804Z | info: running `cargo check --bins` on nexus-external-api (183/227) |
| 3830 | 2025-09-09T22:25:20.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3831 | 2025-09-09T22:25:20.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3832 | 2025-09-09T22:25:20.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3833 | 2025-09-09T22:25:20.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3834 | 2025-09-09T22:25:20.649Z | |
| 3835 | 2025-09-09T22:25:20.649Z | info: running `cargo check --bins` on nexus-internal-api (184/227) |
| 3836 | 2025-09-09T22:25:21.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3837 | 2025-09-09T22:25:21.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3838 | 2025-09-09T22:25:21.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3839 | 2025-09-09T22:25:21.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3840 | 2025-09-09T22:25:21.486Z | |
| 3841 | 2025-09-09T22:25:21.486Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/227) |
| 3842 | 2025-09-09T22:25:22.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2025-09-09T22:25:22.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2025-09-09T22:25:22.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3845 | 2025-09-09T22:25:22.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3846 | 2025-09-09T22:25:22.363Z | |
| 3847 | 2025-09-09T22:25:22.363Z | info: running `cargo check --bins` on nexus-mgs-updates (186/227) |
| 3848 | 2025-09-09T22:25:23.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2025-09-09T22:25:23.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2025-09-09T22:25:23.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3851 | 2025-09-09T22:25:23.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3852 | 2025-09-09T22:25:23.226Z | |
| 3853 | 2025-09-09T22:25:23.226Z | info: running `cargo check --bins` on nexus-networking (187/227) |
| 3854 | 2025-09-09T22:25:23.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2025-09-09T22:25:23.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2025-09-09T22:25:23.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3857 | 2025-09-09T22:25:23.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3858 | 2025-09-09T22:25:24.096Z | |
| 3859 | 2025-09-09T22:25:24.096Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/227) |
| 3860 | 2025-09-09T22:25:24.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2025-09-09T22:25:24.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2025-09-09T22:25:24.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2025-09-09T22:25:24.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3864 | 2025-09-09T22:25:24.981Z | |
| 3865 | 2025-09-09T22:25:24.981Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/227) |
| 3866 | 2025-09-09T22:25:25.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2025-09-09T22:25:25.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2025-09-09T22:25:25.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3869 | 2025-09-09T22:25:25.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3870 | 2025-09-09T22:25:25.848Z | |
| 3871 | 2025-09-09T22:25:25.848Z | info: running `cargo check --bins` on update-common (190/227) |
| 3872 | 2025-09-09T22:25:26.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2025-09-09T22:25:26.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2025-09-09T22:25:26.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3875 | 2025-09-09T22:25:26.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3876 | 2025-09-09T22:25:26.657Z | |
| 3877 | 2025-09-09T22:25:26.658Z | info: running `cargo check --bins` on omicron-dev (191/227) |
| 3878 | 2025-09-09T22:25:27.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2025-09-09T22:25:27.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2025-09-09T22:25:27.778Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3881 | 2025-09-09T22:25:27.781Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3882 | 2025-09-09T22:25:27.947Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3883 | 2025-09-09T22:25:27.967Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3884 | 2025-09-09T22:25:27.970Z | Checking diff v0.1.13 |
| 3885 | 2025-09-09T22:25:27.970Z | Checking yansi v1.0.1 |
| 3886 | 2025-09-09T22:25:28.005Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3887 | 2025-09-09T22:25:28.046Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3888 | 2025-09-09T22:25:28.472Z | Checking pretty_assertions v1.4.1 |
| 3889 | 2025-09-09T22:25:29.267Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3890 | 2025-09-09T22:25:58.535Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3891 | 2025-09-09T22:25:58.539Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3892 | 2025-09-09T22:25:58.539Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3893 | 2025-09-09T22:25:58.539Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3894 | 2025-09-09T22:25:58.539Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3895 | 2025-09-09T22:25:58.539Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3896 | 2025-09-09T22:25:59.183Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3897 | 2025-09-09T22:25:59.564Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3898 | 2025-09-09T22:26:00.962Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3899 | 2025-09-09T22:26:52.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3900 | 2025-09-09T22:26:52.457Z | |
| 3901 | 2025-09-09T22:26:52.457Z | info: running `cargo check --bins` on openapi-manager (192/227) |
| 3902 | 2025-09-09T22:26:53.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2025-09-09T22:26:53.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2025-09-09T22:26:53.357Z | Compiling tabled_derive v0.10.0 |
| 3905 | 2025-09-09T22:26:53.357Z | Checking papergrid v0.14.0 |
| 3906 | 2025-09-09T22:26:53.360Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3907 | 2025-09-09T22:26:53.360Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3908 | 2025-09-09T22:26:53.529Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3909 | 2025-09-09T22:26:53.532Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3910 | 2025-09-09T22:26:53.544Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3911 | 2025-09-09T22:26:53.821Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3912 | 2025-09-09T22:26:54.828Z | Checking tabled v0.18.0 |
| 3913 | 2025-09-09T22:26:54.937Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3914 | 2025-09-09T22:26:57.655Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3915 | 2025-09-09T22:26:59.224Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3916 | 2025-09-09T22:27:00.112Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3917 | 2025-09-09T22:27:01.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s |
| 3918 | 2025-09-09T22:27:01.928Z | |
| 3919 | 2025-09-09T22:27:01.928Z | info: running `cargo check --bins` on installinator-api (193/227) |
| 3920 | 2025-09-09T22:27:02.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2025-09-09T22:27:02.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2025-09-09T22:27:02.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2025-09-09T22:27:02.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3924 | 2025-09-09T22:27:02.754Z | |
| 3925 | 2025-09-09T22:27:02.754Z | info: running `cargo check --bins` on ntp-admin-api (194/227) |
| 3926 | 2025-09-09T22:27:03.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2025-09-09T22:27:03.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2025-09-09T22:27:03.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2025-09-09T22:27:03.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3930 | 2025-09-09T22:27:03.562Z | |
| 3931 | 2025-09-09T22:27:03.562Z | info: running `cargo check --bins` on ntp-admin-types (195/227) |
| 3932 | 2025-09-09T22:27:04.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2025-09-09T22:27:04.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2025-09-09T22:27:04.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2025-09-09T22:27:04.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3936 | 2025-09-09T22:27:04.365Z | |
| 3937 | 2025-09-09T22:27:04.365Z | info: running `cargo check --bins` on wicketd-api (196/227) |
| 3938 | 2025-09-09T22:27:05.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2025-09-09T22:27:05.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2025-09-09T22:27:05.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2025-09-09T22:27:05.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3942 | 2025-09-09T22:27:05.194Z | |
| 3943 | 2025-09-09T22:27:05.194Z | info: running `cargo check --bins` on omicron-pins (197/227) |
| 3944 | 2025-09-09T22:27:05.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2025-09-09T22:27:05.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2025-09-09T22:27:05.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2025-09-09T22:27:05.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3948 | 2025-09-09T22:27:05.967Z | |
| 3949 | 2025-09-09T22:27:05.967Z | info: running `cargo check --bins` on reconfigurator-cli (198/227) |
| 3950 | 2025-09-09T22:27:06.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2025-09-09T22:27:06.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2025-09-09T22:27:06.919Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3953 | 2025-09-09T22:27:07.057Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3954 | 2025-09-09T22:27:07.060Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3955 | 2025-09-09T22:27:07.060Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3956 | 2025-09-09T22:27:07.060Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3957 | 2025-09-09T22:27:07.060Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3958 | 2025-09-09T22:27:07.063Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3959 | 2025-09-09T22:27:07.063Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3960 | 2025-09-09T22:27:07.357Z | Compiling petname v2.0.2 |
| 3961 | 2025-09-09T22:27:07.380Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3962 | 2025-09-09T22:27:07.676Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3963 | 2025-09-09T22:27:07.702Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3964 | 2025-09-09T22:27:08.040Z | Checking sync-ptr v0.1.4 |
| 3965 | 2025-09-09T22:27:08.149Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3966 | 2025-09-09T22:27:08.252Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3967 | 2025-09-09T22:27:08.277Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3968 | 2025-09-09T22:27:08.543Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3969 | 2025-09-09T22:27:08.755Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3970 | 2025-09-09T22:27:09.602Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3971 | 2025-09-09T22:27:11.912Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3972 | 2025-09-09T22:27:11.915Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3973 | 2025-09-09T22:27:18.335Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3974 | 2025-09-09T22:27:19.224Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3975 | 2025-09-09T22:27:21.095Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3976 | 2025-09-09T22:27:23.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.00s |
| 3977 | 2025-09-09T22:27:24.210Z | |
| 3978 | 2025-09-09T22:27:24.210Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227) |
| 3979 | 2025-09-09T22:27:24.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2025-09-09T22:27:24.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2025-09-09T22:27:24.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3982 | 2025-09-09T22:27:24.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3983 | 2025-09-09T22:27:25.092Z | |
| 3984 | 2025-09-09T22:27:25.092Z | info: running `cargo check --bins` on omicron-repl-utils (200/227) |
| 3985 | 2025-09-09T22:27:25.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2025-09-09T22:27:25.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2025-09-09T22:27:25.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3988 | 2025-09-09T22:27:25.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3989 | 2025-09-09T22:27:25.861Z | |
| 3990 | 2025-09-09T22:27:25.861Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227) |
| 3991 | 2025-09-09T22:27:26.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2025-09-09T22:27:26.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2025-09-09T22:27:26.774Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3994 | 2025-09-09T22:27:27.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 3995 | 2025-09-09T22:27:28.126Z | |
| 3996 | 2025-09-09T22:27:28.126Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/227) |
| 3997 | 2025-09-09T22:27:28.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2025-09-09T22:27:28.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2025-09-09T22:27:28.998Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4000 | 2025-09-09T22:27:29.452Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4001 | 2025-09-09T22:27:30.672Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4002 | 2025-09-09T22:27:31.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 4003 | 2025-09-09T22:27:31.665Z | |
| 4004 | 2025-09-09T22:27:31.666Z | info: running `cargo check --bins` on omicron-releng (203/227) |
| 4005 | 2025-09-09T22:27:32.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2025-09-09T22:27:32.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2025-09-09T22:27:32.483Z | Compiling blake3 v1.5.4 |
| 4008 | 2025-09-09T22:27:32.486Z | Checking memmap2 v0.9.5 |
| 4009 | 2025-09-09T22:27:32.606Z | Checking constant_time_eq v0.3.1 |
| 4010 | 2025-09-09T22:27:32.609Z | Checking arrayvec v0.7.6 |
| 4011 | 2025-09-09T22:27:32.616Z | Checking arrayref v0.3.9 |
| 4012 | 2025-09-09T22:27:32.626Z | Checking topological-sort v0.2.2 |
| 4013 | 2025-09-09T22:27:32.637Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4014 | 2025-09-09T22:27:32.651Z | Checking shell-words v1.1.0 |
| 4015 | 2025-09-09T22:27:33.756Z | Checking omicron-zone-package v0.12.2 |
| 4016 | 2025-09-09T22:27:34.913Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4017 | 2025-09-09T22:27:36.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
| 4018 | 2025-09-09T22:27:36.269Z | |
| 4019 | 2025-09-09T22:27:36.269Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/227) |
| 4020 | 2025-09-09T22:27:36.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4021 | 2025-09-09T22:27:36.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4022 | 2025-09-09T22:27:37.086Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4023 | 2025-09-09T22:27:37.481Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4024 | 2025-09-09T22:27:37.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4025 | 2025-09-09T22:27:38.209Z | |
| 4026 | 2025-09-09T22:27:38.209Z | info: running `cargo check --bins` on xtask (205/227) |
| 4027 | 2025-09-09T22:27:38.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4028 | 2025-09-09T22:27:38.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4029 | 2025-09-09T22:27:38.802Z | Checking bitflags v2.9.1 |
| 4030 | 2025-09-09T22:27:38.806Z | Checking serde v1.0.219 |
| 4031 | 2025-09-09T22:27:38.902Z | Checking zerofrom v0.1.4 |
| 4032 | 2025-09-09T22:27:38.911Z | Checking smallvec v1.15.1 |
| 4033 | 2025-09-09T22:27:38.928Z | Checking hashbrown v0.15.4 |
| 4034 | 2025-09-09T22:27:38.939Z | Checking thiserror v1.0.69 |
| 4035 | 2025-09-09T22:27:38.953Z | Checking scroll v0.12.0 |
| 4036 | 2025-09-09T22:27:38.953Z | Checking num-traits v0.2.19 |
| 4037 | 2025-09-09T22:27:39.079Z | Checking percent-encoding v2.3.2 |
| 4038 | 2025-09-09T22:27:39.117Z | Checking yoke v0.7.4 |
| 4039 | 2025-09-09T22:27:39.158Z | Checking rustix v0.38.37 |
| 4040 | 2025-09-09T22:27:39.254Z | Checking log v0.4.27 |
| 4041 | 2025-09-09T22:27:39.329Z | Checking pest v2.7.14 |
| 4042 | 2025-09-09T22:27:39.422Z | Checking form_urlencoded v1.2.2 |
| 4043 | 2025-09-09T22:27:39.464Z | Checking zerovec v0.10.4 |
| 4044 | 2025-09-09T22:27:39.535Z | Checking goblin v0.8.2 |
| 4045 | 2025-09-09T22:27:39.644Z | Checking zerocopy v0.7.35 |
| 4046 | 2025-09-09T22:27:39.928Z | Checking indexmap v2.11.0 |
| 4047 | 2025-09-09T22:27:40.184Z | Checking terminal_size v0.4.0 |
| 4048 | 2025-09-09T22:27:40.400Z | Checking getrandom v0.3.1 |
| 4049 | 2025-09-09T22:27:40.428Z | Checking ordered-float v2.10.1 |
| 4050 | 2025-09-09T22:27:40.653Z | Checking thiserror v2.0.16 |
| 4051 | 2025-09-09T22:27:40.829Z | Checking syn v2.0.106 |
| 4052 | 2025-09-09T22:27:40.832Z | Checking rustix v1.0.7 |
| 4053 | 2025-09-09T22:27:40.894Z | Checking once_cell v1.21.3 |
| 4054 | 2025-09-09T22:27:41.066Z | Checking tinystr v0.7.6 |
| 4055 | 2025-09-09T22:27:41.155Z | Checking icu_collections v1.5.0 |
| 4056 | 2025-09-09T22:27:41.233Z | Checking clap_builder v4.5.41 |
| 4057 | 2025-09-09T22:27:41.425Z | Checking icu_locid v1.5.0 |
| 4058 | 2025-09-09T22:27:41.804Z | Checking textwrap v0.16.2 |
| 4059 | 2025-09-09T22:27:41.823Z | Checking dtrace-parser v0.2.0 |
| 4060 | 2025-09-09T22:27:42.214Z | Checking fs-err v3.1.1 |
| 4061 | 2025-09-09T22:27:42.309Z | Checking anyhow v1.0.99 |
| 4062 | 2025-09-09T22:27:42.359Z | Checking tempfile v3.20.0 |
| 4063 | 2025-09-09T22:27:42.390Z | Checking icu_provider v1.5.0 |
| 4064 | 2025-09-09T22:27:42.548Z | Checking tabled v0.15.0 |
| 4065 | 2025-09-09T22:27:42.697Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4066 | 2025-09-09T22:27:43.002Z | Checking icu_locid_transform v1.5.0 |
| 4067 | 2025-09-09T22:27:43.391Z | Checking serde_spanned v0.6.9 |
| 4068 | 2025-09-09T22:27:43.394Z | Checking toml_datetime v0.6.11 |
| 4069 | 2025-09-09T22:27:43.394Z | Checking serde_json v1.0.143 |
| 4070 | 2025-09-09T22:27:43.623Z | Checking erased-serde v0.4.6 |
| 4071 | 2025-09-09T22:27:43.764Z | Checking toml_edit v0.22.27 |
| 4072 | 2025-09-09T22:27:43.853Z | Checking icu_properties v1.5.1 |
| 4073 | 2025-09-09T22:27:44.000Z | Checking camino v1.1.12 |
| 4074 | 2025-09-09T22:27:44.341Z | Checking serde-value v0.7.0 |
| 4075 | 2025-09-09T22:27:44.523Z | Checking semver v1.0.26 |
| 4076 | 2025-09-09T22:27:44.543Z | Checking serde-untagged v0.1.7 |
| 4077 | 2025-09-09T22:27:44.797Z | Checking cargo-platform v0.2.0 |
| 4078 | 2025-09-09T22:27:44.931Z | Checking camino-tempfile v1.4.1 |
| 4079 | 2025-09-09T22:27:44.954Z | Checking clap v4.5.41 |
| 4080 | 2025-09-09T22:27:44.958Z | Checking dof v0.3.0 |
| 4081 | 2025-09-09T22:27:45.082Z | Checking macaddr v1.0.1 |
| 4082 | 2025-09-09T22:27:45.510Z | Checking usdt-impl v0.5.0 |
| 4083 | 2025-09-09T22:27:45.868Z | Checking usdt v0.5.0 |
| 4084 | 2025-09-09T22:27:46.032Z | Checking toml v0.8.23 |
| 4085 | 2025-09-09T22:27:46.471Z | Checking icu_normalizer v1.5.0 |
| 4086 | 2025-09-09T22:27:46.492Z | Checking cargo_toml v0.21.0 |
| 4087 | 2025-09-09T22:27:46.965Z | Checking idna_adapter v1.2.0 |
| 4088 | 2025-09-09T22:27:47.104Z | Checking idna v1.0.3 |
| 4089 | 2025-09-09T22:27:47.424Z | Checking url v2.5.4 |
| 4090 | 2025-09-09T22:27:47.930Z | Checking cargo-util-schemas v0.8.2 |
| 4091 | 2025-09-09T22:27:49.099Z | Checking cargo_metadata v0.21.0 |
| 4092 | 2025-09-09T22:27:50.122Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4093 | 2025-09-09T22:27:50.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s |
| 4094 | 2025-09-09T22:27:50.925Z | |
| 4095 | 2025-09-09T22:27:50.925Z | info: running `cargo check --bins` on end-to-end-tests (206/227) |
| 4096 | 2025-09-09T22:27:51.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2025-09-09T22:27:51.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2025-09-09T22:27:51.888Z | Checking polyval v0.6.2 |
| 4099 | 2025-09-09T22:27:52.023Z | Checking ctr v0.9.2 |
| 4100 | 2025-09-09T22:27:52.038Z | Checking ssh-encoding v0.2.0 |
| 4101 | 2025-09-09T22:27:52.041Z | Checking blowfish v0.9.1 |
| 4102 | 2025-09-09T22:27:52.064Z | Checking password-hash v0.4.2 |
| 4103 | 2025-09-09T22:27:52.084Z | Checking p521 v0.13.3 |
| 4104 | 2025-09-09T22:27:52.088Z | Checking p256 v0.13.2 |
| 4105 | 2025-09-09T22:27:52.088Z | Checking russh-cryptovec v0.7.3 |
| 4106 | 2025-09-09T22:27:52.258Z | Checking md5 v0.7.0 |
| 4107 | 2025-09-09T22:27:52.282Z | Checking bcrypt-pbkdf v0.10.0 |
| 4108 | 2025-09-09T22:27:52.286Z | Checking ghash v0.5.1 |
| 4109 | 2025-09-09T22:27:52.354Z | Checking num-bigint v0.4.6 |
| 4110 | 2025-09-09T22:27:52.376Z | Checking des v0.8.1 |
| 4111 | 2025-09-09T22:27:52.440Z | Checking pbkdf2 v0.11.0 |
| 4112 | 2025-09-09T22:27:52.484Z | Checking aes-gcm v0.10.3 |
| 4113 | 2025-09-09T22:27:52.550Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4114 | 2025-09-09T22:27:52.573Z | Checking hex-literal v0.4.1 |
| 4115 | 2025-09-09T22:27:52.636Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4116 | 2025-09-09T22:27:52.659Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4117 | 2025-09-09T22:27:52.714Z | Checking internet-checksum v0.2.1 |
| 4118 | 2025-09-09T22:27:52.736Z | Checking ssh-cipher v0.2.0 |
| 4119 | 2025-09-09T22:27:53.008Z | Checking ssh-key v0.6.6 |
| 4120 | 2025-09-09T22:27:53.201Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4121 | 2025-09-09T22:27:54.117Z | Checking russh-keys v0.45.0 |
| 4122 | 2025-09-09T22:27:54.986Z | Checking russh v0.45.0 |
| 4123 | 2025-09-09T22:28:15.788Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4124 | 2025-09-09T22:28:17.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.49s |
| 4125 | 2025-09-09T22:28:17.656Z | |
| 4126 | 2025-09-09T22:28:17.656Z | info: running `cargo check --bins` on gateway-cli (207/227) |
| 4127 | 2025-09-09T22:28:18.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2025-09-09T22:28:18.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2025-09-09T22:28:18.448Z | Checking termios v0.3.3 |
| 4130 | 2025-09-09T22:28:18.698Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4131 | 2025-09-09T22:28:19.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4132 | 2025-09-09T22:28:19.734Z | |
| 4133 | 2025-09-09T22:28:19.734Z | info: running `cargo check --bins --no-default-features` on installinator (208/227) |
| 4134 | 2025-09-09T22:28:20.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2025-09-09T22:28:20.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2025-09-09T22:28:20.595Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4137 | 2025-09-09T22:28:20.595Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4138 | 2025-09-09T22:28:20.599Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4139 | 2025-09-09T22:28:21.486Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4140 | 2025-09-09T22:28:23.286Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4141 | 2025-09-09T22:28:25.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
| 4142 | 2025-09-09T22:28:25.658Z | |
| 4143 | 2025-09-09T22:28:25.658Z | info: running `cargo check --bins` on internal-dns-cli (209/227) |
| 4144 | 2025-09-09T22:28:26.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2025-09-09T22:28:26.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2025-09-09T22:28:26.446Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4147 | 2025-09-09T22:28:26.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4148 | 2025-09-09T22:28:27.170Z | |
| 4149 | 2025-09-09T22:28:27.170Z | info: running `cargo check --bins` on omicron-live-tests (210/227) |
| 4150 | 2025-09-09T22:28:27.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2025-09-09T22:28:27.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2025-09-09T22:28:27.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4153 | 2025-09-09T22:28:27.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4154 | 2025-09-09T22:28:27.929Z | |
| 4155 | 2025-09-09T22:28:27.929Z | info: running `cargo check --bins` on live-tests-macros (211/227) |
| 4156 | 2025-09-09T22:28:28.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2025-09-09T22:28:28.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2025-09-09T22:28:28.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4159 | 2025-09-09T22:28:28.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4160 | 2025-09-09T22:28:28.686Z | |
| 4161 | 2025-09-09T22:28:28.686Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227) |
| 4162 | 2025-09-09T22:28:29.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4163 | 2025-09-09T22:28:29.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4164 | 2025-09-09T22:28:29.609Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4165 | 2025-09-09T22:28:30.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 4166 | 2025-09-09T22:28:30.582Z | |
| 4167 | 2025-09-09T22:28:30.582Z | info: running `cargo check --bins` on omicron-ntp-admin (213/227) |
| 4168 | 2025-09-09T22:28:31.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4169 | 2025-09-09T22:28:31.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4170 | 2025-09-09T22:28:31.381Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4171 | 2025-09-09T22:28:31.381Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4172 | 2025-09-09T22:28:31.698Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4173 | 2025-09-09T22:28:32.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4174 | 2025-09-09T22:28:32.927Z | |
| 4175 | 2025-09-09T22:28:32.927Z | info: running `cargo check --bins` on omicron-package (214/227) |
| 4176 | 2025-09-09T22:28:33.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2025-09-09T22:28:33.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2025-09-09T22:28:33.757Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4179 | 2025-09-09T22:28:35.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 4180 | 2025-09-09T22:28:35.461Z | |
| 4181 | 2025-09-09T22:28:35.461Z | info: running `cargo check --bins --no-default-features` on trust-quorum (215/227) |
| 4182 | 2025-09-09T22:28:36.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2025-09-09T22:28:36.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2025-09-09T22:28:36.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2025-09-09T22:28:36.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4186 | 2025-09-09T22:28:36.277Z | |
| 4187 | 2025-09-09T22:28:36.277Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227) |
| 4188 | 2025-09-09T22:28:36.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2025-09-09T22:28:36.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2025-09-09T22:28:36.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4191 | 2025-09-09T22:28:36.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4192 | 2025-09-09T22:28:37.093Z | |
| 4193 | 2025-09-09T22:28:37.094Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227) |
| 4194 | 2025-09-09T22:28:37.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2025-09-09T22:28:37.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2025-09-09T22:28:37.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4197 | 2025-09-09T22:28:37.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4198 | 2025-09-09T22:28:37.917Z | |
| 4199 | 2025-09-09T22:28:37.917Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227) |
| 4200 | 2025-09-09T22:28:38.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2025-09-09T22:28:38.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2025-09-09T22:28:38.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4203 | 2025-09-09T22:28:38.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4204 | 2025-09-09T22:28:38.739Z | |
| 4205 | 2025-09-09T22:28:38.740Z | info: running `cargo check --bins --no-default-features` on gfss (219/227) |
| 4206 | 2025-09-09T22:28:39.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2025-09-09T22:28:39.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2025-09-09T22:28:39.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2025-09-09T22:28:39.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4210 | 2025-09-09T22:28:39.518Z | |
| 4211 | 2025-09-09T22:28:39.518Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227) |
| 4212 | 2025-09-09T22:28:40.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2025-09-09T22:28:40.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2025-09-09T22:28:40.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2025-09-09T22:28:40.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4216 | 2025-09-09T22:28:40.282Z | |
| 4217 | 2025-09-09T22:28:40.282Z | info: running `cargo check --bins` on trust-quorum-test-utils (221/227) |
| 4218 | 2025-09-09T22:28:41.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2025-09-09T22:28:41.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2025-09-09T22:28:41.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2025-09-09T22:28:41.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4222 | 2025-09-09T22:28:41.101Z | |
| 4223 | 2025-09-09T22:28:41.101Z | info: running `cargo check --bins` on tqdb (222/227) |
| 4224 | 2025-09-09T22:28:41.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2025-09-09T22:28:41.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2025-09-09T22:28:42.019Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4227 | 2025-09-09T22:28:42.422Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4228 | 2025-09-09T22:28:43.954Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4229 | 2025-09-09T22:28:44.821Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4230 | 2025-09-09T22:28:45.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 4231 | 2025-09-09T22:28:45.793Z | |
| 4232 | 2025-09-09T22:28:45.793Z | info: running `cargo check --bins` on wicket-dbg (223/227) |
| 4233 | 2025-09-09T22:28:46.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4234 | 2025-09-09T22:28:46.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4235 | 2025-09-09T22:28:46.685Z | Checking rtoolbox v0.0.2 |
| 4236 | 2025-09-09T22:28:46.685Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4237 | 2025-09-09T22:28:46.689Z | Checking tui-tree-widget v0.23.1 |
| 4238 | 2025-09-09T22:28:46.951Z | Checking rpassword v7.4.0 |
| 4239 | 2025-09-09T22:28:51.765Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4240 | 2025-09-09T22:28:54.716Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4241 | 2025-09-09T22:28:56.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.24s |
| 4242 | 2025-09-09T22:28:56.264Z | |
| 4243 | 2025-09-09T22:28:56.264Z | info: running `cargo check --bins` on wicket (224/227) |
| 4244 | 2025-09-09T22:28:57.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2025-09-09T22:28:57.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2025-09-09T22:28:57.150Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4247 | 2025-09-09T22:28:57.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4248 | 2025-09-09T22:28:57.874Z | |
| 4249 | 2025-09-09T22:28:57.874Z | info: running `cargo check --bins` on wicketd (225/227) |
| 4250 | 2025-09-09T22:28:58.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2025-09-09T22:28:58.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2025-09-09T22:28:58.791Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4253 | 2025-09-09T22:29:03.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
| 4254 | 2025-09-09T22:29:03.260Z | |
| 4255 | 2025-09-09T22:29:03.260Z | info: running `cargo check --bins` on omicron-workspace-hack (226/227) |
| 4256 | 2025-09-09T22:29:03.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2025-09-09T22:29:03.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2025-09-09T22:29:03.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4259 | 2025-09-09T22:29:03.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4260 | 2025-09-09T22:29:04.023Z | |
| 4261 | 2025-09-09T22:29:04.023Z | info: running `cargo check --bins` on zone-setup (227/227) |
| 4262 | 2025-09-09T22:29:04.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2025-09-09T22:29:04.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2025-09-09T22:29:04.864Z | Checking uzers v0.12.1 |
| 4265 | 2025-09-09T22:29:05.225Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4266 | 2025-09-09T22:29:06.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4267 | 2025-09-09T22:29:06.549Z | |
| 4268 | 2025-09-09T22:29:06.552Z | real 16:30.427731045 |
| 4269 | 2025-09-09T22:29:06.552Z | user 32:51.568392775 |
| 4270 | 2025-09-09T22:29:06.552Z | sys 5:30.962647982 |
| 4271 | 2025-09-09T22:29:06.552Z | trap 0.711173526 |
| 4272 | 2025-09-09T22:29:06.553Z | tflt 0.572153342 |
| 4273 | 2025-09-09T22:29:06.553Z | dflt 1.304069169 |
| 4274 | 2025-09-09T22:29:06.553Z | kflt 0.001153312 |
| 4275 | 2025-09-09T22:29:06.553Z | lock 1:22:20.722593223 |
| 4276 | 2025-09-09T22:29:06.553Z | slp 2:42:25.931660886 |
| 4277 | 2025-09-09T22:29:06.553Z | lat 1:42.803018467 |
| 4278 | 2025-09-09T22:29:06.553Z | stop 5:26.281627445 |
| 4279 | 2025-09-09T22:29:06.553Z | process exited: duration 1286712 ms, exit code 0 |
| |
| 4280 | 2025-09-09T22:29:06.569Z | found 0 output files |