|
|
|
| 1 | 2025-08-01T20:41:51.299Z | job assigned to worker 01K1KNVRVJF9A2GQ5V9SRWWNQ3 [factory aws, i-00905ee16c27437a5] (queued for 56 s) |
| |
| 2 | 2025-08-01T20:41:59.626Z | starting task 0: "setup" |
| 3 | 2025-08-01T20:41:59.631Z | ++ uname -s |
| 4 | 2025-08-01T20:41:59.635Z | + kern=SunOS |
| 5 | 2025-08-01T20:41:59.635Z | + build_user=build |
| 6 | 2025-08-01T20:41:59.635Z | + build_uid=12345 |
| 7 | 2025-08-01T20:41:59.635Z | + work_dir=/work |
| 8 | 2025-08-01T20:41:59.635Z | + input_dir=/input |
| 9 | 2025-08-01T20:41:59.635Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-01T20:41:59.635Z | + case "$kern" in |
| 11 | 2025-08-01T20:41:59.635Z | + groupadd -g 12345 build |
| 12 | 2025-08-01T20:41:59.638Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-01T20:42:01.645Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-01T20:42:01.769Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-01T20:42:01.773Z | + home_fs=zfs |
| 16 | 2025-08-01T20:42:01.773Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-01T20:42:01.773Z | + mkdir -p /home/build |
| 18 | 2025-08-01T20:42:01.776Z | + chown build:build /home/build /work |
| 19 | 2025-08-01T20:42:03.775Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-01T20:42:03.779Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2025-08-01T20:42:03.787Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-01T20:42:03.792Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-08-01T20:42:03.792Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-08-01T20:42:03.792Z | * rust toolchain channel = "1.88.0" |
| 25 | 2025-08-01T20:42:03.792Z | * rust toolchain profile = "default" |
| 26 | 2025-08-01T20:42:03.792Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-01T20:42:03.792Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-01T20:42:03.797Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-01T20:42:03.797Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-08-01T20:42:03.911Z | info: downloading installer |
| 31 | 2025-08-01T20:42:05.456Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-01T20:42:05.456Z | warn: /opt/ooce/bin |
| 33 | 2025-08-01T20:42:05.456Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-01T20:42:05.456Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-01T20:42:05.457Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-01T20:42:05.457Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-01T20:42:05.457Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-01T20:42:05.457Z | error: cannot install while Rust is installed |
| 39 | 2025-08-01T20:42:05.457Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-01T20:42:05.474Z | info: profile set to 'default' |
| 41 | 2025-08-01T20:42:05.474Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-01T20:42:05.478Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-08-01T20:42:05.636Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-08-01T20:42:05.636Z | info: downloading component 'cargo' |
| 45 | 2025-08-01T20:42:06.502Z | info: downloading component 'clippy' |
| 46 | 2025-08-01T20:42:06.859Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-01T20:42:08.419Z | info: downloading component 'rust-std' |
| 48 | 2025-08-01T20:42:10.017Z | info: downloading component 'rustc' |
| 49 | 2025-08-01T20:42:17.893Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-01T20:42:18.145Z | info: installing component 'cargo' |
| 51 | 2025-08-01T20:42:19.027Z | info: installing component 'clippy' |
| 52 | 2025-08-01T20:42:19.419Z | info: installing component 'rust-docs' |
| 53 | 2025-08-01T20:42:21.298Z | info: installing component 'rust-std' |
| 54 | 2025-08-01T20:42:22.998Z | info: installing component 'rustc' |
| 55 | 2025-08-01T20:42:29.589Z | info: installing component 'rustfmt' |
| 56 | 2025-08-01T20:42:29.922Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-08-01T20:42:29.922Z | |
| 58 | 2025-08-01T20:42:30.348Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-08-01T20:42:30.348Z | |
| 60 | 2025-08-01T20:42:30.351Z | |
| 61 | 2025-08-01T20:42:30.351Z | Rust is installed now. Great! |
| 62 | 2025-08-01T20:42:30.351Z | |
| 63 | 2025-08-01T20:42:30.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-01T20:42:30.351Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-01T20:42:30.351Z | |
| 66 | 2025-08-01T20:42:30.351Z | To configure your current shell, you need to source |
| 67 | 2025-08-01T20:42:30.351Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-01T20:42:30.351Z | |
| 69 | 2025-08-01T20:42:30.351Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-01T20:42:30.352Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-01T20:42:30.352Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-01T20:42:30.352Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-01T20:42:30.436Z | + rustup --version |
| 74 | 2025-08-01T20:42:30.447Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-01T20:42:30.450Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-01T20:42:30.525Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-08-01T20:42:30.529Z | + cargo --version |
| 78 | 2025-08-01T20:42:30.590Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-08-01T20:42:30.594Z | + rustc --version |
| 80 | 2025-08-01T20:42:30.701Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-08-01T20:42:30.707Z | process exited: duration 26936 ms, exit code 0 |
| |
| 82 | 2025-08-01T20:42:30.715Z | starting task 2: "authentication" |
| 83 | 2025-08-01T20:42:30.745Z | process exited: duration 30 ms, exit code 0 |
| |
| 84 | 2025-08-01T20:42:30.756Z | starting task 3: "clone repository" |
| 85 | 2025-08-01T20:42:30.759Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-01T20:42:30.763Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-01T20:42:30.798Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-01T20:42:47.425Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-01T20:42:47.426Z | + git fetch origin 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 |
| 90 | 2025-08-01T20:42:47.750Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-01T20:42:47.750Z | * branch 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 -> FETCH_HEAD |
| 92 | 2025-08-01T20:42:47.761Z | + [[ -n eliza/bundle-snarf-ereports ]] |
| 93 | 2025-08-01T20:42:47.765Z | ++ git branch --show-current |
| 94 | 2025-08-01T20:42:47.765Z | + current=main |
| 95 | 2025-08-01T20:42:47.768Z | + [[ main != eliza/bundle-snarf-ereports ]] |
| 96 | 2025-08-01T20:42:47.768Z | + git branch -f eliza/bundle-snarf-ereports 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 |
| 97 | 2025-08-01T20:42:47.772Z | + git checkout -f eliza/bundle-snarf-ereports |
| 98 | 2025-08-01T20:42:48.005Z | Switched to branch 'eliza/bundle-snarf-ereports' |
| 99 | 2025-08-01T20:42:48.008Z | + git reset --hard 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 |
| 100 | 2025-08-01T20:42:48.044Z | HEAD is now at 23f1d3cfc sanitize serial number strings in ereport paths |
| 101 | 2025-08-01T20:42:48.048Z | process exited: duration 17302 ms, exit code 0 |
| |
| 102 | 2025-08-01T20:42:48.055Z | starting task 4: "build" |
| 103 | 2025-08-01T20:42:48.060Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-01T20:42:48.060Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-01T20:42:48.060Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-01T20:42:48.063Z | + cargo --version |
| 107 | 2025-08-01T20:42:48.115Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 108 | 2025-08-01T20:42:48.118Z | + rustc --version |
| 109 | 2025-08-01T20:42:48.187Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 110 | 2025-08-01T20:42:48.190Z | + source ./env.sh |
| 111 | 2025-08-01T20:42:48.190Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-08-01T20:42:48.190Z | ++ set -o xtrace |
| 113 | 2025-08-01T20:42:48.194Z | ++++ dirname ./env.sh |
| 114 | 2025-08-01T20:42:48.197Z | +++ readlink -f . |
| 115 | 2025-08-01T20:42:48.197Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-08-01T20:42:48.197Z | ++ 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-08-01T20:42:48.198Z | ++ 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-08-01T20:42:48.198Z | ++ 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-08-01T20:42:48.198Z | ++ 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-08-01T20:42:48.198Z | ++ 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-08-01T20:42:48.198Z | ++ 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-08-01T20:42:48.198Z | ++ 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-08-01T20:42:48.198Z | ++ 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-08-01T20:42:48.198Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-08-01T20:42:48.198Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-08-01T20:42:48.198Z | + 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-08-01T20:42:48.198Z | + 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-08-01T20:42:48.198Z | + banner prerequisites |
| 129 | 2025-08-01T20:42:48.202Z | |
| 130 | 2025-08-01T20:42:48.202Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-08-01T20:42:48.202Z | # # # # # # # # # # # # # # # |
| 132 | 2025-08-01T20:42:48.202Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-08-01T20:42:48.202Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-08-01T20:42:48.202Z | # # # # # # # # # # # # # # # |
| 135 | 2025-08-01T20:42:48.202Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-08-01T20:42:48.202Z | |
| 137 | 2025-08-01T20:42:48.202Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-08-01T20:42:58.745Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-08-01T20:43:06.104Z | Startup: Caching catalogs ... Done |
| 140 | 2025-08-01T20:43:11.656Z | Planning: Solver setup ... Done (4.246s) |
| 141 | 2025-08-01T20:43:11.695Z | Planning: Running solver ... Done (0.039s) |
| 142 | 2025-08-01T20:43:11.787Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2025-08-01T20:43:11.800Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-08-01T20:43:11.937Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-08-01T20:43:11.985Z | Planning: Package planning ... Done (0.048s) |
| 146 | 2025-08-01T20:43:12.034Z | Planning: Merging actions ... Done (0.049s) |
| 147 | 2025-08-01T20:43:12.318Z | Planning: Checking for conflicting actions ... Done (0.284s) |
| 148 | 2025-08-01T20:43:12.330Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-08-01T20:43:13.354Z | Planning: Evaluating mediators ... Done (1.025s) |
| 150 | 2025-08-01T20:43:13.364Z | Planning: Planning completed in 7.14 seconds |
| 151 | 2025-08-01T20:43:13.380Z | Packages to install: 4 |
| 152 | 2025-08-01T20:43:13.380Z | Mediators to change: 2 |
| 153 | 2025-08-01T20:43:13.384Z | Services to change: 1 |
| 154 | 2025-08-01T20:43:13.384Z | Estimated space available: 155.51 GB |
| 155 | 2025-08-01T20:43:13.384Z | Estimated space to be consumed: 1.71 GB |
| 156 | 2025-08-01T20:43:13.384Z | Create boot environment: No |
| 157 | 2025-08-01T20:43:13.384Z | Create backup boot environment: No |
| 158 | 2025-08-01T20:43:13.384Z | Rebuild boot archive: No |
| 159 | 2025-08-01T20:43:13.384Z | |
| 160 | 2025-08-01T20:43:13.384Z | Changed mediators: |
| 161 | 2025-08-01T20:43:13.384Z | mediator clang: |
| 162 | 2025-08-01T20:43:13.384Z | version: None -> 15 (system default) |
| 163 | 2025-08-01T20:43:13.384Z | |
| 164 | 2025-08-01T20:43:13.384Z | mediator llvm: |
| 165 | 2025-08-01T20:43:13.384Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-08-01T20:43:13.384Z | |
| 167 | 2025-08-01T20:43:13.384Z | Changed packages: |
| 168 | 2025-08-01T20:43:13.384Z | helios-dev |
| 169 | 2025-08-01T20:43:13.384Z | developer/build-essential |
| 170 | 2025-08-01T20:43:13.384Z | None -> 11-2.0 |
| 171 | 2025-08-01T20:43:13.384Z | library/libxmlsec1 |
| 172 | 2025-08-01T20:43:13.384Z | None -> 1.2.35-2.0 |
| 173 | 2025-08-01T20:43:13.384Z | ooce/developer/clang-15 |
| 174 | 2025-08-01T20:43:13.384Z | None -> 15.0.7-2.0 |
| 175 | 2025-08-01T20:43:13.384Z | ooce/developer/llvm-15 |
| 176 | 2025-08-01T20:43:13.384Z | None -> 15.0.7-2.0 |
| 177 | 2025-08-01T20:43:13.384Z | |
| 178 | 2025-08-01T20:43:13.384Z | Services: |
| 179 | 2025-08-01T20:43:13.384Z | restart_fmri: |
| 180 | 2025-08-01T20:43:13.384Z | svc:/system/update-man-index:default |
| 181 | 2025-08-01T20:43:13.436Z | |
| 182 | 2025-08-01T20:43:13.437Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-08-01T20:43:18.437Z | Download: 1742/3290 items 118.1/212.6MB 55% complete (24.0M/s) |
| 184 | 2025-08-01T20:43:23.438Z | Download: 2835/3290 items 121.1/212.6MB 56% complete (12.2M/s) |
| 185 | 2025-08-01T20:43:28.549Z | Download: 3282/3290 items 209.2/212.6MB 98% complete (12.5M/s) |
| 186 | 2025-08-01T20:43:28.596Z | Download: Completed 212.60 MB in 15.17 seconds (14.0M/s) |
| 187 | 2025-08-01T20:43:28.788Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-08-01T20:43:33.355Z | Actions: Completed 3689 actions in 4.57 seconds. |
| 189 | 2025-08-01T20:43:33.958Z | Done (0.598s) |
| 190 | 2025-08-01T20:43:33.958Z | Done (0.000s) |
| 191 | 2025-08-01T20:43:34.819Z | Done (0.861s) |
| 192 | 2025-08-01T20:43:39.290Z | Done (4.152s) |
| 193 | 2025-08-01T20:43:39.376Z | Done (0.019s) |
| 194 | 2025-08-01T20:43:39.380Z | Done (0.000s) |
| 195 | 2025-08-01T20:43:39.547Z | Done (0.000s) |
| 196 | 2025-08-01T20:43:40.400Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-08-01T20:43:40.562Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-08-01T20:43:40.568Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-08-01T20:43:40.836Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-08-01T20:43:40.841Z | Planning: Planning completed in 0.44 seconds |
| 201 | 2025-08-01T20:43:40.869Z | Mediators to change: 2 |
| 202 | 2025-08-01T20:43:40.869Z | Create boot environment: No |
| 203 | 2025-08-01T20:43:40.876Z | Create backup boot environment: No |
| 204 | 2025-08-01T20:43:41.007Z | Done |
| 205 | 2025-08-01T20:43:41.007Z | Done |
| 206 | 2025-08-01T20:43:41.610Z | Done |
| 207 | 2025-08-01T20:43:45.233Z | Done |
| 208 | 2025-08-01T20:43:45.317Z | Done |
| 209 | 2025-08-01T20:43:45.325Z | Done |
| 210 | 2025-08-01T20:43:45.476Z | Done |
| 211 | 2025-08-01T20:43:46.096Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-08-01T20:43:46.100Z | Planning: Merging actions ... Done |
| 213 | 2025-08-01T20:43:46.285Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-08-01T20:43:46.290Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-08-01T20:43:46.552Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-08-01T20:43:46.610Z | Planning: Planning completed in 0.76 seconds |
| 217 | 2025-08-01T20:43:46.642Z | Packages to change: 1 |
| 218 | 2025-08-01T20:43:46.643Z | Mediators to change: 1 |
| 219 | 2025-08-01T20:43:46.650Z | Services to change: 1 |
| 220 | 2025-08-01T20:43:46.650Z | Create boot environment: No |
| 221 | 2025-08-01T20:43:46.650Z | Create backup boot environment: Yes |
| 222 | 2025-08-01T20:43:49.116Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-08-01T20:43:49.137Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-08-01T20:43:49.137Z | Done |
| 225 | 2025-08-01T20:43:49.137Z | Done |
| 226 | 2025-08-01T20:43:49.298Z | Done |
| 227 | 2025-08-01T20:43:52.962Z | Done |
| 228 | 2025-08-01T20:43:53.053Z | Done |
| 229 | 2025-08-01T20:43:53.086Z | Done |
| 230 | 2025-08-01T20:43:53.200Z | Done |
| 231 | 2025-08-01T20:43:53.643Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-08-01T20:43:53.643Z | clang system 15 system |
| 233 | 2025-08-01T20:43:53.644Z | csh system system illumos |
| 234 | 2025-08-01T20:43:53.644Z | ctags system system illumos |
| 235 | 2025-08-01T20:43:53.644Z | file system system illumos |
| 236 | 2025-08-01T20:43:53.644Z | gcc vendor 12 vendor |
| 237 | 2025-08-01T20:43:53.644Z | gcc system 10 system |
| 238 | 2025-08-01T20:43:53.644Z | gcc system 7 system |
| 239 | 2025-08-01T20:43:53.644Z | go system 1.20 system |
| 240 | 2025-08-01T20:43:53.644Z | go system 1.19 system |
| 241 | 2025-08-01T20:43:53.644Z | llvm system 15 system |
| 242 | 2025-08-01T20:43:53.644Z | llvm system 14 system |
| 243 | 2025-08-01T20:43:53.644Z | mariadb system 10.6 system |
| 244 | 2025-08-01T20:43:53.650Z | mta vendor vendor dma |
| 245 | 2025-08-01T20:43:53.651Z | openjdk system 17 system |
| 246 | 2025-08-01T20:43:53.651Z | openjdk system 11 system |
| 247 | 2025-08-01T20:43:53.651Z | openjdk system 1.8 system |
| 248 | 2025-08-01T20:43:53.651Z | openssl vendor 3 vendor |
| 249 | 2025-08-01T20:43:53.651Z | perl system 5.36 system |
| 250 | 2025-08-01T20:43:53.651Z | postgresql system 15 system |
| 251 | 2025-08-01T20:43:53.651Z | postgresql system 13 system |
| 252 | 2025-08-01T20:43:53.651Z | python vendor 3 vendor |
| 253 | 2025-08-01T20:43:53.652Z | python system 2 system |
| 254 | 2025-08-01T20:43:53.652Z | python3 system 3.11 system |
| 255 | 2025-08-01T20:43:53.652Z | ruby system 3.0 system |
| 256 | 2025-08-01T20:43:53.652Z | words vendor vendor american-english |
| 257 | 2025-08-01T20:43:53.652Z | words system system australian-english |
| 258 | 2025-08-01T20:43:53.652Z | words system system british-english |
| 259 | 2025-08-01T20:43:53.652Z | words system system canadian-english |
| 260 | 2025-08-01T20:43:53.652Z | words system system french |
| 261 | 2025-08-01T20:43:53.653Z | words system system italian |
| 262 | 2025-08-01T20:43:53.653Z | words system system ngerman |
| 263 | 2025-08-01T20:43:53.653Z | words system system ogerman |
| 264 | 2025-08-01T20:43:53.653Z | words system system spanish |
| 265 | 2025-08-01T20:43:53.985Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-08-01T20:43:53.985Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-08-01T20:43:58.700Z | FMRI IFO |
| 268 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 275 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2025-08-01T20:43:58.700Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2025-08-01T20:43:59.725Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2025-08-01T20:44:00.027Z | Updating crates.io index |
| 286 | 2025-08-01T20:44:00.031Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2025-08-01T20:44:00.377Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2025-08-01T20:44:00.981Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2025-08-01T20:44:01.233Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2025-08-01T20:44:01.503Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 291 | 2025-08-01T20:44:01.810Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2025-08-01T20:44:02.980Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2025-08-01T20:44:04.890Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2025-08-01T20:44:05.845Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2025-08-01T20:44:06.558Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2025-08-01T20:44:06.822Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2025-08-01T20:44:07.101Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2025-08-01T20:44:07.851Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2025-08-01T20:44:08.147Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2025-08-01T20:44:08.495Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2025-08-01T20:44:09.000Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2025-08-01T20:44:09.322Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-08-01T20:44:09.597Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-08-01T20:44:09.823Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-08-01T20:44:10.056Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-08-01T20:44:10.339Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2025-08-01T20:44:10.673Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2025-08-01T20:44:10.985Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2025-08-01T20:44:11.347Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-08-01T20:44:11.813Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 311 | 2025-08-01T20:44:12.196Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2025-08-01T20:44:12.455Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-08-01T20:44:12.799Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 314 | 2025-08-01T20:44:13.269Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-08-01T20:44:13.505Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-08-01T20:44:13.777Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-08-01T20:44:14.053Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 318 | 2025-08-01T20:44:22.624Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2025-08-01T20:44:23.973Z | Downloading crates ... |
| 320 | 2025-08-01T20:44:24.029Z | Downloaded block-buffer v0.10.4 |
| 321 | 2025-08-01T20:44:24.037Z | Downloaded anstream v0.6.18 |
| 322 | 2025-08-01T20:44:24.040Z | Downloaded bytecount v0.6.8 |
| 323 | 2025-08-01T20:44:24.044Z | Downloaded byteorder v1.5.0 |
| 324 | 2025-08-01T20:44:24.047Z | Downloaded anstyle v1.0.11 |
| 325 | 2025-08-01T20:44:24.055Z | Downloaded erased-serde v0.4.6 |
| 326 | 2025-08-01T20:44:24.058Z | Downloaded thiserror v2.0.12 |
| 327 | 2025-08-01T20:44:24.063Z | Downloaded terminal_size v0.4.0 |
| 328 | 2025-08-01T20:44:24.067Z | Downloaded zerofrom v0.1.4 |
| 329 | 2025-08-01T20:44:24.067Z | Downloaded utf16_iter v1.0.5 |
| 330 | 2025-08-01T20:44:24.070Z | Downloaded thread-id v4.2.2 |
| 331 | 2025-08-01T20:44:24.070Z | Downloaded typenum v1.17.0 |
| 332 | 2025-08-01T20:44:24.074Z | Downloaded writeable v0.5.5 |
| 333 | 2025-08-01T20:44:24.077Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2025-08-01T20:44:24.077Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2025-08-01T20:44:24.080Z | Downloaded write16 v1.0.0 |
| 336 | 2025-08-01T20:44:24.080Z | Downloaded generic-array v0.14.7 |
| 337 | 2025-08-01T20:44:24.080Z | Downloaded fs-err v3.1.1 |
| 338 | 2025-08-01T20:44:24.084Z | Downloaded equivalent v1.0.2 |
| 339 | 2025-08-01T20:44:24.087Z | Downloaded toml_write v0.1.2 |
| 340 | 2025-08-01T20:44:24.087Z | Downloaded anstyle-query v1.1.1 |
| 341 | 2025-08-01T20:44:24.087Z | Downloaded colorchoice v1.0.2 |
| 342 | 2025-08-01T20:44:24.091Z | Downloaded yoke-derive v0.7.4 |
| 343 | 2025-08-01T20:44:24.091Z | Downloaded dof v0.3.0 |
| 344 | 2025-08-01T20:44:24.094Z | Downloaded thiserror v1.0.69 |
| 345 | 2025-08-01T20:44:24.098Z | Downloaded zerovec-derive v0.10.3 |
| 346 | 2025-08-01T20:44:24.102Z | Downloaded usdt-impl v0.5.0 |
| 347 | 2025-08-01T20:44:24.102Z | Downloaded unicode-xid v0.2.6 |
| 348 | 2025-08-01T20:44:24.105Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2025-08-01T20:44:24.105Z | Downloaded unicode-linebreak v0.1.5 |
| 350 | 2025-08-01T20:44:24.105Z | Downloaded toml_datetime v0.6.11 |
| 351 | 2025-08-01T20:44:24.108Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2025-08-01T20:44:24.112Z | Downloaded zerofrom-derive v0.1.4 |
| 353 | 2025-08-01T20:44:24.112Z | Downloaded toml v0.8.23 |
| 354 | 2025-08-01T20:44:24.115Z | Downloaded textwrap v0.16.2 |
| 355 | 2025-08-01T20:44:24.119Z | Downloaded yoke v0.7.4 |
| 356 | 2025-08-01T20:44:24.122Z | Downloaded unicode-ident v1.0.18 |
| 357 | 2025-08-01T20:44:24.127Z | Downloaded ucd-trie v0.1.7 |
| 358 | 2025-08-01T20:44:24.130Z | Downloaded version_check v0.9.5 |
| 359 | 2025-08-01T20:44:24.130Z | Downloaded url v2.5.4 |
| 360 | 2025-08-01T20:44:24.134Z | Downloaded toml_edit v0.22.27 |
| 361 | 2025-08-01T20:44:24.137Z | Downloaded scroll_derive v0.12.0 |
| 362 | 2025-08-01T20:44:24.137Z | Downloaded fnv v1.0.7 |
| 363 | 2025-08-01T20:44:24.141Z | Downloaded fastrand v2.1.1 |
| 364 | 2025-08-01T20:44:24.141Z | Downloaded pretty-hex v0.4.1 |
| 365 | 2025-08-01T20:44:24.141Z | Downloaded cargo_toml v0.21.0 |
| 366 | 2025-08-01T20:44:24.145Z | Downloaded icu_provider_macros v1.5.0 |
| 367 | 2025-08-01T20:44:24.145Z | Downloaded cargo_metadata v0.21.0 |
| 368 | 2025-08-01T20:44:24.145Z | Downloaded zerovec v0.10.4 |
| 369 | 2025-08-01T20:44:24.151Z | Downloaded macaddr v1.0.1 |
| 370 | 2025-08-01T20:44:24.154Z | Downloaded zerocopy v0.7.35 |
| 371 | 2025-08-01T20:44:24.168Z | Downloaded serde-untagged v0.1.7 |
| 372 | 2025-08-01T20:44:24.171Z | Downloaded winnow v0.7.10 |
| 373 | 2025-08-01T20:44:24.180Z | Downloaded heck v0.4.1 |
| 374 | 2025-08-01T20:44:24.183Z | Downloaded unicode-width v0.1.14 |
| 375 | 2025-08-01T20:44:24.186Z | Downloaded pest_generator v2.7.14 |
| 376 | 2025-08-01T20:44:24.186Z | Downloaded ordered-float v2.10.1 |
| 377 | 2025-08-01T20:44:24.190Z | Downloaded unicode-width v0.2.0 |
| 378 | 2025-08-01T20:44:24.193Z | Downloaded serde_spanned v0.6.9 |
| 379 | 2025-08-01T20:44:24.193Z | Downloaded serde-value v0.7.0 |
| 380 | 2025-08-01T20:44:24.196Z | Downloaded synstructure v0.13.1 |
| 381 | 2025-08-01T20:44:24.196Z | Downloaded clap_builder v4.5.41 |
| 382 | 2025-08-01T20:44:24.204Z | Downloaded strsim v0.11.1 |
| 383 | 2025-08-01T20:44:24.207Z | Downloaded displaydoc v0.2.5 |
| 384 | 2025-08-01T20:44:24.211Z | Downloaded proc-macro-error-attr v1.0.4 |
| 385 | 2025-08-01T20:44:24.214Z | Downloaded swrite v0.1.0 |
| 386 | 2025-08-01T20:44:24.218Z | Downloaded stable_deref_trait v1.2.0 |
| 387 | 2025-08-01T20:44:24.218Z | Downloaded smawk v0.3.2 |
| 388 | 2025-08-01T20:44:24.222Z | Downloaded serde_tokenstream v0.2.2 |
| 389 | 2025-08-01T20:44:24.226Z | Downloaded semver v1.0.26 |
| 390 | 2025-08-01T20:44:24.230Z | Downloaded camino-tempfile v1.4.1 |
| 391 | 2025-08-01T20:44:24.230Z | Downloaded icu_locid_transform v1.5.0 |
| 392 | 2025-08-01T20:44:24.234Z | Downloaded scroll v0.12.0 |
| 393 | 2025-08-01T20:44:24.237Z | Downloaded litemap v0.7.3 |
| 394 | 2025-08-01T20:44:24.241Z | Downloaded smallvec v1.15.1 |
| 395 | 2025-08-01T20:44:24.244Z | Downloaded quote v1.0.40 |
| 396 | 2025-08-01T20:44:24.249Z | Downloaded sha2 v0.10.9 |
| 397 | 2025-08-01T20:44:24.254Z | Downloaded ryu v1.0.18 |
| 398 | 2025-08-01T20:44:24.260Z | Downloaded num-traits v0.2.19 |
| 399 | 2025-08-01T20:44:24.264Z | Downloaded icu_normalizer_data v1.5.0 |
| 400 | 2025-08-01T20:44:24.268Z | Downloaded icu_locid_transform_data v1.5.0 |
| 401 | 2025-08-01T20:44:24.268Z | Downloaded log v0.4.27 |
| 402 | 2025-08-01T20:44:24.271Z | Downloaded anyhow v1.0.98 |
| 403 | 2025-08-01T20:44:24.275Z | Downloaded tempfile v3.20.0 |
| 404 | 2025-08-01T20:44:24.278Z | Downloaded icu_locid v1.5.0 |
| 405 | 2025-08-01T20:44:24.282Z | Downloaded serde_derive v1.0.219 |
| 406 | 2025-08-01T20:44:24.285Z | Downloaded pest_meta v2.7.14 |
| 407 | 2025-08-01T20:44:24.285Z | Downloaded icu_properties v1.5.1 |
| 408 | 2025-08-01T20:44:24.288Z | Downloaded icu_provider v1.5.0 |
| 409 | 2025-08-01T20:44:24.292Z | Downloaded papergrid v0.11.0 |
| 410 | 2025-08-01T20:44:24.295Z | Downloaded proc-macro2 v1.0.95 |
| 411 | 2025-08-01T20:44:24.299Z | Downloaded pest_derive v2.7.14 |
| 412 | 2025-08-01T20:44:24.299Z | Downloaded serde v1.0.219 |
| 413 | 2025-08-01T20:44:24.303Z | Downloaded icu_collections v1.5.0 |
| 414 | 2025-08-01T20:44:24.307Z | Downloaded memchr v2.7.4 |
| 415 | 2025-08-01T20:44:24.311Z | Downloaded itoa v1.0.11 |
| 416 | 2025-08-01T20:44:24.314Z | Downloaded clap_derive v4.5.41 |
| 417 | 2025-08-01T20:44:24.318Z | Downloaded plain v0.2.3 |
| 418 | 2025-08-01T20:44:24.318Z | Downloaded autocfg v1.4.0 |
| 419 | 2025-08-01T20:44:24.318Z | Downloaded proc-macro-error v1.0.4 |
| 420 | 2025-08-01T20:44:24.322Z | Downloaded percent-encoding v2.3.1 |
| 421 | 2025-08-01T20:44:24.322Z | Downloaded is_terminal_polyfill v1.70.1 |
| 422 | 2025-08-01T20:44:24.326Z | Downloaded indexmap v2.10.0 |
| 423 | 2025-08-01T20:44:24.326Z | Downloaded heck v0.5.0 |
| 424 | 2025-08-01T20:44:24.330Z | Downloaded memmap v0.7.0 |
| 425 | 2025-08-01T20:44:24.330Z | Downloaded once_cell v1.21.3 |
| 426 | 2025-08-01T20:44:24.333Z | Downloaded form_urlencoded v1.2.1 |
| 427 | 2025-08-01T20:44:24.333Z | Downloaded idna v1.0.3 |
| 428 | 2025-08-01T20:44:24.337Z | Downloaded crypto-common v0.1.6 |
| 429 | 2025-08-01T20:44:24.337Z | Downloaded cpufeatures v0.2.14 |
| 430 | 2025-08-01T20:44:24.337Z | Downloaded clap_lex v0.7.4 |
| 431 | 2025-08-01T20:44:24.340Z | Downloaded cfg-if v1.0.1 |
| 432 | 2025-08-01T20:44:24.340Z | Downloaded idna_adapter v1.2.0 |
| 433 | 2025-08-01T20:44:24.340Z | Downloaded cargo-util-schemas v0.8.2 |
| 434 | 2025-08-01T20:44:24.344Z | Downloaded anstyle-parse v0.2.5 |
| 435 | 2025-08-01T20:44:24.344Z | Downloaded usdt v0.5.0 |
| 436 | 2025-08-01T20:44:24.347Z | Downloaded tinystr v0.7.6 |
| 437 | 2025-08-01T20:44:24.347Z | Downloaded camino v1.1.10 |
| 438 | 2025-08-01T20:44:24.351Z | Downloaded serde_json v1.0.141 |
| 439 | 2025-08-01T20:44:24.354Z | Downloaded goblin v0.8.2 |
| 440 | 2025-08-01T20:44:24.359Z | Downloaded pest v2.7.14 |
| 441 | 2025-08-01T20:44:24.364Z | Downloaded utf8parse v0.2.2 |
| 442 | 2025-08-01T20:44:24.367Z | Downloaded utf8_iter v1.0.4 |
| 443 | 2025-08-01T20:44:24.367Z | Downloaded icu_normalizer v1.5.0 |
| 444 | 2025-08-01T20:44:24.373Z | Downloaded hashbrown v0.15.4 |
| 445 | 2025-08-01T20:44:24.379Z | Downloaded tabled v0.15.0 |
| 446 | 2025-08-01T20:44:24.387Z | Downloaded dtrace-parser v0.2.0 |
| 447 | 2025-08-01T20:44:24.391Z | Downloaded icu_properties_data v1.5.0 |
| 448 | 2025-08-01T20:44:24.398Z | Downloaded bitflags v2.9.1 |
| 449 | 2025-08-01T20:44:24.401Z | Downloaded errno v0.3.12 |
| 450 | 2025-08-01T20:44:24.405Z | Downloaded clap v4.5.41 |
| 451 | 2025-08-01T20:44:24.411Z | Downloaded syn v2.0.104 |
| 452 | 2025-08-01T20:44:24.420Z | Downloaded syn v1.0.109 |
| 453 | 2025-08-01T20:44:24.429Z | Downloaded digest v0.10.7 |
| 454 | 2025-08-01T20:44:24.432Z | Downloaded typeid v1.0.3 |
| 455 | 2025-08-01T20:44:24.432Z | Downloaded rustix v0.38.37 |
| 456 | 2025-08-01T20:44:24.450Z | Downloaded thiserror-impl v2.0.12 |
| 457 | 2025-08-01T20:44:24.454Z | Downloaded tabled_derive v0.7.0 |
| 458 | 2025-08-01T20:44:24.454Z | Downloaded getrandom v0.3.1 |
| 459 | 2025-08-01T20:44:24.457Z | Downloaded cargo-platform v0.2.0 |
| 460 | 2025-08-01T20:44:24.461Z | Downloaded rustix v1.0.7 |
| 461 | 2025-08-01T20:44:24.490Z | Downloaded libc v0.2.174 |
| 462 | 2025-08-01T20:44:24.569Z | Compiling proc-macro2 v1.0.95 |
| 463 | 2025-08-01T20:44:24.569Z | Compiling unicode-ident v1.0.18 |
| 464 | 2025-08-01T20:44:24.569Z | Compiling serde v1.0.219 |
| 465 | 2025-08-01T20:44:24.569Z | Compiling version_check v0.9.5 |
| 466 | 2025-08-01T20:44:24.572Z | Compiling libc v0.2.174 |
| 467 | 2025-08-01T20:44:24.573Z | Compiling memchr v2.7.4 |
| 468 | 2025-08-01T20:44:24.573Z | Compiling stable_deref_trait v1.2.0 |
| 469 | 2025-08-01T20:44:24.573Z | Compiling thiserror v1.0.69 |
| 470 | 2025-08-01T20:44:25.022Z | Compiling itoa v1.0.11 |
| 471 | 2025-08-01T20:44:25.047Z | Compiling ryu v1.0.18 |
| 472 | 2025-08-01T20:44:25.288Z | Compiling writeable v0.5.5 |
| 473 | 2025-08-01T20:44:25.386Z | Compiling autocfg v1.4.0 |
| 474 | 2025-08-01T20:44:25.509Z | Compiling ucd-trie v0.1.7 |
| 475 | 2025-08-01T20:44:25.535Z | Compiling litemap v0.7.3 |
| 476 | 2025-08-01T20:44:25.760Z | Compiling once_cell v1.21.3 |
| 477 | 2025-08-01T20:44:25.942Z | Compiling bitflags v2.9.1 |
| 478 | 2025-08-01T20:44:26.006Z | Compiling byteorder v1.5.0 |
| 479 | 2025-08-01T20:44:26.146Z | Compiling icu_locid_transform_data v1.5.0 |
| 480 | 2025-08-01T20:44:26.239Z | Compiling serde_json v1.0.141 |
| 481 | 2025-08-01T20:44:26.295Z | Compiling icu_properties_data v1.5.0 |
| 482 | 2025-08-01T20:44:26.354Z | Compiling num-traits v0.2.19 |
| 483 | 2025-08-01T20:44:26.448Z | Compiling smallvec v1.15.1 |
| 484 | 2025-08-01T20:44:26.478Z | Compiling icu_normalizer_data v1.5.0 |
| 485 | 2025-08-01T20:44:26.597Z | Compiling quote v1.0.40 |
| 486 | 2025-08-01T20:44:26.655Z | Compiling write16 v1.0.0 |
| 487 | 2025-08-01T20:44:26.679Z | Compiling equivalent v1.0.2 |
| 488 | 2025-08-01T20:44:26.807Z | Compiling errno v0.3.12 |
| 489 | 2025-08-01T20:44:26.829Z | Compiling utf8_iter v1.0.4 |
| 490 | 2025-08-01T20:44:26.852Z | Compiling hashbrown v0.15.4 |
| 491 | 2025-08-01T20:44:26.911Z | Compiling utf16_iter v1.0.5 |
| 492 | 2025-08-01T20:44:26.942Z | Compiling rustix v0.38.37 |
| 493 | 2025-08-01T20:44:26.968Z | Compiling syn v2.0.104 |
| 494 | 2025-08-01T20:44:27.084Z | Compiling typeid v1.0.3 |
| 495 | 2025-08-01T20:44:27.207Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2025-08-01T20:44:27.233Z | Compiling usdt-impl v0.5.0 |
| 497 | 2025-08-01T20:44:27.444Z | Compiling winnow v0.7.10 |
| 498 | 2025-08-01T20:44:27.539Z | Compiling toml_write v0.1.2 |
| 499 | 2025-08-01T20:44:27.623Z | Compiling syn v1.0.109 |
| 500 | 2025-08-01T20:44:27.812Z | Compiling thread-id v4.2.2 |
| 501 | 2025-08-01T20:44:27.845Z | Compiling indexmap v2.10.0 |
| 502 | 2025-08-01T20:44:27.994Z | Compiling proc-macro-error v1.0.4 |
| 503 | 2025-08-01T20:44:28.058Z | Compiling semver v1.0.26 |
| 504 | 2025-08-01T20:44:28.364Z | Compiling plain v0.2.3 |
| 505 | 2025-08-01T20:44:28.389Z | Compiling thiserror v2.0.12 |
| 506 | 2025-08-01T20:44:28.542Z | Compiling log v0.4.27 |
| 507 | 2025-08-01T20:44:28.622Z | Compiling utf8parse v0.2.2 |
| 508 | 2025-08-01T20:44:28.824Z | Compiling camino v1.1.10 |
| 509 | 2025-08-01T20:44:28.952Z | Compiling percent-encoding v2.3.1 |
| 510 | 2025-08-01T20:44:28.982Z | Compiling rustix v1.0.7 |
| 511 | 2025-08-01T20:44:29.219Z | Compiling getrandom v0.3.1 |
| 512 | 2025-08-01T20:44:29.288Z | Compiling form_urlencoded v1.2.1 |
| 513 | 2025-08-01T20:44:29.531Z | Compiling terminal_size v0.4.0 |
| 514 | 2025-08-01T20:44:29.621Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-08-01T20:44:29.696Z | Compiling anstyle-parse v0.2.5 |
| 516 | 2025-08-01T20:44:29.994Z | Compiling colorchoice v1.0.2 |
| 517 | 2025-08-01T20:44:30.021Z | Compiling pretty-hex v0.4.1 |
| 518 | 2025-08-01T20:44:30.137Z | Compiling is_terminal_polyfill v1.70.1 |
| 519 | 2025-08-01T20:44:30.188Z | Compiling anstyle-query v1.1.1 |
| 520 | 2025-08-01T20:44:30.276Z | Compiling cfg-if v1.0.1 |
| 521 | 2025-08-01T20:44:30.299Z | Compiling anstyle v1.0.11 |
| 522 | 2025-08-01T20:44:30.617Z | Compiling anstream v0.6.18 |
| 523 | 2025-08-01T20:44:30.726Z | Compiling fs-err v3.1.1 |
| 524 | 2025-08-01T20:44:30.846Z | Compiling clap_lex v0.7.4 |
| 525 | 2025-08-01T20:44:31.065Z | Compiling heck v0.4.1 |
| 526 | 2025-08-01T20:44:31.239Z | Compiling unicode-xid v0.2.6 |
| 527 | 2025-08-01T20:44:31.288Z | Compiling bytecount v0.6.8 |
| 528 | 2025-08-01T20:44:31.328Z | Compiling fnv v1.0.7 |
| 529 | 2025-08-01T20:44:31.455Z | Compiling strsim v0.11.1 |
| 530 | 2025-08-01T20:44:31.488Z | Compiling unicode-width v0.1.14 |
| 531 | 2025-08-01T20:44:31.515Z | Compiling anyhow v1.0.98 |
| 532 | 2025-08-01T20:44:31.518Z | Compiling fastrand v2.1.1 |
| 533 | 2025-08-01T20:44:32.009Z | Compiling heck v0.5.0 |
| 534 | 2025-08-01T20:44:32.035Z | Compiling papergrid v0.11.0 |
| 535 | 2025-08-01T20:44:32.171Z | Compiling tempfile v3.20.0 |
| 536 | 2025-08-01T20:44:32.368Z | Compiling clap_builder v4.5.41 |
| 537 | 2025-08-01T20:44:32.733Z | Compiling memmap v0.7.0 |
| 538 | 2025-08-01T20:44:32.961Z | Compiling unicode-width v0.2.0 |
| 539 | 2025-08-01T20:44:33.044Z | Compiling smawk v0.3.2 |
| 540 | 2025-08-01T20:44:33.112Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2025-08-01T20:44:33.550Z | Compiling textwrap v0.16.2 |
| 542 | 2025-08-01T20:44:33.626Z | Compiling synstructure v0.13.1 |
| 543 | 2025-08-01T20:44:34.548Z | Compiling swrite v0.1.0 |
| 544 | 2025-08-01T20:44:34.673Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 545 | 2025-08-01T20:44:35.036Z | Compiling tabled_derive v0.7.0 |
| 546 | 2025-08-01T20:44:36.031Z | Compiling serde_derive v1.0.219 |
| 547 | 2025-08-01T20:44:36.031Z | Compiling zerofrom-derive v0.1.4 |
| 548 | 2025-08-01T20:44:36.031Z | Compiling yoke-derive v0.7.4 |
| 549 | 2025-08-01T20:44:36.035Z | Compiling zerovec-derive v0.10.3 |
| 550 | 2025-08-01T20:44:36.035Z | Compiling thiserror-impl v1.0.69 |
| 551 | 2025-08-01T20:44:36.427Z | Compiling displaydoc v0.2.5 |
| 552 | 2025-08-01T20:44:37.937Z | Compiling icu_provider_macros v1.5.0 |
| 553 | 2025-08-01T20:44:38.564Z | Compiling zerocopy-derive v0.7.35 |
| 554 | 2025-08-01T20:44:38.814Z | Compiling scroll_derive v0.12.0 |
| 555 | 2025-08-01T20:44:39.013Z | Compiling thiserror-impl v2.0.12 |
| 556 | 2025-08-01T20:44:39.118Z | Compiling pest v2.7.14 |
| 557 | 2025-08-01T20:44:39.599Z | Compiling zerofrom v0.1.4 |
| 558 | 2025-08-01T20:44:39.846Z | Compiling yoke v0.7.4 |
| 559 | 2025-08-01T20:44:39.885Z | Compiling clap_derive v4.5.41 |
| 560 | 2025-08-01T20:44:40.176Z | Compiling scroll v0.12.0 |
| 561 | 2025-08-01T20:44:40.228Z | Compiling zerovec v0.10.4 |
| 562 | 2025-08-01T20:44:40.480Z | Compiling zerocopy v0.7.35 |
| 563 | 2025-08-01T20:44:40.722Z | Compiling goblin v0.8.2 |
| 564 | 2025-08-01T20:44:41.041Z | Compiling tabled v0.15.0 |
| 565 | 2025-08-01T20:44:41.884Z | Compiling pest_meta v2.7.14 |
| 566 | 2025-08-01T20:44:42.014Z | Compiling tinystr v0.7.6 |
| 567 | 2025-08-01T20:44:42.089Z | Compiling icu_collections v1.5.0 |
| 568 | 2025-08-01T20:44:42.379Z | Compiling icu_locid v1.5.0 |
| 569 | 2025-08-01T20:44:43.287Z | Compiling pest_generator v2.7.14 |
| 570 | 2025-08-01T20:44:43.892Z | Compiling icu_provider v1.5.0 |
| 571 | 2025-08-01T20:44:44.347Z | Compiling clap v4.5.41 |
| 572 | 2025-08-01T20:44:44.631Z | Compiling icu_locid_transform v1.5.0 |
| 573 | 2025-08-01T20:44:45.647Z | Compiling pest_derive v2.7.14 |
| 574 | 2025-08-01T20:44:45.902Z | Compiling icu_properties v1.5.1 |
| 575 | 2025-08-01T20:44:46.395Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-08-01T20:44:48.014Z | Compiling serde_tokenstream v0.2.2 |
| 577 | 2025-08-01T20:44:48.202Z | Compiling toml_datetime v0.6.11 |
| 578 | 2025-08-01T20:44:48.202Z | Compiling serde_spanned v0.6.9 |
| 579 | 2025-08-01T20:44:48.279Z | Compiling erased-serde v0.4.6 |
| 580 | 2025-08-01T20:44:48.506Z | Compiling serde-value v0.7.0 |
| 581 | 2025-08-01T20:44:48.600Z | Compiling toml_edit v0.22.27 |
| 582 | 2025-08-01T20:44:49.353Z | Compiling icu_normalizer v1.5.0 |
| 583 | 2025-08-01T20:44:49.381Z | Compiling serde-untagged v0.1.7 |
| 584 | 2025-08-01T20:44:49.405Z | Compiling cargo-platform v0.2.0 |
| 585 | 2025-08-01T20:44:49.432Z | Compiling camino-tempfile v1.4.1 |
| 586 | 2025-08-01T20:44:49.901Z | Compiling dof v0.3.0 |
| 587 | 2025-08-01T20:44:49.904Z | Compiling macaddr v1.0.1 |
| 588 | 2025-08-01T20:44:50.269Z | Compiling idna_adapter v1.2.0 |
| 589 | 2025-08-01T20:44:50.455Z | Compiling idna v1.0.3 |
| 590 | 2025-08-01T20:44:51.017Z | Compiling url v2.5.4 |
| 591 | 2025-08-01T20:44:51.456Z | Compiling usdt-attr-macro v0.5.0 |
| 592 | 2025-08-01T20:44:51.456Z | Compiling usdt-macro v0.5.0 |
| 593 | 2025-08-01T20:44:51.787Z | Compiling toml v0.8.23 |
| 594 | 2025-08-01T20:44:52.603Z | Compiling cargo-util-schemas v0.8.2 |
| 595 | 2025-08-01T20:44:52.603Z | Compiling cargo_toml v0.21.0 |
| 596 | 2025-08-01T20:44:52.653Z | Compiling usdt v0.5.0 |
| 597 | 2025-08-01T20:44:54.141Z | Compiling cargo_metadata v0.21.0 |
| 598 | 2025-08-01T20:44:55.951Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 599 | 2025-08-01T20:44:59.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 600 | 2025-08-01T20:44:59.733Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 601 | 2025-08-01T20:45:00.440Z | Downloading crates ... |
| 602 | 2025-08-01T20:45:00.599Z | Downloaded atty v0.2.14 |
| 603 | 2025-08-01T20:45:00.603Z | Downloaded adler2 v2.0.0 |
| 604 | 2025-08-01T20:45:00.608Z | Downloaded addr2line v0.24.2 |
| 605 | 2025-08-01T20:45:00.612Z | Downloaded async-trait v0.1.88 |
| 606 | 2025-08-01T20:45:00.616Z | Downloaded ahash v0.8.12 |
| 607 | 2025-08-01T20:45:00.627Z | Downloaded heck v0.3.3 |
| 608 | 2025-08-01T20:45:00.631Z | Downloaded assert_matches v1.5.0 |
| 609 | 2025-08-01T20:45:00.631Z | Downloaded arrayref v0.3.9 |
| 610 | 2025-08-01T20:45:00.634Z | Downloaded base16ct v0.2.0 |
| 611 | 2025-08-01T20:45:00.639Z | Downloaded hex v0.4.3 |
| 612 | 2025-08-01T20:45:00.639Z | Downloaded hash32 v0.2.1 |
| 613 | 2025-08-01T20:45:00.643Z | Downloaded half v2.4.1 |
| 614 | 2025-08-01T20:45:00.647Z | Downloaded hyper-staticfile v0.10.1 |
| 615 | 2025-08-01T20:45:00.650Z | Downloaded humantime v2.2.0 |
| 616 | 2025-08-01T20:45:00.650Z | Downloaded base64ct v1.6.0 |
| 617 | 2025-08-01T20:45:00.653Z | Downloaded ident_case v1.0.1 |
| 618 | 2025-08-01T20:45:00.657Z | Downloaded cargo_metadata v0.18.1 |
| 619 | 2025-08-01T20:45:00.657Z | Downloaded http-body-util v0.1.3 |
| 620 | 2025-08-01T20:45:00.660Z | Downloaded bcs v0.1.6 |
| 621 | 2025-08-01T20:45:00.664Z | Downloaded hex-literal v0.4.1 |
| 622 | 2025-08-01T20:45:00.664Z | Downloaded bzip2 v0.5.2 |
| 623 | 2025-08-01T20:45:00.668Z | Downloaded httpdate v1.0.3 |
| 624 | 2025-08-01T20:45:00.668Z | Downloaded ingot-macros v0.1.1 |
| 625 | 2025-08-01T20:45:00.672Z | Downloaded hmac v0.12.1 |
| 626 | 2025-08-01T20:45:00.672Z | Downloaded http-body v1.0.1 |
| 627 | 2025-08-01T20:45:00.678Z | Downloaded blake2 v0.10.6 |
| 628 | 2025-08-01T20:45:00.678Z | Downloaded crossbeam-epoch v0.9.18 |
| 629 | 2025-08-01T20:45:00.683Z | Downloaded base64 v0.13.1 |
| 630 | 2025-08-01T20:45:00.687Z | Downloaded libloading v0.8.5 |
| 631 | 2025-08-01T20:45:00.687Z | Downloaded hubpack_derive v0.1.1 |
| 632 | 2025-08-01T20:45:00.687Z | Downloaded crossterm v0.28.1 |
| 633 | 2025-08-01T20:45:00.693Z | Downloaded progenitor-client v0.8.0 |
| 634 | 2025-08-01T20:45:00.698Z | Downloaded headers-core v0.3.0 |
| 635 | 2025-08-01T20:45:00.698Z | Downloaded match_cfg v0.1.0 |
| 636 | 2025-08-01T20:45:00.702Z | Downloaded is_ci v1.2.0 |
| 637 | 2025-08-01T20:45:00.702Z | Downloaded base64 v0.21.7 |
| 638 | 2025-08-01T20:45:00.707Z | Downloaded lru-cache v0.1.2 |
| 639 | 2025-08-01T20:45:00.712Z | Downloaded managed v0.8.0 |
| 640 | 2025-08-01T20:45:00.712Z | Downloaded bumpalo v3.16.0 |
| 641 | 2025-08-01T20:45:00.716Z | Downloaded md5 v0.7.0 |
| 642 | 2025-08-01T20:45:00.716Z | Downloaded constant_time_eq v0.3.1 |
| 643 | 2025-08-01T20:45:00.716Z | Downloaded async-stream v0.3.6 |
| 644 | 2025-08-01T20:45:00.722Z | Downloaded maplit v1.0.2 |
| 645 | 2025-08-01T20:45:00.722Z | Downloaded instant v0.1.13 |
| 646 | 2025-08-01T20:45:00.731Z | Downloaded md-5 v0.10.6 |
| 647 | 2025-08-01T20:45:00.731Z | Downloaded ingot v0.1.1 |
| 648 | 2025-08-01T20:45:00.731Z | Downloaded inout v0.1.3 |
| 649 | 2025-08-01T20:45:00.735Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 650 | 2025-08-01T20:45:00.735Z | Downloaded instability v0.3.2 |
| 651 | 2025-08-01T20:45:00.735Z | Downloaded lazycell v1.3.0 |
| 652 | 2025-08-01T20:45:00.735Z | Downloaded cfg_aliases v0.1.1 |
| 653 | 2025-08-01T20:45:00.735Z | Downloaded crc8 v0.1.1 |
| 654 | 2025-08-01T20:45:00.739Z | Downloaded cfg_aliases v0.2.1 |
| 655 | 2025-08-01T20:45:00.739Z | Downloaded indent_write v2.2.0 |
| 656 | 2025-08-01T20:45:00.739Z | Downloaded hubpack v0.1.2 |
| 657 | 2025-08-01T20:45:00.744Z | Downloaded progenitor-client v0.9.1 |
| 658 | 2025-08-01T20:45:00.744Z | Downloaded libscf-sys v1.1.0 |
| 659 | 2025-08-01T20:45:00.744Z | Downloaded lalrpop-util v0.19.12 |
| 660 | 2025-08-01T20:45:00.748Z | Downloaded keccak v0.1.5 |
| 661 | 2025-08-01T20:45:00.748Z | Downloaded bb8 v0.8.5 |
| 662 | 2025-08-01T20:45:00.753Z | Downloaded serde-big-array v0.5.1 |
| 663 | 2025-08-01T20:45:00.753Z | Downloaded headers v0.4.1 |
| 664 | 2025-08-01T20:45:00.757Z | Downloaded internet-checksum v0.2.1 |
| 665 | 2025-08-01T20:45:00.761Z | Downloaded serde_repr v0.1.19 |
| 666 | 2025-08-01T20:45:00.761Z | Downloaded lru v0.12.5 |
| 667 | 2025-08-01T20:45:00.765Z | Downloaded linked-hash-map v0.5.6 |
| 668 | 2025-08-01T20:45:00.765Z | Downloaded bit-set v0.8.0 |
| 669 | 2025-08-01T20:45:00.765Z | Downloaded linear-map v1.2.0 |
| 670 | 2025-08-01T20:45:00.770Z | Downloaded cobs v0.2.3 |
| 671 | 2025-08-01T20:45:00.770Z | Downloaded bitflags v1.3.2 |
| 672 | 2025-08-01T20:45:00.774Z | Downloaded scheduled-thread-pool v0.2.7 |
| 673 | 2025-08-01T20:45:00.774Z | Downloaded indoc v1.0.9 |
| 674 | 2025-08-01T20:45:00.778Z | Downloaded argon2 v0.5.3 |
| 675 | 2025-08-01T20:45:00.785Z | Downloaded time-core v0.1.2 |
| 676 | 2025-08-01T20:45:00.785Z | Downloaded sqlparser_derive v0.2.2 |
| 677 | 2025-08-01T20:45:00.785Z | Downloaded rand_core v0.6.4 |
| 678 | 2025-08-01T20:45:00.789Z | Downloaded libsw-core v0.3.1 |
| 679 | 2025-08-01T20:45:00.789Z | Downloaded const_format_proc_macros v0.2.34 |
| 680 | 2025-08-01T20:45:00.789Z | Downloaded bit-set v0.5.3 |
| 681 | 2025-08-01T20:45:00.795Z | Downloaded crossbeam-deque v0.8.5 |
| 682 | 2025-08-01T20:45:00.795Z | Downloaded libz-rs-sys v0.5.1 |
| 683 | 2025-08-01T20:45:00.800Z | Downloaded tower-service v0.3.3 |
| 684 | 2025-08-01T20:45:00.800Z | Downloaded camino-tempfile-ext v0.3.2 |
| 685 | 2025-08-01T20:45:00.800Z | Downloaded libefi-sys v0.1.0 |
| 686 | 2025-08-01T20:45:00.813Z | Downloaded serde-hex v0.1.0 |
| 687 | 2025-08-01T20:45:00.819Z | Downloaded tower-layer v0.3.3 |
| 688 | 2025-08-01T20:45:00.819Z | Downloaded predicates-tree v1.0.12 |
| 689 | 2025-08-01T20:45:00.819Z | Downloaded critical-section v1.1.3 |
| 690 | 2025-08-01T20:45:00.823Z | Downloaded which v4.4.2 |
| 691 | 2025-08-01T20:45:00.824Z | Downloaded rustls-pemfile v1.0.4 |
| 692 | 2025-08-01T20:45:00.824Z | Downloaded rand_seeder v0.3.0 |
| 693 | 2025-08-01T20:45:00.830Z | Downloaded lock_api v0.4.12 |
| 694 | 2025-08-01T20:45:00.830Z | Downloaded shell-words v1.1.0 |
| 695 | 2025-08-01T20:45:00.839Z | Downloaded console v0.15.10 |
| 696 | 2025-08-01T20:45:00.839Z | Downloaded colored v2.2.0 |
| 697 | 2025-08-01T20:45:00.846Z | Downloaded xattr v1.3.1 |
| 698 | 2025-08-01T20:45:00.847Z | Downloaded sha1 v0.10.6 |
| 699 | 2025-08-01T20:45:00.847Z | Downloaded cstr-argument v0.1.2 |
| 700 | 2025-08-01T20:45:00.847Z | Downloaded litrs v0.4.1 |
| 701 | 2025-08-01T20:45:00.847Z | Downloaded tabled_derive v0.10.0 |
| 702 | 2025-08-01T20:45:00.852Z | Downloaded crunchy v0.2.2 |
| 703 | 2025-08-01T20:45:00.852Z | Downloaded termcolor v1.4.1 |
| 704 | 2025-08-01T20:45:00.852Z | Downloaded iana-time-zone v0.1.63 |
| 705 | 2025-08-01T20:45:00.858Z | Downloaded tokio-native-tls v0.3.1 |
| 706 | 2025-08-01T20:45:00.858Z | Downloaded display-error-chain v0.2.2 |
| 707 | 2025-08-01T20:45:00.858Z | Downloaded hyper-rustls v0.27.7 |
| 708 | 2025-08-01T20:45:00.862Z | Downloaded crc-catalog v2.4.0 |
| 709 | 2025-08-01T20:45:00.862Z | Downloaded cancel-safe-futures v0.1.5 |
| 710 | 2025-08-01T20:45:00.868Z | Downloaded spki v0.7.3 |
| 711 | 2025-08-01T20:45:00.885Z | Downloaded rusty-fork v0.3.0 |
| 712 | 2025-08-01T20:45:00.886Z | Downloaded typify v0.2.0 |
| 713 | 2025-08-01T20:45:00.894Z | Downloaded foreign-types-shared v0.1.1 |
| 714 | 2025-08-01T20:45:00.894Z | Downloaded dirs-sys-next v0.1.2 |
| 715 | 2025-08-01T20:45:00.894Z | Downloaded unicode-truncate v1.1.0 |
| 716 | 2025-08-01T20:45:00.894Z | Downloaded ignore v0.4.23 |
| 717 | 2025-08-01T20:45:00.894Z | Downloaded rand_core v0.9.2 |
| 718 | 2025-08-01T20:45:00.894Z | Downloaded tokio-macros v2.5.0 |
| 719 | 2025-08-01T20:45:00.894Z | Downloaded futures-core v0.3.31 |
| 720 | 2025-08-01T20:45:00.894Z | Downloaded rustls-native-certs v0.8.1 |
| 721 | 2025-08-01T20:45:00.894Z | Downloaded thread_local v1.1.8 |
| 722 | 2025-08-01T20:45:00.894Z | Downloaded ctr v0.9.2 |
| 723 | 2025-08-01T20:45:00.901Z | Downloaded newline-converter v0.3.0 |
| 724 | 2025-08-01T20:45:00.901Z | Downloaded new_debug_unreachable v1.0.6 |
| 725 | 2025-08-01T20:45:00.901Z | Downloaded typify-macro v0.4.1 |
| 726 | 2025-08-01T20:45:00.901Z | Downloaded hickory-client v0.25.2 |
| 727 | 2025-08-01T20:45:00.901Z | Downloaded slog-envlogger v2.2.0 |
| 728 | 2025-08-01T20:45:00.901Z | Downloaded multimap v0.10.1 |
| 729 | 2025-08-01T20:45:00.907Z | Downloaded term v0.7.0 |
| 730 | 2025-08-01T20:45:00.912Z | Downloaded oso-derive v0.27.3 |
| 731 | 2025-08-01T20:45:00.912Z | Downloaded zone v0.1.8 |
| 732 | 2025-08-01T20:45:00.912Z | Downloaded tokio-rustls v0.25.0 |
| 733 | 2025-08-01T20:45:00.912Z | Downloaded siphasher v0.3.11 |
| 734 | 2025-08-01T20:45:00.917Z | Downloaded ena v0.14.3 |
| 735 | 2025-08-01T20:45:00.917Z | Downloaded openssl-macros v0.1.1 |
| 736 | 2025-08-01T20:45:00.917Z | Downloaded document-features v0.2.11 |
| 737 | 2025-08-01T20:45:00.922Z | Downloaded console v0.16.0 |
| 738 | 2025-08-01T20:45:00.927Z | Downloaded openssl-probe v0.1.5 |
| 739 | 2025-08-01T20:45:00.927Z | Downloaded indicatif v0.18.0 |
| 740 | 2025-08-01T20:45:00.933Z | Downloaded vte v0.11.1 |
| 741 | 2025-08-01T20:45:00.933Z | Downloaded indexmap v1.9.3 |
| 742 | 2025-08-01T20:45:00.942Z | Downloaded spin v0.9.8 |
| 743 | 2025-08-01T20:45:00.942Z | Downloaded slog-dtrace v0.3.0 |
| 744 | 2025-08-01T20:45:00.945Z | Downloaded hashbrown v0.12.3 |
| 745 | 2025-08-01T20:45:00.945Z | Downloaded group v0.13.0 |
| 746 | 2025-08-01T20:45:00.946Z | Downloaded futures-executor v0.3.31 |
| 747 | 2025-08-01T20:45:00.946Z | Downloaded funty v2.0.0 |
| 748 | 2025-08-01T20:45:00.950Z | Downloaded filetime v0.2.25 |
| 749 | 2025-08-01T20:45:00.950Z | Downloaded tabwriter v1.4.0 |
| 750 | 2025-08-01T20:45:00.960Z | Downloaded newtype-uuid v1.2.4 |
| 751 | 2025-08-01T20:45:00.960Z | Downloaded csv-core v0.1.11 |
| 752 | 2025-08-01T20:45:00.960Z | Downloaded half v1.8.3 |
| 753 | 2025-08-01T20:45:00.968Z | Downloaded num_enum_derive v0.5.11 |
| 754 | 2025-08-01T20:45:00.968Z | Downloaded similar v2.7.0 |
| 755 | 2025-08-01T20:45:00.968Z | Downloaded rand_chacha v0.3.1 |
| 756 | 2025-08-01T20:45:00.976Z | Downloaded oxnet v0.1.3 |
| 757 | 2025-08-01T20:45:00.976Z | Downloaded oxide-tokio-rt v0.1.2 |
| 758 | 2025-08-01T20:45:00.976Z | Downloaded try-lock v0.2.5 |
| 759 | 2025-08-01T20:45:00.977Z | Downloaded jiff-static v0.2.15 |
| 760 | 2025-08-01T20:45:00.983Z | Downloaded allocator-api2 v0.2.21 |
| 761 | 2025-08-01T20:45:00.983Z | Downloaded tokio-rustls v0.24.1 |
| 762 | 2025-08-01T20:45:00.983Z | Downloaded hickory-resolver v0.24.4 |
| 763 | 2025-08-01T20:45:00.991Z | Downloaded vsss-rs v3.3.4 |
| 764 | 2025-08-01T20:45:00.991Z | Downloaded unicode-properties v0.1.3 |
| 765 | 2025-08-01T20:45:00.996Z | Downloaded crossbeam-utils v0.8.21 |
| 766 | 2025-08-01T20:45:00.996Z | Downloaded rustversion v1.0.17 |
| 767 | 2025-08-01T20:45:00.996Z | Downloaded progenitor-client v0.10.0 |
| 768 | 2025-08-01T20:45:01.006Z | Downloaded phf_shared v0.12.1 |
| 769 | 2025-08-01T20:45:01.006Z | Downloaded hyper-util v0.1.16 |
| 770 | 2025-08-01T20:45:01.011Z | Downloaded sqlformat v0.3.5 |
| 771 | 2025-08-01T20:45:01.011Z | Downloaded dyn-clone v1.0.19 |
| 772 | 2025-08-01T20:45:01.011Z | Downloaded env_filter v0.1.2 |
| 773 | 2025-08-01T20:45:01.015Z | Downloaded ff v0.13.0 |
| 774 | 2025-08-01T20:45:01.015Z | Downloaded newtype_derive v0.1.6 |
| 775 | 2025-08-01T20:45:01.018Z | Downloaded progenitor v0.10.0 |
| 776 | 2025-08-01T20:45:01.018Z | Downloaded secrecy v0.10.3 |
| 777 | 2025-08-01T20:45:01.022Z | Downloaded futures-channel v0.3.31 |
| 778 | 2025-08-01T20:45:01.022Z | Downloaded schemars v0.8.22 |
| 779 | 2025-08-01T20:45:01.034Z | Downloaded num-derive v0.4.2 |
| 780 | 2025-08-01T20:45:01.038Z | Downloaded slog-stdlog v4.1.1 |
| 781 | 2025-08-01T20:45:01.038Z | Downloaded slog-scope v4.4.0 |
| 782 | 2025-08-01T20:45:01.043Z | Downloaded snafu-derive v0.8.5 |
| 783 | 2025-08-01T20:45:01.043Z | Downloaded enum-as-inner v0.6.1 |
| 784 | 2025-08-01T20:45:01.050Z | Downloaded hyper v1.6.0 |
| 785 | 2025-08-01T20:45:01.053Z | Downloaded tui-tree-widget v0.23.1 |
| 786 | 2025-08-01T20:45:01.053Z | Downloaded daft-derive v0.1.4 |
| 787 | 2025-08-01T20:45:01.059Z | Downloaded peg-runtime v0.8.5 |
| 788 | 2025-08-01T20:45:01.059Z | Downloaded num-conv v0.1.0 |
| 789 | 2025-08-01T20:45:01.063Z | Downloaded darling v0.20.10 |
| 790 | 2025-08-01T20:45:01.063Z | Downloaded shlex v1.3.0 |
| 791 | 2025-08-01T20:45:01.067Z | Downloaded precomputed-hash v0.1.1 |
| 792 | 2025-08-01T20:45:01.067Z | Downloaded serde_with_macros v3.14.0 |
| 793 | 2025-08-01T20:45:01.070Z | Downloaded pin-project-internal v1.1.6 |
| 794 | 2025-08-01T20:45:01.070Z | Downloaded uzers v0.12.1 |
| 795 | 2025-08-01T20:45:01.075Z | Downloaded multer v3.1.0 |
| 796 | 2025-08-01T20:45:01.079Z | Downloaded socket2 v0.5.10 |
| 797 | 2025-08-01T20:45:01.079Z | Downloaded zeroize_derive v1.4.2 |
| 798 | 2025-08-01T20:45:01.083Z | Downloaded bytes v1.10.1 |
| 799 | 2025-08-01T20:45:01.088Z | Downloaded glob v0.3.2 |
| 800 | 2025-08-01T20:45:01.088Z | Downloaded tungstenite v0.21.0 |
| 801 | 2025-08-01T20:45:01.091Z | Downloaded zstd v0.13.3 |
| 802 | 2025-08-01T20:45:01.095Z | Downloaded xshell v0.2.7 |
| 803 | 2025-08-01T20:45:01.098Z | Downloaded oso v0.27.3 |
| 804 | 2025-08-01T20:45:01.103Z | Downloaded ref-cast-impl v1.0.24 |
| 805 | 2025-08-01T20:45:01.103Z | Downloaded rsa v0.9.6 |
| 806 | 2025-08-01T20:45:01.107Z | Downloaded num-derive v0.3.3 |
| 807 | 2025-08-01T20:45:01.112Z | Downloaded unicode_categories v0.1.1 |
| 808 | 2025-08-01T20:45:01.112Z | Downloaded hickory-server v0.25.2 |
| 809 | 2025-08-01T20:45:01.116Z | Downloaded twox-hash v2.1.0 |
| 810 | 2025-08-01T20:45:01.120Z | Downloaded void v1.0.2 |
| 811 | 2025-08-01T20:45:01.120Z | Downloaded darling v0.21.0 |
| 812 | 2025-08-01T20:45:01.125Z | Downloaded derive_builder_macro v0.20.2 |
| 813 | 2025-08-01T20:45:01.129Z | Downloaded pem v3.0.5 |
| 814 | 2025-08-01T20:45:01.129Z | Downloaded der_derive v0.7.3 |
| 815 | 2025-08-01T20:45:01.129Z | Downloaded value-bag v1.9.0 |
| 816 | 2025-08-01T20:45:01.133Z | Downloaded ppv-lite86 v0.2.20 |
| 817 | 2025-08-01T20:45:01.137Z | Downloaded powerfmt v0.2.0 |
| 818 | 2025-08-01T20:45:01.137Z | Downloaded pin-project v1.1.6 |
| 819 | 2025-08-01T20:45:01.147Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 820 | 2025-08-01T20:45:01.151Z | Downloaded polyval v0.6.2 |
| 821 | 2025-08-01T20:45:01.151Z | Downloaded yasna v0.5.2 |
| 822 | 2025-08-01T20:45:01.154Z | Downloaded iddqd v0.3.9 |
| 823 | 2025-08-01T20:45:01.160Z | Downloaded futures-io v0.3.31 |
| 824 | 2025-08-01T20:45:01.164Z | Downloaded num v0.4.3 |
| 825 | 2025-08-01T20:45:01.164Z | Downloaded foreign-types v0.3.2 |
| 826 | 2025-08-01T20:45:01.168Z | Downloaded normalize-line-endings v0.3.0 |
| 827 | 2025-08-01T20:45:01.168Z | Downloaded nodrop v0.1.14 |
| 828 | 2025-08-01T20:45:01.168Z | Downloaded globwalk v0.9.1 |
| 829 | 2025-08-01T20:45:01.171Z | Downloaded parking_lot_core v0.8.6 |
| 830 | 2025-08-01T20:45:01.175Z | Downloaded unicode-segmentation v1.12.0 |
| 831 | 2025-08-01T20:45:01.179Z | Downloaded aes-gcm v0.10.3 |
| 832 | 2025-08-01T20:45:01.183Z | Downloaded thiserror-no-std v2.0.2 |
| 833 | 2025-08-01T20:45:01.186Z | Downloaded packed_struct_codegen v0.10.1 |
| 834 | 2025-08-01T20:45:01.186Z | Downloaded utf-8 v0.7.6 |
| 835 | 2025-08-01T20:45:01.190Z | Downloaded universal-hash v0.5.1 |
| 836 | 2025-08-01T20:45:01.190Z | Downloaded peg-macros v0.8.5 |
| 837 | 2025-08-01T20:45:01.193Z | Downloaded russh-cryptovec v0.7.3 |
| 838 | 2025-08-01T20:45:01.194Z | Downloaded topological-sort v0.2.2 |
| 839 | 2025-08-01T20:45:01.198Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 840 | 2025-08-01T20:45:01.198Z | Downloaded strum v0.27.2 |
| 841 | 2025-08-01T20:45:01.202Z | Downloaded predicates v3.1.3 |
| 842 | 2025-08-01T20:45:01.202Z | Downloaded sigpipe v0.1.3 |
| 843 | 2025-08-01T20:45:01.205Z | Downloaded rtoolbox v0.0.2 |
| 844 | 2025-08-01T20:45:01.205Z | Downloaded ed25519 v2.2.3 |
| 845 | 2025-08-01T20:45:01.209Z | Downloaded gethostname v0.5.0 |
| 846 | 2025-08-01T20:45:01.209Z | Downloaded zstd-safe v7.2.3 |
| 847 | 2025-08-01T20:45:01.212Z | Downloaded progenitor-impl v0.10.0 |
| 848 | 2025-08-01T20:45:01.217Z | Downloaded ref-cast v1.0.24 |
| 849 | 2025-08-01T20:45:01.220Z | Downloaded signature v2.2.0 |
| 850 | 2025-08-01T20:45:01.220Z | Downloaded pin-utils v0.1.0 |
| 851 | 2025-08-01T20:45:01.220Z | Downloaded parse-display v0.10.0 |
| 852 | 2025-08-01T20:45:01.223Z | Downloaded time-macros v0.2.18 |
| 853 | 2025-08-01T20:45:01.228Z | Downloaded progenitor-impl v0.8.0 |
| 854 | 2025-08-01T20:45:01.228Z | Downloaded dirs-next v2.0.0 |
| 855 | 2025-08-01T20:45:01.233Z | Downloaded aes v0.8.4 |
| 856 | 2025-08-01T20:45:01.236Z | Downloaded strum_macros v0.27.1 |
| 857 | 2025-08-01T20:45:01.236Z | Downloaded want v0.3.1 |
| 858 | 2025-08-01T20:45:01.241Z | Downloaded tinyvec_macros v0.1.1 |
| 859 | 2025-08-01T20:45:01.241Z | Downloaded sync_wrapper v1.0.1 |
| 860 | 2025-08-01T20:45:01.241Z | Downloaded parking_lot v0.12.3 |
| 861 | 2025-08-01T20:45:01.244Z | Downloaded libm v0.2.8 |
| 862 | 2025-08-01T20:45:01.250Z | Downloaded parking_lot_core v0.9.10 |
| 863 | 2025-08-01T20:45:01.254Z | Downloaded fxhash v0.2.1 |
| 864 | 2025-08-01T20:45:01.258Z | Downloaded debug-ignore v1.0.5 |
| 865 | 2025-08-01T20:45:01.258Z | Downloaded miniz_oxide v0.8.5 |
| 866 | 2025-08-01T20:45:01.262Z | Downloaded progenitor v0.9.1 |
| 867 | 2025-08-01T20:45:01.265Z | Downloaded derive_builder_core v0.20.2 |
| 868 | 2025-08-01T20:45:01.265Z | Downloaded iri-string v0.7.8 |
| 869 | 2025-08-01T20:45:01.271Z | Downloaded fixedbitset v0.4.2 |
| 870 | 2025-08-01T20:45:01.275Z | Downloaded memoffset v0.9.1 |
| 871 | 2025-08-01T20:45:01.276Z | Downloaded nu-ansi-term v0.50.1 |
| 872 | 2025-08-01T20:45:01.282Z | Downloaded ghash v0.5.1 |
| 873 | 2025-08-01T20:45:01.285Z | Downloaded futures-sink v0.3.31 |
| 874 | 2025-08-01T20:45:01.285Z | Downloaded signal-hook v0.3.18 |
| 875 | 2025-08-01T20:45:01.285Z | Downloaded zip v0.6.6 |
| 876 | 2025-08-01T20:45:01.289Z | Downloaded tokio-tungstenite v0.23.1 |
| 877 | 2025-08-01T20:45:01.293Z | Downloaded psl-types v2.0.11 |
| 878 | 2025-08-01T20:45:01.297Z | Downloaded signal-hook-tokio v0.3.1 |
| 879 | 2025-08-01T20:45:01.297Z | Downloaded unsafe-libyaml v0.2.11 |
| 880 | 2025-08-01T20:45:01.300Z | Downloaded rpassword v7.4.0 |
| 881 | 2025-08-01T20:45:01.300Z | Downloaded scopeguard v1.2.0 |
| 882 | 2025-08-01T20:45:01.306Z | Downloaded xshell-macros v0.2.7 |
| 883 | 2025-08-01T20:45:01.306Z | Downloaded waitgroup v0.1.2 |
| 884 | 2025-08-01T20:45:01.310Z | Downloaded vte_generate_state_changes v0.1.2 |
| 885 | 2025-08-01T20:45:01.311Z | Downloaded rfc6979 v0.4.0 |
| 886 | 2025-08-01T20:45:01.311Z | Downloaded steno v0.4.1 |
| 887 | 2025-08-01T20:45:01.314Z | Downloaded sct v0.7.1 |
| 888 | 2025-08-01T20:45:01.317Z | Downloaded strum v0.26.3 |
| 889 | 2025-08-01T20:45:01.317Z | Downloaded rand v0.9.1 |
| 890 | 2025-08-01T20:45:01.321Z | Downloaded data-encoding v2.9.0 |
| 891 | 2025-08-01T20:45:01.326Z | Downloaded defmt-parser v0.3.4 |
| 892 | 2025-08-01T20:45:01.326Z | Downloaded defmt v0.3.8 |
| 893 | 2025-08-01T20:45:01.329Z | Downloaded defmt-macros v0.3.9 |
| 894 | 2025-08-01T20:45:01.333Z | Downloaded pretty-hex v0.2.1 |
| 895 | 2025-08-01T20:45:01.333Z | Downloaded pbkdf2 v0.12.2 |
| 896 | 2025-08-01T20:45:01.336Z | Downloaded olpc-cjson v0.1.4 |
| 897 | 2025-08-01T20:45:01.336Z | Downloaded mime v0.3.17 |
| 898 | 2025-08-01T20:45:01.340Z | Downloaded tokio-tungstenite v0.21.0 |
| 899 | 2025-08-01T20:45:01.343Z | Downloaded postcard v1.0.10 |
| 900 | 2025-08-01T20:45:01.343Z | Downloaded itertools v0.13.0 |
| 901 | 2025-08-01T20:45:01.350Z | Downloaded uuid v1.17.0 |
| 902 | 2025-08-01T20:45:01.354Z | Downloaded unicode-bidi v0.3.17 |
| 903 | 2025-08-01T20:45:01.357Z | Downloaded wyz v0.5.1 |
| 904 | 2025-08-01T20:45:01.361Z | Downloaded supports-color v3.0.2 |
| 905 | 2025-08-01T20:45:01.361Z | Downloaded subtle v2.6.1 |
| 906 | 2025-08-01T20:45:01.364Z | Downloaded sync-ptr v0.1.4 |
| 907 | 2025-08-01T20:45:01.364Z | Downloaded bindgen v0.71.1 |
| 908 | 2025-08-01T20:45:01.370Z | Downloaded foreign-types v0.5.0 |
| 909 | 2025-08-01T20:45:01.374Z | Downloaded foldhash v0.1.5 |
| 910 | 2025-08-01T20:45:01.377Z | Downloaded minimal-lexical v0.2.1 |
| 911 | 2025-08-01T20:45:01.380Z | Downloaded memmap2 v0.9.5 |
| 912 | 2025-08-01T20:45:01.384Z | Downloaded serde_bytes v0.11.17 |
| 913 | 2025-08-01T20:45:01.384Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2025-08-01T20:45:01.387Z | Downloaded flagset v0.4.6 |
| 915 | 2025-08-01T20:45:01.392Z | Downloaded walkdir v2.5.0 |
| 916 | 2025-08-01T20:45:01.392Z | Downloaded tokio-rustls v0.26.0 |
| 917 | 2025-08-01T20:45:01.396Z | Downloaded darling_macro v0.21.0 |
| 918 | 2025-08-01T20:45:01.396Z | Downloaded wait-timeout v0.2.0 |
| 919 | 2025-08-01T20:45:01.399Z | Downloaded typify-macro v0.3.0 |
| 920 | 2025-08-01T20:45:01.399Z | Downloaded fd-lock v4.0.2 |
| 921 | 2025-08-01T20:45:01.400Z | Downloaded num_threads v0.1.7 |
| 922 | 2025-08-01T20:45:01.403Z | Downloaded semver v0.1.20 |
| 923 | 2025-08-01T20:45:01.403Z | Downloaded r2d2 v0.8.10 |
| 924 | 2025-08-01T20:45:01.406Z | Downloaded structmeta v0.3.0 |
| 925 | 2025-08-01T20:45:01.406Z | Downloaded unicase v2.7.0 |
| 926 | 2025-08-01T20:45:01.410Z | Downloaded mio v1.0.2 |
| 927 | 2025-08-01T20:45:01.413Z | Downloaded pem-rfc7468 v0.7.0 |
| 928 | 2025-08-01T20:45:01.418Z | Downloaded unarray v0.1.4 |
| 929 | 2025-08-01T20:45:01.418Z | Downloaded same-file v1.0.6 |
| 930 | 2025-08-01T20:45:01.424Z | Downloaded salsa20 v0.10.2 |
| 931 | 2025-08-01T20:45:01.424Z | Downloaded smallvec v0.6.14 |
| 932 | 2025-08-01T20:45:01.427Z | Downloaded getrandom v0.2.15 |
| 933 | 2025-08-01T20:45:01.427Z | Downloaded parse-size v1.1.0 |
| 934 | 2025-08-01T20:45:01.427Z | Downloaded radium v0.7.0 |
| 935 | 2025-08-01T20:45:01.427Z | Downloaded progenitor-macro v0.10.0 |
| 936 | 2025-08-01T20:45:01.432Z | Downloaded progenitor v0.8.0 |
| 937 | 2025-08-01T20:45:01.432Z | Downloaded tracing-attributes v0.1.27 |
| 938 | 2025-08-01T20:45:01.436Z | Downloaded rayon v1.10.0 |
| 939 | 2025-08-01T20:45:01.441Z | Downloaded tinyvec v1.8.0 |
| 940 | 2025-08-01T20:45:01.445Z | Downloaded subprocess v0.2.9 |
| 941 | 2025-08-01T20:45:01.448Z | Downloaded zone_cfg_derive v0.3.0 |
| 942 | 2025-08-01T20:45:01.448Z | Downloaded path-slash v0.1.5 |
| 943 | 2025-08-01T20:45:01.451Z | Downloaded num_enum v0.5.11 |
| 944 | 2025-08-01T20:45:01.455Z | Downloaded nibble_vec v0.1.0 |
| 945 | 2025-08-01T20:45:01.458Z | Downloaded quinn v0.11.5 |
| 946 | 2025-08-01T20:45:01.463Z | Downloaded pbkdf2 v0.11.0 |
| 947 | 2025-08-01T20:45:01.466Z | Downloaded opaque-debug v0.3.1 |
| 948 | 2025-08-01T20:45:01.466Z | Downloaded futures-macro v0.3.31 |
| 949 | 2025-08-01T20:45:01.466Z | Downloaded num-iter v0.1.45 |
| 950 | 2025-08-01T20:45:01.466Z | Downloaded num-integer v0.1.46 |
| 951 | 2025-08-01T20:45:01.470Z | Downloaded siphasher v1.0.1 |
| 952 | 2025-08-01T20:45:01.470Z | Downloaded futures-task v0.3.31 |
| 953 | 2025-08-01T20:45:01.474Z | Downloaded omicron-zone-package v0.12.2 |
| 954 | 2025-08-01T20:45:01.474Z | Downloaded slab v0.4.9 |
| 955 | 2025-08-01T20:45:01.477Z | Downloaded slog-async v2.8.0 |
| 956 | 2025-08-01T20:45:01.477Z | Downloaded postgres-protocol v0.6.8 |
| 957 | 2025-08-01T20:45:01.481Z | Downloaded take_mut v0.2.2 |
| 958 | 2025-08-01T20:45:01.481Z | Downloaded darling_macro v0.20.10 |
| 959 | 2025-08-01T20:45:01.485Z | Downloaded typify-macro v0.2.0 |
| 960 | 2025-08-01T20:45:01.485Z | Downloaded predicates-core v1.0.8 |
| 961 | 2025-08-01T20:45:01.485Z | Downloaded diesel-dtrace v0.4.2 |
| 962 | 2025-08-01T20:45:01.488Z | Downloaded num-bigint v0.4.6 |
| 963 | 2025-08-01T20:45:01.491Z | Downloaded rustls-pki-types v1.10.0 |
| 964 | 2025-08-01T20:45:01.495Z | Downloaded fatfs v0.3.6 |
| 965 | 2025-08-01T20:45:01.498Z | Downloaded pkg-config v0.3.31 |
| 966 | 2025-08-01T20:45:01.498Z | Downloaded foreign-types-macros v0.2.3 |
| 967 | 2025-08-01T20:45:01.502Z | Downloaded xz2 v0.1.7 |
| 968 | 2025-08-01T20:45:01.502Z | Downloaded pkcs5 v0.7.1 |
| 969 | 2025-08-01T20:45:01.505Z | Downloaded proc-macro-crate v1.3.1 |
| 970 | 2025-08-01T20:45:01.510Z | Downloaded qorb v0.4.0 |
| 971 | 2025-08-01T20:45:01.513Z | Downloaded slog-json v2.6.1 |
| 972 | 2025-08-01T20:45:01.513Z | Downloaded simd-adler32 v0.3.7 |
| 973 | 2025-08-01T20:45:01.517Z | Downloaded signal-hook-registry v1.4.2 |
| 974 | 2025-08-01T20:45:01.517Z | Downloaded tap v1.0.1 |
| 975 | 2025-08-01T20:45:01.518Z | Downloaded signal-hook-mio v0.2.4 |
| 976 | 2025-08-01T20:45:01.521Z | Downloaded fallible-iterator v0.2.0 |
| 977 | 2025-08-01T20:45:01.521Z | Downloaded password-hash v0.5.0 |
| 978 | 2025-08-01T20:45:01.521Z | Downloaded difflib v0.4.0 |
| 979 | 2025-08-01T20:45:01.524Z | Downloaded packed_struct v0.10.1 |
| 980 | 2025-08-01T20:45:01.524Z | Downloaded zone_cfg_derive v0.1.2 |
| 981 | 2025-08-01T20:45:01.528Z | Downloaded tokio-stream v0.1.17 |
| 982 | 2025-08-01T20:45:01.532Z | Downloaded num-rational v0.4.2 |
| 983 | 2025-08-01T20:45:01.532Z | Downloaded zeroize v1.8.1 |
| 984 | 2025-08-01T20:45:01.536Z | Downloaded fixedbitset v0.5.7 |
| 985 | 2025-08-01T20:45:01.536Z | Downloaded tagptr v0.2.0 |
| 986 | 2025-08-01T20:45:01.539Z | Downloaded papergrid v0.14.0 |
| 987 | 2025-08-01T20:45:01.542Z | Downloaded quinn-proto v0.11.8 |
| 988 | 2025-08-01T20:45:01.546Z | Downloaded embedded-io v0.4.0 |
| 989 | 2025-08-01T20:45:01.549Z | Downloaded poly1305 v0.8.0 |
| 990 | 2025-08-01T20:45:01.554Z | Downloaded tracing-core v0.1.32 |
| 991 | 2025-08-01T20:45:01.558Z | Downloaded password-hash v0.4.2 |
| 992 | 2025-08-01T20:45:01.558Z | Downloaded pretty_assertions v1.4.1 |
| 993 | 2025-08-01T20:45:01.558Z | Downloaded typify v0.3.0 |
| 994 | 2025-08-01T20:45:01.561Z | Downloaded russh-keys v0.45.0 |
| 995 | 2025-08-01T20:45:01.564Z | Downloaded env_logger v0.11.5 |
| 996 | 2025-08-01T20:45:01.568Z | Downloaded fs_extra v1.3.0 |
| 997 | 2025-08-01T20:45:01.568Z | Downloaded toml v0.7.8 |
| 998 | 2025-08-01T20:45:01.573Z | Downloaded stringprep v0.1.5 |
| 999 | 2025-08-01T20:45:01.577Z | Downloaded aho-corasick v1.1.3 |
| 1000 | 2025-08-01T20:45:01.582Z | Downloaded derive-ex v0.1.8 |
| 1001 | 2025-08-01T20:45:01.582Z | Downloaded lalrpop v0.19.12 |
| 1002 | 2025-08-01T20:45:01.589Z | Downloaded parse-display-derive v0.10.0 |
| 1003 | 2025-08-01T20:45:01.595Z | Downloaded derive_more v0.99.20 |
| 1004 | 2025-08-01T20:45:01.599Z | Downloaded ssh-key v0.6.6 |
| 1005 | 2025-08-01T20:45:01.603Z | Downloaded nom v7.1.3 |
| 1006 | 2025-08-01T20:45:01.606Z | Downloaded slog v2.7.0 |
| 1007 | 2025-08-01T20:45:01.610Z | Downloaded ed25519-dalek v2.1.1 |
| 1008 | 2025-08-01T20:45:01.614Z | Downloaded diesel_derives v2.2.3 |
| 1009 | 2025-08-01T20:45:01.618Z | Downloaded blake3 v1.5.4 |
| 1010 | 2025-08-01T20:45:01.638Z | Downloaded rustc-demangle v0.1.24 |
| 1011 | 2025-08-01T20:45:01.638Z | Downloaded darling_core v0.20.10 |
| 1012 | 2025-08-01T20:45:01.638Z | Downloaded darling_core v0.21.0 |
| 1013 | 2025-08-01T20:45:01.638Z | Downloaded samael v0.0.19 |
| 1014 | 2025-08-01T20:45:01.642Z | Downloaded zopfli v0.8.1 |
| 1015 | 2025-08-01T20:45:01.646Z | Downloaded tough v0.20.0 |
| 1016 | 2025-08-01T20:45:01.649Z | Downloaded rand v0.8.5 |
| 1017 | 2025-08-01T20:45:01.653Z | Downloaded derive_more v2.0.1 |
| 1018 | 2025-08-01T20:45:01.661Z | Downloaded prefix-trie v0.7.0 |
| 1019 | 2025-08-01T20:45:01.665Z | Downloaded serde_with v3.14.0 |
| 1020 | 2025-08-01T20:45:01.676Z | Downloaded rcgen v0.12.1 |
| 1021 | 2025-08-01T20:45:01.681Z | Downloaded tracing v0.1.40 |
| 1022 | 2025-08-01T20:45:01.685Z | Downloaded quick-xml v0.37.2 |
| 1023 | 2025-08-01T20:45:01.688Z | Downloaded bindgen v0.69.5 |
| 1024 | 2025-08-01T20:45:01.693Z | Downloaded ron v0.8.1 |
| 1025 | 2025-08-01T20:45:01.698Z | Downloaded zlib-rs v0.5.1 |
| 1026 | 2025-08-01T20:45:01.703Z | Downloaded winnow v0.5.40 |
| 1027 | 2025-08-01T20:45:01.711Z | Downloaded yansi v1.0.1 |
| 1028 | 2025-08-01T20:45:01.714Z | Downloaded salty v0.3.0 |
| 1029 | 2025-08-01T20:45:01.720Z | Downloaded toml_edit v0.19.15 |
| 1030 | 2025-08-01T20:45:01.735Z | Downloaded tower v0.5.2 |
| 1031 | 2025-08-01T20:45:01.744Z | Downloaded reedline v0.40.0 |
| 1032 | 2025-08-01T20:45:01.750Z | Downloaded zerocopy v0.8.26 |
| 1033 | 2025-08-01T20:45:01.771Z | Downloaded num-bigint-dig v0.8.4 |
| 1034 | 2025-08-01T20:45:01.775Z | Downloaded winnow v0.6.26 |
| 1035 | 2025-08-01T20:45:01.783Z | Downloaded futures-util v0.3.31 |
| 1036 | 2025-08-01T20:45:01.794Z | Downloaded bitvec v1.0.1 |
| 1037 | 2025-08-01T20:45:01.808Z | Downloaded tabled v0.18.0 |
| 1038 | 2025-08-01T20:45:01.824Z | Downloaded zip v4.2.0 |
| 1039 | 2025-08-01T20:45:01.828Z | Downloaded tokio-util v0.7.15 |
| 1040 | 2025-08-01T20:45:01.834Z | Downloaded regex-syntax v0.6.29 |
| 1041 | 2025-08-01T20:45:01.842Z | Downloaded petname v2.0.2 |
| 1042 | 2025-08-01T20:45:01.845Z | Downloaded chrono v0.4.41 |
| 1043 | 2025-08-01T20:45:01.852Z | Downloaded h2 v0.4.6 |
| 1044 | 2025-08-01T20:45:01.858Z | Downloaded vcpkg v0.2.15 |
| 1045 | 2025-08-01T20:45:01.893Z | Downloaded p521 v0.13.3 |
| 1046 | 2025-08-01T20:45:01.897Z | Downloaded moka v0.12.10 |
| 1047 | 2025-08-01T20:45:01.906Z | Downloaded reqwest v0.12.22 |
| 1048 | 2025-08-01T20:45:01.914Z | Downloaded portable-atomic v1.11.0 |
| 1049 | 2025-08-01T20:45:01.921Z | Downloaded rustls-webpki v0.101.7 |
| 1050 | 2025-08-01T20:45:01.935Z | Downloaded regress v0.10.4 |
| 1051 | 2025-08-01T20:45:01.942Z | Downloaded regex-syntax v0.8.5 |
| 1052 | 2025-08-01T20:45:01.949Z | Downloaded regex v1.11.1 |
| 1053 | 2025-08-01T20:45:01.960Z | Downloaded openssl v0.10.73 |
| 1054 | 2025-08-01T20:45:01.969Z | Downloaded proptest v1.7.0 |
| 1055 | 2025-08-01T20:45:01.977Z | Downloaded rustls v0.23.19 |
| 1056 | 2025-08-01T20:45:01.987Z | Downloaded hickory-proto v0.25.2 |
| 1057 | 2025-08-01T20:45:02.002Z | Downloaded polar-core v0.27.3 |
| 1058 | 2025-08-01T20:45:02.008Z | Downloaded rustls v0.21.12 |
| 1059 | 2025-08-01T20:45:02.018Z | Downloaded object v0.36.5 |
| 1060 | 2025-08-01T20:45:02.030Z | Downloaded webpki-roots v1.0.1 |
| 1061 | 2025-08-01T20:45:02.034Z | Downloaded radix_trie v0.2.1 |
| 1062 | 2025-08-01T20:45:02.038Z | Downloaded bstr v1.10.0 |
| 1063 | 2025-08-01T20:45:02.045Z | Downloaded object v0.30.4 |
| 1064 | 2025-08-01T20:45:02.054Z | Downloaded smoltcp v0.11.0 |
| 1065 | 2025-08-01T20:45:02.064Z | Downloaded diesel v2.2.11 |
| 1066 | 2025-08-01T20:45:02.082Z | Downloaded nix v0.30.1 |
| 1067 | 2025-08-01T20:45:02.092Z | Downloaded smoltcp v0.9.1 |
| 1068 | 2025-08-01T20:45:02.101Z | Downloaded sled v0.34.7 |
| 1069 | 2025-08-01T20:45:02.109Z | Downloaded nix v0.29.0 |
| 1070 | 2025-08-01T20:45:02.119Z | Downloaded nix v0.28.0 |
| 1071 | 2025-08-01T20:45:02.129Z | Downloaded typify-impl v0.4.1 |
| 1072 | 2025-08-01T20:45:02.141Z | Downloaded typify-impl v0.3.0 |
| 1073 | 2025-08-01T20:45:02.153Z | Downloaded openapiv3 v2.2.0 |
| 1074 | 2025-08-01T20:45:02.163Z | Downloaded rustls v0.22.4 |
| 1075 | 2025-08-01T20:45:02.175Z | Downloaded ratatui v0.29.0 |
| 1076 | 2025-08-01T20:45:02.193Z | Downloaded jiff v0.2.15 |
| 1077 | 2025-08-01T20:45:02.209Z | Downloaded typify-impl v0.2.0 |
| 1078 | 2025-08-01T20:45:02.218Z | Downloaded zerocopy-derive v0.6.6 |
| 1079 | 2025-08-01T20:45:02.228Z | Downloaded lzma-sys v0.1.20 |
| 1080 | 2025-08-01T20:45:02.252Z | Downloaded regex-automata v0.4.8 |
| 1081 | 2025-08-01T20:45:02.266Z | Downloaded gimli v0.31.1 |
| 1082 | 2025-08-01T20:45:02.272Z | Downloaded curve25519-dalek v4.1.3 |
| 1083 | 2025-08-01T20:45:02.280Z | Downloaded git2 v0.19.0 |
| 1084 | 2025-08-01T20:45:02.287Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1085 | 2025-08-01T20:45:02.297Z | Downloaded petgraph v0.6.5 |
| 1086 | 2025-08-01T20:45:02.312Z | Downloaded dropshot v0.16.2 |
| 1087 | 2025-08-01T20:45:02.336Z | Downloaded libz-sys v1.1.20 |
| 1088 | 2025-08-01T20:45:02.352Z | Downloaded hickory-proto v0.24.4 |
| 1089 | 2025-08-01T20:45:02.366Z | Downloaded nix v0.27.1 |
| 1090 | 2025-08-01T20:45:02.375Z | Downloaded crossterm v0.29.0 |
| 1091 | 2025-08-01T20:45:02.382Z | Downloaded p384 v0.13.0 |
| 1092 | 2025-08-01T20:45:02.389Z | Downloaded csv v1.3.1 |
| 1093 | 2025-08-01T20:45:02.405Z | Downloaded chrono-tz v0.10.4 |
| 1094 | 2025-08-01T20:45:02.421Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1095 | 2025-08-01T20:45:02.436Z | Downloaded zerocopy-derive v0.8.26 |
| 1096 | 2025-08-01T20:45:02.443Z | Downloaded test-strategy v0.4.3 |
| 1097 | 2025-08-01T20:45:02.448Z | Downloaded rustls-webpki v0.102.8 |
| 1098 | 2025-08-01T20:45:02.463Z | Downloaded sha3 v0.10.8 |
| 1099 | 2025-08-01T20:45:02.467Z | Downloaded tokio v1.47.0 |
| 1100 | 2025-08-01T20:45:02.503Z | Downloaded petgraph v0.8.2 |
| 1101 | 2025-08-01T20:45:02.520Z | Downloaded ron v0.7.1 |
| 1102 | 2025-08-01T20:45:02.524Z | Downloaded publicsuffix v2.3.0 |
| 1103 | 2025-08-01T20:45:02.528Z | Downloaded elliptic-curve v0.13.8 |
| 1104 | 2025-08-01T20:45:02.531Z | Downloaded tower-http v0.6.6 |
| 1105 | 2025-08-01T20:45:02.538Z | Downloaded sqlparser v0.45.0 |
| 1106 | 2025-08-01T20:45:02.542Z | Downloaded flate2 v1.1.2 |
| 1107 | 2025-08-01T20:45:02.546Z | Downloaded pkcs1 v0.7.5 |
| 1108 | 2025-08-01T20:45:02.550Z | Downloaded russh v0.45.0 |
| 1109 | 2025-08-01T20:45:02.554Z | Downloaded rustyline v14.0.0 |
| 1110 | 2025-08-01T20:45:02.558Z | Downloaded slog-bunyan v2.5.0 |
| 1111 | 2025-08-01T20:45:02.563Z | Downloaded pkcs8 v0.10.2 |
| 1112 | 2025-08-01T20:45:02.567Z | Downloaded typed-path v0.9.3 |
| 1113 | 2025-08-01T20:45:02.572Z | Downloaded float-ord v0.3.2 |
| 1114 | 2025-08-01T20:45:02.572Z | Downloaded float-cmp v0.10.0 |
| 1115 | 2025-08-01T20:45:02.572Z | Downloaded either v1.15.0 |
| 1116 | 2025-08-01T20:45:02.575Z | Downloaded slog-term v2.9.1 |
| 1117 | 2025-08-01T20:45:02.575Z | Downloaded rayon-core v1.12.1 |
| 1118 | 2025-08-01T20:45:02.579Z | Downloaded structmeta-derive v0.3.0 |
| 1119 | 2025-08-01T20:45:02.579Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1120 | 2025-08-01T20:45:02.582Z | Downloaded scrypt v0.11.0 |
| 1121 | 2025-08-01T20:45:02.582Z | Downloaded resolv-conf v0.7.0 |
| 1122 | 2025-08-01T20:45:02.582Z | Downloaded time v0.3.36 |
| 1123 | 2025-08-01T20:45:02.588Z | Downloaded der v0.7.9 |
| 1124 | 2025-08-01T20:45:02.593Z | Downloaded unicode-normalization v0.1.24 |
| 1125 | 2025-08-01T20:45:02.596Z | Downloaded typify v0.4.1 |
| 1126 | 2025-08-01T20:45:02.600Z | Downloaded snafu v0.8.5 |
| 1127 | 2025-08-01T20:45:02.605Z | Downloaded number_prefix v0.4.0 |
| 1128 | 2025-08-01T20:45:02.622Z | Downloaded paste v1.0.15 |
| 1129 | 2025-08-01T20:45:02.622Z | Downloaded mime_guess v2.0.5 |
| 1130 | 2025-08-01T20:45:02.622Z | Downloaded deranged v0.3.11 |
| 1131 | 2025-08-01T20:45:02.622Z | Downloaded ring v0.17.14 |
| 1132 | 2025-08-01T20:45:02.649Z | Downloaded tungstenite v0.23.0 |
| 1133 | 2025-08-01T20:45:02.653Z | Downloaded encoding_rs v0.8.34 |
| 1134 | 2025-08-01T20:45:02.671Z | Downloaded serde_cbor v0.11.2 |
| 1135 | 2025-08-01T20:45:02.675Z | Downloaded itertools v0.14.0 |
| 1136 | 2025-08-01T20:45:02.680Z | Downloaded whoami v1.5.2 |
| 1137 | 2025-08-01T20:45:02.684Z | Downloaded dropshot_endpoint v0.16.2 |
| 1138 | 2025-08-01T20:45:02.688Z | Downloaded derive_more-impl v2.0.1 |
| 1139 | 2025-08-01T20:45:02.691Z | Downloaded expectorate v1.2.0 |
| 1140 | 2025-08-01T20:45:02.691Z | Downloaded strum_macros v0.24.3 |
| 1141 | 2025-08-01T20:45:02.696Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1142 | 2025-08-01T20:45:02.743Z | Downloaded serde_derive_internals v0.29.1 |
| 1143 | 2025-08-01T20:45:02.746Z | Downloaded hkdf v0.12.4 |
| 1144 | 2025-08-01T20:45:02.746Z | Downloaded parking_lot v0.11.2 |
| 1145 | 2025-08-01T20:45:02.749Z | Downloaded peg v0.8.5 |
| 1146 | 2025-08-01T20:45:02.753Z | Downloaded progenitor-impl v0.9.1 |
| 1147 | 2025-08-01T20:45:02.756Z | Downloaded tokio-postgres v0.7.13 |
| 1148 | 2025-08-01T20:45:02.760Z | Downloaded ecdsa v0.16.9 |
| 1149 | 2025-08-01T20:45:02.760Z | Downloaded cc v1.2.30 |
| 1150 | 2025-08-01T20:45:02.763Z | Downloaded postgres-types v0.2.9 |
| 1151 | 2025-08-01T20:45:02.767Z | Downloaded serde_urlencoded v0.7.1 |
| 1152 | 2025-08-01T20:45:02.767Z | Downloaded serde_plain v1.0.2 |
| 1153 | 2025-08-01T20:45:02.771Z | Downloaded num-complex v0.4.6 |
| 1154 | 2025-08-01T20:45:02.771Z | Downloaded libxml v0.3.3 |
| 1155 | 2025-08-01T20:45:02.774Z | Downloaded diff v0.1.13 |
| 1156 | 2025-08-01T20:45:02.778Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1157 | 2025-08-01T20:45:02.782Z | Downloaded itertools v0.10.5 |
| 1158 | 2025-08-01T20:45:02.785Z | Downloaded untrusted v0.9.0 |
| 1159 | 2025-08-01T20:45:02.789Z | Downloaded unit-prefix v0.5.1 |
| 1160 | 2025-08-01T20:45:02.789Z | Downloaded serde_path_to_error v0.1.17 |
| 1161 | 2025-08-01T20:45:02.789Z | Downloaded tar v0.4.44 |
| 1162 | 2025-08-01T20:45:02.792Z | Downloaded crypto-bigint v0.5.5 |
| 1163 | 2025-08-01T20:45:02.797Z | Downloaded x509-cert v0.2.5 |
| 1164 | 2025-08-01T20:45:02.802Z | Downloaded dsl_auto_type v0.1.2 |
| 1165 | 2025-08-01T20:45:02.805Z | Downloaded tiny-keccak v2.0.2 |
| 1166 | 2025-08-01T20:45:02.805Z | Downloaded strum_macros v0.26.4 |
| 1167 | 2025-08-01T20:45:02.809Z | Downloaded quick-error v1.2.3 |
| 1168 | 2025-08-01T20:45:02.809Z | Downloaded vergen v8.3.2 |
| 1169 | 2025-08-01T20:45:02.812Z | Downloaded p256 v0.13.2 |
| 1170 | 2025-08-01T20:45:02.816Z | Downloaded futures v0.3.31 |
| 1171 | 2025-08-01T20:45:02.819Z | Downloaded flume v0.11.1 |
| 1172 | 2025-08-01T20:45:02.823Z | Downloaded zone v0.3.1 |
| 1173 | 2025-08-01T20:45:02.823Z | Downloaded rustls-pemfile v2.2.0 |
| 1174 | 2025-08-01T20:45:02.826Z | Downloaded env_logger v0.10.2 |
| 1175 | 2025-08-01T20:45:02.826Z | Downloaded pin-project-lite v0.2.14 |
| 1176 | 2025-08-01T20:45:02.830Z | Downloaded openssl-sys v0.9.109 |
| 1177 | 2025-08-01T20:45:02.834Z | Downloaded itertools v0.12.1 |
| 1178 | 2025-08-01T20:45:02.840Z | Downloaded crossbeam-channel v0.5.15 |
| 1179 | 2025-08-01T20:45:02.844Z | Downloaded const_format v0.2.34 |
| 1180 | 2025-08-01T20:45:02.849Z | Downloaded zerocopy v0.6.6 |
| 1181 | 2025-08-01T20:45:02.852Z | Downloaded aws-lc-rs v1.12.4 |
| 1182 | 2025-08-01T20:45:02.858Z | Downloaded tls_codec v0.4.1 |
| 1183 | 2025-08-01T20:45:02.861Z | Downloaded fs-err v2.11.0 |
| 1184 | 2025-08-01T20:45:02.861Z | Downloaded daft v0.1.4 |
| 1185 | 2025-08-01T20:45:02.865Z | Downloaded derive-where v1.5.0 |
| 1186 | 2025-08-01T20:45:02.869Z | Downloaded tls_codec_derive v0.4.1 |
| 1187 | 2025-08-01T20:45:02.869Z | Downloaded endian-type v0.1.2 |
| 1188 | 2025-08-01T20:45:02.869Z | Downloaded dunce v1.0.5 |
| 1189 | 2025-08-01T20:45:02.869Z | Downloaded owo-colors v4.2.2 |
| 1190 | 2025-08-01T20:45:02.872Z | Downloaded secrecy v0.8.0 |
| 1191 | 2025-08-01T20:45:02.872Z | Downloaded sec1 v0.7.3 |
| 1192 | 2025-08-01T20:45:02.876Z | Downloaded rustc_version v0.4.1 |
| 1193 | 2025-08-01T20:45:02.876Z | Downloaded rustc_version v0.1.7 |
| 1194 | 2025-08-01T20:45:02.876Z | Downloaded foreign-types-shared v0.3.1 |
| 1195 | 2025-08-01T20:45:02.876Z | Downloaded untrusted v0.7.1 |
| 1196 | 2025-08-01T20:45:02.880Z | Downloaded tokio-dtrace v0.1.0 |
| 1197 | 2025-08-01T20:45:02.880Z | Downloaded termtree v0.5.1 |
| 1198 | 2025-08-01T20:45:02.880Z | Downloaded termios v0.3.3 |
| 1199 | 2025-08-01T20:45:02.880Z | Downloaded support-bundle-viewer v0.1.2 |
| 1200 | 2025-08-01T20:45:02.883Z | Downloaded native-tls v0.2.12 |
| 1201 | 2025-08-01T20:45:02.883Z | Downloaded prettyplease v0.2.36 |
| 1202 | 2025-08-01T20:45:02.887Z | Downloaded embedded-io v0.6.1 |
| 1203 | 2025-08-01T20:45:02.887Z | Downloaded string_cache v0.8.9 |
| 1204 | 2025-08-01T20:45:02.891Z | Downloaded static_assertions v1.1.0 |
| 1205 | 2025-08-01T20:45:02.891Z | Downloaded socket2 v0.6.0 |
| 1206 | 2025-08-01T20:45:02.894Z | Downloaded http v1.3.1 |
| 1207 | 2025-08-01T20:45:02.897Z | Downloaded hashbrown v0.13.2 |
| 1208 | 2025-08-01T20:45:02.901Z | Downloaded crc-any v2.5.0 |
| 1209 | 2025-08-01T20:45:02.901Z | Downloaded hickory-resolver v0.25.2 |
| 1210 | 2025-08-01T20:45:02.904Z | Downloaded phf_shared v0.11.2 |
| 1211 | 2025-08-01T20:45:02.908Z | Downloaded phf v0.12.1 |
| 1212 | 2025-08-01T20:45:02.908Z | Downloaded phf v0.11.2 |
| 1213 | 2025-08-01T20:45:02.908Z | Downloaded chacha20poly1305 v0.10.1 |
| 1214 | 2025-08-01T20:45:02.911Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1215 | 2025-08-01T20:45:02.911Z | Downloaded derive_builder v0.20.2 |
| 1216 | 2025-08-01T20:45:02.914Z | Downloaded indicatif v0.17.11 |
| 1217 | 2025-08-01T20:45:02.918Z | Downloaded nanorand v0.7.0 |
| 1218 | 2025-08-01T20:45:02.921Z | Downloaded des v0.8.1 |
| 1219 | 2025-08-01T20:45:02.921Z | Downloaded cookie v0.18.1 |
| 1220 | 2025-08-01T20:45:02.924Z | Downloaded crc32fast v1.4.2 |
| 1221 | 2025-08-01T20:45:02.924Z | Downloaded convert_case v0.7.1 |
| 1222 | 2025-08-01T20:45:02.928Z | Downloaded clang-sys v1.8.1 |
| 1223 | 2025-08-01T20:45:02.928Z | Downloaded bzip2 v0.4.4 |
| 1224 | 2025-08-01T20:45:02.931Z | Downloaded bit-vec v0.8.0 |
| 1225 | 2025-08-01T20:45:02.931Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1226 | 2025-08-01T20:45:02.931Z | Downloaded ciborium v0.2.2 |
| 1227 | 2025-08-01T20:45:02.934Z | Downloaded quinn-udp v0.5.5 |
| 1228 | 2025-08-01T20:45:02.934Z | Downloaded is-terminal v0.4.13 |
| 1229 | 2025-08-01T20:45:02.935Z | Downloaded cookie_store v0.21.1 |
| 1230 | 2025-08-01T20:45:02.938Z | Downloaded bitfield v0.14.0 |
| 1231 | 2025-08-01T20:45:02.938Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1232 | 2025-08-01T20:45:02.938Z | Downloaded ssh-encoding v0.2.0 |
| 1233 | 2025-08-01T20:45:02.941Z | Downloaded ssh-cipher v0.2.0 |
| 1234 | 2025-08-01T20:45:02.941Z | Downloaded globset v0.4.15 |
| 1235 | 2025-08-01T20:45:02.941Z | Downloaded const-oid v0.9.6 |
| 1236 | 2025-08-01T20:45:02.946Z | Downloaded smf v0.2.3 |
| 1237 | 2025-08-01T20:45:02.946Z | Downloaded heapless v0.8.0 |
| 1238 | 2025-08-01T20:45:02.951Z | Downloaded schemars_derive v0.8.22 |
| 1239 | 2025-08-01T20:45:02.951Z | Downloaded lockfree-object-pool v0.1.6 |
| 1240 | 2025-08-01T20:45:02.955Z | Downloaded ipnet v2.11.0 |
| 1241 | 2025-08-01T20:45:02.955Z | Downloaded httparse v1.9.5 |
| 1242 | 2025-08-01T20:45:02.958Z | Downloaded jobserver v0.1.32 |
| 1243 | 2025-08-01T20:45:02.958Z | Downloaded progenitor-macro v0.9.1 |
| 1244 | 2025-08-01T20:45:02.958Z | Downloaded progenitor-macro v0.8.0 |
| 1245 | 2025-08-01T20:45:02.958Z | Downloaded primeorder v0.13.6 |
| 1246 | 2025-08-01T20:45:02.962Z | Downloaded crc v3.2.1 |
| 1247 | 2025-08-01T20:45:02.962Z | Downloaded chacha20 v0.9.1 |
| 1248 | 2025-08-01T20:45:02.965Z | Downloaded cassowary v0.3.0 |
| 1249 | 2025-08-01T20:45:02.965Z | Downloaded buf-list v1.0.3 |
| 1250 | 2025-08-01T20:45:02.969Z | Downloaded blowfish v0.9.1 |
| 1251 | 2025-08-01T20:45:02.969Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1252 | 2025-08-01T20:45:02.969Z | Downloaded rustc-hash v2.1.1 |
| 1253 | 2025-08-01T20:45:02.969Z | Downloaded rustc-hash v1.1.0 |
| 1254 | 2025-08-01T20:45:02.972Z | Downloaded rand_xorshift v0.4.0 |
| 1255 | 2025-08-01T20:45:02.972Z | Downloaded rand_chacha v0.9.0 |
| 1256 | 2025-08-01T20:45:02.972Z | Downloaded kstat-rs v0.2.4 |
| 1257 | 2025-08-01T20:45:02.976Z | Downloaded ingot-types v0.1.2 |
| 1258 | 2025-08-01T20:45:02.976Z | Downloaded highway v1.3.0 |
| 1259 | 2025-08-01T20:45:02.976Z | Downloaded cargo-platform v0.1.8 |
| 1260 | 2025-08-01T20:45:02.979Z | Downloaded block-padding v0.3.3 |
| 1261 | 2025-08-01T20:45:02.979Z | Downloaded bit-vec v0.6.3 |
| 1262 | 2025-08-01T20:45:02.979Z | Downloaded lazy_static v1.5.0 |
| 1263 | 2025-08-01T20:45:02.983Z | Downloaded ipnetwork v0.21.1 |
| 1264 | 2025-08-01T20:45:02.983Z | Downloaded indoc v2.0.6 |
| 1265 | 2025-08-01T20:45:02.986Z | Downloaded convert_case v0.4.0 |
| 1266 | 2025-08-01T20:45:02.986Z | Downloaded cipher v0.4.4 |
| 1267 | 2025-08-01T20:45:02.986Z | Downloaded ciborium-ll v0.2.2 |
| 1268 | 2025-08-01T20:45:02.990Z | Downloaded cexpr v0.6.0 |
| 1269 | 2025-08-01T20:45:02.990Z | Downloaded castaway v0.2.3 |
| 1270 | 2025-08-01T20:45:02.990Z | Downloaded bitfield-struct v0.6.2 |
| 1271 | 2025-08-01T20:45:02.993Z | Downloaded atomic-waker v1.1.2 |
| 1272 | 2025-08-01T20:45:02.993Z | Downloaded async-recursion v1.1.1 |
| 1273 | 2025-08-01T20:45:02.997Z | Downloaded hostname v0.3.1 |
| 1274 | 2025-08-01T20:45:02.997Z | Downloaded ciborium-io v0.2.2 |
| 1275 | 2025-08-01T20:45:02.997Z | Downloaded hyper-tls v0.6.0 |
| 1276 | 2025-08-01T20:45:03.000Z | Downloaded home v0.5.9 |
| 1277 | 2025-08-01T20:45:03.000Z | Downloaded heapless v0.7.17 |
| 1278 | 2025-08-01T20:45:03.004Z | Downloaded aead v0.5.2 |
| 1279 | 2025-08-01T20:45:03.004Z | Downloaded atomicwrites v0.4.4 |
| 1280 | 2025-08-01T20:45:03.004Z | Downloaded http-range v0.1.5 |
| 1281 | 2025-08-01T20:45:03.007Z | Downloaded base64 v0.22.1 |
| 1282 | 2025-08-01T20:45:03.011Z | Downloaded maybe-uninit v2.0.0 |
| 1283 | 2025-08-01T20:45:03.011Z | Downloaded lzss v0.8.2 |
| 1284 | 2025-08-01T20:45:03.015Z | Downloaded libsw v3.5.0 |
| 1285 | 2025-08-01T20:45:03.015Z | Downloaded hostname v0.4.0 |
| 1286 | 2025-08-01T20:45:03.015Z | Downloaded compact_str v0.8.0 |
| 1287 | 2025-08-01T20:45:03.018Z | Downloaded cbc v0.1.2 |
| 1288 | 2025-08-01T20:45:03.022Z | Downloaded backtrace v0.3.74 |
| 1289 | 2025-08-01T20:45:03.026Z | Downloaded arc-swap v1.7.1 |
| 1290 | 2025-08-01T20:45:03.029Z | Downloaded arrayvec v0.7.6 |
| 1291 | 2025-08-01T20:45:03.029Z | Downloaded backoff v0.4.0 |
| 1292 | 2025-08-01T20:45:03.033Z | Downloaded async-bb8-diesel v0.2.1 |
| 1293 | 2025-08-01T20:45:03.033Z | Downloaded async-stream-impl v0.3.6 |
| 1294 | 2025-08-01T20:45:03.033Z | Downloaded hash32 v0.3.1 |
| 1295 | 2025-08-01T20:45:03.036Z | Downloaded cmake v0.1.51 |
| 1296 | 2025-08-01T20:45:03.037Z | Downloaded ascii-canvas v3.0.0 |
| 1297 | 2025-08-01T20:45:03.037Z | Downloaded array-init v0.0.4 |
| 1298 | 2025-08-01T20:45:03.337Z | Downloaded aws-lc-sys v0.26.0 |
| 1299 | 2025-08-01T20:45:03.638Z | Compiling value-bag v1.9.0 |
| 1300 | 2025-08-01T20:45:03.638Z | Compiling shlex v1.3.0 |
| 1301 | 2025-08-01T20:45:03.642Z | Compiling lock_api v0.4.12 |
| 1302 | 2025-08-01T20:45:03.642Z | Compiling scopeguard v1.2.0 |
| 1303 | 2025-08-01T20:45:03.642Z | Compiling typenum v1.17.0 |
| 1304 | 2025-08-01T20:45:03.642Z | Compiling generic-array v0.14.7 |
| 1305 | 2025-08-01T20:45:03.642Z | Compiling syn v2.0.104 |
| 1306 | 2025-08-01T20:45:03.642Z | Compiling getrandom v0.2.15 |
| 1307 | 2025-08-01T20:45:03.958Z | Compiling jobserver v0.1.32 |
| 1308 | 2025-08-01T20:45:04.208Z | Compiling log v0.4.27 |
| 1309 | 2025-08-01T20:45:04.230Z | Compiling rand_core v0.6.4 |
| 1310 | 2025-08-01T20:45:04.327Z | Compiling smallvec v1.15.1 |
| 1311 | 2025-08-01T20:45:04.423Z | Compiling cc v1.2.30 |
| 1312 | 2025-08-01T20:45:04.757Z | Compiling portable-atomic v1.11.0 |
| 1313 | 2025-08-01T20:45:04.779Z | Compiling subtle v2.6.1 |
| 1314 | 2025-08-01T20:45:04.795Z | Compiling critical-section v1.1.3 |
| 1315 | 2025-08-01T20:45:04.799Z | Compiling const-oid v0.9.6 |
| 1316 | 2025-08-01T20:45:04.947Z | Compiling pkg-config v0.3.31 |
| 1317 | 2025-08-01T20:45:04.967Z | Compiling parking_lot_core v0.9.10 |
| 1318 | 2025-08-01T20:45:05.131Z | Compiling pin-project-lite v0.2.14 |
| 1319 | 2025-08-01T20:45:05.284Z | Compiling rustix v0.38.37 |
| 1320 | 2025-08-01T20:45:06.064Z | Compiling signal-hook-registry v1.4.2 |
| 1321 | 2025-08-01T20:45:06.128Z | Compiling parking_lot v0.12.3 |
| 1322 | 2025-08-01T20:45:06.196Z | Compiling mio v1.0.2 |
| 1323 | 2025-08-01T20:45:06.247Z | Compiling futures-core v0.3.31 |
| 1324 | 2025-08-01T20:45:06.537Z | Compiling spin v0.9.8 |
| 1325 | 2025-08-01T20:45:06.816Z | Compiling socket2 v0.6.0 |
| 1326 | 2025-08-01T20:45:06.914Z | Compiling once_cell v1.21.3 |
| 1327 | 2025-08-01T20:45:06.936Z | Compiling aho-corasick v1.1.3 |
| 1328 | 2025-08-01T20:45:06.957Z | Compiling slab v0.4.9 |
| 1329 | 2025-08-01T20:45:07.062Z | Compiling foldhash v0.1.5 |
| 1330 | 2025-08-01T20:45:07.291Z | Compiling getrandom v0.3.1 |
| 1331 | 2025-08-01T20:45:07.314Z | Compiling allocator-api2 v0.2.21 |
| 1332 | 2025-08-01T20:45:07.317Z | Compiling libm v0.2.8 |
| 1333 | 2025-08-01T20:45:07.493Z | Compiling regex-syntax v0.8.5 |
| 1334 | 2025-08-01T20:45:07.665Z | Compiling serde_json v1.0.141 |
| 1335 | 2025-08-01T20:45:07.701Z | Compiling cpufeatures v0.2.14 |
| 1336 | 2025-08-01T20:45:07.999Z | Compiling hashbrown v0.15.4 |
| 1337 | 2025-08-01T20:45:08.022Z | Compiling num-traits v0.2.19 |
| 1338 | 2025-08-01T20:45:08.026Z | Compiling either v1.15.0 |
| 1339 | 2025-08-01T20:45:08.151Z | Compiling percent-encoding v2.3.1 |
| 1340 | 2025-08-01T20:45:08.258Z | Compiling glob v0.3.2 |
| 1341 | 2025-08-01T20:45:08.452Z | Compiling futures-sink v0.3.31 |
| 1342 | 2025-08-01T20:45:08.618Z | Compiling futures-channel v0.3.31 |
| 1343 | 2025-08-01T20:45:09.074Z | Compiling futures-io v0.3.31 |
| 1344 | 2025-08-01T20:45:09.102Z | Compiling clang-sys v1.8.1 |
| 1345 | 2025-08-01T20:45:09.166Z | Compiling prettyplease v0.2.36 |
| 1346 | 2025-08-01T20:45:09.308Z | Compiling pin-utils v0.1.0 |
| 1347 | 2025-08-01T20:45:09.352Z | Compiling futures-task v0.3.31 |
| 1348 | 2025-08-01T20:45:09.414Z | Compiling lazy_static v1.5.0 |
| 1349 | 2025-08-01T20:45:09.550Z | Compiling minimal-lexical v0.2.1 |
| 1350 | 2025-08-01T20:45:09.570Z | Compiling libloading v0.8.5 |
| 1351 | 2025-08-01T20:45:09.666Z | Compiling base64ct v1.6.0 |
| 1352 | 2025-08-01T20:45:09.924Z | Compiling bindgen v0.69.5 |
| 1353 | 2025-08-01T20:45:10.022Z | Compiling nom v7.1.3 |
| 1354 | 2025-08-01T20:45:10.061Z | Compiling home v0.5.9 |
| 1355 | 2025-08-01T20:45:10.247Z | Compiling pem-rfc7468 v0.7.0 |
| 1356 | 2025-08-01T20:45:10.862Z | Compiling itertools v0.12.1 |
| 1357 | 2025-08-01T20:45:10.899Z | Compiling zerocopy v0.8.26 |
| 1358 | 2025-08-01T20:45:11.270Z | Compiling synstructure v0.13.1 |
| 1359 | 2025-08-01T20:45:11.524Z | Compiling regex-automata v0.4.8 |
| 1360 | 2025-08-01T20:45:12.672Z | Compiling lazycell v1.3.0 |
| 1361 | 2025-08-01T20:45:12.870Z | Compiling rustc-hash v1.1.0 |
| 1362 | 2025-08-01T20:45:13.054Z | Compiling cexpr v0.6.0 |
| 1363 | 2025-08-01T20:45:13.317Z | Compiling flagset v0.4.6 |
| 1364 | 2025-08-01T20:45:13.506Z | Compiling cmake v0.1.51 |
| 1365 | 2025-08-01T20:45:13.560Z | Compiling dunce v1.0.5 |
| 1366 | 2025-08-01T20:45:13.721Z | Compiling fs_extra v1.3.0 |
| 1367 | 2025-08-01T20:45:13.760Z | Compiling form_urlencoded v1.2.1 |
| 1368 | 2025-08-01T20:45:14.091Z | Compiling paste v1.0.15 |
| 1369 | 2025-08-01T20:45:14.278Z | Compiling vcpkg v0.2.15 |
| 1370 | 2025-08-01T20:45:14.358Z | Compiling ring v0.17.14 |
| 1371 | 2025-08-01T20:45:14.572Z | Compiling tracing-core v0.1.32 |
| 1372 | 2025-08-01T20:45:14.667Z | Compiling aws-lc-rs v1.12.4 |
| 1373 | 2025-08-01T20:45:15.139Z | Compiling iana-time-zone v0.1.63 |
| 1374 | 2025-08-01T20:45:15.523Z | Compiling httparse v1.9.5 |
| 1375 | 2025-08-01T20:45:15.744Z | Compiling base64 v0.22.1 |
| 1376 | 2025-08-01T20:45:15.767Z | Compiling rustls-pki-types v1.10.0 |
| 1377 | 2025-08-01T20:45:15.865Z | Compiling openssl-sys v0.9.109 |
| 1378 | 2025-08-01T20:45:16.065Z | Compiling serde_derive v1.0.219 |
| 1379 | 2025-08-01T20:45:16.191Z | Compiling zeroize_derive v1.4.2 |
| 1380 | 2025-08-01T20:45:16.384Z | Compiling zerofrom-derive v0.1.4 |
| 1381 | 2025-08-01T20:45:16.618Z | Compiling yoke-derive v0.7.4 |
| 1382 | 2025-08-01T20:45:16.882Z | Compiling zerovec-derive v0.10.3 |
| 1383 | 2025-08-01T20:45:17.570Z | Compiling zeroize v1.8.1 |
| 1384 | 2025-08-01T20:45:19.108Z | Compiling displaydoc v0.2.5 |
| 1385 | 2025-08-01T20:45:19.274Z | Compiling crypto-common v0.1.6 |
| 1386 | 2025-08-01T20:45:19.462Z | Compiling block-buffer v0.10.4 |
| 1387 | 2025-08-01T20:45:19.529Z | Compiling zerocopy-derive v0.7.35 |
| 1388 | 2025-08-01T20:45:19.720Z | Compiling digest v0.10.7 |
| 1389 | 2025-08-01T20:45:19.741Z | Compiling zerofrom v0.1.4 |
| 1390 | 2025-08-01T20:45:19.968Z | Compiling yoke v0.7.4 |
| 1391 | 2025-08-01T20:45:20.196Z | Compiling tokio-macros v2.5.0 |
| 1392 | 2025-08-01T20:45:20.223Z | Compiling hmac v0.12.1 |
| 1393 | 2025-08-01T20:45:20.335Z | Compiling zerovec v0.10.4 |
| 1394 | 2025-08-01T20:45:20.500Z | Compiling icu_provider_macros v1.5.0 |
| 1395 | 2025-08-01T20:45:20.570Z | Compiling block-padding v0.3.3 |
| 1396 | 2025-08-01T20:45:20.839Z | Compiling futures-macro v0.3.31 |
| 1397 | 2025-08-01T20:45:21.092Z | Compiling inout v0.1.3 |
| 1398 | 2025-08-01T20:45:21.361Z | Compiling cipher v0.4.4 |
| 1399 | 2025-08-01T20:45:21.382Z | Compiling zerocopy v0.7.35 |
| 1400 | 2025-08-01T20:45:21.537Z | Compiling sha2 v0.10.9 |
| 1401 | 2025-08-01T20:45:21.613Z | Compiling regex v1.11.1 |
| 1402 | 2025-08-01T20:45:21.641Z | Compiling der_derive v0.7.3 |
| 1403 | 2025-08-01T20:45:21.874Z | Compiling thiserror-impl v1.0.69 |
| 1404 | 2025-08-01T20:45:22.358Z | Compiling tinystr v0.7.6 |
| 1405 | 2025-08-01T20:45:22.569Z | Compiling icu_collections v1.5.0 |
| 1406 | 2025-08-01T20:45:22.660Z | Compiling futures-util v0.3.31 |
| 1407 | 2025-08-01T20:45:22.682Z | Compiling icu_locid v1.5.0 |
| 1408 | 2025-08-01T20:45:22.733Z | Compiling zerocopy-derive v0.8.26 |
| 1409 | 2025-08-01T20:45:23.345Z | Compiling serde v1.0.219 |
| 1410 | 2025-08-01T20:45:23.846Z | Compiling icu_provider v1.5.0 |
| 1411 | 2025-08-01T20:45:23.932Z | Compiling der v0.7.9 |
| 1412 | 2025-08-01T20:45:24.699Z | Compiling icu_locid_transform v1.5.0 |
| 1413 | 2025-08-01T20:45:24.782Z | Compiling thiserror v1.0.69 |
| 1414 | 2025-08-01T20:45:24.782Z | Compiling ppv-lite86 v0.2.20 |
| 1415 | 2025-08-01T20:45:24.956Z | Compiling salsa20 v0.10.2 |
| 1416 | 2025-08-01T20:45:24.978Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2025-08-01T20:45:25.172Z | Compiling scrypt v0.11.0 |
| 1418 | 2025-08-01T20:45:25.204Z | Compiling cbc v0.1.2 |
| 1419 | 2025-08-01T20:45:25.466Z | Compiling aes v0.8.4 |
| 1420 | 2025-08-01T20:45:25.564Z | Compiling pest v2.7.14 |
| 1421 | 2025-08-01T20:45:25.781Z | Compiling tracing-attributes v0.1.27 |
| 1422 | 2025-08-01T20:45:25.925Z | Compiling icu_properties v1.5.1 |
| 1423 | 2025-08-01T20:45:26.898Z | Compiling spki v0.7.3 |
| 1424 | 2025-08-01T20:45:27.285Z | Compiling pkcs5 v0.7.1 |
| 1425 | 2025-08-01T20:45:28.071Z | Compiling pest_meta v2.7.14 |
| 1426 | 2025-08-01T20:45:28.249Z | Compiling pkcs8 v0.10.2 |
| 1427 | 2025-08-01T20:45:28.404Z | Compiling scroll_derive v0.12.0 |
| 1428 | 2025-08-01T20:45:28.435Z | Compiling bitflags v2.9.1 |
| 1429 | 2025-08-01T20:45:28.740Z | Compiling bytes v1.10.1 |
| 1430 | 2025-08-01T20:45:28.918Z | Compiling semver v1.0.26 |
| 1431 | 2025-08-01T20:45:29.620Z | Compiling indexmap v2.10.0 |
| 1432 | 2025-08-01T20:45:29.847Z | Compiling tokio v1.47.0 |
| 1433 | 2025-08-01T20:45:30.147Z | Compiling icu_normalizer v1.5.0 |
| 1434 | 2025-08-01T20:45:30.560Z | Compiling http v1.3.1 |
| 1435 | 2025-08-01T20:45:30.570Z | Compiling rustc_version v0.4.1 |
| 1436 | 2025-08-01T20:45:31.050Z | Compiling uuid v1.17.0 |
| 1437 | 2025-08-01T20:45:31.223Z | Compiling idna_adapter v1.2.0 |
| 1438 | 2025-08-01T20:45:31.477Z | Compiling idna v1.0.3 |
| 1439 | 2025-08-01T20:45:31.801Z | Compiling tracing v0.1.40 |
| 1440 | 2025-08-01T20:45:31.900Z | Compiling chrono v0.4.41 |
| 1441 | 2025-08-01T20:45:32.320Z | Compiling url v2.5.4 |
| 1442 | 2025-08-01T20:45:32.475Z | Compiling which v4.4.2 |
| 1443 | 2025-08-01T20:45:32.500Z | Compiling http-body v1.0.1 |
| 1444 | 2025-08-01T20:45:32.565Z | Compiling rustversion v1.0.17 |
| 1445 | 2025-08-01T20:45:32.763Z | Compiling tinyvec_macros v0.1.1 |
| 1446 | 2025-08-01T20:45:32.958Z | Compiling tinyvec v1.8.0 |
| 1447 | 2025-08-01T20:45:33.010Z | Compiling rand_core v0.9.2 |
| 1448 | 2025-08-01T20:45:33.350Z | Compiling scroll v0.12.0 |
| 1449 | 2025-08-01T20:45:33.437Z | Compiling pest_generator v2.7.14 |
| 1450 | 2025-08-01T20:45:33.577Z | Compiling serde_derive_internals v0.29.1 |
| 1451 | 2025-08-01T20:45:33.903Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1452 | 2025-08-01T20:45:34.157Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1453 | 2025-08-01T20:45:34.424Z | Compiling time-core v0.1.2 |
| 1454 | 2025-08-01T20:45:34.462Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2025-08-01T20:45:34.660Z | Compiling openssl-probe v0.1.5 |
| 1456 | 2025-08-01T20:45:34.708Z | Compiling try-lock v0.2.5 |
| 1457 | 2025-08-01T20:45:34.871Z | Compiling powerfmt v0.2.0 |
| 1458 | 2025-08-01T20:45:34.939Z | Compiling adler2 v2.0.0 |
| 1459 | 2025-08-01T20:45:34.951Z | Compiling openssl v0.10.73 |
| 1460 | 2025-08-01T20:45:35.160Z | Compiling num-conv v0.1.0 |
| 1461 | 2025-08-01T20:45:35.202Z | Compiling tower-service v0.3.3 |
| 1462 | 2025-08-01T20:45:35.251Z | Compiling untrusted v0.9.0 |
| 1463 | 2025-08-01T20:45:35.331Z | Compiling schemars v0.8.22 |
| 1464 | 2025-08-01T20:45:35.368Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2025-08-01T20:45:35.383Z | Compiling untrusted v0.7.1 |
| 1466 | 2025-08-01T20:45:35.448Z | Compiling time-macros v0.2.18 |
| 1467 | 2025-08-01T20:45:35.470Z | Compiling foreign-types v0.3.2 |
| 1468 | 2025-08-01T20:45:35.601Z | Compiling pest_derive v2.7.14 |
| 1469 | 2025-08-01T20:45:35.646Z | Compiling deranged v0.3.11 |
| 1470 | 2025-08-01T20:45:35.688Z | Compiling miniz_oxide v0.8.5 |
| 1471 | 2025-08-01T20:45:35.743Z | Compiling schemars_derive v0.8.22 |
| 1472 | 2025-08-01T20:45:37.043Z | Compiling goblin v0.8.2 |
| 1473 | 2025-08-01T20:45:37.066Z | Compiling want v0.3.1 |
| 1474 | 2025-08-01T20:45:38.304Z | Compiling tokio-util v0.7.15 |
| 1475 | 2025-08-01T20:45:38.947Z | Compiling rand_chacha v0.9.0 |
| 1476 | 2025-08-01T20:45:39.598Z | Compiling ipnet v2.11.0 |
| 1477 | 2025-08-01T20:45:40.400Z | Compiling h2 v0.4.6 |
| 1478 | 2025-08-01T20:45:40.730Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2025-08-01T20:45:40.897Z | Compiling dyn-clone v1.0.19 |
| 1480 | 2025-08-01T20:45:41.146Z | Compiling crossbeam-utils v0.8.21 |
| 1481 | 2025-08-01T20:45:41.466Z | Compiling rustls v0.23.19 |
| 1482 | 2025-08-01T20:45:41.679Z | Compiling native-tls v0.2.12 |
| 1483 | 2025-08-01T20:45:41.727Z | Compiling syn v1.0.109 |
| 1484 | 2025-08-01T20:45:41.778Z | Compiling httpdate v1.0.3 |
| 1485 | 2025-08-01T20:45:42.057Z | Compiling num_threads v0.1.7 |
| 1486 | 2025-08-01T20:45:42.190Z | Compiling time v0.3.36 |
| 1487 | 2025-08-01T20:45:43.197Z | Compiling dof v0.3.0 |
| 1488 | 2025-08-01T20:45:44.944Z | Compiling rand v0.9.1 |
| 1489 | 2025-08-01T20:45:45.816Z | Compiling dtrace-parser v0.2.0 |
| 1490 | 2025-08-01T20:45:45.857Z | Compiling unicode-normalization v0.1.24 |
| 1491 | 2025-08-01T20:45:46.678Z | Compiling heapless v0.7.17 |
| 1492 | 2025-08-01T20:45:46.700Z | Compiling signature v2.2.0 |
| 1493 | 2025-08-01T20:45:46.888Z | Compiling cookie v0.18.1 |
| 1494 | 2025-08-01T20:45:47.020Z | Compiling crc32fast v1.4.2 |
| 1495 | 2025-08-01T20:45:47.142Z | Compiling unicode-bidi v0.3.17 |
| 1496 | 2025-08-01T20:45:47.236Z | Compiling zstd-safe v7.2.3 |
| 1497 | 2025-08-01T20:45:47.349Z | Compiling zlib-rs v0.5.1 |
| 1498 | 2025-08-01T20:45:47.600Z | Compiling hyper v1.6.0 |
| 1499 | 2025-08-01T20:45:47.604Z | Compiling slog v2.7.0 |
| 1500 | 2025-08-01T20:45:48.137Z | Compiling siphasher v0.3.11 |
| 1501 | 2025-08-01T20:45:48.334Z | Compiling unicode-properties v0.1.3 |
| 1502 | 2025-08-01T20:45:48.517Z | Compiling signal-hook v0.3.18 |
| 1503 | 2025-08-01T20:45:48.770Z | Compiling stringprep v0.1.5 |
| 1504 | 2025-08-01T20:45:48.874Z | Compiling phf_shared v0.11.2 |
| 1505 | 2025-08-01T20:45:49.854Z | Compiling usdt-impl v0.5.0 |
| 1506 | 2025-08-01T20:45:49.898Z | Compiling hyper-util v0.1.16 |
| 1507 | 2025-08-01T20:45:50.517Z | Compiling curve25519-dalek v4.1.3 |
| 1508 | 2025-08-01T20:45:51.040Z | Compiling serde_spanned v0.6.9 |
| 1509 | 2025-08-01T20:45:51.062Z | Compiling toml_datetime v0.6.11 |
| 1510 | 2025-08-01T20:45:51.096Z | Compiling serde_tokenstream v0.2.2 |
| 1511 | 2025-08-01T20:45:51.208Z | Compiling rand_chacha v0.3.1 |
| 1512 | 2025-08-01T20:45:51.296Z | Compiling md-5 v0.10.6 |
| 1513 | 2025-08-01T20:45:51.596Z | Compiling num-integer v0.1.46 |
| 1514 | 2025-08-01T20:45:51.599Z | Compiling sync_wrapper v1.0.1 |
| 1515 | 2025-08-01T20:45:51.641Z | Compiling hash32 v0.2.1 |
| 1516 | 2025-08-01T20:45:51.787Z | Compiling ff v0.13.0 |
| 1517 | 2025-08-01T20:45:52.018Z | Compiling memoffset v0.9.1 |
| 1518 | 2025-08-01T20:45:52.040Z | Compiling litrs v0.4.1 |
| 1519 | 2025-08-01T20:45:52.264Z | Compiling psl-types v2.0.11 |
| 1520 | 2025-08-01T20:45:52.375Z | Compiling base16ct v0.2.0 |
| 1521 | 2025-08-01T20:45:52.482Z | Compiling smoltcp v0.9.1 |
| 1522 | 2025-08-01T20:45:52.703Z | Compiling fallible-iterator v0.2.0 |
| 1523 | 2025-08-01T20:45:53.138Z | Compiling num-bigint-dig v0.8.4 |
| 1524 | 2025-08-01T20:45:53.158Z | Compiling cfg_aliases v0.2.1 |
| 1525 | 2025-08-01T20:45:53.285Z | Compiling newtype-uuid v1.2.4 |
| 1526 | 2025-08-01T20:45:53.374Z | Compiling tower-layer v0.3.3 |
| 1527 | 2025-08-01T20:45:53.480Z | Compiling gimli v0.31.1 |
| 1528 | 2025-08-01T20:45:53.539Z | Compiling libz-rs-sys v0.5.1 |
| 1529 | 2025-08-01T20:45:53.570Z | Compiling postgres-protocol v0.6.8 |
| 1530 | 2025-08-01T20:45:53.648Z | Compiling tower v0.5.2 |
| 1531 | 2025-08-01T20:45:53.671Z | Compiling nix v0.29.0 |
| 1532 | 2025-08-01T20:45:53.830Z | Compiling flate2 v1.1.2 |
| 1533 | 2025-08-01T20:45:54.494Z | Compiling document-features v0.2.11 |
| 1534 | 2025-08-01T20:45:54.521Z | Compiling sec1 v0.7.3 |
| 1535 | 2025-08-01T20:45:54.545Z | Compiling publicsuffix v2.3.0 |
| 1536 | 2025-08-01T20:45:54.762Z | Compiling num-iter v0.1.45 |
| 1537 | 2025-08-01T20:45:54.870Z | Compiling group v0.13.0 |
| 1538 | 2025-08-01T20:45:54.992Z | Compiling rand v0.8.5 |
| 1539 | 2025-08-01T20:45:55.579Z | Compiling tokio-native-tls v0.3.1 |
| 1540 | 2025-08-01T20:45:55.989Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2025-08-01T20:45:56.184Z | Compiling strum_macros v0.27.1 |
| 1542 | 2025-08-01T20:45:56.412Z | Compiling rustls-native-certs v0.8.1 |
| 1543 | 2025-08-01T20:45:56.718Z | Compiling http-body-util v0.1.3 |
| 1544 | 2025-08-01T20:45:56.861Z | Compiling terminal_size v0.4.0 |
| 1545 | 2025-08-01T20:45:56.884Z | Compiling hkdf v0.12.4 |
| 1546 | 2025-08-01T20:45:56.963Z | Compiling crypto-bigint v0.5.5 |
| 1547 | 2025-08-01T20:45:57.113Z | Compiling webpki-roots v1.0.1 |
| 1548 | 2025-08-01T20:45:57.169Z | Compiling thiserror-impl v2.0.12 |
| 1549 | 2025-08-01T20:45:57.190Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1550 | 2025-08-01T20:45:57.328Z | Compiling async-trait v0.1.88 |
| 1551 | 2025-08-01T20:45:58.161Z | Compiling addr2line v0.24.2 |
| 1552 | 2025-08-01T20:45:58.616Z | Compiling object v0.36.5 |
| 1553 | 2025-08-01T20:45:58.883Z | Compiling ahash v0.8.12 |
| 1554 | 2025-08-01T20:45:59.259Z | Compiling fs-err v3.1.1 |
| 1555 | 2025-08-01T20:45:59.611Z | Compiling lockfree-object-pool v0.1.6 |
| 1556 | 2025-08-01T20:45:59.853Z | Compiling managed v0.8.0 |
| 1557 | 2025-08-01T20:45:59.880Z | Compiling anyhow v1.0.98 |
| 1558 | 2025-08-01T20:46:00.279Z | Compiling bumpalo v3.16.0 |
| 1559 | 2025-08-01T20:46:00.388Z | Compiling simd-adler32 v0.3.7 |
| 1560 | 2025-08-01T20:46:00.533Z | Compiling rustc-demangle v0.1.24 |
| 1561 | 2025-08-01T20:46:00.752Z | Compiling bitflags v1.3.2 |
| 1562 | 2025-08-01T20:46:00.877Z | Compiling buf-list v1.0.3 |
| 1563 | 2025-08-01T20:46:00.935Z | Compiling rustix v1.0.7 |
| 1564 | 2025-08-01T20:46:01.225Z | Compiling winnow v0.5.40 |
| 1565 | 2025-08-01T20:46:01.403Z | Compiling iri-string v0.7.8 |
| 1566 | 2025-08-01T20:46:01.570Z | Compiling hubpack_derive v0.1.1 |
| 1567 | 2025-08-01T20:46:01.593Z | Compiling strum v0.27.2 |
| 1568 | 2025-08-01T20:46:01.773Z | Compiling clap_builder v4.5.41 |
| 1569 | 2025-08-01T20:46:02.443Z | Compiling hubpack v0.1.2 |
| 1570 | 2025-08-01T20:46:02.800Z | Compiling zopfli v0.8.1 |
| 1571 | 2025-08-01T20:46:03.324Z | Compiling thiserror v2.0.12 |
| 1572 | 2025-08-01T20:46:03.509Z | Compiling elliptic-curve v0.13.8 |
| 1573 | 2025-08-01T20:46:04.313Z | Compiling tower-http v0.6.6 |
| 1574 | 2025-08-01T20:46:04.360Z | Compiling hyper-tls v0.6.0 |
| 1575 | 2025-08-01T20:46:04.773Z | Compiling toml_edit v0.19.15 |
| 1576 | 2025-08-01T20:46:04.804Z | Compiling oxnet v0.1.3 |
| 1577 | 2025-08-01T20:46:05.173Z | Compiling backtrace v0.3.74 |
| 1578 | 2025-08-01T20:46:05.609Z | Compiling signal-hook-mio v0.2.4 |
| 1579 | 2025-08-01T20:46:05.633Z | Compiling cookie_store v0.21.1 |
| 1580 | 2025-08-01T20:46:05.800Z | Compiling zstd v0.13.3 |
| 1581 | 2025-08-01T20:46:06.514Z | Compiling postgres-types v0.2.9 |
| 1582 | 2025-08-01T20:46:07.434Z | Compiling usdt-macro v0.5.0 |
| 1583 | 2025-08-01T20:46:07.845Z | Compiling usdt-attr-macro v0.5.0 |
| 1584 | 2025-08-01T20:46:07.954Z | Compiling phf v0.11.2 |
| 1585 | 2025-08-01T20:46:08.286Z | Compiling ed25519 v2.2.3 |
| 1586 | 2025-08-01T20:46:08.915Z | Compiling bzip2 v0.5.2 |
| 1587 | 2025-08-01T20:46:09.333Z | Compiling bzip2 v0.4.4 |
| 1588 | 2025-08-01T20:46:09.420Z | Compiling strum_macros v0.26.4 |
| 1589 | 2025-08-01T20:46:09.548Z | Compiling pkcs1 v0.7.5 |
| 1590 | 2025-08-01T20:46:09.736Z | Compiling serde_urlencoded v0.7.1 |
| 1591 | 2025-08-01T20:46:10.161Z | Compiling serde-big-array v0.5.1 |
| 1592 | 2025-08-01T20:46:10.261Z | Compiling rfc6979 v0.4.0 |
| 1593 | 2025-08-01T20:46:10.410Z | Compiling bstr v1.10.0 |
| 1594 | 2025-08-01T20:46:10.470Z | Compiling daft-derive v0.1.4 |
| 1595 | 2025-08-01T20:46:10.474Z | Compiling enum-as-inner v0.6.1 |
| 1596 | 2025-08-01T20:46:11.371Z | Compiling serde_repr v0.1.19 |
| 1597 | 2025-08-01T20:46:11.439Z | Compiling clap_derive v4.5.41 |
| 1598 | 2025-08-01T20:46:11.510Z | Compiling float-cmp v0.10.0 |
| 1599 | 2025-08-01T20:46:11.777Z | Compiling socket2 v0.5.10 |
| 1600 | 2025-08-01T20:46:11.960Z | Compiling encoding_rs v0.8.34 |
| 1601 | 2025-08-01T20:46:12.088Z | Compiling new_debug_unreachable v1.0.6 |
| 1602 | 2025-08-01T20:46:12.208Z | Compiling predicates-core v1.0.8 |
| 1603 | 2025-08-01T20:46:12.472Z | Compiling static_assertions v1.1.0 |
| 1604 | 2025-08-01T20:46:12.543Z | Compiling mime v0.3.17 |
| 1605 | 2025-08-01T20:46:12.597Z | Compiling fixedbitset v0.4.2 |
| 1606 | 2025-08-01T20:46:12.622Z | Compiling difflib v0.4.0 |
| 1607 | 2025-08-01T20:46:13.050Z | Compiling precomputed-hash v0.1.1 |
| 1608 | 2025-08-01T20:46:13.087Z | Compiling data-encoding v2.9.0 |
| 1609 | 2025-08-01T20:46:13.207Z | Compiling whoami v1.5.2 |
| 1610 | 2025-08-01T20:46:13.764Z | Compiling unicode-segmentation v1.12.0 |
| 1611 | 2025-08-01T20:46:13.918Z | Compiling normalize-line-endings v0.3.0 |
| 1612 | 2025-08-01T20:46:14.032Z | Compiling strum v0.26.3 |
| 1613 | 2025-08-01T20:46:14.092Z | Compiling predicates v3.1.3 |
| 1614 | 2025-08-01T20:46:14.238Z | Compiling hickory-proto v0.25.2 |
| 1615 | 2025-08-01T20:46:14.649Z | Compiling similar v2.7.0 |
| 1616 | 2025-08-01T20:46:14.844Z | Compiling tokio-postgres v0.7.13 |
| 1617 | 2025-08-01T20:46:15.569Z | Compiling toml_edit v0.22.27 |
| 1618 | 2025-08-01T20:46:15.692Z | Compiling string_cache v0.8.9 |
| 1619 | 2025-08-01T20:46:15.905Z | Compiling clap v4.5.41 |
| 1620 | 2025-08-01T20:46:16.046Z | Compiling petgraph v0.6.5 |
| 1621 | 2025-08-01T20:46:16.145Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1622 | 2025-08-01T20:46:16.705Z | Compiling console v0.15.10 |
| 1623 | 2025-08-01T20:46:18.013Z | Compiling daft v0.1.4 |
| 1624 | 2025-08-01T20:46:18.583Z | Compiling usdt v0.5.0 |
| 1625 | 2025-08-01T20:46:18.624Z | Compiling ecdsa v0.16.9 |
| 1626 | 2025-08-01T20:46:19.078Z | Compiling rsa v0.9.6 |
| 1627 | 2025-08-01T20:46:19.457Z | Compiling zip v0.6.6 |
| 1628 | 2025-08-01T20:46:19.671Z | Compiling zip v4.2.0 |
| 1629 | 2025-08-01T20:46:20.283Z | Compiling ed25519-dalek v2.1.1 |
| 1630 | 2025-08-01T20:46:20.717Z | Compiling toml v0.7.8 |
| 1631 | 2025-08-01T20:46:22.151Z | Compiling crossterm v0.28.1 |
| 1632 | 2025-08-01T20:46:23.440Z | Compiling crossbeam-epoch v0.9.18 |
| 1633 | 2025-08-01T20:46:23.568Z | Compiling tokio-stream v0.1.17 |
| 1634 | 2025-08-01T20:46:23.747Z | Compiling openapiv3 v2.2.0 |
| 1635 | 2025-08-01T20:46:24.126Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1636 | 2025-08-01T20:46:24.527Z | Compiling x509-cert v0.2.5 |
| 1637 | 2025-08-01T20:46:24.567Z | Compiling sha1 v0.10.6 |
| 1638 | 2025-08-01T20:46:24.990Z | Compiling itertools v0.13.0 |
| 1639 | 2025-08-01T20:46:25.314Z | Compiling itertools v0.10.5 |
| 1640 | 2025-08-01T20:46:25.875Z | Compiling dirs-sys-next v0.1.2 |
| 1641 | 2025-08-01T20:46:25.910Z | Compiling winnow v0.6.26 |
| 1642 | 2025-08-01T20:46:26.429Z | Compiling rustc-hash v2.1.1 |
| 1643 | 2025-08-01T20:46:26.643Z | Compiling lalrpop-util v0.19.12 |
| 1644 | 2025-08-01T20:46:26.702Z | Compiling peg-runtime v0.8.5 |
| 1645 | 2025-08-01T20:46:27.032Z | Compiling dirs-next v2.0.0 |
| 1646 | 2025-08-01T20:46:27.252Z | Compiling thread_local v1.1.8 |
| 1647 | 2025-08-01T20:46:27.295Z | Compiling slog-async v2.8.0 |
| 1648 | 2025-08-01T20:46:27.649Z | Compiling term v0.7.0 |
| 1649 | 2025-08-01T20:46:27.743Z | Compiling crossbeam-channel v0.5.15 |
| 1650 | 2025-08-01T20:46:27.856Z | Compiling xattr v1.3.1 |
| 1651 | 2025-08-01T20:46:27.905Z | Compiling futures-executor v0.3.31 |
| 1652 | 2025-08-01T20:46:27.927Z | Compiling filetime v0.2.25 |
| 1653 | 2025-08-01T20:46:28.152Z | Compiling is-terminal v0.4.13 |
| 1654 | 2025-08-01T20:46:28.248Z | Compiling take_mut v0.2.2 |
| 1655 | 2025-08-01T20:46:28.312Z | Compiling slog-term v2.9.1 |
| 1656 | 2025-08-01T20:46:28.423Z | Compiling futures v0.3.31 |
| 1657 | 2025-08-01T20:46:28.445Z | Compiling tar v0.4.44 |
| 1658 | 2025-08-01T20:46:28.557Z | Compiling camino v1.1.10 |
| 1659 | 2025-08-01T20:46:34.372Z | Compiling aws-lc-sys v0.26.0 |
| 1660 | 2025-08-01T20:47:04.254Z | Compiling rustls-webpki v0.102.8 |
| 1661 | 2025-08-01T20:47:08.806Z | Compiling tokio-rustls v0.26.0 |
| 1662 | 2025-08-01T20:47:09.063Z | Compiling hyper-rustls v0.27.7 |
| 1663 | 2025-08-01T20:47:09.447Z | Compiling reqwest v0.12.22 |
| 1664 | 2025-08-01T20:47:12.926Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1665 | 2025-08-01T20:47:13.230Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1666 | 2025-08-01T20:47:17.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 1667 | 2025-08-01T20:47:18.032Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1668 | 2025-08-01T20:47:18.096Z | Aug 01 20:47:17.777 INFO Starting download, target: Clickhouse |
| 1669 | 2025-08-01T20:47:18.096Z | Aug 01 20:47:17.777 INFO Starting download, target: Console |
| 1670 | 2025-08-01T20:47:18.096Z | Aug 01 20:47:17.777 INFO Starting download, target: Cockroach |
| 1671 | 2025-08-01T20:47:18.096Z | Aug 01 20:47:17.777 INFO Starting download, target: DendriteStub |
| 1672 | 2025-08-01T20:47:18.096Z | Aug 01 20:47:17.777 INFO Starting download, target: MaghemiteMgd |
| 1673 | 2025-08-01T20:47:18.100Z | Aug 01 20:47:17.777 INFO Starting download, target: TransceiverControl |
| 1674 | 2025-08-01T20:47:18.100Z | Aug 01 20:47:17.778 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1675 | 2025-08-01T20:47:18.100Z | Aug 01 20:47:17.778 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1676 | 2025-08-01T20:47:18.100Z | Aug 01 20:47:17.778 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1677 | 2025-08-01T20:47:18.100Z | Aug 01 20:47:17.778 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1678 | 2025-08-01T20:47:18.100Z | Aug 01 20:47:17.778 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1679 | 2025-08-01T20:47:18.100Z | Aug 01 20:47:17.778 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1680 | 2025-08-01T20:47:18.602Z | Aug 01 20:47:18.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1681 | 2025-08-01T20:47:18.609Z | Aug 01 20:47:18.284 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1682 | 2025-08-01T20:47:19.036Z | Aug 01 20:47:18.713 INFO Download complete, target: Console |
| 1683 | 2025-08-01T20:47:19.052Z | Aug 01 20:47:18.716 INFO Download complete, target: TransceiverControl |
| 1684 | 2025-08-01T20:47:19.445Z | Aug 01 20:47:19.122 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1685 | 2025-08-01T20:47:19.563Z | Aug 01 20:47:19.244 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1686 | 2025-08-01T20:47:20.125Z | Aug 01 20:47:19.807 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1687 | 2025-08-01T20:47:20.158Z | Aug 01 20:47:19.841 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1688 | 2025-08-01T20:47:20.158Z | Aug 01 20:47:19.841 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1689 | 2025-08-01T20:47:22.839Z | Aug 01 20:47:22.522 INFO Download complete, target: DendriteStub |
| 1690 | 2025-08-01T20:47:22.886Z | Aug 01 20:47:22.570 INFO Download complete, target: MaghemiteMgd |
| 1691 | 2025-08-01T20:47:26.610Z | Aug 01 20:47:26.296 INFO Checking that binary works, target: Cockroach |
| 1692 | 2025-08-01T20:47:26.767Z | Aug 01 20:47:26.454 INFO Download complete, target: Cockroach |
| 1693 | 2025-08-01T20:47:30.298Z | Aug 01 20:47:29.986 INFO Checking that binary works, target: Clickhouse |
| 1694 | 2025-08-01T20:47:30.430Z | Aug 01 20:47:30.118 INFO Download complete, target: Clickhouse |
| 1695 | 2025-08-01T20:47:30.451Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1696 | 2025-08-01T20:47:30.455Z | |
| 1697 | 2025-08-01T20:47:30.455Z | real 4:42.414541577 |
| 1698 | 2025-08-01T20:47:30.455Z | user 16:36.923683030 |
| 1699 | 2025-08-01T20:47:30.455Z | sys 2:20.707183035 |
| 1700 | 2025-08-01T20:47:30.455Z | trap 0.611068122 |
| 1701 | 2025-08-01T20:47:30.455Z | tflt 0.923918618 |
| 1702 | 2025-08-01T20:47:30.455Z | dflt 1.250440923 |
| 1703 | 2025-08-01T20:47:30.455Z | kflt 0.024095670 |
| 1704 | 2025-08-01T20:47:30.455Z | lock 38:12.869393109 |
| 1705 | 2025-08-01T20:47:30.455Z | slp 59:57.324397404 |
| 1706 | 2025-08-01T20:47:30.455Z | lat 1:12.185715047 |
| 1707 | 2025-08-01T20:47:30.455Z | stop 2:54.036290475 |
| 1708 | 2025-08-01T20:47:30.455Z | + banner hack-check |
| 1709 | 2025-08-01T20:47:30.456Z | |
| 1710 | 2025-08-01T20:47:30.456Z | # # ## #### # # #### # # ###### #### # # |
| 1711 | 2025-08-01T20:47:30.456Z | # # # # # # # # # # # # # # # # # |
| 1712 | 2025-08-01T20:47:30.456Z | ###### # # # #### ##### # ###### ##### # #### |
| 1713 | 2025-08-01T20:47:30.456Z | # # ###### # # # # # # # # # # |
| 1714 | 2025-08-01T20:47:30.456Z | # # # # # # # # # # # # # # # # # |
| 1715 | 2025-08-01T20:47:30.456Z | # # # # #### # # #### # # ###### #### # # |
| 1716 | 2025-08-01T20:47:30.456Z | |
| 1717 | 2025-08-01T20:47:30.456Z | + export CARGO_INCREMENTAL=0 |
| 1718 | 2025-08-01T20:47:30.456Z | + CARGO_INCREMENTAL=0 |
| 1719 | 2025-08-01T20:47:30.456Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1720 | 2025-08-01T20:47:31.174Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1721 | 2025-08-01T20:47:31.472Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1722 | 2025-08-01T20:47:34.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 1723 | 2025-08-01T20:47:34.658Z | Running `target/debug/xtask check-features --ci` |
| 1724 | 2025-08-01T20:47:34.687Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1725 | 2025-08-01T20:47:34.691Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1726 | 2025-08-01T20:47:35.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1727 | 2025-08-01T20:47:35.316Z | Running `target/debug/xtask download cargo-hack` |
| 1728 | 2025-08-01T20:47:36.315Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1729 | 2025-08-01T20:47:36.721Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1730 | 2025-08-01T20:47:40.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 1731 | 2025-08-01T20:47:40.743Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1732 | 2025-08-01T20:47:40.788Z | Aug 01 20:47:40.483 INFO Starting download, target: CargoHack |
| 1733 | 2025-08-01T20:47:40.792Z | Aug 01 20:47:40.483 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1734 | 2025-08-01T20:47:41.153Z | Aug 01 20:47:40.848 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1735 | 2025-08-01T20:47:41.228Z | Aug 01 20:47:40.922 INFO Download complete, target: CargoHack |
| 1736 | 2025-08-01T20:47:41.232Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1737 | 2025-08-01T20:47:41.252Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1738 | 2025-08-01T20:47:41.455Z | info: running `cargo check --bins` on api_identity (1/221) |
| 1739 | 2025-08-01T20:47:42.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1740 | 2025-08-01T20:47:42.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1741 | 2025-08-01T20:47:42.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1742 | 2025-08-01T20:47:42.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1743 | 2025-08-01T20:47:42.206Z | |
| 1744 | 2025-08-01T20:47:42.206Z | info: running `cargo check --bins` on bootstore (2/221) |
| 1745 | 2025-08-01T20:47:42.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1746 | 2025-08-01T20:47:42.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1747 | 2025-08-01T20:47:42.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1748 | 2025-08-01T20:47:42.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1749 | 2025-08-01T20:47:43.008Z | |
| 1750 | 2025-08-01T20:47:43.008Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
| 1751 | 2025-08-01T20:47:43.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1752 | 2025-08-01T20:47:43.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1753 | 2025-08-01T20:47:43.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1754 | 2025-08-01T20:47:43.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1755 | 2025-08-01T20:47:43.790Z | |
| 1756 | 2025-08-01T20:47:43.790Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
| 1757 | 2025-08-01T20:47:44.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1758 | 2025-08-01T20:47:44.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1759 | 2025-08-01T20:47:44.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1760 | 2025-08-01T20:47:44.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1761 | 2025-08-01T20:47:44.584Z | |
| 1762 | 2025-08-01T20:47:44.585Z | info: running `cargo check --bins` on id-map (5/221) |
| 1763 | 2025-08-01T20:47:45.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1764 | 2025-08-01T20:47:45.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1765 | 2025-08-01T20:47:45.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1766 | 2025-08-01T20:47:45.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1767 | 2025-08-01T20:47:45.331Z | |
| 1768 | 2025-08-01T20:47:45.331Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
| 1769 | 2025-08-01T20:47:45.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1770 | 2025-08-01T20:47:45.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1771 | 2025-08-01T20:47:45.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1772 | 2025-08-01T20:47:45.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1773 | 2025-08-01T20:47:45.916Z | |
| 1774 | 2025-08-01T20:47:45.916Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
| 1775 | 2025-08-01T20:47:46.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1776 | 2025-08-01T20:47:46.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1777 | 2025-08-01T20:47:46.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1778 | 2025-08-01T20:47:46.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1779 | 2025-08-01T20:47:46.491Z | |
| 1780 | 2025-08-01T20:47:46.491Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
| 1781 | 2025-08-01T20:47:47.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1782 | 2025-08-01T20:47:47.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1783 | 2025-08-01T20:47:47.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1784 | 2025-08-01T20:47:47.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1785 | 2025-08-01T20:47:47.065Z | |
| 1786 | 2025-08-01T20:47:47.065Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
| 1787 | 2025-08-01T20:47:47.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1788 | 2025-08-01T20:47:47.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1789 | 2025-08-01T20:47:47.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1790 | 2025-08-01T20:47:47.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1791 | 2025-08-01T20:47:47.643Z | |
| 1792 | 2025-08-01T20:47:47.643Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
| 1793 | 2025-08-01T20:47:48.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1794 | 2025-08-01T20:47:48.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1795 | 2025-08-01T20:47:48.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1796 | 2025-08-01T20:47:48.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1797 | 2025-08-01T20:47:48.217Z | |
| 1798 | 2025-08-01T20:47:48.217Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
| 1799 | 2025-08-01T20:47:48.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2025-08-01T20:47:48.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2025-08-01T20:47:48.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1802 | 2025-08-01T20:47:48.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1803 | 2025-08-01T20:47:48.789Z | |
| 1804 | 2025-08-01T20:47:48.789Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
| 1805 | 2025-08-01T20:47:49.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1806 | 2025-08-01T20:47:49.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1807 | 2025-08-01T20:47:49.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1808 | 2025-08-01T20:47:49.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1809 | 2025-08-01T20:47:49.369Z | |
| 1810 | 2025-08-01T20:47:49.369Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
| 1811 | 2025-08-01T20:47:49.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1812 | 2025-08-01T20:47:49.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1813 | 2025-08-01T20:47:49.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1814 | 2025-08-01T20:47:49.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1815 | 2025-08-01T20:47:49.954Z | |
| 1816 | 2025-08-01T20:47:49.954Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
| 1817 | 2025-08-01T20:47:50.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2025-08-01T20:47:50.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2025-08-01T20:47:50.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2025-08-01T20:47:50.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1821 | 2025-08-01T20:47:50.535Z | |
| 1822 | 2025-08-01T20:47:50.535Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
| 1823 | 2025-08-01T20:47:51.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2025-08-01T20:47:51.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2025-08-01T20:47:51.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2025-08-01T20:47:51.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1827 | 2025-08-01T20:47:51.109Z | |
| 1828 | 2025-08-01T20:47:51.109Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
| 1829 | 2025-08-01T20:47:51.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2025-08-01T20:47:51.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2025-08-01T20:47:51.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2025-08-01T20:47:51.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1833 | 2025-08-01T20:47:51.692Z | |
| 1834 | 2025-08-01T20:47:51.692Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
| 1835 | 2025-08-01T20:47:52.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2025-08-01T20:47:52.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2025-08-01T20:47:52.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2025-08-01T20:47:52.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1839 | 2025-08-01T20:47:52.275Z | |
| 1840 | 2025-08-01T20:47:52.275Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
| 1841 | 2025-08-01T20:47:52.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2025-08-01T20:47:52.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2025-08-01T20:47:52.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2025-08-01T20:47:52.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1845 | 2025-08-01T20:47:52.859Z | |
| 1846 | 2025-08-01T20:47:52.859Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
| 1847 | 2025-08-01T20:47:53.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2025-08-01T20:47:53.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2025-08-01T20:47:53.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2025-08-01T20:47:53.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1851 | 2025-08-01T20:47:53.440Z | |
| 1852 | 2025-08-01T20:47:53.440Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
| 1853 | 2025-08-01T20:47:53.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2025-08-01T20:47:53.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2025-08-01T20:47:53.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2025-08-01T20:47:53.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1857 | 2025-08-01T20:47:54.014Z | |
| 1858 | 2025-08-01T20:47:54.014Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
| 1859 | 2025-08-01T20:47:54.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2025-08-01T20:47:54.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2025-08-01T20:47:54.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2025-08-01T20:47:54.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1863 | 2025-08-01T20:47:54.605Z | |
| 1864 | 2025-08-01T20:47:54.605Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
| 1865 | 2025-08-01T20:47:55.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2025-08-01T20:47:55.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2025-08-01T20:47:55.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2025-08-01T20:47:55.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1869 | 2025-08-01T20:47:55.178Z | |
| 1870 | 2025-08-01T20:47:55.178Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
| 1871 | 2025-08-01T20:47:55.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2025-08-01T20:47:55.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2025-08-01T20:47:55.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2025-08-01T20:47:55.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1875 | 2025-08-01T20:47:55.759Z | |
| 1876 | 2025-08-01T20:47:55.760Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
| 1877 | 2025-08-01T20:47:56.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2025-08-01T20:47:56.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2025-08-01T20:47:56.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2025-08-01T20:47:56.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1881 | 2025-08-01T20:47:56.342Z | |
| 1882 | 2025-08-01T20:47:56.342Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
| 1883 | 2025-08-01T20:47:56.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2025-08-01T20:47:56.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2025-08-01T20:47:56.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2025-08-01T20:47:56.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1887 | 2025-08-01T20:47:56.922Z | |
| 1888 | 2025-08-01T20:47:56.922Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
| 1889 | 2025-08-01T20:47:57.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2025-08-01T20:47:57.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2025-08-01T20:47:57.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2025-08-01T20:47:57.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1893 | 2025-08-01T20:47:57.508Z | |
| 1894 | 2025-08-01T20:47:57.508Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
| 1895 | 2025-08-01T20:47:58.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2025-08-01T20:47:58.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2025-08-01T20:47:58.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2025-08-01T20:47:58.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1899 | 2025-08-01T20:47:58.087Z | |
| 1900 | 2025-08-01T20:47:58.087Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
| 1901 | 2025-08-01T20:47:58.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2025-08-01T20:47:58.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2025-08-01T20:47:58.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2025-08-01T20:47:58.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1905 | 2025-08-01T20:47:58.654Z | |
| 1906 | 2025-08-01T20:47:58.654Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
| 1907 | 2025-08-01T20:47:59.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2025-08-01T20:47:59.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2025-08-01T20:47:59.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2025-08-01T20:47:59.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1911 | 2025-08-01T20:47:59.225Z | |
| 1912 | 2025-08-01T20:47:59.225Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
| 1913 | 2025-08-01T20:47:59.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2025-08-01T20:47:59.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2025-08-01T20:47:59.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2025-08-01T20:47:59.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1917 | 2025-08-01T20:47:59.810Z | |
| 1918 | 2025-08-01T20:47:59.810Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
| 1919 | 2025-08-01T20:48:00.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2025-08-01T20:48:00.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2025-08-01T20:48:00.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2025-08-01T20:48:00.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1923 | 2025-08-01T20:48:00.407Z | |
| 1924 | 2025-08-01T20:48:00.407Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
| 1925 | 2025-08-01T20:48:00.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2025-08-01T20:48:00.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2025-08-01T20:48:00.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2025-08-01T20:48:00.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1929 | 2025-08-01T20:48:00.979Z | |
| 1930 | 2025-08-01T20:48:00.979Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
| 1931 | 2025-08-01T20:48:01.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2025-08-01T20:48:01.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2025-08-01T20:48:01.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2025-08-01T20:48:01.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1935 | 2025-08-01T20:48:01.558Z | |
| 1936 | 2025-08-01T20:48:01.558Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
| 1937 | 2025-08-01T20:48:02.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2025-08-01T20:48:02.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2025-08-01T20:48:02.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2025-08-01T20:48:02.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1941 | 2025-08-01T20:48:02.134Z | |
| 1942 | 2025-08-01T20:48:02.134Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
| 1943 | 2025-08-01T20:48:02.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2025-08-01T20:48:02.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2025-08-01T20:48:02.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2025-08-01T20:48:02.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1947 | 2025-08-01T20:48:02.710Z | |
| 1948 | 2025-08-01T20:48:02.710Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
| 1949 | 2025-08-01T20:48:03.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2025-08-01T20:48:03.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2025-08-01T20:48:03.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2025-08-01T20:48:03.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1953 | 2025-08-01T20:48:03.296Z | |
| 1954 | 2025-08-01T20:48:03.296Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
| 1955 | 2025-08-01T20:48:03.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2025-08-01T20:48:03.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2025-08-01T20:48:03.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2025-08-01T20:48:03.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1959 | 2025-08-01T20:48:03.873Z | |
| 1960 | 2025-08-01T20:48:03.873Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
| 1961 | 2025-08-01T20:48:04.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2025-08-01T20:48:04.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2025-08-01T20:48:04.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2025-08-01T20:48:04.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1965 | 2025-08-01T20:48:04.457Z | |
| 1966 | 2025-08-01T20:48:04.457Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
| 1967 | 2025-08-01T20:48:04.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2025-08-01T20:48:04.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2025-08-01T20:48:04.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2025-08-01T20:48:04.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1971 | 2025-08-01T20:48:05.039Z | |
| 1972 | 2025-08-01T20:48:05.039Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
| 1973 | 2025-08-01T20:48:05.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2025-08-01T20:48:05.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2025-08-01T20:48:05.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2025-08-01T20:48:05.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1977 | 2025-08-01T20:48:05.619Z | |
| 1978 | 2025-08-01T20:48:05.619Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
| 1979 | 2025-08-01T20:48:06.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2025-08-01T20:48:06.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2025-08-01T20:48:06.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2025-08-01T20:48:06.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1983 | 2025-08-01T20:48:06.191Z | |
| 1984 | 2025-08-01T20:48:06.191Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
| 1985 | 2025-08-01T20:48:06.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2025-08-01T20:48:06.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2025-08-01T20:48:06.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2025-08-01T20:48:06.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1989 | 2025-08-01T20:48:06.779Z | |
| 1990 | 2025-08-01T20:48:06.779Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
| 1991 | 2025-08-01T20:48:07.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2025-08-01T20:48:07.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2025-08-01T20:48:07.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2025-08-01T20:48:07.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1995 | 2025-08-01T20:48:07.347Z | |
| 1996 | 2025-08-01T20:48:07.347Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
| 1997 | 2025-08-01T20:48:07.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2025-08-01T20:48:07.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2025-08-01T20:48:07.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2025-08-01T20:48:07.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2001 | 2025-08-01T20:48:07.920Z | |
| 2002 | 2025-08-01T20:48:07.920Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
| 2003 | 2025-08-01T20:48:08.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2025-08-01T20:48:08.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2025-08-01T20:48:08.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2025-08-01T20:48:08.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2007 | 2025-08-01T20:48:08.497Z | |
| 2008 | 2025-08-01T20:48:08.497Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
| 2009 | 2025-08-01T20:48:09.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2025-08-01T20:48:09.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2025-08-01T20:48:09.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2025-08-01T20:48:09.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2013 | 2025-08-01T20:48:09.298Z | |
| 2014 | 2025-08-01T20:48:09.298Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
| 2015 | 2025-08-01T20:48:09.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2025-08-01T20:48:09.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2025-08-01T20:48:09.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2025-08-01T20:48:09.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2019 | 2025-08-01T20:48:10.083Z | |
| 2020 | 2025-08-01T20:48:10.083Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
| 2021 | 2025-08-01T20:48:10.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2025-08-01T20:48:10.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2025-08-01T20:48:10.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2025-08-01T20:48:10.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2025 | 2025-08-01T20:48:10.875Z | |
| 2026 | 2025-08-01T20:48:10.875Z | info: running `cargo check --bins` on oxlog (49/221) |
| 2027 | 2025-08-01T20:48:11.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2025-08-01T20:48:11.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2025-08-01T20:48:11.635Z | Checking cfg-if v1.0.1 |
| 2030 | 2025-08-01T20:48:11.638Z | Checking libc v0.2.174 |
| 2031 | 2025-08-01T20:48:11.763Z | Checking serde v1.0.219 |
| 2032 | 2025-08-01T20:48:11.766Z | Checking zeroize v1.8.1 |
| 2033 | 2025-08-01T20:48:11.791Z | Checking memchr v2.7.4 |
| 2034 | 2025-08-01T20:48:11.807Z | Checking typenum v1.17.0 |
| 2035 | 2025-08-01T20:48:11.810Z | Checking smallvec v1.15.1 |
| 2036 | 2025-08-01T20:48:11.840Z | Checking value-bag v1.9.0 |
| 2037 | 2025-08-01T20:48:11.843Z | Checking subtle v2.6.1 |
| 2038 | 2025-08-01T20:48:12.029Z | Checking scopeguard v1.2.0 |
| 2039 | 2025-08-01T20:48:12.137Z | Checking const-oid v0.9.6 |
| 2040 | 2025-08-01T20:48:12.161Z | Checking itoa v1.0.11 |
| 2041 | 2025-08-01T20:48:12.188Z | Checking lock_api v0.4.12 |
| 2042 | 2025-08-01T20:48:12.251Z | Checking log v0.4.27 |
| 2043 | 2025-08-01T20:48:12.380Z | Checking stable_deref_trait v1.2.0 |
| 2044 | 2025-08-01T20:48:12.504Z | Checking zerofrom v0.1.4 |
| 2045 | 2025-08-01T20:48:12.594Z | Checking byteorder v1.5.0 |
| 2046 | 2025-08-01T20:48:12.648Z | Checking pin-project-lite v0.2.14 |
| 2047 | 2025-08-01T20:48:12.745Z | Checking portable-atomic v1.11.0 |
| 2048 | 2025-08-01T20:48:12.765Z | Checking yoke v0.7.4 |
| 2049 | 2025-08-01T20:48:12.784Z | Checking critical-section v1.1.3 |
| 2050 | 2025-08-01T20:48:12.854Z | Checking getrandom v0.2.15 |
| 2051 | 2025-08-01T20:48:12.899Z | Checking generic-array v0.14.7 |
| 2052 | 2025-08-01T20:48:12.946Z | Checking signal-hook-registry v1.4.2 |
| 2053 | 2025-08-01T20:48:12.981Z | Checking parking_lot_core v0.9.10 |
| 2054 | 2025-08-01T20:48:13.089Z | Checking mio v1.0.2 |
| 2055 | 2025-08-01T20:48:13.114Z | Checking rand_core v0.6.4 |
| 2056 | 2025-08-01T20:48:13.197Z | Checking zerovec v0.10.4 |
| 2057 | 2025-08-01T20:48:13.326Z | Checking parking_lot v0.12.3 |
| 2058 | 2025-08-01T20:48:13.439Z | Checking socket2 v0.6.0 |
| 2059 | 2025-08-01T20:48:13.673Z | Checking equivalent v1.0.2 |
| 2060 | 2025-08-01T20:48:13.691Z | Checking cpufeatures v0.2.14 |
| 2061 | 2025-08-01T20:48:13.749Z | Checking once_cell v1.21.3 |
| 2062 | 2025-08-01T20:48:13.796Z | Checking futures-core v0.3.31 |
| 2063 | 2025-08-01T20:48:13.812Z | Checking foldhash v0.1.5 |
| 2064 | 2025-08-01T20:48:13.945Z | Checking allocator-api2 v0.2.21 |
| 2065 | 2025-08-01T20:48:13.992Z | Checking writeable v0.5.5 |
| 2066 | 2025-08-01T20:48:14.043Z | Checking litemap v0.7.3 |
| 2067 | 2025-08-01T20:48:14.061Z | Checking crypto-common v0.1.6 |
| 2068 | 2025-08-01T20:48:14.073Z | Checking block-buffer v0.10.4 |
| 2069 | 2025-08-01T20:48:14.096Z | Checking block-padding v0.3.3 |
| 2070 | 2025-08-01T20:48:14.270Z | Checking getrandom v0.3.1 |
| 2071 | 2025-08-01T20:48:14.306Z | Checking percent-encoding v2.3.1 |
| 2072 | 2025-08-01T20:48:14.325Z | Checking digest v0.10.7 |
| 2073 | 2025-08-01T20:48:14.339Z | Checking inout v0.1.3 |
| 2074 | 2025-08-01T20:48:14.381Z | Checking zerocopy v0.7.35 |
| 2075 | 2025-08-01T20:48:14.517Z | Checking libm v0.2.8 |
| 2076 | 2025-08-01T20:48:14.536Z | Checking icu_locid_transform_data v1.5.0 |
| 2077 | 2025-08-01T20:48:14.541Z | Checking hashbrown v0.15.4 |
| 2078 | 2025-08-01T20:48:14.568Z | Checking ryu v1.0.18 |
| 2079 | 2025-08-01T20:48:14.645Z | Checking futures-sink v0.3.31 |
| 2080 | 2025-08-01T20:48:14.687Z | Checking hmac v0.12.1 |
| 2081 | 2025-08-01T20:48:14.761Z | Checking tinystr v0.7.6 |
| 2082 | 2025-08-01T20:48:14.798Z | Checking futures-channel v0.3.31 |
| 2083 | 2025-08-01T20:48:14.814Z | Checking icu_collections v1.5.0 |
| 2084 | 2025-08-01T20:48:14.907Z | Checking sha2 v0.10.9 |
| 2085 | 2025-08-01T20:48:15.090Z | Checking icu_locid v1.5.0 |
| 2086 | 2025-08-01T20:48:15.146Z | Checking cipher v0.4.4 |
| 2087 | 2025-08-01T20:48:15.415Z | Checking num-traits v0.2.19 |
| 2088 | 2025-08-01T20:48:15.489Z | Checking slab v0.4.9 |
| 2089 | 2025-08-01T20:48:15.507Z | Checking futures-io v0.3.31 |
| 2090 | 2025-08-01T20:48:15.555Z | Checking futures-task v0.3.31 |
| 2091 | 2025-08-01T20:48:15.580Z | Checking pin-utils v0.1.0 |
| 2092 | 2025-08-01T20:48:15.656Z | Checking icu_properties_data v1.5.0 |
| 2093 | 2025-08-01T20:48:15.685Z | Checking base64ct v1.6.0 |
| 2094 | 2025-08-01T20:48:15.705Z | Checking icu_normalizer_data v1.5.0 |
| 2095 | 2025-08-01T20:48:15.771Z | Checking utf16_iter v1.0.5 |
| 2096 | 2025-08-01T20:48:15.797Z | Checking futures-util v0.3.31 |
| 2097 | 2025-08-01T20:48:15.820Z | Checking flagset v0.4.6 |
| 2098 | 2025-08-01T20:48:15.893Z | Checking utf8_iter v1.0.4 |
| 2099 | 2025-08-01T20:48:15.966Z | Checking write16 v1.0.0 |
| 2100 | 2025-08-01T20:48:16.024Z | Checking ppv-lite86 v0.2.20 |
| 2101 | 2025-08-01T20:48:16.044Z | Checking icu_provider v1.5.0 |
| 2102 | 2025-08-01T20:48:16.103Z | Checking salsa20 v0.10.2 |
| 2103 | 2025-08-01T20:48:16.121Z | Checking pbkdf2 v0.12.2 |
| 2104 | 2025-08-01T20:48:16.124Z | Checking pem-rfc7468 v0.7.0 |
| 2105 | 2025-08-01T20:48:16.234Z | Checking bytes v1.10.1 |
| 2106 | 2025-08-01T20:48:16.300Z | Checking bitflags v2.9.1 |
| 2107 | 2025-08-01T20:48:16.321Z | Checking serde_json v1.0.141 |
| 2108 | 2025-08-01T20:48:16.397Z | Checking indexmap v2.10.0 |
| 2109 | 2025-08-01T20:48:16.610Z | Checking der v0.7.9 |
| 2110 | 2025-08-01T20:48:16.662Z | Checking icu_locid_transform v1.5.0 |
| 2111 | 2025-08-01T20:48:16.718Z | Checking zerocopy v0.8.26 |
| 2112 | 2025-08-01T20:48:16.834Z | Checking fnv v1.0.7 |
| 2113 | 2025-08-01T20:48:16.988Z | Checking scrypt v0.11.0 |
| 2114 | 2025-08-01T20:48:17.225Z | Checking tokio v1.47.0 |
| 2115 | 2025-08-01T20:48:17.243Z | Checking http v1.3.1 |
| 2116 | 2025-08-01T20:48:17.656Z | Checking cbc v0.1.2 |
| 2117 | 2025-08-01T20:48:17.678Z | Checking icu_properties v1.5.1 |
| 2118 | 2025-08-01T20:48:17.884Z | Checking aes v0.8.4 |
| 2119 | 2025-08-01T20:48:17.958Z | Checking form_urlencoded v1.2.1 |
| 2120 | 2025-08-01T20:48:18.191Z | Checking uuid v1.17.0 |
| 2121 | 2025-08-01T20:48:18.300Z | Checking spki v0.7.3 |
| 2122 | 2025-08-01T20:48:18.506Z | Checking tracing-core v0.1.32 |
| 2123 | 2025-08-01T20:48:18.606Z | Checking http-body v1.0.1 |
| 2124 | 2025-08-01T20:48:18.760Z | Checking pkcs5 v0.7.1 |
| 2125 | 2025-08-01T20:48:18.804Z | Checking iana-time-zone v0.1.63 |
| 2126 | 2025-08-01T20:48:18.843Z | Checking tinyvec_macros v0.1.1 |
| 2127 | 2025-08-01T20:48:18.952Z | Checking rustls-pki-types v1.10.0 |
| 2128 | 2025-08-01T20:48:18.978Z | Checking base64 v0.22.1 |
| 2129 | 2025-08-01T20:48:19.150Z | Checking tracing v0.1.40 |
| 2130 | 2025-08-01T20:48:19.306Z | Checking pkcs8 v0.10.2 |
| 2131 | 2025-08-01T20:48:19.486Z | Compiling newtype-uuid v1.2.4 |
| 2132 | 2025-08-01T20:48:19.522Z | Checking chrono v0.4.41 |
| 2133 | 2025-08-01T20:48:19.547Z | Checking tinyvec v1.8.0 |
| 2134 | 2025-08-01T20:48:19.632Z | Checking aws-lc-sys v0.26.0 |
| 2135 | 2025-08-01T20:48:19.829Z | Checking errno v0.3.12 |
| 2136 | 2025-08-01T20:48:20.003Z | Checking rand_core v0.9.2 |
| 2137 | 2025-08-01T20:48:20.022Z | Checking spin v0.9.8 |
| 2138 | 2025-08-01T20:48:20.316Z | Checking tower-service v0.3.3 |
| 2139 | 2025-08-01T20:48:20.335Z | Checking untrusted v0.7.1 |
| 2140 | 2025-08-01T20:48:20.381Z | Checking try-lock v0.2.5 |
| 2141 | 2025-08-01T20:48:20.456Z | Checking untrusted v0.9.0 |
| 2142 | 2025-08-01T20:48:20.512Z | Checking atomic-waker v1.1.2 |
| 2143 | 2025-08-01T20:48:20.535Z | Checking foreign-types-shared v0.1.1 |
| 2144 | 2025-08-01T20:48:20.632Z | Checking openssl-probe v0.1.5 |
| 2145 | 2025-08-01T20:48:20.664Z | Checking adler2 v2.0.0 |
| 2146 | 2025-08-01T20:48:20.682Z | Checking foreign-types v0.3.2 |
| 2147 | 2025-08-01T20:48:20.787Z | Checking ring v0.17.14 |
| 2148 | 2025-08-01T20:48:20.813Z | Checking want v0.3.1 |
| 2149 | 2025-08-01T20:48:20.831Z | Checking miniz_oxide v0.8.5 |
| 2150 | 2025-08-01T20:48:20.850Z | Checking rand_chacha v0.9.0 |
| 2151 | 2025-08-01T20:48:20.938Z | Checking icu_normalizer v1.5.0 |
| 2152 | 2025-08-01T20:48:21.019Z | Checking ipnet v2.11.0 |
| 2153 | 2025-08-01T20:48:21.235Z | Checking httparse v1.9.5 |
| 2154 | 2025-08-01T20:48:21.500Z | Checking openssl-sys v0.9.109 |
| 2155 | 2025-08-01T20:48:21.560Z | Checking thiserror v1.0.69 |
| 2156 | 2025-08-01T20:48:21.603Z | Checking aho-corasick v1.1.3 |
| 2157 | 2025-08-01T20:48:21.682Z | Checking httpdate v1.0.3 |
| 2158 | 2025-08-01T20:48:21.710Z | Checking powerfmt v0.2.0 |
| 2159 | 2025-08-01T20:48:21.724Z | Checking idna_adapter v1.2.0 |
| 2160 | 2025-08-01T20:48:21.835Z | Checking aws-lc-rs v1.12.4 |
| 2161 | 2025-08-01T20:48:21.928Z | Checking idna v1.0.3 |
| 2162 | 2025-08-01T20:48:21.953Z | Checking regex-syntax v0.8.5 |
| 2163 | 2025-08-01T20:48:22.006Z | Checking unicode-ident v1.0.18 |
| 2164 | 2025-08-01T20:48:22.207Z | Checking proc-macro2 v1.0.95 |
| 2165 | 2025-08-01T20:48:22.416Z | Checking url v2.5.4 |
| 2166 | 2025-08-01T20:48:22.700Z | Checking openssl v0.10.73 |
| 2167 | 2025-08-01T20:48:22.859Z | Checking deranged v0.3.11 |
| 2168 | 2025-08-01T20:48:22.997Z | Checking rand v0.9.1 |
| 2169 | 2025-08-01T20:48:23.258Z | Checking unicode-normalization v0.1.24 |
| 2170 | 2025-08-01T20:48:23.307Z | Checking rustix v0.38.37 |
| 2171 | 2025-08-01T20:48:23.540Z | Checking rustls-webpki v0.102.8 |
| 2172 | 2025-08-01T20:48:24.010Z | Checking crossbeam-utils v0.8.21 |
| 2173 | 2025-08-01T20:48:24.174Z | Checking semver v1.0.26 |
| 2174 | 2025-08-01T20:48:24.245Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2175 | 2025-08-01T20:48:24.318Z | Checking signature v2.2.0 |
| 2176 | 2025-08-01T20:48:24.388Z | Checking scroll v0.12.0 |
| 2177 | 2025-08-01T20:48:24.428Z | Checking tokio-util v0.7.15 |
| 2178 | 2025-08-01T20:48:24.514Z | Checking crc32fast v1.4.2 |
| 2179 | 2025-08-01T20:48:24.592Z | Checking zlib-rs v0.5.1 |
| 2180 | 2025-08-01T20:48:24.772Z | Checking either v1.15.0 |
| 2181 | 2025-08-01T20:48:24.800Z | Checking siphasher v0.3.11 |
| 2182 | 2025-08-01T20:48:24.857Z | Checking num-conv v0.1.0 |
| 2183 | 2025-08-01T20:48:25.114Z | Checking anstyle v1.0.11 |
| 2184 | 2025-08-01T20:48:25.117Z | Checking unicode-properties v0.1.3 |
| 2185 | 2025-08-01T20:48:25.156Z | Checking ucd-trie v0.1.7 |
| 2186 | 2025-08-01T20:48:25.174Z | Checking regex-automata v0.4.8 |
| 2187 | 2025-08-01T20:48:25.389Z | Checking dyn-clone v1.0.19 |
| 2188 | 2025-08-01T20:48:25.490Z | Checking unicode-bidi v0.3.17 |
| 2189 | 2025-08-01T20:48:25.508Z | Checking time-core v0.1.2 |
| 2190 | 2025-08-01T20:48:25.562Z | Checking utf8parse v0.2.2 |
| 2191 | 2025-08-01T20:48:25.641Z | Checking h2 v0.4.6 |
| 2192 | 2025-08-01T20:48:25.689Z | Checking num_threads v0.1.7 |
| 2193 | 2025-08-01T20:48:25.729Z | Checking plain v0.2.3 |
| 2194 | 2025-08-01T20:48:25.822Z | Checking time v0.3.36 |
| 2195 | 2025-08-01T20:48:25.908Z | Checking goblin v0.8.2 |
| 2196 | 2025-08-01T20:48:26.117Z | Checking stringprep v0.1.5 |
| 2197 | 2025-08-01T20:48:26.421Z | Checking anstyle-parse v0.2.5 |
| 2198 | 2025-08-01T20:48:26.440Z | Checking libz-rs-sys v0.5.1 |
| 2199 | 2025-08-01T20:48:26.471Z | Checking schemars v0.8.22 |
| 2200 | 2025-08-01T20:48:26.645Z | Checking pest v2.7.14 |
| 2201 | 2025-08-01T20:48:26.713Z | Checking phf_shared v0.11.2 |
| 2202 | 2025-08-01T20:48:27.013Z | Checking crossbeam-epoch v0.9.18 |
| 2203 | 2025-08-01T20:48:27.431Z | Checking rustls v0.23.19 |
| 2204 | 2025-08-01T20:48:27.866Z | Checking native-tls v0.2.12 |
| 2205 | 2025-08-01T20:48:28.132Z | Checking quote v1.0.40 |
| 2206 | 2025-08-01T20:48:28.180Z | Checking num-integer v0.1.46 |
| 2207 | 2025-08-01T20:48:28.416Z | Checking rand_chacha v0.3.1 |
| 2208 | 2025-08-01T20:48:28.480Z | Checking toml_datetime v0.6.11 |
| 2209 | 2025-08-01T20:48:28.684Z | Checking serde_spanned v0.6.9 |
| 2210 | 2025-08-01T20:48:28.827Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2211 | 2025-08-01T20:48:28.831Z | Checking md-5 v0.10.6 |
| 2212 | 2025-08-01T20:48:28.894Z | Checking sync_wrapper v1.0.1 |
| 2213 | 2025-08-01T20:48:29.050Z | Checking ff v0.13.0 |
| 2214 | 2025-08-01T20:48:29.077Z | Checking hash32 v0.2.1 |
| 2215 | 2025-08-01T20:48:29.080Z | Checking is_terminal_polyfill v1.70.1 |
| 2216 | 2025-08-01T20:48:29.113Z | Checking fallible-iterator v0.2.0 |
| 2217 | 2025-08-01T20:48:29.226Z | Checking tower-layer v0.3.3 |
| 2218 | 2025-08-01T20:48:29.286Z | Checking psl-types v2.0.11 |
| 2219 | 2025-08-01T20:48:29.402Z | Checking gimli v0.31.1 |
| 2220 | 2025-08-01T20:48:29.498Z | Checking pretty-hex v0.4.1 |
| 2221 | 2025-08-01T20:48:29.516Z | Checking anstyle-query v1.1.1 |
| 2222 | 2025-08-01T20:48:29.554Z | Checking colorchoice v1.0.2 |
| 2223 | 2025-08-01T20:48:29.652Z | Checking base16ct v0.2.0 |
| 2224 | 2025-08-01T20:48:29.671Z | Checking postgres-protocol v0.6.8 |
| 2225 | 2025-08-01T20:48:29.703Z | Checking tower v0.5.2 |
| 2226 | 2025-08-01T20:48:29.707Z | Checking anstream v0.6.18 |
| 2227 | 2025-08-01T20:48:29.861Z | Checking sec1 v0.7.3 |
| 2228 | 2025-08-01T20:48:30.092Z | Checking publicsuffix v2.3.0 |
| 2229 | 2025-08-01T20:48:30.285Z | Checking heapless v0.7.17 |
| 2230 | 2025-08-01T20:48:30.309Z | Checking group v0.13.0 |
| 2231 | 2025-08-01T20:48:30.388Z | Checking dtrace-parser v0.2.0 |
| 2232 | 2025-08-01T20:48:30.424Z | Checking zstd-safe v7.2.3 |
| 2233 | 2025-08-01T20:48:30.561Z | Checking rand v0.8.5 |
| 2234 | 2025-08-01T20:48:30.656Z | Checking dof v0.3.0 |
| 2235 | 2025-08-01T20:48:30.758Z | Checking num-iter v0.1.45 |
| 2236 | 2025-08-01T20:48:30.894Z | Checking syn v2.0.104 |
| 2237 | 2025-08-01T20:48:30.956Z | Compiling daft v0.1.4 |
| 2238 | 2025-08-01T20:48:31.187Z | Checking tokio-native-tls v0.3.1 |
| 2239 | 2025-08-01T20:48:31.289Z | Checking ipnetwork v0.21.1 |
| 2240 | 2025-08-01T20:48:31.448Z | Checking cookie v0.18.1 |
| 2241 | 2025-08-01T20:48:31.497Z | Checking flate2 v1.1.2 |
| 2242 | 2025-08-01T20:48:31.708Z | Checking terminal_size v0.4.0 |
| 2243 | 2025-08-01T20:48:31.775Z | Checking rustls-native-certs v0.8.1 |
| 2244 | 2025-08-01T20:48:31.835Z | Checking hyper v1.6.0 |
| 2245 | 2025-08-01T20:48:31.888Z | Checking lazy_static v1.5.0 |
| 2246 | 2025-08-01T20:48:31.911Z | Checking webpki-roots v1.0.1 |
| 2247 | 2025-08-01T20:48:31.979Z | Checking http-body-util v0.1.3 |
| 2248 | 2025-08-01T20:48:32.025Z | Checking signal-hook v0.3.18 |
| 2249 | 2025-08-01T20:48:32.122Z | Checking hkdf v0.12.4 |
| 2250 | 2025-08-01T20:48:32.150Z | Checking crypto-bigint v0.5.5 |
| 2251 | 2025-08-01T20:48:32.361Z | Checking thread-id v4.2.2 |
| 2252 | 2025-08-01T20:48:32.364Z | Checking object v0.36.5 |
| 2253 | 2025-08-01T20:48:32.408Z | Checking bumpalo v3.16.0 |
| 2254 | 2025-08-01T20:48:32.478Z | Checking rustc-demangle v0.1.24 |
| 2255 | 2025-08-01T20:48:32.544Z | Checking tokio-rustls v0.26.0 |
| 2256 | 2025-08-01T20:48:32.736Z | Checking iri-string v0.7.8 |
| 2257 | 2025-08-01T20:48:32.917Z | Checking lockfree-object-pool v0.1.6 |
| 2258 | 2025-08-01T20:48:32.958Z | Checking bitflags v1.3.2 |
| 2259 | 2025-08-01T20:48:33.034Z | Checking addr2line v0.24.2 |
| 2260 | 2025-08-01T20:48:33.077Z | Compiling rayon-core v1.12.1 |
| 2261 | 2025-08-01T20:48:33.159Z | Checking strsim v0.11.1 |
| 2262 | 2025-08-01T20:48:33.399Z | Checking managed v0.8.0 |
| 2263 | 2025-08-01T20:48:33.462Z | Checking simd-adler32 v0.3.7 |
| 2264 | 2025-08-01T20:48:33.567Z | Checking clap_lex v0.7.4 |
| 2265 | 2025-08-01T20:48:33.802Z | Checking winnow v0.5.40 |
| 2266 | 2025-08-01T20:48:33.821Z | Checking hyper-util v0.1.16 |
| 2267 | 2025-08-01T20:48:33.840Z | Checking zopfli v0.8.1 |
| 2268 | 2025-08-01T20:48:33.857Z | Checking clap_builder v4.5.41 |
| 2269 | 2025-08-01T20:48:34.575Z | Checking smoltcp v0.9.1 |
| 2270 | 2025-08-01T20:48:34.900Z | Checking elliptic-curve v0.13.8 |
| 2271 | 2025-08-01T20:48:35.353Z | Checking tower-http v0.6.6 |
| 2272 | 2025-08-01T20:48:35.573Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2273 | 2025-08-01T20:48:35.941Z | Checking signal-hook-mio v0.2.4 |
| 2274 | 2025-08-01T20:48:35.960Z | Checking num-bigint-dig v0.8.4 |
| 2275 | 2025-08-01T20:48:35.982Z | Checking cookie_store v0.21.1 |
| 2276 | 2025-08-01T20:48:36.100Z | Checking oxnet v0.1.3 |
| 2277 | 2025-08-01T20:48:36.371Z | Checking hyper-rustls v0.27.7 |
| 2278 | 2025-08-01T20:48:36.495Z | Checking hyper-tls v0.6.0 |
| 2279 | 2025-08-01T20:48:36.585Z | Checking toml_edit v0.19.15 |
| 2280 | 2025-08-01T20:48:36.654Z | Checking zstd v0.13.3 |
| 2281 | 2025-08-01T20:48:36.709Z | Checking usdt-impl v0.5.0 |
| 2282 | 2025-08-01T20:48:36.742Z | Checking postgres-types v0.2.9 |
| 2283 | 2025-08-01T20:48:36.763Z | Checking regex v1.11.1 |
| 2284 | 2025-08-01T20:48:36.781Z | Checking bstr v1.10.0 |
| 2285 | 2025-08-01T20:48:37.008Z | Checking crossbeam-deque v0.8.5 |
| 2286 | 2025-08-01T20:48:37.245Z | Checking phf v0.11.2 |
| 2287 | 2025-08-01T20:48:37.343Z | Checking ed25519 v2.2.3 |
| 2288 | 2025-08-01T20:48:37.347Z | Checking bzip2 v0.4.4 |
| 2289 | 2025-08-01T20:48:37.413Z | Checking bzip2 v0.5.2 |
| 2290 | 2025-08-01T20:48:37.528Z | Checking curve25519-dalek v4.1.3 |
| 2291 | 2025-08-01T20:48:37.666Z | Checking thiserror v2.0.12 |
| 2292 | 2025-08-01T20:48:37.702Z | Checking strum v0.27.2 |
| 2293 | 2025-08-01T20:48:37.719Z | Checking hubpack v0.1.2 |
| 2294 | 2025-08-01T20:48:37.834Z | Checking memoffset v0.9.1 |
| 2295 | 2025-08-01T20:48:37.867Z | Checking pkcs1 v0.7.5 |
| 2296 | 2025-08-01T20:48:37.920Z | Checking serde_urlencoded v0.7.1 |
| 2297 | 2025-08-01T20:48:37.951Z | Checking float-cmp v0.10.0 |
| 2298 | 2025-08-01T20:48:37.984Z | Checking serde-big-array v0.5.1 |
| 2299 | 2025-08-01T20:48:38.008Z | Checking rfc6979 v0.4.0 |
| 2300 | 2025-08-01T20:48:38.164Z | Checking memmap v0.7.0 |
| 2301 | 2025-08-01T20:48:38.206Z | Checking socket2 v0.5.10 |
| 2302 | 2025-08-01T20:48:38.225Z | Checking encoding_rs v0.8.34 |
| 2303 | 2025-08-01T20:48:38.262Z | Checking static_assertions v1.1.0 |
| 2304 | 2025-08-01T20:48:38.329Z | Checking data-encoding v2.9.0 |
| 2305 | 2025-08-01T20:48:38.361Z | Checking backtrace v0.3.74 |
| 2306 | 2025-08-01T20:48:38.381Z | Checking unicode-width v0.2.0 |
| 2307 | 2025-08-01T20:48:38.381Z | Checking toml_write v0.1.2 |
| 2308 | 2025-08-01T20:48:38.685Z | Checking whoami v1.5.2 |
| 2309 | 2025-08-01T20:48:38.722Z | Checking minimal-lexical v0.2.1 |
| 2310 | 2025-08-01T20:48:38.844Z | Checking unicode-segmentation v1.12.0 |
| 2311 | 2025-08-01T20:48:38.863Z | Checking mime v0.3.17 |
| 2312 | 2025-08-01T20:48:38.883Z | Checking normalize-line-endings v0.3.0 |
| 2313 | 2025-08-01T20:48:38.994Z | Checking precomputed-hash v0.1.1 |
| 2314 | 2025-08-01T20:48:39.017Z | Checking fixedbitset v0.4.2 |
| 2315 | 2025-08-01T20:48:39.034Z | Checking predicates-core v1.0.8 |
| 2316 | 2025-08-01T20:48:39.127Z | Checking winnow v0.7.10 |
| 2317 | 2025-08-01T20:48:39.146Z | Checking difflib v0.4.0 |
| 2318 | 2025-08-01T20:48:39.203Z | Checking new_debug_unreachable v1.0.6 |
| 2319 | 2025-08-01T20:48:39.252Z | Checking nom v7.1.3 |
| 2320 | 2025-08-01T20:48:39.294Z | Checking petgraph v0.6.5 |
| 2321 | 2025-08-01T20:48:39.313Z | Checking string_cache v0.8.9 |
| 2322 | 2025-08-01T20:48:39.331Z | Checking ed25519-dalek v2.1.1 |
| 2323 | 2025-08-01T20:48:39.485Z | Checking predicates v3.1.3 |
| 2324 | 2025-08-01T20:48:39.543Z | Checking similar v2.7.0 |
| 2325 | 2025-08-01T20:48:39.604Z | Checking toml v0.7.8 |
| 2326 | 2025-08-01T20:48:39.756Z | Checking tokio-postgres v0.7.13 |
| 2327 | 2025-08-01T20:48:40.121Z | Checking anyhow v1.0.98 |
| 2328 | 2025-08-01T20:48:40.293Z | Checking hickory-proto v0.25.2 |
| 2329 | 2025-08-01T20:48:40.365Z | Checking console v0.15.10 |
| 2330 | 2025-08-01T20:48:40.463Z | Checking reqwest v0.12.22 |
| 2331 | 2025-08-01T20:48:40.512Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2332 | 2025-08-01T20:48:40.946Z | Checking usdt v0.5.0 |
| 2333 | 2025-08-01T20:48:41.226Z | Checking rsa v0.9.6 |
| 2334 | 2025-08-01T20:48:41.846Z | Checking ecdsa v0.16.9 |
| 2335 | 2025-08-01T20:48:41.938Z | Checking toml_edit v0.22.27 |
| 2336 | 2025-08-01T20:48:42.241Z | Checking nix v0.29.0 |
| 2337 | 2025-08-01T20:48:42.307Z | Checking zip v4.2.0 |
| 2338 | 2025-08-01T20:48:42.538Z | Checking zip v0.6.6 |
| 2339 | 2025-08-01T20:48:42.787Z | Checking clap v4.5.41 |
| 2340 | 2025-08-01T20:48:42.920Z | Checking crossterm v0.28.1 |
| 2341 | 2025-08-01T20:48:43.261Z | Checking tokio-stream v0.1.17 |
| 2342 | 2025-08-01T20:48:43.391Z | Checking itertools v0.13.0 |
| 2343 | 2025-08-01T20:48:43.566Z | Checking itertools v0.12.1 |
| 2344 | 2025-08-01T20:48:43.607Z | Checking itertools v0.10.5 |
| 2345 | 2025-08-01T20:48:44.022Z | Checking fs-err v3.1.1 |
| 2346 | 2025-08-01T20:48:44.578Z | Checking buf-list v1.0.3 |
| 2347 | 2025-08-01T20:48:44.640Z | Checking strum v0.26.3 |
| 2348 | 2025-08-01T20:48:44.672Z | Checking ahash v0.8.12 |
| 2349 | 2025-08-01T20:48:44.822Z | Checking rustix v1.0.7 |
| 2350 | 2025-08-01T20:48:44.902Z | Checking slog v2.7.0 |
| 2351 | 2025-08-01T20:48:45.085Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2352 | 2025-08-01T20:48:45.379Z | Checking x509-cert v0.2.5 |
| 2353 | 2025-08-01T20:48:45.463Z | Checking openapiv3 v2.2.0 |
| 2354 | 2025-08-01T20:48:45.738Z | Checking sha1 v0.10.6 |
| 2355 | 2025-08-01T20:48:45.817Z | Checking winnow v0.6.26 |
| 2356 | 2025-08-01T20:48:45.839Z | Checking peg-runtime v0.8.5 |
| 2357 | 2025-08-01T20:48:46.019Z | Checking unicode-xid v0.2.6 |
| 2358 | 2025-08-01T20:48:46.023Z | Checking rustc-hash v2.1.1 |
| 2359 | 2025-08-01T20:48:46.081Z | Checking lalrpop-util v0.19.12 |
| 2360 | 2025-08-01T20:48:46.186Z | Checking rayon v1.10.0 |
| 2361 | 2025-08-01T20:48:46.237Z | Checking camino v1.1.10 |
| 2362 | 2025-08-01T20:48:46.385Z | Checking sigpipe v0.1.3 |
| 2363 | 2025-08-01T20:48:46.513Z | Checking jiff v0.2.15 |
| 2364 | 2025-08-01T20:48:46.778Z | Checking glob v0.3.2 |
| 2365 | 2025-08-01T20:48:50.564Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2366 | 2025-08-01T20:48:50.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.09s |
| 2367 | 2025-08-01T20:48:51.133Z | |
| 2368 | 2025-08-01T20:48:51.133Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
| 2369 | 2025-08-01T20:48:51.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2025-08-01T20:48:51.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2025-08-01T20:48:51.977Z | Compiling regress v0.10.4 |
| 2372 | 2025-08-01T20:48:52.106Z | Checking heck v0.5.0 |
| 2373 | 2025-08-01T20:48:52.137Z | Compiling unsafe-libyaml v0.2.11 |
| 2374 | 2025-08-01T20:48:52.158Z | Checking newtype-uuid v1.2.4 |
| 2375 | 2025-08-01T20:48:52.161Z | Compiling structmeta-derive v0.3.0 |
| 2376 | 2025-08-01T20:48:52.161Z | Checking dirs-sys-next v0.1.2 |
| 2377 | 2025-08-01T20:48:52.174Z | Checking fastrand v2.1.1 |
| 2378 | 2025-08-01T20:48:52.302Z | Checking thread_local v1.1.8 |
| 2379 | 2025-08-01T20:48:52.411Z | Checking dirs-next v2.0.0 |
| 2380 | 2025-08-01T20:48:52.479Z | Checking daft v0.1.4 |
| 2381 | 2025-08-01T20:48:52.547Z | Checking tempfile v3.20.0 |
| 2382 | 2025-08-01T20:48:52.567Z | Compiling ident_case v1.0.1 |
| 2383 | 2025-08-01T20:48:52.588Z | Checking term v0.7.0 |
| 2384 | 2025-08-01T20:48:52.757Z | Compiling darling_core v0.20.10 |
| 2385 | 2025-08-01T20:48:52.893Z | Checking crossbeam-channel v0.5.15 |
| 2386 | 2025-08-01T20:48:52.943Z | Checking futures-executor v0.3.31 |
| 2387 | 2025-08-01T20:48:53.016Z | Checking is-terminal v0.4.13 |
| 2388 | 2025-08-01T20:48:53.162Z | Checking take_mut v0.2.2 |
| 2389 | 2025-08-01T20:48:53.195Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2390 | 2025-08-01T20:48:53.334Z | Compiling rustls v0.22.4 |
| 2391 | 2025-08-01T20:48:53.573Z | Compiling serde_yaml v0.9.34+deprecated |
| 2392 | 2025-08-01T20:48:53.623Z | Checking slog-async v2.8.0 |
| 2393 | 2025-08-01T20:48:53.685Z | Checking futures v0.3.31 |
| 2394 | 2025-08-01T20:48:53.810Z | Checking slog-term v2.9.1 |
| 2395 | 2025-08-01T20:48:53.904Z | Compiling proc-macro-crate v1.3.1 |
| 2396 | 2025-08-01T20:48:53.941Z | Checking wait-timeout v0.2.0 |
| 2397 | 2025-08-01T20:48:54.153Z | Compiling multer v3.1.0 |
| 2398 | 2025-08-01T20:48:54.320Z | Checking bit-vec v0.8.0 |
| 2399 | 2025-08-01T20:48:54.515Z | Compiling ref-cast v1.0.24 |
| 2400 | 2025-08-01T20:48:54.705Z | Compiling structmeta v0.3.0 |
| 2401 | 2025-08-01T20:48:54.725Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2402 | 2025-08-01T20:48:54.826Z | Checking match_cfg v0.1.0 |
| 2403 | 2025-08-01T20:48:54.939Z | Checking quick-error v1.2.3 |
| 2404 | 2025-08-01T20:48:55.087Z | Checking rusty-fork v0.3.0 |
| 2405 | 2025-08-01T20:48:55.091Z | Checking hostname v0.3.1 |
| 2406 | 2025-08-01T20:48:55.126Z | Compiling num_enum_derive v0.5.11 |
| 2407 | 2025-08-01T20:48:55.131Z | Compiling derive-ex v0.1.8 |
| 2408 | 2025-08-01T20:48:55.256Z | Checking bit-set v0.8.0 |
| 2409 | 2025-08-01T20:48:55.486Z | Checking typify-impl v0.3.0 |
| 2410 | 2025-08-01T20:48:55.509Z | Checking typify-impl v0.2.0 |
| 2411 | 2025-08-01T20:48:58.075Z | Checking progenitor-client v0.9.1 |
| 2412 | 2025-08-01T20:48:58.095Z | Checking rand_xorshift v0.4.0 |
| 2413 | 2025-08-01T20:48:58.296Z | Checking slog-json v2.6.1 |
| 2414 | 2025-08-01T20:48:58.427Z | Compiling darling_macro v0.20.10 |
| 2415 | 2025-08-01T20:48:58.500Z | Compiling lzma-sys v0.1.20 |
| 2416 | 2025-08-01T20:48:58.586Z | Checking hex v0.4.3 |
| 2417 | 2025-08-01T20:48:58.943Z | Compiling async-stream-impl v0.3.6 |
| 2418 | 2025-08-01T20:48:59.053Z | Compiling ref-cast-impl v1.0.24 |
| 2419 | 2025-08-01T20:48:59.277Z | Compiling foreign-types-macros v0.2.3 |
| 2420 | 2025-08-01T20:48:59.300Z | Compiling dropshot v0.16.2 |
| 2421 | 2025-08-01T20:48:59.373Z | Compiling darling v0.20.10 |
| 2422 | 2025-08-01T20:48:59.510Z | Checking unarray v0.1.4 |
| 2423 | 2025-08-01T20:48:59.663Z | Checking utf-8 v0.7.6 |
| 2424 | 2025-08-01T20:48:59.697Z | Checking foreign-types-shared v0.3.1 |
| 2425 | 2025-08-01T20:48:59.747Z | Checking arc-swap v1.7.1 |
| 2426 | 2025-08-01T20:48:59.832Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2427 | 2025-08-01T20:48:59.873Z | Checking tungstenite v0.21.0 |
| 2428 | 2025-08-01T20:48:59.954Z | Checking proptest v1.7.0 |
| 2429 | 2025-08-01T20:49:00.144Z | Checking slog-scope v4.4.0 |
| 2430 | 2025-08-01T20:49:00.234Z | Checking async-stream v0.3.6 |
| 2431 | 2025-08-01T20:49:00.388Z | Compiling serde_with_macros v3.14.0 |
| 2432 | 2025-08-01T20:49:00.446Z | Compiling test-strategy v0.4.3 |
| 2433 | 2025-08-01T20:49:00.500Z | Checking foreign-types v0.5.0 |
| 2434 | 2025-08-01T20:49:00.518Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2435 | 2025-08-01T20:49:00.612Z | Checking tokio-rustls v0.25.0 |
| 2436 | 2025-08-01T20:49:00.682Z | Checking slog-bunyan v2.5.0 |
| 2437 | 2025-08-01T20:49:00.779Z | Checking num_enum v0.5.11 |
| 2438 | 2025-08-01T20:49:00.869Z | Compiling proc-macro-error v1.0.4 |
| 2439 | 2025-08-01T20:49:00.993Z | Compiling parse-display-derive v0.10.0 |
| 2440 | 2025-08-01T20:49:01.663Z | Checking toml v0.8.23 |
| 2441 | 2025-08-01T20:49:01.710Z | Checking progenitor-client v0.8.0 |
| 2442 | 2025-08-01T20:49:02.084Z | Compiling heck v0.3.3 |
| 2443 | 2025-08-01T20:49:02.438Z | Checking waitgroup v0.1.2 |
| 2444 | 2025-08-01T20:49:02.456Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2445 | 2025-08-01T20:49:02.595Z | Checking rustls-pemfile v2.2.0 |
| 2446 | 2025-08-01T20:49:02.839Z | Compiling dropshot_endpoint v0.16.2 |
| 2447 | 2025-08-01T20:49:02.889Z | Checking serde_path_to_error v0.1.17 |
| 2448 | 2025-08-01T20:49:03.288Z | Compiling derive-where v1.5.0 |
| 2449 | 2025-08-01T20:49:03.533Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2450 | 2025-08-01T20:49:03.887Z | Checking cstr-argument v0.1.2 |
| 2451 | 2025-08-01T20:49:04.086Z | Checking hostname v0.4.0 |
| 2452 | 2025-08-01T20:49:04.264Z | Checking instant v0.1.13 |
| 2453 | 2025-08-01T20:49:04.383Z | Checking pretty-hex v0.2.1 |
| 2454 | 2025-08-01T20:49:04.412Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2455 | 2025-08-01T20:49:04.566Z | Checking debug-ignore v1.0.5 |
| 2456 | 2025-08-01T20:49:04.586Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2457 | 2025-08-01T20:49:04.736Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2458 | 2025-08-01T20:49:04.790Z | Checking backoff v0.4.0 |
| 2459 | 2025-08-01T20:49:04.883Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2460 | 2025-08-01T20:49:04.901Z | Checking parse-display v0.10.0 |
| 2461 | 2025-08-01T20:49:05.057Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2462 | 2025-08-01T20:49:05.101Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2463 | 2025-08-01T20:49:05.153Z | Checking serde_with v3.14.0 |
| 2464 | 2025-08-01T20:49:05.282Z | Compiling zone_cfg_derive v0.1.2 |
| 2465 | 2025-08-01T20:49:05.365Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2466 | 2025-08-01T20:49:05.479Z | Checking tokio-tungstenite v0.21.0 |
| 2467 | 2025-08-01T20:49:06.125Z | Checking iddqd v0.3.9 |
| 2468 | 2025-08-01T20:49:06.172Z | Checking slog-stdlog v4.1.1 |
| 2469 | 2025-08-01T20:49:06.357Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2025-08-01T20:49:06.429Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2471 | 2025-08-01T20:49:06.650Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2472 | 2025-08-01T20:49:06.763Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2473 | 2025-08-01T20:49:06.832Z | Checking progenitor-client v0.10.0 |
| 2474 | 2025-08-01T20:49:06.946Z | Checking colored v2.2.0 |
| 2475 | 2025-08-01T20:49:07.261Z | Checking macaddr v1.0.1 |
| 2476 | 2025-08-01T20:49:07.353Z | Checking number_prefix v0.4.0 |
| 2477 | 2025-08-01T20:49:07.572Z | Checking unicode-width v0.1.14 |
| 2478 | 2025-08-01T20:49:07.617Z | Checking base64 v0.13.1 |
| 2479 | 2025-08-01T20:49:07.733Z | Checking base64 v0.21.7 |
| 2480 | 2025-08-01T20:49:07.759Z | Checking indicatif v0.17.11 |
| 2481 | 2025-08-01T20:49:08.032Z | Checking ron v0.7.1 |
| 2482 | 2025-08-01T20:49:08.051Z | Checking tabwriter v1.4.0 |
| 2483 | 2025-08-01T20:49:08.220Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2484 | 2025-08-01T20:49:08.317Z | Checking zone v0.1.8 |
| 2485 | 2025-08-01T20:49:08.461Z | Checking slog-envlogger v2.2.0 |
| 2486 | 2025-08-01T20:49:08.622Z | Compiling typify-macro v0.3.0 |
| 2487 | 2025-08-01T20:49:08.641Z | Compiling typify-macro v0.2.0 |
| 2488 | 2025-08-01T20:49:08.664Z | Checking xz2 v0.1.7 |
| 2489 | 2025-08-01T20:49:08.705Z | Checking tokio-dtrace v0.1.0 |
| 2490 | 2025-08-01T20:49:08.953Z | Checking xattr v1.3.1 |
| 2491 | 2025-08-01T20:49:08.979Z | Checking yasna v0.5.2 |
| 2492 | 2025-08-01T20:49:09.001Z | Checking pem v3.0.5 |
| 2493 | 2025-08-01T20:49:09.171Z | Checking smf v0.2.3 |
| 2494 | 2025-08-01T20:49:09.207Z | Checking headers-core v0.3.0 |
| 2495 | 2025-08-01T20:49:09.273Z | Checking filetime v0.2.25 |
| 2496 | 2025-08-01T20:49:09.381Z | Checking same-file v1.0.6 |
| 2497 | 2025-08-01T20:49:09.505Z | Checking tar v0.4.44 |
| 2498 | 2025-08-01T20:49:09.587Z | Checking walkdir v2.5.0 |
| 2499 | 2025-08-01T20:49:09.628Z | Checking headers v0.4.1 |
| 2500 | 2025-08-01T20:49:09.885Z | Checking oxide-tokio-rt v0.1.2 |
| 2501 | 2025-08-01T20:49:09.889Z | Checking camino-tempfile v1.4.1 |
| 2502 | 2025-08-01T20:49:09.925Z | Checking rcgen v0.12.1 |
| 2503 | 2025-08-01T20:49:10.136Z | Checking atomicwrites v0.4.4 |
| 2504 | 2025-08-01T20:49:10.226Z | Checking subprocess v0.2.9 |
| 2505 | 2025-08-01T20:49:11.671Z | Compiling typify v0.2.0 |
| 2506 | 2025-08-01T20:49:11.711Z | Compiling typify v0.3.0 |
| 2507 | 2025-08-01T20:49:11.769Z | Compiling progenitor-impl v0.8.0 |
| 2508 | 2025-08-01T20:49:11.810Z | Compiling progenitor-impl v0.9.1 |
| 2509 | 2025-08-01T20:49:14.664Z | Compiling progenitor-macro v0.9.1 |
| 2510 | 2025-08-01T20:49:14.754Z | Compiling progenitor-macro v0.8.0 |
| 2511 | 2025-08-01T20:49:19.292Z | Checking progenitor v0.9.1 |
| 2512 | 2025-08-01T20:49:19.462Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2513 | 2025-08-01T20:49:19.864Z | Checking progenitor v0.8.0 |
| 2514 | 2025-08-01T20:49:20.022Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2515 | 2025-08-01T20:49:22.361Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2025-08-01T20:49:22.569Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2517 | 2025-08-01T20:49:28.981Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2518 | 2025-08-01T20:49:30.685Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2519 | 2025-08-01T20:49:32.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.99s |
| 2520 | 2025-08-01T20:49:32.311Z | |
| 2521 | 2025-08-01T20:49:32.311Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
| 2522 | 2025-08-01T20:49:33.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2523 | 2025-08-01T20:49:33.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2524 | 2025-08-01T20:49:33.158Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2525 | 2025-08-01T20:49:34.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
| 2526 | 2025-08-01T20:49:34.953Z | |
| 2527 | 2025-08-01T20:49:34.953Z | info: running `cargo check --bins` on nexus-config (52/221) |
| 2528 | 2025-08-01T20:49:35.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2025-08-01T20:49:35.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2025-08-01T20:49:35.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2531 | 2025-08-01T20:49:35.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2532 | 2025-08-01T20:49:35.736Z | |
| 2533 | 2025-08-01T20:49:35.736Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
| 2534 | 2025-08-01T20:49:36.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2535 | 2025-08-01T20:49:36.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2536 | 2025-08-01T20:49:36.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2537 | 2025-08-01T20:49:36.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2538 | 2025-08-01T20:49:36.473Z | |
| 2539 | 2025-08-01T20:49:36.473Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
| 2540 | 2025-08-01T20:49:37.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2541 | 2025-08-01T20:49:37.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2542 | 2025-08-01T20:49:37.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2543 | 2025-08-01T20:49:37.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2544 | 2025-08-01T20:49:37.229Z | |
| 2545 | 2025-08-01T20:49:37.229Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
| 2546 | 2025-08-01T20:49:37.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2547 | 2025-08-01T20:49:37.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2548 | 2025-08-01T20:49:38.109Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2549 | 2025-08-01T20:49:38.238Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2550 | 2025-08-01T20:49:38.251Z | Compiling darling_core v0.21.0 |
| 2551 | 2025-08-01T20:49:38.264Z | Compiling tempfile v3.20.0 |
| 2552 | 2025-08-01T20:49:38.279Z | Compiling wait-timeout v0.2.0 |
| 2553 | 2025-08-01T20:49:38.279Z | Compiling match_cfg v0.1.0 |
| 2554 | 2025-08-01T20:49:38.282Z | Compiling quick-error v1.2.3 |
| 2555 | 2025-08-01T20:49:38.282Z | Compiling bit-vec v0.8.0 |
| 2556 | 2025-08-01T20:49:38.384Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2557 | 2025-08-01T20:49:38.478Z | Compiling hostname v0.3.1 |
| 2558 | 2025-08-01T20:49:38.515Z | Compiling rustls v0.22.4 |
| 2559 | 2025-08-01T20:49:38.709Z | Compiling bit-set v0.8.0 |
| 2560 | 2025-08-01T20:49:38.731Z | Compiling rusty-fork v0.3.0 |
| 2561 | 2025-08-01T20:49:38.769Z | Compiling progenitor-client v0.9.1 |
| 2562 | 2025-08-01T20:49:38.815Z | Compiling slog-json v2.6.1 |
| 2563 | 2025-08-01T20:49:38.895Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2564 | 2025-08-01T20:49:39.002Z | Compiling rand_xorshift v0.4.0 |
| 2565 | 2025-08-01T20:49:39.006Z | Compiling itertools v0.14.0 |
| 2566 | 2025-08-01T20:49:39.198Z | Compiling hex v0.4.3 |
| 2567 | 2025-08-01T20:49:39.290Z | Compiling heapless v0.8.0 |
| 2568 | 2025-08-01T20:49:39.308Z | Compiling unarray v0.1.4 |
| 2569 | 2025-08-01T20:49:39.370Z | Compiling progenitor v0.9.1 |
| 2570 | 2025-08-01T20:49:39.487Z | Compiling proptest v1.7.0 |
| 2571 | 2025-08-01T20:49:39.618Z | Compiling slog-bunyan v2.5.0 |
| 2572 | 2025-08-01T20:49:39.776Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2573 | 2025-08-01T20:49:39.855Z | Compiling async-stream v0.3.6 |
| 2574 | 2025-08-01T20:49:39.953Z | Compiling ref-cast v1.0.24 |
| 2575 | 2025-08-01T20:49:40.127Z | Compiling multer v3.1.0 |
| 2576 | 2025-08-01T20:49:40.160Z | Compiling toml v0.8.23 |
| 2577 | 2025-08-01T20:49:40.181Z | Compiling waitgroup v0.1.2 |
| 2578 | 2025-08-01T20:49:40.409Z | Compiling rustls-pemfile v2.2.0 |
| 2579 | 2025-08-01T20:49:40.770Z | Checking hash32 v0.3.1 |
| 2580 | 2025-08-01T20:49:40.997Z | Compiling serde_path_to_error v0.1.17 |
| 2581 | 2025-08-01T20:49:41.042Z | Compiling hostname v0.4.0 |
| 2582 | 2025-08-01T20:49:41.282Z | Compiling instant v0.1.13 |
| 2583 | 2025-08-01T20:49:41.464Z | Compiling smoltcp v0.11.0 |
| 2584 | 2025-08-01T20:49:41.596Z | Compiling debug-ignore v1.0.5 |
| 2585 | 2025-08-01T20:49:41.745Z | Compiling backoff v0.4.0 |
| 2586 | 2025-08-01T20:49:41.919Z | Compiling iddqd v0.3.9 |
| 2587 | 2025-08-01T20:49:42.098Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2588 | 2025-08-01T20:49:42.152Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2589 | 2025-08-01T20:49:42.365Z | Compiling parse-display v0.10.0 |
| 2590 | 2025-08-01T20:49:42.623Z | Compiling serde_with v3.14.0 |
| 2591 | 2025-08-01T20:49:42.984Z | Compiling tokio-rustls v0.25.0 |
| 2592 | 2025-08-01T20:49:43.438Z | Compiling dropshot v0.16.2 |
| 2593 | 2025-08-01T20:49:44.435Z | Compiling darling_macro v0.21.0 |
| 2594 | 2025-08-01T20:49:44.560Z | Checking num-rational v0.4.2 |
| 2595 | 2025-08-01T20:49:45.231Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2596 | 2025-08-01T20:49:45.417Z | Compiling darling v0.21.0 |
| 2597 | 2025-08-01T20:49:45.564Z | Compiling ingot-macros v0.1.1 |
| 2598 | 2025-08-01T20:49:45.749Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2599 | 2025-08-01T20:49:45.922Z | Compiling progenitor-client v0.10.0 |
| 2600 | 2025-08-01T20:49:46.480Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2601 | 2025-08-01T20:49:46.972Z | Checking num-complex v0.4.6 |
| 2602 | 2025-08-01T20:49:48.312Z | Compiling macaddr v1.0.1 |
| 2603 | 2025-08-01T20:49:48.540Z | Checking cobs v0.2.3 |
| 2604 | 2025-08-01T20:49:48.767Z | Checking postcard v1.0.10 |
| 2605 | 2025-08-01T20:49:48.787Z | Compiling num v0.4.3 |
| 2606 | 2025-08-01T20:49:49.353Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2607 | 2025-08-01T20:49:49.468Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2608 | 2025-08-01T20:49:49.815Z | Compiling convert_case v0.4.0 |
| 2609 | 2025-08-01T20:49:49.835Z | Checking float-ord v0.3.2 |
| 2610 | 2025-08-01T20:49:50.043Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2611 | 2025-08-01T20:49:50.306Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2612 | 2025-08-01T20:49:50.639Z | Compiling derive_more v0.99.20 |
| 2613 | 2025-08-01T20:49:51.235Z | Compiling crucible-workspace-hack v0.1.0 |
| 2614 | 2025-08-01T20:49:51.573Z | Checking linked-hash-map v0.5.6 |
| 2615 | 2025-08-01T20:49:51.901Z | Checking siphasher v1.0.1 |
| 2616 | 2025-08-01T20:49:51.963Z | Checking lru-cache v0.1.2 |
| 2617 | 2025-08-01T20:49:52.200Z | Checking resolv-conf v0.7.0 |
| 2618 | 2025-08-01T20:49:52.226Z | Checking phf_shared v0.12.1 |
| 2619 | 2025-08-01T20:49:52.280Z | Checking newline-converter v0.3.0 |
| 2620 | 2025-08-01T20:49:52.474Z | Checking hickory-proto v0.24.4 |
| 2621 | 2025-08-01T20:49:52.577Z | Checking prettyplease v0.2.36 |
| 2622 | 2025-08-01T20:49:52.707Z | Checking ingot-types v0.1.2 |
| 2623 | 2025-08-01T20:49:53.382Z | Compiling slog-dtrace v0.3.0 |
| 2624 | 2025-08-01T20:49:53.568Z | Checking ingot v0.1.1 |
| 2625 | 2025-08-01T20:49:53.752Z | Compiling chrono-tz v0.10.4 |
| 2626 | 2025-08-01T20:49:53.769Z | Compiling zone_cfg_derive v0.3.0 |
| 2627 | 2025-08-01T20:49:54.240Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2628 | 2025-08-01T20:49:55.164Z | Checking phf v0.12.1 |
| 2629 | 2025-08-01T20:49:55.187Z | Checking expectorate v1.2.0 |
| 2630 | 2025-08-01T20:49:55.415Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2631 | 2025-08-01T20:49:55.438Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2632 | 2025-08-01T20:49:55.465Z | Compiling const_format_proc_macros v0.2.34 |
| 2633 | 2025-08-01T20:49:55.789Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2634 | 2025-08-01T20:49:56.553Z | Compiling num-derive v0.4.2 |
| 2635 | 2025-08-01T20:49:56.810Z | Checking hickory-resolver v0.24.4 |
| 2636 | 2025-08-01T20:49:56.858Z | Checking highway v1.3.0 |
| 2637 | 2025-08-01T20:49:56.983Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2638 | 2025-08-01T20:49:57.076Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2639 | 2025-08-01T20:49:57.300Z | Checking const_format v0.2.34 |
| 2640 | 2025-08-01T20:49:57.323Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2641 | 2025-08-01T20:49:57.377Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2642 | 2025-08-01T20:49:57.689Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2643 | 2025-08-01T20:49:57.815Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2644 | 2025-08-01T20:49:58.343Z | Checking qorb v0.4.0 |
| 2645 | 2025-08-01T20:49:58.825Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2646 | 2025-08-01T20:49:58.887Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2647 | 2025-08-01T20:49:59.211Z | Checking zone v0.3.1 |
| 2648 | 2025-08-01T20:49:59.422Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2649 | 2025-08-01T20:49:59.751Z | Checking gethostname v0.5.0 |
| 2650 | 2025-08-01T20:49:59.903Z | Checking bcs v0.1.6 |
| 2651 | 2025-08-01T20:49:59.968Z | Checking nanorand v0.7.0 |
| 2652 | 2025-08-01T20:50:00.376Z | Compiling async-recursion v1.1.1 |
| 2653 | 2025-08-01T20:50:00.402Z | Checking termtree v0.5.1 |
| 2654 | 2025-08-01T20:50:00.428Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2655 | 2025-08-01T20:50:00.680Z | Checking flume v0.11.1 |
| 2656 | 2025-08-01T20:50:01.229Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2657 | 2025-08-01T20:50:05.748Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2658 | 2025-08-01T20:50:09.303Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2659 | 2025-08-01T20:50:11.996Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2660 | 2025-08-01T20:50:13.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.18s |
| 2661 | 2025-08-01T20:50:13.605Z | |
| 2662 | 2025-08-01T20:50:13.605Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
| 2663 | 2025-08-01T20:50:14.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2025-08-01T20:50:14.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2025-08-01T20:50:14.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2025-08-01T20:50:14.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2667 | 2025-08-01T20:50:14.394Z | |
| 2668 | 2025-08-01T20:50:14.394Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
| 2669 | 2025-08-01T20:50:15.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2025-08-01T20:50:15.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2025-08-01T20:50:15.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2672 | 2025-08-01T20:50:15.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2673 | 2025-08-01T20:50:15.168Z | |
| 2674 | 2025-08-01T20:50:15.168Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
| 2675 | 2025-08-01T20:50:15.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2676 | 2025-08-01T20:50:15.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2677 | 2025-08-01T20:50:15.984Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2678 | 2025-08-01T20:50:16.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 2679 | 2025-08-01T20:50:16.915Z | |
| 2680 | 2025-08-01T20:50:16.915Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
| 2681 | 2025-08-01T20:50:17.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2682 | 2025-08-01T20:50:17.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2683 | 2025-08-01T20:50:17.752Z | Compiling cfg_aliases v0.1.1 |
| 2684 | 2025-08-01T20:50:17.752Z | Compiling convert_case v0.7.1 |
| 2685 | 2025-08-01T20:50:17.756Z | Compiling vte_generate_state_changes v0.1.2 |
| 2686 | 2025-08-01T20:50:17.871Z | Checking fd-lock v4.0.2 |
| 2687 | 2025-08-01T20:50:17.874Z | Checking nibble_vec v0.1.0 |
| 2688 | 2025-08-01T20:50:17.884Z | Checking endian-type v0.1.2 |
| 2689 | 2025-08-01T20:50:17.928Z | Checking bytecount v0.6.8 |
| 2690 | 2025-08-01T20:50:17.945Z | Compiling tabled_derive v0.7.0 |
| 2691 | 2025-08-01T20:50:17.959Z | Compiling nix v0.28.0 |
| 2692 | 2025-08-01T20:50:18.064Z | Compiling peg-macros v0.8.5 |
| 2693 | 2025-08-01T20:50:18.098Z | Checking papergrid v0.11.0 |
| 2694 | 2025-08-01T20:50:18.117Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2695 | 2025-08-01T20:50:18.135Z | Checking radix_trie v0.2.1 |
| 2696 | 2025-08-01T20:50:18.504Z | Checking vte v0.11.1 |
| 2697 | 2025-08-01T20:50:18.551Z | Compiling sqlparser_derive v0.2.2 |
| 2698 | 2025-08-01T20:50:18.597Z | Compiling derive_more-impl v2.0.1 |
| 2699 | 2025-08-01T20:50:19.106Z | Checking unicode_categories v0.1.1 |
| 2700 | 2025-08-01T20:50:19.428Z | Checking nu-ansi-term v0.50.1 |
| 2701 | 2025-08-01T20:50:19.525Z | Checking home v0.5.9 |
| 2702 | 2025-08-01T20:50:19.593Z | Checking sqlparser v0.45.0 |
| 2703 | 2025-08-01T20:50:19.692Z | Checking sqlformat v0.3.5 |
| 2704 | 2025-08-01T20:50:19.858Z | Checking display-error-chain v0.2.2 |
| 2705 | 2025-08-01T20:50:19.963Z | Checking strip-ansi-escapes v0.2.0 |
| 2706 | 2025-08-01T20:50:20.080Z | Checking tabled v0.15.0 |
| 2707 | 2025-08-01T20:50:20.145Z | Checking reedline v0.40.0 |
| 2708 | 2025-08-01T20:50:20.389Z | Checking derive_more v2.0.1 |
| 2709 | 2025-08-01T20:50:20.519Z | Checking crossterm v0.29.0 |
| 2710 | 2025-08-01T20:50:20.937Z | Checking peg v0.8.5 |
| 2711 | 2025-08-01T20:50:20.962Z | Checking rustyline v14.0.0 |
| 2712 | 2025-08-01T20:50:30.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
| 2713 | 2025-08-01T20:50:30.660Z | |
| 2714 | 2025-08-01T20:50:30.660Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
| 2715 | 2025-08-01T20:50:31.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2025-08-01T20:50:31.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2025-08-01T20:50:31.498Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2718 | 2025-08-01T20:50:37.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s |
| 2719 | 2025-08-01T20:50:37.291Z | |
| 2720 | 2025-08-01T20:50:37.291Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
| 2721 | 2025-08-01T20:50:38.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2025-08-01T20:50:38.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2025-08-01T20:50:38.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2724 | 2025-08-01T20:50:41.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
| 2725 | 2025-08-01T20:50:42.169Z | |
| 2726 | 2025-08-01T20:50:42.169Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
| 2727 | 2025-08-01T20:50:42.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2025-08-01T20:50:42.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2025-08-01T20:50:42.989Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2730 | 2025-08-01T20:50:48.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
| 2731 | 2025-08-01T20:50:48.412Z | |
| 2732 | 2025-08-01T20:50:48.413Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
| 2733 | 2025-08-01T20:50:49.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2025-08-01T20:50:49.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2025-08-01T20:50:49.245Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2736 | 2025-08-01T20:50:54.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2737 | 2025-08-01T20:50:54.724Z | |
| 2738 | 2025-08-01T20:50:54.724Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
| 2739 | 2025-08-01T20:50:55.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2025-08-01T20:50:55.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2025-08-01T20:50:55.543Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2742 | 2025-08-01T20:50:59.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
| 2743 | 2025-08-01T20:50:59.744Z | |
| 2744 | 2025-08-01T20:50:59.744Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
| 2745 | 2025-08-01T20:51:00.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2025-08-01T20:51:00.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2025-08-01T20:51:00.594Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2748 | 2025-08-01T20:51:04.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
| 2749 | 2025-08-01T20:51:04.882Z | |
| 2750 | 2025-08-01T20:51:04.882Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
| 2751 | 2025-08-01T20:51:05.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2025-08-01T20:51:05.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2025-08-01T20:51:05.728Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2754 | 2025-08-01T20:51:11.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 2755 | 2025-08-01T20:51:11.350Z | |
| 2756 | 2025-08-01T20:51:11.350Z | info: running `cargo check --bins` on oximeter (67/221) |
| 2757 | 2025-08-01T20:51:12.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-08-01T20:51:12.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-08-01T20:51:12.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-08-01T20:51:12.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2761 | 2025-08-01T20:51:12.146Z | |
| 2762 | 2025-08-01T20:51:12.146Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
| 2763 | 2025-08-01T20:51:12.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-08-01T20:51:12.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-08-01T20:51:12.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2025-08-01T20:51:12.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2767 | 2025-08-01T20:51:12.906Z | |
| 2768 | 2025-08-01T20:51:12.907Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
| 2769 | 2025-08-01T20:51:13.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2025-08-01T20:51:13.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2025-08-01T20:51:13.699Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2772 | 2025-08-01T20:51:15.792Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2773 | 2025-08-01T20:51:16.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2774 | 2025-08-01T20:51:17.020Z | |
| 2775 | 2025-08-01T20:51:17.020Z | info: running `cargo check --bins` on oximeter-types (70/221) |
| 2776 | 2025-08-01T20:51:17.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2777 | 2025-08-01T20:51:17.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2778 | 2025-08-01T20:51:17.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2779 | 2025-08-01T20:51:17.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2780 | 2025-08-01T20:51:17.814Z | |
| 2781 | 2025-08-01T20:51:17.814Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
| 2782 | 2025-08-01T20:51:18.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2783 | 2025-08-01T20:51:18.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2784 | 2025-08-01T20:51:18.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2785 | 2025-08-01T20:51:18.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2786 | 2025-08-01T20:51:18.609Z | |
| 2787 | 2025-08-01T20:51:18.609Z | info: running `cargo check --bins` on oxql-types (72/221) |
| 2788 | 2025-08-01T20:51:19.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2789 | 2025-08-01T20:51:19.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2790 | 2025-08-01T20:51:19.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2791 | 2025-08-01T20:51:19.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2792 | 2025-08-01T20:51:19.407Z | |
| 2793 | 2025-08-01T20:51:19.407Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
| 2794 | 2025-08-01T20:51:20.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2025-08-01T20:51:20.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2025-08-01T20:51:20.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2025-08-01T20:51:20.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2798 | 2025-08-01T20:51:20.233Z | |
| 2799 | 2025-08-01T20:51:20.233Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
| 2800 | 2025-08-01T20:51:20.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2025-08-01T20:51:20.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2025-08-01T20:51:20.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2803 | 2025-08-01T20:51:20.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2804 | 2025-08-01T20:51:21.031Z | |
| 2805 | 2025-08-01T20:51:21.031Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
| 2806 | 2025-08-01T20:51:21.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2025-08-01T20:51:21.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2025-08-01T20:51:21.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2025-08-01T20:51:21.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2810 | 2025-08-01T20:51:21.844Z | |
| 2811 | 2025-08-01T20:51:21.844Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
| 2812 | 2025-08-01T20:51:22.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2025-08-01T20:51:22.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2025-08-01T20:51:22.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2815 | 2025-08-01T20:51:22.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2816 | 2025-08-01T20:51:22.642Z | |
| 2817 | 2025-08-01T20:51:22.642Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
| 2818 | 2025-08-01T20:51:23.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2025-08-01T20:51:23.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2025-08-01T20:51:23.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2821 | 2025-08-01T20:51:23.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2822 | 2025-08-01T20:51:23.444Z | |
| 2823 | 2025-08-01T20:51:23.444Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
| 2824 | 2025-08-01T20:51:24.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2825 | 2025-08-01T20:51:24.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2826 | 2025-08-01T20:51:24.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2827 | 2025-08-01T20:51:24.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2828 | 2025-08-01T20:51:24.244Z | |
| 2829 | 2025-08-01T20:51:24.244Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
| 2830 | 2025-08-01T20:51:24.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2025-08-01T20:51:24.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2025-08-01T20:51:24.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2833 | 2025-08-01T20:51:24.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2834 | 2025-08-01T20:51:25.014Z | |
| 2835 | 2025-08-01T20:51:25.014Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
| 2836 | 2025-08-01T20:51:25.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2025-08-01T20:51:25.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2025-08-01T20:51:25.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2025-08-01T20:51:25.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2840 | 2025-08-01T20:51:25.821Z | |
| 2841 | 2025-08-01T20:51:25.821Z | info: running `cargo check --bins` on dns-service-client (81/221) |
| 2842 | 2025-08-01T20:51:26.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2025-08-01T20:51:26.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2025-08-01T20:51:26.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2025-08-01T20:51:26.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2846 | 2025-08-01T20:51:26.625Z | |
| 2847 | 2025-08-01T20:51:26.625Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
| 2848 | 2025-08-01T20:51:27.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2025-08-01T20:51:27.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2025-08-01T20:51:27.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2025-08-01T20:51:27.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2852 | 2025-08-01T20:51:27.418Z | |
| 2853 | 2025-08-01T20:51:27.418Z | info: running `cargo check --bins` on gateway-client (83/221) |
| 2854 | 2025-08-01T20:51:28.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2025-08-01T20:51:28.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2025-08-01T20:51:28.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2857 | 2025-08-01T20:51:28.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2858 | 2025-08-01T20:51:28.215Z | |
| 2859 | 2025-08-01T20:51:28.215Z | info: running `cargo check --bins` on ereport-types (84/221) |
| 2860 | 2025-08-01T20:51:28.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2025-08-01T20:51:28.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2025-08-01T20:51:28.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2025-08-01T20:51:28.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2864 | 2025-08-01T20:51:28.993Z | |
| 2865 | 2025-08-01T20:51:28.993Z | info: running `cargo check --bins` on gateway-types (85/221) |
| 2866 | 2025-08-01T20:51:29.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2025-08-01T20:51:29.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2025-08-01T20:51:29.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2869 | 2025-08-01T20:51:29.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2870 | 2025-08-01T20:51:29.784Z | |
| 2871 | 2025-08-01T20:51:29.785Z | info: running `cargo check --bins` on ipcc (86/221) |
| 2872 | 2025-08-01T20:51:30.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2025-08-01T20:51:30.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2025-08-01T20:51:30.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2875 | 2025-08-01T20:51:30.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2876 | 2025-08-01T20:51:30.592Z | |
| 2877 | 2025-08-01T20:51:30.593Z | info: running `cargo check --bins` on installinator-client (87/221) |
| 2878 | 2025-08-01T20:51:31.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2025-08-01T20:51:31.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2025-08-01T20:51:31.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2025-08-01T20:51:31.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2882 | 2025-08-01T20:51:31.404Z | |
| 2883 | 2025-08-01T20:51:31.404Z | info: running `cargo check --bins` on installinator-common (88/221) |
| 2884 | 2025-08-01T20:51:32.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2025-08-01T20:51:32.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2025-08-01T20:51:32.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2025-08-01T20:51:32.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2888 | 2025-08-01T20:51:32.227Z | |
| 2889 | 2025-08-01T20:51:32.227Z | info: running `cargo check --bins` on update-engine (89/221) |
| 2890 | 2025-08-01T20:51:32.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2025-08-01T20:51:32.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2025-08-01T20:51:32.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2025-08-01T20:51:32.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2894 | 2025-08-01T20:51:32.986Z | |
| 2895 | 2025-08-01T20:51:32.986Z | info: running `cargo check --bins` on nexus-client (90/221) |
| 2896 | 2025-08-01T20:51:33.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2025-08-01T20:51:33.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2025-08-01T20:51:33.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2025-08-01T20:51:33.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2900 | 2025-08-01T20:51:33.826Z | |
| 2901 | 2025-08-01T20:51:33.826Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
| 2902 | 2025-08-01T20:51:34.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2025-08-01T20:51:34.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2025-08-01T20:51:34.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2025-08-01T20:51:34.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2906 | 2025-08-01T20:51:34.629Z | |
| 2907 | 2025-08-01T20:51:34.629Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
| 2908 | 2025-08-01T20:51:35.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2025-08-01T20:51:35.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2025-08-01T20:51:35.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2025-08-01T20:51:35.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2912 | 2025-08-01T20:51:35.399Z | |
| 2913 | 2025-08-01T20:51:35.399Z | info: running `cargo check --bins` on nexus-types (93/221) |
| 2914 | 2025-08-01T20:51:36.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2025-08-01T20:51:36.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2025-08-01T20:51:36.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2025-08-01T20:51:36.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2918 | 2025-08-01T20:51:36.235Z | |
| 2919 | 2025-08-01T20:51:36.235Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
| 2920 | 2025-08-01T20:51:36.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2025-08-01T20:51:36.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2025-08-01T20:51:36.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2025-08-01T20:51:36.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2924 | 2025-08-01T20:51:37.013Z | |
| 2925 | 2025-08-01T20:51:37.013Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
| 2926 | 2025-08-01T20:51:37.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2025-08-01T20:51:37.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2025-08-01T20:51:37.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2025-08-01T20:51:37.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2930 | 2025-08-01T20:51:37.772Z | |
| 2931 | 2025-08-01T20:51:37.772Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
| 2932 | 2025-08-01T20:51:38.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2025-08-01T20:51:38.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2025-08-01T20:51:38.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2025-08-01T20:51:38.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2936 | 2025-08-01T20:51:38.532Z | |
| 2937 | 2025-08-01T20:51:38.532Z | info: running `cargo check --bins` on oxide-client (97/221) |
| 2938 | 2025-08-01T20:51:39.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2025-08-01T20:51:39.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2025-08-01T20:51:39.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2025-08-01T20:51:39.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2942 | 2025-08-01T20:51:39.302Z | |
| 2943 | 2025-08-01T20:51:39.302Z | info: running `cargo check --bins` on oximeter-client (98/221) |
| 2944 | 2025-08-01T20:51:40.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2025-08-01T20:51:40.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2025-08-01T20:51:40.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2025-08-01T20:51:40.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2948 | 2025-08-01T20:51:40.107Z | |
| 2949 | 2025-08-01T20:51:40.107Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
| 2950 | 2025-08-01T20:51:40.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2025-08-01T20:51:40.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2025-08-01T20:51:40.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2953 | 2025-08-01T20:51:40.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2954 | 2025-08-01T20:51:40.867Z | |
| 2955 | 2025-08-01T20:51:40.867Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
| 2956 | 2025-08-01T20:51:41.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2025-08-01T20:51:41.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2025-08-01T20:51:41.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2959 | 2025-08-01T20:51:41.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2960 | 2025-08-01T20:51:41.692Z | |
| 2961 | 2025-08-01T20:51:41.692Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
| 2962 | 2025-08-01T20:51:42.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2963 | 2025-08-01T20:51:42.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2964 | 2025-08-01T20:51:42.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2965 | 2025-08-01T20:51:42.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2966 | 2025-08-01T20:51:42.518Z | |
| 2967 | 2025-08-01T20:51:42.518Z | info: running `cargo check --bins` on wicketd-client (102/221) |
| 2968 | 2025-08-01T20:51:43.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2969 | 2025-08-01T20:51:43.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2970 | 2025-08-01T20:51:43.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2971 | 2025-08-01T20:51:43.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2972 | 2025-08-01T20:51:43.348Z | |
| 2973 | 2025-08-01T20:51:43.348Z | info: running `cargo check --bins` on wicket-common (103/221) |
| 2974 | 2025-08-01T20:51:44.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2975 | 2025-08-01T20:51:44.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2976 | 2025-08-01T20:51:44.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2977 | 2025-08-01T20:51:44.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2978 | 2025-08-01T20:51:44.172Z | |
| 2979 | 2025-08-01T20:51:44.172Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
| 2980 | 2025-08-01T20:51:44.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2025-08-01T20:51:44.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2025-08-01T20:51:45.005Z | Checking csv-core v0.1.11 |
| 2983 | 2025-08-01T20:51:45.005Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2984 | 2025-08-01T20:51:45.009Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2985 | 2025-08-01T20:51:45.009Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2986 | 2025-08-01T20:51:45.353Z | Checking csv v1.3.1 |
| 2987 | 2025-08-01T20:51:45.370Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2988 | 2025-08-01T20:51:45.388Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2989 | 2025-08-01T20:51:45.911Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2990 | 2025-08-01T20:51:46.397Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2991 | 2025-08-01T20:51:48.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
| 2992 | 2025-08-01T20:51:48.977Z | |
| 2993 | 2025-08-01T20:51:48.977Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
| 2994 | 2025-08-01T20:51:49.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2995 | 2025-08-01T20:51:49.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2996 | 2025-08-01T20:51:49.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2997 | 2025-08-01T20:51:49.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2998 | 2025-08-01T20:51:49.775Z | |
| 2999 | 2025-08-01T20:51:49.775Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
| 3000 | 2025-08-01T20:51:50.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3001 | 2025-08-01T20:51:50.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3002 | 2025-08-01T20:51:50.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3003 | 2025-08-01T20:51:50.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3004 | 2025-08-01T20:51:50.601Z | |
| 3005 | 2025-08-01T20:51:50.601Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
| 3006 | 2025-08-01T20:51:51.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3007 | 2025-08-01T20:51:51.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3008 | 2025-08-01T20:51:51.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3009 | 2025-08-01T20:51:51.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3010 | 2025-08-01T20:51:51.537Z | |
| 3011 | 2025-08-01T20:51:51.537Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
| 3012 | 2025-08-01T20:51:52.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3013 | 2025-08-01T20:51:52.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3014 | 2025-08-01T20:51:52.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3015 | 2025-08-01T20:51:52.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3016 | 2025-08-01T20:51:52.456Z | |
| 3017 | 2025-08-01T20:51:52.456Z | info: running `cargo check --bins` on dns-server (109/221) |
| 3018 | 2025-08-01T20:51:53.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3019 | 2025-08-01T20:51:53.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3020 | 2025-08-01T20:51:53.286Z | Compiling typify-impl v0.4.1 |
| 3021 | 2025-08-01T20:51:53.410Z | Compiling parking_lot_core v0.8.6 |
| 3022 | 2025-08-01T20:51:53.413Z | Compiling moka v0.12.10 |
| 3023 | 2025-08-01T20:51:53.452Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3024 | 2025-08-01T20:51:53.452Z | Checking tagptr v0.2.0 |
| 3025 | 2025-08-01T20:51:53.455Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3026 | 2025-08-01T20:51:53.467Z | Checking prefix-trie v0.7.0 |
| 3027 | 2025-08-01T20:51:53.702Z | Checking fxhash v0.2.1 |
| 3028 | 2025-08-01T20:51:53.726Z | Checking hickory-client v0.25.2 |
| 3029 | 2025-08-01T20:51:54.193Z | Checking hickory-server v0.25.2 |
| 3030 | 2025-08-01T20:51:54.211Z | Checking parking_lot v0.11.2 |
| 3031 | 2025-08-01T20:51:54.497Z | Checking sled v0.34.7 |
| 3032 | 2025-08-01T20:51:54.735Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3033 | 2025-08-01T20:51:55.063Z | Checking hickory-resolver v0.25.2 |
| 3034 | 2025-08-01T20:51:57.978Z | Compiling typify-macro v0.4.1 |
| 3035 | 2025-08-01T20:51:59.731Z | Compiling typify v0.4.1 |
| 3036 | 2025-08-01T20:51:59.826Z | Compiling progenitor-impl v0.10.0 |
| 3037 | 2025-08-01T20:52:02.308Z | Compiling progenitor-macro v0.10.0 |
| 3038 | 2025-08-01T20:52:06.318Z | Checking progenitor v0.10.0 |
| 3039 | 2025-08-01T20:52:06.469Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3040 | 2025-08-01T20:52:07.000Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3041 | 2025-08-01T20:52:08.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.06s |
| 3042 | 2025-08-01T20:52:08.720Z | |
| 3043 | 2025-08-01T20:52:08.720Z | info: running `cargo check --bins` on dns-server-api (110/221) |
| 3044 | 2025-08-01T20:52:09.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2025-08-01T20:52:09.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2025-08-01T20:52:09.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2025-08-01T20:52:09.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3048 | 2025-08-01T20:52:09.523Z | |
| 3049 | 2025-08-01T20:52:09.523Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
| 3050 | 2025-08-01T20:52:10.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2025-08-01T20:52:10.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2025-08-01T20:52:10.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2025-08-01T20:52:10.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3054 | 2025-08-01T20:52:10.276Z | |
| 3055 | 2025-08-01T20:52:10.276Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
| 3056 | 2025-08-01T20:52:11.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2025-08-01T20:52:11.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2025-08-01T20:52:11.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2025-08-01T20:52:11.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3060 | 2025-08-01T20:52:11.136Z | |
| 3061 | 2025-08-01T20:52:11.137Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
| 3062 | 2025-08-01T20:52:11.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2025-08-01T20:52:11.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2025-08-01T20:52:12.056Z | Checking half v2.4.1 |
| 3065 | 2025-08-01T20:52:12.059Z | Checking ciborium-io v0.2.2 |
| 3066 | 2025-08-01T20:52:12.059Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3067 | 2025-08-01T20:52:12.216Z | Compiling radium v0.7.0 |
| 3068 | 2025-08-01T20:52:12.219Z | Compiling semver v0.1.20 |
| 3069 | 2025-08-01T20:52:12.224Z | Compiling zerocopy-derive v0.6.6 |
| 3070 | 2025-08-01T20:52:12.224Z | Compiling maybe-uninit v2.0.0 |
| 3071 | 2025-08-01T20:52:12.224Z | Checking tap v1.0.1 |
| 3072 | 2025-08-01T20:52:12.339Z | Checking password-hash v0.5.0 |
| 3073 | 2025-08-01T20:52:12.435Z | Checking wyz v0.5.1 |
| 3074 | 2025-08-01T20:52:12.598Z | Checking ciborium-ll v0.2.2 |
| 3075 | 2025-08-01T20:52:12.735Z | Compiling rustc_version v0.1.7 |
| 3076 | 2025-08-01T20:52:12.785Z | Checking blake2 v0.10.6 |
| 3077 | 2025-08-01T20:52:12.805Z | Compiling pin-project-internal v1.1.6 |
| 3078 | 2025-08-01T20:52:12.808Z | Compiling owo-colors v4.2.2 |
| 3079 | 2025-08-01T20:52:12.894Z | Compiling cancel-safe-futures v0.1.5 |
| 3080 | 2025-08-01T20:52:12.897Z | Checking ciborium v0.2.2 |
| 3081 | 2025-08-01T20:52:13.167Z | Compiling newtype_derive v0.1.6 |
| 3082 | 2025-08-01T20:52:13.218Z | Compiling packed_struct v0.10.1 |
| 3083 | 2025-08-01T20:52:13.291Z | Checking crc-catalog v2.4.0 |
| 3084 | 2025-08-01T20:52:13.307Z | Checking funty v2.0.0 |
| 3085 | 2025-08-01T20:52:13.449Z | Checking crc v3.2.1 |
| 3086 | 2025-08-01T20:52:13.575Z | Checking argon2 v0.5.3 |
| 3087 | 2025-08-01T20:52:13.702Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3088 | 2025-08-01T20:52:13.724Z | Compiling packed_struct_codegen v0.10.1 |
| 3089 | 2025-08-01T20:52:13.835Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3090 | 2025-08-01T20:52:13.880Z | Checking libsw-core v0.3.1 |
| 3091 | 2025-08-01T20:52:14.137Z | Checking secrecy v0.10.3 |
| 3092 | 2025-08-01T20:52:14.160Z | Checking zerocopy v0.6.6 |
| 3093 | 2025-08-01T20:52:14.182Z | Checking bitvec v1.0.1 |
| 3094 | 2025-08-01T20:52:14.247Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3095 | 2025-08-01T20:52:14.282Z | Compiling snafu-derive v0.8.5 |
| 3096 | 2025-08-01T20:52:14.341Z | Compiling indexmap v1.9.3 |
| 3097 | 2025-08-01T20:52:14.366Z | Checking fixedbitset v0.5.7 |
| 3098 | 2025-08-01T20:52:14.694Z | Checking indent_write v2.2.0 |
| 3099 | 2025-08-01T20:52:14.760Z | Checking nodrop v0.1.14 |
| 3100 | 2025-08-01T20:52:14.840Z | Checking petgraph v0.8.2 |
| 3101 | 2025-08-01T20:52:14.900Z | Checking array-init v0.0.4 |
| 3102 | 2025-08-01T20:52:14.964Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3103 | 2025-08-01T20:52:15.344Z | Checking libsw v3.5.0 |
| 3104 | 2025-08-01T20:52:15.505Z | Checking pin-project v1.1.6 |
| 3105 | 2025-08-01T20:52:15.603Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3106 | 2025-08-01T20:52:15.672Z | Checking smallvec v0.6.14 |
| 3107 | 2025-08-01T20:52:16.229Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3108 | 2025-08-01T20:52:16.270Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3109 | 2025-08-01T20:52:16.386Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3110 | 2025-08-01T20:52:16.593Z | Checking globset v0.4.15 |
| 3111 | 2025-08-01T20:52:17.093Z | Checking olpc-cjson v0.1.4 |
| 3112 | 2025-08-01T20:52:17.128Z | Checking serde_plain v1.0.2 |
| 3113 | 2025-08-01T20:52:17.345Z | Checking swrite v0.1.0 |
| 3114 | 2025-08-01T20:52:17.382Z | Checking smawk v0.3.2 |
| 3115 | 2025-08-01T20:52:17.404Z | Checking hashbrown v0.12.3 |
| 3116 | 2025-08-01T20:52:17.495Z | Checking unicode-linebreak v0.1.5 |
| 3117 | 2025-08-01T20:52:17.622Z | Checking bitfield v0.14.0 |
| 3118 | 2025-08-01T20:52:17.668Z | Checking termcolor v1.4.1 |
| 3119 | 2025-08-01T20:52:17.816Z | Checking linear-map v1.2.0 |
| 3120 | 2025-08-01T20:52:17.894Z | Checking typed-path v0.9.3 |
| 3121 | 2025-08-01T20:52:17.939Z | Checking textwrap v0.16.2 |
| 3122 | 2025-08-01T20:52:18.098Z | Checking env_logger v0.10.2 |
| 3123 | 2025-08-01T20:52:18.130Z | Checking ron v0.8.1 |
| 3124 | 2025-08-01T20:52:18.153Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3125 | 2025-08-01T20:52:18.356Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3126 | 2025-08-01T20:52:18.559Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3127 | 2025-08-01T20:52:18.882Z | Checking snafu v0.8.5 |
| 3128 | 2025-08-01T20:52:19.123Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3129 | 2025-08-01T20:52:19.368Z | Checking steno v0.4.1 |
| 3130 | 2025-08-01T20:52:19.390Z | Checking serde-hex v0.1.0 |
| 3131 | 2025-08-01T20:52:19.415Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3132 | 2025-08-01T20:52:19.699Z | Checking hashbrown v0.13.2 |
| 3133 | 2025-08-01T20:52:19.892Z | Checking tough v0.20.0 |
| 3134 | 2025-08-01T20:52:20.224Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3135 | 2025-08-01T20:52:20.623Z | Checking humantime v2.2.0 |
| 3136 | 2025-08-01T20:52:20.973Z | Checking crc-any v2.5.0 |
| 3137 | 2025-08-01T20:52:21.255Z | Checking object v0.30.4 |
| 3138 | 2025-08-01T20:52:21.362Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3139 | 2025-08-01T20:52:21.560Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3140 | 2025-08-01T20:52:21.661Z | Checking path-slash v0.1.5 |
| 3141 | 2025-08-01T20:52:21.837Z | Checking half v1.8.3 |
| 3142 | 2025-08-01T20:52:21.886Z | Checking void v1.0.2 |
| 3143 | 2025-08-01T20:52:22.054Z | Checking lzss v0.8.2 |
| 3144 | 2025-08-01T20:52:22.100Z | Checking tungstenite v0.23.0 |
| 3145 | 2025-08-01T20:52:22.257Z | Checking serde_cbor v0.11.2 |
| 3146 | 2025-08-01T20:52:22.394Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3147 | 2025-08-01T20:52:22.949Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3148 | 2025-08-01T20:52:23.159Z | Checking nix v0.27.1 |
| 3149 | 2025-08-01T20:52:23.192Z | Checking kstat-rs v0.2.4 |
| 3150 | 2025-08-01T20:52:23.247Z | Checking serde_bytes v0.11.17 |
| 3151 | 2025-08-01T20:52:23.269Z | Checking tokio-tungstenite v0.23.1 |
| 3152 | 2025-08-01T20:52:23.560Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3153 | 2025-08-01T20:52:23.604Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3154 | 2025-08-01T20:52:23.631Z | Checking signal-hook-tokio v0.3.1 |
| 3155 | 2025-08-01T20:52:24.375Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3156 | 2025-08-01T20:52:26.414Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3157 | 2025-08-01T20:52:27.791Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3158 | 2025-08-01T20:52:38.305Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3159 | 2025-08-01T20:52:45.468Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3160 | 2025-08-01T20:52:46.235Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3161 | 2025-08-01T20:52:49.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.28s |
| 3162 | 2025-08-01T20:52:49.619Z | |
| 3163 | 2025-08-01T20:52:49.619Z | info: running `cargo check --bins` on gateway-api (114/221) |
| 3164 | 2025-08-01T20:52:50.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2025-08-01T20:52:50.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2025-08-01T20:52:50.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2025-08-01T20:52:50.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3168 | 2025-08-01T20:52:50.421Z | |
| 3169 | 2025-08-01T20:52:50.421Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
| 3170 | 2025-08-01T20:52:51.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2025-08-01T20:52:51.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2025-08-01T20:52:51.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2025-08-01T20:52:51.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3174 | 2025-08-01T20:52:51.187Z | |
| 3175 | 2025-08-01T20:52:51.187Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
| 3176 | 2025-08-01T20:52:51.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2025-08-01T20:52:51.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2025-08-01T20:52:51.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2025-08-01T20:52:51.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3180 | 2025-08-01T20:52:51.994Z | |
| 3181 | 2025-08-01T20:52:51.994Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
| 3182 | 2025-08-01T20:52:52.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2025-08-01T20:52:52.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2025-08-01T20:52:52.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2025-08-01T20:52:52.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3186 | 2025-08-01T20:52:52.785Z | |
| 3187 | 2025-08-01T20:52:52.785Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
| 3188 | 2025-08-01T20:52:53.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2025-08-01T20:52:53.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2025-08-01T20:52:53.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3191 | 2025-08-01T20:52:53.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3192 | 2025-08-01T20:52:53.574Z | |
| 3193 | 2025-08-01T20:52:53.575Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
| 3194 | 2025-08-01T20:52:54.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2025-08-01T20:52:54.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2025-08-01T20:52:54.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2025-08-01T20:52:54.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3198 | 2025-08-01T20:52:54.364Z | |
| 3199 | 2025-08-01T20:52:54.364Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
| 3200 | 2025-08-01T20:52:55.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2025-08-01T20:52:55.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2025-08-01T20:52:55.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2025-08-01T20:52:55.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3204 | 2025-08-01T20:52:55.147Z | |
| 3205 | 2025-08-01T20:52:55.147Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
| 3206 | 2025-08-01T20:52:55.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2025-08-01T20:52:55.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2025-08-01T20:52:55.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2025-08-01T20:52:55.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3210 | 2025-08-01T20:52:55.924Z | |
| 3211 | 2025-08-01T20:52:55.924Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
| 3212 | 2025-08-01T20:52:56.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2025-08-01T20:52:56.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2025-08-01T20:52:56.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2025-08-01T20:52:56.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3216 | 2025-08-01T20:52:56.766Z | |
| 3217 | 2025-08-01T20:52:56.766Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
| 3218 | 2025-08-01T20:52:57.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2025-08-01T20:52:57.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2025-08-01T20:52:57.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2025-08-01T20:52:57.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3222 | 2025-08-01T20:52:57.568Z | |
| 3223 | 2025-08-01T20:52:57.568Z | info: running `cargo check --bins` on sp-sim (124/221) |
| 3224 | 2025-08-01T20:52:58.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2025-08-01T20:52:58.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2025-08-01T20:52:58.385Z | Compiling nix v0.30.1 |
| 3227 | 2025-08-01T20:52:58.389Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3228 | 2025-08-01T20:52:58.389Z | Checking keccak v0.1.5 |
| 3229 | 2025-08-01T20:52:58.742Z | Checking sha3 v0.10.8 |
| 3230 | 2025-08-01T20:52:58.784Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3231 | 2025-08-01T20:53:00.488Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3232 | 2025-08-01T20:53:02.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
| 3233 | 2025-08-01T20:53:02.873Z | |
| 3234 | 2025-08-01T20:53:02.874Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
| 3235 | 2025-08-01T20:53:03.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2025-08-01T20:53:03.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2025-08-01T20:53:03.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2025-08-01T20:53:03.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3239 | 2025-08-01T20:53:03.764Z | |
| 3240 | 2025-08-01T20:53:03.764Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
| 3241 | 2025-08-01T20:53:04.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2025-08-01T20:53:04.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2025-08-01T20:53:04.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2025-08-01T20:53:04.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3245 | 2025-08-01T20:53:04.649Z | |
| 3246 | 2025-08-01T20:53:04.649Z | info: running `cargo check --bins` on db-macros (127/221) |
| 3247 | 2025-08-01T20:53:05.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-08-01T20:53:05.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-08-01T20:53:05.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2025-08-01T20:53:05.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3251 | 2025-08-01T20:53:05.405Z | |
| 3252 | 2025-08-01T20:53:05.405Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
| 3253 | 2025-08-01T20:53:06.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-08-01T20:53:06.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-08-01T20:53:06.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2025-08-01T20:53:06.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3257 | 2025-08-01T20:53:06.161Z | |
| 3258 | 2025-08-01T20:53:06.161Z | info: running `cargo check --bins` on nexus-auth (129/221) |
| 3259 | 2025-08-01T20:53:06.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-08-01T20:53:06.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-08-01T20:53:06.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3262 | 2025-08-01T20:53:06.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3263 | 2025-08-01T20:53:07.007Z | |
| 3264 | 2025-08-01T20:53:07.008Z | info: running `cargo check --bins` on authz-macros (130/221) |
| 3265 | 2025-08-01T20:53:07.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2025-08-01T20:53:07.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2025-08-01T20:53:07.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2025-08-01T20:53:07.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3269 | 2025-08-01T20:53:07.763Z | |
| 3270 | 2025-08-01T20:53:07.763Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
| 3271 | 2025-08-01T20:53:08.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2025-08-01T20:53:08.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2025-08-01T20:53:08.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2025-08-01T20:53:08.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3275 | 2025-08-01T20:53:08.616Z | |
| 3276 | 2025-08-01T20:53:08.616Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
| 3277 | 2025-08-01T20:53:09.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2025-08-01T20:53:09.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2025-08-01T20:53:09.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2025-08-01T20:53:09.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3281 | 2025-08-01T20:53:09.484Z | |
| 3282 | 2025-08-01T20:53:09.484Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
| 3283 | 2025-08-01T20:53:10.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2025-08-01T20:53:10.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2025-08-01T20:53:10.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2025-08-01T20:53:10.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3287 | 2025-08-01T20:53:10.226Z | |
| 3288 | 2025-08-01T20:53:10.226Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
| 3289 | 2025-08-01T20:53:10.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2025-08-01T20:53:10.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2025-08-01T20:53:10.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2025-08-01T20:53:10.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3293 | 2025-08-01T20:53:11.011Z | |
| 3294 | 2025-08-01T20:53:11.011Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
| 3295 | 2025-08-01T20:53:11.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-08-01T20:53:11.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-08-01T20:53:11.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2025-08-01T20:53:11.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3299 | 2025-08-01T20:53:11.867Z | |
| 3300 | 2025-08-01T20:53:11.867Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
| 3301 | 2025-08-01T20:53:12.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-08-01T20:53:12.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-08-01T20:53:12.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2025-08-01T20:53:12.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3305 | 2025-08-01T20:53:12.729Z | |
| 3306 | 2025-08-01T20:53:12.729Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
| 3307 | 2025-08-01T20:53:13.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-08-01T20:53:13.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-08-01T20:53:13.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2025-08-01T20:53:13.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3311 | 2025-08-01T20:53:13.561Z | |
| 3312 | 2025-08-01T20:53:13.561Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
| 3313 | 2025-08-01T20:53:14.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2025-08-01T20:53:14.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2025-08-01T20:53:14.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2025-08-01T20:53:14.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3317 | 2025-08-01T20:53:14.388Z | |
| 3318 | 2025-08-01T20:53:14.388Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
| 3319 | 2025-08-01T20:53:15.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2025-08-01T20:53:15.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2025-08-01T20:53:15.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2025-08-01T20:53:15.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3323 | 2025-08-01T20:53:15.187Z | |
| 3324 | 2025-08-01T20:53:15.187Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
| 3325 | 2025-08-01T20:53:15.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2025-08-01T20:53:15.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2025-08-01T20:53:15.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2025-08-01T20:53:15.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3329 | 2025-08-01T20:53:15.990Z | |
| 3330 | 2025-08-01T20:53:15.990Z | info: running `cargo check --bins` on key-manager (141/221) |
| 3331 | 2025-08-01T20:53:16.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2025-08-01T20:53:16.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2025-08-01T20:53:16.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2025-08-01T20:53:16.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3335 | 2025-08-01T20:53:16.774Z | |
| 3336 | 2025-08-01T20:53:16.774Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
| 3337 | 2025-08-01T20:53:17.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2025-08-01T20:53:17.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2025-08-01T20:53:17.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2025-08-01T20:53:17.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3341 | 2025-08-01T20:53:17.577Z | |
| 3342 | 2025-08-01T20:53:17.577Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
| 3343 | 2025-08-01T20:53:18.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2025-08-01T20:53:18.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2025-08-01T20:53:18.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2025-08-01T20:53:18.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3347 | 2025-08-01T20:53:18.376Z | |
| 3348 | 2025-08-01T20:53:18.376Z | info: running `cargo check --bins` on typed-rng (144/221) |
| 3349 | 2025-08-01T20:53:19.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-08-01T20:53:19.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-08-01T20:53:19.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2025-08-01T20:53:19.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3353 | 2025-08-01T20:53:19.119Z | |
| 3354 | 2025-08-01T20:53:19.120Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
| 3355 | 2025-08-01T20:53:19.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2025-08-01T20:53:19.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2025-08-01T20:53:20.123Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3358 | 2025-08-01T20:53:20.123Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3359 | 2025-08-01T20:53:20.123Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3360 | 2025-08-01T20:53:20.127Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3361 | 2025-08-01T20:53:20.127Z | Checking universal-hash v0.5.1 |
| 3362 | 2025-08-01T20:53:20.127Z | Checking opaque-debug v0.3.1 |
| 3363 | 2025-08-01T20:53:20.347Z | Checking chacha20 v0.9.1 |
| 3364 | 2025-08-01T20:53:20.350Z | Checking aead v0.5.2 |
| 3365 | 2025-08-01T20:53:20.435Z | Compiling unicase v2.7.0 |
| 3366 | 2025-08-01T20:53:20.483Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3367 | 2025-08-01T20:53:20.508Z | Checking poly1305 v0.8.0 |
| 3368 | 2025-08-01T20:53:20.653Z | Compiling libefi-sys v0.1.0 |
| 3369 | 2025-08-01T20:53:20.698Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3370 | 2025-08-01T20:53:20.749Z | Compiling bitfield-struct v0.6.2 |
| 3371 | 2025-08-01T20:53:20.847Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3372 | 2025-08-01T20:53:20.880Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3373 | 2025-08-01T20:53:20.989Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3374 | 2025-08-01T20:53:21.038Z | Checking chacha20poly1305 v0.10.1 |
| 3375 | 2025-08-01T20:53:21.236Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3376 | 2025-08-01T20:53:21.260Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3377 | 2025-08-01T20:53:21.314Z | Compiling salty v0.3.0 |
| 3378 | 2025-08-01T20:53:21.372Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3379 | 2025-08-01T20:53:21.791Z | Compiling num-derive v0.3.3 |
| 3380 | 2025-08-01T20:53:22.006Z | Compiling proc-macro-error2 v2.0.1 |
| 3381 | 2025-08-01T20:53:22.043Z | Compiling xshell-macros v0.2.7 |
| 3382 | 2025-08-01T20:53:22.071Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3383 | 2025-08-01T20:53:22.609Z | Compiling tabled_derive v0.10.0 |
| 3384 | 2025-08-01T20:53:22.634Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3385 | 2025-08-01T20:53:22.802Z | Checking xshell v0.2.7 |
| 3386 | 2025-08-01T20:53:22.982Z | Checking thiserror-no-std v2.0.2 |
| 3387 | 2025-08-01T20:53:23.131Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3388 | 2025-08-01T20:53:23.154Z | Checking vsss-rs v3.3.4 |
| 3389 | 2025-08-01T20:53:23.176Z | Compiling mime_guess v2.0.5 |
| 3390 | 2025-08-01T20:53:23.439Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3391 | 2025-08-01T20:53:23.903Z | Checking libscf-sys v1.1.0 |
| 3392 | 2025-08-01T20:53:24.387Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3393 | 2025-08-01T20:53:24.730Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3394 | 2025-08-01T20:53:24.800Z | Checking papergrid v0.14.0 |
| 3395 | 2025-08-01T20:53:25.332Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3396 | 2025-08-01T20:53:25.651Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3397 | 2025-08-01T20:53:26.023Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3398 | 2025-08-01T20:53:26.111Z | Checking primeorder v0.13.6 |
| 3399 | 2025-08-01T20:53:26.342Z | Checking env_filter v0.1.2 |
| 3400 | 2025-08-01T20:53:26.582Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3401 | 2025-08-01T20:53:26.616Z | Checking env_logger v0.11.5 |
| 3402 | 2025-08-01T20:53:26.747Z | Checking p384 v0.13.0 |
| 3403 | 2025-08-01T20:53:26.983Z | Checking tabled v0.18.0 |
| 3404 | 2025-08-01T20:53:27.040Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3405 | 2025-08-01T20:53:27.215Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3406 | 2025-08-01T20:53:27.520Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3407 | 2025-08-01T20:53:27.851Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3408 | 2025-08-01T20:53:27.883Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3409 | 2025-08-01T20:53:27.943Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3410 | 2025-08-01T20:53:28.078Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3411 | 2025-08-01T20:53:28.130Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3412 | 2025-08-01T20:53:28.350Z | Checking http-range v0.1.5 |
| 3413 | 2025-08-01T20:53:28.579Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3414 | 2025-08-01T20:53:28.602Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3415 | 2025-08-01T20:53:28.938Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3416 | 2025-08-01T20:53:29.108Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3417 | 2025-08-01T20:53:29.134Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3418 | 2025-08-01T20:53:29.348Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3419 | 2025-08-01T20:53:29.452Z | Checking secrecy v0.8.0 |
| 3420 | 2025-08-01T20:53:29.681Z | Checking atty v0.2.14 |
| 3421 | 2025-08-01T20:53:29.739Z | Checking crc8 v0.1.1 |
| 3422 | 2025-08-01T20:53:29.848Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3423 | 2025-08-01T20:53:29.904Z | Checking hyper-staticfile v0.10.1 |
| 3424 | 2025-08-01T20:53:29.945Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3425 | 2025-08-01T20:53:30.431Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3426 | 2025-08-01T20:53:30.521Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3427 | 2025-08-01T20:53:30.662Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3428 | 2025-08-01T20:53:30.871Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3429 | 2025-08-01T20:53:31.117Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3430 | 2025-08-01T20:53:31.240Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3431 | 2025-08-01T20:53:31.381Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3432 | 2025-08-01T20:53:31.613Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3433 | 2025-08-01T20:53:32.655Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3434 | 2025-08-01T20:53:32.659Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3435 | 2025-08-01T20:53:32.659Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3436 | 2025-08-01T20:53:33.177Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3437 | 2025-08-01T20:53:33.565Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3438 | 2025-08-01T20:53:34.039Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3439 | 2025-08-01T20:53:35.047Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3440 | 2025-08-01T20:53:36.692Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3441 | 2025-08-01T20:53:41.663Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3442 | 2025-08-01T20:53:55.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.03s |
| 3443 | 2025-08-01T20:53:55.370Z | |
| 3444 | 2025-08-01T20:53:55.370Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
| 3445 | 2025-08-01T20:53:56.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2025-08-01T20:53:56.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2025-08-01T20:53:56.316Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3448 | 2025-08-01T20:54:09.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
| 3449 | 2025-08-01T20:54:10.188Z | |
| 3450 | 2025-08-01T20:54:10.189Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
| 3451 | 2025-08-01T20:54:10.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2025-08-01T20:54:10.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2025-08-01T20:54:11.134Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3454 | 2025-08-01T20:54:24.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
| 3455 | 2025-08-01T20:54:24.985Z | |
| 3456 | 2025-08-01T20:54:24.985Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
| 3457 | 2025-08-01T20:54:25.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2025-08-01T20:54:25.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2025-08-01T20:54:25.924Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3460 | 2025-08-01T20:54:39.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
| 3461 | 2025-08-01T20:54:39.636Z | |
| 3462 | 2025-08-01T20:54:39.636Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
| 3463 | 2025-08-01T20:54:40.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2025-08-01T20:54:40.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2025-08-01T20:54:40.575Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3466 | 2025-08-01T20:54:54.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s |
| 3467 | 2025-08-01T20:54:54.513Z | |
| 3468 | 2025-08-01T20:54:54.513Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
| 3469 | 2025-08-01T20:54:55.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2025-08-01T20:54:55.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2025-08-01T20:54:55.454Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3472 | 2025-08-01T20:55:09.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
| 3473 | 2025-08-01T20:55:09.372Z | |
| 3474 | 2025-08-01T20:55:09.372Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
| 3475 | 2025-08-01T20:55:10.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2025-08-01T20:55:10.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2025-08-01T20:55:10.307Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3478 | 2025-08-01T20:55:23.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
| 3479 | 2025-08-01T20:55:24.024Z | |
| 3480 | 2025-08-01T20:55:24.024Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
| 3481 | 2025-08-01T20:55:24.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2025-08-01T20:55:24.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2025-08-01T20:55:24.953Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3484 | 2025-08-01T20:55:38.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s |
| 3485 | 2025-08-01T20:55:38.977Z | |
| 3486 | 2025-08-01T20:55:38.977Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
| 3487 | 2025-08-01T20:55:39.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2025-08-01T20:55:39.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2025-08-01T20:55:39.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2025-08-01T20:55:39.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3491 | 2025-08-01T20:55:39.815Z | |
| 3492 | 2025-08-01T20:55:39.815Z | info: running `cargo check --bins` on range-requests (154/221) |
| 3493 | 2025-08-01T20:55:40.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2025-08-01T20:55:40.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2025-08-01T20:55:40.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2025-08-01T20:55:40.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3497 | 2025-08-01T20:55:40.600Z | |
| 3498 | 2025-08-01T20:55:40.600Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
| 3499 | 2025-08-01T20:55:41.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2025-08-01T20:55:41.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2025-08-01T20:55:41.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2025-08-01T20:55:41.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3503 | 2025-08-01T20:55:41.372Z | |
| 3504 | 2025-08-01T20:55:41.372Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
| 3505 | 2025-08-01T20:55:42.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2025-08-01T20:55:42.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2025-08-01T20:55:42.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2025-08-01T20:55:42.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3509 | 2025-08-01T20:55:42.204Z | |
| 3510 | 2025-08-01T20:55:42.204Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
| 3511 | 2025-08-01T20:55:42.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2025-08-01T20:55:42.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2025-08-01T20:55:42.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2025-08-01T20:55:42.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3515 | 2025-08-01T20:55:43.015Z | |
| 3516 | 2025-08-01T20:55:43.015Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
| 3517 | 2025-08-01T20:55:43.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-08-01T20:55:43.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-08-01T20:55:43.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2025-08-01T20:55:43.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3521 | 2025-08-01T20:55:43.850Z | |
| 3522 | 2025-08-01T20:55:43.850Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
| 3523 | 2025-08-01T20:55:44.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2025-08-01T20:55:44.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2025-08-01T20:55:44.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2025-08-01T20:55:44.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3527 | 2025-08-01T20:55:44.692Z | |
| 3528 | 2025-08-01T20:55:44.693Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
| 3529 | 2025-08-01T20:55:45.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2025-08-01T20:55:45.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2025-08-01T20:55:45.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2025-08-01T20:55:45.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3533 | 2025-08-01T20:55:45.530Z | |
| 3534 | 2025-08-01T20:55:45.530Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
| 3535 | 2025-08-01T20:55:46.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2025-08-01T20:55:46.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2025-08-01T20:55:46.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2025-08-01T20:55:46.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3539 | 2025-08-01T20:55:46.364Z | |
| 3540 | 2025-08-01T20:55:46.364Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
| 3541 | 2025-08-01T20:55:47.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2025-08-01T20:55:47.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2025-08-01T20:55:47.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2025-08-01T20:55:47.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3545 | 2025-08-01T20:55:47.234Z | |
| 3546 | 2025-08-01T20:55:47.234Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
| 3547 | 2025-08-01T20:55:47.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2025-08-01T20:55:48.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2025-08-01T20:55:48.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2025-08-01T20:55:48.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3551 | 2025-08-01T20:55:48.107Z | |
| 3552 | 2025-08-01T20:55:48.107Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
| 3553 | 2025-08-01T20:55:48.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2025-08-01T20:55:48.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2025-08-01T20:55:49.003Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3556 | 2025-08-01T20:55:49.004Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3557 | 2025-08-01T20:55:49.966Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3558 | 2025-08-01T20:55:52.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3559 | 2025-08-01T20:55:52.350Z | |
| 3560 | 2025-08-01T20:55:52.350Z | info: running `cargo check --bins` on oximeter-api (165/221) |
| 3561 | 2025-08-01T20:55:53.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2025-08-01T20:55:53.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2025-08-01T20:55:53.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2025-08-01T20:55:53.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3565 | 2025-08-01T20:55:53.148Z | |
| 3566 | 2025-08-01T20:55:53.148Z | info: running `cargo check --bins` on cert-dev (166/221) |
| 3567 | 2025-08-01T20:55:53.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2025-08-01T20:55:53.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2025-08-01T20:55:53.907Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3570 | 2025-08-01T20:55:54.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3571 | 2025-08-01T20:55:54.437Z | |
| 3572 | 2025-08-01T20:55:54.437Z | info: running `cargo check --bins` on clickana (167/221) |
| 3573 | 2025-08-01T20:55:55.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2025-08-01T20:55:55.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2025-08-01T20:55:55.251Z | Checking castaway v0.2.3 |
| 3576 | 2025-08-01T20:55:55.252Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3577 | 2025-08-01T20:55:55.255Z | Checking lru v0.12.5 |
| 3578 | 2025-08-01T20:55:55.255Z | Compiling instability v0.3.2 |
| 3579 | 2025-08-01T20:55:55.255Z | Checking unicode-truncate v1.1.0 |
| 3580 | 2025-08-01T20:55:55.256Z | Checking cassowary v0.3.0 |
| 3581 | 2025-08-01T20:55:55.256Z | Compiling indoc v2.0.6 |
| 3582 | 2025-08-01T20:55:55.497Z | Checking compact_str v0.8.0 |
| 3583 | 2025-08-01T20:55:56.150Z | Checking ratatui v0.29.0 |
| 3584 | 2025-08-01T20:55:57.120Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3585 | 2025-08-01T20:55:58.359Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3586 | 2025-08-01T20:55:59.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
| 3587 | 2025-08-01T20:55:59.520Z | |
| 3588 | 2025-08-01T20:55:59.520Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
| 3589 | 2025-08-01T20:56:00.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-08-01T20:56:00.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-08-01T20:56:00.392Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3592 | 2025-08-01T20:56:00.392Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3593 | 2025-08-01T20:56:01.575Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3594 | 2025-08-01T20:56:02.090Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3595 | 2025-08-01T20:56:02.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 3596 | 2025-08-01T20:56:02.724Z | |
| 3597 | 2025-08-01T20:56:02.724Z | info: running `cargo check --bins` on ch-dev (169/221) |
| 3598 | 2025-08-01T20:56:03.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2025-08-01T20:56:03.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2025-08-01T20:56:03.556Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3601 | 2025-08-01T20:56:04.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 3602 | 2025-08-01T20:56:04.597Z | |
| 3603 | 2025-08-01T20:56:04.597Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
| 3604 | 2025-08-01T20:56:05.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2025-08-01T20:56:05.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2025-08-01T20:56:05.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2025-08-01T20:56:05.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3608 | 2025-08-01T20:56:05.177Z | |
| 3609 | 2025-08-01T20:56:05.177Z | info: running `cargo check --bins` on crdb-seed (171/221) |
| 3610 | 2025-08-01T20:56:05.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2025-08-01T20:56:05.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2025-08-01T20:56:06.000Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3613 | 2025-08-01T20:56:06.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3614 | 2025-08-01T20:56:06.645Z | |
| 3615 | 2025-08-01T20:56:06.645Z | info: running `cargo check --bins` on db-dev (172/221) |
| 3616 | 2025-08-01T20:56:07.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2025-08-01T20:56:07.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2025-08-01T20:56:07.468Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3619 | 2025-08-01T20:56:08.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 3620 | 2025-08-01T20:56:08.514Z | |
| 3621 | 2025-08-01T20:56:08.514Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
| 3622 | 2025-08-01T20:56:09.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2025-08-01T20:56:09.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2025-08-01T20:56:09.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2025-08-01T20:56:09.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3626 | 2025-08-01T20:56:09.327Z | |
| 3627 | 2025-08-01T20:56:09.327Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
| 3628 | 2025-08-01T20:56:09.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2025-08-01T20:56:10.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2025-08-01T20:56:10.086Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3631 | 2025-08-01T20:56:10.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 3632 | 2025-08-01T20:56:11.187Z | |
| 3633 | 2025-08-01T20:56:11.187Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
| 3634 | 2025-08-01T20:56:11.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2025-08-01T20:56:11.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2025-08-01T20:56:11.948Z | Checking typeid v1.0.3 |
| 3637 | 2025-08-01T20:56:12.064Z | Checking ordered-float v2.10.1 |
| 3638 | 2025-08-01T20:56:12.081Z | Checking cargo-platform v0.2.0 |
| 3639 | 2025-08-01T20:56:12.161Z | Checking erased-serde v0.4.6 |
| 3640 | 2025-08-01T20:56:12.408Z | Checking serde-value v0.7.0 |
| 3641 | 2025-08-01T20:56:12.740Z | Checking serde-untagged v0.1.7 |
| 3642 | 2025-08-01T20:56:12.983Z | Checking cargo-util-schemas v0.8.2 |
| 3643 | 2025-08-01T20:56:14.216Z | Checking cargo_metadata v0.21.0 |
| 3644 | 2025-08-01T20:56:15.291Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3645 | 2025-08-01T20:56:16.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
| 3646 | 2025-08-01T20:56:16.415Z | |
| 3647 | 2025-08-01T20:56:16.415Z | info: running `cargo check --bins` on mgs-dev (176/221) |
| 3648 | 2025-08-01T20:56:17.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2025-08-01T20:56:17.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2025-08-01T20:56:17.332Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3651 | 2025-08-01T20:56:19.208Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3652 | 2025-08-01T20:56:19.879Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3653 | 2025-08-01T20:56:20.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 3654 | 2025-08-01T20:56:20.729Z | |
| 3655 | 2025-08-01T20:56:20.729Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
| 3656 | 2025-08-01T20:56:21.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2025-08-01T20:56:21.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2025-08-01T20:56:21.797Z | Compiling crunchy v0.2.2 |
| 3659 | 2025-08-01T20:56:21.801Z | Compiling dsl_auto_type v0.1.2 |
| 3660 | 2025-08-01T20:56:21.801Z | Checking scheduled-thread-pool v0.2.7 |
| 3661 | 2025-08-01T20:56:21.801Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3662 | 2025-08-01T20:56:21.801Z | Compiling tiny-keccak v2.0.2 |
| 3663 | 2025-08-01T20:56:21.967Z | Compiling bit-vec v0.6.3 |
| 3664 | 2025-08-01T20:56:22.018Z | Compiling ascii-canvas v3.0.0 |
| 3665 | 2025-08-01T20:56:22.022Z | Compiling ena v0.14.3 |
| 3666 | 2025-08-01T20:56:22.218Z | Checking r2d2 v0.8.10 |
| 3667 | 2025-08-01T20:56:22.323Z | Compiling bit-set v0.5.3 |
| 3668 | 2025-08-01T20:56:22.357Z | Compiling regex-syntax v0.6.29 |
| 3669 | 2025-08-01T20:56:22.415Z | Compiling diff v0.1.13 |
| 3670 | 2025-08-01T20:56:22.440Z | Compiling bindgen v0.71.1 |
| 3671 | 2025-08-01T20:56:22.484Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3672 | 2025-08-01T20:56:22.554Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3673 | 2025-08-01T20:56:22.605Z | Compiling derive_builder_core v0.20.2 |
| 3674 | 2025-08-01T20:56:22.724Z | Compiling libxml v0.3.3 |
| 3675 | 2025-08-01T20:56:22.897Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3676 | 2025-08-01T20:56:22.970Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3677 | 2025-08-01T20:56:23.184Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3678 | 2025-08-01T20:56:23.211Z | Compiling diesel_derives v2.2.3 |
| 3679 | 2025-08-01T20:56:23.282Z | Compiling strum_macros v0.24.3 |
| 3680 | 2025-08-01T20:56:23.472Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3681 | 2025-08-01T20:56:23.524Z | Compiling indoc v1.0.9 |
| 3682 | 2025-08-01T20:56:24.437Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3683 | 2025-08-01T20:56:24.748Z | Compiling derive_builder_macro v0.20.2 |
| 3684 | 2025-08-01T20:56:24.784Z | Compiling oso-derive v0.27.3 |
| 3685 | 2025-08-01T20:56:25.522Z | Compiling lalrpop v0.19.12 |
| 3686 | 2025-08-01T20:56:25.659Z | Checking derive_builder v0.20.2 |
| 3687 | 2025-08-01T20:56:25.778Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3688 | 2025-08-01T20:56:25.841Z | Checking quick-xml v0.37.2 |
| 3689 | 2025-08-01T20:56:26.006Z | Checking maplit v1.0.2 |
| 3690 | 2025-08-01T20:56:26.191Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3691 | 2025-08-01T20:56:26.459Z | Compiling diesel-dtrace v0.4.2 |
| 3692 | 2025-08-01T20:56:26.919Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3693 | 2025-08-01T20:56:27.254Z | Checking bb8 v0.8.5 |
| 3694 | 2025-08-01T20:56:27.438Z | Checking ignore v0.4.23 |
| 3695 | 2025-08-01T20:56:27.711Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3696 | 2025-08-01T20:56:27.776Z | Checking predicates-tree v1.0.12 |
| 3697 | 2025-08-01T20:56:27.883Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3698 | 2025-08-01T20:56:27.984Z | Checking rand_seeder v0.3.0 |
| 3699 | 2025-08-01T20:56:28.092Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3700 | 2025-08-01T20:56:28.229Z | Checking globwalk v0.9.1 |
| 3701 | 2025-08-01T20:56:28.254Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3702 | 2025-08-01T20:56:28.303Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3703 | 2025-08-01T20:56:28.546Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3704 | 2025-08-01T20:56:28.572Z | Checking camino-tempfile-ext v0.3.2 |
| 3705 | 2025-08-01T20:56:28.927Z | Checking console v0.16.0 |
| 3706 | 2025-08-01T20:56:29.039Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3707 | 2025-08-01T20:56:29.579Z | Checking unit-prefix v0.5.1 |
| 3708 | 2025-08-01T20:56:29.816Z | Checking is_ci v1.2.0 |
| 3709 | 2025-08-01T20:56:29.870Z | Checking indicatif v0.18.0 |
| 3710 | 2025-08-01T20:56:29.990Z | Checking supports-color v3.0.2 |
| 3711 | 2025-08-01T20:56:30.262Z | Checking support-bundle-viewer v0.1.2 |
| 3712 | 2025-08-01T20:56:30.383Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3713 | 2025-08-01T20:56:30.410Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3714 | 2025-08-01T20:56:30.663Z | Checking multimap v0.10.1 |
| 3715 | 2025-08-01T20:56:32.642Z | Checking diesel v2.2.11 |
| 3716 | 2025-08-01T20:56:49.332Z | Compiling samael v0.0.19 |
| 3717 | 2025-08-01T20:57:02.641Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3718 | 2025-08-01T20:57:04.635Z | Checking async-bb8-diesel v0.2.1 |
| 3719 | 2025-08-01T20:57:06.221Z | Compiling polar-core v0.27.3 |
| 3720 | 2025-08-01T20:57:13.502Z | Checking oso v0.27.3 |
| 3721 | 2025-08-01T20:57:56.194Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3722 | 2025-08-01T20:58:31.870Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3723 | 2025-08-01T20:58:42.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 3724 | 2025-08-01T20:58:42.717Z | |
| 3725 | 2025-08-01T20:58:42.717Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
| 3726 | 2025-08-01T20:58:43.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2025-08-01T20:58:43.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2025-08-01T20:58:43.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2025-08-01T20:58:43.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3730 | 2025-08-01T20:58:43.585Z | |
| 3731 | 2025-08-01T20:58:43.585Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
| 3732 | 2025-08-01T20:58:44.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2025-08-01T20:58:44.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2025-08-01T20:58:44.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2025-08-01T20:58:44.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3736 | 2025-08-01T20:58:44.454Z | |
| 3737 | 2025-08-01T20:58:44.454Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
| 3738 | 2025-08-01T20:58:45.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2025-08-01T20:58:45.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2025-08-01T20:58:45.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2025-08-01T20:58:45.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3742 | 2025-08-01T20:58:45.216Z | |
| 3743 | 2025-08-01T20:58:45.216Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
| 3744 | 2025-08-01T20:58:46.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2025-08-01T20:58:46.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2025-08-01T20:58:46.315Z | Compiling libz-sys v1.1.20 |
| 3747 | 2025-08-01T20:58:46.319Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3748 | 2025-08-01T20:58:46.473Z | Compiling vergen v8.3.2 |
| 3749 | 2025-08-01T20:58:46.477Z | Compiling cargo-platform v0.1.8 |
| 3750 | 2025-08-01T20:58:46.501Z | Compiling fs-err v2.11.0 |
| 3751 | 2025-08-01T20:58:46.505Z | Compiling rustls v0.21.12 |
| 3752 | 2025-08-01T20:58:46.540Z | Checking sct v0.7.1 |
| 3753 | 2025-08-01T20:58:46.544Z | Checking rustls-webpki v0.101.7 |
| 3754 | 2025-08-01T20:58:46.809Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3755 | 2025-08-01T20:58:46.832Z | Compiling cargo_metadata v0.18.1 |
| 3756 | 2025-08-01T20:58:46.892Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3757 | 2025-08-01T20:58:46.978Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3758 | 2025-08-01T20:58:47.127Z | Checking parse-size v1.1.0 |
| 3759 | 2025-08-01T20:58:47.334Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3760 | 2025-08-01T20:58:47.338Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3761 | 2025-08-01T20:58:47.378Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3762 | 2025-08-01T20:58:47.382Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3763 | 2025-08-01T20:58:47.382Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3764 | 2025-08-01T20:58:47.602Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3765 | 2025-08-01T20:58:48.294Z | Checking rustls-pemfile v1.0.4 |
| 3766 | 2025-08-01T20:58:48.323Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3767 | 2025-08-01T20:58:48.532Z | Checking twox-hash v2.1.0 |
| 3768 | 2025-08-01T20:58:48.608Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3769 | 2025-08-01T20:58:48.994Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3770 | 2025-08-01T20:58:49.176Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3771 | 2025-08-01T20:58:49.746Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3772 | 2025-08-01T20:58:50.205Z | Checking tokio-rustls v0.24.1 |
| 3773 | 2025-08-01T20:58:50.263Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3774 | 2025-08-01T20:58:50.577Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3775 | 2025-08-01T20:58:50.749Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3776 | 2025-08-01T20:58:50.916Z | Checking fatfs v0.3.6 |
| 3777 | 2025-08-01T20:58:50.965Z | Checking assert_matches v1.5.0 |
| 3778 | 2025-08-01T20:58:56.617Z | Compiling git2 v0.19.0 |
| 3779 | 2025-08-01T20:59:00.793Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3780 | 2025-08-01T20:59:59.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 3781 | 2025-08-01T20:59:59.584Z | |
| 3782 | 2025-08-01T20:59:59.584Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
| 3783 | 2025-08-01T21:00:00.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2025-08-01T21:00:00.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2025-08-01T21:00:00.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2025-08-01T21:00:00.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3787 | 2025-08-01T21:00:00.391Z | |
| 3788 | 2025-08-01T21:00:00.391Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
| 3789 | 2025-08-01T21:00:01.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2025-08-01T21:00:01.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2025-08-01T21:00:01.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2025-08-01T21:00:01.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3793 | 2025-08-01T21:00:01.205Z | |
| 3794 | 2025-08-01T21:00:01.205Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
| 3795 | 2025-08-01T21:00:01.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2025-08-01T21:00:01.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2025-08-01T21:00:01.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2025-08-01T21:00:01.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3799 | 2025-08-01T21:00:02.034Z | |
| 3800 | 2025-08-01T21:00:02.034Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
| 3801 | 2025-08-01T21:00:02.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2025-08-01T21:00:02.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2025-08-01T21:00:02.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3804 | 2025-08-01T21:00:02.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3805 | 2025-08-01T21:00:02.903Z | |
| 3806 | 2025-08-01T21:00:02.903Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
| 3807 | 2025-08-01T21:00:03.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2025-08-01T21:00:03.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2025-08-01T21:00:03.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2025-08-01T21:00:03.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3811 | 2025-08-01T21:00:03.743Z | |
| 3812 | 2025-08-01T21:00:03.743Z | info: running `cargo check --bins` on nexus-networking (187/221) |
| 3813 | 2025-08-01T21:00:04.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2025-08-01T21:00:04.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2025-08-01T21:00:04.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2025-08-01T21:00:04.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3817 | 2025-08-01T21:00:04.629Z | |
| 3818 | 2025-08-01T21:00:04.629Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
| 3819 | 2025-08-01T21:00:05.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2025-08-01T21:00:05.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2025-08-01T21:00:05.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2025-08-01T21:00:05.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3823 | 2025-08-01T21:00:05.507Z | |
| 3824 | 2025-08-01T21:00:05.507Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
| 3825 | 2025-08-01T21:00:06.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2025-08-01T21:00:06.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2025-08-01T21:00:06.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2025-08-01T21:00:06.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3829 | 2025-08-01T21:00:06.387Z | |
| 3830 | 2025-08-01T21:00:06.387Z | info: running `cargo check --bins` on update-common (190/221) |
| 3831 | 2025-08-01T21:00:07.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2025-08-01T21:00:07.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2025-08-01T21:00:07.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2025-08-01T21:00:07.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3835 | 2025-08-01T21:00:07.205Z | |
| 3836 | 2025-08-01T21:00:07.206Z | info: running `cargo check --bins` on omicron-dev (191/221) |
| 3837 | 2025-08-01T21:00:08.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2025-08-01T21:00:08.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2025-08-01T21:00:08.366Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3840 | 2025-08-01T21:00:08.370Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3841 | 2025-08-01T21:00:08.533Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3842 | 2025-08-01T21:00:08.548Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3843 | 2025-08-01T21:00:08.570Z | Checking yansi v1.0.1 |
| 3844 | 2025-08-01T21:00:08.570Z | Checking diff v0.1.13 |
| 3845 | 2025-08-01T21:00:08.574Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3846 | 2025-08-01T21:00:08.593Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3847 | 2025-08-01T21:00:09.040Z | Checking pretty_assertions v1.4.1 |
| 3848 | 2025-08-01T21:00:09.155Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3849 | 2025-08-01T21:00:09.772Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3850 | 2025-08-01T21:00:40.789Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3851 | 2025-08-01T21:00:40.794Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3852 | 2025-08-01T21:00:40.794Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3853 | 2025-08-01T21:00:40.794Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3854 | 2025-08-01T21:00:40.794Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3855 | 2025-08-01T21:00:40.794Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3856 | 2025-08-01T21:00:41.367Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3857 | 2025-08-01T21:00:41.851Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3858 | 2025-08-01T21:00:43.251Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3859 | 2025-08-01T21:01:33.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3860 | 2025-08-01T21:01:34.144Z | |
| 3861 | 2025-08-01T21:01:34.144Z | info: running `cargo check --bins` on openapi-manager (192/221) |
| 3862 | 2025-08-01T21:01:34.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2025-08-01T21:01:34.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2025-08-01T21:01:35.042Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3865 | 2025-08-01T21:01:35.043Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3866 | 2025-08-01T21:01:35.181Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3867 | 2025-08-01T21:01:35.184Z | Checking heck v0.4.1 |
| 3868 | 2025-08-01T21:01:35.193Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3869 | 2025-08-01T21:01:35.366Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3870 | 2025-08-01T21:01:35.410Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3871 | 2025-08-01T21:01:36.340Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3872 | 2025-08-01T21:01:38.651Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3873 | 2025-08-01T21:01:40.285Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3874 | 2025-08-01T21:01:41.181Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3875 | 2025-08-01T21:01:43.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.62s |
| 3876 | 2025-08-01T21:01:43.031Z | |
| 3877 | 2025-08-01T21:01:43.031Z | info: running `cargo check --bins` on installinator-api (193/221) |
| 3878 | 2025-08-01T21:01:43.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2025-08-01T21:01:43.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2025-08-01T21:01:43.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3881 | 2025-08-01T21:01:43.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3882 | 2025-08-01T21:01:43.806Z | |
| 3883 | 2025-08-01T21:01:43.806Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
| 3884 | 2025-08-01T21:01:44.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2025-08-01T21:01:44.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2025-08-01T21:01:44.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3887 | 2025-08-01T21:01:44.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3888 | 2025-08-01T21:01:44.592Z | |
| 3889 | 2025-08-01T21:01:44.592Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
| 3890 | 2025-08-01T21:01:45.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2025-08-01T21:01:45.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2025-08-01T21:01:45.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2025-08-01T21:01:45.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3894 | 2025-08-01T21:01:45.391Z | |
| 3895 | 2025-08-01T21:01:45.391Z | info: running `cargo check --bins` on wicketd-api (196/221) |
| 3896 | 2025-08-01T21:01:46.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2025-08-01T21:01:46.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2025-08-01T21:01:46.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2025-08-01T21:01:46.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3900 | 2025-08-01T21:01:46.218Z | |
| 3901 | 2025-08-01T21:01:46.218Z | info: running `cargo check --bins` on omicron-pins (197/221) |
| 3902 | 2025-08-01T21:01:46.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2025-08-01T21:01:46.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2025-08-01T21:01:46.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2025-08-01T21:01:46.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3906 | 2025-08-01T21:01:46.992Z | |
| 3907 | 2025-08-01T21:01:46.992Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
| 3908 | 2025-08-01T21:01:47.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2025-08-01T21:01:47.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2025-08-01T21:01:47.970Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3911 | 2025-08-01T21:01:48.106Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3912 | 2025-08-01T21:01:48.122Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3913 | 2025-08-01T21:01:48.138Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3914 | 2025-08-01T21:01:48.142Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3915 | 2025-08-01T21:01:48.142Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3916 | 2025-08-01T21:01:48.142Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3917 | 2025-08-01T21:01:48.142Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3918 | 2025-08-01T21:01:48.413Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3919 | 2025-08-01T21:01:48.458Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3920 | 2025-08-01T21:01:48.484Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3921 | 2025-08-01T21:01:48.696Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3922 | 2025-08-01T21:01:48.762Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3923 | 2025-08-01T21:01:48.797Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3924 | 2025-08-01T21:01:49.321Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3925 | 2025-08-01T21:01:49.388Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3926 | 2025-08-01T21:01:49.618Z | Compiling petname v2.0.2 |
| 3927 | 2025-08-01T21:01:50.479Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3928 | 2025-08-01T21:01:50.669Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3929 | 2025-08-01T21:01:50.941Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3930 | 2025-08-01T21:01:51.014Z | Checking sync-ptr v0.1.4 |
| 3931 | 2025-08-01T21:01:51.120Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3932 | 2025-08-01T21:01:51.247Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3933 | 2025-08-01T21:01:51.280Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3934 | 2025-08-01T21:01:51.777Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3935 | 2025-08-01T21:01:53.130Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3936 | 2025-08-01T21:01:54.355Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3937 | 2025-08-01T21:01:54.355Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3938 | 2025-08-01T21:02:06.943Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3939 | 2025-08-01T21:02:06.946Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3940 | 2025-08-01T21:02:07.900Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3941 | 2025-08-01T21:02:09.616Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3942 | 2025-08-01T21:02:12.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.53s |
| 3943 | 2025-08-01T21:02:12.746Z | |
| 3944 | 2025-08-01T21:02:12.746Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
| 3945 | 2025-08-01T21:02:13.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2025-08-01T21:02:13.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2025-08-01T21:02:13.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2025-08-01T21:02:13.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3949 | 2025-08-01T21:02:13.625Z | |
| 3950 | 2025-08-01T21:02:13.625Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
| 3951 | 2025-08-01T21:02:14.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2025-08-01T21:02:14.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2025-08-01T21:02:14.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2025-08-01T21:02:14.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3955 | 2025-08-01T21:02:14.390Z | |
| 3956 | 2025-08-01T21:02:14.390Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
| 3957 | 2025-08-01T21:02:15.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2025-08-01T21:02:15.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2025-08-01T21:02:15.309Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3960 | 2025-08-01T21:02:16.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 3961 | 2025-08-01T21:02:16.658Z | |
| 3962 | 2025-08-01T21:02:16.658Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
| 3963 | 2025-08-01T21:02:17.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2025-08-01T21:02:17.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2025-08-01T21:02:17.542Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3966 | 2025-08-01T21:02:18.002Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3967 | 2025-08-01T21:02:19.254Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3968 | 2025-08-01T21:02:20.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 3969 | 2025-08-01T21:02:20.233Z | |
| 3970 | 2025-08-01T21:02:20.233Z | info: running `cargo check --bins` on omicron-releng (203/221) |
| 3971 | 2025-08-01T21:02:20.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2025-08-01T21:02:20.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2025-08-01T21:02:21.063Z | Compiling blake3 v1.5.4 |
| 3974 | 2025-08-01T21:02:21.066Z | Checking memmap2 v0.9.5 |
| 3975 | 2025-08-01T21:02:21.066Z | Checking arrayvec v0.7.6 |
| 3976 | 2025-08-01T21:02:21.182Z | Checking constant_time_eq v0.3.1 |
| 3977 | 2025-08-01T21:02:21.185Z | Checking arrayref v0.3.9 |
| 3978 | 2025-08-01T21:02:21.209Z | Checking topological-sort v0.2.2 |
| 3979 | 2025-08-01T21:02:21.224Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3980 | 2025-08-01T21:02:21.260Z | Checking shell-words v1.1.0 |
| 3981 | 2025-08-01T21:02:22.374Z | Checking omicron-zone-package v0.12.2 |
| 3982 | 2025-08-01T21:02:23.589Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3983 | 2025-08-01T21:02:24.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
| 3984 | 2025-08-01T21:02:25.010Z | |
| 3985 | 2025-08-01T21:02:25.010Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
| 3986 | 2025-08-01T21:02:25.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2025-08-01T21:02:25.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2025-08-01T21:02:25.838Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3989 | 2025-08-01T21:02:26.238Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3990 | 2025-08-01T21:02:26.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 3991 | 2025-08-01T21:02:26.978Z | |
| 3992 | 2025-08-01T21:02:26.978Z | info: running `cargo check --bins` on xtask (205/221) |
| 3993 | 2025-08-01T21:02:27.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2025-08-01T21:02:27.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2025-08-01T21:02:27.579Z | Checking bitflags v2.9.1 |
| 3996 | 2025-08-01T21:02:27.675Z | Checking serde v1.0.219 |
| 3997 | 2025-08-01T21:02:27.679Z | Checking zerofrom v0.1.4 |
| 3998 | 2025-08-01T21:02:27.686Z | Checking hashbrown v0.15.4 |
| 3999 | 2025-08-01T21:02:27.709Z | Checking smallvec v1.15.1 |
| 4000 | 2025-08-01T21:02:27.724Z | Checking thiserror v1.0.69 |
| 4001 | 2025-08-01T21:02:27.741Z | Checking num-traits v0.2.19 |
| 4002 | 2025-08-01T21:02:27.741Z | Checking scroll v0.12.0 |
| 4003 | 2025-08-01T21:02:27.870Z | Checking log v0.4.27 |
| 4004 | 2025-08-01T21:02:27.894Z | Checking yoke v0.7.4 |
| 4005 | 2025-08-01T21:02:27.932Z | Checking rustix v0.38.37 |
| 4006 | 2025-08-01T21:02:28.056Z | Checking percent-encoding v2.3.1 |
| 4007 | 2025-08-01T21:02:28.160Z | Checking zerocopy v0.7.35 |
| 4008 | 2025-08-01T21:02:28.198Z | Checking goblin v0.8.2 |
| 4009 | 2025-08-01T21:02:28.260Z | Checking zerovec v0.10.4 |
| 4010 | 2025-08-01T21:02:28.282Z | Checking form_urlencoded v1.2.1 |
| 4011 | 2025-08-01T21:02:28.499Z | Checking pest v2.7.14 |
| 4012 | 2025-08-01T21:02:28.691Z | Checking indexmap v2.10.0 |
| 4013 | 2025-08-01T21:02:28.889Z | Checking terminal_size v0.4.0 |
| 4014 | 2025-08-01T21:02:29.120Z | Checking getrandom v0.3.1 |
| 4015 | 2025-08-01T21:02:29.212Z | Checking ordered-float v2.10.1 |
| 4016 | 2025-08-01T21:02:29.358Z | Checking thiserror v2.0.12 |
| 4017 | 2025-08-01T21:02:29.375Z | Checking syn v2.0.104 |
| 4018 | 2025-08-01T21:02:29.532Z | Checking rustix v1.0.7 |
| 4019 | 2025-08-01T21:02:29.682Z | Checking once_cell v1.21.3 |
| 4020 | 2025-08-01T21:02:29.849Z | Checking tinystr v0.7.6 |
| 4021 | 2025-08-01T21:02:29.916Z | Checking icu_collections v1.5.0 |
| 4022 | 2025-08-01T21:02:30.009Z | Checking clap_builder v4.5.41 |
| 4023 | 2025-08-01T21:02:30.201Z | Checking icu_locid v1.5.0 |
| 4024 | 2025-08-01T21:02:30.613Z | Checking textwrap v0.16.2 |
| 4025 | 2025-08-01T21:02:30.979Z | Checking dtrace-parser v0.2.0 |
| 4026 | 2025-08-01T21:02:31.036Z | Checking fs-err v3.1.1 |
| 4027 | 2025-08-01T21:02:31.073Z | Checking tempfile v3.20.0 |
| 4028 | 2025-08-01T21:02:31.233Z | Checking icu_provider v1.5.0 |
| 4029 | 2025-08-01T21:02:31.362Z | Checking anyhow v1.0.98 |
| 4030 | 2025-08-01T21:02:31.454Z | Checking tabled v0.15.0 |
| 4031 | 2025-08-01T21:02:31.494Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4032 | 2025-08-01T21:02:31.859Z | Checking icu_locid_transform v1.5.0 |
| 4033 | 2025-08-01T21:02:32.119Z | Checking serde_spanned v0.6.9 |
| 4034 | 2025-08-01T21:02:32.123Z | Checking toml_datetime v0.6.11 |
| 4035 | 2025-08-01T21:02:32.123Z | Checking serde_json v1.0.141 |
| 4036 | 2025-08-01T21:02:32.373Z | Checking erased-serde v0.4.6 |
| 4037 | 2025-08-01T21:02:32.527Z | Checking toml_edit v0.22.27 |
| 4038 | 2025-08-01T21:02:32.874Z | Checking icu_properties v1.5.1 |
| 4039 | 2025-08-01T21:02:32.944Z | Checking camino v1.1.10 |
| 4040 | 2025-08-01T21:02:33.121Z | Checking semver v1.0.26 |
| 4041 | 2025-08-01T21:02:33.309Z | Checking serde-untagged v0.1.7 |
| 4042 | 2025-08-01T21:02:33.492Z | Checking serde-value v0.7.0 |
| 4043 | 2025-08-01T21:02:33.562Z | Checking cargo-platform v0.2.0 |
| 4044 | 2025-08-01T21:02:33.636Z | Checking dof v0.3.0 |
| 4045 | 2025-08-01T21:02:33.684Z | Checking camino-tempfile v1.4.1 |
| 4046 | 2025-08-01T21:02:33.889Z | Checking clap v4.5.41 |
| 4047 | 2025-08-01T21:02:33.912Z | Checking macaddr v1.0.1 |
| 4048 | 2025-08-01T21:02:34.246Z | Checking usdt-impl v0.5.0 |
| 4049 | 2025-08-01T21:02:34.635Z | Checking usdt v0.5.0 |
| 4050 | 2025-08-01T21:02:34.800Z | Checking toml v0.8.23 |
| 4051 | 2025-08-01T21:02:35.274Z | Checking cargo_toml v0.21.0 |
| 4052 | 2025-08-01T21:02:35.510Z | Checking icu_normalizer v1.5.0 |
| 4053 | 2025-08-01T21:02:36.026Z | Checking idna_adapter v1.2.0 |
| 4054 | 2025-08-01T21:02:36.172Z | Checking idna v1.0.3 |
| 4055 | 2025-08-01T21:02:36.505Z | Checking url v2.5.4 |
| 4056 | 2025-08-01T21:02:37.035Z | Checking cargo-util-schemas v0.8.2 |
| 4057 | 2025-08-01T21:02:38.282Z | Checking cargo_metadata v0.21.0 |
| 4058 | 2025-08-01T21:02:39.367Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4059 | 2025-08-01T21:02:40.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s |
| 4060 | 2025-08-01T21:02:40.186Z | |
| 4061 | 2025-08-01T21:02:40.186Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
| 4062 | 2025-08-01T21:02:41.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2025-08-01T21:02:41.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2025-08-01T21:02:41.181Z | Checking polyval v0.6.2 |
| 4065 | 2025-08-01T21:02:41.313Z | Checking ctr v0.9.2 |
| 4066 | 2025-08-01T21:02:41.329Z | Checking ssh-encoding v0.2.0 |
| 4067 | 2025-08-01T21:02:41.333Z | Checking blowfish v0.9.1 |
| 4068 | 2025-08-01T21:02:41.359Z | Checking password-hash v0.4.2 |
| 4069 | 2025-08-01T21:02:41.376Z | Checking p521 v0.13.3 |
| 4070 | 2025-08-01T21:02:41.379Z | Checking p256 v0.13.2 |
| 4071 | 2025-08-01T21:02:41.397Z | Checking russh-cryptovec v0.7.3 |
| 4072 | 2025-08-01T21:02:41.555Z | Checking ghash v0.5.1 |
| 4073 | 2025-08-01T21:02:41.578Z | Checking bcrypt-pbkdf v0.10.0 |
| 4074 | 2025-08-01T21:02:41.578Z | Checking md5 v0.7.0 |
| 4075 | 2025-08-01T21:02:41.684Z | Checking num-bigint v0.4.6 |
| 4076 | 2025-08-01T21:02:41.707Z | Checking des v0.8.1 |
| 4077 | 2025-08-01T21:02:41.741Z | Checking aes-gcm v0.10.3 |
| 4078 | 2025-08-01T21:02:41.762Z | Checking pbkdf2 v0.11.0 |
| 4079 | 2025-08-01T21:02:41.878Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4080 | 2025-08-01T21:02:41.901Z | Checking hex-literal v0.4.1 |
| 4081 | 2025-08-01T21:02:41.923Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4082 | 2025-08-01T21:02:41.967Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4083 | 2025-08-01T21:02:41.994Z | Checking ssh-cipher v0.2.0 |
| 4084 | 2025-08-01T21:02:42.059Z | Checking internet-checksum v0.2.1 |
| 4085 | 2025-08-01T21:02:42.301Z | Checking ssh-key v0.6.6 |
| 4086 | 2025-08-01T21:02:42.579Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4087 | 2025-08-01T21:02:43.408Z | Checking russh-keys v0.45.0 |
| 4088 | 2025-08-01T21:02:44.297Z | Checking russh v0.45.0 |
| 4089 | 2025-08-01T21:03:06.202Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4090 | 2025-08-01T21:03:07.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.61s |
| 4091 | 2025-08-01T21:03:08.024Z | |
| 4092 | 2025-08-01T21:03:08.024Z | info: running `cargo check --bins` on gateway-cli (207/221) |
| 4093 | 2025-08-01T21:03:08.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2025-08-01T21:03:08.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2025-08-01T21:03:08.860Z | Checking termios v0.3.3 |
| 4096 | 2025-08-01T21:03:09.110Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4097 | 2025-08-01T21:03:09.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
| 4098 | 2025-08-01T21:03:10.173Z | |
| 4099 | 2025-08-01T21:03:10.173Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
| 4100 | 2025-08-01T21:03:10.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4101 | 2025-08-01T21:03:10.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4102 | 2025-08-01T21:03:11.068Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4103 | 2025-08-01T21:03:11.072Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4104 | 2025-08-01T21:03:11.983Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4105 | 2025-08-01T21:03:13.878Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4106 | 2025-08-01T21:03:16.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s |
| 4107 | 2025-08-01T21:03:16.360Z | |
| 4108 | 2025-08-01T21:03:16.360Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
| 4109 | 2025-08-01T21:03:17.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4110 | 2025-08-01T21:03:17.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4111 | 2025-08-01T21:03:17.179Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4112 | 2025-08-01T21:03:17.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4113 | 2025-08-01T21:03:17.923Z | |
| 4114 | 2025-08-01T21:03:17.923Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
| 4115 | 2025-08-01T21:03:18.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2025-08-01T21:03:18.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2025-08-01T21:03:18.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4118 | 2025-08-01T21:03:18.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4119 | 2025-08-01T21:03:18.689Z | |
| 4120 | 2025-08-01T21:03:18.689Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
| 4121 | 2025-08-01T21:03:19.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2025-08-01T21:03:19.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2025-08-01T21:03:19.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4124 | 2025-08-01T21:03:19.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4125 | 2025-08-01T21:03:19.462Z | |
| 4126 | 2025-08-01T21:03:19.462Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
| 4127 | 2025-08-01T21:03:20.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2025-08-01T21:03:20.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2025-08-01T21:03:20.377Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4130 | 2025-08-01T21:03:21.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 4131 | 2025-08-01T21:03:21.358Z | |
| 4132 | 2025-08-01T21:03:21.358Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
| 4133 | 2025-08-01T21:03:22.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2025-08-01T21:03:22.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2025-08-01T21:03:22.182Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4136 | 2025-08-01T21:03:22.182Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4137 | 2025-08-01T21:03:22.503Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4138 | 2025-08-01T21:03:23.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
| 4139 | 2025-08-01T21:03:23.769Z | |
| 4140 | 2025-08-01T21:03:23.769Z | info: running `cargo check --bins` on omicron-package (214/221) |
| 4141 | 2025-08-01T21:03:24.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2025-08-01T21:03:24.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2025-08-01T21:03:24.614Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4144 | 2025-08-01T21:03:26.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
| 4145 | 2025-08-01T21:03:26.392Z | |
| 4146 | 2025-08-01T21:03:26.392Z | info: running `cargo check --bins` on trust-quorum (215/221) |
| 4147 | 2025-08-01T21:03:27.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2025-08-01T21:03:27.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2025-08-01T21:03:27.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4150 | 2025-08-01T21:03:27.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4151 | 2025-08-01T21:03:27.225Z | |
| 4152 | 2025-08-01T21:03:27.225Z | info: running `cargo check --bins` on gfss (216/221) |
| 4153 | 2025-08-01T21:03:27.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2025-08-01T21:03:27.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2025-08-01T21:03:27.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4156 | 2025-08-01T21:03:27.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4157 | 2025-08-01T21:03:27.995Z | |
| 4158 | 2025-08-01T21:03:27.995Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
| 4159 | 2025-08-01T21:03:28.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4160 | 2025-08-01T21:03:28.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4161 | 2025-08-01T21:03:28.898Z | Checking rtoolbox v0.0.2 |
| 4162 | 2025-08-01T21:03:28.902Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4163 | 2025-08-01T21:03:28.902Z | Checking tui-tree-widget v0.23.1 |
| 4164 | 2025-08-01T21:03:29.166Z | Checking rpassword v7.4.0 |
| 4165 | 2025-08-01T21:03:34.092Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4166 | 2025-08-01T21:03:37.144Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4167 | 2025-08-01T21:03:38.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s |
| 4168 | 2025-08-01T21:03:38.672Z | |
| 4169 | 2025-08-01T21:03:38.672Z | info: running `cargo check --bins` on wicket (218/221) |
| 4170 | 2025-08-01T21:03:39.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2025-08-01T21:03:39.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2025-08-01T21:03:39.555Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4173 | 2025-08-01T21:03:40.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4174 | 2025-08-01T21:03:40.263Z | |
| 4175 | 2025-08-01T21:03:40.263Z | info: running `cargo check --bins` on wicketd (219/221) |
| 4176 | 2025-08-01T21:03:41.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2025-08-01T21:03:41.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2025-08-01T21:03:41.175Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4179 | 2025-08-01T21:03:45.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
| 4180 | 2025-08-01T21:03:45.785Z | |
| 4181 | 2025-08-01T21:03:45.785Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
| 4182 | 2025-08-01T21:03:46.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2025-08-01T21:03:46.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2025-08-01T21:03:46.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2025-08-01T21:03:46.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4186 | 2025-08-01T21:03:46.553Z | |
| 4187 | 2025-08-01T21:03:46.553Z | info: running `cargo check --bins` on zone-setup (221/221) |
| 4188 | 2025-08-01T21:03:47.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2025-08-01T21:03:47.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2025-08-01T21:03:47.414Z | Checking uzers v0.12.1 |
| 4191 | 2025-08-01T21:03:47.785Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4192 | 2025-08-01T21:03:48.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
| 4193 | 2025-08-01T21:03:49.130Z | |
| 4194 | 2025-08-01T21:03:49.130Z | real 16:19.249291071 |
| 4195 | 2025-08-01T21:03:49.130Z | user 32:19.761607368 |
| 4196 | 2025-08-01T21:03:49.130Z | sys 5:23.452999159 |
| 4197 | 2025-08-01T21:03:49.130Z | trap 0.704072470 |
| 4198 | 2025-08-01T21:03:49.130Z | tflt 0.712067122 |
| 4199 | 2025-08-01T21:03:49.130Z | dflt 1.579508103 |
| 4200 | 2025-08-01T21:03:49.130Z | kflt 0.001194968 |
| 4201 | 2025-08-01T21:03:49.133Z | lock 1:19:38.737568596 |
| 4202 | 2025-08-01T21:03:49.133Z | slp 2:38:17.655865383 |
| 4203 | 2025-08-01T21:03:49.133Z | lat 1:36.849043138 |
| 4204 | 2025-08-01T21:03:49.133Z | stop 5:18.518287931 |
| 4205 | 2025-08-01T21:03:49.133Z | process exited: duration 1261819 ms, exit code 0 |
| |
| 4206 | 2025-08-01T21:03:49.142Z | found 0 output files |