|
|
|
| 1 | 2025-06-19T08:00:24.871Z | job assigned to worker 01JY3K5ZZ483BJNERWYPHVCGYA [factory aws, i-062d0c08eabf7d99c] (queued for 1 m 5 s) |
| |
| 2 | 2025-06-19T08:00:32.690Z | starting task 0: "setup" |
| 3 | 2025-06-19T08:00:32.696Z | ++ uname -s |
| 4 | 2025-06-19T08:00:32.701Z | + kern=SunOS |
| 5 | 2025-06-19T08:00:32.701Z | + build_user=build |
| 6 | 2025-06-19T08:00:32.701Z | + build_uid=12345 |
| 7 | 2025-06-19T08:00:32.701Z | + work_dir=/work |
| 8 | 2025-06-19T08:00:32.701Z | + input_dir=/input |
| 9 | 2025-06-19T08:00:32.701Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-19T08:00:32.701Z | + case "$kern" in |
| 11 | 2025-06-19T08:00:32.701Z | + groupadd -g 12345 build |
| 12 | 2025-06-19T08:00:32.704Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-19T08:00:34.710Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-19T08:00:34.836Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-19T08:00:34.839Z | + home_fs=zfs |
| 16 | 2025-06-19T08:00:34.839Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-19T08:00:34.839Z | + mkdir -p /home/build |
| 18 | 2025-06-19T08:00:34.842Z | + chown build:build /home/build /work |
| 19 | 2025-06-19T08:00:36.844Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-19T08:00:36.848Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2025-06-19T08:00:36.854Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-19T08:00:36.859Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-06-19T08:00:36.859Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-06-19T08:00:36.859Z | * rust toolchain channel = "1.87.0" |
| 25 | 2025-06-19T08:00:36.859Z | * rust toolchain profile = "default" |
| 26 | 2025-06-19T08:00:36.859Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-06-19T08:00:36.859Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-06-19T08:00:36.863Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-19T08:00:36.863Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-06-19T08:00:36.974Z | info: downloading installer |
| 31 | 2025-06-19T08:00:38.714Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-19T08:00:38.715Z | warn: /opt/ooce/bin |
| 33 | 2025-06-19T08:00:38.715Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-19T08:00:38.715Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-19T08:00:38.715Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-19T08:00:38.715Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-19T08:00:38.715Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-19T08:00:38.715Z | error: cannot install while Rust is installed |
| 39 | 2025-06-19T08:00:38.715Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-19T08:00:38.728Z | info: profile set to 'default' |
| 41 | 2025-06-19T08:00:38.728Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-19T08:00:38.730Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-06-19T08:00:38.914Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-19T08:00:38.914Z | info: downloading component 'cargo' |
| 45 | 2025-06-19T08:00:39.891Z | info: downloading component 'clippy' |
| 46 | 2025-06-19T08:00:40.280Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-19T08:00:41.790Z | info: downloading component 'rust-std' |
| 48 | 2025-06-19T08:00:43.468Z | info: downloading component 'rustc' |
| 49 | 2025-06-19T08:00:49.856Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-19T08:00:50.100Z | info: installing component 'cargo' |
| 51 | 2025-06-19T08:00:50.983Z | info: installing component 'clippy' |
| 52 | 2025-06-19T08:00:51.378Z | info: installing component 'rust-docs' |
| 53 | 2025-06-19T08:00:53.224Z | info: installing component 'rust-std' |
| 54 | 2025-06-19T08:00:55.084Z | info: installing component 'rustc' |
| 55 | 2025-06-19T08:01:01.679Z | info: installing component 'rustfmt' |
| 56 | 2025-06-19T08:01:02.011Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-06-19T08:01:02.011Z | |
| 58 | 2025-06-19T08:01:02.436Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-19T08:01:02.436Z | |
| 60 | 2025-06-19T08:01:02.439Z | |
| 61 | 2025-06-19T08:01:02.439Z | Rust is installed now. Great! |
| 62 | 2025-06-19T08:01:02.439Z | |
| 63 | 2025-06-19T08:01:02.439Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-19T08:01:02.439Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-19T08:01:02.439Z | |
| 66 | 2025-06-19T08:01:02.439Z | To configure your current shell, you need to source |
| 67 | 2025-06-19T08:01:02.439Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-19T08:01:02.439Z | |
| 69 | 2025-06-19T08:01:02.439Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-19T08:01:02.439Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-19T08:01:02.439Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-19T08:01:02.439Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-19T08:01:02.522Z | + rustup --version |
| 74 | 2025-06-19T08:01:02.534Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-19T08:01:02.537Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-19T08:01:02.623Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-19T08:01:02.628Z | + cargo --version |
| 78 | 2025-06-19T08:01:02.727Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-19T08:01:02.730Z | + rustc --version |
| 80 | 2025-06-19T08:01:02.813Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-19T08:01:02.816Z | process exited: duration 25958 ms, exit code 0 |
| |
| 82 | 2025-06-19T08:01:02.822Z | starting task 2: "authentication" |
| 83 | 2025-06-19T08:01:02.847Z | process exited: duration 24 ms, exit code 0 |
| |
| 84 | 2025-06-19T08:01:02.855Z | starting task 3: "clone repository" |
| 85 | 2025-06-19T08:01:02.859Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-06-19T08:01:02.863Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-06-19T08:01:02.906Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-06-19T08:01:11.268Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-06-19T08:01:11.268Z | + git fetch origin be675b1cb9e2e7960f1822f740cf6de9e1a61c9a |
| 90 | 2025-06-19T08:01:11.629Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-06-19T08:01:11.629Z | * branch be675b1cb9e2e7960f1822f740cf6de9e1a61c9a -> FETCH_HEAD |
| 92 | 2025-06-19T08:01:11.641Z | + [[ -n renovate/hyper-rustls-0.x ]] |
| 93 | 2025-06-19T08:01:11.644Z | ++ git branch --show-current |
| 94 | 2025-06-19T08:01:11.648Z | + current=main |
| 95 | 2025-06-19T08:01:11.648Z | + [[ main != renovate/hyper-rustls-0.x ]] |
| 96 | 2025-06-19T08:01:11.648Z | + git branch -f renovate/hyper-rustls-0.x be675b1cb9e2e7960f1822f740cf6de9e1a61c9a |
| 97 | 2025-06-19T08:01:11.652Z | + git checkout -f renovate/hyper-rustls-0.x |
| 98 | 2025-06-19T08:01:11.870Z | Switched to branch 'renovate/hyper-rustls-0.x' |
| 99 | 2025-06-19T08:01:11.874Z | + git reset --hard be675b1cb9e2e7960f1822f740cf6de9e1a61c9a |
| 100 | 2025-06-19T08:01:11.890Z | HEAD is now at be675b1cb Update Rust crate hyper-rustls to 0.27.7 |
| 101 | 2025-06-19T08:01:11.893Z | process exited: duration 9035 ms, exit code 0 |
| |
| 102 | 2025-06-19T08:01:11.899Z | starting task 4: "build" |
| 103 | 2025-06-19T08:01:11.904Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-06-19T08:01:11.904Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-06-19T08:01:11.904Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-06-19T08:01:11.907Z | + cargo --version |
| 107 | 2025-06-19T08:01:11.959Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-06-19T08:01:11.962Z | + rustc --version |
| 109 | 2025-06-19T08:01:12.030Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-06-19T08:01:12.033Z | + source ./env.sh |
| 111 | 2025-06-19T08:01:12.036Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-06-19T08:01:12.036Z | ++ set -o xtrace |
| 113 | 2025-06-19T08:01:12.036Z | ++++ dirname ./env.sh |
| 114 | 2025-06-19T08:01:12.040Z | +++ readlink -f . |
| 115 | 2025-06-19T08:01:12.044Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ 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-06-19T08:01:12.044Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-06-19T08:01:12.044Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-06-19T08:01:12.044Z | + 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-06-19T08:01:12.044Z | + 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-06-19T08:01:12.044Z | + banner prerequisites |
| 129 | 2025-06-19T08:01:12.048Z | |
| 130 | 2025-06-19T08:01:12.048Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-06-19T08:01:12.048Z | # # # # # # # # # # # # # # # |
| 132 | 2025-06-19T08:01:12.048Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-06-19T08:01:12.048Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-06-19T08:01:12.048Z | # # # # # # # # # # # # # # # |
| 135 | 2025-06-19T08:01:12.048Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-06-19T08:01:12.048Z | |
| 137 | 2025-06-19T08:01:12.048Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-06-19T08:01:21.139Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-06-19T08:01:27.401Z | Startup: Caching catalogs ... Done |
| 140 | 2025-06-19T08:01:35.971Z | Planning: Solver setup ... Done (7.363s) |
| 141 | 2025-06-19T08:01:36.042Z | Planning: Running solver ... Done (0.072s) |
| 142 | 2025-06-19T08:01:36.144Z | Planning: Finding local manifests ... Done (0.004s) |
| 143 | 2025-06-19T08:01:36.165Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-06-19T08:01:36.314Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-06-19T08:01:36.360Z | Planning: Package planning ... Done (0.047s) |
| 146 | 2025-06-19T08:01:36.411Z | Planning: Merging actions ... Done (0.050s) |
| 147 | 2025-06-19T08:01:36.693Z | Planning: Checking for conflicting actions ... Done (0.278s) |
| 148 | 2025-06-19T08:01:36.702Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-06-19T08:01:37.802Z | Planning: Evaluating mediators ... Done (1.101s) |
| 150 | 2025-06-19T08:01:37.811Z | Planning: Planning completed in 10.29 seconds |
| 151 | 2025-06-19T08:01:37.827Z | Packages to install: 4 |
| 152 | 2025-06-19T08:01:37.827Z | Mediators to change: 2 |
| 153 | 2025-06-19T08:01:37.830Z | Services to change: 1 |
| 154 | 2025-06-19T08:01:37.830Z | Estimated space available: 155.53 GB |
| 155 | 2025-06-19T08:01:37.830Z | Estimated space to be consumed: 1.68 GB |
| 156 | 2025-06-19T08:01:37.830Z | Create boot environment: No |
| 157 | 2025-06-19T08:01:37.830Z | Create backup boot environment: No |
| 158 | 2025-06-19T08:01:37.830Z | Rebuild boot archive: No |
| 159 | 2025-06-19T08:01:37.830Z | |
| 160 | 2025-06-19T08:01:37.830Z | Changed mediators: |
| 161 | 2025-06-19T08:01:37.830Z | mediator clang: |
| 162 | 2025-06-19T08:01:37.830Z | version: None -> 15 (system default) |
| 163 | 2025-06-19T08:01:37.830Z | |
| 164 | 2025-06-19T08:01:37.830Z | mediator llvm: |
| 165 | 2025-06-19T08:01:37.830Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-06-19T08:01:37.830Z | |
| 167 | 2025-06-19T08:01:37.830Z | Changed packages: |
| 168 | 2025-06-19T08:01:37.830Z | helios-dev |
| 169 | 2025-06-19T08:01:37.830Z | developer/build-essential |
| 170 | 2025-06-19T08:01:37.830Z | None -> 11-2.0 |
| 171 | 2025-06-19T08:01:37.830Z | library/libxmlsec1 |
| 172 | 2025-06-19T08:01:37.830Z | None -> 1.2.35-2.0 |
| 173 | 2025-06-19T08:01:37.831Z | ooce/developer/clang-15 |
| 174 | 2025-06-19T08:01:37.831Z | None -> 15.0.7-2.0 |
| 175 | 2025-06-19T08:01:37.831Z | ooce/developer/llvm-15 |
| 176 | 2025-06-19T08:01:37.831Z | None -> 15.0.7-2.0 |
| 177 | 2025-06-19T08:01:37.831Z | |
| 178 | 2025-06-19T08:01:37.831Z | Services: |
| 179 | 2025-06-19T08:01:37.831Z | restart_fmri: |
| 180 | 2025-06-19T08:01:37.831Z | svc:/system/update-man-index:default |
| 181 | 2025-06-19T08:01:37.880Z | |
| 182 | 2025-06-19T08:01:37.880Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-06-19T08:01:42.880Z | Download: 664/3290 items 17.9/212.6MB 8% complete (3.6M/s) |
| 184 | 2025-06-19T08:01:47.938Z | Download: 1188/3290 items 83.2/212.6MB 39% complete (8.6M/s) |
| 185 | 2025-06-19T08:02:06.292Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
| 186 | 2025-06-19T08:02:11.299Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (7.2M/s) |
| 187 | 2025-06-19T08:02:15.651Z | Download: Completed 212.60 MB in 37.77 seconds (5.6M/s) |
| 188 | 2025-06-19T08:02:15.943Z | Actions: 1/3689 actions (Installing new actions) |
| 189 | 2025-06-19T08:02:20.531Z | Actions: Completed 3689 actions in 4.59 seconds. |
| 190 | 2025-06-19T08:02:20.863Z | Done (0.327s) |
| 191 | 2025-06-19T08:02:20.863Z | Done (0.000s) |
| 192 | 2025-06-19T08:02:21.692Z | Done (0.792s) |
| 193 | 2025-06-19T08:02:26.196Z | Done (4.243s) |
| 194 | 2025-06-19T08:02:26.283Z | Done (0.020s) |
| 195 | 2025-06-19T08:02:26.286Z | Done (0.000s) |
| 196 | 2025-06-19T08:02:26.457Z | Done (0.000s) |
| 197 | 2025-06-19T08:02:27.284Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-06-19T08:02:27.444Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-06-19T08:02:27.450Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-06-19T08:02:27.721Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-06-19T08:02:27.743Z | Planning: Planning completed in 0.43 seconds |
| 202 | 2025-06-19T08:02:27.754Z | Mediators to change: 2 |
| 203 | 2025-06-19T08:02:27.754Z | Create boot environment: No |
| 204 | 2025-06-19T08:02:27.761Z | Create backup boot environment: No |
| 205 | 2025-06-19T08:02:27.843Z | Done |
| 206 | 2025-06-19T08:02:27.843Z | Done |
| 207 | 2025-06-19T08:02:28.356Z | Done |
| 208 | 2025-06-19T08:02:32.083Z | Done |
| 209 | 2025-06-19T08:02:32.169Z | Done |
| 210 | 2025-06-19T08:02:32.172Z | Done |
| 211 | 2025-06-19T08:02:32.293Z | Done |
| 212 | 2025-06-19T08:02:32.925Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-06-19T08:02:32.928Z | Planning: Merging actions ... Done |
| 214 | 2025-06-19T08:02:33.114Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-06-19T08:02:33.118Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-06-19T08:02:33.384Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-06-19T08:02:33.438Z | Planning: Planning completed in 0.76 seconds |
| 218 | 2025-06-19T08:02:33.477Z | Packages to change: 1 |
| 219 | 2025-06-19T08:02:33.477Z | Mediators to change: 1 |
| 220 | 2025-06-19T08:02:33.482Z | Services to change: 1 |
| 221 | 2025-06-19T08:02:33.482Z | Create boot environment: No |
| 222 | 2025-06-19T08:02:33.482Z | Create backup boot environment: Yes |
| 223 | 2025-06-19T08:02:35.865Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-06-19T08:02:35.870Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-06-19T08:02:35.870Z | Done |
| 226 | 2025-06-19T08:02:35.870Z | Done |
| 227 | 2025-06-19T08:02:36.024Z | Done |
| 228 | 2025-06-19T08:02:39.678Z | Done |
| 229 | 2025-06-19T08:02:39.767Z | Done |
| 230 | 2025-06-19T08:02:39.771Z | Done |
| 231 | 2025-06-19T08:02:39.893Z | Done |
| 232 | 2025-06-19T08:02:40.338Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-06-19T08:02:40.338Z | clang system 15 system |
| 234 | 2025-06-19T08:02:40.338Z | csh system system illumos |
| 235 | 2025-06-19T08:02:40.338Z | ctags system system illumos |
| 236 | 2025-06-19T08:02:40.338Z | file system system illumos |
| 237 | 2025-06-19T08:02:40.338Z | gcc vendor 12 vendor |
| 238 | 2025-06-19T08:02:40.338Z | gcc system 10 system |
| 239 | 2025-06-19T08:02:40.338Z | gcc system 7 system |
| 240 | 2025-06-19T08:02:40.338Z | go system 1.20 system |
| 241 | 2025-06-19T08:02:40.338Z | go system 1.19 system |
| 242 | 2025-06-19T08:02:40.338Z | llvm system 15 system |
| 243 | 2025-06-19T08:02:40.338Z | llvm system 14 system |
| 244 | 2025-06-19T08:02:40.339Z | mariadb system 10.6 system |
| 245 | 2025-06-19T08:02:40.339Z | mta vendor vendor dma |
| 246 | 2025-06-19T08:02:40.339Z | openjdk system 17 system |
| 247 | 2025-06-19T08:02:40.339Z | openjdk system 11 system |
| 248 | 2025-06-19T08:02:40.339Z | openjdk system 1.8 system |
| 249 | 2025-06-19T08:02:40.339Z | openssl vendor 3 vendor |
| 250 | 2025-06-19T08:02:40.339Z | perl system 5.36 system |
| 251 | 2025-06-19T08:02:40.339Z | postgresql system 15 system |
| 252 | 2025-06-19T08:02:40.339Z | postgresql system 13 system |
| 253 | 2025-06-19T08:02:40.339Z | python vendor 3 vendor |
| 254 | 2025-06-19T08:02:40.339Z | python system 2 system |
| 255 | 2025-06-19T08:02:40.339Z | python3 system 3.11 system |
| 256 | 2025-06-19T08:02:40.339Z | ruby system 3.0 system |
| 257 | 2025-06-19T08:02:40.339Z | words vendor vendor american-english |
| 258 | 2025-06-19T08:02:40.339Z | words system system australian-english |
| 259 | 2025-06-19T08:02:40.339Z | words system system british-english |
| 260 | 2025-06-19T08:02:40.339Z | words system system canadian-english |
| 261 | 2025-06-19T08:02:40.339Z | words system system french |
| 262 | 2025-06-19T08:02:40.339Z | words system system italian |
| 263 | 2025-06-19T08:02:40.339Z | words system system ngerman |
| 264 | 2025-06-19T08:02:40.339Z | words system system ogerman |
| 265 | 2025-06-19T08:02:40.339Z | words system system spanish |
| 266 | 2025-06-19T08:02:40.676Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2025-06-19T08:02:40.676Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2025-06-19T08:02:44.958Z | FMRI IFO |
| 269 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-06-19T08:02:44.958Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-06-19T08:02:45.907Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-06-19T08:02:46.211Z | Updating crates.io index |
| 287 | 2025-06-19T08:02:46.284Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-06-19T08:02:46.617Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-06-19T08:02:47.189Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-06-19T08:02:47.428Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-06-19T08:02:47.736Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-06-19T08:02:48.064Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-06-19T08:02:49.235Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-06-19T08:02:51.196Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-06-19T08:02:52.106Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-06-19T08:02:52.810Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-06-19T08:02:53.154Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-06-19T08:02:53.508Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-06-19T08:02:54.119Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-06-19T08:02:54.939Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2025-06-19T08:02:55.280Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2025-06-19T08:02:55.828Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-06-19T08:02:56.158Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 304 | 2025-06-19T08:02:56.485Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 305 | 2025-06-19T08:02:56.766Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 306 | 2025-06-19T08:02:57.061Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 307 | 2025-06-19T08:02:57.307Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 308 | 2025-06-19T08:02:57.652Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-06-19T08:02:58.499Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-06-19T08:02:58.533Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2025-06-19T08:02:58.867Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2025-06-19T08:02:59.251Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-06-19T08:02:59.553Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-06-19T08:02:59.912Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-06-19T08:03:00.380Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-06-19T08:03:00.656Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-06-19T08:03:00.968Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-06-19T08:03:01.274Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-06-19T08:03:10.571Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-06-19T08:03:11.972Z | Downloading crates ... |
| 321 | 2025-06-19T08:03:12.027Z | Downloaded anstyle v1.0.11 |
| 322 | 2025-06-19T08:03:12.031Z | Downloaded anstream v0.6.18 |
| 323 | 2025-06-19T08:03:12.042Z | Downloaded anstyle-query v1.1.1 |
| 324 | 2025-06-19T08:03:12.046Z | Downloaded cargo_toml v0.21.0 |
| 325 | 2025-06-19T08:03:12.052Z | Downloaded clap_lex v0.7.4 |
| 326 | 2025-06-19T08:03:12.057Z | Downloaded block-buffer v0.10.4 |
| 327 | 2025-06-19T08:03:12.061Z | Downloaded equivalent v1.0.2 |
| 328 | 2025-06-19T08:03:12.065Z | Downloaded cfg-if v1.0.1 |
| 329 | 2025-06-19T08:03:12.065Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2025-06-19T08:03:12.069Z | Downloaded winnow v0.7.10 |
| 331 | 2025-06-19T08:03:12.078Z | Downloaded clap_derive v4.5.32 |
| 332 | 2025-06-19T08:03:12.081Z | Downloaded anyhow v1.0.98 |
| 333 | 2025-06-19T08:03:12.085Z | Downloaded goblin v0.8.2 |
| 334 | 2025-06-19T08:03:12.091Z | Downloaded toml_edit v0.22.27 |
| 335 | 2025-06-19T08:03:12.096Z | Downloaded byteorder v1.5.0 |
| 336 | 2025-06-19T08:03:12.100Z | Downloaded semver v1.0.26 |
| 337 | 2025-06-19T08:03:12.100Z | Downloaded autocfg v1.4.0 |
| 338 | 2025-06-19T08:03:12.103Z | Downloaded crypto-common v0.1.6 |
| 339 | 2025-06-19T08:03:12.103Z | Downloaded clap v4.5.35 |
| 340 | 2025-06-19T08:03:12.109Z | Downloaded usdt-attr-macro v0.5.0 |
| 341 | 2025-06-19T08:03:12.113Z | Downloaded pretty-hex v0.4.1 |
| 342 | 2025-06-19T08:03:12.113Z | Downloaded cpufeatures v0.2.14 |
| 343 | 2025-06-19T08:03:12.118Z | Downloaded pest_meta v2.7.14 |
| 344 | 2025-06-19T08:03:12.118Z | Downloaded bytecount v0.6.8 |
| 345 | 2025-06-19T08:03:12.122Z | Downloaded usdt-macro v0.5.0 |
| 346 | 2025-06-19T08:03:12.122Z | Downloaded bitflags v2.9.0 |
| 347 | 2025-06-19T08:03:12.125Z | Downloaded dof v0.3.0 |
| 348 | 2025-06-19T08:03:12.125Z | Downloaded camino v1.1.10 |
| 349 | 2025-06-19T08:03:12.125Z | Downloaded version_check v0.9.5 |
| 350 | 2025-06-19T08:03:12.128Z | Downloaded colorchoice v1.0.2 |
| 351 | 2025-06-19T08:03:12.128Z | Downloaded anstyle-parse v0.2.5 |
| 352 | 2025-06-19T08:03:12.132Z | Downloaded utf8parse v0.2.2 |
| 353 | 2025-06-19T08:03:12.132Z | Downloaded usdt v0.5.0 |
| 354 | 2025-06-19T08:03:12.132Z | Downloaded serde_tokenstream v0.2.2 |
| 355 | 2025-06-19T08:03:12.135Z | Downloaded scroll_derive v0.12.0 |
| 356 | 2025-06-19T08:03:12.135Z | Downloaded cargo-platform v0.1.8 |
| 357 | 2025-06-19T08:03:12.135Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2025-06-19T08:03:12.138Z | Downloaded tabled_derive v0.7.0 |
| 359 | 2025-06-19T08:03:12.138Z | Downloaded plain v0.2.3 |
| 360 | 2025-06-19T08:03:12.141Z | Downloaded cargo_metadata v0.19.2 |
| 361 | 2025-06-19T08:03:12.144Z | Downloaded toml_datetime v0.6.11 |
| 362 | 2025-06-19T08:03:12.147Z | Downloaded toml_write v0.1.2 |
| 363 | 2025-06-19T08:03:12.147Z | Downloaded digest v0.10.7 |
| 364 | 2025-06-19T08:03:12.150Z | Downloaded swrite v0.1.0 |
| 365 | 2025-06-19T08:03:12.153Z | Downloaded memmap v0.7.0 |
| 366 | 2025-06-19T08:03:12.160Z | Downloaded thiserror v1.0.69 |
| 367 | 2025-06-19T08:03:12.163Z | Downloaded thread-id v4.2.2 |
| 368 | 2025-06-19T08:03:12.167Z | Downloaded serde_spanned v0.6.9 |
| 369 | 2025-06-19T08:03:12.167Z | Downloaded scroll v0.12.0 |
| 370 | 2025-06-19T08:03:12.173Z | Downloaded usdt-impl v0.5.0 |
| 371 | 2025-06-19T08:03:12.173Z | Downloaded fs-err v3.1.1 |
| 372 | 2025-06-19T08:03:12.173Z | Downloaded dtrace-parser v0.2.0 |
| 373 | 2025-06-19T08:03:12.176Z | Downloaded proc-macro-error-attr v1.0.4 |
| 374 | 2025-06-19T08:03:12.176Z | Downloaded strsim v0.11.1 |
| 375 | 2025-06-19T08:03:12.176Z | Downloaded macaddr v1.0.1 |
| 376 | 2025-06-19T08:03:12.176Z | Downloaded terminal_size v0.4.0 |
| 377 | 2025-06-19T08:03:12.176Z | Downloaded fastrand v2.1.1 |
| 378 | 2025-06-19T08:03:12.179Z | Downloaded itoa v1.0.11 |
| 379 | 2025-06-19T08:03:12.179Z | Downloaded generic-array v0.14.7 |
| 380 | 2025-06-19T08:03:12.179Z | Downloaded thiserror-impl v2.0.12 |
| 381 | 2025-06-19T08:03:12.182Z | Downloaded is_terminal_polyfill v1.70.1 |
| 382 | 2025-06-19T08:03:12.182Z | Downloaded heck v0.4.1 |
| 383 | 2025-06-19T08:03:12.185Z | Downloaded errno v0.3.12 |
| 384 | 2025-06-19T08:03:12.185Z | Downloaded heck v0.5.0 |
| 385 | 2025-06-19T08:03:12.185Z | Downloaded fnv v1.0.7 |
| 386 | 2025-06-19T08:03:12.188Z | Downloaded unicode-linebreak v0.1.5 |
| 387 | 2025-06-19T08:03:12.188Z | Downloaded camino-tempfile v1.4.1 |
| 388 | 2025-06-19T08:03:12.191Z | Downloaded thiserror v2.0.12 |
| 389 | 2025-06-19T08:03:12.194Z | Downloaded once_cell v1.21.3 |
| 390 | 2025-06-19T08:03:12.197Z | Downloaded smawk v0.3.2 |
| 391 | 2025-06-19T08:03:12.197Z | Downloaded textwrap v0.16.2 |
| 392 | 2025-06-19T08:03:12.200Z | Downloaded toml v0.8.23 |
| 393 | 2025-06-19T08:03:12.204Z | Downloaded pest_generator v2.7.14 |
| 394 | 2025-06-19T08:03:12.208Z | Downloaded pest_derive v2.7.14 |
| 395 | 2025-06-19T08:03:12.209Z | Downloaded sha2 v0.10.9 |
| 396 | 2025-06-19T08:03:12.213Z | Downloaded unicode-ident v1.0.18 |
| 397 | 2025-06-19T08:03:12.214Z | Downloaded ryu v1.0.18 |
| 398 | 2025-06-19T08:03:12.217Z | Downloaded ucd-trie v0.1.7 |
| 399 | 2025-06-19T08:03:12.217Z | Downloaded typenum v1.17.0 |
| 400 | 2025-06-19T08:03:12.220Z | Downloaded tempfile v3.20.0 |
| 401 | 2025-06-19T08:03:12.223Z | Downloaded quote v1.0.40 |
| 402 | 2025-06-19T08:03:12.226Z | Downloaded proc-macro2 v1.0.95 |
| 403 | 2025-06-19T08:03:12.229Z | Downloaded getrandom v0.3.1 |
| 404 | 2025-06-19T08:03:12.232Z | Downloaded zerocopy-derive v0.7.35 |
| 405 | 2025-06-19T08:03:12.235Z | Downloaded serde_derive v1.0.219 |
| 406 | 2025-06-19T08:03:12.239Z | Downloaded log v0.4.27 |
| 407 | 2025-06-19T08:03:12.243Z | Downloaded papergrid v0.11.0 |
| 408 | 2025-06-19T08:03:12.246Z | Downloaded serde v1.0.219 |
| 409 | 2025-06-19T08:03:12.249Z | Downloaded memchr v2.7.4 |
| 410 | 2025-06-19T08:03:12.257Z | Downloaded indexmap v2.9.0 |
| 411 | 2025-06-19T08:03:12.292Z | Downloaded pest v2.7.14 |
| 412 | 2025-06-19T08:03:12.298Z | Downloaded hashbrown v0.15.3 |
| 413 | 2025-06-19T08:03:12.302Z | Downloaded zerocopy v0.7.35 |
| 414 | 2025-06-19T08:03:12.317Z | Downloaded clap_builder v4.5.35 |
| 415 | 2025-06-19T08:03:12.323Z | Downloaded serde_json v1.0.140 |
| 416 | 2025-06-19T08:03:12.330Z | Downloaded syn v1.0.109 |
| 417 | 2025-06-19T08:03:12.341Z | Downloaded tabled v0.15.0 |
| 418 | 2025-06-19T08:03:12.357Z | Downloaded unicode-width v0.2.0 |
| 419 | 2025-06-19T08:03:12.363Z | Downloaded unicode-width v0.1.14 |
| 420 | 2025-06-19T08:03:12.372Z | Downloaded syn v2.0.103 |
| 421 | 2025-06-19T08:03:12.399Z | Downloaded rustix v0.38.37 |
| 422 | 2025-06-19T08:03:12.419Z | Downloaded rustix v1.0.7 |
| 423 | 2025-06-19T08:03:12.450Z | Downloaded libc v0.2.174 |
| 424 | 2025-06-19T08:03:12.524Z | Compiling proc-macro2 v1.0.95 |
| 425 | 2025-06-19T08:03:12.524Z | Compiling unicode-ident v1.0.18 |
| 426 | 2025-06-19T08:03:12.527Z | Compiling version_check v0.9.5 |
| 427 | 2025-06-19T08:03:12.527Z | Compiling serde v1.0.219 |
| 428 | 2025-06-19T08:03:12.527Z | Compiling libc v0.2.174 |
| 429 | 2025-06-19T08:03:12.527Z | Compiling memchr v2.7.4 |
| 430 | 2025-06-19T08:03:12.527Z | Compiling thiserror v1.0.69 |
| 431 | 2025-06-19T08:03:12.741Z | Compiling ryu v1.0.18 |
| 432 | 2025-06-19T08:03:13.003Z | Compiling ucd-trie v0.1.7 |
| 433 | 2025-06-19T08:03:13.101Z | Compiling itoa v1.0.11 |
| 434 | 2025-06-19T08:03:13.334Z | Compiling once_cell v1.21.3 |
| 435 | 2025-06-19T08:03:13.518Z | Compiling bitflags v2.9.0 |
| 436 | 2025-06-19T08:03:13.553Z | Compiling byteorder v1.5.0 |
| 437 | 2025-06-19T08:03:13.716Z | Compiling serde_json v1.0.140 |
| 438 | 2025-06-19T08:03:13.957Z | Compiling rustix v0.38.37 |
| 439 | 2025-06-19T08:03:13.979Z | Compiling usdt-impl v0.5.0 |
| 440 | 2025-06-19T08:03:14.059Z | Compiling proc-macro-error-attr v1.0.4 |
| 441 | 2025-06-19T08:03:14.225Z | Compiling syn v1.0.109 |
| 442 | 2025-06-19T08:03:14.282Z | Compiling proc-macro-error v1.0.4 |
| 443 | 2025-06-19T08:03:14.441Z | Compiling rustix v1.0.7 |
| 444 | 2025-06-19T08:03:14.497Z | Compiling plain v0.2.3 |
| 445 | 2025-06-19T08:03:14.580Z | Compiling quote v1.0.40 |
| 446 | 2025-06-19T08:03:14.675Z | Compiling errno v0.3.12 |
| 447 | 2025-06-19T08:03:14.749Z | Compiling hashbrown v0.15.3 |
| 448 | 2025-06-19T08:03:14.828Z | Compiling utf8parse v0.2.2 |
| 449 | 2025-06-19T08:03:14.900Z | Compiling log v0.4.27 |
| 450 | 2025-06-19T08:03:15.063Z | Compiling syn v2.0.103 |
| 451 | 2025-06-19T08:03:15.141Z | Compiling getrandom v0.3.1 |
| 452 | 2025-06-19T08:03:15.182Z | Compiling thread-id v4.2.2 |
| 453 | 2025-06-19T08:03:15.234Z | Compiling equivalent v1.0.2 |
| 454 | 2025-06-19T08:03:15.271Z | Compiling camino v1.1.10 |
| 455 | 2025-06-19T08:03:15.477Z | Compiling anstyle-parse v0.2.5 |
| 456 | 2025-06-19T08:03:15.886Z | Compiling indexmap v2.9.0 |
| 457 | 2025-06-19T08:03:15.990Z | Compiling toml_write v0.1.2 |
| 458 | 2025-06-19T08:03:16.017Z | Compiling autocfg v1.4.0 |
| 459 | 2025-06-19T08:03:16.100Z | Compiling terminal_size v0.4.0 |
| 460 | 2025-06-19T08:03:16.299Z | Compiling colorchoice v1.0.2 |
| 461 | 2025-06-19T08:03:16.339Z | Compiling is_terminal_polyfill v1.70.1 |
| 462 | 2025-06-19T08:03:16.367Z | Compiling thiserror v2.0.12 |
| 463 | 2025-06-19T08:03:16.393Z | Compiling pretty-hex v0.4.1 |
| 464 | 2025-06-19T08:03:16.467Z | Compiling cfg-if v1.0.1 |
| 465 | 2025-06-19T08:03:16.492Z | Compiling anstyle-query v1.1.1 |
| 466 | 2025-06-19T08:03:16.605Z | Compiling anstyle v1.0.11 |
| 467 | 2025-06-19T08:03:16.631Z | Compiling winnow v0.7.10 |
| 468 | 2025-06-19T08:03:16.671Z | Compiling semver v1.0.26 |
| 469 | 2025-06-19T08:03:16.940Z | Compiling fs-err v3.1.1 |
| 470 | 2025-06-19T08:03:17.033Z | Compiling anstream v0.6.18 |
| 471 | 2025-06-19T08:03:17.393Z | Compiling clap_lex v0.7.4 |
| 472 | 2025-06-19T08:03:17.490Z | Compiling fastrand v2.1.1 |
| 473 | 2025-06-19T08:03:17.527Z | Compiling heck v0.4.1 |
| 474 | 2025-06-19T08:03:17.588Z | Compiling fnv v1.0.7 |
| 475 | 2025-06-19T08:03:17.823Z | Compiling unicode-width v0.1.14 |
| 476 | 2025-06-19T08:03:17.919Z | Compiling heck v0.5.0 |
| 477 | 2025-06-19T08:03:17.982Z | Compiling anyhow v1.0.98 |
| 478 | 2025-06-19T08:03:18.360Z | Compiling strsim v0.11.1 |
| 479 | 2025-06-19T08:03:18.388Z | Compiling bytecount v0.6.8 |
| 480 | 2025-06-19T08:03:18.607Z | Compiling papergrid v0.11.0 |
| 481 | 2025-06-19T08:03:18.734Z | Compiling clap_builder v4.5.35 |
| 482 | 2025-06-19T08:03:18.964Z | Compiling tempfile v3.20.0 |
| 483 | 2025-06-19T08:03:19.213Z | Compiling memmap v0.7.0 |
| 484 | 2025-06-19T08:03:19.356Z | Compiling smawk v0.3.2 |
| 485 | 2025-06-19T08:03:19.549Z | Compiling unicode-linebreak v0.1.5 |
| 486 | 2025-06-19T08:03:19.600Z | Compiling unicode-width v0.2.0 |
| 487 | 2025-06-19T08:03:20.088Z | Compiling textwrap v0.16.2 |
| 488 | 2025-06-19T08:03:20.164Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 489 | 2025-06-19T08:03:20.294Z | Compiling swrite v0.1.0 |
| 490 | 2025-06-19T08:03:20.600Z | Compiling tabled_derive v0.7.0 |
| 491 | 2025-06-19T08:03:21.970Z | Compiling tabled v0.15.0 |
| 492 | 2025-06-19T08:03:22.103Z | Compiling serde_derive v1.0.219 |
| 493 | 2025-06-19T08:03:22.104Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2025-06-19T08:03:22.106Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2025-06-19T08:03:22.107Z | Compiling scroll_derive v0.12.0 |
| 496 | 2025-06-19T08:03:22.107Z | Compiling thiserror-impl v2.0.12 |
| 497 | 2025-06-19T08:03:22.107Z | Compiling clap_derive v4.5.32 |
| 498 | 2025-06-19T08:03:23.484Z | Compiling scroll v0.12.0 |
| 499 | 2025-06-19T08:03:24.042Z | Compiling goblin v0.8.2 |
| 500 | 2025-06-19T08:03:24.101Z | Compiling zerocopy v0.7.35 |
| 501 | 2025-06-19T08:03:25.170Z | Compiling pest v2.7.14 |
| 502 | 2025-06-19T08:03:26.319Z | Compiling clap v4.5.35 |
| 503 | 2025-06-19T08:03:27.270Z | Compiling pest_meta v2.7.14 |
| 504 | 2025-06-19T08:03:28.184Z | Compiling pest_generator v2.7.14 |
| 505 | 2025-06-19T08:03:29.460Z | Compiling pest_derive v2.7.14 |
| 506 | 2025-06-19T08:03:30.128Z | Compiling dtrace-parser v0.2.0 |
| 507 | 2025-06-19T08:03:31.095Z | Compiling serde_tokenstream v0.2.2 |
| 508 | 2025-06-19T08:03:31.175Z | Compiling serde_spanned v0.6.9 |
| 509 | 2025-06-19T08:03:31.178Z | Compiling toml_datetime v0.6.11 |
| 510 | 2025-06-19T08:03:31.279Z | Compiling cargo-platform v0.1.8 |
| 511 | 2025-06-19T08:03:31.473Z | Compiling macaddr v1.0.1 |
| 512 | 2025-06-19T08:03:31.607Z | Compiling toml_edit v0.22.27 |
| 513 | 2025-06-19T08:03:31.821Z | Compiling camino-tempfile v1.4.1 |
| 514 | 2025-06-19T08:03:32.472Z | Compiling dof v0.3.0 |
| 515 | 2025-06-19T08:03:32.494Z | Compiling cargo_metadata v0.19.2 |
| 516 | 2025-06-19T08:03:33.768Z | Compiling usdt-attr-macro v0.5.0 |
| 517 | 2025-06-19T08:03:33.778Z | Compiling usdt-macro v0.5.0 |
| 518 | 2025-06-19T08:03:34.399Z | Compiling toml v0.8.23 |
| 519 | 2025-06-19T08:03:34.799Z | Compiling usdt v0.5.0 |
| 520 | 2025-06-19T08:03:35.226Z | Compiling cargo_toml v0.21.0 |
| 521 | 2025-06-19T08:03:37.750Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 522 | 2025-06-19T08:03:40.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.20s |
| 523 | 2025-06-19T08:03:41.146Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 524 | 2025-06-19T08:03:41.798Z | Downloading crates ... |
| 525 | 2025-06-19T08:03:41.916Z | Downloaded argon2 v0.5.3 |
| 526 | 2025-06-19T08:03:41.928Z | Downloaded arc-swap v1.7.1 |
| 527 | 2025-06-19T08:03:41.933Z | Downloaded backoff v0.4.0 |
| 528 | 2025-06-19T08:03:41.942Z | Downloaded addr2line v0.24.2 |
| 529 | 2025-06-19T08:03:41.948Z | Downloaded adler2 v2.0.0 |
| 530 | 2025-06-19T08:03:41.948Z | Downloaded aead v0.5.2 |
| 531 | 2025-06-19T08:03:41.948Z | Downloaded heck v0.3.3 |
| 532 | 2025-06-19T08:03:41.948Z | Downloaded cstr-argument v0.1.2 |
| 533 | 2025-06-19T08:03:41.948Z | Downloaded array-init v0.0.4 |
| 534 | 2025-06-19T08:03:41.952Z | Downloaded bit-set v0.5.3 |
| 535 | 2025-06-19T08:03:41.958Z | Downloaded httparse v1.9.5 |
| 536 | 2025-06-19T08:03:41.963Z | Downloaded aho-corasick v1.1.3 |
| 537 | 2025-06-19T08:03:41.971Z | Downloaded icu_properties v1.5.1 |
| 538 | 2025-06-19T08:03:41.975Z | Downloaded async-trait v0.1.88 |
| 539 | 2025-06-19T08:03:41.982Z | Downloaded allocator-api2 v0.2.21 |
| 540 | 2025-06-19T08:03:41.987Z | Downloaded ident_case v1.0.1 |
| 541 | 2025-06-19T08:03:41.987Z | Downloaded http-body v1.0.1 |
| 542 | 2025-06-19T08:03:41.987Z | Downloaded highway v1.3.0 |
| 543 | 2025-06-19T08:03:41.993Z | Downloaded ahash v0.8.11 |
| 544 | 2025-06-19T08:03:41.999Z | Downloaded ingot-types v0.1.0 |
| 545 | 2025-06-19T08:03:41.999Z | Downloaded idna_adapter v1.2.0 |
| 546 | 2025-06-19T08:03:41.999Z | Downloaded icu_provider_macros v1.5.0 |
| 547 | 2025-06-19T08:03:42.010Z | Downloaded hostname v0.3.1 |
| 548 | 2025-06-19T08:03:42.010Z | Downloaded http-range v0.1.5 |
| 549 | 2025-06-19T08:03:42.016Z | Downloaded cfg_aliases v0.2.1 |
| 550 | 2025-06-19T08:03:42.016Z | Downloaded bindgen v0.71.1 |
| 551 | 2025-06-19T08:03:42.023Z | Downloaded lalrpop-util v0.19.12 |
| 552 | 2025-06-19T08:03:42.024Z | Downloaded is_ci v1.2.0 |
| 553 | 2025-06-19T08:03:42.024Z | Downloaded hostname v0.4.0 |
| 554 | 2025-06-19T08:03:42.029Z | Downloaded libscf-sys v1.1.0 |
| 555 | 2025-06-19T08:03:42.029Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 556 | 2025-06-19T08:03:42.035Z | Downloaded crucible-workspace-hack v0.1.0 |
| 557 | 2025-06-19T08:03:42.035Z | Downloaded castaway v0.2.3 |
| 558 | 2025-06-19T08:03:42.035Z | Downloaded hubpack_derive v0.1.1 |
| 559 | 2025-06-19T08:03:42.035Z | Downloaded atomicwrites v0.4.4 |
| 560 | 2025-06-19T08:03:42.041Z | Downloaded ascii-canvas v3.0.0 |
| 561 | 2025-06-19T08:03:42.041Z | Downloaded async-stream-impl v0.3.6 |
| 562 | 2025-06-19T08:03:42.041Z | Downloaded async-recursion v1.1.1 |
| 563 | 2025-06-19T08:03:42.047Z | Downloaded lazy_static v1.5.0 |
| 564 | 2025-06-19T08:03:42.047Z | Downloaded libsw-core v0.3.1 |
| 565 | 2025-06-19T08:03:42.056Z | Downloaded cfg_aliases v0.1.1 |
| 566 | 2025-06-19T08:03:42.056Z | Downloaded md5 v0.7.0 |
| 567 | 2025-06-19T08:03:42.056Z | Downloaded home v0.5.9 |
| 568 | 2025-06-19T08:03:42.061Z | Downloaded crunchy v0.2.2 |
| 569 | 2025-06-19T08:03:42.061Z | Downloaded keccak v0.1.5 |
| 570 | 2025-06-19T08:03:42.061Z | Downloaded hyper-tls v0.6.0 |
| 571 | 2025-06-19T08:03:42.061Z | Downloaded hubpack v0.1.2 |
| 572 | 2025-06-19T08:03:42.061Z | Downloaded pretty-hex v0.2.1 |
| 573 | 2025-06-19T08:03:42.066Z | Downloaded litemap v0.7.3 |
| 574 | 2025-06-19T08:03:42.066Z | Downloaded hyper-staticfile v0.10.1 |
| 575 | 2025-06-19T08:03:42.073Z | Downloaded maplit v1.0.2 |
| 576 | 2025-06-19T08:03:42.073Z | Downloaded block-padding v0.3.3 |
| 577 | 2025-06-19T08:03:42.085Z | Downloaded lock_api v0.4.12 |
| 578 | 2025-06-19T08:03:42.085Z | Downloaded convert_case v0.4.0 |
| 579 | 2025-06-19T08:03:42.085Z | Downloaded cassowary v0.3.0 |
| 580 | 2025-06-19T08:03:42.091Z | Downloaded match_cfg v0.1.0 |
| 581 | 2025-06-19T08:03:42.091Z | Downloaded is-terminal v0.4.13 |
| 582 | 2025-06-19T08:03:42.091Z | Downloaded hex v0.4.3 |
| 583 | 2025-06-19T08:03:42.091Z | Downloaded rfc6979 v0.4.0 |
| 584 | 2025-06-19T08:03:42.091Z | Downloaded async-stream v0.3.6 |
| 585 | 2025-06-19T08:03:42.091Z | Downloaded cmake v0.1.51 |
| 586 | 2025-06-19T08:03:42.100Z | Downloaded lzss v0.8.2 |
| 587 | 2025-06-19T08:03:42.100Z | Downloaded indoc v2.0.6 |
| 588 | 2025-06-19T08:03:42.115Z | Downloaded managed v0.8.0 |
| 589 | 2025-06-19T08:03:42.115Z | Downloaded linear-map v1.2.0 |
| 590 | 2025-06-19T08:03:42.115Z | Downloaded serde-big-array v0.5.1 |
| 591 | 2025-06-19T08:03:42.126Z | Downloaded secrecy v0.10.3 |
| 592 | 2025-06-19T08:03:42.126Z | Downloaded indoc v1.0.9 |
| 593 | 2025-06-19T08:03:42.126Z | Downloaded ipnetwork v0.21.1 |
| 594 | 2025-06-19T08:03:42.126Z | Downloaded maybe-uninit v2.0.0 |
| 595 | 2025-06-19T08:03:42.126Z | Downloaded linked-hash-map v0.5.6 |
| 596 | 2025-06-19T08:03:42.126Z | Downloaded md-5 v0.10.6 |
| 597 | 2025-06-19T08:03:42.137Z | Downloaded ingot v0.1.0 |
| 598 | 2025-06-19T08:03:42.137Z | Downloaded bit-vec v0.6.3 |
| 599 | 2025-06-19T08:03:42.137Z | Downloaded hmac v0.12.1 |
| 600 | 2025-06-19T08:03:42.137Z | Downloaded bit-vec v0.8.0 |
| 601 | 2025-06-19T08:03:42.137Z | Downloaded progenitor-macro v0.10.0 |
| 602 | 2025-06-19T08:03:42.145Z | Downloaded progenitor-macro v0.9.1 |
| 603 | 2025-06-19T08:03:42.145Z | Downloaded sigpipe v0.1.3 |
| 604 | 2025-06-19T08:03:42.145Z | Downloaded rand_chacha v0.9.0 |
| 605 | 2025-06-19T08:03:42.145Z | Downloaded progenitor v0.9.1 |
| 606 | 2025-06-19T08:03:42.145Z | Downloaded console v0.15.10 |
| 607 | 2025-06-19T08:03:42.152Z | Downloaded resolv-conf v0.7.0 |
| 608 | 2025-06-19T08:03:42.152Z | Downloaded rusty-fork v0.3.0 |
| 609 | 2025-06-19T08:03:42.152Z | Downloaded bcs v0.1.6 |
| 610 | 2025-06-19T08:03:42.159Z | Downloaded take_mut v0.2.2 |
| 611 | 2025-06-19T08:03:42.159Z | Downloaded tabled_derive v0.10.0 |
| 612 | 2025-06-19T08:03:42.159Z | Downloaded tower-service v0.3.3 |
| 613 | 2025-06-19T08:03:42.164Z | Downloaded crc32fast v1.4.2 |
| 614 | 2025-06-19T08:03:42.164Z | Downloaded cookie_store v0.21.1 |
| 615 | 2025-06-19T08:03:42.164Z | Downloaded colored v2.2.0 |
| 616 | 2025-06-19T08:03:42.176Z | Downloaded tower-layer v0.3.3 |
| 617 | 2025-06-19T08:03:42.176Z | Downloaded shell-words v1.1.0 |
| 618 | 2025-06-19T08:03:42.181Z | Downloaded semver v0.1.20 |
| 619 | 2025-06-19T08:03:42.181Z | Downloaded secrecy v0.8.0 |
| 620 | 2025-06-19T08:03:42.181Z | Downloaded cancel-safe-futures v0.1.5 |
| 621 | 2025-06-19T08:03:42.181Z | Downloaded rand_core v0.6.4 |
| 622 | 2025-06-19T08:03:42.187Z | Downloaded libloading v0.8.5 |
| 623 | 2025-06-19T08:03:42.187Z | Downloaded jobserver v0.1.32 |
| 624 | 2025-06-19T08:03:42.187Z | Downloaded unarray v0.1.4 |
| 625 | 2025-06-19T08:03:42.196Z | Downloaded lru v0.12.5 |
| 626 | 2025-06-19T08:03:42.196Z | Downloaded litrs v0.4.1 |
| 627 | 2025-06-19T08:03:42.208Z | Downloaded utf8_iter v1.0.4 |
| 628 | 2025-06-19T08:03:42.208Z | Downloaded ssh-encoding v0.2.0 |
| 629 | 2025-06-19T08:03:42.208Z | Downloaded debug-ignore v1.0.5 |
| 630 | 2025-06-19T08:03:42.208Z | Downloaded snafu-derive v0.8.5 |
| 631 | 2025-06-19T08:03:42.220Z | Downloaded slab v0.4.9 |
| 632 | 2025-06-19T08:03:42.220Z | Downloaded waitgroup v0.1.2 |
| 633 | 2025-06-19T08:03:42.228Z | Downloaded newtype_derive v0.1.6 |
| 634 | 2025-06-19T08:03:42.228Z | Downloaded bzip2 v0.5.2 |
| 635 | 2025-06-19T08:03:42.243Z | Downloaded dyn-clone v1.0.19 |
| 636 | 2025-06-19T08:03:42.243Z | Downloaded blake2 v0.10.6 |
| 637 | 2025-06-19T08:03:42.243Z | Downloaded embedded-io v0.6.1 |
| 638 | 2025-06-19T08:03:42.249Z | Downloaded typify-macro v0.4.1 |
| 639 | 2025-06-19T08:03:42.249Z | Downloaded typify-macro v0.3.0 |
| 640 | 2025-06-19T08:03:42.249Z | Downloaded tinystr v0.7.6 |
| 641 | 2025-06-19T08:03:42.249Z | Downloaded utf16_iter v1.0.5 |
| 642 | 2025-06-19T08:03:42.249Z | Downloaded memmap2 v0.9.5 |
| 643 | 2025-06-19T08:03:42.249Z | Downloaded icu_normalizer_data v1.5.0 |
| 644 | 2025-06-19T08:03:42.249Z | Downloaded cookie v0.18.1 |
| 645 | 2025-06-19T08:03:42.254Z | Downloaded string_cache v0.8.9 |
| 646 | 2025-06-19T08:03:42.254Z | Downloaded hickory-client v0.24.4 |
| 647 | 2025-06-19T08:03:42.259Z | Downloaded chacha20poly1305 v0.10.1 |
| 648 | 2025-06-19T08:03:42.265Z | Downloaded siphasher v0.3.11 |
| 649 | 2025-06-19T08:03:42.265Z | Downloaded progenitor-impl v0.8.0 |
| 650 | 2025-06-19T08:03:42.269Z | Downloaded indicatif v0.17.11 |
| 651 | 2025-06-19T08:03:42.269Z | Downloaded parse-size v1.1.0 |
| 652 | 2025-06-19T08:03:42.274Z | Downloaded opaque-debug v0.3.1 |
| 653 | 2025-06-19T08:03:42.274Z | Downloaded zerovec-derive v0.10.3 |
| 654 | 2025-06-19T08:03:42.277Z | Downloaded phf_generator v0.11.2 |
| 655 | 2025-06-19T08:03:42.277Z | Downloaded walkdir v2.5.0 |
| 656 | 2025-06-19T08:03:42.282Z | Downloaded strum_macros v0.26.4 |
| 657 | 2025-06-19T08:03:42.286Z | Downloaded icu_provider v1.5.0 |
| 658 | 2025-06-19T08:03:42.291Z | Downloaded futures-sink v0.3.31 |
| 659 | 2025-06-19T08:03:42.291Z | Downloaded float-ord v0.3.2 |
| 660 | 2025-06-19T08:03:42.291Z | Downloaded float-cmp v0.10.0 |
| 661 | 2025-06-19T08:03:42.295Z | Downloaded futures-macro v0.3.31 |
| 662 | 2025-06-19T08:03:42.295Z | Downloaded serde_plain v1.0.2 |
| 663 | 2025-06-19T08:03:42.300Z | Downloaded nibble_vec v0.1.0 |
| 664 | 2025-06-19T08:03:42.300Z | Downloaded newtype-uuid v1.2.4 |
| 665 | 2025-06-19T08:03:42.300Z | Downloaded futures-executor v0.3.31 |
| 666 | 2025-06-19T08:03:42.309Z | Downloaded twox-hash v2.1.0 |
| 667 | 2025-06-19T08:03:42.318Z | Downloaded tokio-rustls v0.25.0 |
| 668 | 2025-06-19T08:03:42.318Z | Downloaded icu_collections v1.5.0 |
| 669 | 2025-06-19T08:03:42.323Z | Downloaded ref-cast-impl v1.0.24 |
| 670 | 2025-06-19T08:03:42.323Z | Downloaded icu_normalizer v1.5.0 |
| 671 | 2025-06-19T08:03:42.328Z | Downloaded sqlparser_derive v0.2.2 |
| 672 | 2025-06-19T08:03:42.328Z | Downloaded xz2 v0.1.7 |
| 673 | 2025-06-19T08:03:42.328Z | Downloaded hickory-resolver v0.24.4 |
| 674 | 2025-06-19T08:03:42.346Z | Downloaded void v1.0.2 |
| 675 | 2025-06-19T08:03:42.350Z | Downloaded vte_generate_state_changes v0.1.2 |
| 676 | 2025-06-19T08:03:42.350Z | Downloaded xshell v0.2.7 |
| 677 | 2025-06-19T08:03:42.350Z | Downloaded strip-ansi-escapes v0.2.0 |
| 678 | 2025-06-19T08:03:42.351Z | Downloaded ppv-lite86 v0.2.20 |
| 679 | 2025-06-19T08:03:42.351Z | Downloaded pkg-config v0.3.31 |
| 680 | 2025-06-19T08:03:42.351Z | Downloaded percent-encoding v2.3.1 |
| 681 | 2025-06-19T08:03:42.351Z | Downloaded quinn-udp v0.5.5 |
| 682 | 2025-06-19T08:03:42.351Z | Downloaded radium v0.7.0 |
| 683 | 2025-06-19T08:03:42.351Z | Downloaded r2d2 v0.8.10 |
| 684 | 2025-06-19T08:03:42.362Z | Downloaded progenitor-macro v0.8.0 |
| 685 | 2025-06-19T08:03:42.362Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 686 | 2025-06-19T08:03:42.362Z | Downloaded sync-ptr v0.1.4 |
| 687 | 2025-06-19T08:03:42.373Z | Downloaded mime v0.3.17 |
| 688 | 2025-06-19T08:03:42.373Z | Downloaded globset v0.4.15 |
| 689 | 2025-06-19T08:03:42.373Z | Downloaded supports-color v3.0.2 |
| 690 | 2025-06-19T08:03:42.373Z | Downloaded synstructure v0.13.1 |
| 691 | 2025-06-19T08:03:42.374Z | Downloaded sha1 v0.10.6 |
| 692 | 2025-06-19T08:03:42.383Z | Downloaded scrypt v0.11.0 |
| 693 | 2025-06-19T08:03:42.383Z | Downloaded scopeguard v1.2.0 |
| 694 | 2025-06-19T08:03:42.383Z | Downloaded slog-dtrace v0.3.0 |
| 695 | 2025-06-19T08:03:42.383Z | Downloaded zerofrom-derive v0.1.4 |
| 696 | 2025-06-19T08:03:42.383Z | Downloaded slog-envlogger v2.2.0 |
| 697 | 2025-06-19T08:03:42.383Z | Downloaded rustls-native-certs v0.8.1 |
| 698 | 2025-06-19T08:03:42.391Z | Downloaded similar v2.7.0 |
| 699 | 2025-06-19T08:03:42.391Z | Downloaded native-tls v0.2.12 |
| 700 | 2025-06-19T08:03:42.398Z | Downloaded iddqd v0.3.7 |
| 701 | 2025-06-19T08:03:42.403Z | Downloaded http v1.3.1 |
| 702 | 2025-06-19T08:03:42.403Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 703 | 2025-06-19T08:03:42.413Z | Downloaded termtree v0.5.1 |
| 704 | 2025-06-19T08:03:42.413Z | Downloaded thread_local v1.1.8 |
| 705 | 2025-06-19T08:03:42.414Z | Downloaded thiserror-no-std v2.0.2 |
| 706 | 2025-06-19T08:03:42.418Z | Downloaded support-bundle-viewer v0.1.0 |
| 707 | 2025-06-19T08:03:42.418Z | Downloaded termios v0.3.3 |
| 708 | 2025-06-19T08:03:42.418Z | Downloaded oso-derive v0.27.3 |
| 709 | 2025-06-19T08:03:42.418Z | Downloaded num v0.4.3 |
| 710 | 2025-06-19T08:03:42.426Z | Downloaded socket2 v0.5.10 |
| 711 | 2025-06-19T08:03:42.426Z | Downloaded untrusted v0.7.1 |
| 712 | 2025-06-19T08:03:42.431Z | Downloaded unicase v2.7.0 |
| 713 | 2025-06-19T08:03:42.431Z | Downloaded filetime v0.2.25 |
| 714 | 2025-06-19T08:03:42.431Z | Downloaded embedded-io v0.4.0 |
| 715 | 2025-06-19T08:03:42.437Z | Downloaded diesel-dtrace v0.4.2 |
| 716 | 2025-06-19T08:03:42.437Z | Downloaded progenitor-client v0.9.1 |
| 717 | 2025-06-19T08:03:42.447Z | Downloaded deranged v0.3.11 |
| 718 | 2025-06-19T08:03:42.447Z | Downloaded rustls-pemfile v2.2.0 |
| 719 | 2025-06-19T08:03:42.447Z | Downloaded omicron-zone-package v0.12.2 |
| 720 | 2025-06-19T08:03:42.455Z | Downloaded der_derive v0.7.3 |
| 721 | 2025-06-19T08:03:42.455Z | Downloaded aes-gcm v0.10.3 |
| 722 | 2025-06-19T08:03:42.464Z | Downloaded rustc-hash v2.1.1 |
| 723 | 2025-06-19T08:03:42.464Z | Downloaded pkcs5 v0.7.1 |
| 724 | 2025-06-19T08:03:42.464Z | Downloaded russh-cryptovec v0.7.3 |
| 725 | 2025-06-19T08:03:42.464Z | Downloaded progenitor-client v0.10.0 |
| 726 | 2025-06-19T08:03:42.469Z | Downloaded group v0.13.0 |
| 727 | 2025-06-19T08:03:42.470Z | Downloaded futures-core v0.3.31 |
| 728 | 2025-06-19T08:03:42.470Z | Downloaded vsss-rs v3.3.4 |
| 729 | 2025-06-19T08:03:42.477Z | Downloaded zstd-safe v7.2.3 |
| 730 | 2025-06-19T08:03:42.477Z | Downloaded rtoolbox v0.0.2 |
| 731 | 2025-06-19T08:03:42.477Z | Downloaded term v0.7.0 |
| 732 | 2025-06-19T08:03:42.493Z | Downloaded try-lock v0.2.5 |
| 733 | 2025-06-19T08:03:42.493Z | Downloaded derive_more v0.99.20 |
| 734 | 2025-06-19T08:03:42.502Z | Downloaded num_enum v0.5.11 |
| 735 | 2025-06-19T08:03:42.502Z | Downloaded oxnet v0.1.2 |
| 736 | 2025-06-19T08:03:42.502Z | Downloaded zstd v0.13.3 |
| 737 | 2025-06-19T08:03:42.510Z | Downloaded dirs-sys-next v0.1.2 |
| 738 | 2025-06-19T08:03:42.511Z | Downloaded write16 v1.0.0 |
| 739 | 2025-06-19T08:03:42.511Z | Downloaded zeroize v1.8.1 |
| 740 | 2025-06-19T08:03:42.511Z | Downloaded value-bag v1.9.0 |
| 741 | 2025-06-19T08:03:42.515Z | Downloaded rand_chacha v0.3.1 |
| 742 | 2025-06-19T08:03:42.515Z | Downloaded hickory-server v0.24.4 |
| 743 | 2025-06-19T08:03:42.522Z | Downloaded openssl-macros v0.1.1 |
| 744 | 2025-06-19T08:03:42.522Z | Downloaded headers-core v0.3.0 |
| 745 | 2025-06-19T08:03:42.522Z | Downloaded foreign-types v0.3.2 |
| 746 | 2025-06-19T08:03:42.522Z | Downloaded fixedbitset v0.4.2 |
| 747 | 2025-06-19T08:03:42.529Z | Downloaded peg-runtime v0.8.5 |
| 748 | 2025-06-19T08:03:42.529Z | Downloaded rpassword v7.3.1 |
| 749 | 2025-06-19T08:03:42.530Z | Downloaded flate2 v1.1.2 |
| 750 | 2025-06-19T08:03:42.534Z | Downloaded tui-tree-widget v0.23.1 |
| 751 | 2025-06-19T08:03:42.534Z | Downloaded test-strategy v0.4.1 |
| 752 | 2025-06-19T08:03:42.540Z | Downloaded stable_deref_trait v1.2.0 |
| 753 | 2025-06-19T08:03:42.552Z | Downloaded shlex v1.3.0 |
| 754 | 2025-06-19T08:03:42.552Z | Downloaded spki v0.7.3 |
| 755 | 2025-06-19T08:03:42.552Z | Downloaded hkdf v0.12.4 |
| 756 | 2025-06-19T08:03:42.557Z | Downloaded wyz v0.5.1 |
| 757 | 2025-06-19T08:03:42.557Z | Downloaded xattr v1.3.1 |
| 758 | 2025-06-19T08:03:42.557Z | Downloaded smf v0.2.3 |
| 759 | 2025-06-19T08:03:42.557Z | Downloaded num-rational v0.4.2 |
| 760 | 2025-06-19T08:03:42.557Z | Downloaded flume v0.11.1 |
| 761 | 2025-06-19T08:03:42.567Z | Downloaded serde_repr v0.1.19 |
| 762 | 2025-06-19T08:03:42.574Z | Downloaded dropshot_endpoint v0.16.2 |
| 763 | 2025-06-19T08:03:42.574Z | Downloaded foreign-types v0.5.0 |
| 764 | 2025-06-19T08:03:42.574Z | Downloaded peg-macros v0.8.5 |
| 765 | 2025-06-19T08:03:42.580Z | Downloaded ff v0.13.0 |
| 766 | 2025-06-19T08:03:42.580Z | Downloaded itertools v0.10.5 |
| 767 | 2025-06-19T08:03:42.585Z | Downloaded poly1305 v0.8.0 |
| 768 | 2025-06-19T08:03:42.592Z | Downloaded zerofrom v0.1.4 |
| 769 | 2025-06-19T08:03:42.592Z | Downloaded foldhash v0.1.5 |
| 770 | 2025-06-19T08:03:42.597Z | Downloaded mime_guess v2.0.5 |
| 771 | 2025-06-19T08:03:42.597Z | Downloaded difflib v0.4.0 |
| 772 | 2025-06-19T08:03:42.597Z | Downloaded rand_xorshift v0.4.0 |
| 773 | 2025-06-19T08:03:42.602Z | Downloaded fatfs v0.3.6 |
| 774 | 2025-06-19T08:03:42.602Z | Downloaded typify v0.2.0 |
| 775 | 2025-06-19T08:03:42.607Z | Downloaded smallvec v0.6.14 |
| 776 | 2025-06-19T08:03:42.607Z | Downloaded serde_with_macros v3.12.0 |
| 777 | 2025-06-19T08:03:42.612Z | Downloaded serde_path_to_error v0.1.17 |
| 778 | 2025-06-19T08:03:42.617Z | Downloaded nodrop v0.1.14 |
| 779 | 2025-06-19T08:03:42.617Z | Downloaded serde_urlencoded v0.7.1 |
| 780 | 2025-06-19T08:03:42.617Z | Downloaded paste v1.0.15 |
| 781 | 2025-06-19T08:03:42.629Z | Downloaded spin v0.9.8 |
| 782 | 2025-06-19T08:03:42.634Z | Downloaded packed_struct v0.10.1 |
| 783 | 2025-06-19T08:03:42.634Z | Downloaded smallvec v1.15.0 |
| 784 | 2025-06-19T08:03:42.634Z | Downloaded multimap v0.10.1 |
| 785 | 2025-06-19T08:03:42.634Z | Downloaded form_urlencoded v1.2.1 |
| 786 | 2025-06-19T08:03:42.634Z | Downloaded uzers v0.12.1 |
| 787 | 2025-06-19T08:03:42.639Z | Downloaded untrusted v0.9.0 |
| 788 | 2025-06-19T08:03:42.639Z | Downloaded owo-colors v4.2.1 |
| 789 | 2025-06-19T08:03:42.644Z | Downloaded precomputed-hash v0.1.1 |
| 790 | 2025-06-19T08:03:42.644Z | Downloaded serde_bytes v0.11.17 |
| 791 | 2025-06-19T08:03:42.649Z | Downloaded writeable v0.5.5 |
| 792 | 2025-06-19T08:03:42.649Z | Downloaded serde_cbor v0.11.2 |
| 793 | 2025-06-19T08:03:42.653Z | Downloaded number_prefix v0.4.0 |
| 794 | 2025-06-19T08:03:42.653Z | Downloaded libm v0.2.8 |
| 795 | 2025-06-19T08:03:42.665Z | Downloaded scheduled-thread-pool v0.2.7 |
| 796 | 2025-06-19T08:03:42.674Z | Downloaded ena v0.14.3 |
| 797 | 2025-06-19T08:03:42.674Z | Downloaded fxhash v0.2.1 |
| 798 | 2025-06-19T08:03:42.674Z | Downloaded zone_cfg_derive v0.3.0 |
| 799 | 2025-06-19T08:03:42.674Z | Downloaded dsl_auto_type v0.1.2 |
| 800 | 2025-06-19T08:03:42.678Z | Downloaded reedline v0.38.0 |
| 801 | 2025-06-19T08:03:42.684Z | Downloaded normalize-line-endings v0.3.0 |
| 802 | 2025-06-19T08:03:42.684Z | Downloaded daft-derive v0.1.3 |
| 803 | 2025-06-19T08:03:42.691Z | Downloaded foreign-types-shared v0.1.1 |
| 804 | 2025-06-19T08:03:42.700Z | Downloaded progenitor v0.8.0 |
| 805 | 2025-06-19T08:03:42.700Z | Downloaded tokio-rustls v0.24.1 |
| 806 | 2025-06-19T08:03:42.701Z | Downloaded fs_extra v1.3.0 |
| 807 | 2025-06-19T08:03:42.711Z | Downloaded fs-err v2.11.0 |
| 808 | 2025-06-19T08:03:42.711Z | Downloaded num_enum_derive v0.5.11 |
| 809 | 2025-06-19T08:03:42.711Z | Downloaded progenitor v0.10.0 |
| 810 | 2025-06-19T08:03:42.711Z | Downloaded num-iter v0.1.45 |
| 811 | 2025-06-19T08:03:42.711Z | Downloaded olpc-cjson v0.1.4 |
| 812 | 2025-06-19T08:03:42.734Z | Downloaded funty v2.0.0 |
| 813 | 2025-06-19T08:03:42.734Z | Downloaded tinyvec_macros v0.1.1 |
| 814 | 2025-06-19T08:03:42.734Z | Downloaded time-core v0.1.2 |
| 815 | 2025-06-19T08:03:42.734Z | Downloaded tls_codec_derive v0.4.1 |
| 816 | 2025-06-19T08:03:42.734Z | Downloaded foreign-types-shared v0.3.1 |
| 817 | 2025-06-19T08:03:42.739Z | Downloaded sct v0.7.1 |
| 818 | 2025-06-19T08:03:42.739Z | Downloaded powerfmt v0.2.0 |
| 819 | 2025-06-19T08:03:42.739Z | Downloaded unicode-truncate v1.1.0 |
| 820 | 2025-06-19T08:03:42.739Z | Downloaded postgres-protocol v0.6.8 |
| 821 | 2025-06-19T08:03:42.739Z | Downloaded yoke v0.7.4 |
| 822 | 2025-06-19T08:03:42.739Z | Downloaded strum v0.26.3 |
| 823 | 2025-06-19T08:03:42.739Z | Downloaded num-derive v0.4.2 |
| 824 | 2025-06-19T08:03:42.739Z | Downloaded signal-hook v0.3.18 |
| 825 | 2025-06-19T08:03:42.739Z | Downloaded tls_codec v0.4.1 |
| 826 | 2025-06-19T08:03:42.751Z | Downloaded gethostname v0.5.0 |
| 827 | 2025-06-19T08:03:42.751Z | Downloaded display-error-chain v0.2.2 |
| 828 | 2025-06-19T08:03:42.761Z | Downloaded schemars v0.8.22 |
| 829 | 2025-06-19T08:03:42.777Z | Downloaded zone_cfg_derive v0.1.2 |
| 830 | 2025-06-19T08:03:42.777Z | Downloaded psl-types v2.0.11 |
| 831 | 2025-06-19T08:03:42.777Z | Downloaded packed_struct_codegen v0.10.1 |
| 832 | 2025-06-19T08:03:42.777Z | Downloaded openssl-probe v0.1.5 |
| 833 | 2025-06-19T08:03:42.777Z | Downloaded hashbrown v0.13.2 |
| 834 | 2025-06-19T08:03:42.783Z | Downloaded tokio-stream v0.1.17 |
| 835 | 2025-06-19T08:03:42.783Z | Downloaded signal-hook-tokio v0.3.1 |
| 836 | 2025-06-19T08:03:42.783Z | Downloaded password-hash v0.5.0 |
| 837 | 2025-06-19T08:03:42.783Z | Downloaded slog-term v2.9.1 |
| 838 | 2025-06-19T08:03:42.783Z | Downloaded iri-string v0.7.8 |
| 839 | 2025-06-19T08:03:42.791Z | Downloaded yoke-derive v0.7.4 |
| 840 | 2025-06-19T08:03:42.799Z | Downloaded rustc_version v0.4.1 |
| 841 | 2025-06-19T08:03:42.799Z | Downloaded password-hash v0.4.2 |
| 842 | 2025-06-19T08:03:42.799Z | Downloaded tinyvec v1.8.0 |
| 843 | 2025-06-19T08:03:42.807Z | Downloaded tokio-tungstenite v0.23.1 |
| 844 | 2025-06-19T08:03:42.807Z | Downloaded slog-stdlog v4.1.1 |
| 845 | 2025-06-19T08:03:42.807Z | Downloaded postcard v1.0.10 |
| 846 | 2025-06-19T08:03:42.812Z | Downloaded endian-type v0.1.2 |
| 847 | 2025-06-19T08:03:42.812Z | Downloaded strum_macros v0.24.3 |
| 848 | 2025-06-19T08:03:42.812Z | Downloaded expectorate v1.2.0 |
| 849 | 2025-06-19T08:03:42.812Z | Downloaded utf-8 v0.7.6 |
| 850 | 2025-06-19T08:03:42.823Z | Downloaded displaydoc v0.2.5 |
| 851 | 2025-06-19T08:03:42.837Z | Downloaded structmeta-derive v0.3.0 |
| 852 | 2025-06-19T08:03:42.837Z | Downloaded ctr v0.9.2 |
| 853 | 2025-06-19T08:03:42.837Z | Downloaded num-derive v0.3.3 |
| 854 | 2025-06-19T08:03:42.837Z | Downloaded yasna v0.5.2 |
| 855 | 2025-06-19T08:03:42.837Z | Downloaded pin-project v1.1.6 |
| 856 | 2025-06-19T08:03:42.848Z | Downloaded dunce v1.0.5 |
| 857 | 2025-06-19T08:03:42.848Z | Downloaded quick-error v1.2.3 |
| 858 | 2025-06-19T08:03:42.860Z | Downloaded phf_codegen v0.11.2 |
| 859 | 2025-06-19T08:03:42.860Z | Downloaded num-conv v0.1.0 |
| 860 | 2025-06-19T08:03:42.860Z | Downloaded pin-project-internal v1.1.6 |
| 861 | 2025-06-19T08:03:42.860Z | Downloaded prettyplease v0.2.34 |
| 862 | 2025-06-19T08:03:42.860Z | Downloaded time-macros v0.2.18 |
| 863 | 2025-06-19T08:03:42.878Z | Downloaded unsafe-libyaml v0.2.11 |
| 864 | 2025-06-19T08:03:42.878Z | Downloaded reqwest v0.12.20 |
| 865 | 2025-06-19T08:03:42.885Z | Downloaded num-integer v0.1.46 |
| 866 | 2025-06-19T08:03:42.885Z | Downloaded ed25519 v2.2.3 |
| 867 | 2025-06-19T08:03:42.885Z | Downloaded topological-sort v0.2.2 |
| 868 | 2025-06-19T08:03:42.885Z | Downloaded slog-scope v4.4.0 |
| 869 | 2025-06-19T08:03:42.885Z | Downloaded typify v0.4.1 |
| 870 | 2025-06-19T08:03:42.885Z | Downloaded heapless v0.8.0 |
| 871 | 2025-06-19T08:03:42.894Z | Downloaded signal-hook-registry v1.4.2 |
| 872 | 2025-06-19T08:03:42.894Z | Downloaded signal-hook-mio v0.2.4 |
| 873 | 2025-06-19T08:03:42.894Z | Downloaded progenitor-impl v0.9.1 |
| 874 | 2025-06-19T08:03:42.900Z | Downloaded csv-core v0.1.11 |
| 875 | 2025-06-19T08:03:42.900Z | Downloaded getrandom v0.2.15 |
| 876 | 2025-06-19T08:03:42.900Z | Downloaded sec1 v0.7.3 |
| 877 | 2025-06-19T08:03:42.910Z | Downloaded salsa20 v0.10.2 |
| 878 | 2025-06-19T08:03:42.910Z | Downloaded zone v0.3.1 |
| 879 | 2025-06-19T08:03:42.910Z | Downloaded zerocopy v0.6.6 |
| 880 | 2025-06-19T08:03:42.913Z | Downloaded either v1.14.0 |
| 881 | 2025-06-19T08:03:42.913Z | Downloaded defmt-parser v0.3.4 |
| 882 | 2025-06-19T08:03:42.913Z | Downloaded phf v0.11.2 |
| 883 | 2025-06-19T08:03:42.913Z | Downloaded which v4.4.2 |
| 884 | 2025-06-19T08:03:42.913Z | Downloaded static_assertions v1.1.0 |
| 885 | 2025-06-19T08:03:42.920Z | Downloaded pin-project-lite v0.2.14 |
| 886 | 2025-06-19T08:03:42.927Z | Downloaded wait-timeout v0.2.0 |
| 887 | 2025-06-19T08:03:42.927Z | Downloaded url v2.5.4 |
| 888 | 2025-06-19T08:03:42.937Z | Downloaded rand v0.8.5 |
| 889 | 2025-06-19T08:03:42.937Z | Downloaded tokio-tungstenite v0.21.0 |
| 890 | 2025-06-19T08:03:42.950Z | Downloaded foreign-types-macros v0.2.3 |
| 891 | 2025-06-19T08:03:42.950Z | Downloaded futures-channel v0.3.31 |
| 892 | 2025-06-19T08:03:42.950Z | Downloaded russh v0.45.0 |
| 893 | 2025-06-19T08:03:42.950Z | Downloaded defmt-macros v0.3.9 |
| 894 | 2025-06-19T08:03:42.960Z | Downloaded same-file v1.0.6 |
| 895 | 2025-06-19T08:03:42.961Z | Downloaded ssh-key v0.6.6 |
| 896 | 2025-06-19T08:03:42.973Z | Downloaded typed-path v0.9.3 |
| 897 | 2025-06-19T08:03:42.973Z | Downloaded papergrid v0.14.0 |
| 898 | 2025-06-19T08:03:42.982Z | Downloaded p256 v0.13.2 |
| 899 | 2025-06-19T08:03:42.982Z | Downloaded env_logger v0.10.2 |
| 900 | 2025-06-19T08:03:42.982Z | Downloaded num-complex v0.4.6 |
| 901 | 2025-06-19T08:03:42.982Z | Downloaded multer v3.1.0 |
| 902 | 2025-06-19T08:03:42.991Z | Downloaded quinn-proto v0.11.8 |
| 903 | 2025-06-19T08:03:42.991Z | Downloaded parking_lot v0.11.2 |
| 904 | 2025-06-19T08:03:43.002Z | Downloaded bindgen v0.69.5 |
| 905 | 2025-06-19T08:03:43.007Z | Downloaded tracing-attributes v0.1.27 |
| 906 | 2025-06-19T08:03:43.007Z | Downloaded toml v0.7.8 |
| 907 | 2025-06-19T08:03:43.007Z | Downloaded lalrpop v0.19.12 |
| 908 | 2025-06-19T08:03:43.022Z | Downloaded der v0.7.9 |
| 909 | 2025-06-19T08:03:43.030Z | Downloaded daft v0.1.3 |
| 910 | 2025-06-19T08:03:43.030Z | Downloaded unicode-properties v0.1.3 |
| 911 | 2025-06-19T08:03:43.030Z | Downloaded unicode-bidi v0.3.17 |
| 912 | 2025-06-19T08:03:43.039Z | Downloaded bitvec v1.0.1 |
| 913 | 2025-06-19T08:03:43.045Z | Downloaded tracing-core v0.1.32 |
| 914 | 2025-06-19T08:03:43.054Z | Downloaded rustls-pki-types v1.10.0 |
| 915 | 2025-06-19T08:03:43.063Z | Downloaded miniz_oxide v0.8.5 |
| 916 | 2025-06-19T08:03:43.063Z | Downloaded chrono v0.4.41 |
| 917 | 2025-06-19T08:03:43.072Z | Downloaded time v0.3.36 |
| 918 | 2025-06-19T08:03:43.076Z | Downloaded parking_lot v0.12.3 |
| 919 | 2025-06-19T08:03:43.076Z | Downloaded tracing v0.1.40 |
| 920 | 2025-06-19T08:03:43.082Z | Downloaded ed25519-dalek v2.1.1 |
| 921 | 2025-06-19T08:03:43.094Z | Downloaded openssl-sys v0.9.109 |
| 922 | 2025-06-19T08:03:43.102Z | Downloaded elliptic-curve v0.13.8 |
| 923 | 2025-06-19T08:03:43.102Z | Downloaded publicsuffix v2.3.0 |
| 924 | 2025-06-19T08:03:43.102Z | Downloaded zip v2.6.1 |
| 925 | 2025-06-19T08:03:43.108Z | Downloaded h2 v0.4.6 |
| 926 | 2025-06-19T08:03:43.113Z | Downloaded unicode-segmentation v1.12.0 |
| 927 | 2025-06-19T08:03:43.113Z | Downloaded nom v7.1.3 |
| 928 | 2025-06-19T08:03:43.121Z | Downloaded toml_edit v0.19.15 |
| 929 | 2025-06-19T08:03:43.137Z | Downloaded samael v0.0.19 |
| 930 | 2025-06-19T08:03:43.143Z | Downloaded qorb v0.4.0 |
| 931 | 2025-06-19T08:03:43.149Z | Downloaded num-bigint-dig v0.8.4 |
| 932 | 2025-06-19T08:03:43.155Z | Downloaded minimal-lexical v0.2.1 |
| 933 | 2025-06-19T08:03:43.165Z | Downloaded winnow v0.6.26 |
| 934 | 2025-06-19T08:03:43.169Z | Downloaded tower v0.5.2 |
| 935 | 2025-06-19T08:03:43.176Z | Downloaded sqlparser v0.45.0 |
| 936 | 2025-06-19T08:03:43.185Z | Downloaded futures-util v0.3.31 |
| 937 | 2025-06-19T08:03:43.196Z | Downloaded mio v1.0.2 |
| 938 | 2025-06-19T08:03:43.204Z | Downloaded webpki-roots v1.0.0 |
| 939 | 2025-06-19T08:03:43.212Z | Downloaded unicode-normalization v0.1.24 |
| 940 | 2025-06-19T08:03:43.225Z | Downloaded tabled v0.18.0 |
| 941 | 2025-06-19T08:03:43.237Z | Downloaded rustyline v14.0.0 |
| 942 | 2025-06-19T08:03:43.242Z | Downloaded regex v1.11.1 |
| 943 | 2025-06-19T08:03:43.251Z | Downloaded serde_with v3.12.0 |
| 944 | 2025-06-19T08:03:43.263Z | Downloaded git2 v0.19.0 |
| 945 | 2025-06-19T08:03:43.269Z | Downloaded p384 v0.13.0 |
| 946 | 2025-06-19T08:03:43.276Z | Downloaded vcpkg v0.2.15 |
| 947 | 2025-06-19T08:03:43.317Z | Downloaded portable-atomic v1.11.0 |
| 948 | 2025-06-19T08:03:43.322Z | Downloaded nix v0.28.0 |
| 949 | 2025-06-19T08:03:43.336Z | Downloaded salty v0.3.0 |
| 950 | 2025-06-19T08:03:43.343Z | Downloaded rayon v1.10.0 |
| 951 | 2025-06-19T08:03:43.352Z | Downloaded tower-http v0.6.6 |
| 952 | 2025-06-19T08:03:43.359Z | Downloaded proptest v1.7.0 |
| 953 | 2025-06-19T08:03:43.369Z | Downloaded nix v0.29.0 |
| 954 | 2025-06-19T08:03:43.382Z | Downloaded regex-syntax v0.6.29 |
| 955 | 2025-06-19T08:03:43.393Z | Downloaded bstr v1.10.0 |
| 956 | 2025-06-19T08:03:43.402Z | Downloaded object v0.30.4 |
| 957 | 2025-06-19T08:03:43.413Z | Downloaded smoltcp v0.9.1 |
| 958 | 2025-06-19T08:03:43.425Z | Downloaded petname v2.0.2 |
| 959 | 2025-06-19T08:03:43.433Z | Downloaded diesel v2.2.11 |
| 960 | 2025-06-19T08:03:43.451Z | Downloaded polar-core v0.27.3 |
| 961 | 2025-06-19T08:03:43.460Z | Downloaded rustls v0.23.19 |
| 962 | 2025-06-19T08:03:43.471Z | Downloaded zerocopy v0.8.25 |
| 963 | 2025-06-19T08:03:43.499Z | Downloaded curve25519-dalek v4.1.3 |
| 964 | 2025-06-19T08:03:43.507Z | Downloaded smoltcp v0.11.0 |
| 965 | 2025-06-19T08:03:43.520Z | Downloaded rustls v0.21.12 |
| 966 | 2025-06-19T08:03:43.536Z | Downloaded openssl v0.10.73 |
| 967 | 2025-06-19T08:03:43.554Z | Downloaded sled v0.34.7 |
| 968 | 2025-06-19T08:03:43.569Z | Downloaded regex-syntax v0.8.5 |
| 969 | 2025-06-19T08:03:43.573Z | Downloaded rustls v0.22.4 |
| 970 | 2025-06-19T08:03:43.587Z | Downloaded object v0.36.5 |
| 971 | 2025-06-19T08:03:43.602Z | Downloaded openapiv3 v2.0.0 |
| 972 | 2025-06-19T08:03:43.629Z | Downloaded dropshot v0.16.2 |
| 973 | 2025-06-19T08:03:43.649Z | Downloaded regress v0.10.3 |
| 974 | 2025-06-19T08:03:43.670Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 975 | 2025-06-19T08:03:43.670Z | Downloaded typify-impl v0.4.1 |
| 976 | 2025-06-19T08:03:43.687Z | Downloaded typify-impl v0.3.0 |
| 977 | 2025-06-19T08:03:43.700Z | Downloaded chrono-tz v0.10.3 |
| 978 | 2025-06-19T08:03:43.709Z | Downloaded ratatui v0.29.0 |
| 979 | 2025-06-19T08:03:43.715Z | Downloaded typify-impl v0.2.0 |
| 980 | 2025-06-19T08:03:43.732Z | Downloaded zerocopy-derive v0.6.6 |
| 981 | 2025-06-19T08:03:43.741Z | Downloaded regex-automata v0.4.8 |
| 982 | 2025-06-19T08:03:43.757Z | Downloaded jiff v0.2.15 |
| 983 | 2025-06-19T08:03:43.780Z | Downloaded hickory-proto v0.24.4 |
| 984 | 2025-06-19T08:03:43.791Z | Downloaded nix v0.27.1 |
| 985 | 2025-06-19T08:03:43.802Z | Downloaded gimli v0.31.1 |
| 986 | 2025-06-19T08:03:43.817Z | Downloaded tough v0.20.0 |
| 987 | 2025-06-19T08:03:43.821Z | Downloaded winnow v0.5.40 |
| 988 | 2025-06-19T08:03:43.829Z | Downloaded quick-xml v0.37.2 |
| 989 | 2025-06-19T08:03:43.839Z | Downloaded lzma-sys v0.1.20 |
| 990 | 2025-06-19T08:03:43.871Z | Downloaded radix_trie v0.2.1 |
| 991 | 2025-06-19T08:03:43.881Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 992 | 2025-06-19T08:03:43.901Z | Downloaded libz-sys v1.1.20 |
| 993 | 2025-06-19T08:03:43.910Z | Downloaded petgraph v0.6.5 |
| 994 | 2025-06-19T08:03:43.929Z | Downloaded steno v0.4.1 |
| 995 | 2025-06-19T08:03:43.933Z | Downloaded petgraph v0.7.1 |
| 996 | 2025-06-19T08:03:43.952Z | Downloaded sha3 v0.10.8 |
| 997 | 2025-06-19T08:03:43.957Z | Downloaded futures v0.3.31 |
| 998 | 2025-06-19T08:03:43.962Z | Downloaded ron v0.7.1 |
| 999 | 2025-06-19T08:03:43.967Z | Downloaded csv v1.3.1 |
| 1000 | 2025-06-19T08:03:43.987Z | Downloaded tokio v1.45.1 |
| 1001 | 2025-06-19T08:03:44.023Z | Downloaded rand v0.9.1 |
| 1002 | 2025-06-19T08:03:44.028Z | Downloaded pretty_assertions v1.4.1 |
| 1003 | 2025-06-19T08:03:44.031Z | Downloaded p521 v0.13.3 |
| 1004 | 2025-06-19T08:03:44.035Z | Downloaded rustls-webpki v0.102.8 |
| 1005 | 2025-06-19T08:03:44.050Z | Downloaded icu_properties_data v1.5.0 |
| 1006 | 2025-06-19T08:03:44.061Z | Downloaded diesel_derives v2.2.3 |
| 1007 | 2025-06-19T08:03:44.069Z | Downloaded parse-zoneinfo v0.3.1 |
| 1008 | 2025-06-19T08:03:44.075Z | Downloaded tokio-postgres v0.7.13 |
| 1009 | 2025-06-19T08:03:44.075Z | Downloaded hashbrown v0.12.3 |
| 1010 | 2025-06-19T08:03:44.088Z | Downloaded rustls-webpki v0.101.7 |
| 1011 | 2025-06-19T08:03:44.096Z | Downloaded blake3 v1.5.4 |
| 1012 | 2025-06-19T08:03:44.102Z | Downloaded num-bigint v0.4.6 |
| 1013 | 2025-06-19T08:03:44.107Z | Downloaded x509-cert v0.2.5 |
| 1014 | 2025-06-19T08:03:44.113Z | Downloaded subprocess v0.2.9 |
| 1015 | 2025-06-19T08:03:44.113Z | Downloaded heapless v0.7.17 |
| 1016 | 2025-06-19T08:03:44.123Z | Downloaded slog-json v2.6.1 |
| 1017 | 2025-06-19T08:03:44.123Z | Downloaded futures-task v0.3.31 |
| 1018 | 2025-06-19T08:03:44.123Z | Downloaded whoami v1.5.2 |
| 1019 | 2025-06-19T08:03:44.123Z | Downloaded postgres-types v0.2.9 |
| 1020 | 2025-06-19T08:03:44.126Z | Downloaded itertools v0.14.0 |
| 1021 | 2025-06-19T08:03:44.136Z | Downloaded tokio-rustls v0.26.0 |
| 1022 | 2025-06-19T08:03:44.136Z | Downloaded yansi v1.0.1 |
| 1023 | 2025-06-19T08:03:44.136Z | Downloaded rsa v0.9.6 |
| 1024 | 2025-06-19T08:03:44.142Z | Downloaded aws-lc-rs v1.12.4 |
| 1025 | 2025-06-19T08:03:44.161Z | Downloaded darling_core v0.20.10 |
| 1026 | 2025-06-19T08:03:44.161Z | Downloaded snafu v0.8.5 |
| 1027 | 2025-06-19T08:03:44.173Z | Downloaded zerovec v0.10.4 |
| 1028 | 2025-06-19T08:03:44.173Z | Downloaded ron v0.8.1 |
| 1029 | 2025-06-19T08:03:44.173Z | Downloaded defmt v0.3.8 |
| 1030 | 2025-06-19T08:03:44.177Z | Downloaded diff v0.1.13 |
| 1031 | 2025-06-19T08:03:44.178Z | Downloaded encoding_rs v0.8.34 |
| 1032 | 2025-06-19T08:03:44.196Z | Downloaded itertools v0.13.0 |
| 1033 | 2025-06-19T08:03:44.198Z | Downloaded schemars_derive v0.8.22 |
| 1034 | 2025-06-19T08:03:44.202Z | Downloaded document-features v0.2.10 |
| 1035 | 2025-06-19T08:03:44.202Z | Downloaded darling v0.20.10 |
| 1036 | 2025-06-19T08:03:44.215Z | Downloaded env_logger v0.11.5 |
| 1037 | 2025-06-19T08:03:44.223Z | Downloaded sqlformat v0.3.5 |
| 1038 | 2025-06-19T08:03:44.223Z | Downloaded ring v0.17.14 |
| 1039 | 2025-06-19T08:03:44.252Z | Downloaded typify v0.3.0 |
| 1040 | 2025-06-19T08:03:44.257Z | Downloaded unicode-xid v0.2.6 |
| 1041 | 2025-06-19T08:03:44.261Z | Downloaded tokio-native-tls v0.3.1 |
| 1042 | 2025-06-19T08:03:44.261Z | Downloaded rand_core v0.9.2 |
| 1043 | 2025-06-19T08:03:44.261Z | Downloaded proc-macro-error2 v2.0.1 |
| 1044 | 2025-06-19T08:03:44.267Z | Downloaded zone v0.1.8 |
| 1045 | 2025-06-19T08:03:44.267Z | Downloaded strum_macros v0.25.3 |
| 1046 | 2025-06-19T08:03:44.267Z | Downloaded tokio-util v0.7.15 |
| 1047 | 2025-06-19T08:03:44.280Z | Downloaded num_threads v0.1.7 |
| 1048 | 2025-06-19T08:03:44.313Z | Downloaded serde_derive_internals v0.29.1 |
| 1049 | 2025-06-19T08:03:44.313Z | Downloaded oso v0.27.3 |
| 1050 | 2025-06-19T08:03:44.313Z | Downloaded num-traits v0.2.19 |
| 1051 | 2025-06-19T08:03:44.313Z | Downloaded zopfli v0.8.1 |
| 1052 | 2025-06-19T08:03:44.313Z | Downloaded itertools v0.12.1 |
| 1053 | 2025-06-19T08:03:44.338Z | Downloaded crossterm v0.28.1 |
| 1054 | 2025-06-19T08:03:44.339Z | Downloaded half v1.8.3 |
| 1055 | 2025-06-19T08:03:44.339Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1056 | 2025-06-19T08:03:44.391Z | Downloaded tar v0.4.44 |
| 1057 | 2025-06-19T08:03:44.399Z | Downloaded quinn v0.11.5 |
| 1058 | 2025-06-19T08:03:44.399Z | Downloaded rand_seeder v0.3.0 |
| 1059 | 2025-06-19T08:03:44.399Z | Downloaded pem v3.0.5 |
| 1060 | 2025-06-19T08:03:44.399Z | Downloaded hash32 v0.3.1 |
| 1061 | 2025-06-19T08:03:44.399Z | Downloaded hash32 v0.2.1 |
| 1062 | 2025-06-19T08:03:44.399Z | Downloaded ghash v0.5.1 |
| 1063 | 2025-06-19T08:03:44.399Z | Downloaded pkcs1 v0.7.5 |
| 1064 | 2025-06-19T08:03:44.399Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1065 | 2025-06-19T08:03:44.399Z | Downloaded derive-where v1.2.7 |
| 1066 | 2025-06-19T08:03:44.399Z | Downloaded libxml v0.3.3 |
| 1067 | 2025-06-19T08:03:44.399Z | Downloaded nu-ansi-term v0.50.1 |
| 1068 | 2025-06-19T08:03:44.399Z | Downloaded unicode_categories v0.1.1 |
| 1069 | 2025-06-19T08:03:44.399Z | Downloaded glob v0.3.2 |
| 1070 | 2025-06-19T08:03:44.399Z | Downloaded vergen v8.3.2 |
| 1071 | 2025-06-19T08:03:44.399Z | Downloaded ssh-cipher v0.2.0 |
| 1072 | 2025-06-19T08:03:44.399Z | Downloaded progenitor-impl v0.10.0 |
| 1073 | 2025-06-19T08:03:44.399Z | Downloaded idna v1.0.3 |
| 1074 | 2025-06-19T08:03:44.399Z | Downloaded path-slash v0.1.5 |
| 1075 | 2025-06-19T08:03:44.399Z | Downloaded fallible-iterator v0.2.0 |
| 1076 | 2025-06-19T08:03:44.440Z | Downloaded dirs-next v2.0.0 |
| 1077 | 2025-06-19T08:03:44.440Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1078 | 2025-06-19T08:03:44.440Z | Downloaded ref-cast v1.0.24 |
| 1079 | 2025-06-19T08:03:44.440Z | Downloaded zerocopy-derive v0.8.25 |
| 1080 | 2025-06-19T08:03:44.454Z | Downloaded polyval v0.6.2 |
| 1081 | 2025-06-19T08:03:44.454Z | Downloaded peg v0.8.5 |
| 1082 | 2025-06-19T08:03:44.454Z | Downloaded pbkdf2 v0.12.2 |
| 1083 | 2025-06-19T08:03:44.454Z | Downloaded pbkdf2 v0.11.0 |
| 1084 | 2025-06-19T08:03:44.454Z | Downloaded slog v2.7.0 |
| 1085 | 2025-06-19T08:03:44.454Z | Downloaded hyper-util v0.1.14 |
| 1086 | 2025-06-19T08:03:44.454Z | Downloaded vte v0.11.1 |
| 1087 | 2025-06-19T08:03:44.454Z | Downloaded subtle v2.6.1 |
| 1088 | 2025-06-19T08:03:44.455Z | Downloaded zip v0.6.6 |
| 1089 | 2025-06-19T08:03:44.455Z | Downloaded progenitor-client v0.8.0 |
| 1090 | 2025-06-19T08:03:44.455Z | Downloaded pin-utils v0.1.0 |
| 1091 | 2025-06-19T08:03:44.455Z | Downloaded parking_lot_core v0.8.6 |
| 1092 | 2025-06-19T08:03:44.455Z | Downloaded uuid v1.17.0 |
| 1093 | 2025-06-19T08:03:44.455Z | Downloaded tungstenite v0.23.0 |
| 1094 | 2025-06-19T08:03:44.455Z | Downloaded half v2.4.1 |
| 1095 | 2025-06-19T08:03:44.455Z | Downloaded crypto-bigint v0.5.5 |
| 1096 | 2025-06-19T08:03:44.460Z | Downloaded crossbeam-channel v0.5.15 |
| 1097 | 2025-06-19T08:03:44.460Z | Downloaded typify-macro v0.2.0 |
| 1098 | 2025-06-19T08:03:44.460Z | Downloaded tap v1.0.1 |
| 1099 | 2025-06-19T08:03:44.460Z | Downloaded pkcs8 v0.10.2 |
| 1100 | 2025-06-19T08:03:44.460Z | Downloaded pem-rfc7468 v0.7.0 |
| 1101 | 2025-06-19T08:03:44.460Z | Downloaded termcolor v1.4.1 |
| 1102 | 2025-06-19T08:03:44.460Z | Downloaded structmeta v0.3.0 |
| 1103 | 2025-06-19T08:03:44.460Z | Downloaded slog-async v2.8.0 |
| 1104 | 2025-06-19T08:03:44.460Z | Downloaded signature v2.2.0 |
| 1105 | 2025-06-19T08:03:44.465Z | Downloaded tungstenite v0.21.0 |
| 1106 | 2025-06-19T08:03:44.465Z | Downloaded cc v1.2.15 |
| 1107 | 2025-06-19T08:03:44.469Z | Downloaded bytes v1.10.1 |
| 1108 | 2025-06-19T08:03:44.474Z | Downloaded rcgen v0.12.1 |
| 1109 | 2025-06-19T08:03:44.474Z | Downloaded slog-bunyan v2.5.0 |
| 1110 | 2025-06-19T08:03:44.474Z | Downloaded rustls-pemfile v1.0.4 |
| 1111 | 2025-06-19T08:03:44.478Z | Downloaded rustc_version v0.1.7 |
| 1112 | 2025-06-19T08:03:44.478Z | Downloaded bumpalo v3.16.0 |
| 1113 | 2025-06-19T08:03:44.483Z | Downloaded base64 v0.21.7 |
| 1114 | 2025-06-19T08:03:44.486Z | Downloaded jiff-static v0.2.15 |
| 1115 | 2025-06-19T08:03:44.487Z | Downloaded proc-macro-crate v1.3.1 |
| 1116 | 2025-06-19T08:03:44.487Z | Downloaded primeorder v0.13.6 |
| 1117 | 2025-06-19T08:03:44.490Z | Downloaded phf_shared v0.11.2 |
| 1118 | 2025-06-19T08:03:44.490Z | Downloaded futures-io v0.3.31 |
| 1119 | 2025-06-19T08:03:44.491Z | Downloaded fixedbitset v0.5.7 |
| 1120 | 2025-06-19T08:03:44.491Z | Downloaded ecdsa v0.16.9 |
| 1121 | 2025-06-19T08:03:44.494Z | Downloaded des v0.8.1 |
| 1122 | 2025-06-19T08:03:44.494Z | Downloaded derive_builder_core v0.20.2 |
| 1123 | 2025-06-19T08:03:44.498Z | Downloaded hyper v1.6.0 |
| 1124 | 2025-06-19T08:03:44.501Z | Downloaded derive_builder v0.20.2 |
| 1125 | 2025-06-19T08:03:44.505Z | Downloaded data-encoding v2.9.0 |
| 1126 | 2025-06-19T08:03:44.509Z | Downloaded parse-display-derive v0.10.0 |
| 1127 | 2025-06-19T08:03:44.509Z | Downloaded parse-display v0.10.0 |
| 1128 | 2025-06-19T08:03:44.510Z | Downloaded parking_lot_core v0.9.10 |
| 1129 | 2025-06-19T08:03:44.513Z | Downloaded const_format v0.2.34 |
| 1130 | 2025-06-19T08:03:44.518Z | Downloaded aes v0.8.4 |
| 1131 | 2025-06-19T08:03:44.521Z | Downloaded nanorand v0.7.0 |
| 1132 | 2025-06-19T08:03:44.521Z | Downloaded memoffset v0.9.1 |
| 1133 | 2025-06-19T08:03:44.521Z | Downloaded rayon-core v1.12.1 |
| 1134 | 2025-06-19T08:03:44.524Z | Downloaded base64 v0.13.1 |
| 1135 | 2025-06-19T08:03:44.527Z | Downloaded headers v0.4.1 |
| 1136 | 2025-06-19T08:03:44.532Z | Downloaded crossbeam-epoch v0.9.18 |
| 1137 | 2025-06-19T08:03:44.534Z | Downloaded compact_str v0.8.0 |
| 1138 | 2025-06-19T08:03:44.537Z | Downloaded flagset v0.4.6 |
| 1139 | 2025-06-19T08:03:44.542Z | Downloaded env_filter v0.1.2 |
| 1140 | 2025-06-19T08:03:44.542Z | Downloaded enum-as-inner v0.6.1 |
| 1141 | 2025-06-19T08:03:44.545Z | Downloaded indexmap v1.9.3 |
| 1142 | 2025-06-19T08:03:44.545Z | Downloaded clang-sys v1.8.1 |
| 1143 | 2025-06-19T08:03:44.548Z | Downloaded universal-hash v0.5.1 |
| 1144 | 2025-06-19T08:03:44.548Z | Downloaded tiny-keccak v2.0.2 |
| 1145 | 2025-06-19T08:03:44.551Z | Downloaded tabwriter v1.4.0 |
| 1146 | 2025-06-19T08:03:44.551Z | Downloaded const-oid v0.9.6 |
| 1147 | 2025-06-19T08:03:44.555Z | Downloaded base64 v0.22.1 |
| 1148 | 2025-06-19T08:03:44.558Z | Downloaded newline-converter v0.3.0 |
| 1149 | 2025-06-19T08:03:44.558Z | Downloaded new_debug_unreachable v1.0.6 |
| 1150 | 2025-06-19T08:03:44.558Z | Downloaded fd-lock v4.0.2 |
| 1151 | 2025-06-19T08:03:44.563Z | Downloaded derive_builder_macro v0.20.2 |
| 1152 | 2025-06-19T08:03:44.563Z | Downloaded darling_macro v0.20.10 |
| 1153 | 2025-06-19T08:03:44.563Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1154 | 2025-06-19T08:03:44.563Z | Downloaded zeroize_derive v1.4.2 |
| 1155 | 2025-06-19T08:03:44.567Z | Downloaded xshell-macros v0.2.7 |
| 1156 | 2025-06-19T08:03:44.567Z | Downloaded want v0.3.1 |
| 1157 | 2025-06-19T08:03:44.567Z | Downloaded tokio-macros v2.5.0 |
| 1158 | 2025-06-19T08:03:44.567Z | Downloaded stringprep v0.1.5 |
| 1159 | 2025-06-19T08:03:44.567Z | Downloaded rustc-hash v1.1.0 |
| 1160 | 2025-06-19T08:03:44.570Z | Downloaded russh-keys v0.45.0 |
| 1161 | 2025-06-19T08:03:44.570Z | Downloaded icu_locid_transform v1.5.0 |
| 1162 | 2025-06-19T08:03:44.573Z | Downloaded crc-any v2.5.0 |
| 1163 | 2025-06-19T08:03:44.573Z | Downloaded simd-adler32 v0.3.7 |
| 1164 | 2025-06-19T08:03:44.576Z | Downloaded rustc-demangle v0.1.24 |
| 1165 | 2025-06-19T08:03:44.576Z | Downloaded icu_locid v1.5.0 |
| 1166 | 2025-06-19T08:03:44.580Z | Downloaded chacha20 v0.9.1 |
| 1167 | 2025-06-19T08:03:44.583Z | Downloaded cargo_metadata v0.18.1 |
| 1168 | 2025-06-19T08:03:44.583Z | Downloaded crossbeam-utils v0.8.21 |
| 1169 | 2025-06-19T08:03:44.586Z | Downloaded serde-hex v0.1.0 |
| 1170 | 2025-06-19T08:03:44.589Z | Downloaded ipnet v2.11.0 |
| 1171 | 2025-06-19T08:03:44.591Z | Downloaded hyper-rustls v0.27.7 |
| 1172 | 2025-06-19T08:03:44.591Z | Downloaded const_format_proc_macros v0.2.34 |
| 1173 | 2025-06-19T08:03:44.594Z | Downloaded async-bb8-diesel v0.2.1 |
| 1174 | 2025-06-19T08:03:44.597Z | Downloaded sync_wrapper v1.0.1 |
| 1175 | 2025-06-19T08:03:44.597Z | Downloaded base64ct v1.6.0 |
| 1176 | 2025-06-19T08:03:44.600Z | Downloaded rustversion v1.0.17 |
| 1177 | 2025-06-19T08:03:44.603Z | Downloaded ingot-macros v0.1.0 |
| 1178 | 2025-06-19T08:03:44.603Z | Downloaded iana-time-zone v0.1.63 |
| 1179 | 2025-06-19T08:03:44.605Z | Downloaded cipher v0.4.4 |
| 1180 | 2025-06-19T08:03:44.605Z | Downloaded ciborium-ll v0.2.2 |
| 1181 | 2025-06-19T08:03:44.608Z | Downloaded bzip2 v0.4.4 |
| 1182 | 2025-06-19T08:03:44.608Z | Downloaded predicates-core v1.0.8 |
| 1183 | 2025-06-19T08:03:44.610Z | Downloaded predicates v3.1.3 |
| 1184 | 2025-06-19T08:03:44.614Z | Downloaded lru-cache v0.1.2 |
| 1185 | 2025-06-19T08:03:44.614Z | Downloaded libefi-sys v0.1.0 |
| 1186 | 2025-06-19T08:03:44.614Z | Downloaded kstat-rs v0.2.4 |
| 1187 | 2025-06-19T08:03:44.617Z | Downloaded instability v0.3.2 |
| 1188 | 2025-06-19T08:03:44.617Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1189 | 2025-06-19T08:03:44.619Z | Downloaded humantime v2.1.0 |
| 1190 | 2025-06-19T08:03:44.619Z | Downloaded bitflags v1.3.2 |
| 1191 | 2025-06-19T08:03:44.623Z | Downloaded bitfield-struct v0.6.2 |
| 1192 | 2025-06-19T08:03:44.623Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1193 | 2025-06-19T08:03:44.623Z | Downloaded lazycell v1.3.0 |
| 1194 | 2025-06-19T08:03:44.626Z | Downloaded inout v0.1.3 |
| 1195 | 2025-06-19T08:03:44.626Z | Downloaded cobs v0.2.3 |
| 1196 | 2025-06-19T08:03:44.629Z | Downloaded buf-list v1.0.3 |
| 1197 | 2025-06-19T08:03:44.629Z | Downloaded blowfish v0.9.1 |
| 1198 | 2025-06-19T08:03:44.629Z | Downloaded indent_write v2.2.0 |
| 1199 | 2025-06-19T08:03:44.632Z | Downloaded arrayvec v0.7.6 |
| 1200 | 2025-06-19T08:03:44.632Z | Downloaded internet-checksum v0.2.1 |
| 1201 | 2025-06-19T08:03:44.634Z | Downloaded crossbeam-deque v0.8.5 |
| 1202 | 2025-06-19T08:03:44.634Z | Downloaded crc v3.2.1 |
| 1203 | 2025-06-19T08:03:44.637Z | Downloaded ciborium v0.2.2 |
| 1204 | 2025-06-19T08:03:44.640Z | Downloaded cexpr v0.6.0 |
| 1205 | 2025-06-19T08:03:44.640Z | Downloaded cbc v0.1.2 |
| 1206 | 2025-06-19T08:03:44.644Z | Downloaded lockfree-object-pool v0.1.6 |
| 1207 | 2025-06-19T08:03:44.644Z | Downloaded libsw v3.4.0 |
| 1208 | 2025-06-19T08:03:44.649Z | Downloaded atomic-waker v1.1.2 |
| 1209 | 2025-06-19T08:03:44.649Z | Downloaded assert_matches v1.5.0 |
| 1210 | 2025-06-19T08:03:44.649Z | Downloaded constant_time_eq v0.3.1 |
| 1211 | 2025-06-19T08:03:44.649Z | Downloaded bitfield v0.14.0 |
| 1212 | 2025-06-19T08:03:44.653Z | Downloaded bb8 v0.8.5 |
| 1213 | 2025-06-19T08:03:44.653Z | Downloaded base16ct v0.2.0 |
| 1214 | 2025-06-19T08:03:44.653Z | Downloaded httpdate v1.0.3 |
| 1215 | 2025-06-19T08:03:44.653Z | Downloaded hex-literal v0.4.1 |
| 1216 | 2025-06-19T08:03:44.656Z | Downloaded crc8 v0.1.1 |
| 1217 | 2025-06-19T08:03:44.656Z | Downloaded instant v0.1.13 |
| 1218 | 2025-06-19T08:03:44.656Z | Downloaded http-body-util v0.1.3 |
| 1219 | 2025-06-19T08:03:44.656Z | Downloaded ciborium-io v0.2.2 |
| 1220 | 2025-06-19T08:03:44.656Z | Downloaded crc-catalog v2.4.0 |
| 1221 | 2025-06-19T08:03:44.659Z | Downloaded bit-set v0.8.0 |
| 1222 | 2025-06-19T08:03:44.659Z | Downloaded atty v0.2.14 |
| 1223 | 2025-06-19T08:03:44.659Z | Downloaded arrayref v0.3.9 |
| 1224 | 2025-06-19T08:03:44.663Z | Downloaded chrono-tz-build v0.4.0 |
| 1225 | 2025-06-19T08:03:44.663Z | Downloaded backtrace v0.3.74 |
| 1226 | 2025-06-19T08:03:44.966Z | Downloaded aws-lc-sys v0.26.0 |
| 1227 | 2025-06-19T08:03:45.308Z | Compiling serde v1.0.219 |
| 1228 | 2025-06-19T08:03:45.311Z | Compiling value-bag v1.9.0 |
| 1229 | 2025-06-19T08:03:45.311Z | Compiling shlex v1.3.0 |
| 1230 | 2025-06-19T08:03:45.312Z | Compiling lock_api v0.4.12 |
| 1231 | 2025-06-19T08:03:45.312Z | Compiling scopeguard v1.2.0 |
| 1232 | 2025-06-19T08:03:46.084Z | Compiling typenum v1.17.0 |
| 1233 | 2025-06-19T08:03:46.123Z | Compiling syn v2.0.103 |
| 1234 | 2025-06-19T08:03:46.124Z | Compiling getrandom v0.2.15 |
| 1235 | 2025-06-19T08:03:46.124Z | Compiling jobserver v0.1.32 |
| 1236 | 2025-06-19T08:03:46.124Z | Compiling rand_core v0.6.4 |
| 1237 | 2025-06-19T08:03:46.124Z | Compiling log v0.4.27 |
| 1238 | 2025-06-19T08:03:46.124Z | Compiling generic-array v0.14.7 |
| 1239 | 2025-06-19T08:03:46.124Z | Compiling cc v1.2.15 |
| 1240 | 2025-06-19T08:03:46.347Z | Compiling smallvec v1.15.0 |
| 1241 | 2025-06-19T08:03:46.436Z | Compiling subtle v2.6.1 |
| 1242 | 2025-06-19T08:03:46.457Z | Compiling const-oid v0.9.6 |
| 1243 | 2025-06-19T08:03:46.475Z | Compiling stable_deref_trait v1.2.0 |
| 1244 | 2025-06-19T08:03:46.636Z | Compiling pkg-config v0.3.31 |
| 1245 | 2025-06-19T08:03:46.699Z | Compiling parking_lot_core v0.9.10 |
| 1246 | 2025-06-19T08:03:46.749Z | Compiling pin-project-lite v0.2.14 |
| 1247 | 2025-06-19T08:03:46.836Z | Compiling rustix v0.38.37 |
| 1248 | 2025-06-19T08:03:46.901Z | Compiling signal-hook-registry v1.4.2 |
| 1249 | 2025-06-19T08:03:47.612Z | Compiling parking_lot v0.12.3 |
| 1250 | 2025-06-19T08:03:47.683Z | Compiling mio v1.0.2 |
| 1251 | 2025-06-19T08:03:47.718Z | Compiling futures-core v0.3.31 |
| 1252 | 2025-06-19T08:03:47.823Z | Compiling spin v0.9.8 |
| 1253 | 2025-06-19T08:03:47.862Z | Compiling socket2 v0.5.10 |
| 1254 | 2025-06-19T08:03:47.975Z | Compiling aho-corasick v1.1.3 |
| 1255 | 2025-06-19T08:03:48.241Z | Compiling slab v0.4.9 |
| 1256 | 2025-06-19T08:03:48.403Z | Compiling regex-syntax v0.8.5 |
| 1257 | 2025-06-19T08:03:48.573Z | Compiling writeable v0.5.5 |
| 1258 | 2025-06-19T08:03:48.637Z | Compiling libm v0.2.8 |
| 1259 | 2025-06-19T08:03:48.760Z | Compiling serde_json v1.0.140 |
| 1260 | 2025-06-19T08:03:48.780Z | Compiling either v1.14.0 |
| 1261 | 2025-06-19T08:03:48.953Z | Compiling cpufeatures v0.2.14 |
| 1262 | 2025-06-19T08:03:49.054Z | Compiling litemap v0.7.3 |
| 1263 | 2025-06-19T08:03:49.142Z | Compiling num-traits v0.2.19 |
| 1264 | 2025-06-19T08:03:49.189Z | Compiling futures-sink v0.3.31 |
| 1265 | 2025-06-19T08:03:49.258Z | Compiling percent-encoding v2.3.1 |
| 1266 | 2025-06-19T08:03:49.357Z | Compiling glob v0.3.2 |
| 1267 | 2025-06-19T08:03:49.758Z | Compiling icu_locid_transform_data v1.5.0 |
| 1268 | 2025-06-19T08:03:49.772Z | Compiling getrandom v0.3.1 |
| 1269 | 2025-06-19T08:03:49.806Z | Compiling prettyplease v0.2.34 |
| 1270 | 2025-06-19T08:03:49.867Z | Compiling lazy_static v1.5.0 |
| 1271 | 2025-06-19T08:03:50.022Z | Compiling foldhash v0.1.5 |
| 1272 | 2025-06-19T08:03:50.177Z | Compiling minimal-lexical v0.2.1 |
| 1273 | 2025-06-19T08:03:50.204Z | Compiling clang-sys v1.8.1 |
| 1274 | 2025-06-19T08:03:50.379Z | Compiling allocator-api2 v0.2.21 |
| 1275 | 2025-06-19T08:03:50.430Z | Compiling icu_properties_data v1.5.0 |
| 1276 | 2025-06-19T08:03:50.748Z | Compiling nom v7.1.3 |
| 1277 | 2025-06-19T08:03:50.909Z | Compiling libloading v0.8.5 |
| 1278 | 2025-06-19T08:03:51.067Z | Compiling hashbrown v0.15.3 |
| 1279 | 2025-06-19T08:03:51.297Z | Compiling utf8_iter v1.0.4 |
| 1280 | 2025-06-19T08:03:51.318Z | Compiling base64ct v1.6.0 |
| 1281 | 2025-06-19T08:03:51.562Z | Compiling bindgen v0.69.5 |
| 1282 | 2025-06-19T08:03:51.890Z | Compiling utf16_iter v1.0.5 |
| 1283 | 2025-06-19T08:03:52.098Z | Compiling regex-automata v0.4.8 |
| 1284 | 2025-06-19T08:03:52.235Z | Compiling home v0.5.9 |
| 1285 | 2025-06-19T08:03:52.261Z | Compiling icu_normalizer_data v1.5.0 |
| 1286 | 2025-06-19T08:03:52.384Z | Compiling write16 v1.0.0 |
| 1287 | 2025-06-19T08:03:52.410Z | Compiling pem-rfc7468 v0.7.0 |
| 1288 | 2025-06-19T08:03:52.491Z | Compiling futures-channel v0.3.31 |
| 1289 | 2025-06-19T08:03:52.514Z | Compiling itertools v0.12.1 |
| 1290 | 2025-06-19T08:03:52.904Z | Compiling synstructure v0.13.1 |
| 1291 | 2025-06-19T08:03:53.880Z | Compiling cexpr v0.6.0 |
| 1292 | 2025-06-19T08:03:54.172Z | Compiling rustc-hash v1.1.0 |
| 1293 | 2025-06-19T08:03:54.246Z | Compiling flagset v0.4.6 |
| 1294 | 2025-06-19T08:03:54.339Z | Compiling futures-io v0.3.31 |
| 1295 | 2025-06-19T08:03:54.481Z | Compiling futures-task v0.3.31 |
| 1296 | 2025-06-19T08:03:54.626Z | Compiling pin-utils v0.1.0 |
| 1297 | 2025-06-19T08:03:54.725Z | Compiling lazycell v1.3.0 |
| 1298 | 2025-06-19T08:03:54.786Z | Compiling cmake v0.1.51 |
| 1299 | 2025-06-19T08:03:54.936Z | Compiling fs_extra v1.3.0 |
| 1300 | 2025-06-19T08:03:55.367Z | Compiling dunce v1.0.5 |
| 1301 | 2025-06-19T08:03:55.394Z | Compiling form_urlencoded v1.2.1 |
| 1302 | 2025-06-19T08:03:55.487Z | Compiling paste v1.0.15 |
| 1303 | 2025-06-19T08:03:55.509Z | Compiling vcpkg v0.2.15 |
| 1304 | 2025-06-19T08:03:55.575Z | Compiling zerocopy v0.8.25 |
| 1305 | 2025-06-19T08:03:55.714Z | Compiling crossbeam-utils v0.8.21 |
| 1306 | 2025-06-19T08:03:55.853Z | Compiling ring v0.17.14 |
| 1307 | 2025-06-19T08:03:56.263Z | Compiling tracing-core v0.1.32 |
| 1308 | 2025-06-19T08:03:56.410Z | Compiling iana-time-zone v0.1.63 |
| 1309 | 2025-06-19T08:03:56.781Z | Compiling aws-lc-rs v1.12.4 |
| 1310 | 2025-06-19T08:03:57.130Z | Compiling openssl-sys v0.9.109 |
| 1311 | 2025-06-19T08:03:57.192Z | Compiling httparse v1.9.5 |
| 1312 | 2025-06-19T08:03:57.408Z | Compiling regex v1.11.1 |
| 1313 | 2025-06-19T08:03:57.647Z | Compiling serde_derive v1.0.219 |
| 1314 | 2025-06-19T08:03:57.844Z | Compiling zeroize_derive v1.4.2 |
| 1315 | 2025-06-19T08:03:58.018Z | Compiling zerofrom-derive v0.1.4 |
| 1316 | 2025-06-19T08:03:58.129Z | Compiling yoke-derive v0.7.4 |
| 1317 | 2025-06-19T08:03:58.290Z | Compiling zerovec-derive v0.10.3 |
| 1318 | 2025-06-19T08:03:59.151Z | Compiling zeroize v1.8.1 |
| 1319 | 2025-06-19T08:04:00.541Z | Compiling displaydoc v0.2.5 |
| 1320 | 2025-06-19T08:04:00.644Z | Compiling zerocopy-derive v0.7.35 |
| 1321 | 2025-06-19T08:04:00.917Z | Compiling crypto-common v0.1.6 |
| 1322 | 2025-06-19T08:04:01.134Z | Compiling block-buffer v0.10.4 |
| 1323 | 2025-06-19T08:04:01.336Z | Compiling zerofrom v0.1.4 |
| 1324 | 2025-06-19T08:04:01.415Z | Compiling digest v0.10.7 |
| 1325 | 2025-06-19T08:04:01.547Z | Compiling yoke v0.7.4 |
| 1326 | 2025-06-19T08:04:01.889Z | Compiling zerovec v0.10.4 |
| 1327 | 2025-06-19T08:04:01.913Z | Compiling tokio-macros v2.5.0 |
| 1328 | 2025-06-19T08:04:01.931Z | Compiling hmac v0.12.1 |
| 1329 | 2025-06-19T08:04:02.056Z | Compiling icu_provider_macros v1.5.0 |
| 1330 | 2025-06-19T08:04:02.124Z | Compiling block-padding v0.3.3 |
| 1331 | 2025-06-19T08:04:02.152Z | Compiling sha2 v0.10.9 |
| 1332 | 2025-06-19T08:04:02.193Z | Compiling thiserror-impl v1.0.69 |
| 1333 | 2025-06-19T08:04:02.401Z | Compiling inout v0.1.3 |
| 1334 | 2025-06-19T08:04:02.468Z | Compiling zerocopy v0.7.35 |
| 1335 | 2025-06-19T08:04:02.697Z | Compiling cipher v0.4.4 |
| 1336 | 2025-06-19T08:04:03.075Z | Compiling der_derive v0.7.3 |
| 1337 | 2025-06-19T08:04:03.228Z | Compiling futures-macro v0.3.31 |
| 1338 | 2025-06-19T08:04:03.308Z | Compiling salsa20 v0.10.2 |
| 1339 | 2025-06-19T08:04:03.546Z | Compiling tinystr v0.7.6 |
| 1340 | 2025-06-19T08:04:03.777Z | Compiling icu_collections v1.5.0 |
| 1341 | 2025-06-19T08:04:03.849Z | Compiling ppv-lite86 v0.2.20 |
| 1342 | 2025-06-19T08:04:03.929Z | Compiling icu_locid v1.5.0 |
| 1343 | 2025-06-19T08:04:04.612Z | Compiling pbkdf2 v0.12.2 |
| 1344 | 2025-06-19T08:04:04.790Z | Compiling scrypt v0.11.0 |
| 1345 | 2025-06-19T08:04:05.017Z | Compiling icu_provider v1.5.0 |
| 1346 | 2025-06-19T08:04:05.080Z | Compiling futures-util v0.3.31 |
| 1347 | 2025-06-19T08:04:05.096Z | Compiling thiserror v1.0.69 |
| 1348 | 2025-06-19T08:04:05.232Z | Compiling der v0.7.9 |
| 1349 | 2025-06-19T08:04:05.250Z | Compiling aes v0.8.4 |
| 1350 | 2025-06-19T08:04:05.357Z | Compiling cbc v0.1.2 |
| 1351 | 2025-06-19T08:04:05.493Z | Compiling pest v2.7.14 |
| 1352 | 2025-06-19T08:04:05.711Z | Compiling icu_locid_transform v1.5.0 |
| 1353 | 2025-06-19T08:04:05.767Z | Compiling tracing-attributes v0.1.27 |
| 1354 | 2025-06-19T08:04:05.930Z | Compiling zerocopy-derive v0.8.25 |
| 1355 | 2025-06-19T08:04:07.937Z | Compiling icu_properties v1.5.1 |
| 1356 | 2025-06-19T08:04:07.958Z | Compiling spki v0.7.3 |
| 1357 | 2025-06-19T08:04:08.076Z | Compiling pest_meta v2.7.14 |
| 1358 | 2025-06-19T08:04:08.329Z | Compiling pkcs5 v0.7.1 |
| 1359 | 2025-06-19T08:04:08.420Z | Compiling scroll_derive v0.12.0 |
| 1360 | 2025-06-19T08:04:08.822Z | Compiling tracing v0.1.40 |
| 1361 | 2025-06-19T08:04:09.367Z | Compiling pkcs8 v0.10.2 |
| 1362 | 2025-06-19T08:04:09.480Z | Compiling rustls-pki-types v1.10.0 |
| 1363 | 2025-06-19T08:04:09.815Z | Compiling bitflags v2.9.0 |
| 1364 | 2025-06-19T08:04:09.879Z | Compiling bytes v1.10.1 |
| 1365 | 2025-06-19T08:04:09.977Z | Compiling semver v1.0.26 |
| 1366 | 2025-06-19T08:04:10.432Z | Compiling indexmap v2.9.0 |
| 1367 | 2025-06-19T08:04:10.651Z | Compiling rustc_version v0.4.1 |
| 1368 | 2025-06-19T08:04:11.273Z | Compiling tokio v1.45.1 |
| 1369 | 2025-06-19T08:04:11.316Z | Compiling http v1.3.1 |
| 1370 | 2025-06-19T08:04:11.834Z | Compiling icu_normalizer v1.5.0 |
| 1371 | 2025-06-19T08:04:12.229Z | Compiling uuid v1.17.0 |
| 1372 | 2025-06-19T08:04:12.415Z | Compiling chrono v0.4.41 |
| 1373 | 2025-06-19T08:04:12.437Z | Compiling base64 v0.22.1 |
| 1374 | 2025-06-19T08:04:13.061Z | Compiling idna_adapter v1.2.0 |
| 1375 | 2025-06-19T08:04:13.106Z | Compiling http-body v1.0.1 |
| 1376 | 2025-06-19T08:04:13.304Z | Compiling idna v1.0.3 |
| 1377 | 2025-06-19T08:04:13.362Z | Compiling tinyvec_macros v0.1.1 |
| 1378 | 2025-06-19T08:04:13.380Z | Compiling scroll v0.12.0 |
| 1379 | 2025-06-19T08:04:13.475Z | Compiling tinyvec v1.8.0 |
| 1380 | 2025-06-19T08:04:13.496Z | Compiling pest_generator v2.7.14 |
| 1381 | 2025-06-19T08:04:13.681Z | Compiling serde_derive_internals v0.29.1 |
| 1382 | 2025-06-19T08:04:13.903Z | Compiling which v4.4.2 |
| 1383 | 2025-06-19T08:04:14.752Z | Compiling url v2.5.4 |
| 1384 | 2025-06-19T08:04:14.827Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1385 | 2025-06-19T08:04:14.993Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1386 | 2025-06-19T08:04:15.282Z | Compiling try-lock v0.2.5 |
| 1387 | 2025-06-19T08:04:15.479Z | Compiling atomic-waker v1.1.2 |
| 1388 | 2025-06-19T08:04:15.508Z | Compiling openssl-probe v0.1.5 |
| 1389 | 2025-06-19T08:04:15.578Z | Compiling untrusted v0.9.0 |
| 1390 | 2025-06-19T08:04:15.661Z | Compiling foreign-types-shared v0.1.1 |
| 1391 | 2025-06-19T08:04:15.706Z | Compiling openssl v0.10.73 |
| 1392 | 2025-06-19T08:04:15.771Z | Compiling rustversion v1.0.17 |
| 1393 | 2025-06-19T08:04:15.798Z | Compiling tower-service v0.3.3 |
| 1394 | 2025-06-19T08:04:15.822Z | Compiling powerfmt v0.2.0 |
| 1395 | 2025-06-19T08:04:15.877Z | Compiling schemars v0.8.22 |
| 1396 | 2025-06-19T08:04:15.947Z | Compiling time-core v0.1.2 |
| 1397 | 2025-06-19T08:04:16.116Z | Compiling adler2 v2.0.0 |
| 1398 | 2025-06-19T08:04:16.159Z | Compiling untrusted v0.7.1 |
| 1399 | 2025-06-19T08:04:16.211Z | Compiling num-conv v0.1.0 |
| 1400 | 2025-06-19T08:04:16.287Z | Compiling miniz_oxide v0.8.5 |
| 1401 | 2025-06-19T08:04:16.327Z | Compiling deranged v0.3.11 |
| 1402 | 2025-06-19T08:04:16.348Z | Compiling schemars_derive v0.8.22 |
| 1403 | 2025-06-19T08:04:16.443Z | Compiling goblin v0.8.2 |
| 1404 | 2025-06-19T08:04:16.518Z | Compiling time-macros v0.2.18 |
| 1405 | 2025-06-19T08:04:17.655Z | Compiling foreign-types v0.3.2 |
| 1406 | 2025-06-19T08:04:19.191Z | Compiling tokio-util v0.7.15 |
| 1407 | 2025-06-19T08:04:19.218Z | Compiling want v0.3.1 |
| 1408 | 2025-06-19T08:04:19.348Z | Compiling pest_derive v2.7.14 |
| 1409 | 2025-06-19T08:04:20.110Z | Compiling rand_core v0.9.2 |
| 1410 | 2025-06-19T08:04:20.439Z | Compiling h2 v0.4.6 |
| 1411 | 2025-06-19T08:04:20.551Z | Compiling openssl-macros v0.1.1 |
| 1412 | 2025-06-19T08:04:20.622Z | Compiling num_threads v0.1.7 |
| 1413 | 2025-06-19T08:04:20.775Z | Compiling ipnet v2.11.0 |
| 1414 | 2025-06-19T08:04:21.255Z | Compiling syn v1.0.109 |
| 1415 | 2025-06-19T08:04:21.325Z | Compiling httpdate v1.0.3 |
| 1416 | 2025-06-19T08:04:21.725Z | Compiling native-tls v0.2.12 |
| 1417 | 2025-06-19T08:04:21.747Z | Compiling dyn-clone v1.0.19 |
| 1418 | 2025-06-19T08:04:21.825Z | Compiling rustls v0.23.19 |
| 1419 | 2025-06-19T08:04:21.983Z | Compiling dof v0.3.0 |
| 1420 | 2025-06-19T08:04:23.711Z | Compiling time v0.3.36 |
| 1421 | 2025-06-19T08:04:23.750Z | Compiling rand_chacha v0.9.0 |
| 1422 | 2025-06-19T08:04:25.126Z | Compiling dtrace-parser v0.2.0 |
| 1423 | 2025-06-19T08:04:25.402Z | Compiling unicode-normalization v0.1.24 |
| 1424 | 2025-06-19T08:04:26.402Z | Compiling heapless v0.7.17 |
| 1425 | 2025-06-19T08:04:26.468Z | Compiling rand_chacha v0.3.1 |
| 1426 | 2025-06-19T08:04:26.846Z | Compiling signature v2.2.0 |
| 1427 | 2025-06-19T08:04:26.947Z | Compiling crossbeam-epoch v0.9.18 |
| 1428 | 2025-06-19T08:04:27.125Z | Compiling hyper v1.6.0 |
| 1429 | 2025-06-19T08:04:27.615Z | Compiling crc32fast v1.4.2 |
| 1430 | 2025-06-19T08:04:27.944Z | Compiling cookie v0.18.1 |
| 1431 | 2025-06-19T08:04:28.031Z | Compiling unicode-properties v0.1.3 |
| 1432 | 2025-06-19T08:04:28.066Z | Compiling slog v2.7.0 |
| 1433 | 2025-06-19T08:04:28.248Z | Compiling rayon-core v1.12.1 |
| 1434 | 2025-06-19T08:04:28.460Z | Compiling zstd-safe v7.2.3 |
| 1435 | 2025-06-19T08:04:28.545Z | Compiling signal-hook v0.3.18 |
| 1436 | 2025-06-19T08:04:28.567Z | Compiling siphasher v0.3.11 |
| 1437 | 2025-06-19T08:04:28.798Z | Compiling unicode-bidi v0.3.17 |
| 1438 | 2025-06-19T08:04:28.933Z | Compiling phf_shared v0.11.2 |
| 1439 | 2025-06-19T08:04:29.254Z | Compiling usdt-impl v0.5.0 |
| 1440 | 2025-06-19T08:04:29.534Z | Compiling stringprep v0.1.5 |
| 1441 | 2025-06-19T08:04:29.537Z | Compiling hyper-util v0.1.14 |
| 1442 | 2025-06-19T08:04:29.591Z | Compiling crossbeam-deque v0.8.5 |
| 1443 | 2025-06-19T08:04:29.960Z | Compiling rand v0.8.5 |
| 1444 | 2025-06-19T08:04:30.062Z | Compiling rand v0.9.1 |
| 1445 | 2025-06-19T08:04:30.555Z | Compiling curve25519-dalek v4.1.3 |
| 1446 | 2025-06-19T08:04:30.573Z | Compiling serde_tokenstream v0.2.2 |
| 1447 | 2025-06-19T08:04:31.142Z | Compiling toml_datetime v0.6.11 |
| 1448 | 2025-06-19T08:04:31.182Z | Compiling serde_spanned v0.6.9 |
| 1449 | 2025-06-19T08:04:31.462Z | Compiling md-5 v0.10.6 |
| 1450 | 2025-06-19T08:04:31.605Z | Compiling num-integer v0.1.46 |
| 1451 | 2025-06-19T08:04:31.637Z | Compiling sync_wrapper v1.0.1 |
| 1452 | 2025-06-19T08:04:31.737Z | Compiling ff v0.13.0 |
| 1453 | 2025-06-19T08:04:31.772Z | Compiling hash32 v0.2.1 |
| 1454 | 2025-06-19T08:04:31.804Z | Compiling memoffset v0.9.1 |
| 1455 | 2025-06-19T08:04:31.908Z | Compiling litrs v0.4.1 |
| 1456 | 2025-06-19T08:04:31.972Z | Compiling num-bigint-dig v0.8.4 |
| 1457 | 2025-06-19T08:04:32.107Z | Compiling psl-types v2.0.11 |
| 1458 | 2025-06-19T08:04:32.128Z | Compiling portable-atomic v1.11.0 |
| 1459 | 2025-06-19T08:04:32.271Z | Compiling cfg_aliases v0.2.1 |
| 1460 | 2025-06-19T08:04:32.315Z | Compiling base16ct v0.2.0 |
| 1461 | 2025-06-19T08:04:32.335Z | Compiling fallible-iterator v0.2.0 |
| 1462 | 2025-06-19T08:04:32.389Z | Compiling newtype-uuid v1.2.4 |
| 1463 | 2025-06-19T08:04:32.632Z | Compiling tower-layer v0.3.3 |
| 1464 | 2025-06-19T08:04:32.677Z | Compiling gimli v0.31.1 |
| 1465 | 2025-06-19T08:04:32.904Z | Compiling smoltcp v0.9.1 |
| 1466 | 2025-06-19T08:04:32.968Z | Compiling document-features v0.2.10 |
| 1467 | 2025-06-19T08:04:32.987Z | Compiling postgres-protocol v0.6.8 |
| 1468 | 2025-06-19T08:04:33.354Z | Compiling tower v0.5.2 |
| 1469 | 2025-06-19T08:04:33.553Z | Compiling sec1 v0.7.3 |
| 1470 | 2025-06-19T08:04:33.668Z | Compiling nix v0.29.0 |
| 1471 | 2025-06-19T08:04:33.922Z | Compiling publicsuffix v2.3.0 |
| 1472 | 2025-06-19T08:04:34.047Z | Compiling num-iter v0.1.45 |
| 1473 | 2025-06-19T08:04:34.168Z | Compiling group v0.13.0 |
| 1474 | 2025-06-19T08:04:34.369Z | Compiling tokio-native-tls v0.3.1 |
| 1475 | 2025-06-19T08:04:35.056Z | Compiling flate2 v1.1.2 |
| 1476 | 2025-06-19T08:04:35.327Z | Compiling ipnetwork v0.21.1 |
| 1477 | 2025-06-19T08:04:35.417Z | Compiling rustls-native-certs v0.8.1 |
| 1478 | 2025-06-19T08:04:35.517Z | Compiling terminal_size v0.4.0 |
| 1479 | 2025-06-19T08:04:35.757Z | Compiling http-body-util v0.1.3 |
| 1480 | 2025-06-19T08:04:35.835Z | Compiling webpki-roots v1.0.0 |
| 1481 | 2025-06-19T08:04:35.939Z | Compiling hkdf v0.12.4 |
| 1482 | 2025-06-19T08:04:35.955Z | Compiling crypto-bigint v0.5.5 |
| 1483 | 2025-06-19T08:04:36.056Z | Compiling async-trait v0.1.88 |
| 1484 | 2025-06-19T08:04:36.090Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1485 | 2025-06-19T08:04:36.201Z | Compiling object v0.36.5 |
| 1486 | 2025-06-19T08:04:36.221Z | Compiling fs-err v3.1.1 |
| 1487 | 2025-06-19T08:04:36.537Z | Compiling ahash v0.8.11 |
| 1488 | 2025-06-19T08:04:36.896Z | Compiling addr2line v0.24.2 |
| 1489 | 2025-06-19T08:04:37.239Z | Compiling buf-list v1.0.3 |
| 1490 | 2025-06-19T08:04:37.391Z | Compiling bitflags v1.3.2 |
| 1491 | 2025-06-19T08:04:37.512Z | Compiling managed v0.8.0 |
| 1492 | 2025-06-19T08:04:37.562Z | Compiling winnow v0.5.40 |
| 1493 | 2025-06-19T08:04:37.833Z | Compiling lockfree-object-pool v0.1.6 |
| 1494 | 2025-06-19T08:04:37.947Z | Compiling simd-adler32 v0.3.7 |
| 1495 | 2025-06-19T08:04:38.103Z | Compiling rustc-demangle v0.1.24 |
| 1496 | 2025-06-19T08:04:38.398Z | Compiling anyhow v1.0.98 |
| 1497 | 2025-06-19T08:04:38.485Z | Compiling bumpalo v3.16.0 |
| 1498 | 2025-06-19T08:04:38.978Z | Compiling iri-string v0.7.8 |
| 1499 | 2025-06-19T08:04:39.000Z | Compiling zip v2.6.1 |
| 1500 | 2025-06-19T08:04:39.005Z | Compiling clap_builder v4.5.35 |
| 1501 | 2025-06-19T08:04:39.748Z | Compiling console v0.15.10 |
| 1502 | 2025-06-19T08:04:41.012Z | Compiling toml_edit v0.19.15 |
| 1503 | 2025-06-19T08:04:41.105Z | Compiling zopfli v0.8.1 |
| 1504 | 2025-06-19T08:04:41.486Z | Compiling elliptic-curve v0.13.8 |
| 1505 | 2025-06-19T08:04:42.019Z | Compiling hubpack_derive v0.1.1 |
| 1506 | 2025-06-19T08:04:42.297Z | Compiling tower-http v0.6.6 |
| 1507 | 2025-06-19T08:04:42.675Z | Compiling backtrace v0.3.74 |
| 1508 | 2025-06-19T08:04:42.827Z | Compiling hubpack v0.1.2 |
| 1509 | 2025-06-19T08:04:43.241Z | Compiling strum_macros v0.25.3 |
| 1510 | 2025-06-19T08:04:43.501Z | Compiling hyper-tls v0.6.0 |
| 1511 | 2025-06-19T08:04:43.911Z | Compiling oxnet v0.1.2 |
| 1512 | 2025-06-19T08:04:44.466Z | Compiling rayon v1.10.0 |
| 1513 | 2025-06-19T08:04:44.645Z | Compiling signal-hook-mio v0.2.4 |
| 1514 | 2025-06-19T08:04:44.873Z | Compiling cookie_store v0.21.1 |
| 1515 | 2025-06-19T08:04:45.387Z | Compiling zstd v0.13.3 |
| 1516 | 2025-06-19T08:04:46.426Z | Compiling postgres-types v0.2.9 |
| 1517 | 2025-06-19T08:04:46.889Z | Compiling usdt-attr-macro v0.5.0 |
| 1518 | 2025-06-19T08:04:47.495Z | Compiling usdt-macro v0.5.0 |
| 1519 | 2025-06-19T08:04:47.639Z | Compiling phf v0.11.2 |
| 1520 | 2025-06-19T08:04:47.922Z | Compiling ed25519 v2.2.3 |
| 1521 | 2025-06-19T08:04:47.944Z | Compiling strum_macros v0.26.4 |
| 1522 | 2025-06-19T08:04:48.434Z | Compiling bzip2 v0.5.2 |
| 1523 | 2025-06-19T08:04:48.758Z | Compiling bzip2 v0.4.4 |
| 1524 | 2025-06-19T08:04:48.827Z | Compiling enum-as-inner v0.6.1 |
| 1525 | 2025-06-19T08:04:48.849Z | Compiling clap_derive v4.5.32 |
| 1526 | 2025-06-19T08:04:49.121Z | Compiling futures-executor v0.3.31 |
| 1527 | 2025-06-19T08:04:49.614Z | Compiling pkcs1 v0.7.5 |
| 1528 | 2025-06-19T08:04:49.740Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2025-06-19T08:04:49.788Z | Compiling serde-big-array v0.5.1 |
| 1530 | 2025-06-19T08:04:50.091Z | Compiling rfc6979 v0.4.0 |
| 1531 | 2025-06-19T08:04:50.289Z | Compiling daft-derive v0.1.3 |
| 1532 | 2025-06-19T08:04:50.312Z | Compiling serde_repr v0.1.19 |
| 1533 | 2025-06-19T08:04:50.492Z | Compiling bstr v1.10.0 |
| 1534 | 2025-06-19T08:04:50.531Z | Compiling float-cmp v0.10.0 |
| 1535 | 2025-06-19T08:04:50.791Z | Compiling encoding_rs v0.8.34 |
| 1536 | 2025-06-19T08:04:51.358Z | Compiling fixedbitset v0.4.2 |
| 1537 | 2025-06-19T08:04:51.775Z | Compiling normalize-line-endings v0.3.0 |
| 1538 | 2025-06-19T08:04:51.779Z | Compiling new_debug_unreachable v1.0.6 |
| 1539 | 2025-06-19T08:04:51.903Z | Compiling unicode-segmentation v1.12.0 |
| 1540 | 2025-06-19T08:04:51.930Z | Compiling precomputed-hash v0.1.1 |
| 1541 | 2025-06-19T08:04:51.955Z | Compiling static_assertions v1.1.0 |
| 1542 | 2025-06-19T08:04:52.072Z | Compiling number_prefix v0.4.0 |
| 1543 | 2025-06-19T08:04:52.092Z | Compiling whoami v1.5.2 |
| 1544 | 2025-06-19T08:04:52.180Z | Compiling predicates-core v1.0.8 |
| 1545 | 2025-06-19T08:04:52.308Z | Compiling mime v0.3.17 |
| 1546 | 2025-06-19T08:04:52.501Z | Compiling difflib v0.4.0 |
| 1547 | 2025-06-19T08:04:52.647Z | Compiling data-encoding v2.9.0 |
| 1548 | 2025-06-19T08:04:52.790Z | Compiling similar v2.7.0 |
| 1549 | 2025-06-19T08:04:52.833Z | Compiling toml_edit v0.22.27 |
| 1550 | 2025-06-19T08:04:53.271Z | Compiling clap v4.5.35 |
| 1551 | 2025-06-19T08:04:53.406Z | Compiling hickory-proto v0.24.4 |
| 1552 | 2025-06-19T08:04:53.734Z | Compiling predicates v3.1.3 |
| 1553 | 2025-06-19T08:04:54.362Z | Compiling tokio-postgres v0.7.13 |
| 1554 | 2025-06-19T08:04:54.384Z | Compiling indicatif v0.17.11 |
| 1555 | 2025-06-19T08:04:54.776Z | Compiling strum v0.26.3 |
| 1556 | 2025-06-19T08:04:55.020Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1557 | 2025-06-19T08:04:55.191Z | Compiling string_cache v0.8.9 |
| 1558 | 2025-06-19T08:04:55.699Z | Compiling daft v0.1.3 |
| 1559 | 2025-06-19T08:04:56.224Z | Compiling petgraph v0.6.5 |
| 1560 | 2025-06-19T08:04:56.247Z | Compiling usdt v0.5.0 |
| 1561 | 2025-06-19T08:04:56.702Z | Compiling ecdsa v0.16.9 |
| 1562 | 2025-06-19T08:04:57.507Z | Compiling rsa v0.9.6 |
| 1563 | 2025-06-19T08:04:58.799Z | Compiling futures v0.3.31 |
| 1564 | 2025-06-19T08:04:58.919Z | Compiling zip v0.6.6 |
| 1565 | 2025-06-19T08:04:59.758Z | Compiling ed25519-dalek v2.1.1 |
| 1566 | 2025-06-19T08:05:00.159Z | Compiling crossterm v0.28.1 |
| 1567 | 2025-06-19T08:05:01.158Z | Compiling toml v0.7.8 |
| 1568 | 2025-06-19T08:05:02.347Z | Compiling tokio-stream v0.1.17 |
| 1569 | 2025-06-19T08:05:02.463Z | Compiling openapiv3 v2.0.0 |
| 1570 | 2025-06-19T08:05:02.513Z | Compiling x509-cert v0.2.5 |
| 1571 | 2025-06-19T08:05:02.596Z | Compiling sha1 v0.10.6 |
| 1572 | 2025-06-19T08:05:02.615Z | Compiling itertools v0.10.5 |
| 1573 | 2025-06-19T08:05:03.005Z | Compiling dirs-sys-next v0.1.2 |
| 1574 | 2025-06-19T08:05:03.249Z | Compiling winnow v0.6.26 |
| 1575 | 2025-06-19T08:05:03.281Z | Compiling peg-runtime v0.8.5 |
| 1576 | 2025-06-19T08:05:03.537Z | Compiling unicode-xid v0.2.6 |
| 1577 | 2025-06-19T08:05:03.755Z | Compiling rustc-hash v2.1.1 |
| 1578 | 2025-06-19T08:05:03.859Z | Compiling lalrpop-util v0.19.12 |
| 1579 | 2025-06-19T08:05:03.966Z | Compiling dirs-next v2.0.0 |
| 1580 | 2025-06-19T08:05:04.180Z | Compiling thread_local v1.1.8 |
| 1581 | 2025-06-19T08:05:04.220Z | Compiling slog-async v2.8.0 |
| 1582 | 2025-06-19T08:05:04.654Z | Compiling term v0.7.0 |
| 1583 | 2025-06-19T08:05:04.798Z | Compiling xattr v1.3.1 |
| 1584 | 2025-06-19T08:05:04.893Z | Compiling crossbeam-channel v0.5.15 |
| 1585 | 2025-06-19T08:05:05.114Z | Compiling filetime v0.2.25 |
| 1586 | 2025-06-19T08:05:05.169Z | Compiling is-terminal v0.4.13 |
| 1587 | 2025-06-19T08:05:05.336Z | Compiling take_mut v0.2.2 |
| 1588 | 2025-06-19T08:05:05.435Z | Compiling tar v0.4.44 |
| 1589 | 2025-06-19T08:05:05.512Z | Compiling slog-term v2.9.1 |
| 1590 | 2025-06-19T08:05:05.900Z | Compiling camino v1.1.10 |
| 1591 | 2025-06-19T08:05:12.076Z | Compiling aws-lc-sys v0.26.0 |
| 1592 | 2025-06-19T08:05:41.845Z | Compiling rustls-webpki v0.102.8 |
| 1593 | 2025-06-19T08:05:46.339Z | Compiling tokio-rustls v0.26.0 |
| 1594 | 2025-06-19T08:05:46.624Z | Compiling hyper-rustls v0.27.7 |
| 1595 | 2025-06-19T08:05:46.963Z | Compiling reqwest v0.12.20 |
| 1596 | 2025-06-19T08:05:50.447Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1597 | 2025-06-19T08:05:50.719Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1598 | 2025-06-19T08:05:55.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1599 | 2025-06-19T08:05:55.493Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1600 | 2025-06-19T08:05:55.549Z | Jun 19 08:05:53.802 INFO Starting download, target: Clickhouse |
| 1601 | 2025-06-19T08:05:55.549Z | Jun 19 08:05:53.802 INFO Starting download, target: Cockroach |
| 1602 | 2025-06-19T08:05:55.549Z | Jun 19 08:05:53.802 INFO Starting download, target: DendriteStub |
| 1603 | 2025-06-19T08:05:55.549Z | Jun 19 08:05:53.802 INFO Starting download, target: Console |
| 1604 | 2025-06-19T08:05:55.549Z | Jun 19 08:05:53.802 INFO Starting download, target: MaghemiteMgd |
| 1605 | 2025-06-19T08:05:55.549Z | Jun 19 08:05:53.802 INFO Starting download, target: TransceiverControl |
| 1606 | 2025-06-19T08:05:55.569Z | Jun 19 08:05:53.803 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1607 | 2025-06-19T08:05:55.569Z | Jun 19 08:05:53.803 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1608 | 2025-06-19T08:05:55.569Z | Jun 19 08:05:53.803 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1609 | 2025-06-19T08:05:55.570Z | Jun 19 08:05:53.803 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1610 | 2025-06-19T08:05:55.570Z | Jun 19 08:05:53.803 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1611 | 2025-06-19T08:05:55.570Z | Jun 19 08:05:53.803 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1612 | 2025-06-19T08:05:56.159Z | Jun 19 08:05:54.417 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1613 | 2025-06-19T08:05:56.488Z | Jun 19 08:05:54.752 INFO Download complete, target: Console |
| 1614 | 2025-06-19T08:05:56.777Z | Jun 19 08:05:55.023 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1615 | 2025-06-19T08:05:57.162Z | Jun 19 08:05:55.389 INFO Download complete, target: TransceiverControl |
| 1616 | 2025-06-19T08:05:57.471Z | Jun 19 08:05:55.689 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1617 | 2025-06-19T08:05:59.165Z | Jun 19 08:05:57.431 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1618 | 2025-06-19T08:05:59.236Z | Jun 19 08:05:57.501 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1619 | 2025-06-19T08:05:59.658Z | Jun 19 08:05:57.925 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1620 | 2025-06-19T08:05:59.658Z | Jun 19 08:05:57.925 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1621 | 2025-06-19T08:06:02.108Z | Jun 19 08:06:00.375 INFO Download complete, target: DendriteStub |
| 1622 | 2025-06-19T08:06:02.549Z | Jun 19 08:06:00.810 INFO Download complete, target: MaghemiteMgd |
| 1623 | 2025-06-19T08:06:06.094Z | Jun 19 08:06:04.361 INFO Checking that binary works, target: Cockroach |
| 1624 | 2025-06-19T08:06:06.254Z | Jun 19 08:06:04.520 INFO Download complete, target: Cockroach |
| 1625 | 2025-06-19T08:06:07.646Z | Jun 19 08:06:05.912 INFO Checking that binary works, target: Clickhouse |
| 1626 | 2025-06-19T08:06:07.804Z | Jun 19 08:06:06.071 INFO Download complete, target: Clickhouse |
| 1627 | 2025-06-19T08:06:07.825Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1628 | 2025-06-19T08:06:07.828Z | |
| 1629 | 2025-06-19T08:06:07.828Z | real 4:55.740223456 |
| 1630 | 2025-06-19T08:06:07.828Z | user 15:10.315865800 |
| 1631 | 2025-06-19T08:06:07.828Z | sys 2:07.083433782 |
| 1632 | 2025-06-19T08:06:07.828Z | trap 0.541888220 |
| 1633 | 2025-06-19T08:06:07.828Z | tflt 0.879684404 |
| 1634 | 2025-06-19T08:06:07.828Z | dflt 1.482406558 |
| 1635 | 2025-06-19T08:06:07.828Z | kflt 0.030132648 |
| 1636 | 2025-06-19T08:06:07.828Z | lock 21:51.681814989 |
| 1637 | 2025-06-19T08:06:07.828Z | slp 54:41.286004570 |
| 1638 | 2025-06-19T08:06:07.828Z | lat 1:02.312101188 |
| 1639 | 2025-06-19T08:06:07.828Z | stop 2:32.061916728 |
| 1640 | 2025-06-19T08:06:07.828Z | + banner hack-check |
| 1641 | 2025-06-19T08:06:07.828Z | |
| 1642 | 2025-06-19T08:06:07.828Z | # # ## #### # # #### # # ###### #### # # |
| 1643 | 2025-06-19T08:06:07.828Z | # # # # # # # # # # # # # # # # # |
| 1644 | 2025-06-19T08:06:07.828Z | ###### # # # #### ##### # ###### ##### # #### |
| 1645 | 2025-06-19T08:06:07.828Z | # # ###### # # # # # # # # # # |
| 1646 | 2025-06-19T08:06:07.828Z | # # # # # # # # # # # # # # # # # |
| 1647 | 2025-06-19T08:06:07.828Z | # # # # #### # # #### # # ###### #### # # |
| 1648 | 2025-06-19T08:06:07.828Z | |
| 1649 | 2025-06-19T08:06:07.828Z | + export CARGO_INCREMENTAL=0 |
| 1650 | 2025-06-19T08:06:07.828Z | + CARGO_INCREMENTAL=0 |
| 1651 | 2025-06-19T08:06:07.833Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1652 | 2025-06-19T08:06:08.530Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1653 | 2025-06-19T08:06:08.879Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1654 | 2025-06-19T08:06:11.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
| 1655 | 2025-06-19T08:06:11.726Z | Running `target/debug/xtask check-features --ci` |
| 1656 | 2025-06-19T08:06:11.750Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1657 | 2025-06-19T08:06:11.764Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1658 | 2025-06-19T08:06:12.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1659 | 2025-06-19T08:06:12.365Z | Running `target/debug/xtask download cargo-hack` |
| 1660 | 2025-06-19T08:06:13.328Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1661 | 2025-06-19T08:06:13.720Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1662 | 2025-06-19T08:06:17.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
| 1663 | 2025-06-19T08:06:17.629Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1664 | 2025-06-19T08:06:17.669Z | Jun 19 08:06:15.933 INFO Starting download, target: CargoHack |
| 1665 | 2025-06-19T08:06:17.673Z | Jun 19 08:06:15.934 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1666 | 2025-06-19T08:06:18.284Z | Jun 19 08:06:16.541 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1667 | 2025-06-19T08:06:18.356Z | Jun 19 08:06:16.616 INFO Download complete, target: CargoHack |
| 1668 | 2025-06-19T08:06:18.362Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1669 | 2025-06-19T08:06:18.375Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1670 | 2025-06-19T08:06:18.621Z | info: running `cargo check --bins` on api_identity (1/215) |
| 1671 | 2025-06-19T08:06:19.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1672 | 2025-06-19T08:06:19.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1673 | 2025-06-19T08:06:19.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1674 | 2025-06-19T08:06:19.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1675 | 2025-06-19T08:06:19.340Z | |
| 1676 | 2025-06-19T08:06:19.340Z | info: running `cargo check --bins` on bootstore (2/215) |
| 1677 | 2025-06-19T08:06:20.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1678 | 2025-06-19T08:06:20.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1679 | 2025-06-19T08:06:20.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1680 | 2025-06-19T08:06:20.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1681 | 2025-06-19T08:06:20.126Z | |
| 1682 | 2025-06-19T08:06:20.127Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/215) |
| 1683 | 2025-06-19T08:06:20.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1684 | 2025-06-19T08:06:20.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1685 | 2025-06-19T08:06:20.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1686 | 2025-06-19T08:06:20.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1687 | 2025-06-19T08:06:20.917Z | |
| 1688 | 2025-06-19T08:06:20.917Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/215) |
| 1689 | 2025-06-19T08:06:21.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1690 | 2025-06-19T08:06:21.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1691 | 2025-06-19T08:06:21.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1692 | 2025-06-19T08:06:21.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1693 | 2025-06-19T08:06:21.801Z | |
| 1694 | 2025-06-19T08:06:21.801Z | info: running `cargo check --bins` on id-map (5/215) |
| 1695 | 2025-06-19T08:06:22.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1696 | 2025-06-19T08:06:22.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1697 | 2025-06-19T08:06:22.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1698 | 2025-06-19T08:06:22.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1699 | 2025-06-19T08:06:22.561Z | |
| 1700 | 2025-06-19T08:06:22.561Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/215) |
| 1701 | 2025-06-19T08:06:23.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1702 | 2025-06-19T08:06:23.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1703 | 2025-06-19T08:06:23.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1704 | 2025-06-19T08:06:23.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1705 | 2025-06-19T08:06:23.193Z | |
| 1706 | 2025-06-19T08:06:23.193Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/215) |
| 1707 | 2025-06-19T08:06:28.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1708 | 2025-06-19T08:06:28.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1709 | 2025-06-19T08:06:28.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1710 | 2025-06-19T08:06:28.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1711 | 2025-06-19T08:06:28.344Z | |
| 1712 | 2025-06-19T08:06:28.344Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/215) |
| 1713 | 2025-06-19T08:06:28.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1714 | 2025-06-19T08:06:28.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1715 | 2025-06-19T08:06:28.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1716 | 2025-06-19T08:06:28.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1717 | 2025-06-19T08:06:28.344Z | |
| 1718 | 2025-06-19T08:06:28.344Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/215) |
| 1719 | 2025-06-19T08:06:28.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1720 | 2025-06-19T08:06:28.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1721 | 2025-06-19T08:06:28.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1722 | 2025-06-19T08:06:28.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1723 | 2025-06-19T08:06:28.346Z | |
| 1724 | 2025-06-19T08:06:28.346Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/215) |
| 1725 | 2025-06-19T08:06:28.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1726 | 2025-06-19T08:06:28.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1727 | 2025-06-19T08:06:28.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1728 | 2025-06-19T08:06:28.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1729 | 2025-06-19T08:06:28.346Z | |
| 1730 | 2025-06-19T08:06:28.347Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/215) |
| 1731 | 2025-06-19T08:06:28.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1732 | 2025-06-19T08:06:28.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1733 | 2025-06-19T08:06:28.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1734 | 2025-06-19T08:06:28.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1735 | 2025-06-19T08:06:28.347Z | |
| 1736 | 2025-06-19T08:06:28.347Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/215) |
| 1737 | 2025-06-19T08:06:28.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1738 | 2025-06-19T08:06:28.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1739 | 2025-06-19T08:06:28.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1740 | 2025-06-19T08:06:28.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1741 | 2025-06-19T08:06:28.347Z | |
| 1742 | 2025-06-19T08:06:28.347Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/215) |
| 1743 | 2025-06-19T08:06:28.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1744 | 2025-06-19T08:06:28.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1745 | 2025-06-19T08:06:28.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1746 | 2025-06-19T08:06:28.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1747 | 2025-06-19T08:06:28.347Z | |
| 1748 | 2025-06-19T08:06:28.347Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/215) |
| 1749 | 2025-06-19T08:06:28.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1750 | 2025-06-19T08:06:28.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1751 | 2025-06-19T08:06:28.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1752 | 2025-06-19T08:06:28.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1753 | 2025-06-19T08:06:28.347Z | |
| 1754 | 2025-06-19T08:06:28.347Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/215) |
| 1755 | 2025-06-19T08:06:28.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1756 | 2025-06-19T08:06:28.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1757 | 2025-06-19T08:06:28.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1758 | 2025-06-19T08:06:28.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1759 | 2025-06-19T08:06:28.457Z | |
| 1760 | 2025-06-19T08:06:28.457Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/215) |
| 1761 | 2025-06-19T08:06:28.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1762 | 2025-06-19T08:06:28.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1763 | 2025-06-19T08:06:28.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1764 | 2025-06-19T08:06:28.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1765 | 2025-06-19T08:06:28.527Z | |
| 1766 | 2025-06-19T08:06:28.527Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/215) |
| 1767 | 2025-06-19T08:06:28.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1768 | 2025-06-19T08:06:28.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1769 | 2025-06-19T08:06:28.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1770 | 2025-06-19T08:06:28.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1771 | 2025-06-19T08:06:29.022Z | |
| 1772 | 2025-06-19T08:06:29.023Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/215) |
| 1773 | 2025-06-19T08:06:29.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1774 | 2025-06-19T08:06:29.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1775 | 2025-06-19T08:06:29.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1776 | 2025-06-19T08:06:29.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1777 | 2025-06-19T08:06:29.573Z | |
| 1778 | 2025-06-19T08:06:29.573Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/215) |
| 1779 | 2025-06-19T08:06:30.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1780 | 2025-06-19T08:06:30.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1781 | 2025-06-19T08:06:30.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1782 | 2025-06-19T08:06:30.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1783 | 2025-06-19T08:06:30.128Z | |
| 1784 | 2025-06-19T08:06:30.128Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/215) |
| 1785 | 2025-06-19T08:06:30.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1786 | 2025-06-19T08:06:30.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1787 | 2025-06-19T08:06:30.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1788 | 2025-06-19T08:06:30.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1789 | 2025-06-19T08:06:30.679Z | |
| 1790 | 2025-06-19T08:06:30.679Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/215) |
| 1791 | 2025-06-19T08:06:31.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2025-06-19T08:06:31.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2025-06-19T08:06:31.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2025-06-19T08:06:31.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1795 | 2025-06-19T08:06:31.232Z | |
| 1796 | 2025-06-19T08:06:31.232Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/215) |
| 1797 | 2025-06-19T08:06:31.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2025-06-19T08:06:31.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2025-06-19T08:06:31.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2025-06-19T08:06:31.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1801 | 2025-06-19T08:06:31.785Z | |
| 1802 | 2025-06-19T08:06:31.785Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/215) |
| 1803 | 2025-06-19T08:06:32.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2025-06-19T08:06:32.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2025-06-19T08:06:32.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2025-06-19T08:06:32.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1807 | 2025-06-19T08:06:32.340Z | |
| 1808 | 2025-06-19T08:06:32.340Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/215) |
| 1809 | 2025-06-19T08:06:32.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2025-06-19T08:06:32.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2025-06-19T08:06:32.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2025-06-19T08:06:32.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1813 | 2025-06-19T08:06:32.912Z | |
| 1814 | 2025-06-19T08:06:32.912Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/215) |
| 1815 | 2025-06-19T08:06:33.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2025-06-19T08:06:33.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2025-06-19T08:06:33.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2025-06-19T08:06:33.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1819 | 2025-06-19T08:06:33.485Z | |
| 1820 | 2025-06-19T08:06:33.486Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/215) |
| 1821 | 2025-06-19T08:06:33.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2025-06-19T08:06:33.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2025-06-19T08:06:33.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2025-06-19T08:06:33.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1825 | 2025-06-19T08:06:34.056Z | |
| 1826 | 2025-06-19T08:06:34.056Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/215) |
| 1827 | 2025-06-19T08:06:34.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2025-06-19T08:06:34.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2025-06-19T08:06:34.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2025-06-19T08:06:34.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1831 | 2025-06-19T08:06:34.617Z | |
| 1832 | 2025-06-19T08:06:34.617Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/215) |
| 1833 | 2025-06-19T08:06:35.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2025-06-19T08:06:35.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2025-06-19T08:06:35.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2025-06-19T08:06:35.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2025-06-19T08:06:35.186Z | |
| 1838 | 2025-06-19T08:06:35.186Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/215) |
| 1839 | 2025-06-19T08:06:35.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2025-06-19T08:06:35.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2025-06-19T08:06:35.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2025-06-19T08:06:35.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1843 | 2025-06-19T08:06:35.756Z | |
| 1844 | 2025-06-19T08:06:35.756Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/215) |
| 1845 | 2025-06-19T08:06:36.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2025-06-19T08:06:36.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2025-06-19T08:06:36.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2025-06-19T08:06:36.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1849 | 2025-06-19T08:06:36.324Z | |
| 1850 | 2025-06-19T08:06:36.324Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/215) |
| 1851 | 2025-06-19T08:06:36.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2025-06-19T08:06:36.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2025-06-19T08:06:36.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2025-06-19T08:06:36.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1855 | 2025-06-19T08:06:36.885Z | |
| 1856 | 2025-06-19T08:06:36.885Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/215) |
| 1857 | 2025-06-19T08:06:37.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2025-06-19T08:06:37.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2025-06-19T08:06:37.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2025-06-19T08:06:37.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1861 | 2025-06-19T08:06:37.449Z | |
| 1862 | 2025-06-19T08:06:37.449Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/215) |
| 1863 | 2025-06-19T08:06:37.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2025-06-19T08:06:37.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2025-06-19T08:06:37.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2025-06-19T08:06:37.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1867 | 2025-06-19T08:06:38.010Z | |
| 1868 | 2025-06-19T08:06:38.010Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/215) |
| 1869 | 2025-06-19T08:06:38.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2025-06-19T08:06:38.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2025-06-19T08:06:38.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2025-06-19T08:06:38.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1873 | 2025-06-19T08:06:38.577Z | |
| 1874 | 2025-06-19T08:06:38.577Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/215) |
| 1875 | 2025-06-19T08:06:39.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2025-06-19T08:06:39.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2025-06-19T08:06:39.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2025-06-19T08:06:39.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1879 | 2025-06-19T08:06:39.137Z | |
| 1880 | 2025-06-19T08:06:39.137Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/215) |
| 1881 | 2025-06-19T08:06:39.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2025-06-19T08:06:39.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2025-06-19T08:06:39.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2025-06-19T08:06:39.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1885 | 2025-06-19T08:06:39.701Z | |
| 1886 | 2025-06-19T08:06:39.703Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/215) |
| 1887 | 2025-06-19T08:06:40.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2025-06-19T08:06:40.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2025-06-19T08:06:40.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2025-06-19T08:06:40.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1891 | 2025-06-19T08:06:40.252Z | |
| 1892 | 2025-06-19T08:06:40.252Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/215) |
| 1893 | 2025-06-19T08:06:40.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2025-06-19T08:06:40.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2025-06-19T08:06:40.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2025-06-19T08:06:40.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1897 | 2025-06-19T08:06:40.812Z | |
| 1898 | 2025-06-19T08:06:40.812Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/215) |
| 1899 | 2025-06-19T08:06:41.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2025-06-19T08:06:41.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2025-06-19T08:06:41.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2025-06-19T08:06:41.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1903 | 2025-06-19T08:06:41.364Z | |
| 1904 | 2025-06-19T08:06:41.364Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/215) |
| 1905 | 2025-06-19T08:06:41.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2025-06-19T08:06:41.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2025-06-19T08:06:41.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2025-06-19T08:06:41.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1909 | 2025-06-19T08:06:41.928Z | |
| 1910 | 2025-06-19T08:06:41.928Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/215) |
| 1911 | 2025-06-19T08:06:42.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2025-06-19T08:06:42.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2025-06-19T08:06:42.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2025-06-19T08:06:42.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1915 | 2025-06-19T08:06:42.485Z | |
| 1916 | 2025-06-19T08:06:42.485Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/215) |
| 1917 | 2025-06-19T08:06:42.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2025-06-19T08:06:42.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2025-06-19T08:06:42.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2025-06-19T08:06:42.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1921 | 2025-06-19T08:06:43.042Z | |
| 1922 | 2025-06-19T08:06:43.042Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/215) |
| 1923 | 2025-06-19T08:06:43.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2025-06-19T08:06:43.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2025-06-19T08:06:43.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2025-06-19T08:06:43.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1927 | 2025-06-19T08:06:43.595Z | |
| 1928 | 2025-06-19T08:06:43.595Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/215) |
| 1929 | 2025-06-19T08:06:44.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2025-06-19T08:06:44.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2025-06-19T08:06:44.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2025-06-19T08:06:44.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1933 | 2025-06-19T08:06:44.145Z | |
| 1934 | 2025-06-19T08:06:44.145Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/215) |
| 1935 | 2025-06-19T08:06:44.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2025-06-19T08:06:44.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2025-06-19T08:06:44.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2025-06-19T08:06:44.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1939 | 2025-06-19T08:06:44.702Z | |
| 1940 | 2025-06-19T08:06:44.702Z | info: running `cargo check --bins` on sled-hardware-types (46/215) |
| 1941 | 2025-06-19T08:06:45.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2025-06-19T08:06:45.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2025-06-19T08:06:45.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2025-06-19T08:06:45.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1945 | 2025-06-19T08:06:45.449Z | |
| 1946 | 2025-06-19T08:06:45.449Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/215) |
| 1947 | 2025-06-19T08:06:46.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2025-06-19T08:06:46.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2025-06-19T08:06:46.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2025-06-19T08:06:46.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1951 | 2025-06-19T08:06:46.208Z | |
| 1952 | 2025-06-19T08:06:46.208Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/215) |
| 1953 | 2025-06-19T08:06:46.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2025-06-19T08:06:46.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2025-06-19T08:06:46.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2025-06-19T08:06:46.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1957 | 2025-06-19T08:06:46.964Z | |
| 1958 | 2025-06-19T08:06:46.964Z | info: running `cargo check --bins` on oxlog (49/215) |
| 1959 | 2025-06-19T08:06:47.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2025-06-19T08:06:47.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2025-06-19T08:06:47.713Z | Checking cfg-if v1.0.1 |
| 1962 | 2025-06-19T08:06:47.716Z | Checking libc v0.2.174 |
| 1963 | 2025-06-19T08:06:47.836Z | Checking serde v1.0.219 |
| 1964 | 2025-06-19T08:06:47.839Z | Checking zeroize v1.8.1 |
| 1965 | 2025-06-19T08:06:47.853Z | Checking memchr v2.7.4 |
| 1966 | 2025-06-19T08:06:47.864Z | Checking typenum v1.17.0 |
| 1967 | 2025-06-19T08:06:47.867Z | Checking smallvec v1.15.0 |
| 1968 | 2025-06-19T08:06:47.893Z | Checking value-bag v1.9.0 |
| 1969 | 2025-06-19T08:06:47.896Z | Checking subtle v2.6.1 |
| 1970 | 2025-06-19T08:06:48.091Z | Checking scopeguard v1.2.0 |
| 1971 | 2025-06-19T08:06:48.189Z | Checking const-oid v0.9.6 |
| 1972 | 2025-06-19T08:06:48.223Z | Checking itoa v1.0.11 |
| 1973 | 2025-06-19T08:06:48.273Z | Checking lock_api v0.4.12 |
| 1974 | 2025-06-19T08:06:48.298Z | Checking log v0.4.27 |
| 1975 | 2025-06-19T08:06:48.505Z | Checking stable_deref_trait v1.2.0 |
| 1976 | 2025-06-19T08:06:48.622Z | Checking pin-project-lite v0.2.14 |
| 1977 | 2025-06-19T08:06:48.694Z | Checking byteorder v1.5.0 |
| 1978 | 2025-06-19T08:06:48.711Z | Checking zerofrom v0.1.4 |
| 1979 | 2025-06-19T08:06:48.774Z | Checking futures-core v0.3.31 |
| 1980 | 2025-06-19T08:06:48.804Z | Checking once_cell v1.21.3 |
| 1981 | 2025-06-19T08:06:48.904Z | Checking getrandom v0.2.15 |
| 1982 | 2025-06-19T08:06:48.922Z | Checking generic-array v0.14.7 |
| 1983 | 2025-06-19T08:06:48.939Z | Checking signal-hook-registry v1.4.2 |
| 1984 | 2025-06-19T08:06:48.979Z | Checking parking_lot_core v0.9.10 |
| 1985 | 2025-06-19T08:06:49.110Z | Checking yoke v0.7.4 |
| 1986 | 2025-06-19T08:06:49.127Z | Checking mio v1.0.2 |
| 1987 | 2025-06-19T08:06:49.166Z | Checking rand_core v0.6.4 |
| 1988 | 2025-06-19T08:06:49.196Z | Checking socket2 v0.5.10 |
| 1989 | 2025-06-19T08:06:49.308Z | Checking parking_lot v0.12.3 |
| 1990 | 2025-06-19T08:06:49.461Z | Checking zerovec v0.10.4 |
| 1991 | 2025-06-19T08:06:49.481Z | Checking cpufeatures v0.2.14 |
| 1992 | 2025-06-19T08:06:49.587Z | Checking futures-sink v0.3.31 |
| 1993 | 2025-06-19T08:06:49.679Z | Checking writeable v0.5.5 |
| 1994 | 2025-06-19T08:06:49.679Z | Checking litemap v0.7.3 |
| 1995 | 2025-06-19T08:06:49.710Z | Checking zerocopy v0.7.35 |
| 1996 | 2025-06-19T08:06:49.746Z | Checking slab v0.4.9 |
| 1997 | 2025-06-19T08:06:49.996Z | Checking crypto-common v0.1.6 |
| 1998 | 2025-06-19T08:06:50.016Z | Checking block-buffer v0.10.4 |
| 1999 | 2025-06-19T08:06:50.033Z | Checking block-padding v0.3.3 |
| 2000 | 2025-06-19T08:06:50.046Z | Checking percent-encoding v2.3.1 |
| 2001 | 2025-06-19T08:06:50.065Z | Checking libm v0.2.8 |
| 2002 | 2025-06-19T08:06:50.200Z | Checking ryu v1.0.18 |
| 2003 | 2025-06-19T08:06:50.238Z | Checking digest v0.10.7 |
| 2004 | 2025-06-19T08:06:50.258Z | Checking inout v0.1.3 |
| 2005 | 2025-06-19T08:06:50.261Z | Checking equivalent v1.0.2 |
| 2006 | 2025-06-19T08:06:50.404Z | Checking icu_locid_transform_data v1.5.0 |
| 2007 | 2025-06-19T08:06:50.439Z | Checking allocator-api2 v0.2.21 |
| 2008 | 2025-06-19T08:06:50.500Z | Checking foldhash v0.1.5 |
| 2009 | 2025-06-19T08:06:50.519Z | Checking cipher v0.4.4 |
| 2010 | 2025-06-19T08:06:50.613Z | Checking hmac v0.12.1 |
| 2011 | 2025-06-19T08:06:50.767Z | Checking sha2 v0.10.9 |
| 2012 | 2025-06-19T08:06:50.836Z | Checking getrandom v0.3.1 |
| 2013 | 2025-06-19T08:06:50.913Z | Checking base64ct v1.6.0 |
| 2014 | 2025-06-19T08:06:50.934Z | Checking icu_properties_data v1.5.0 |
| 2015 | 2025-06-19T08:06:50.937Z | Checking num-traits v0.2.19 |
| 2016 | 2025-06-19T08:06:50.991Z | Checking tinystr v0.7.6 |
| 2017 | 2025-06-19T08:06:51.009Z | Checking hashbrown v0.15.3 |
| 2018 | 2025-06-19T08:06:51.080Z | Checking icu_collections v1.5.0 |
| 2019 | 2025-06-19T08:06:51.183Z | Checking futures-channel v0.3.31 |
| 2020 | 2025-06-19T08:06:51.327Z | Checking icu_locid v1.5.0 |
| 2021 | 2025-06-19T08:06:51.344Z | Checking futures-task v0.3.31 |
| 2022 | 2025-06-19T08:06:51.364Z | Checking pem-rfc7468 v0.7.0 |
| 2023 | 2025-06-19T08:06:51.534Z | Checking utf8_iter v1.0.4 |
| 2024 | 2025-06-19T08:06:51.582Z | Checking utf16_iter v1.0.5 |
| 2025 | 2025-06-19T08:06:51.643Z | Checking pin-utils v0.1.0 |
| 2026 | 2025-06-19T08:06:51.736Z | Checking icu_normalizer_data v1.5.0 |
| 2027 | 2025-06-19T08:06:51.754Z | Checking flagset v0.4.6 |
| 2028 | 2025-06-19T08:06:51.769Z | Checking futures-io v0.3.31 |
| 2029 | 2025-06-19T08:06:51.775Z | Checking write16 v1.0.0 |
| 2030 | 2025-06-19T08:06:51.841Z | Checking salsa20 v0.10.2 |
| 2031 | 2025-06-19T08:06:51.917Z | Checking ppv-lite86 v0.2.20 |
| 2032 | 2025-06-19T08:06:51.954Z | Checking futures-util v0.3.31 |
| 2033 | 2025-06-19T08:06:51.974Z | Checking der v0.7.9 |
| 2034 | 2025-06-19T08:06:52.029Z | Checking pbkdf2 v0.12.2 |
| 2035 | 2025-06-19T08:06:52.065Z | Checking fnv v1.0.7 |
| 2036 | 2025-06-19T08:06:52.211Z | Checking scrypt v0.11.0 |
| 2037 | 2025-06-19T08:06:52.229Z | Checking cbc v0.1.2 |
| 2038 | 2025-06-19T08:06:52.267Z | Checking bytes v1.10.1 |
| 2039 | 2025-06-19T08:06:52.300Z | Checking icu_provider v1.5.0 |
| 2040 | 2025-06-19T08:06:52.381Z | Checking bitflags v2.9.0 |
| 2041 | 2025-06-19T08:06:52.423Z | Checking serde_json v1.0.140 |
| 2042 | 2025-06-19T08:06:52.452Z | Checking indexmap v2.9.0 |
| 2043 | 2025-06-19T08:06:52.576Z | Checking aes v0.8.4 |
| 2044 | 2025-06-19T08:06:52.696Z | Checking form_urlencoded v1.2.1 |
| 2045 | 2025-06-19T08:06:52.894Z | Checking icu_locid_transform v1.5.0 |
| 2046 | 2025-06-19T08:06:52.913Z | Checking uuid v1.17.0 |
| 2047 | 2025-06-19T08:06:53.240Z | Checking tokio v1.45.1 |
| 2048 | 2025-06-19T08:06:53.458Z | Checking http v1.3.1 |
| 2049 | 2025-06-19T08:06:53.565Z | Checking tracing-core v0.1.32 |
| 2050 | 2025-06-19T08:06:53.682Z | Checking spki v0.7.3 |
| 2051 | 2025-06-19T08:06:53.701Z | Checking zerocopy v0.8.25 |
| 2052 | 2025-06-19T08:06:53.955Z | Checking icu_properties v1.5.1 |
| 2053 | 2025-06-19T08:06:53.996Z | Checking pkcs5 v0.7.1 |
| 2054 | 2025-06-19T08:06:54.027Z | Checking rustls-pki-types v1.10.0 |
| 2055 | 2025-06-19T08:06:54.203Z | Checking tracing v0.1.40 |
| 2056 | 2025-06-19T08:06:54.499Z | Checking pkcs8 v0.10.2 |
| 2057 | 2025-06-19T08:06:54.544Z | Checking base64 v0.22.1 |
| 2058 | 2025-06-19T08:06:54.565Z | Compiling newtype-uuid v1.2.4 |
| 2059 | 2025-06-19T08:06:54.761Z | Checking http-body v1.0.1 |
| 2060 | 2025-06-19T08:06:54.803Z | Checking iana-time-zone v0.1.63 |
| 2061 | 2025-06-19T08:06:54.859Z | Checking tinyvec_macros v0.1.1 |
| 2062 | 2025-06-19T08:06:54.969Z | Checking tinyvec v1.8.0 |
| 2063 | 2025-06-19T08:06:54.986Z | Checking chrono v0.4.41 |
| 2064 | 2025-06-19T08:06:55.021Z | Checking aws-lc-sys v0.26.0 |
| 2065 | 2025-06-19T08:06:55.044Z | Checking thiserror v1.0.69 |
| 2066 | 2025-06-19T08:06:55.196Z | Checking spin v0.9.8 |
| 2067 | 2025-06-19T08:06:55.558Z | Checking untrusted v0.7.1 |
| 2068 | 2025-06-19T08:06:55.755Z | Checking foreign-types-shared v0.1.1 |
| 2069 | 2025-06-19T08:06:55.885Z | Checking tower-service v0.3.3 |
| 2070 | 2025-06-19T08:06:56.030Z | Checking openssl-probe v0.1.5 |
| 2071 | 2025-06-19T08:06:56.227Z | Checking try-lock v0.2.5 |
| 2072 | 2025-06-19T08:06:56.249Z | Checking atomic-waker v1.1.2 |
| 2073 | 2025-06-19T08:06:56.399Z | Checking adler2 v2.0.0 |
| 2074 | 2025-06-19T08:06:56.417Z | Checking untrusted v0.9.0 |
| 2075 | 2025-06-19T08:06:56.526Z | Checking want v0.3.1 |
| 2076 | 2025-06-19T08:06:56.584Z | Checking miniz_oxide v0.8.5 |
| 2077 | 2025-06-19T08:06:56.601Z | Checking ring v0.17.14 |
| 2078 | 2025-06-19T08:06:56.689Z | Checking rand_core v0.9.2 |
| 2079 | 2025-06-19T08:06:56.732Z | Checking foreign-types v0.3.2 |
| 2080 | 2025-06-19T08:06:56.847Z | Checking crossbeam-utils v0.8.21 |
| 2081 | 2025-06-19T08:06:57.005Z | Checking httparse v1.9.5 |
| 2082 | 2025-06-19T08:06:57.030Z | Checking openssl-sys v0.9.109 |
| 2083 | 2025-06-19T08:06:57.206Z | Checking aws-lc-rs v1.12.4 |
| 2084 | 2025-06-19T08:06:59.171Z | Checking errno v0.3.12 |
| 2085 | 2025-06-19T08:06:59.274Z | Checking icu_normalizer v1.5.0 |
| 2086 | 2025-06-19T08:06:59.274Z | Checking aho-corasick v1.1.3 |
| 2087 | 2025-06-19T08:06:59.274Z | Checking ipnet v2.11.0 |
| 2088 | 2025-06-19T08:06:59.274Z | Checking powerfmt v0.2.0 |
| 2089 | 2025-06-19T08:06:59.342Z | Checking regex-syntax v0.8.5 |
| 2090 | 2025-06-19T08:06:59.342Z | Checking unicode-ident v1.0.18 |
| 2091 | 2025-06-19T08:06:59.342Z | Checking idna_adapter v1.2.0 |
| 2092 | 2025-06-19T08:06:59.343Z | Checking httpdate v1.0.3 |
| 2093 | 2025-06-19T08:06:59.343Z | Checking proc-macro2 v1.0.95 |
| 2094 | 2025-06-19T08:06:59.343Z | Checking idna v1.0.3 |
| 2095 | 2025-06-19T08:06:59.343Z | Checking openssl v0.10.73 |
| 2096 | 2025-06-19T08:06:59.343Z | Checking deranged v0.3.11 |
| 2097 | 2025-06-19T08:06:59.343Z | Checking url v2.5.4 |
| 2098 | 2025-06-19T08:06:59.343Z | Checking crossbeam-epoch v0.9.18 |
| 2099 | 2025-06-19T08:06:59.343Z | Checking rustls-webpki v0.102.8 |
| 2100 | 2025-06-19T08:06:59.343Z | Checking rustix v0.38.37 |
| 2101 | 2025-06-19T08:06:59.358Z | Checking rand_chacha v0.9.0 |
| 2102 | 2025-06-19T08:06:59.710Z | Checking unicode-normalization v0.1.24 |
| 2103 | 2025-06-19T08:06:59.755Z | Checking rand_chacha v0.3.1 |
| 2104 | 2025-06-19T08:06:59.773Z | Checking semver v1.0.26 |
| 2105 | 2025-06-19T08:06:59.944Z | Checking tokio-util v0.7.15 |
| 2106 | 2025-06-19T08:07:00.163Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2107 | 2025-06-19T08:07:00.182Z | Checking signature v2.2.0 |
| 2108 | 2025-06-19T08:07:00.185Z | Checking scroll v0.12.0 |
| 2109 | 2025-06-19T08:07:00.293Z | Checking crc32fast v1.4.2 |
| 2110 | 2025-06-19T08:07:00.388Z | Checking ucd-trie v0.1.7 |
| 2111 | 2025-06-19T08:07:00.542Z | Checking plain v0.2.3 |
| 2112 | 2025-06-19T08:07:00.608Z | Checking num_threads v0.1.7 |
| 2113 | 2025-06-19T08:07:00.655Z | Checking unicode-bidi v0.3.17 |
| 2114 | 2025-06-19T08:07:00.674Z | Checking unicode-properties v0.1.3 |
| 2115 | 2025-06-19T08:07:00.707Z | Checking either v1.14.0 |
| 2116 | 2025-06-19T08:07:00.750Z | Checking num-conv v0.1.0 |
| 2117 | 2025-06-19T08:07:00.971Z | Checking h2 v0.4.6 |
| 2118 | 2025-06-19T08:07:01.023Z | Checking siphasher v0.3.11 |
| 2119 | 2025-06-19T08:07:01.042Z | Checking anstyle v1.0.11 |
| 2120 | 2025-06-19T08:07:01.059Z | Checking regex-automata v0.4.8 |
| 2121 | 2025-06-19T08:07:01.108Z | Checking dyn-clone v1.0.19 |
| 2122 | 2025-06-19T08:07:01.282Z | Checking utf8parse v0.2.2 |
| 2123 | 2025-06-19T08:07:01.304Z | Checking time-core v0.1.2 |
| 2124 | 2025-06-19T08:07:01.343Z | Checking phf_shared v0.11.2 |
| 2125 | 2025-06-19T08:07:01.391Z | Checking stringprep v0.1.5 |
| 2126 | 2025-06-19T08:07:01.438Z | Checking anstyle-parse v0.2.5 |
| 2127 | 2025-06-19T08:07:01.477Z | Checking time v0.3.36 |
| 2128 | 2025-06-19T08:07:01.611Z | Checking schemars v0.8.22 |
| 2129 | 2025-06-19T08:07:01.696Z | Checking goblin v0.8.2 |
| 2130 | 2025-06-19T08:07:01.714Z | Checking pest v2.7.14 |
| 2131 | 2025-06-19T08:07:02.160Z | Checking rand v0.8.5 |
| 2132 | 2025-06-19T08:07:03.265Z | Checking rustls v0.23.19 |
| 2133 | 2025-06-19T08:07:03.351Z | Checking rand v0.9.1 |
| 2134 | 2025-06-19T08:07:03.740Z | Checking native-tls v0.2.12 |
| 2135 | 2025-06-19T08:07:03.932Z | Checking crossbeam-deque v0.8.5 |
| 2136 | 2025-06-19T08:07:04.043Z | Checking quote v1.0.40 |
| 2137 | 2025-06-19T08:07:04.256Z | Checking num-integer v0.1.46 |
| 2138 | 2025-06-19T08:07:04.399Z | Checking serde_spanned v0.6.9 |
| 2139 | 2025-06-19T08:07:04.424Z | Checking toml_datetime v0.6.11 |
| 2140 | 2025-06-19T08:07:04.510Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2141 | 2025-06-19T08:07:04.622Z | Checking md-5 v0.10.6 |
| 2142 | 2025-06-19T08:07:04.725Z | Checking ff v0.13.0 |
| 2143 | 2025-06-19T08:07:04.742Z | Checking hash32 v0.2.1 |
| 2144 | 2025-06-19T08:07:04.786Z | Checking sync_wrapper v1.0.1 |
| 2145 | 2025-06-19T08:07:04.861Z | Checking pretty-hex v0.4.1 |
| 2146 | 2025-06-19T08:07:04.943Z | Checking base16ct v0.2.0 |
| 2147 | 2025-06-19T08:07:04.961Z | Checking anstyle-query v1.1.1 |
| 2148 | 2025-06-19T08:07:05.029Z | Checking psl-types v2.0.11 |
| 2149 | 2025-06-19T08:07:05.068Z | Checking is_terminal_polyfill v1.70.1 |
| 2150 | 2025-06-19T08:07:05.107Z | Checking gimli v0.31.1 |
| 2151 | 2025-06-19T08:07:05.167Z | Checking colorchoice v1.0.2 |
| 2152 | 2025-06-19T08:07:05.208Z | Checking tower-layer v0.3.3 |
| 2153 | 2025-06-19T08:07:05.241Z | Checking fallible-iterator v0.2.0 |
| 2154 | 2025-06-19T08:07:05.331Z | Checking anstream v0.6.18 |
| 2155 | 2025-06-19T08:07:05.494Z | Checking tower v0.5.2 |
| 2156 | 2025-06-19T08:07:05.514Z | Checking publicsuffix v2.3.0 |
| 2157 | 2025-06-19T08:07:05.717Z | Checking sec1 v0.7.3 |
| 2158 | 2025-06-19T08:07:05.799Z | Checking heapless v0.7.17 |
| 2159 | 2025-06-19T08:07:05.850Z | Checking postgres-protocol v0.6.8 |
| 2160 | 2025-06-19T08:07:06.118Z | Checking group v0.13.0 |
| 2161 | 2025-06-19T08:07:06.225Z | Checking num-iter v0.1.45 |
| 2162 | 2025-06-19T08:07:06.382Z | Checking zstd-safe v7.2.3 |
| 2163 | 2025-06-19T08:07:06.401Z | Compiling daft v0.1.3 |
| 2164 | 2025-06-19T08:07:06.486Z | Checking dof v0.3.0 |
| 2165 | 2025-06-19T08:07:06.541Z | Checking syn v2.0.103 |
| 2166 | 2025-06-19T08:07:06.689Z | Checking rayon-core v1.12.1 |
| 2167 | 2025-06-19T08:07:06.740Z | Checking dtrace-parser v0.2.0 |
| 2168 | 2025-06-19T08:07:06.904Z | Checking tokio-native-tls v0.3.1 |
| 2169 | 2025-06-19T08:07:06.953Z | Checking hyper v1.6.0 |
| 2170 | 2025-06-19T08:07:07.085Z | Checking cookie v0.18.1 |
| 2171 | 2025-06-19T08:07:07.161Z | Checking ipnetwork v0.21.1 |
| 2172 | 2025-06-19T08:07:07.232Z | Checking terminal_size v0.4.0 |
| 2173 | 2025-06-19T08:07:07.367Z | Checking flate2 v1.1.2 |
| 2174 | 2025-06-19T08:07:07.427Z | Checking rustls-native-certs v0.8.1 |
| 2175 | 2025-06-19T08:07:07.524Z | Checking lazy_static v1.5.0 |
| 2176 | 2025-06-19T08:07:07.552Z | Checking http-body-util v0.1.3 |
| 2177 | 2025-06-19T08:07:07.626Z | Checking webpki-roots v1.0.0 |
| 2178 | 2025-06-19T08:07:07.668Z | Checking signal-hook v0.3.18 |
| 2179 | 2025-06-19T08:07:07.855Z | Checking hkdf v0.12.4 |
| 2180 | 2025-06-19T08:07:07.980Z | Checking crypto-bigint v0.5.5 |
| 2181 | 2025-06-19T08:07:07.997Z | Checking thread-id v4.2.2 |
| 2182 | 2025-06-19T08:07:08.014Z | Checking object v0.36.5 |
| 2183 | 2025-06-19T08:07:08.080Z | Checking clap_lex v0.7.4 |
| 2184 | 2025-06-19T08:07:08.117Z | Checking simd-adler32 v0.3.7 |
| 2185 | 2025-06-19T08:07:08.350Z | Checking unicode-width v0.2.0 |
| 2186 | 2025-06-19T08:07:08.496Z | Checking bitflags v1.3.2 |
| 2187 | 2025-06-19T08:07:08.516Z | Checking tokio-rustls v0.26.0 |
| 2188 | 2025-06-19T08:07:08.620Z | Checking rustc-demangle v0.1.24 |
| 2189 | 2025-06-19T08:07:08.798Z | Checking addr2line v0.24.2 |
| 2190 | 2025-06-19T08:07:08.828Z | Checking strsim v0.11.1 |
| 2191 | 2025-06-19T08:07:08.955Z | Checking winnow v0.5.40 |
| 2192 | 2025-06-19T08:07:08.974Z | Checking hyper-util v0.1.14 |
| 2193 | 2025-06-19T08:07:09.048Z | Checking managed v0.8.0 |
| 2194 | 2025-06-19T08:07:09.120Z | Checking iri-string v0.7.8 |
| 2195 | 2025-06-19T08:07:09.334Z | Checking bumpalo v3.16.0 |
| 2196 | 2025-06-19T08:07:09.453Z | Checking lockfree-object-pool v0.1.6 |
| 2197 | 2025-06-19T08:07:09.696Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2198 | 2025-06-19T08:07:09.716Z | Checking zopfli v0.8.1 |
| 2199 | 2025-06-19T08:07:10.008Z | Checking smoltcp v0.9.1 |
| 2200 | 2025-06-19T08:07:10.404Z | Checking clap_builder v4.5.35 |
| 2201 | 2025-06-19T08:07:10.657Z | Checking elliptic-curve v0.13.8 |
| 2202 | 2025-06-19T08:07:11.314Z | Checking console v0.15.10 |
| 2203 | 2025-06-19T08:07:11.372Z | Checking signal-hook-mio v0.2.4 |
| 2204 | 2025-06-19T08:07:11.535Z | Checking num-bigint-dig v0.8.4 |
| 2205 | 2025-06-19T08:07:11.557Z | Checking hyper-tls v0.6.0 |
| 2206 | 2025-06-19T08:07:11.727Z | Checking tower-http v0.6.6 |
| 2207 | 2025-06-19T08:07:11.802Z | Checking toml_edit v0.19.15 |
| 2208 | 2025-06-19T08:07:11.858Z | Checking hyper-rustls v0.27.7 |
| 2209 | 2025-06-19T08:07:11.878Z | Checking oxnet v0.1.2 |
| 2210 | 2025-06-19T08:07:12.246Z | Checking cookie_store v0.21.1 |
| 2211 | 2025-06-19T08:07:12.266Z | Checking rayon v1.10.0 |
| 2212 | 2025-06-19T08:07:12.290Z | Checking zstd v0.13.3 |
| 2213 | 2025-06-19T08:07:12.450Z | Checking usdt-impl v0.5.0 |
| 2214 | 2025-06-19T08:07:12.665Z | Checking postgres-types v0.2.9 |
| 2215 | 2025-06-19T08:07:12.951Z | Checking bstr v1.10.0 |
| 2216 | 2025-06-19T08:07:12.998Z | Checking regex v1.11.1 |
| 2217 | 2025-06-19T08:07:13.298Z | Checking phf v0.11.2 |
| 2218 | 2025-06-19T08:07:13.326Z | Checking ed25519 v2.2.3 |
| 2219 | 2025-06-19T08:07:13.545Z | Checking bzip2 v0.4.4 |
| 2220 | 2025-06-19T08:07:13.584Z | Checking bzip2 v0.5.2 |
| 2221 | 2025-06-19T08:07:13.607Z | Checking futures-executor v0.3.31 |
| 2222 | 2025-06-19T08:07:13.679Z | Checking curve25519-dalek v4.1.3 |
| 2223 | 2025-06-19T08:07:13.850Z | Checking hubpack v0.1.2 |
| 2224 | 2025-06-19T08:07:13.869Z | Checking memoffset v0.9.1 |
| 2225 | 2025-06-19T08:07:13.888Z | Checking portable-atomic v1.11.0 |
| 2226 | 2025-06-19T08:07:13.931Z | Checking backtrace v0.3.74 |
| 2227 | 2025-06-19T08:07:13.996Z | Checking pkcs1 v0.7.5 |
| 2228 | 2025-06-19T08:07:14.053Z | Checking serde_urlencoded v0.7.1 |
| 2229 | 2025-06-19T08:07:14.158Z | Checking float-cmp v0.10.0 |
| 2230 | 2025-06-19T08:07:14.258Z | Checking serde-big-array v0.5.1 |
| 2231 | 2025-06-19T08:07:14.377Z | Checking rfc6979 v0.4.0 |
| 2232 | 2025-06-19T08:07:14.402Z | Checking memmap v0.7.0 |
| 2233 | 2025-06-19T08:07:14.491Z | Checking encoding_rs v0.8.34 |
| 2234 | 2025-06-19T08:07:14.509Z | Checking predicates-core v1.0.8 |
| 2235 | 2025-06-19T08:07:14.530Z | Checking static_assertions v1.1.0 |
| 2236 | 2025-06-19T08:07:14.581Z | Checking toml_write v0.1.2 |
| 2237 | 2025-06-19T08:07:14.615Z | Checking minimal-lexical v0.2.1 |
| 2238 | 2025-06-19T08:07:14.637Z | Checking new_debug_unreachable v1.0.6 |
| 2239 | 2025-06-19T08:07:14.714Z | Checking fixedbitset v0.4.2 |
| 2240 | 2025-06-19T08:07:14.751Z | Checking precomputed-hash v0.1.1 |
| 2241 | 2025-06-19T08:07:14.861Z | Checking winnow v0.7.10 |
| 2242 | 2025-06-19T08:07:14.880Z | Checking mime v0.3.17 |
| 2243 | 2025-06-19T08:07:14.884Z | Checking normalize-line-endings v0.3.0 |
| 2244 | 2025-06-19T08:07:14.998Z | Checking whoami v1.5.2 |
| 2245 | 2025-06-19T08:07:15.016Z | Checking difflib v0.4.0 |
| 2246 | 2025-06-19T08:07:15.032Z | Checking unicode-segmentation v1.12.0 |
| 2247 | 2025-06-19T08:07:15.190Z | Checking number_prefix v0.4.0 |
| 2248 | 2025-06-19T08:07:15.309Z | Checking data-encoding v2.9.0 |
| 2249 | 2025-06-19T08:07:15.344Z | Checking predicates v3.1.3 |
| 2250 | 2025-06-19T08:07:15.402Z | Checking tokio-postgres v0.7.13 |
| 2251 | 2025-06-19T08:07:15.463Z | Checking ed25519-dalek v2.1.1 |
| 2252 | 2025-06-19T08:07:15.710Z | Checking similar v2.7.0 |
| 2253 | 2025-06-19T08:07:15.780Z | Checking indicatif v0.17.11 |
| 2254 | 2025-06-19T08:07:15.871Z | Checking hickory-proto v0.24.4 |
| 2255 | 2025-06-19T08:07:15.875Z | Checking nom v7.1.3 |
| 2256 | 2025-06-19T08:07:15.953Z | Checking petgraph v0.6.5 |
| 2257 | 2025-06-19T08:07:16.530Z | Checking string_cache v0.8.9 |
| 2258 | 2025-06-19T08:07:16.582Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2259 | 2025-06-19T08:07:16.724Z | Checking reqwest v0.12.20 |
| 2260 | 2025-06-19T08:07:16.837Z | Checking usdt v0.5.0 |
| 2261 | 2025-06-19T08:07:17.120Z | Checking ecdsa v0.16.9 |
| 2262 | 2025-06-19T08:07:17.646Z | Checking toml_edit v0.22.27 |
| 2263 | 2025-06-19T08:07:17.874Z | Checking anyhow v1.0.98 |
| 2264 | 2025-06-19T08:07:18.285Z | Checking rsa v0.9.6 |
| 2265 | 2025-06-19T08:07:18.290Z | Checking toml v0.7.8 |
| 2266 | 2025-06-19T08:07:18.545Z | Checking nix v0.29.0 |
| 2267 | 2025-06-19T08:07:18.963Z | Checking zip v2.6.1 |
| 2268 | 2025-06-19T08:07:18.986Z | Checking futures v0.3.31 |
| 2269 | 2025-06-19T08:07:19.019Z | Checking zip v0.6.6 |
| 2270 | 2025-06-19T08:07:19.109Z | Checking clap v4.5.35 |
| 2271 | 2025-06-19T08:07:19.236Z | Checking crossterm v0.28.1 |
| 2272 | 2025-06-19T08:07:19.312Z | Checking itertools v0.10.5 |
| 2273 | 2025-06-19T08:07:19.709Z | Checking itertools v0.12.1 |
| 2274 | 2025-06-19T08:07:19.969Z | Checking tokio-stream v0.1.17 |
| 2275 | 2025-06-19T08:07:20.243Z | Checking buf-list v1.0.3 |
| 2276 | 2025-06-19T08:07:20.298Z | Checking fs-err v3.1.1 |
| 2277 | 2025-06-19T08:07:20.326Z | Checking strum v0.26.3 |
| 2278 | 2025-06-19T08:07:20.513Z | Checking ahash v0.8.11 |
| 2279 | 2025-06-19T08:07:20.570Z | Checking slog v2.7.0 |
| 2280 | 2025-06-19T08:07:20.752Z | Checking openapiv3 v2.0.0 |
| 2281 | 2025-06-19T08:07:20.900Z | Checking x509-cert v0.2.5 |
| 2282 | 2025-06-19T08:07:20.928Z | Checking sha1 v0.10.6 |
| 2283 | 2025-06-19T08:07:20.989Z | Checking winnow v0.6.26 |
| 2284 | 2025-06-19T08:07:21.044Z | Checking lalrpop-util v0.19.12 |
| 2285 | 2025-06-19T08:07:21.214Z | Checking peg-runtime v0.8.5 |
| 2286 | 2025-06-19T08:07:21.355Z | Checking rustc-hash v2.1.1 |
| 2287 | 2025-06-19T08:07:21.416Z | Checking unicode-xid v0.2.6 |
| 2288 | 2025-06-19T08:07:21.450Z | Checking camino v1.1.10 |
| 2289 | 2025-06-19T08:07:21.554Z | Checking sigpipe v0.1.3 |
| 2290 | 2025-06-19T08:07:21.601Z | Checking jiff v0.2.15 |
| 2291 | 2025-06-19T08:07:21.668Z | Checking glob v0.3.2 |
| 2292 | 2025-06-19T08:07:25.493Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2293 | 2025-06-19T08:07:25.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s |
| 2294 | 2025-06-19T08:07:26.064Z | |
| 2295 | 2025-06-19T08:07:26.064Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/215) |
| 2296 | 2025-06-19T08:07:26.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2025-06-19T08:07:26.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2025-06-19T08:07:26.867Z | Compiling regress v0.10.3 |
| 2299 | 2025-06-19T08:07:26.991Z | Compiling thiserror-impl v2.0.12 |
| 2300 | 2025-06-19T08:07:27.006Z | Checking heck v0.5.0 |
| 2301 | 2025-06-19T08:07:27.036Z | Compiling unsafe-libyaml v0.2.11 |
| 2302 | 2025-06-19T08:07:27.058Z | Checking newtype-uuid v1.2.4 |
| 2303 | 2025-06-19T08:07:27.062Z | Checking rustix v1.0.7 |
| 2304 | 2025-06-19T08:07:27.086Z | Checking dirs-sys-next v0.1.2 |
| 2305 | 2025-06-19T08:07:27.208Z | Checking fastrand v2.1.1 |
| 2306 | 2025-06-19T08:07:27.270Z | Checking dirs-next v2.0.0 |
| 2307 | 2025-06-19T08:07:27.335Z | Checking daft v0.1.3 |
| 2308 | 2025-06-19T08:07:27.423Z | Checking thread_local v1.1.8 |
| 2309 | 2025-06-19T08:07:27.524Z | Compiling structmeta-derive v0.3.0 |
| 2310 | 2025-06-19T08:07:27.691Z | Compiling ident_case v1.0.1 |
| 2311 | 2025-06-19T08:07:27.778Z | Checking term v0.7.0 |
| 2312 | 2025-06-19T08:07:27.940Z | Compiling darling_core v0.20.10 |
| 2313 | 2025-06-19T08:07:28.210Z | Checking crossbeam-channel v0.5.15 |
| 2314 | 2025-06-19T08:07:28.576Z | Compiling serde_yaml v0.9.34+deprecated |
| 2315 | 2025-06-19T08:07:28.787Z | Checking tempfile v3.20.0 |
| 2316 | 2025-06-19T08:07:28.933Z | Checking is-terminal v0.4.13 |
| 2317 | 2025-06-19T08:07:29.090Z | Checking take_mut v0.2.2 |
| 2318 | 2025-06-19T08:07:29.190Z | Compiling rustls v0.22.4 |
| 2319 | 2025-06-19T08:07:29.260Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2320 | 2025-06-19T08:07:29.509Z | Checking slog-async v2.8.0 |
| 2321 | 2025-06-19T08:07:29.650Z | Checking slog-term v2.9.1 |
| 2322 | 2025-06-19T08:07:29.824Z | Compiling proc-macro-crate v1.3.1 |
| 2323 | 2025-06-19T08:07:29.961Z | Compiling structmeta v0.3.0 |
| 2324 | 2025-06-19T08:07:30.020Z | Compiling thiserror v2.0.12 |
| 2325 | 2025-06-19T08:07:30.196Z | Checking wait-timeout v0.2.0 |
| 2326 | 2025-06-19T08:07:30.327Z | Compiling multer v3.1.0 |
| 2327 | 2025-06-19T08:07:30.349Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2328 | 2025-06-19T08:07:30.397Z | Checking typify-impl v0.3.0 |
| 2329 | 2025-06-19T08:07:30.401Z | Checking typify-impl v0.2.0 |
| 2330 | 2025-06-19T08:07:30.710Z | Checking match_cfg v0.1.0 |
| 2331 | 2025-06-19T08:07:30.819Z | Checking quick-error v1.2.3 |
| 2332 | 2025-06-19T08:07:30.985Z | Checking bit-vec v0.8.0 |
| 2333 | 2025-06-19T08:07:31.370Z | Compiling ref-cast v1.0.24 |
| 2334 | 2025-06-19T08:07:31.439Z | Checking bit-set v0.8.0 |
| 2335 | 2025-06-19T08:07:31.722Z | Checking rusty-fork v0.3.0 |
| 2336 | 2025-06-19T08:07:31.916Z | Checking hostname v0.3.1 |
| 2337 | 2025-06-19T08:07:31.957Z | Compiling num_enum_derive v0.5.11 |
| 2338 | 2025-06-19T08:07:32.121Z | Checking progenitor-client v0.9.1 |
| 2339 | 2025-06-19T08:07:32.543Z | Checking rand_xorshift v0.4.0 |
| 2340 | 2025-06-19T08:07:32.765Z | Checking slog-json v2.6.1 |
| 2341 | 2025-06-19T08:07:32.870Z | Compiling lzma-sys v0.1.20 |
| 2342 | 2025-06-19T08:07:32.995Z | Checking hex v0.4.3 |
| 2343 | 2025-06-19T08:07:33.020Z | Compiling foreign-types-macros v0.2.3 |
| 2344 | 2025-06-19T08:07:33.507Z | Compiling async-stream-impl v0.3.6 |
| 2345 | 2025-06-19T08:07:33.567Z | Compiling ref-cast-impl v1.0.24 |
| 2346 | 2025-06-19T08:07:33.592Z | Compiling darling_macro v0.20.10 |
| 2347 | 2025-06-19T08:07:34.178Z | Compiling dropshot v0.16.2 |
| 2348 | 2025-06-19T08:07:34.262Z | Checking foreign-types-shared v0.3.1 |
| 2349 | 2025-06-19T08:07:34.414Z | Checking utf-8 v0.7.6 |
| 2350 | 2025-06-19T08:07:34.479Z | Compiling darling v0.20.10 |
| 2351 | 2025-06-19T08:07:34.498Z | Checking unarray v0.1.4 |
| 2352 | 2025-06-19T08:07:34.616Z | Checking arc-swap v1.7.1 |
| 2353 | 2025-06-19T08:07:34.635Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2354 | 2025-06-19T08:07:34.669Z | Checking proptest v1.7.0 |
| 2355 | 2025-06-19T08:07:34.706Z | Checking async-stream v0.3.6 |
| 2356 | 2025-06-19T08:07:34.751Z | Checking tungstenite v0.21.0 |
| 2357 | 2025-06-19T08:07:34.839Z | Compiling serde_with_macros v3.12.0 |
| 2358 | 2025-06-19T08:07:34.988Z | Checking foreign-types v0.5.0 |
| 2359 | 2025-06-19T08:07:35.025Z | Checking slog-scope v4.4.0 |
| 2360 | 2025-06-19T08:07:35.106Z | Checking num_enum v0.5.11 |
| 2361 | 2025-06-19T08:07:35.276Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2362 | 2025-06-19T08:07:35.303Z | Checking slog-bunyan v2.5.0 |
| 2363 | 2025-06-19T08:07:35.492Z | Checking tokio-rustls v0.25.0 |
| 2364 | 2025-06-19T08:07:35.513Z | Compiling proc-macro-error v1.0.4 |
| 2365 | 2025-06-19T08:07:35.771Z | Compiling parse-display-derive v0.10.0 |
| 2366 | 2025-06-19T08:07:35.866Z | Compiling test-strategy v0.4.1 |
| 2367 | 2025-06-19T08:07:36.103Z | Checking toml v0.8.23 |
| 2368 | 2025-06-19T08:07:36.204Z | Checking progenitor-client v0.8.0 |
| 2369 | 2025-06-19T08:07:36.574Z | Compiling heck v0.3.3 |
| 2370 | 2025-06-19T08:07:36.836Z | Checking waitgroup v0.1.2 |
| 2371 | 2025-06-19T08:07:36.948Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2372 | 2025-06-19T08:07:37.006Z | Checking rustls-pemfile v2.2.0 |
| 2373 | 2025-06-19T08:07:37.229Z | Compiling dropshot_endpoint v0.16.2 |
| 2374 | 2025-06-19T08:07:37.292Z | Checking serde_path_to_error v0.1.17 |
| 2375 | 2025-06-19T08:07:37.747Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2376 | 2025-06-19T08:07:37.866Z | Compiling derive-where v1.2.7 |
| 2377 | 2025-06-19T08:07:38.471Z | Checking cstr-argument v0.1.2 |
| 2378 | 2025-06-19T08:07:38.697Z | Checking hostname v0.4.0 |
| 2379 | 2025-06-19T08:07:38.863Z | Checking instant v0.1.13 |
| 2380 | 2025-06-19T08:07:39.011Z | Checking debug-ignore v1.0.5 |
| 2381 | 2025-06-19T08:07:39.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2382 | 2025-06-19T08:07:39.197Z | Checking pretty-hex v0.2.1 |
| 2383 | 2025-06-19T08:07:39.270Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2384 | 2025-06-19T08:07:39.405Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2385 | 2025-06-19T08:07:39.504Z | Checking backoff v0.4.0 |
| 2386 | 2025-06-19T08:07:39.637Z | Checking parse-display v0.10.0 |
| 2387 | 2025-06-19T08:07:39.707Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2388 | 2025-06-19T08:07:39.818Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2389 | 2025-06-19T08:07:39.897Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2390 | 2025-06-19T08:07:39.929Z | Checking serde_with v3.12.0 |
| 2391 | 2025-06-19T08:07:39.977Z | Compiling zone_cfg_derive v0.1.2 |
| 2392 | 2025-06-19T08:07:40.037Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2393 | 2025-06-19T08:07:40.075Z | Checking tokio-tungstenite v0.21.0 |
| 2394 | 2025-06-19T08:07:40.745Z | Checking slog-stdlog v4.1.1 |
| 2395 | 2025-06-19T08:07:40.770Z | Checking iddqd v0.3.7 |
| 2396 | 2025-06-19T08:07:40.927Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2397 | 2025-06-19T08:07:40.951Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2398 | 2025-06-19T08:07:41.253Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2399 | 2025-06-19T08:07:41.277Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2400 | 2025-06-19T08:07:41.439Z | Checking progenitor-client v0.10.0 |
| 2401 | 2025-06-19T08:07:41.579Z | Checking colored v2.2.0 |
| 2402 | 2025-06-19T08:07:41.864Z | Checking macaddr v1.0.1 |
| 2403 | 2025-06-19T08:07:41.988Z | Checking base64 v0.13.1 |
| 2404 | 2025-06-19T08:07:42.205Z | Checking unicode-width v0.1.14 |
| 2405 | 2025-06-19T08:07:42.339Z | Checking base64 v0.21.7 |
| 2406 | 2025-06-19T08:07:42.423Z | Checking ron v0.7.1 |
| 2407 | 2025-06-19T08:07:42.699Z | Checking tabwriter v1.4.0 |
| 2408 | 2025-06-19T08:07:42.800Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2409 | 2025-06-19T08:07:42.957Z | Checking zone v0.1.8 |
| 2410 | 2025-06-19T08:07:43.019Z | Checking slog-envlogger v2.2.0 |
| 2411 | 2025-06-19T08:07:43.258Z | Checking xz2 v0.1.7 |
| 2412 | 2025-06-19T08:07:43.299Z | Checking xattr v1.3.1 |
| 2413 | 2025-06-19T08:07:43.529Z | Checking yasna v0.5.2 |
| 2414 | 2025-06-19T08:07:43.546Z | Checking pem v3.0.5 |
| 2415 | 2025-06-19T08:07:43.572Z | Checking smf v0.2.3 |
| 2416 | 2025-06-19T08:07:43.622Z | Checking headers-core v0.3.0 |
| 2417 | 2025-06-19T08:07:43.833Z | Checking filetime v0.2.25 |
| 2418 | 2025-06-19T08:07:43.849Z | Checking same-file v1.0.6 |
| 2419 | 2025-06-19T08:07:44.050Z | Checking tar v0.4.44 |
| 2420 | 2025-06-19T08:07:44.066Z | Checking walkdir v2.5.0 |
| 2421 | 2025-06-19T08:07:44.085Z | Checking headers v0.4.1 |
| 2422 | 2025-06-19T08:07:44.169Z | Compiling typify-macro v0.2.0 |
| 2423 | 2025-06-19T08:07:44.316Z | Compiling typify-macro v0.3.0 |
| 2424 | 2025-06-19T08:07:44.365Z | Checking camino-tempfile v1.4.1 |
| 2425 | 2025-06-19T08:07:44.393Z | Checking rcgen v0.12.1 |
| 2426 | 2025-06-19T08:07:44.396Z | Checking atomicwrites v0.4.4 |
| 2427 | 2025-06-19T08:07:44.630Z | Checking subprocess v0.2.9 |
| 2428 | 2025-06-19T08:07:46.836Z | Compiling typify v0.2.0 |
| 2429 | 2025-06-19T08:07:46.889Z | Compiling typify v0.3.0 |
| 2430 | 2025-06-19T08:07:46.889Z | Compiling progenitor-impl v0.8.0 |
| 2431 | 2025-06-19T08:07:46.889Z | Compiling progenitor-impl v0.9.1 |
| 2432 | 2025-06-19T08:07:49.239Z | Compiling progenitor-macro v0.8.0 |
| 2433 | 2025-06-19T08:07:49.432Z | Compiling progenitor-macro v0.9.1 |
| 2434 | 2025-06-19T08:07:53.442Z | Checking progenitor v0.8.0 |
| 2435 | 2025-06-19T08:07:53.602Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2436 | 2025-06-19T08:07:54.063Z | Checking progenitor v0.9.1 |
| 2437 | 2025-06-19T08:07:54.214Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2438 | 2025-06-19T08:07:56.170Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2439 | 2025-06-19T08:07:57.054Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2440 | 2025-06-19T08:08:03.363Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2441 | 2025-06-19T08:08:05.062Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2442 | 2025-06-19T08:08:06.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.33s |
| 2443 | 2025-06-19T08:08:06.597Z | |
| 2444 | 2025-06-19T08:08:06.597Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/215) |
| 2445 | 2025-06-19T08:08:07.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2446 | 2025-06-19T08:08:07.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2447 | 2025-06-19T08:08:07.378Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2448 | 2025-06-19T08:08:08.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 2449 | 2025-06-19T08:08:09.108Z | |
| 2450 | 2025-06-19T08:08:09.108Z | info: running `cargo check --bins` on nexus-config (52/215) |
| 2451 | 2025-06-19T08:08:09.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2452 | 2025-06-19T08:08:09.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2453 | 2025-06-19T08:08:09.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2454 | 2025-06-19T08:08:09.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2455 | 2025-06-19T08:08:09.874Z | |
| 2456 | 2025-06-19T08:08:09.874Z | info: running `cargo check --bins` on omicron-rpaths (53/215) |
| 2457 | 2025-06-19T08:08:10.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2458 | 2025-06-19T08:08:10.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2459 | 2025-06-19T08:08:10.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2460 | 2025-06-19T08:08:10.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2461 | 2025-06-19T08:08:10.592Z | |
| 2462 | 2025-06-19T08:08:10.592Z | info: running `cargo check --bins` on omicron-certificates (54/215) |
| 2463 | 2025-06-19T08:08:11.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2464 | 2025-06-19T08:08:11.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2465 | 2025-06-19T08:08:11.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2466 | 2025-06-19T08:08:11.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2467 | 2025-06-19T08:08:11.356Z | |
| 2468 | 2025-06-19T08:08:11.356Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/215) |
| 2469 | 2025-06-19T08:08:12.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2470 | 2025-06-19T08:08:12.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2471 | 2025-06-19T08:08:12.228Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2472 | 2025-06-19T08:08:12.354Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2473 | 2025-06-19T08:08:12.366Z | Compiling rustix v1.0.7 |
| 2474 | 2025-06-19T08:08:12.370Z | Compiling wait-timeout v0.2.0 |
| 2475 | 2025-06-19T08:08:12.371Z | Compiling bit-vec v0.8.0 |
| 2476 | 2025-06-19T08:08:12.371Z | Compiling quick-error v1.2.3 |
| 2477 | 2025-06-19T08:08:12.371Z | Compiling match_cfg v0.1.0 |
| 2478 | 2025-06-19T08:08:12.382Z | Compiling rustls v0.22.4 |
| 2479 | 2025-06-19T08:08:12.498Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2480 | 2025-06-19T08:08:12.516Z | Compiling hostname v0.3.1 |
| 2481 | 2025-06-19T08:08:12.597Z | Compiling progenitor-client v0.9.1 |
| 2482 | 2025-06-19T08:08:12.730Z | Compiling slog-json v2.6.1 |
| 2483 | 2025-06-19T08:08:12.802Z | Compiling rand_xorshift v0.4.0 |
| 2484 | 2025-06-19T08:08:12.887Z | Compiling bit-set v0.8.0 |
| 2485 | 2025-06-19T08:08:12.957Z | Compiling itertools v0.13.0 |
| 2486 | 2025-06-19T08:08:12.986Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2487 | 2025-06-19T08:08:13.063Z | Compiling hex v0.4.3 |
| 2488 | 2025-06-19T08:08:13.086Z | Compiling heapless v0.8.0 |
| 2489 | 2025-06-19T08:08:13.126Z | Compiling unarray v0.1.4 |
| 2490 | 2025-06-19T08:08:13.180Z | Compiling progenitor v0.9.1 |
| 2491 | 2025-06-19T08:08:13.308Z | Compiling slog-bunyan v2.5.0 |
| 2492 | 2025-06-19T08:08:13.415Z | Compiling ref-cast v1.0.24 |
| 2493 | 2025-06-19T08:08:13.538Z | Compiling async-stream v0.3.6 |
| 2494 | 2025-06-19T08:08:13.588Z | Compiling multer v3.1.0 |
| 2495 | 2025-06-19T08:08:13.629Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2496 | 2025-06-19T08:08:13.815Z | Compiling toml v0.8.23 |
| 2497 | 2025-06-19T08:08:13.857Z | Compiling waitgroup v0.1.2 |
| 2498 | 2025-06-19T08:08:13.921Z | Compiling rustls-pemfile v2.2.0 |
| 2499 | 2025-06-19T08:08:14.094Z | Compiling tempfile v3.20.0 |
| 2500 | 2025-06-19T08:08:14.268Z | Checking hash32 v0.3.1 |
| 2501 | 2025-06-19T08:08:14.484Z | Compiling serde_path_to_error v0.1.17 |
| 2502 | 2025-06-19T08:08:14.487Z | Compiling hostname v0.4.0 |
| 2503 | 2025-06-19T08:08:14.523Z | Compiling instant v0.1.13 |
| 2504 | 2025-06-19T08:08:14.700Z | Compiling rusty-fork v0.3.0 |
| 2505 | 2025-06-19T08:08:14.742Z | Compiling smoltcp v0.11.0 |
| 2506 | 2025-06-19T08:08:14.826Z | Compiling debug-ignore v1.0.5 |
| 2507 | 2025-06-19T08:08:15.016Z | Compiling backoff v0.4.0 |
| 2508 | 2025-06-19T08:08:15.210Z | Compiling proptest v1.7.0 |
| 2509 | 2025-06-19T08:08:15.303Z | Compiling iddqd v0.3.7 |
| 2510 | 2025-06-19T08:08:15.375Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2511 | 2025-06-19T08:08:15.395Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2512 | 2025-06-19T08:08:15.598Z | Compiling serde_with v3.12.0 |
| 2513 | 2025-06-19T08:08:15.823Z | Compiling ingot-macros v0.1.0 |
| 2514 | 2025-06-19T08:08:16.015Z | Compiling parse-display v0.10.0 |
| 2515 | 2025-06-19T08:08:16.644Z | Compiling tokio-rustls v0.25.0 |
| 2516 | 2025-06-19T08:08:17.059Z | Compiling dropshot v0.16.2 |
| 2517 | 2025-06-19T08:08:17.857Z | Checking num-rational v0.4.2 |
| 2518 | 2025-06-19T08:08:18.533Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2519 | 2025-06-19T08:08:19.234Z | Compiling progenitor-client v0.10.0 |
| 2520 | 2025-06-19T08:08:19.268Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2521 | 2025-06-19T08:08:20.755Z | Compiling phf_generator v0.11.2 |
| 2522 | 2025-06-19T08:08:20.960Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2523 | 2025-06-19T08:08:21.240Z | Checking num-complex v0.4.6 |
| 2524 | 2025-06-19T08:08:21.972Z | Compiling macaddr v1.0.1 |
| 2525 | 2025-06-19T08:08:22.130Z | Checking cobs v0.2.3 |
| 2526 | 2025-06-19T08:08:22.288Z | Compiling num v0.4.3 |
| 2527 | 2025-06-19T08:08:22.347Z | Checking postcard v1.0.10 |
| 2528 | 2025-06-19T08:08:22.544Z | Compiling phf_codegen v0.11.2 |
| 2529 | 2025-06-19T08:08:22.705Z | Checking ingot-types v0.1.0 |
| 2530 | 2025-06-19T08:08:22.788Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2531 | 2025-06-19T08:08:22.877Z | Compiling parse-zoneinfo v0.3.1 |
| 2532 | 2025-06-19T08:08:23.244Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2533 | 2025-06-19T08:08:23.306Z | Compiling float-ord v0.3.2 |
| 2534 | 2025-06-19T08:08:23.432Z | Checking ingot v0.1.0 |
| 2535 | 2025-06-19T08:08:23.551Z | Compiling convert_case v0.4.0 |
| 2536 | 2025-06-19T08:08:23.713Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2537 | 2025-06-19T08:08:24.376Z | Compiling derive_more v0.99.20 |
| 2538 | 2025-06-19T08:08:24.589Z | Compiling chrono-tz-build v0.4.0 |
| 2539 | 2025-06-19T08:08:25.499Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2540 | 2025-06-19T08:08:25.671Z | Compiling crucible-workspace-hack v0.1.0 |
| 2541 | 2025-06-19T08:08:25.757Z | Checking linked-hash-map v0.5.6 |
| 2542 | 2025-06-19T08:08:26.014Z | Compiling chrono-tz v0.10.3 |
| 2543 | 2025-06-19T08:08:26.094Z | Checking lru-cache v0.1.2 |
| 2544 | 2025-06-19T08:08:26.313Z | Checking resolv-conf v0.7.0 |
| 2545 | 2025-06-19T08:08:26.356Z | Checking newline-converter v0.3.0 |
| 2546 | 2025-06-19T08:08:26.547Z | Checking itertools v0.14.0 |
| 2547 | 2025-06-19T08:08:26.696Z | Checking prettyplease v0.2.34 |
| 2548 | 2025-06-19T08:08:26.728Z | Compiling slog-dtrace v0.3.0 |
| 2549 | 2025-06-19T08:08:26.796Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2550 | 2025-06-19T08:08:27.139Z | Checking hickory-resolver v0.24.4 |
| 2551 | 2025-06-19T08:08:27.863Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2552 | 2025-06-19T08:08:28.077Z | Checking expectorate v1.2.0 |
| 2553 | 2025-06-19T08:08:28.314Z | Compiling zone_cfg_derive v0.3.0 |
| 2554 | 2025-06-19T08:08:28.834Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2555 | 2025-06-19T08:08:29.027Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2556 | 2025-06-19T08:08:29.089Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2557 | 2025-06-19T08:08:29.094Z | Compiling const_format_proc_macros v0.2.34 |
| 2558 | 2025-06-19T08:08:29.186Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2559 | 2025-06-19T08:08:29.611Z | Compiling num-derive v0.4.2 |
| 2560 | 2025-06-19T08:08:30.041Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2561 | 2025-06-19T08:08:30.153Z | Checking highway v1.3.0 |
| 2562 | 2025-06-19T08:08:30.390Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2563 | 2025-06-19T08:08:30.647Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2564 | 2025-06-19T08:08:30.691Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2565 | 2025-06-19T08:08:30.718Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2566 | 2025-06-19T08:08:30.746Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2567 | 2025-06-19T08:08:30.942Z | Checking const_format v0.2.34 |
| 2568 | 2025-06-19T08:08:31.136Z | Checking zone v0.3.1 |
| 2569 | 2025-06-19T08:08:31.411Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2570 | 2025-06-19T08:08:31.667Z | Checking qorb v0.4.0 |
| 2571 | 2025-06-19T08:08:31.737Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2572 | 2025-06-19T08:08:32.143Z | Checking gethostname v0.5.0 |
| 2573 | 2025-06-19T08:08:32.191Z | Checking bcs v0.1.6 |
| 2574 | 2025-06-19T08:08:32.290Z | Checking nanorand v0.7.0 |
| 2575 | 2025-06-19T08:08:32.371Z | Compiling async-recursion v1.1.1 |
| 2576 | 2025-06-19T08:08:32.647Z | Checking termtree v0.5.1 |
| 2577 | 2025-06-19T08:08:32.667Z | Checking flume v0.11.1 |
| 2578 | 2025-06-19T08:08:33.204Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2579 | 2025-06-19T08:08:38.754Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2580 | 2025-06-19T08:08:42.166Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2581 | 2025-06-19T08:08:44.768Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2582 | 2025-06-19T08:08:46.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.70s |
| 2583 | 2025-06-19T08:08:46.263Z | |
| 2584 | 2025-06-19T08:08:46.263Z | info: running `cargo check --bins` on clickhouse-admin-api (56/215) |
| 2585 | 2025-06-19T08:08:46.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2025-06-19T08:08:46.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2025-06-19T08:08:46.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2025-06-19T08:08:46.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2589 | 2025-06-19T08:08:47.034Z | |
| 2590 | 2025-06-19T08:08:47.034Z | info: running `cargo check --bins` on clickhouse-admin-types (57/215) |
| 2591 | 2025-06-19T08:08:47.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2025-06-19T08:08:47.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2025-06-19T08:08:47.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2025-06-19T08:08:47.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2595 | 2025-06-19T08:08:47.791Z | |
| 2596 | 2025-06-19T08:08:47.791Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/215) |
| 2597 | 2025-06-19T08:08:48.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2025-06-19T08:08:48.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2025-06-19T08:08:48.565Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2600 | 2025-06-19T08:08:49.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 2601 | 2025-06-19T08:08:49.444Z | |
| 2602 | 2025-06-19T08:08:49.444Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/215) |
| 2603 | 2025-06-19T08:08:50.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2604 | 2025-06-19T08:08:50.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2605 | 2025-06-19T08:08:50.241Z | Compiling cfg_aliases v0.1.1 |
| 2606 | 2025-06-19T08:08:50.246Z | Compiling vte_generate_state_changes v0.1.2 |
| 2607 | 2025-06-19T08:08:50.246Z | Checking fd-lock v4.0.2 |
| 2608 | 2025-06-19T08:08:50.246Z | Checking nibble_vec v0.1.0 |
| 2609 | 2025-06-19T08:08:50.358Z | Checking bytecount v0.6.8 |
| 2610 | 2025-06-19T08:08:50.362Z | Checking endian-type v0.1.2 |
| 2611 | 2025-06-19T08:08:50.407Z | Compiling tabled_derive v0.7.0 |
| 2612 | 2025-06-19T08:08:50.422Z | Compiling peg-macros v0.8.5 |
| 2613 | 2025-06-19T08:08:50.452Z | Compiling nix v0.28.0 |
| 2614 | 2025-06-19T08:08:50.539Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2615 | 2025-06-19T08:08:50.555Z | Checking papergrid v0.11.0 |
| 2616 | 2025-06-19T08:08:50.571Z | Compiling sqlparser_derive v0.2.2 |
| 2617 | 2025-06-19T08:08:50.614Z | Checking radix_trie v0.2.1 |
| 2618 | 2025-06-19T08:08:50.911Z | Checking vte v0.11.1 |
| 2619 | 2025-06-19T08:08:51.037Z | Checking nu-ansi-term v0.50.1 |
| 2620 | 2025-06-19T08:08:51.438Z | Checking home v0.5.9 |
| 2621 | 2025-06-19T08:08:51.494Z | Checking unicode_categories v0.1.1 |
| 2622 | 2025-06-19T08:08:51.533Z | Checking sqlparser v0.45.0 |
| 2623 | 2025-06-19T08:08:51.674Z | Checking display-error-chain v0.2.2 |
| 2624 | 2025-06-19T08:08:51.795Z | Checking sqlformat v0.3.5 |
| 2625 | 2025-06-19T08:08:52.271Z | Checking strip-ansi-escapes v0.2.0 |
| 2626 | 2025-06-19T08:08:52.443Z | Checking reedline v0.38.0 |
| 2627 | 2025-06-19T08:08:52.462Z | Checking tabled v0.15.0 |
| 2628 | 2025-06-19T08:08:52.858Z | Checking peg v0.8.5 |
| 2629 | 2025-06-19T08:08:53.254Z | Checking rustyline v14.0.0 |
| 2630 | 2025-06-19T08:09:01.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s |
| 2631 | 2025-06-19T08:09:02.131Z | |
| 2632 | 2025-06-19T08:09:02.131Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/215) |
| 2633 | 2025-06-19T08:09:02.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2025-06-19T08:09:02.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2025-06-19T08:09:02.924Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2636 | 2025-06-19T08:09:08.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
| 2637 | 2025-06-19T08:09:08.270Z | |
| 2638 | 2025-06-19T08:09:08.270Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/215) |
| 2639 | 2025-06-19T08:09:08.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2025-06-19T08:09:08.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2025-06-19T08:09:09.067Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2642 | 2025-06-19T08:09:12.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 2643 | 2025-06-19T08:09:12.837Z | |
| 2644 | 2025-06-19T08:09:12.837Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/215) |
| 2645 | 2025-06-19T08:09:13.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2025-06-19T08:09:13.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2025-06-19T08:09:13.636Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2648 | 2025-06-19T08:09:18.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
| 2649 | 2025-06-19T08:09:18.728Z | |
| 2650 | 2025-06-19T08:09:18.728Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/215) |
| 2651 | 2025-06-19T08:09:19.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2025-06-19T08:09:19.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2025-06-19T08:09:19.526Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2654 | 2025-06-19T08:09:24.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
| 2655 | 2025-06-19T08:09:24.732Z | |
| 2656 | 2025-06-19T08:09:24.732Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/215) |
| 2657 | 2025-06-19T08:09:25.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2025-06-19T08:09:25.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2025-06-19T08:09:25.527Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2660 | 2025-06-19T08:09:29.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
| 2661 | 2025-06-19T08:09:29.517Z | |
| 2662 | 2025-06-19T08:09:29.517Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/215) |
| 2663 | 2025-06-19T08:09:30.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2025-06-19T08:09:30.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2025-06-19T08:09:30.315Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2666 | 2025-06-19T08:09:34.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
| 2667 | 2025-06-19T08:09:34.377Z | |
| 2668 | 2025-06-19T08:09:34.377Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/215) |
| 2669 | 2025-06-19T08:09:35.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2025-06-19T08:09:35.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2025-06-19T08:09:35.171Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2672 | 2025-06-19T08:09:40.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
| 2673 | 2025-06-19T08:09:40.591Z | |
| 2674 | 2025-06-19T08:09:40.591Z | info: running `cargo check --bins` on oximeter (67/215) |
| 2675 | 2025-06-19T08:09:41.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2676 | 2025-06-19T08:09:41.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2677 | 2025-06-19T08:09:41.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2678 | 2025-06-19T08:09:41.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2679 | 2025-06-19T08:09:41.338Z | |
| 2680 | 2025-06-19T08:09:41.338Z | info: running `cargo check --bins` on oximeter-macro-impl (68/215) |
| 2681 | 2025-06-19T08:09:41.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2682 | 2025-06-19T08:09:41.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2683 | 2025-06-19T08:09:41.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2684 | 2025-06-19T08:09:41.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2685 | 2025-06-19T08:09:42.052Z | |
| 2686 | 2025-06-19T08:09:42.052Z | info: running `cargo check --bins` on oximeter-schema (69/215) |
| 2687 | 2025-06-19T08:09:42.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2688 | 2025-06-19T08:09:42.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2689 | 2025-06-19T08:09:42.800Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2690 | 2025-06-19T08:09:44.827Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2691 | 2025-06-19T08:09:45.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
| 2692 | 2025-06-19T08:09:46.007Z | |
| 2693 | 2025-06-19T08:09:46.007Z | info: running `cargo check --bins` on oximeter-types (70/215) |
| 2694 | 2025-06-19T08:09:46.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2695 | 2025-06-19T08:09:46.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2696 | 2025-06-19T08:09:46.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2697 | 2025-06-19T08:09:46.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2698 | 2025-06-19T08:09:46.751Z | |
| 2699 | 2025-06-19T08:09:46.752Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/215) |
| 2700 | 2025-06-19T08:09:47.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2701 | 2025-06-19T08:09:47.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2702 | 2025-06-19T08:09:47.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2703 | 2025-06-19T08:09:47.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2704 | 2025-06-19T08:09:47.497Z | |
| 2705 | 2025-06-19T08:09:47.497Z | info: running `cargo check --bins` on oxql-types (72/215) |
| 2706 | 2025-06-19T08:09:48.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2707 | 2025-06-19T08:09:48.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2708 | 2025-06-19T08:09:48.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2709 | 2025-06-19T08:09:48.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2710 | 2025-06-19T08:09:48.248Z | |
| 2711 | 2025-06-19T08:09:48.248Z | info: running `cargo check --bins` on oximeter-test-utils (73/215) |
| 2712 | 2025-06-19T08:09:48.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2713 | 2025-06-19T08:09:48.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2714 | 2025-06-19T08:09:48.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2715 | 2025-06-19T08:09:48.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2716 | 2025-06-19T08:09:49.032Z | |
| 2717 | 2025-06-19T08:09:49.032Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/215) |
| 2718 | 2025-06-19T08:09:49.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2719 | 2025-06-19T08:09:49.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2720 | 2025-06-19T08:09:49.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2721 | 2025-06-19T08:09:49.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2722 | 2025-06-19T08:09:49.772Z | |
| 2723 | 2025-06-19T08:09:49.772Z | info: running `cargo check --bins` on bootstrap-agent-client (75/215) |
| 2724 | 2025-06-19T08:09:50.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2725 | 2025-06-19T08:09:50.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2726 | 2025-06-19T08:09:50.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2727 | 2025-06-19T08:09:50.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2728 | 2025-06-19T08:09:50.535Z | |
| 2729 | 2025-06-19T08:09:50.536Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/215) |
| 2730 | 2025-06-19T08:09:51.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2025-06-19T08:09:51.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2025-06-19T08:09:51.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2733 | 2025-06-19T08:09:51.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2734 | 2025-06-19T08:09:51.287Z | |
| 2735 | 2025-06-19T08:09:51.287Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/215) |
| 2736 | 2025-06-19T08:09:51.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2025-06-19T08:09:51.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2025-06-19T08:09:51.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2739 | 2025-06-19T08:09:51.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2740 | 2025-06-19T08:09:52.033Z | |
| 2741 | 2025-06-19T08:09:52.034Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/215) |
| 2742 | 2025-06-19T08:09:52.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2743 | 2025-06-19T08:09:52.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2744 | 2025-06-19T08:09:52.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2745 | 2025-06-19T08:09:52.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2746 | 2025-06-19T08:09:52.783Z | |
| 2747 | 2025-06-19T08:09:52.784Z | info: running `cargo check --bins` on cockroach-admin-client (79/215) |
| 2748 | 2025-06-19T08:09:53.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2025-06-19T08:09:53.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2025-06-19T08:09:53.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2751 | 2025-06-19T08:09:53.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2752 | 2025-06-19T08:09:53.505Z | |
| 2753 | 2025-06-19T08:09:53.505Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/215) |
| 2754 | 2025-06-19T08:09:54.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2025-06-19T08:09:54.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2025-06-19T08:09:54.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2757 | 2025-06-19T08:09:54.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2758 | 2025-06-19T08:09:54.256Z | |
| 2759 | 2025-06-19T08:09:54.256Z | info: running `cargo check --bins` on dns-service-client (81/215) |
| 2760 | 2025-06-19T08:09:54.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2025-06-19T08:09:54.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2025-06-19T08:09:54.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2025-06-19T08:09:54.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2764 | 2025-06-19T08:09:55.003Z | |
| 2765 | 2025-06-19T08:09:55.003Z | info: running `cargo check --bins` on internal-dns-types (82/215) |
| 2766 | 2025-06-19T08:09:55.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2025-06-19T08:09:55.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2025-06-19T08:09:55.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2769 | 2025-06-19T08:09:55.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2770 | 2025-06-19T08:09:55.752Z | |
| 2771 | 2025-06-19T08:09:55.752Z | info: running `cargo check --bins` on gateway-client (83/215) |
| 2772 | 2025-06-19T08:09:56.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2025-06-19T08:09:56.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2025-06-19T08:09:56.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2775 | 2025-06-19T08:09:56.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2776 | 2025-06-19T08:09:56.500Z | |
| 2777 | 2025-06-19T08:09:56.500Z | info: running `cargo check --bins` on gateway-types (84/215) |
| 2778 | 2025-06-19T08:09:57.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2025-06-19T08:09:57.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2025-06-19T08:09:57.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2781 | 2025-06-19T08:09:57.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2782 | 2025-06-19T08:09:57.246Z | |
| 2783 | 2025-06-19T08:09:57.247Z | info: running `cargo check --bins` on ipcc (85/215) |
| 2784 | 2025-06-19T08:09:57.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2785 | 2025-06-19T08:09:57.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2786 | 2025-06-19T08:09:57.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2787 | 2025-06-19T08:09:57.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2788 | 2025-06-19T08:09:58.011Z | |
| 2789 | 2025-06-19T08:09:58.011Z | info: running `cargo check --bins` on installinator-client (86/215) |
| 2790 | 2025-06-19T08:09:58.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2025-06-19T08:09:58.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2025-06-19T08:09:58.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2793 | 2025-06-19T08:09:58.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2794 | 2025-06-19T08:09:58.755Z | |
| 2795 | 2025-06-19T08:09:58.755Z | info: running `cargo check --bins` on installinator-common (87/215) |
| 2796 | 2025-06-19T08:09:59.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2025-06-19T08:09:59.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2025-06-19T08:09:59.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2799 | 2025-06-19T08:09:59.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2800 | 2025-06-19T08:09:59.516Z | |
| 2801 | 2025-06-19T08:09:59.517Z | info: running `cargo check --bins` on update-engine (88/215) |
| 2802 | 2025-06-19T08:10:00.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2803 | 2025-06-19T08:10:00.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2804 | 2025-06-19T08:10:00.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2805 | 2025-06-19T08:10:00.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2806 | 2025-06-19T08:10:00.241Z | |
| 2807 | 2025-06-19T08:10:00.241Z | info: running `cargo check --bins` on nexus-client (89/215) |
| 2808 | 2025-06-19T08:10:00.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2809 | 2025-06-19T08:10:00.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2810 | 2025-06-19T08:10:00.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2811 | 2025-06-19T08:10:00.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2812 | 2025-06-19T08:10:01.016Z | |
| 2813 | 2025-06-19T08:10:01.016Z | info: running `cargo check --bins` on nexus-sled-agent-shared (90/215) |
| 2814 | 2025-06-19T08:10:01.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2815 | 2025-06-19T08:10:01.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2816 | 2025-06-19T08:10:01.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2817 | 2025-06-19T08:10:01.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2818 | 2025-06-19T08:10:01.773Z | |
| 2819 | 2025-06-19T08:10:01.773Z | info: running `cargo check --bins` on omicron-passwords (91/215) |
| 2820 | 2025-06-19T08:10:02.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2025-06-19T08:10:02.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2025-06-19T08:10:02.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2823 | 2025-06-19T08:10:02.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2824 | 2025-06-19T08:10:02.503Z | |
| 2825 | 2025-06-19T08:10:02.503Z | info: running `cargo check --bins` on nexus-types (92/215) |
| 2826 | 2025-06-19T08:10:03.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2025-06-19T08:10:03.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2025-06-19T08:10:03.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2829 | 2025-06-19T08:10:03.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2830 | 2025-06-19T08:10:03.291Z | |
| 2831 | 2025-06-19T08:10:03.291Z | info: running `cargo check --bins` on oxide-client (93/215) |
| 2832 | 2025-06-19T08:10:03.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2025-06-19T08:10:03.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2025-06-19T08:10:03.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2835 | 2025-06-19T08:10:03.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2836 | 2025-06-19T08:10:04.042Z | |
| 2837 | 2025-06-19T08:10:04.042Z | info: running `cargo check --bins` on oximeter-client (94/215) |
| 2838 | 2025-06-19T08:10:04.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2025-06-19T08:10:04.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2025-06-19T08:10:04.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2841 | 2025-06-19T08:10:04.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2842 | 2025-06-19T08:10:04.812Z | |
| 2843 | 2025-06-19T08:10:04.812Z | info: running `cargo check --bins` on repo-depot-client (95/215) |
| 2844 | 2025-06-19T08:10:05.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2025-06-19T08:10:05.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2025-06-19T08:10:05.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2847 | 2025-06-19T08:10:05.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2848 | 2025-06-19T08:10:05.536Z | |
| 2849 | 2025-06-19T08:10:05.536Z | info: running `cargo check --bins` on sled-agent-client (96/215) |
| 2850 | 2025-06-19T08:10:06.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2025-06-19T08:10:06.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2025-06-19T08:10:06.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2853 | 2025-06-19T08:10:06.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2854 | 2025-06-19T08:10:06.325Z | |
| 2855 | 2025-06-19T08:10:06.325Z | info: running `cargo check --bins` on sled-agent-types (97/215) |
| 2856 | 2025-06-19T08:10:07.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2025-06-19T08:10:07.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2025-06-19T08:10:07.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2859 | 2025-06-19T08:10:07.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2860 | 2025-06-19T08:10:07.143Z | |
| 2861 | 2025-06-19T08:10:07.143Z | info: running `cargo check --bins` on wicketd-client (98/215) |
| 2862 | 2025-06-19T08:10:07.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2025-06-19T08:10:07.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2025-06-19T08:10:07.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2025-06-19T08:10:07.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2866 | 2025-06-19T08:10:07.945Z | |
| 2867 | 2025-06-19T08:10:07.945Z | info: running `cargo check --bins` on wicket-common (99/215) |
| 2868 | 2025-06-19T08:10:08.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2025-06-19T08:10:08.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2025-06-19T08:10:08.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2025-06-19T08:10:08.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2872 | 2025-06-19T08:10:08.744Z | |
| 2873 | 2025-06-19T08:10:08.744Z | info: running `cargo check --bins` on omicron-cockroach-admin (100/215) |
| 2874 | 2025-06-19T08:10:09.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2025-06-19T08:10:09.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2025-06-19T08:10:09.956Z | Checking csv-core v0.1.11 |
| 2877 | 2025-06-19T08:10:09.956Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2878 | 2025-06-19T08:10:09.956Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2879 | 2025-06-19T08:10:09.956Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2880 | 2025-06-19T08:10:09.956Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2881 | 2025-06-19T08:10:09.956Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2882 | 2025-06-19T08:10:09.956Z | Checking csv v1.3.1 |
| 2883 | 2025-06-19T08:10:10.472Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2884 | 2025-06-19T08:10:10.958Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2885 | 2025-06-19T08:10:13.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 2886 | 2025-06-19T08:10:13.379Z | |
| 2887 | 2025-06-19T08:10:13.379Z | info: running `cargo check --bins` on cockroach-admin-api (101/215) |
| 2888 | 2025-06-19T08:10:14.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2025-06-19T08:10:14.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2025-06-19T08:10:14.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2025-06-19T08:10:14.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2892 | 2025-06-19T08:10:14.166Z | |
| 2893 | 2025-06-19T08:10:14.166Z | info: running `cargo check --bins` on cockroach-admin-types (102/215) |
| 2894 | 2025-06-19T08:10:14.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2025-06-19T08:10:14.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2025-06-19T08:10:14.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2025-06-19T08:10:14.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2898 | 2025-06-19T08:10:14.931Z | |
| 2899 | 2025-06-19T08:10:14.931Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (103/215) |
| 2900 | 2025-06-19T08:10:15.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2025-06-19T08:10:15.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2025-06-19T08:10:15.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2025-06-19T08:10:15.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2904 | 2025-06-19T08:10:15.815Z | |
| 2905 | 2025-06-19T08:10:15.815Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/215) |
| 2906 | 2025-06-19T08:10:16.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2025-06-19T08:10:16.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2025-06-19T08:10:16.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2025-06-19T08:10:16.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2910 | 2025-06-19T08:10:16.697Z | |
| 2911 | 2025-06-19T08:10:16.697Z | info: running `cargo check --bins` on dns-server (105/215) |
| 2912 | 2025-06-19T08:10:17.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2025-06-19T08:10:17.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2025-06-19T08:10:17.532Z | Compiling typify-impl v0.4.1 |
| 2915 | 2025-06-19T08:10:17.655Z | Compiling parking_lot_core v0.8.6 |
| 2916 | 2025-06-19T08:10:17.683Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2917 | 2025-06-19T08:10:17.687Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2918 | 2025-06-19T08:10:17.687Z | Checking fxhash v0.2.1 |
| 2919 | 2025-06-19T08:10:17.695Z | Checking hickory-client v0.24.4 |
| 2920 | 2025-06-19T08:10:17.711Z | Checking hickory-server v0.24.4 |
| 2921 | 2025-06-19T08:10:18.377Z | Checking parking_lot v0.11.2 |
| 2922 | 2025-06-19T08:10:18.727Z | Checking sled v0.34.7 |
| 2923 | 2025-06-19T08:10:18.827Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2924 | 2025-06-19T08:10:22.656Z | Compiling typify-macro v0.4.1 |
| 2925 | 2025-06-19T08:10:24.363Z | Compiling typify v0.4.1 |
| 2926 | 2025-06-19T08:10:24.460Z | Compiling progenitor-impl v0.10.0 |
| 2927 | 2025-06-19T08:10:26.972Z | Compiling progenitor-macro v0.10.0 |
| 2928 | 2025-06-19T08:10:30.693Z | Checking progenitor v0.10.0 |
| 2929 | 2025-06-19T08:10:30.842Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2930 | 2025-06-19T08:10:31.354Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2931 | 2025-06-19T08:10:32.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.11s |
| 2932 | 2025-06-19T08:10:33.020Z | |
| 2933 | 2025-06-19T08:10:33.020Z | info: running `cargo check --bins` on dns-server-api (106/215) |
| 2934 | 2025-06-19T08:10:33.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2025-06-19T08:10:33.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2025-06-19T08:10:33.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2025-06-19T08:10:33.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2938 | 2025-06-19T08:10:33.781Z | |
| 2939 | 2025-06-19T08:10:33.781Z | info: running `cargo check --bins` on openapi-manager-types (107/215) |
| 2940 | 2025-06-19T08:10:34.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2025-06-19T08:10:34.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2025-06-19T08:10:34.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2025-06-19T08:10:34.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2944 | 2025-06-19T08:10:34.522Z | |
| 2945 | 2025-06-19T08:10:34.522Z | info: running `cargo check --bins` on gateway-test-utils (108/215) |
| 2946 | 2025-06-19T08:10:35.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2025-06-19T08:10:35.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2025-06-19T08:10:35.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2025-06-19T08:10:35.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2950 | 2025-06-19T08:10:35.353Z | |
| 2951 | 2025-06-19T08:10:35.353Z | info: running `cargo check --bins` on omicron-gateway (109/215) |
| 2952 | 2025-06-19T08:10:36.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2025-06-19T08:10:36.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2025-06-19T08:10:36.251Z | Checking half v2.4.1 |
| 2955 | 2025-06-19T08:10:36.251Z | Checking ciborium-io v0.2.2 |
| 2956 | 2025-06-19T08:10:36.254Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2957 | 2025-06-19T08:10:36.405Z | Compiling semver v0.1.20 |
| 2958 | 2025-06-19T08:10:36.409Z | Compiling radium v0.7.0 |
| 2959 | 2025-06-19T08:10:36.439Z | Compiling zerocopy-derive v0.6.6 |
| 2960 | 2025-06-19T08:10:36.444Z | Checking tap v1.0.1 |
| 2961 | 2025-06-19T08:10:36.444Z | Compiling maybe-uninit v2.0.0 |
| 2962 | 2025-06-19T08:10:36.530Z | Checking password-hash v0.5.0 |
| 2963 | 2025-06-19T08:10:36.705Z | Checking wyz v0.5.1 |
| 2964 | 2025-06-19T08:10:36.852Z | Compiling rustc_version v0.1.7 |
| 2965 | 2025-06-19T08:10:36.872Z | Checking ciborium-ll v0.2.2 |
| 2966 | 2025-06-19T08:10:36.968Z | Checking blake2 v0.10.6 |
| 2967 | 2025-06-19T08:10:36.994Z | Compiling cancel-safe-futures v0.1.5 |
| 2968 | 2025-06-19T08:10:37.013Z | Compiling owo-colors v4.2.1 |
| 2969 | 2025-06-19T08:10:37.069Z | Compiling packed_struct v0.10.1 |
| 2970 | 2025-06-19T08:10:37.184Z | Checking ciborium v0.2.2 |
| 2971 | 2025-06-19T08:10:37.294Z | Compiling newtype_derive v0.1.6 |
| 2972 | 2025-06-19T08:10:37.311Z | Checking crc-catalog v2.4.0 |
| 2973 | 2025-06-19T08:10:37.347Z | Checking funty v2.0.0 |
| 2974 | 2025-06-19T08:10:37.463Z | Checking argon2 v0.5.3 |
| 2975 | 2025-06-19T08:10:37.484Z | Checking crc v3.2.1 |
| 2976 | 2025-06-19T08:10:37.668Z | Compiling packed_struct_codegen v0.10.1 |
| 2977 | 2025-06-19T08:10:37.690Z | Checking libsw-core v0.3.1 |
| 2978 | 2025-06-19T08:10:37.694Z | Checking secrecy v0.10.3 |
| 2979 | 2025-06-19T08:10:37.913Z | Compiling indexmap v1.9.3 |
| 2980 | 2025-06-19T08:10:37.934Z | Checking nodrop v0.1.14 |
| 2981 | 2025-06-19T08:10:37.951Z | Checking fixedbitset v0.5.7 |
| 2982 | 2025-06-19T08:10:38.072Z | Checking array-init v0.0.4 |
| 2983 | 2025-06-19T08:10:38.104Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2984 | 2025-06-19T08:10:38.177Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2985 | 2025-06-19T08:10:38.208Z | Checking bitvec v1.0.1 |
| 2986 | 2025-06-19T08:10:38.262Z | Checking libsw v3.4.0 |
| 2987 | 2025-06-19T08:10:38.323Z | Checking petgraph v0.7.1 |
| 2988 | 2025-06-19T08:10:38.348Z | Checking zerocopy v0.6.6 |
| 2989 | 2025-06-19T08:10:38.485Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2990 | 2025-06-19T08:10:38.518Z | Checking smallvec v0.6.14 |
| 2991 | 2025-06-19T08:10:38.694Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2992 | 2025-06-19T08:10:39.066Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2993 | 2025-06-19T08:10:39.420Z | Checking linear-map v1.2.0 |
| 2994 | 2025-06-19T08:10:39.490Z | Checking termcolor v1.4.1 |
| 2995 | 2025-06-19T08:10:39.740Z | Checking hashbrown v0.12.3 |
| 2996 | 2025-06-19T08:10:39.869Z | Checking bitfield v0.14.0 |
| 2997 | 2025-06-19T08:10:40.103Z | Checking indent_write v2.2.0 |
| 2998 | 2025-06-19T08:10:40.155Z | Checking swrite v0.1.0 |
| 2999 | 2025-06-19T08:10:40.292Z | Checking env_logger v0.10.2 |
| 3000 | 2025-06-19T08:10:40.312Z | Checking ron v0.8.1 |
| 3001 | 2025-06-19T08:10:40.391Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3002 | 2025-06-19T08:10:40.677Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3003 | 2025-06-19T08:10:40.707Z | Checking serde-hex v0.1.0 |
| 3004 | 2025-06-19T08:10:40.953Z | Checking steno v0.4.1 |
| 3005 | 2025-06-19T08:10:41.149Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3006 | 2025-06-19T08:10:41.362Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3007 | 2025-06-19T08:10:41.383Z | Checking hashbrown v0.13.2 |
| 3008 | 2025-06-19T08:10:41.529Z | Checking humantime v2.1.0 |
| 3009 | 2025-06-19T08:10:41.854Z | Checking crc-any v2.5.0 |
| 3010 | 2025-06-19T08:10:42.225Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3011 | 2025-06-19T08:10:42.348Z | Checking object v0.30.4 |
| 3012 | 2025-06-19T08:10:42.419Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3013 | 2025-06-19T08:10:42.518Z | Checking void v1.0.2 |
| 3014 | 2025-06-19T08:10:42.694Z | Checking half v1.8.3 |
| 3015 | 2025-06-19T08:10:42.744Z | Checking path-slash v0.1.5 |
| 3016 | 2025-06-19T08:10:42.923Z | Checking tungstenite v0.23.0 |
| 3017 | 2025-06-19T08:10:43.124Z | Checking serde_cbor v0.11.2 |
| 3018 | 2025-06-19T08:10:43.223Z | Checking lzss v0.8.2 |
| 3019 | 2025-06-19T08:10:43.573Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3020 | 2025-06-19T08:10:43.819Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3021 | 2025-06-19T08:10:44.053Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3022 | 2025-06-19T08:10:44.092Z | Checking nix v0.27.1 |
| 3023 | 2025-06-19T08:10:44.208Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3024 | 2025-06-19T08:10:44.321Z | Checking kstat-rs v0.2.4 |
| 3025 | 2025-06-19T08:10:44.342Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3026 | 2025-06-19T08:10:44.515Z | Checking serde_bytes v0.11.17 |
| 3027 | 2025-06-19T08:10:44.518Z | Checking tokio-tungstenite v0.23.1 |
| 3028 | 2025-06-19T08:10:44.613Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3029 | 2025-06-19T08:10:44.674Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3030 | 2025-06-19T08:10:44.846Z | Checking signal-hook-tokio v0.3.1 |
| 3031 | 2025-06-19T08:10:45.666Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3032 | 2025-06-19T08:10:52.053Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3033 | 2025-06-19T08:10:53.390Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3034 | 2025-06-19T08:10:58.153Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3035 | 2025-06-19T08:11:04.813Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3036 | 2025-06-19T08:11:05.507Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3037 | 2025-06-19T08:11:08.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s |
| 3038 | 2025-06-19T08:11:08.586Z | |
| 3039 | 2025-06-19T08:11:08.586Z | info: running `cargo check --bins` on ereport-types (110/215) |
| 3040 | 2025-06-19T08:11:09.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2025-06-19T08:11:09.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2025-06-19T08:11:09.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2025-06-19T08:11:09.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3044 | 2025-06-19T08:11:09.324Z | |
| 3045 | 2025-06-19T08:11:09.324Z | info: running `cargo check --bins` on gateway-api (111/215) |
| 3046 | 2025-06-19T08:11:09.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2025-06-19T08:11:09.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2025-06-19T08:11:09.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2025-06-19T08:11:09.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3050 | 2025-06-19T08:11:10.077Z | |
| 3051 | 2025-06-19T08:11:10.077Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/215) |
| 3052 | 2025-06-19T08:11:10.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2025-06-19T08:11:10.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2025-06-19T08:11:10.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2025-06-19T08:11:10.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3056 | 2025-06-19T08:11:10.793Z | |
| 3057 | 2025-06-19T08:11:10.793Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/215) |
| 3058 | 2025-06-19T08:11:11.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2025-06-19T08:11:11.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2025-06-19T08:11:11.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2025-06-19T08:11:11.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3062 | 2025-06-19T08:11:11.537Z | |
| 3063 | 2025-06-19T08:11:11.537Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/215) |
| 3064 | 2025-06-19T08:11:12.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2025-06-19T08:11:12.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2025-06-19T08:11:12.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2025-06-19T08:11:12.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3068 | 2025-06-19T08:11:12.294Z | |
| 3069 | 2025-06-19T08:11:12.294Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/215) |
| 3070 | 2025-06-19T08:11:12.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2025-06-19T08:11:12.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2025-06-19T08:11:12.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2025-06-19T08:11:12.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3074 | 2025-06-19T08:11:13.046Z | |
| 3075 | 2025-06-19T08:11:13.046Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/215) |
| 3076 | 2025-06-19T08:11:13.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2025-06-19T08:11:13.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2025-06-19T08:11:13.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2025-06-19T08:11:13.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3080 | 2025-06-19T08:11:13.795Z | |
| 3081 | 2025-06-19T08:11:13.795Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/215) |
| 3082 | 2025-06-19T08:11:14.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2025-06-19T08:11:14.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2025-06-19T08:11:14.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2025-06-19T08:11:14.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3086 | 2025-06-19T08:11:14.547Z | |
| 3087 | 2025-06-19T08:11:14.548Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/215) |
| 3088 | 2025-06-19T08:11:15.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2025-06-19T08:11:15.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2025-06-19T08:11:15.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2025-06-19T08:11:15.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3092 | 2025-06-19T08:11:15.302Z | |
| 3093 | 2025-06-19T08:11:15.303Z | info: running `cargo check --bins` on oximeter-producer (119/215) |
| 3094 | 2025-06-19T08:11:16.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2025-06-19T08:11:16.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2025-06-19T08:11:16.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2025-06-19T08:11:16.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3098 | 2025-06-19T08:11:16.116Z | |
| 3099 | 2025-06-19T08:11:16.116Z | info: running `cargo check --bins` on internal-dns-resolver (120/215) |
| 3100 | 2025-06-19T08:11:16.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2025-06-19T08:11:16.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2025-06-19T08:11:16.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2025-06-19T08:11:16.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3104 | 2025-06-19T08:11:16.870Z | |
| 3105 | 2025-06-19T08:11:16.870Z | info: running `cargo check --bins` on sp-sim (121/215) |
| 3106 | 2025-06-19T08:11:17.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2025-06-19T08:11:17.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2025-06-19T08:11:17.640Z | Checking keccak v0.1.5 |
| 3109 | 2025-06-19T08:11:17.644Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3110 | 2025-06-19T08:11:17.954Z | Checking sha3 v0.10.8 |
| 3111 | 2025-06-19T08:11:18.005Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3112 | 2025-06-19T08:11:19.659Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3113 | 2025-06-19T08:11:21.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 3114 | 2025-06-19T08:11:21.819Z | |
| 3115 | 2025-06-19T08:11:21.819Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/215) |
| 3116 | 2025-06-19T08:11:22.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2025-06-19T08:11:22.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2025-06-19T08:11:22.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2025-06-19T08:11:22.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3120 | 2025-06-19T08:11:22.628Z | |
| 3121 | 2025-06-19T08:11:22.628Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/215) |
| 3122 | 2025-06-19T08:11:23.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2025-06-19T08:11:23.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2025-06-19T08:11:23.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2025-06-19T08:11:23.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3126 | 2025-06-19T08:11:23.461Z | |
| 3127 | 2025-06-19T08:11:23.462Z | info: running `cargo check --bins` on db-macros (124/215) |
| 3128 | 2025-06-19T08:11:24.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2025-06-19T08:11:24.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2025-06-19T08:11:24.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2025-06-19T08:11:24.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3132 | 2025-06-19T08:11:24.182Z | |
| 3133 | 2025-06-19T08:11:24.183Z | info: running `cargo check --bins` on nexus-macros-common (125/215) |
| 3134 | 2025-06-19T08:11:24.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2025-06-19T08:11:24.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2025-06-19T08:11:24.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2025-06-19T08:11:24.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3138 | 2025-06-19T08:11:24.917Z | |
| 3139 | 2025-06-19T08:11:24.917Z | info: running `cargo check --bins` on nexus-auth (126/215) |
| 3140 | 2025-06-19T08:11:25.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2025-06-19T08:11:25.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2025-06-19T08:11:25.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2025-06-19T08:11:25.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3144 | 2025-06-19T08:11:25.715Z | |
| 3145 | 2025-06-19T08:11:25.715Z | info: running `cargo check --bins` on authz-macros (127/215) |
| 3146 | 2025-06-19T08:11:26.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2025-06-19T08:11:26.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2025-06-19T08:11:26.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2025-06-19T08:11:26.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3150 | 2025-06-19T08:11:26.442Z | |
| 3151 | 2025-06-19T08:11:26.442Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/215) |
| 3152 | 2025-06-19T08:11:27.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2025-06-19T08:11:27.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2025-06-19T08:11:27.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2025-06-19T08:11:27.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3156 | 2025-06-19T08:11:27.239Z | |
| 3157 | 2025-06-19T08:11:27.239Z | info: running `cargo check --bins` on nexus-db-model (129/215) |
| 3158 | 2025-06-19T08:11:27.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2025-06-19T08:11:27.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2025-06-19T08:11:27.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2025-06-19T08:11:27.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3162 | 2025-06-19T08:11:28.048Z | |
| 3163 | 2025-06-19T08:11:28.048Z | info: running `cargo check --bins` on nexus-db-schema (130/215) |
| 3164 | 2025-06-19T08:11:28.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2025-06-19T08:11:28.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2025-06-19T08:11:28.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2025-06-19T08:11:28.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3168 | 2025-06-19T08:11:28.778Z | |
| 3169 | 2025-06-19T08:11:28.778Z | info: running `cargo check --bins` on nexus-defaults (131/215) |
| 3170 | 2025-06-19T08:11:29.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2025-06-19T08:11:29.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2025-06-19T08:11:29.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2025-06-19T08:11:29.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3174 | 2025-06-19T08:11:29.526Z | |
| 3175 | 2025-06-19T08:11:29.526Z | info: running `cargo check --bins` on nexus-db-errors (132/215) |
| 3176 | 2025-06-19T08:11:30.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2025-06-19T08:11:30.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2025-06-19T08:11:30.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2025-06-19T08:11:30.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3180 | 2025-06-19T08:11:30.329Z | |
| 3181 | 2025-06-19T08:11:30.329Z | info: running `cargo check --bins` on nexus-db-lookup (133/215) |
| 3182 | 2025-06-19T08:11:31.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2025-06-19T08:11:31.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2025-06-19T08:11:31.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2025-06-19T08:11:31.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3186 | 2025-06-19T08:11:31.133Z | |
| 3187 | 2025-06-19T08:11:31.133Z | info: running `cargo check --bins` on nexus-inventory (134/215) |
| 3188 | 2025-06-19T08:11:31.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2025-06-19T08:11:31.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2025-06-19T08:11:31.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3191 | 2025-06-19T08:11:31.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3192 | 2025-06-19T08:11:31.930Z | |
| 3193 | 2025-06-19T08:11:31.930Z | info: running `cargo check --bins` on typed-rng (135/215) |
| 3194 | 2025-06-19T08:11:32.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2025-06-19T08:11:32.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2025-06-19T08:11:32.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2025-06-19T08:11:32.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3198 | 2025-06-19T08:11:32.648Z | |
| 3199 | 2025-06-19T08:11:32.649Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/215) |
| 3200 | 2025-06-19T08:11:33.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2025-06-19T08:11:33.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2025-06-19T08:11:33.599Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3203 | 2025-06-19T08:11:33.599Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3204 | 2025-06-19T08:11:33.603Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3205 | 2025-06-19T08:11:33.603Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3206 | 2025-06-19T08:11:33.603Z | Checking universal-hash v0.5.1 |
| 3207 | 2025-06-19T08:11:33.603Z | Checking opaque-debug v0.3.1 |
| 3208 | 2025-06-19T08:11:33.740Z | Checking chacha20 v0.9.1 |
| 3209 | 2025-06-19T08:11:33.753Z | Checking aead v0.5.2 |
| 3210 | 2025-06-19T08:11:33.896Z | Compiling unicase v2.7.0 |
| 3211 | 2025-06-19T08:11:33.939Z | Checking poly1305 v0.8.0 |
| 3212 | 2025-06-19T08:11:33.979Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3213 | 2025-06-19T08:11:34.056Z | Compiling libefi-sys v0.1.0 |
| 3214 | 2025-06-19T08:11:34.145Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3215 | 2025-06-19T08:11:34.179Z | Compiling bitfield-struct v0.6.2 |
| 3216 | 2025-06-19T08:11:34.334Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3217 | 2025-06-19T08:11:34.356Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3218 | 2025-06-19T08:11:34.438Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3219 | 2025-06-19T08:11:34.460Z | Checking chacha20poly1305 v0.10.1 |
| 3220 | 2025-06-19T08:11:34.643Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3221 | 2025-06-19T08:11:34.674Z | Compiling salty v0.3.0 |
| 3222 | 2025-06-19T08:11:34.754Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3223 | 2025-06-19T08:11:34.794Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3224 | 2025-06-19T08:11:35.156Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3225 | 2025-06-19T08:11:35.350Z | Compiling proc-macro-error2 v2.0.1 |
| 3226 | 2025-06-19T08:11:35.374Z | Compiling num-derive v0.3.3 |
| 3227 | 2025-06-19T08:11:35.417Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2025-06-19T08:11:35.439Z | Compiling xshell-macros v0.2.7 |
| 3229 | 2025-06-19T08:11:35.929Z | Compiling tabled_derive v0.10.0 |
| 3230 | 2025-06-19T08:11:35.980Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3231 | 2025-06-19T08:11:36.124Z | Checking xshell v0.2.7 |
| 3232 | 2025-06-19T08:11:36.194Z | Checking thiserror-no-std v2.0.2 |
| 3233 | 2025-06-19T08:11:36.345Z | Checking vsss-rs v3.3.4 |
| 3234 | 2025-06-19T08:11:36.434Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3235 | 2025-06-19T08:11:36.492Z | Checking papergrid v0.14.0 |
| 3236 | 2025-06-19T08:11:36.963Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3237 | 2025-06-19T08:11:37.427Z | Checking libscf-sys v1.1.0 |
| 3238 | 2025-06-19T08:11:37.663Z | Compiling mime_guess v2.0.5 |
| 3239 | 2025-06-19T08:11:37.971Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3240 | 2025-06-19T08:11:38.468Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3241 | 2025-06-19T08:11:38.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3242 | 2025-06-19T08:11:38.836Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3243 | 2025-06-19T08:11:39.230Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3244 | 2025-06-19T08:11:39.233Z | Checking primeorder v0.13.6 |
| 3245 | 2025-06-19T08:11:39.587Z | Checking env_filter v0.1.2 |
| 3246 | 2025-06-19T08:11:39.729Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3247 | 2025-06-19T08:11:39.854Z | Checking env_logger v0.11.5 |
| 3248 | 2025-06-19T08:11:39.880Z | Checking p384 v0.13.0 |
| 3249 | 2025-06-19T08:11:40.138Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3250 | 2025-06-19T08:11:40.248Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3251 | 2025-06-19T08:11:40.790Z | Checking tabled v0.18.0 |
| 3252 | 2025-06-19T08:11:40.864Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3253 | 2025-06-19T08:11:40.977Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3254 | 2025-06-19T08:11:41.029Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3255 | 2025-06-19T08:11:41.224Z | Checking http-range v0.1.5 |
| 3256 | 2025-06-19T08:11:41.248Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3257 | 2025-06-19T08:11:41.270Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3258 | 2025-06-19T08:11:41.595Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3259 | 2025-06-19T08:11:41.736Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3260 | 2025-06-19T08:11:41.843Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3261 | 2025-06-19T08:11:41.909Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3262 | 2025-06-19T08:11:41.931Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3263 | 2025-06-19T08:11:42.147Z | Checking secrecy v0.8.0 |
| 3264 | 2025-06-19T08:11:42.295Z | Checking atty v0.2.14 |
| 3265 | 2025-06-19T08:11:42.357Z | Checking crc8 v0.1.1 |
| 3266 | 2025-06-19T08:11:42.443Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3267 | 2025-06-19T08:11:42.541Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3268 | 2025-06-19T08:11:43.005Z | Checking hyper-staticfile v0.10.1 |
| 3269 | 2025-06-19T08:11:43.044Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3270 | 2025-06-19T08:11:43.196Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3271 | 2025-06-19T08:11:43.554Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3272 | 2025-06-19T08:11:43.575Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3273 | 2025-06-19T08:11:43.755Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3274 | 2025-06-19T08:11:43.946Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3275 | 2025-06-19T08:11:43.990Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3276 | 2025-06-19T08:11:44.499Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3277 | 2025-06-19T08:11:45.233Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3278 | 2025-06-19T08:11:45.252Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3279 | 2025-06-19T08:11:45.424Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3280 | 2025-06-19T08:11:45.509Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3281 | 2025-06-19T08:11:45.532Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3282 | 2025-06-19T08:11:46.637Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3283 | 2025-06-19T08:11:46.944Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3284 | 2025-06-19T08:11:46.973Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3285 | 2025-06-19T08:11:48.279Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3286 | 2025-06-19T08:11:49.175Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3287 | 2025-06-19T08:11:54.776Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3288 | 2025-06-19T08:12:07.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.12s |
| 3289 | 2025-06-19T08:12:08.008Z | |
| 3290 | 2025-06-19T08:12:08.008Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/215) |
| 3291 | 2025-06-19T08:12:08.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2025-06-19T08:12:08.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2025-06-19T08:12:08.879Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3294 | 2025-06-19T08:12:21.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s |
| 3295 | 2025-06-19T08:12:22.173Z | |
| 3296 | 2025-06-19T08:12:22.173Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/215) |
| 3297 | 2025-06-19T08:12:22.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2025-06-19T08:12:22.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2025-06-19T08:12:23.040Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3300 | 2025-06-19T08:12:36.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
| 3301 | 2025-06-19T08:12:36.342Z | |
| 3302 | 2025-06-19T08:12:36.342Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/215) |
| 3303 | 2025-06-19T08:12:37.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-06-19T08:12:37.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-06-19T08:12:37.224Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3306 | 2025-06-19T08:12:50.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
| 3307 | 2025-06-19T08:12:50.680Z | |
| 3308 | 2025-06-19T08:12:50.680Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/215) |
| 3309 | 2025-06-19T08:12:51.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-06-19T08:12:51.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-06-19T08:12:51.558Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3312 | 2025-06-19T08:13:04.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s |
| 3313 | 2025-06-19T08:13:04.936Z | |
| 3314 | 2025-06-19T08:13:04.936Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/215) |
| 3315 | 2025-06-19T08:13:05.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-06-19T08:13:05.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-06-19T08:13:05.816Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3318 | 2025-06-19T08:13:19.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s |
| 3319 | 2025-06-19T08:13:19.343Z | |
| 3320 | 2025-06-19T08:13:19.343Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/215) |
| 3321 | 2025-06-19T08:13:20.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-06-19T08:13:20.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-06-19T08:13:20.567Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3324 | 2025-06-19T08:13:33.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
| 3325 | 2025-06-19T08:13:33.480Z | |
| 3326 | 2025-06-19T08:13:33.480Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/215) |
| 3327 | 2025-06-19T08:13:34.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-06-19T08:13:34.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-06-19T08:13:34.348Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3330 | 2025-06-19T08:13:47.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
| 3331 | 2025-06-19T08:13:47.756Z | |
| 3332 | 2025-06-19T08:13:47.756Z | info: running `cargo check --bins` on bootstrap-agent-api (144/215) |
| 3333 | 2025-06-19T08:13:48.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-06-19T08:13:48.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-06-19T08:13:48.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2025-06-19T08:13:48.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3337 | 2025-06-19T08:13:48.551Z | |
| 3338 | 2025-06-19T08:13:48.552Z | info: running `cargo check --bins` on key-manager (145/215) |
| 3339 | 2025-06-19T08:13:49.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2025-06-19T08:13:49.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2025-06-19T08:13:49.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2025-06-19T08:13:49.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3343 | 2025-06-19T08:13:49.314Z | |
| 3344 | 2025-06-19T08:13:49.314Z | info: running `cargo check --bins` on range-requests (146/215) |
| 3345 | 2025-06-19T08:13:49.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2025-06-19T08:13:49.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2025-06-19T08:13:49.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2025-06-19T08:13:49.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3349 | 2025-06-19T08:13:50.051Z | |
| 3350 | 2025-06-19T08:13:50.051Z | info: running `cargo check --bins` on repo-depot-api (147/215) |
| 3351 | 2025-06-19T08:13:50.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2025-06-19T08:13:50.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2025-06-19T08:13:50.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2025-06-19T08:13:50.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3355 | 2025-06-19T08:13:50.803Z | |
| 3356 | 2025-06-19T08:13:50.803Z | info: running `cargo check --bins` on sled-agent-api (148/215) |
| 3357 | 2025-06-19T08:13:51.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2025-06-19T08:13:51.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2025-06-19T08:13:51.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2025-06-19T08:13:51.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3361 | 2025-06-19T08:13:51.598Z | |
| 3362 | 2025-06-19T08:13:51.598Z | info: running `cargo check --bins` on sled-diagnostics (149/215) |
| 3363 | 2025-06-19T08:13:52.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2025-06-19T08:13:52.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2025-06-19T08:13:52.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2025-06-19T08:13:52.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3367 | 2025-06-19T08:13:52.371Z | |
| 3368 | 2025-06-19T08:13:52.371Z | info: running `cargo check --bins` on parallel-task-set (150/215) |
| 3369 | 2025-06-19T08:13:53.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2025-06-19T08:13:53.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2025-06-19T08:13:53.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2025-06-19T08:13:53.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3373 | 2025-06-19T08:13:53.102Z | |
| 3374 | 2025-06-19T08:13:53.102Z | info: running `cargo check --bins --no-default-features` on sled-storage (151/215) |
| 3375 | 2025-06-19T08:13:53.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2025-06-19T08:13:53.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2025-06-19T08:13:53.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2025-06-19T08:13:53.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3379 | 2025-06-19T08:13:53.859Z | |
| 3380 | 2025-06-19T08:13:53.859Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (152/215) |
| 3381 | 2025-06-19T08:13:54.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2025-06-19T08:13:54.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2025-06-19T08:13:54.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2025-06-19T08:13:54.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3385 | 2025-06-19T08:13:54.626Z | |
| 3386 | 2025-06-19T08:13:54.626Z | info: running `cargo check --bins --no-default-features` on sled-hardware (153/215) |
| 3387 | 2025-06-19T08:13:55.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2025-06-19T08:13:55.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2025-06-19T08:13:55.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2025-06-19T08:13:55.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3391 | 2025-06-19T08:13:55.396Z | |
| 3392 | 2025-06-19T08:13:55.396Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (154/215) |
| 3393 | 2025-06-19T08:13:56.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2025-06-19T08:13:56.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2025-06-19T08:13:56.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2025-06-19T08:13:56.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3397 | 2025-06-19T08:13:56.176Z | |
| 3398 | 2025-06-19T08:13:56.176Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (155/215) |
| 3399 | 2025-06-19T08:13:56.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2025-06-19T08:13:56.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2025-06-19T08:13:56.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2025-06-19T08:13:56.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3403 | 2025-06-19T08:13:56.976Z | |
| 3404 | 2025-06-19T08:13:56.976Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (156/215) |
| 3405 | 2025-06-19T08:13:57.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2025-06-19T08:13:57.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2025-06-19T08:13:57.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2025-06-19T08:13:57.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3409 | 2025-06-19T08:13:57.774Z | |
| 3410 | 2025-06-19T08:13:57.774Z | info: running `cargo check --bins` on sled-agent-zone-images (157/215) |
| 3411 | 2025-06-19T08:13:58.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2025-06-19T08:13:58.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2025-06-19T08:13:58.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2025-06-19T08:13:58.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3415 | 2025-06-19T08:13:58.558Z | |
| 3416 | 2025-06-19T08:13:58.558Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (158/215) |
| 3417 | 2025-06-19T08:13:59.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2025-06-19T08:13:59.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2025-06-19T08:13:59.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2025-06-19T08:13:59.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3421 | 2025-06-19T08:13:59.350Z | |
| 3422 | 2025-06-19T08:13:59.351Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (159/215) |
| 3423 | 2025-06-19T08:14:00.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2025-06-19T08:14:00.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2025-06-19T08:14:00.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2025-06-19T08:14:00.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3427 | 2025-06-19T08:14:00.169Z | |
| 3428 | 2025-06-19T08:14:00.169Z | info: running `cargo check --bins` on nexus-test-interface (160/215) |
| 3429 | 2025-06-19T08:14:00.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2025-06-19T08:14:00.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2025-06-19T08:14:00.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2025-06-19T08:14:00.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3433 | 2025-06-19T08:14:00.937Z | |
| 3434 | 2025-06-19T08:14:00.938Z | info: running `cargo check --bins` on oximeter-collector (161/215) |
| 3435 | 2025-06-19T08:14:01.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2025-06-19T08:14:01.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2025-06-19T08:14:01.759Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3438 | 2025-06-19T08:14:01.759Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3439 | 2025-06-19T08:14:02.693Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3440 | 2025-06-19T08:14:04.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
| 3441 | 2025-06-19T08:14:04.968Z | |
| 3442 | 2025-06-19T08:14:04.968Z | info: running `cargo check --bins` on oximeter-api (162/215) |
| 3443 | 2025-06-19T08:14:05.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-06-19T08:14:05.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-06-19T08:14:05.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2025-06-19T08:14:05.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3447 | 2025-06-19T08:14:05.720Z | |
| 3448 | 2025-06-19T08:14:05.720Z | info: running `cargo check --bins` on cert-dev (163/215) |
| 3449 | 2025-06-19T08:14:06.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2025-06-19T08:14:06.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2025-06-19T08:14:06.441Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3452 | 2025-06-19T08:14:06.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3453 | 2025-06-19T08:14:06.932Z | |
| 3454 | 2025-06-19T08:14:06.932Z | info: running `cargo check --bins` on clickana (164/215) |
| 3455 | 2025-06-19T08:14:08.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2025-06-19T08:14:08.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2025-06-19T08:14:08.285Z | Checking itertools v0.13.0 |
| 3458 | 2025-06-19T08:14:08.285Z | Checking castaway v0.2.3 |
| 3459 | 2025-06-19T08:14:08.285Z | Checking lru v0.12.5 |
| 3460 | 2025-06-19T08:14:08.285Z | Compiling instability v0.3.2 |
| 3461 | 2025-06-19T08:14:08.285Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3462 | 2025-06-19T08:14:08.286Z | Compiling indoc v2.0.6 |
| 3463 | 2025-06-19T08:14:08.286Z | Checking cassowary v0.3.0 |
| 3464 | 2025-06-19T08:14:08.286Z | Checking compact_str v0.8.0 |
| 3465 | 2025-06-19T08:14:09.539Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3466 | 2025-06-19T08:14:09.562Z | Checking unicode-truncate v1.1.0 |
| 3467 | 2025-06-19T08:14:09.717Z | Checking ratatui v0.29.0 |
| 3468 | 2025-06-19T08:14:11.622Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3469 | 2025-06-19T08:14:12.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
| 3470 | 2025-06-19T08:14:12.747Z | |
| 3471 | 2025-06-19T08:14:12.747Z | info: running `cargo check --bins` on clickhouse-cluster-dev (165/215) |
| 3472 | 2025-06-19T08:14:13.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2025-06-19T08:14:13.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2025-06-19T08:14:13.570Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3475 | 2025-06-19T08:14:13.570Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3476 | 2025-06-19T08:14:14.665Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3477 | 2025-06-19T08:14:15.162Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3478 | 2025-06-19T08:14:15.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
| 3479 | 2025-06-19T08:14:15.767Z | |
| 3480 | 2025-06-19T08:14:15.767Z | info: running `cargo check --bins` on ch-dev (166/215) |
| 3481 | 2025-06-19T08:14:16.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2025-06-19T08:14:16.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2025-06-19T08:14:16.555Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3484 | 2025-06-19T08:14:17.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 3485 | 2025-06-19T08:14:17.541Z | |
| 3486 | 2025-06-19T08:14:17.541Z | info: running `cargo check --bins` on dev-tools-common (167/215) |
| 3487 | 2025-06-19T08:14:18.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2025-06-19T08:14:18.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2025-06-19T08:14:18.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2025-06-19T08:14:18.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3491 | 2025-06-19T08:14:18.095Z | |
| 3492 | 2025-06-19T08:14:18.095Z | info: running `cargo check --bins` on crdb-seed (168/215) |
| 3493 | 2025-06-19T08:14:18.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2025-06-19T08:14:18.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2025-06-19T08:14:18.875Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3496 | 2025-06-19T08:14:19.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3497 | 2025-06-19T08:14:19.486Z | |
| 3498 | 2025-06-19T08:14:19.487Z | info: running `cargo check --bins` on db-dev (169/215) |
| 3499 | 2025-06-19T08:14:20.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2025-06-19T08:14:20.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2025-06-19T08:14:20.276Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3502 | 2025-06-19T08:14:21.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 3503 | 2025-06-19T08:14:21.275Z | |
| 3504 | 2025-06-19T08:14:21.275Z | info: running `cargo check --bins` on omicron-dev-lib (170/215) |
| 3505 | 2025-06-19T08:14:21.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2025-06-19T08:14:21.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2025-06-19T08:14:21.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2025-06-19T08:14:21.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3509 | 2025-06-19T08:14:22.065Z | |
| 3510 | 2025-06-19T08:14:22.065Z | info: running `cargo check --bins` on xtask-downloader (171/215) |
| 3511 | 2025-06-19T08:14:22.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2025-06-19T08:14:22.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2025-06-19T08:14:22.780Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3514 | 2025-06-19T08:14:23.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 3515 | 2025-06-19T08:14:23.838Z | |
| 3516 | 2025-06-19T08:14:23.838Z | info: running `cargo check --bins` on omicron-ls-apis (172/215) |
| 3517 | 2025-06-19T08:14:24.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-06-19T08:14:24.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-06-19T08:14:24.565Z | Checking cargo-platform v0.1.8 |
| 3520 | 2025-06-19T08:14:24.876Z | Checking cargo_metadata v0.19.2 |
| 3521 | 2025-06-19T08:14:25.852Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3522 | 2025-06-19T08:14:26.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s |
| 3523 | 2025-06-19T08:14:26.870Z | |
| 3524 | 2025-06-19T08:14:26.870Z | info: running `cargo check --bins` on mgs-dev (173/215) |
| 3525 | 2025-06-19T08:14:27.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2025-06-19T08:14:27.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2025-06-19T08:14:27.710Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3528 | 2025-06-19T08:14:29.424Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3529 | 2025-06-19T08:14:30.025Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3530 | 2025-06-19T08:14:30.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s |
| 3531 | 2025-06-19T08:14:30.820Z | |
| 3532 | 2025-06-19T08:14:30.820Z | info: running `cargo check --bins` on omicron-omdb (174/215) |
| 3533 | 2025-06-19T08:14:31.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2025-06-19T08:14:31.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2025-06-19T08:14:31.803Z | Compiling crunchy v0.2.2 |
| 3536 | 2025-06-19T08:14:31.807Z | Compiling dsl_auto_type v0.1.2 |
| 3537 | 2025-06-19T08:14:31.939Z | Checking scheduled-thread-pool v0.2.7 |
| 3538 | 2025-06-19T08:14:31.942Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3539 | 2025-06-19T08:14:31.952Z | Compiling tiny-keccak v2.0.2 |
| 3540 | 2025-06-19T08:14:31.998Z | Compiling bit-vec v0.6.3 |
| 3541 | 2025-06-19T08:14:32.002Z | Compiling ascii-canvas v3.0.0 |
| 3542 | 2025-06-19T08:14:32.002Z | Compiling ena v0.14.3 |
| 3543 | 2025-06-19T08:14:32.185Z | Checking r2d2 v0.8.10 |
| 3544 | 2025-06-19T08:14:32.286Z | Compiling diff v0.1.13 |
| 3545 | 2025-06-19T08:14:32.385Z | Compiling regex-syntax v0.6.29 |
| 3546 | 2025-06-19T08:14:32.459Z | Compiling bit-set v0.5.3 |
| 3547 | 2025-06-19T08:14:32.489Z | Compiling bindgen v0.71.1 |
| 3548 | 2025-06-19T08:14:32.512Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3549 | 2025-06-19T08:14:32.545Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3550 | 2025-06-19T08:14:32.745Z | Compiling derive_builder_core v0.20.2 |
| 3551 | 2025-06-19T08:14:32.776Z | Compiling libxml v0.3.3 |
| 3552 | 2025-06-19T08:14:32.802Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3553 | 2025-06-19T08:14:32.891Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3554 | 2025-06-19T08:14:33.188Z | Compiling diesel_derives v2.2.3 |
| 3555 | 2025-06-19T08:14:33.206Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3556 | 2025-06-19T08:14:33.225Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3557 | 2025-06-19T08:14:33.342Z | Compiling strum_macros v0.24.3 |
| 3558 | 2025-06-19T08:14:33.502Z | Compiling indoc v1.0.9 |
| 3559 | 2025-06-19T08:14:34.373Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3560 | 2025-06-19T08:14:34.781Z | Compiling oso-derive v0.27.3 |
| 3561 | 2025-06-19T08:14:34.838Z | Compiling derive_builder_macro v0.20.2 |
| 3562 | 2025-06-19T08:14:35.188Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3563 | 2025-06-19T08:14:35.644Z | Compiling lalrpop v0.19.12 |
| 3564 | 2025-06-19T08:14:35.667Z | Checking derive_builder v0.20.2 |
| 3565 | 2025-06-19T08:14:35.758Z | Checking quick-xml v0.37.2 |
| 3566 | 2025-06-19T08:14:35.852Z | Checking maplit v1.0.2 |
| 3567 | 2025-06-19T08:14:36.032Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3568 | 2025-06-19T08:14:36.462Z | Compiling diesel-dtrace v0.4.2 |
| 3569 | 2025-06-19T08:14:36.878Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3570 | 2025-06-19T08:14:37.203Z | Checking bb8 v0.8.5 |
| 3571 | 2025-06-19T08:14:37.491Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3572 | 2025-06-19T08:14:37.521Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3573 | 2025-06-19T08:14:37.663Z | Checking rand_seeder v0.3.0 |
| 3574 | 2025-06-19T08:14:37.755Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3575 | 2025-06-19T08:14:37.851Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3576 | 2025-06-19T08:14:37.873Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3577 | 2025-06-19T08:14:37.919Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3578 | 2025-06-19T08:14:38.178Z | Checking is_ci v1.2.0 |
| 3579 | 2025-06-19T08:14:38.203Z | Checking unicode-linebreak v0.1.5 |
| 3580 | 2025-06-19T08:14:38.344Z | Checking smawk v0.3.2 |
| 3581 | 2025-06-19T08:14:38.578Z | Checking supports-color v3.0.2 |
| 3582 | 2025-06-19T08:14:38.669Z | Checking textwrap v0.16.2 |
| 3583 | 2025-06-19T08:14:38.891Z | Checking support-bundle-viewer v0.1.0 |
| 3584 | 2025-06-19T08:14:39.165Z | Checking multimap v0.10.1 |
| 3585 | 2025-06-19T08:14:39.988Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3586 | 2025-06-19T08:14:41.473Z | Checking diesel v2.2.11 |
| 3587 | 2025-06-19T08:14:57.613Z | Compiling samael v0.0.19 |
| 3588 | 2025-06-19T08:15:10.704Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3589 | 2025-06-19T08:15:12.555Z | Checking async-bb8-diesel v0.2.1 |
| 3590 | 2025-06-19T08:15:14.648Z | Compiling polar-core v0.27.3 |
| 3591 | 2025-06-19T08:15:22.043Z | Checking oso v0.27.3 |
| 3592 | 2025-06-19T08:15:59.236Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3593 | 2025-06-19T08:16:30.295Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3594 | 2025-06-19T08:16:39.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 3595 | 2025-06-19T08:16:39.843Z | |
| 3596 | 2025-06-19T08:16:39.843Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (175/215) |
| 3597 | 2025-06-19T08:16:40.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2025-06-19T08:16:40.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2025-06-19T08:16:40.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2025-06-19T08:16:40.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3601 | 2025-06-19T08:16:40.659Z | |
| 3602 | 2025-06-19T08:16:40.659Z | info: running `cargo check --bins` on nexus-saga-recovery (176/215) |
| 3603 | 2025-06-19T08:16:45.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2025-06-19T08:16:45.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2025-06-19T08:16:45.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2025-06-19T08:16:45.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3607 | 2025-06-19T08:16:45.842Z | |
| 3608 | 2025-06-19T08:16:45.843Z | info: running `cargo check --bins` on nexus-test-utils-macros (177/215) |
| 3609 | 2025-06-19T08:16:45.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2025-06-19T08:16:45.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2025-06-19T08:16:45.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2025-06-19T08:16:45.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3613 | 2025-06-19T08:16:45.843Z | |
| 3614 | 2025-06-19T08:16:45.843Z | info: running `cargo check --bins` on omicron-nexus (178/215) |
| 3615 | 2025-06-19T08:16:45.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2025-06-19T08:16:45.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2025-06-19T08:16:45.943Z | Compiling libz-sys v1.1.20 |
| 3618 | 2025-06-19T08:16:45.943Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3619 | 2025-06-19T08:16:45.944Z | Compiling vergen v8.3.2 |
| 3620 | 2025-06-19T08:16:45.944Z | Compiling cargo-platform v0.1.8 |
| 3621 | 2025-06-19T08:16:45.944Z | Compiling pin-project-internal v1.1.6 |
| 3622 | 2025-06-19T08:16:45.944Z | Compiling snafu-derive v0.8.5 |
| 3623 | 2025-06-19T08:16:45.944Z | Compiling fs-err v2.11.0 |
| 3624 | 2025-06-19T08:16:45.944Z | Compiling rustls v0.21.12 |
| 3625 | 2025-06-19T08:16:45.944Z | Compiling cargo_metadata v0.18.1 |
| 3626 | 2025-06-19T08:16:45.944Z | Checking globset v0.4.15 |
| 3627 | 2025-06-19T08:16:45.944Z | Checking olpc-cjson v0.1.4 |
| 3628 | 2025-06-19T08:16:45.944Z | Checking sct v0.7.1 |
| 3629 | 2025-06-19T08:16:45.944Z | Checking rustls-webpki v0.101.7 |
| 3630 | 2025-06-19T08:16:45.944Z | Checking serde_plain v1.0.2 |
| 3631 | 2025-06-19T08:16:45.944Z | Checking typed-path v0.9.3 |
| 3632 | 2025-06-19T08:16:45.944Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3633 | 2025-06-19T08:16:45.944Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3634 | 2025-06-19T08:16:45.945Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3635 | 2025-06-19T08:16:45.945Z | Checking parse-size v1.1.0 |
| 3636 | 2025-06-19T08:16:45.945Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3637 | 2025-06-19T08:16:45.945Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3638 | 2025-06-19T08:16:45.945Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3639 | 2025-06-19T08:16:45.956Z | Checking pin-project v1.1.6 |
| 3640 | 2025-06-19T08:16:46.005Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3641 | 2025-06-19T08:16:46.048Z | Checking rustls-pemfile v1.0.4 |
| 3642 | 2025-06-19T08:16:46.282Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3643 | 2025-06-19T08:16:46.527Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3644 | 2025-06-19T08:16:46.580Z | Checking twox-hash v2.1.0 |
| 3645 | 2025-06-19T08:16:46.809Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3646 | 2025-06-19T08:16:46.922Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3647 | 2025-06-19T08:16:47.192Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3648 | 2025-06-19T08:16:47.516Z | Checking tokio-rustls v0.24.1 |
| 3649 | 2025-06-19T08:16:47.771Z | Checking snafu v0.8.5 |
| 3650 | 2025-06-19T08:16:47.877Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3651 | 2025-06-19T08:16:48.241Z | Checking tough v0.20.0 |
| 3652 | 2025-06-19T08:16:48.427Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3653 | 2025-06-19T08:16:48.614Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3654 | 2025-06-19T08:16:48.967Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3655 | 2025-06-19T08:16:49.018Z | Checking fatfs v0.3.6 |
| 3656 | 2025-06-19T08:16:49.158Z | Checking assert_matches v1.5.0 |
| 3657 | 2025-06-19T08:16:52.231Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3658 | 2025-06-19T08:16:53.618Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3659 | 2025-06-19T08:16:54.644Z | Compiling git2 v0.19.0 |
| 3660 | 2025-06-19T08:16:58.609Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3661 | 2025-06-19T08:17:53.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 3662 | 2025-06-19T08:17:53.249Z | |
| 3663 | 2025-06-19T08:17:53.249Z | info: running `cargo check --bins` on nexus-background-task-interface (179/215) |
| 3664 | 2025-06-19T08:17:53.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2025-06-19T08:17:53.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2025-06-19T08:17:53.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2025-06-19T08:17:53.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3668 | 2025-06-19T08:17:54.009Z | |
| 3669 | 2025-06-19T08:17:54.009Z | info: running `cargo check --bins` on nexus-external-api (180/215) |
| 3670 | 2025-06-19T08:17:54.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2025-06-19T08:17:54.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2025-06-19T08:17:54.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2025-06-19T08:17:54.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3674 | 2025-06-19T08:17:54.793Z | |
| 3675 | 2025-06-19T08:17:54.793Z | info: running `cargo check --bins` on nexus-internal-api (181/215) |
| 3676 | 2025-06-19T08:17:55.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2025-06-19T08:17:55.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2025-06-19T08:17:55.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2025-06-19T08:17:55.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3680 | 2025-06-19T08:17:55.581Z | |
| 3681 | 2025-06-19T08:17:55.582Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (182/215) |
| 3682 | 2025-06-19T08:17:56.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2025-06-19T08:17:56.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2025-06-19T08:17:56.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2025-06-19T08:17:56.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3686 | 2025-06-19T08:17:56.386Z | |
| 3687 | 2025-06-19T08:17:56.386Z | info: running `cargo check --bins` on nexus-mgs-updates (183/215) |
| 3688 | 2025-06-19T08:17:57.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2025-06-19T08:17:57.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2025-06-19T08:17:57.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2025-06-19T08:17:57.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3692 | 2025-06-19T08:17:57.182Z | |
| 3693 | 2025-06-19T08:17:57.182Z | info: running `cargo check --bins` on nexus-networking (184/215) |
| 3694 | 2025-06-19T08:17:57.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2025-06-19T08:17:57.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2025-06-19T08:17:57.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2025-06-19T08:17:57.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3698 | 2025-06-19T08:17:57.998Z | |
| 3699 | 2025-06-19T08:17:57.998Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (185/215) |
| 3700 | 2025-06-19T08:17:58.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2025-06-19T08:17:58.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2025-06-19T08:17:58.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2025-06-19T08:17:58.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3704 | 2025-06-19T08:17:58.808Z | |
| 3705 | 2025-06-19T08:17:58.808Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (186/215) |
| 3706 | 2025-06-19T08:17:59.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2025-06-19T08:17:59.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2025-06-19T08:17:59.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2025-06-19T08:17:59.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3710 | 2025-06-19T08:17:59.617Z | |
| 3711 | 2025-06-19T08:17:59.617Z | info: running `cargo check --bins` on update-common (187/215) |
| 3712 | 2025-06-19T08:18:00.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2025-06-19T08:18:00.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2025-06-19T08:18:00.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2025-06-19T08:18:00.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3716 | 2025-06-19T08:18:00.391Z | |
| 3717 | 2025-06-19T08:18:00.391Z | info: running `cargo check --bins` on omicron-dev (188/215) |
| 3718 | 2025-06-19T08:18:01.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2025-06-19T08:18:01.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2025-06-19T08:18:01.463Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3721 | 2025-06-19T08:18:01.466Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3722 | 2025-06-19T08:18:01.624Z | Checking diff v0.1.13 |
| 3723 | 2025-06-19T08:18:01.624Z | Checking yansi v1.0.1 |
| 3724 | 2025-06-19T08:18:01.628Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3725 | 2025-06-19T08:18:01.638Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3726 | 2025-06-19T08:18:02.078Z | Checking pretty_assertions v1.4.1 |
| 3727 | 2025-06-19T08:18:02.716Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3728 | 2025-06-19T08:18:29.306Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3729 | 2025-06-19T08:18:29.309Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3730 | 2025-06-19T08:18:29.310Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3731 | 2025-06-19T08:18:29.310Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3732 | 2025-06-19T08:18:29.323Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3733 | 2025-06-19T08:18:29.326Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3734 | 2025-06-19T08:18:30.326Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3735 | 2025-06-19T08:18:31.607Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3736 | 2025-06-19T08:19:16.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 3737 | 2025-06-19T08:19:16.594Z | |
| 3738 | 2025-06-19T08:19:16.594Z | info: running `cargo check --bins` on openapi-manager (189/215) |
| 3739 | 2025-06-19T08:19:17.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2025-06-19T08:19:17.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2025-06-19T08:19:17.452Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3742 | 2025-06-19T08:19:17.453Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3743 | 2025-06-19T08:19:17.456Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3744 | 2025-06-19T08:19:17.456Z | Checking heck v0.4.1 |
| 3745 | 2025-06-19T08:19:17.588Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3746 | 2025-06-19T08:19:17.749Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3747 | 2025-06-19T08:19:18.156Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3748 | 2025-06-19T08:19:18.736Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3749 | 2025-06-19T08:19:20.938Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3750 | 2025-06-19T08:19:22.531Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3751 | 2025-06-19T08:19:23.399Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3752 | 2025-06-19T08:19:24.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.27s |
| 3753 | 2025-06-19T08:19:25.083Z | |
| 3754 | 2025-06-19T08:19:25.083Z | info: running `cargo check --bins` on installinator-api (190/215) |
| 3755 | 2025-06-19T08:19:25.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2025-06-19T08:19:25.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2025-06-19T08:19:25.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2025-06-19T08:19:25.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3759 | 2025-06-19T08:19:25.849Z | |
| 3760 | 2025-06-19T08:19:25.849Z | info: running `cargo check --bins` on wicketd-api (191/215) |
| 3761 | 2025-06-19T08:19:26.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2025-06-19T08:19:26.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2025-06-19T08:19:26.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2025-06-19T08:19:26.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3765 | 2025-06-19T08:19:26.621Z | |
| 3766 | 2025-06-19T08:19:26.621Z | info: running `cargo check --bins` on omicron-pins (192/215) |
| 3767 | 2025-06-19T08:19:27.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2025-06-19T08:19:27.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2025-06-19T08:19:27.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2025-06-19T08:19:27.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3771 | 2025-06-19T08:19:27.350Z | |
| 3772 | 2025-06-19T08:19:27.350Z | info: running `cargo check --bins` on reconfigurator-cli (193/215) |
| 3773 | 2025-06-19T08:19:28.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2025-06-19T08:19:28.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2025-06-19T08:19:28.248Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3776 | 2025-06-19T08:19:28.251Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3777 | 2025-06-19T08:19:28.390Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3778 | 2025-06-19T08:19:28.403Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3779 | 2025-06-19T08:19:28.406Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3780 | 2025-06-19T08:19:28.406Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3781 | 2025-06-19T08:19:28.422Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3782 | 2025-06-19T08:19:28.425Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3783 | 2025-06-19T08:19:28.686Z | Compiling petname v2.0.2 |
| 3784 | 2025-06-19T08:19:28.714Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3785 | 2025-06-19T08:19:28.737Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3786 | 2025-06-19T08:19:29.038Z | Checking sync-ptr v0.1.4 |
| 3787 | 2025-06-19T08:19:29.080Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3788 | 2025-06-19T08:19:29.425Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3789 | 2025-06-19T08:19:29.897Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3790 | 2025-06-19T08:19:31.307Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3791 | 2025-06-19T08:19:32.262Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3792 | 2025-06-19T08:19:33.591Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3793 | 2025-06-19T08:19:44.687Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3794 | 2025-06-19T08:19:44.690Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3795 | 2025-06-19T08:19:45.383Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3796 | 2025-06-19T08:19:46.812Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3797 | 2025-06-19T08:19:49.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.81s |
| 3798 | 2025-06-19T08:19:49.386Z | |
| 3799 | 2025-06-19T08:19:49.386Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (194/215) |
| 3800 | 2025-06-19T08:19:50.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2025-06-19T08:19:50.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2025-06-19T08:19:50.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2025-06-19T08:19:50.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3804 | 2025-06-19T08:19:50.198Z | |
| 3805 | 2025-06-19T08:19:50.198Z | info: running `cargo check --bins` on omicron-repl-utils (195/215) |
| 3806 | 2025-06-19T08:19:50.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2025-06-19T08:19:50.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2025-06-19T08:19:50.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2025-06-19T08:19:50.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3810 | 2025-06-19T08:19:50.929Z | |
| 3811 | 2025-06-19T08:19:50.929Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (196/215) |
| 3812 | 2025-06-19T08:19:51.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2025-06-19T08:19:51.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2025-06-19T08:19:51.778Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3815 | 2025-06-19T08:19:52.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 3816 | 2025-06-19T08:19:53.044Z | |
| 3817 | 2025-06-19T08:19:53.044Z | info: running `cargo check --bins` on reconfigurator-sp-updater (197/215) |
| 3818 | 2025-06-19T08:19:53.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2025-06-19T08:19:53.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2025-06-19T08:19:53.837Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3821 | 2025-06-19T08:19:54.279Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3822 | 2025-06-19T08:19:55.311Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3823 | 2025-06-19T08:19:56.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 3824 | 2025-06-19T08:19:56.225Z | |
| 3825 | 2025-06-19T08:19:56.225Z | info: running `cargo check --bins` on omicron-releng (198/215) |
| 3826 | 2025-06-19T08:19:56.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2025-06-19T08:19:56.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2025-06-19T08:19:56.981Z | Compiling blake3 v1.5.4 |
| 3829 | 2025-06-19T08:19:56.984Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3830 | 2025-06-19T08:19:57.109Z | Checking memmap2 v0.9.5 |
| 3831 | 2025-06-19T08:19:57.113Z | Checking arrayvec v0.7.6 |
| 3832 | 2025-06-19T08:19:57.113Z | Checking constant_time_eq v0.3.1 |
| 3833 | 2025-06-19T08:19:57.113Z | Checking arrayref v0.3.9 |
| 3834 | 2025-06-19T08:19:57.162Z | Checking topological-sort v0.2.2 |
| 3835 | 2025-06-19T08:19:57.167Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3836 | 2025-06-19T08:19:57.235Z | Checking shell-words v1.1.0 |
| 3837 | 2025-06-19T08:19:57.634Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3838 | 2025-06-19T08:19:57.887Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3839 | 2025-06-19T08:19:58.300Z | Checking omicron-zone-package v0.12.2 |
| 3840 | 2025-06-19T08:19:59.475Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3841 | 2025-06-19T08:20:00.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 3842 | 2025-06-19T08:20:00.689Z | |
| 3843 | 2025-06-19T08:20:00.689Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (199/215) |
| 3844 | 2025-06-19T08:20:01.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2025-06-19T08:20:01.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2025-06-19T08:20:01.472Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3847 | 2025-06-19T08:20:01.869Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3848 | 2025-06-19T08:20:02.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 3849 | 2025-06-19T08:20:02.510Z | |
| 3850 | 2025-06-19T08:20:02.510Z | info: running `cargo check --bins` on xtask (200/215) |
| 3851 | 2025-06-19T08:20:03.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2025-06-19T08:20:03.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2025-06-19T08:20:03.057Z | Checking bitflags v2.9.0 |
| 3854 | 2025-06-19T08:20:03.149Z | Checking serde v1.0.219 |
| 3855 | 2025-06-19T08:20:03.152Z | Checking thiserror v1.0.69 |
| 3856 | 2025-06-19T08:20:03.167Z | Checking scroll v0.12.0 |
| 3857 | 2025-06-19T08:20:03.171Z | Checking log v0.4.27 |
| 3858 | 2025-06-19T08:20:03.178Z | Checking hashbrown v0.15.3 |
| 3859 | 2025-06-19T08:20:03.190Z | Checking zerocopy v0.7.35 |
| 3860 | 2025-06-19T08:20:03.216Z | Checking getrandom v0.3.1 |
| 3861 | 2025-06-19T08:20:03.268Z | Checking pest v2.7.14 |
| 3862 | 2025-06-19T08:20:03.404Z | Checking rustix v0.38.37 |
| 3863 | 2025-06-19T08:20:03.445Z | Checking rustix v1.0.7 |
| 3864 | 2025-06-19T08:20:03.462Z | Checking syn v2.0.103 |
| 3865 | 2025-06-19T08:20:03.591Z | Checking goblin v0.8.2 |
| 3866 | 2025-06-19T08:20:04.147Z | Checking indexmap v2.9.0 |
| 3867 | 2025-06-19T08:20:04.394Z | Checking terminal_size v0.4.0 |
| 3868 | 2025-06-19T08:20:04.397Z | Checking once_cell v1.21.3 |
| 3869 | 2025-06-19T08:20:04.590Z | Checking clap_builder v4.5.35 |
| 3870 | 2025-06-19T08:20:04.724Z | Checking thiserror v2.0.12 |
| 3871 | 2025-06-19T08:20:04.884Z | Checking textwrap v0.16.2 |
| 3872 | 2025-06-19T08:20:04.927Z | Checking tempfile v3.20.0 |
| 3873 | 2025-06-19T08:20:05.302Z | Checking fs-err v3.1.1 |
| 3874 | 2025-06-19T08:20:05.315Z | Checking tabled v0.15.0 |
| 3875 | 2025-06-19T08:20:05.331Z | Checking anyhow v1.0.98 |
| 3876 | 2025-06-19T08:20:05.625Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3877 | 2025-06-19T08:20:05.715Z | Checking dtrace-parser v0.2.0 |
| 3878 | 2025-06-19T08:20:07.099Z | Checking clap v4.5.35 |
| 3879 | 2025-06-19T08:20:07.367Z | Checking serde_json v1.0.140 |
| 3880 | 2025-06-19T08:20:07.367Z | Checking serde_spanned v0.6.9 |
| 3881 | 2025-06-19T08:20:07.370Z | Checking toml_datetime v0.6.11 |
| 3882 | 2025-06-19T08:20:07.370Z | Checking camino v1.1.10 |
| 3883 | 2025-06-19T08:20:07.370Z | Checking cargo-platform v0.1.8 |
| 3884 | 2025-06-19T08:20:07.498Z | Checking semver v1.0.26 |
| 3885 | 2025-06-19T08:20:07.635Z | Checking macaddr v1.0.1 |
| 3886 | 2025-06-19T08:20:07.730Z | Checking toml_edit v0.22.27 |
| 3887 | 2025-06-19T08:20:07.910Z | Checking camino-tempfile v1.4.1 |
| 3888 | 2025-06-19T08:20:08.471Z | Checking dof v0.3.0 |
| 3889 | 2025-06-19T08:20:08.471Z | Checking cargo_metadata v0.19.2 |
| 3890 | 2025-06-19T08:20:08.879Z | Checking usdt-impl v0.5.0 |
| 3891 | 2025-06-19T08:20:09.253Z | Checking usdt v0.5.0 |
| 3892 | 2025-06-19T08:20:09.473Z | Checking toml v0.8.23 |
| 3893 | 2025-06-19T08:20:09.935Z | Checking cargo_toml v0.21.0 |
| 3894 | 2025-06-19T08:20:11.109Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3895 | 2025-06-19T08:20:11.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s |
| 3896 | 2025-06-19T08:20:11.863Z | |
| 3897 | 2025-06-19T08:20:11.863Z | info: running `cargo check --bins` on end-to-end-tests (201/215) |
| 3898 | 2025-06-19T08:20:12.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2025-06-19T08:20:12.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2025-06-19T08:20:12.782Z | Checking polyval v0.6.2 |
| 3901 | 2025-06-19T08:20:12.785Z | Checking ctr v0.9.2 |
| 3902 | 2025-06-19T08:20:12.925Z | Checking ssh-encoding v0.2.0 |
| 3903 | 2025-06-19T08:20:12.925Z | Checking blowfish v0.9.1 |
| 3904 | 2025-06-19T08:20:12.929Z | Checking password-hash v0.4.2 |
| 3905 | 2025-06-19T08:20:12.933Z | Checking p521 v0.13.3 |
| 3906 | 2025-06-19T08:20:12.933Z | Checking p256 v0.13.2 |
| 3907 | 2025-06-19T08:20:12.933Z | Checking russh-cryptovec v0.7.3 |
| 3908 | 2025-06-19T08:20:13.121Z | Checking ghash v0.5.1 |
| 3909 | 2025-06-19T08:20:13.147Z | Checking md5 v0.7.0 |
| 3910 | 2025-06-19T08:20:13.176Z | Checking num-bigint v0.4.6 |
| 3911 | 2025-06-19T08:20:13.276Z | Checking des v0.8.1 |
| 3912 | 2025-06-19T08:20:13.308Z | Checking bcrypt-pbkdf v0.10.0 |
| 3913 | 2025-06-19T08:20:13.328Z | Checking aes-gcm v0.10.3 |
| 3914 | 2025-06-19T08:20:13.429Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3915 | 2025-06-19T08:20:13.450Z | Checking pbkdf2 v0.11.0 |
| 3916 | 2025-06-19T08:20:13.478Z | Checking hex-literal v0.4.1 |
| 3917 | 2025-06-19T08:20:13.548Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3918 | 2025-06-19T08:20:13.570Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3919 | 2025-06-19T08:20:13.590Z | Checking ssh-cipher v0.2.0 |
| 3920 | 2025-06-19T08:20:13.619Z | Checking internet-checksum v0.2.1 |
| 3921 | 2025-06-19T08:20:13.887Z | Checking ssh-key v0.6.6 |
| 3922 | 2025-06-19T08:20:14.079Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3923 | 2025-06-19T08:20:15.023Z | Checking russh-keys v0.45.0 |
| 3924 | 2025-06-19T08:20:15.873Z | Checking russh v0.45.0 |
| 3925 | 2025-06-19T08:20:36.556Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3926 | 2025-06-19T08:20:38.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.23s |
| 3927 | 2025-06-19T08:20:38.327Z | |
| 3928 | 2025-06-19T08:20:38.327Z | info: running `cargo check --bins` on gateway-cli (202/215) |
| 3929 | 2025-06-19T08:20:39.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2025-06-19T08:20:39.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2025-06-19T08:20:39.097Z | Checking termios v0.3.3 |
| 3932 | 2025-06-19T08:20:39.346Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3933 | 2025-06-19T08:20:40.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 3934 | 2025-06-19T08:20:40.350Z | |
| 3935 | 2025-06-19T08:20:40.350Z | info: running `cargo check --bins --no-default-features` on installinator (203/215) |
| 3936 | 2025-06-19T08:20:41.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2025-06-19T08:20:41.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2025-06-19T08:20:41.204Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3939 | 2025-06-19T08:20:41.204Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3940 | 2025-06-19T08:20:41.207Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3941 | 2025-06-19T08:20:41.207Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3942 | 2025-06-19T08:20:42.164Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3943 | 2025-06-19T08:20:42.404Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3944 | 2025-06-19T08:20:44.080Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3945 | 2025-06-19T08:20:46.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
| 3946 | 2025-06-19T08:20:46.459Z | |
| 3947 | 2025-06-19T08:20:46.459Z | info: running `cargo check --bins` on internal-dns-cli (204/215) |
| 3948 | 2025-06-19T08:20:47.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2025-06-19T08:20:47.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2025-06-19T08:20:47.232Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3951 | 2025-06-19T08:20:47.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3952 | 2025-06-19T08:20:47.958Z | |
| 3953 | 2025-06-19T08:20:47.958Z | info: running `cargo check --bins` on omicron-live-tests (205/215) |
| 3954 | 2025-06-19T08:20:48.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2025-06-19T08:20:48.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2025-06-19T08:20:48.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3957 | 2025-06-19T08:20:48.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3958 | 2025-06-19T08:20:48.692Z | |
| 3959 | 2025-06-19T08:20:48.692Z | info: running `cargo check --bins` on live-tests-macros (206/215) |
| 3960 | 2025-06-19T08:20:49.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2025-06-19T08:20:49.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2025-06-19T08:20:49.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2025-06-19T08:20:49.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3964 | 2025-06-19T08:20:49.422Z | |
| 3965 | 2025-06-19T08:20:49.422Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (207/215) |
| 3966 | 2025-06-19T08:20:50.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2025-06-19T08:20:50.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2025-06-19T08:20:50.274Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3969 | 2025-06-19T08:20:50.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 3970 | 2025-06-19T08:20:51.169Z | |
| 3971 | 2025-06-19T08:20:51.169Z | info: running `cargo check --bins` on omicron-package (208/215) |
| 3972 | 2025-06-19T08:20:51.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2025-06-19T08:20:51.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2025-06-19T08:20:51.966Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3975 | 2025-06-19T08:20:53.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 3976 | 2025-06-19T08:20:53.673Z | |
| 3977 | 2025-06-19T08:20:53.673Z | info: running `cargo check --bins` on trust-quorum (209/215) |
| 3978 | 2025-06-19T08:20:54.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2025-06-19T08:20:54.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2025-06-19T08:20:54.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3981 | 2025-06-19T08:20:54.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3982 | 2025-06-19T08:20:54.463Z | |
| 3983 | 2025-06-19T08:20:54.463Z | info: running `cargo check --bins` on gfss (210/215) |
| 3984 | 2025-06-19T08:20:55.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3985 | 2025-06-19T08:20:55.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3986 | 2025-06-19T08:20:55.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3987 | 2025-06-19T08:20:55.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3988 | 2025-06-19T08:20:55.195Z | |
| 3989 | 2025-06-19T08:20:55.195Z | info: running `cargo check --bins` on wicket-dbg (211/215) |
| 3990 | 2025-06-19T08:20:55.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2025-06-19T08:20:55.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2025-06-19T08:20:56.058Z | Checking rtoolbox v0.0.2 |
| 3993 | 2025-06-19T08:20:56.066Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3994 | 2025-06-19T08:20:56.067Z | Checking tui-tree-widget v0.23.1 |
| 3995 | 2025-06-19T08:20:56.315Z | Checking rpassword v7.3.1 |
| 3996 | 2025-06-19T08:21:01.059Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3997 | 2025-06-19T08:21:04.020Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3998 | 2025-06-19T08:21:05.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s |
| 3999 | 2025-06-19T08:21:05.472Z | |
| 4000 | 2025-06-19T08:21:05.472Z | info: running `cargo check --bins` on wicket (212/215) |
| 4001 | 2025-06-19T08:21:06.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2025-06-19T08:21:06.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2025-06-19T08:21:06.304Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4004 | 2025-06-19T08:21:06.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4005 | 2025-06-19T08:21:06.974Z | |
| 4006 | 2025-06-19T08:21:06.974Z | info: running `cargo check --bins` on wicketd (213/215) |
| 4007 | 2025-06-19T08:21:07.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2025-06-19T08:21:07.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2025-06-19T08:21:07.827Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4010 | 2025-06-19T08:21:11.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
| 4011 | 2025-06-19T08:21:12.139Z | |
| 4012 | 2025-06-19T08:21:12.139Z | info: running `cargo check --bins` on omicron-workspace-hack (214/215) |
| 4013 | 2025-06-19T08:21:12.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2025-06-19T08:21:12.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2025-06-19T08:21:12.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2025-06-19T08:21:12.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 4017 | 2025-06-19T08:21:12.879Z | |
| 4018 | 2025-06-19T08:21:12.879Z | info: running `cargo check --bins` on zone-setup (215/215) |
| 4019 | 2025-06-19T08:21:13.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2025-06-19T08:21:13.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2025-06-19T08:21:13.671Z | Checking uzers v0.12.1 |
| 4022 | 2025-06-19T08:21:14.042Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4023 | 2025-06-19T08:21:15.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
| 4024 | 2025-06-19T08:21:15.312Z | |
| 4025 | 2025-06-19T08:21:15.316Z | real 15:07.366250661 |
| 4026 | 2025-06-19T08:21:15.316Z | user 30:13.092400405 |
| 4027 | 2025-06-19T08:21:15.316Z | sys 4:57.093501343 |
| 4028 | 2025-06-19T08:21:15.316Z | trap 0.634319608 |
| 4029 | 2025-06-19T08:21:15.316Z | tflt 0.756092586 |
| 4030 | 2025-06-19T08:21:15.316Z | dflt 1.685729517 |
| 4031 | 2025-06-19T08:21:15.316Z | kflt 0.001062772 |
| 4032 | 2025-06-19T08:21:15.316Z | lock 49:47.969752042 |
| 4033 | 2025-06-19T08:21:15.316Z | slp 2:26:29.303727986 |
| 4034 | 2025-06-19T08:21:15.316Z | lat 1:15.882293959 |
| 4035 | 2025-06-19T08:21:15.316Z | stop 4:38.266928139 |
| 4036 | 2025-06-19T08:21:15.316Z | process exited: duration 1203261 ms, exit code 0 |
| |
| 4037 | 2025-06-19T08:21:15.324Z | found 0 output files |