|
|
|
| 1 | 2025-07-29T05:16:56.291Z | job assigned to worker 01K1A9RRMPAX4YHXQAS9N8XV8Y [factory gimlet-EVT22200007-propolis, EVT22200007/36317] (queued for 24 s) |
| |
| 2 | 2025-07-29T05:17:04.620Z | starting task 0: "setup" |
| 3 | 2025-07-29T05:17:04.646Z | ++ uname -s |
| 4 | 2025-07-29T05:17:04.646Z | + kern=SunOS |
| 5 | 2025-07-29T05:17:04.646Z | + build_user=build |
| 6 | 2025-07-29T05:17:04.646Z | + build_uid=12345 |
| 7 | 2025-07-29T05:17:04.646Z | + work_dir=/work |
| 8 | 2025-07-29T05:17:04.647Z | + input_dir=/input |
| 9 | 2025-07-29T05:17:04.647Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-29T05:17:04.647Z | + case "$kern" in |
| 11 | 2025-07-29T05:17:04.647Z | + groupadd -g 12345 build |
| 12 | 2025-07-29T05:17:04.647Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-29T05:17:06.647Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-29T05:17:06.688Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-29T05:17:06.714Z | + home_fs=zfs |
| 16 | 2025-07-29T05:17:06.714Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-29T05:17:06.714Z | + mkdir -p /home/build |
| 18 | 2025-07-29T05:17:06.714Z | + chown build:build /home/build /work |
| 19 | 2025-07-29T05:17:08.696Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-29T05:17:08.723Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2025-07-29T05:17:08.779Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-29T05:17:08.807Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-07-29T05:17:08.807Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-07-29T05:17:08.807Z | * rust toolchain channel = "1.88.0" |
| 25 | 2025-07-29T05:17:08.807Z | * rust toolchain profile = "default" |
| 26 | 2025-07-29T05:17:08.807Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-29T05:17:08.807Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-07-29T05:17:08.807Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-29T05:17:08.807Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-07-29T05:17:08.933Z | info: downloading installer |
| 31 | 2025-07-29T05:17:09.769Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-29T05:17:09.769Z | warn: /opt/ooce/bin |
| 33 | 2025-07-29T05:17:09.769Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-29T05:17:09.769Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-29T05:17:09.769Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-29T05:17:09.770Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-29T05:17:09.770Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-29T05:17:09.770Z | error: cannot install while Rust is installed |
| 39 | 2025-07-29T05:17:09.770Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-29T05:17:09.797Z | info: profile set to 'default' |
| 41 | 2025-07-29T05:17:09.797Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-29T05:17:09.797Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-07-29T05:17:10.209Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-07-29T05:17:10.209Z | info: downloading component 'cargo' |
| 45 | 2025-07-29T05:17:11.083Z | info: downloading component 'clippy' |
| 46 | 2025-07-29T05:17:11.198Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-29T05:17:11.673Z | info: downloading component 'rust-std' |
| 48 | 2025-07-29T05:17:12.134Z | info: downloading component 'rustc' |
| 49 | 2025-07-29T05:17:16.985Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-29T05:17:17.094Z | info: installing component 'cargo' |
| 51 | 2025-07-29T05:17:18.301Z | info: installing component 'clippy' |
| 52 | 2025-07-29T05:17:18.802Z | info: installing component 'rust-docs' |
| 53 | 2025-07-29T05:17:21.904Z | info: installing component 'rust-std' |
| 54 | 2025-07-29T05:17:24.099Z | info: installing component 'rustc' |
| 55 | 2025-07-29T05:17:32.088Z | info: installing component 'rustfmt' |
| 56 | 2025-07-29T05:17:32.461Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-07-29T05:17:32.461Z | |
| 58 | 2025-07-29T05:17:32.622Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-07-29T05:17:32.622Z | |
| 60 | 2025-07-29T05:17:32.649Z | |
| 61 | 2025-07-29T05:17:32.649Z | Rust is installed now. Great! |
| 62 | 2025-07-29T05:17:32.649Z | |
| 63 | 2025-07-29T05:17:32.649Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-29T05:17:32.649Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-29T05:17:32.649Z | |
| 66 | 2025-07-29T05:17:32.649Z | To configure your current shell, you need to source |
| 67 | 2025-07-29T05:17:32.649Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-29T05:17:32.649Z | |
| 69 | 2025-07-29T05:17:32.649Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-29T05:17:32.649Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-29T05:17:32.649Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-29T05:17:32.650Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-29T05:17:32.726Z | + rustup --version |
| 74 | 2025-07-29T05:17:32.753Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-29T05:17:32.753Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-29T05:17:32.859Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-07-29T05:17:32.886Z | + cargo --version |
| 78 | 2025-07-29T05:17:32.962Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-07-29T05:17:32.989Z | + rustc --version |
| 80 | 2025-07-29T05:17:33.074Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-07-29T05:17:33.101Z | process exited: duration 24301 ms, exit code 0 |
| |
| 82 | 2025-07-29T05:17:33.155Z | starting task 2: "authentication" |
| 83 | 2025-07-29T05:17:33.216Z | process exited: duration 61 ms, exit code 0 |
| |
| 84 | 2025-07-29T05:17:33.270Z | starting task 3: "clone repository" |
| 85 | 2025-07-29T05:17:33.297Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-29T05:17:33.297Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-29T05:17:33.324Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-29T05:17:45.605Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-29T05:17:45.605Z | + git fetch origin 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 90 | 2025-07-29T05:17:46.085Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-29T05:17:46.085Z | * branch 33471c3f1a88a9f9f4a675520350f28c8df830f5 -> FETCH_HEAD |
| 92 | 2025-07-29T05:17:46.112Z | + [[ -n delete-disk-metrics ]] |
| 93 | 2025-07-29T05:17:46.112Z | ++ git branch --show-current |
| 94 | 2025-07-29T05:17:46.112Z | + current=main |
| 95 | 2025-07-29T05:17:46.112Z | + [[ main != delete-disk-metrics ]] |
| 96 | 2025-07-29T05:17:46.112Z | + git branch -f delete-disk-metrics 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 97 | 2025-07-29T05:17:46.112Z | + git checkout -f delete-disk-metrics |
| 98 | 2025-07-29T05:17:46.377Z | Switched to branch 'delete-disk-metrics' |
| 99 | 2025-07-29T05:17:46.404Z | + git reset --hard 33471c3f1a88a9f9f4a675520350f28c8df830f5 |
| 100 | 2025-07-29T05:17:46.431Z | HEAD is now at 33471c3f1 delete disk metrics endpoint |
| 101 | 2025-07-29T05:17:46.431Z | process exited: duration 13140 ms, exit code 0 |
| |
| 102 | 2025-07-29T05:17:46.485Z | starting task 4: "build" |
| 103 | 2025-07-29T05:17:46.512Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-07-29T05:17:46.512Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-07-29T05:17:46.512Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-07-29T05:17:46.512Z | + cargo --version |
| 107 | 2025-07-29T05:17:46.558Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 108 | 2025-07-29T05:17:46.584Z | + rustc --version |
| 109 | 2025-07-29T05:17:46.641Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 110 | 2025-07-29T05:17:46.668Z | + source ./env.sh |
| 111 | 2025-07-29T05:17:46.668Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-07-29T05:17:46.668Z | ++ set -o xtrace |
| 113 | 2025-07-29T05:17:46.668Z | ++++ dirname ./env.sh |
| 114 | 2025-07-29T05:17:46.668Z | +++ readlink -f . |
| 115 | 2025-07-29T05:17:46.668Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-07-29T05:17:46.668Z | ++ 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-07-29T05:17:46.668Z | ++ 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-07-29T05:17:46.668Z | ++ 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-07-29T05:17:46.668Z | ++ 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-07-29T05:17:46.668Z | ++ 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-07-29T05:17:46.668Z | ++ 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-07-29T05:17:46.668Z | ++ 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-07-29T05:17:46.669Z | ++ 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-07-29T05:17:46.669Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-07-29T05:17:46.669Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-07-29T05:17:46.669Z | + 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-07-29T05:17:46.669Z | + 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-07-29T05:17:46.669Z | + banner prerequisites |
| 129 | 2025-07-29T05:17:46.669Z | |
| 130 | 2025-07-29T05:17:46.669Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-07-29T05:17:46.669Z | # # # # # # # # # # # # # # # |
| 132 | 2025-07-29T05:17:46.669Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-07-29T05:17:46.669Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-07-29T05:17:46.669Z | # # # # # # # # # # # # # # # |
| 135 | 2025-07-29T05:17:46.669Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-07-29T05:17:46.669Z | |
| 137 | 2025-07-29T05:17:46.669Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-07-29T05:17:58.745Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-07-29T05:18:07.260Z | Startup: Caching catalogs ... Done |
| 140 | 2025-07-29T05:18:13.617Z | Planning: Solver setup ... Done (4.542s) |
| 141 | 2025-07-29T05:18:13.662Z | Planning: Running solver ... Done (0.045s) |
| 142 | 2025-07-29T05:18:13.734Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2025-07-29T05:18:13.820Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-07-29T05:18:14.496Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-07-29T05:18:14.562Z | Planning: Package planning ... Done (0.066s) |
| 146 | 2025-07-29T05:18:14.648Z | Planning: Merging actions ... Done (0.060s) |
| 147 | 2025-07-29T05:18:14.970Z | Planning: Checking for conflicting actions ... Done (0.347s) |
| 148 | 2025-07-29T05:18:14.997Z | Planning: Consolidating action changes ... Done (0.014s) |
| 149 | 2025-07-29T05:18:15.667Z | Planning: Evaluating mediators ... Done (0.682s) |
| 150 | 2025-07-29T05:18:15.698Z | Planning: Planning completed in 8.31 seconds |
| 151 | 2025-07-29T05:18:15.698Z | Packages to install: 4 |
| 152 | 2025-07-29T05:18:15.698Z | Mediators to change: 2 |
| 153 | 2025-07-29T05:18:15.698Z | Services to change: 1 |
| 154 | 2025-07-29T05:18:15.698Z | Estimated space available: 155.02 GB |
| 155 | 2025-07-29T05:18:15.698Z | Estimated space to be consumed: 1.71 GB |
| 156 | 2025-07-29T05:18:15.698Z | Create boot environment: No |
| 157 | 2025-07-29T05:18:15.698Z | Create backup boot environment: No |
| 158 | 2025-07-29T05:18:15.698Z | Rebuild boot archive: No |
| 159 | 2025-07-29T05:18:15.698Z | |
| 160 | 2025-07-29T05:18:15.698Z | Changed mediators: |
| 161 | 2025-07-29T05:18:15.698Z | mediator clang: |
| 162 | 2025-07-29T05:18:15.698Z | version: None -> 15 (system default) |
| 163 | 2025-07-29T05:18:15.698Z | |
| 164 | 2025-07-29T05:18:15.698Z | mediator llvm: |
| 165 | 2025-07-29T05:18:15.698Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-07-29T05:18:15.698Z | |
| 167 | 2025-07-29T05:18:15.698Z | Changed packages: |
| 168 | 2025-07-29T05:18:15.698Z | helios-dev |
| 169 | 2025-07-29T05:18:15.698Z | developer/build-essential |
| 170 | 2025-07-29T05:18:15.699Z | None -> 11-2.0 |
| 171 | 2025-07-29T05:18:15.699Z | library/libxmlsec1 |
| 172 | 2025-07-29T05:18:15.699Z | None -> 1.2.35-2.0 |
| 173 | 2025-07-29T05:18:15.699Z | ooce/developer/clang-15 |
| 174 | 2025-07-29T05:18:15.699Z | None -> 15.0.7-2.0 |
| 175 | 2025-07-29T05:18:15.699Z | ooce/developer/llvm-15 |
| 176 | 2025-07-29T05:18:15.699Z | None -> 15.0.7-2.0 |
| 177 | 2025-07-29T05:18:15.699Z | |
| 178 | 2025-07-29T05:18:15.699Z | Services: |
| 179 | 2025-07-29T05:18:15.699Z | restart_fmri: |
| 180 | 2025-07-29T05:18:15.699Z | svc:/system/update-man-index:default |
| 181 | 2025-07-29T05:18:15.754Z | |
| 182 | 2025-07-29T05:18:15.754Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-07-29T05:18:20.754Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s) |
| 184 | 2025-07-29T05:18:25.766Z | Download: 2354/3290 items 119.7/212.6MB 56% complete (12.2M/s) |
| 185 | 2025-07-29T05:18:30.765Z | Download: 3247/3290 items 201.1/212.6MB 94% complete (11.7M/s) |
| 186 | 2025-07-29T05:18:32.062Z | Download: Completed 212.60 MB in 16.31 seconds (13.0M/s) |
| 187 | 2025-07-29T05:18:32.242Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-07-29T05:18:37.329Z | Actions: 1869/3689 actions (Installing new actions) |
| 189 | 2025-07-29T05:18:37.915Z | Actions: Completed 3689 actions in 5.67 seconds. |
| 190 | 2025-07-29T05:18:38.793Z | Done (0.871s) |
| 191 | 2025-07-29T05:18:38.793Z | Done (0.000s) |
| 192 | 2025-07-29T05:18:39.808Z | Done (1.015s) |
| 193 | 2025-07-29T05:18:44.600Z | Done (4.578s) |
| 194 | 2025-07-29T05:18:44.700Z | Done (0.020s) |
| 195 | 2025-07-29T05:18:44.726Z | Done (0.000s) |
| 196 | 2025-07-29T05:18:44.863Z | Done (0.000s) |
| 197 | 2025-07-29T05:18:45.770Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-07-29T05:18:46.020Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-07-29T05:18:46.047Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-07-29T05:18:46.356Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-07-29T05:18:46.384Z | Planning: Planning completed in 0.59 seconds |
| 202 | 2025-07-29T05:18:46.410Z | Mediators to change: 2 |
| 203 | 2025-07-29T05:18:46.410Z | Create boot environment: No |
| 204 | 2025-07-29T05:18:46.410Z | Create backup boot environment: No |
| 205 | 2025-07-29T05:18:46.456Z | Done |
| 206 | 2025-07-29T05:18:46.456Z | Done |
| 207 | 2025-07-29T05:18:47.287Z | Done |
| 208 | 2025-07-29T05:18:51.731Z | Done |
| 209 | 2025-07-29T05:18:51.828Z | Done |
| 210 | 2025-07-29T05:18:51.828Z | Done |
| 211 | 2025-07-29T05:18:51.879Z | Done |
| 212 | 2025-07-29T05:18:52.639Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-07-29T05:18:52.666Z | Planning: Merging actions ... Done |
| 214 | 2025-07-29T05:18:52.923Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-07-29T05:18:52.950Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-07-29T05:18:53.239Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-07-29T05:18:53.303Z | Planning: Planning completed in 0.96 seconds |
| 218 | 2025-07-29T05:18:53.343Z | Packages to change: 1 |
| 219 | 2025-07-29T05:18:53.343Z | Mediators to change: 1 |
| 220 | 2025-07-29T05:18:53.343Z | Services to change: 1 |
| 221 | 2025-07-29T05:18:53.343Z | Create boot environment: No |
| 222 | 2025-07-29T05:18:53.343Z | Create backup boot environment: Yes |
| 223 | 2025-07-29T05:18:55.192Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-07-29T05:18:55.219Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-07-29T05:18:55.219Z | Done |
| 226 | 2025-07-29T05:18:55.219Z | Done |
| 227 | 2025-07-29T05:18:55.396Z | Done |
| 228 | 2025-07-29T05:18:59.737Z | Done |
| 229 | 2025-07-29T05:18:59.828Z | Done |
| 230 | 2025-07-29T05:18:59.854Z | Done |
| 231 | 2025-07-29T05:18:59.926Z | Done |
| 232 | 2025-07-29T05:19:00.462Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-07-29T05:19:00.463Z | clang system 15 system |
| 234 | 2025-07-29T05:19:00.463Z | csh system system illumos |
| 235 | 2025-07-29T05:19:00.463Z | ctags system system illumos |
| 236 | 2025-07-29T05:19:00.463Z | file system system illumos |
| 237 | 2025-07-29T05:19:00.463Z | gcc vendor 12 vendor |
| 238 | 2025-07-29T05:19:00.463Z | gcc system 10 system |
| 239 | 2025-07-29T05:19:00.463Z | gcc system 7 system |
| 240 | 2025-07-29T05:19:00.463Z | go system 1.20 system |
| 241 | 2025-07-29T05:19:00.463Z | go system 1.19 system |
| 242 | 2025-07-29T05:19:00.463Z | llvm system 15 system |
| 243 | 2025-07-29T05:19:00.463Z | llvm system 14 system |
| 244 | 2025-07-29T05:19:00.463Z | mariadb system 10.6 system |
| 245 | 2025-07-29T05:19:00.463Z | mta vendor vendor dma |
| 246 | 2025-07-29T05:19:00.463Z | openjdk system 17 system |
| 247 | 2025-07-29T05:19:00.463Z | openjdk system 11 system |
| 248 | 2025-07-29T05:19:00.463Z | openjdk system 1.8 system |
| 249 | 2025-07-29T05:19:00.463Z | openssl vendor 3 vendor |
| 250 | 2025-07-29T05:19:00.463Z | perl system 5.36 system |
| 251 | 2025-07-29T05:19:00.463Z | postgresql system 15 system |
| 252 | 2025-07-29T05:19:00.463Z | postgresql system 13 system |
| 253 | 2025-07-29T05:19:00.463Z | python vendor 3 vendor |
| 254 | 2025-07-29T05:19:00.463Z | python system 2 system |
| 255 | 2025-07-29T05:19:00.463Z | python3 system 3.11 system |
| 256 | 2025-07-29T05:19:00.463Z | ruby system 3.0 system |
| 257 | 2025-07-29T05:19:00.463Z | words vendor vendor american-english |
| 258 | 2025-07-29T05:19:00.463Z | words system system australian-english |
| 259 | 2025-07-29T05:19:00.463Z | words system system british-english |
| 260 | 2025-07-29T05:19:00.463Z | words system system canadian-english |
| 261 | 2025-07-29T05:19:00.463Z | words system system french |
| 262 | 2025-07-29T05:19:00.463Z | words system system italian |
| 263 | 2025-07-29T05:19:00.463Z | words system system ngerman |
| 264 | 2025-07-29T05:19:00.463Z | words system system ogerman |
| 265 | 2025-07-29T05:19:00.463Z | words system system spanish |
| 266 | 2025-07-29T05:19:00.838Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2025-07-29T05:19:00.838Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2025-07-29T05:19:06.408Z | FMRI IFO |
| 269 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-07-29T05:19:06.408Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-07-29T05:19:06.409Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2025-07-29T05:19:06.409Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-07-29T05:19:06.409Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-07-29T05:19:06.409Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2025-07-29T05:19:06.409Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-07-29T05:19:06.409Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-07-29T05:19:07.474Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-07-29T05:19:07.955Z | Updating crates.io index |
| 287 | 2025-07-29T05:19:08.049Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-07-29T05:19:08.536Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-07-29T05:19:09.334Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-07-29T05:19:09.662Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-07-29T05:19:10.054Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-07-29T05:19:10.518Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-07-29T05:19:12.005Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-07-29T05:19:14.292Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-07-29T05:19:15.492Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-07-29T05:19:16.517Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-07-29T05:19:16.897Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-07-29T05:19:17.358Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-07-29T05:19:18.291Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-07-29T05:19:18.691Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2025-07-29T05:19:19.272Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2025-07-29T05:19:19.976Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-07-29T05:19:20.483Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-07-29T05:19:20.866Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-07-29T05:19:21.229Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-07-29T05:19:21.598Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-07-29T05:19:21.993Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2025-07-29T05:19:22.608Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-07-29T05:19:23.101Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-07-29T05:19:23.520Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2025-07-29T05:19:24.325Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2025-07-29T05:19:24.893Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-07-29T05:19:25.295Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-07-29T05:19:25.844Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-07-29T05:19:26.465Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-07-29T05:19:26.940Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-07-29T05:19:27.349Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-07-29T05:19:27.788Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-07-29T05:19:37.592Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-07-29T05:19:39.295Z | Downloading crates ... |
| 321 | 2025-07-29T05:19:39.359Z | Downloaded equivalent v1.0.2 |
| 322 | 2025-07-29T05:19:39.388Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2025-07-29T05:19:39.388Z | Downloaded generic-array v0.14.7 |
| 324 | 2025-07-29T05:19:39.388Z | Downloaded log v0.4.27 |
| 325 | 2025-07-29T05:19:39.388Z | Downloaded pest_generator v2.7.14 |
| 326 | 2025-07-29T05:19:39.388Z | Downloaded percent-encoding v2.3.1 |
| 327 | 2025-07-29T05:19:39.388Z | Downloaded tempfile v3.20.0 |
| 328 | 2025-07-29T05:19:39.388Z | Downloaded tabled v0.15.0 |
| 329 | 2025-07-29T05:19:39.416Z | Downloaded yoke-derive v0.7.4 |
| 330 | 2025-07-29T05:19:39.416Z | Downloaded fnv v1.0.7 |
| 331 | 2025-07-29T05:19:39.416Z | Downloaded fastrand v2.1.1 |
| 332 | 2025-07-29T05:19:39.416Z | Downloaded erased-serde v0.4.6 |
| 333 | 2025-07-29T05:19:39.417Z | Downloaded dtrace-parser v0.2.0 |
| 334 | 2025-07-29T05:19:39.417Z | Downloaded dof v0.3.0 |
| 335 | 2025-07-29T05:19:39.417Z | Downloaded digest v0.10.7 |
| 336 | 2025-07-29T05:19:39.417Z | Downloaded cpufeatures v0.2.14 |
| 337 | 2025-07-29T05:19:39.417Z | Downloaded icu_provider_macros v1.5.0 |
| 338 | 2025-07-29T05:19:39.451Z | Downloaded semver v1.0.26 |
| 339 | 2025-07-29T05:19:39.451Z | Downloaded tinystr v0.7.6 |
| 340 | 2025-07-29T05:19:39.451Z | Downloaded zerovec-derive v0.10.3 |
| 341 | 2025-07-29T05:19:39.451Z | Downloaded synstructure v0.13.1 |
| 342 | 2025-07-29T05:19:39.451Z | Downloaded yoke v0.7.4 |
| 343 | 2025-07-29T05:19:39.451Z | Downloaded scroll v0.12.0 |
| 344 | 2025-07-29T05:19:39.451Z | Downloaded strsim v0.11.1 |
| 345 | 2025-07-29T05:19:39.451Z | Downloaded smawk v0.3.2 |
| 346 | 2025-07-29T05:19:39.451Z | Downloaded writeable v0.5.5 |
| 347 | 2025-07-29T05:19:39.451Z | Downloaded terminal_size v0.4.0 |
| 348 | 2025-07-29T05:19:39.451Z | Downloaded toml_write v0.1.2 |
| 349 | 2025-07-29T05:19:39.451Z | Downloaded thread-id v4.2.2 |
| 350 | 2025-07-29T05:19:39.451Z | Downloaded textwrap v0.16.2 |
| 351 | 2025-07-29T05:19:39.479Z | Downloaded zerofrom v0.1.4 |
| 352 | 2025-07-29T05:19:39.479Z | Downloaded unicode-ident v1.0.18 |
| 353 | 2025-07-29T05:19:39.479Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2025-07-29T05:19:39.479Z | Downloaded utf16_iter v1.0.5 |
| 355 | 2025-07-29T05:19:39.479Z | Downloaded icu_locid v1.5.0 |
| 356 | 2025-07-29T05:19:39.479Z | Downloaded thiserror v1.0.69 |
| 357 | 2025-07-29T05:19:39.480Z | Downloaded usdt-macro v0.5.0 |
| 358 | 2025-07-29T05:19:39.480Z | Downloaded winnow v0.7.10 |
| 359 | 2025-07-29T05:19:39.506Z | Downloaded utf8parse v0.2.2 |
| 360 | 2025-07-29T05:19:39.506Z | Downloaded icu_properties_data v1.5.0 |
| 361 | 2025-07-29T05:19:39.506Z | Downloaded idna v1.0.3 |
| 362 | 2025-07-29T05:19:39.506Z | Downloaded serde_json v1.0.141 |
| 363 | 2025-07-29T05:19:39.506Z | Downloaded unicode-width v0.2.0 |
| 364 | 2025-07-29T05:19:39.533Z | Downloaded unicode-width v0.1.14 |
| 365 | 2025-07-29T05:19:39.534Z | Downloaded zerocopy v0.7.35 |
| 366 | 2025-07-29T05:19:39.534Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2025-07-29T05:19:39.560Z | Downloaded goblin v0.8.2 |
| 368 | 2025-07-29T05:19:39.560Z | Downloaded syn v2.0.104 |
| 369 | 2025-07-29T05:19:39.560Z | Downloaded syn v1.0.109 |
| 370 | 2025-07-29T05:19:39.587Z | Downloaded memchr v2.7.4 |
| 371 | 2025-07-29T05:19:39.587Z | Downloaded rustix v0.38.37 |
| 372 | 2025-07-29T05:19:39.615Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2025-07-29T05:19:39.615Z | Downloaded usdt-attr-macro v0.5.0 |
| 374 | 2025-07-29T05:19:39.615Z | Downloaded rustix v1.0.7 |
| 375 | 2025-07-29T05:19:39.669Z | Downloaded ucd-trie v0.1.7 |
| 376 | 2025-07-29T05:19:39.670Z | Downloaded indexmap v2.10.0 |
| 377 | 2025-07-29T05:19:39.697Z | Downloaded serde_derive v1.0.219 |
| 378 | 2025-07-29T05:19:39.697Z | Downloaded pest v2.7.14 |
| 379 | 2025-07-29T05:19:39.697Z | Downloaded icu_properties v1.5.1 |
| 380 | 2025-07-29T05:19:39.697Z | Downloaded getrandom v0.3.1 |
| 381 | 2025-07-29T05:19:39.697Z | Downloaded usdt v0.5.0 |
| 382 | 2025-07-29T05:19:39.697Z | Downloaded thiserror-impl v2.0.12 |
| 383 | 2025-07-29T05:19:39.697Z | Downloaded papergrid v0.11.0 |
| 384 | 2025-07-29T05:19:39.697Z | Downloaded icu_normalizer v1.5.0 |
| 385 | 2025-07-29T05:19:39.697Z | Downloaded icu_locid_transform_data v1.5.0 |
| 386 | 2025-07-29T05:19:39.697Z | Downloaded toml_edit v0.22.27 |
| 387 | 2025-07-29T05:19:39.697Z | Downloaded thiserror-impl v1.0.69 |
| 388 | 2025-07-29T05:19:39.697Z | Downloaded pest_meta v2.7.14 |
| 389 | 2025-07-29T05:19:39.697Z | Downloaded version_check v0.9.5 |
| 390 | 2025-07-29T05:19:39.697Z | Downloaded typeid v1.0.3 |
| 391 | 2025-07-29T05:19:39.697Z | Downloaded toml v0.8.23 |
| 392 | 2025-07-29T05:19:39.697Z | Downloaded icu_locid_transform v1.5.0 |
| 393 | 2025-07-29T05:19:39.697Z | Downloaded zerovec v0.10.4 |
| 394 | 2025-07-29T05:19:39.697Z | Downloaded zerofrom-derive v0.1.4 |
| 395 | 2025-07-29T05:19:39.697Z | Downloaded libc v0.2.174 |
| 396 | 2025-07-29T05:19:39.697Z | Downloaded heck v0.4.1 |
| 397 | 2025-07-29T05:19:39.697Z | Downloaded smallvec v1.15.1 |
| 398 | 2025-07-29T05:19:39.697Z | Downloaded fs-err v3.1.1 |
| 399 | 2025-07-29T05:19:39.724Z | Downloaded thiserror v2.0.12 |
| 400 | 2025-07-29T05:19:39.725Z | Downloaded ordered-float v2.10.1 |
| 401 | 2025-07-29T05:19:39.725Z | Downloaded macaddr v1.0.1 |
| 402 | 2025-07-29T05:19:39.725Z | Downloaded heck v0.5.0 |
| 403 | 2025-07-29T05:19:39.725Z | Downloaded write16 v1.0.0 |
| 404 | 2025-07-29T05:19:39.725Z | Downloaded utf8_iter v1.0.4 |
| 405 | 2025-07-29T05:19:39.725Z | Downloaded url v2.5.4 |
| 406 | 2025-07-29T05:19:39.725Z | Downloaded toml_datetime v0.6.11 |
| 407 | 2025-07-29T05:19:39.725Z | Downloaded sha2 v0.10.9 |
| 408 | 2025-07-29T05:19:39.725Z | Downloaded pest_derive v2.7.14 |
| 409 | 2025-07-29T05:19:39.725Z | Downloaded icu_provider v1.5.0 |
| 410 | 2025-07-29T05:19:39.725Z | Downloaded stable_deref_trait v1.2.0 |
| 411 | 2025-07-29T05:19:39.725Z | Downloaded serde_tokenstream v0.2.2 |
| 412 | 2025-07-29T05:19:39.725Z | Downloaded proc-macro-error-attr v1.0.4 |
| 413 | 2025-07-29T05:19:39.725Z | Downloaded serde-untagged v0.1.7 |
| 414 | 2025-07-29T05:19:39.725Z | Downloaded proc-macro-error v1.0.4 |
| 415 | 2025-07-29T05:19:39.752Z | Downloaded swrite v0.1.0 |
| 416 | 2025-07-29T05:19:39.752Z | Downloaded scroll_derive v0.12.0 |
| 417 | 2025-07-29T05:19:39.752Z | Downloaded form_urlencoded v1.2.1 |
| 418 | 2025-07-29T05:19:39.752Z | Downloaded serde-value v0.7.0 |
| 419 | 2025-07-29T05:19:39.752Z | Downloaded ryu v1.0.18 |
| 420 | 2025-07-29T05:19:39.752Z | Downloaded pretty-hex v0.4.1 |
| 421 | 2025-07-29T05:19:39.752Z | Downloaded plain v0.2.3 |
| 422 | 2025-07-29T05:19:39.752Z | Downloaded once_cell v1.21.3 |
| 423 | 2025-07-29T05:19:39.752Z | Downloaded memmap v0.7.0 |
| 424 | 2025-07-29T05:19:39.752Z | Downloaded litemap v0.7.3 |
| 425 | 2025-07-29T05:19:39.752Z | Downloaded is_terminal_polyfill v1.70.1 |
| 426 | 2025-07-29T05:19:39.752Z | Downloaded quote v1.0.40 |
| 427 | 2025-07-29T05:19:39.752Z | Downloaded proc-macro2 v1.0.95 |
| 428 | 2025-07-29T05:19:39.753Z | Downloaded num-traits v0.2.19 |
| 429 | 2025-07-29T05:19:39.753Z | Downloaded itoa v1.0.11 |
| 430 | 2025-07-29T05:19:39.753Z | Downloaded icu_normalizer_data v1.5.0 |
| 431 | 2025-07-29T05:19:39.780Z | Downloaded clap_builder v4.5.41 |
| 432 | 2025-07-29T05:19:39.780Z | Downloaded cargo_toml v0.21.0 |
| 433 | 2025-07-29T05:19:39.780Z | Downloaded cargo-util-schemas v0.8.2 |
| 434 | 2025-07-29T05:19:39.780Z | Downloaded byteorder v1.5.0 |
| 435 | 2025-07-29T05:19:39.780Z | Downloaded block-buffer v0.10.4 |
| 436 | 2025-07-29T05:19:39.780Z | Downloaded bitflags v2.9.1 |
| 437 | 2025-07-29T05:19:39.780Z | Downloaded anstyle-query v1.1.1 |
| 438 | 2025-07-29T05:19:39.780Z | Downloaded anstyle-parse v0.2.5 |
| 439 | 2025-07-29T05:19:39.780Z | Downloaded anstyle v1.0.11 |
| 440 | 2025-07-29T05:19:39.780Z | Downloaded anstream v0.6.18 |
| 441 | 2025-07-29T05:19:39.780Z | Downloaded unicode-xid v0.2.6 |
| 442 | 2025-07-29T05:19:39.780Z | Downloaded unicode-linebreak v0.1.5 |
| 443 | 2025-07-29T05:19:39.780Z | Downloaded typenum v1.17.0 |
| 444 | 2025-07-29T05:19:39.807Z | Downloaded errno v0.3.12 |
| 445 | 2025-07-29T05:19:39.807Z | Downloaded colorchoice v1.0.2 |
| 446 | 2025-07-29T05:19:39.807Z | Downloaded clap_derive v4.5.41 |
| 447 | 2025-07-29T05:19:39.807Z | Downloaded cfg-if v1.0.1 |
| 448 | 2025-07-29T05:19:39.807Z | Downloaded cargo-platform v0.2.0 |
| 449 | 2025-07-29T05:19:39.807Z | Downloaded camino v1.1.10 |
| 450 | 2025-07-29T05:19:39.807Z | Downloaded autocfg v1.4.0 |
| 451 | 2025-07-29T05:19:39.807Z | Downloaded anyhow v1.0.98 |
| 452 | 2025-07-29T05:19:39.807Z | Downloaded serde v1.0.219 |
| 453 | 2025-07-29T05:19:39.807Z | Downloaded icu_collections v1.5.0 |
| 454 | 2025-07-29T05:19:39.807Z | Downloaded hashbrown v0.15.4 |
| 455 | 2025-07-29T05:19:39.835Z | Downloaded idna_adapter v1.2.0 |
| 456 | 2025-07-29T05:19:39.835Z | Downloaded displaydoc v0.2.5 |
| 457 | 2025-07-29T05:19:39.835Z | Downloaded clap v4.5.41 |
| 458 | 2025-07-29T05:19:39.835Z | Downloaded crypto-common v0.1.6 |
| 459 | 2025-07-29T05:19:39.835Z | Downloaded clap_lex v0.7.4 |
| 460 | 2025-07-29T05:19:39.835Z | Downloaded cargo_metadata v0.21.0 |
| 461 | 2025-07-29T05:19:39.835Z | Downloaded camino-tempfile v1.4.1 |
| 462 | 2025-07-29T05:19:39.835Z | Downloaded bytecount v0.6.8 |
| 463 | 2025-07-29T05:19:39.930Z | Compiling proc-macro2 v1.0.95 |
| 464 | 2025-07-29T05:19:39.958Z | Compiling unicode-ident v1.0.18 |
| 465 | 2025-07-29T05:19:39.958Z | Compiling serde v1.0.219 |
| 466 | 2025-07-29T05:19:39.958Z | Compiling version_check v0.9.5 |
| 467 | 2025-07-29T05:19:39.958Z | Compiling libc v0.2.174 |
| 468 | 2025-07-29T05:19:39.958Z | Compiling memchr v2.7.4 |
| 469 | 2025-07-29T05:19:39.958Z | Compiling stable_deref_trait v1.2.0 |
| 470 | 2025-07-29T05:19:40.005Z | Compiling thiserror v1.0.69 |
| 471 | 2025-07-29T05:19:40.238Z | Compiling autocfg v1.4.0 |
| 472 | 2025-07-29T05:19:40.265Z | Compiling itoa v1.0.11 |
| 473 | 2025-07-29T05:19:40.476Z | Compiling litemap v0.7.3 |
| 474 | 2025-07-29T05:19:40.627Z | Compiling ucd-trie v0.1.7 |
| 475 | 2025-07-29T05:19:40.702Z | Compiling ryu v1.0.18 |
| 476 | 2025-07-29T05:19:40.893Z | Compiling writeable v0.5.5 |
| 477 | 2025-07-29T05:19:40.997Z | Compiling once_cell v1.21.3 |
| 478 | 2025-07-29T05:19:41.225Z | Compiling icu_locid_transform_data v1.5.0 |
| 479 | 2025-07-29T05:19:41.345Z | Compiling byteorder v1.5.0 |
| 480 | 2025-07-29T05:19:41.429Z | Compiling bitflags v2.9.1 |
| 481 | 2025-07-29T05:19:41.510Z | Compiling icu_properties_data v1.5.0 |
| 482 | 2025-07-29T05:19:41.537Z | Compiling serde_json v1.0.141 |
| 483 | 2025-07-29T05:19:41.762Z | Compiling quote v1.0.40 |
| 484 | 2025-07-29T05:19:41.788Z | Compiling num-traits v0.2.19 |
| 485 | 2025-07-29T05:19:41.852Z | Compiling utf8_iter v1.0.4 |
| 486 | 2025-07-29T05:19:41.879Z | Compiling smallvec v1.15.1 |
| 487 | 2025-07-29T05:19:41.974Z | Compiling errno v0.3.12 |
| 488 | 2025-07-29T05:19:42.088Z | Compiling typeid v1.0.3 |
| 489 | 2025-07-29T05:19:42.116Z | Compiling syn v2.0.104 |
| 490 | 2025-07-29T05:19:42.173Z | Compiling equivalent v1.0.2 |
| 491 | 2025-07-29T05:19:42.209Z | Compiling rustix v0.38.37 |
| 492 | 2025-07-29T05:19:42.239Z | Compiling utf16_iter v1.0.5 |
| 493 | 2025-07-29T05:19:42.267Z | Compiling write16 v1.0.0 |
| 494 | 2025-07-29T05:19:42.309Z | Compiling icu_normalizer_data v1.5.0 |
| 495 | 2025-07-29T05:19:42.338Z | Compiling hashbrown v0.15.4 |
| 496 | 2025-07-29T05:19:42.459Z | Compiling usdt-impl v0.5.0 |
| 497 | 2025-07-29T05:19:42.607Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2025-07-29T05:19:42.706Z | Compiling toml_write v0.1.2 |
| 499 | 2025-07-29T05:19:42.734Z | Compiling syn v1.0.109 |
| 500 | 2025-07-29T05:19:42.827Z | Compiling winnow v0.7.10 |
| 501 | 2025-07-29T05:19:43.060Z | Compiling thread-id v4.2.2 |
| 502 | 2025-07-29T05:19:43.223Z | Compiling indexmap v2.10.0 |
| 503 | 2025-07-29T05:19:43.318Z | Compiling proc-macro-error v1.0.4 |
| 504 | 2025-07-29T05:19:43.346Z | Compiling getrandom v0.3.1 |
| 505 | 2025-07-29T05:19:43.373Z | Compiling plain v0.2.3 |
| 506 | 2025-07-29T05:19:43.544Z | Compiling percent-encoding v2.3.1 |
| 507 | 2025-07-29T05:19:43.591Z | Compiling utf8parse v0.2.2 |
| 508 | 2025-07-29T05:19:43.759Z | Compiling log v0.4.27 |
| 509 | 2025-07-29T05:19:43.837Z | Compiling rustix v1.0.7 |
| 510 | 2025-07-29T05:19:43.898Z | Compiling semver v1.0.26 |
| 511 | 2025-07-29T05:19:44.061Z | Compiling thiserror v2.0.12 |
| 512 | 2025-07-29T05:19:44.088Z | Compiling camino v1.1.10 |
| 513 | 2025-07-29T05:19:44.339Z | Compiling ordered-float v2.10.1 |
| 514 | 2025-07-29T05:19:44.449Z | Compiling terminal_size v0.4.0 |
| 515 | 2025-07-29T05:19:44.476Z | Compiling form_urlencoded v1.2.1 |
| 516 | 2025-07-29T05:19:44.563Z | Compiling anstyle-parse v0.2.5 |
| 517 | 2025-07-29T05:19:44.850Z | Compiling colorchoice v1.0.2 |
| 518 | 2025-07-29T05:19:44.912Z | Compiling cfg-if v1.0.1 |
| 519 | 2025-07-29T05:19:44.955Z | Compiling anstyle v1.0.11 |
| 520 | 2025-07-29T05:19:45.049Z | Compiling is_terminal_polyfill v1.70.1 |
| 521 | 2025-07-29T05:19:45.089Z | Compiling anstyle-query v1.1.1 |
| 522 | 2025-07-29T05:19:45.183Z | Compiling pretty-hex v0.4.1 |
| 523 | 2025-07-29T05:19:45.255Z | Compiling anstream v0.6.18 |
| 524 | 2025-07-29T05:19:45.605Z | Compiling fs-err v3.1.1 |
| 525 | 2025-07-29T05:19:45.632Z | Compiling fastrand v2.1.1 |
| 526 | 2025-07-29T05:19:45.674Z | Compiling anyhow v1.0.98 |
| 527 | 2025-07-29T05:19:45.803Z | Compiling heck v0.5.0 |
| 528 | 2025-07-29T05:19:45.879Z | Compiling fnv v1.0.7 |
| 529 | 2025-07-29T05:19:46.025Z | Compiling unicode-width v0.1.14 |
| 530 | 2025-07-29T05:19:46.083Z | Compiling bytecount v0.6.8 |
| 531 | 2025-07-29T05:19:46.183Z | Compiling heck v0.4.1 |
| 532 | 2025-07-29T05:19:46.212Z | Compiling clap_lex v0.7.4 |
| 533 | 2025-07-29T05:19:46.288Z | Compiling strsim v0.11.1 |
| 534 | 2025-07-29T05:19:46.486Z | Compiling unicode-xid v0.2.6 |
| 535 | 2025-07-29T05:19:46.607Z | Compiling clap_builder v4.5.41 |
| 536 | 2025-07-29T05:19:46.681Z | Compiling papergrid v0.11.0 |
| 537 | 2025-07-29T05:19:46.898Z | Compiling tempfile v3.20.0 |
| 538 | 2025-07-29T05:19:47.431Z | Compiling memmap v0.7.0 |
| 539 | 2025-07-29T05:19:47.627Z | Compiling synstructure v0.13.1 |
| 540 | 2025-07-29T05:19:47.725Z | Compiling unicode-width v0.2.0 |
| 541 | 2025-07-29T05:19:47.792Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2025-07-29T05:19:48.287Z | Compiling smawk v0.3.2 |
| 543 | 2025-07-29T05:19:48.522Z | Compiling textwrap v0.16.2 |
| 544 | 2025-07-29T05:19:48.876Z | Compiling swrite v0.1.0 |
| 545 | 2025-07-29T05:19:49.039Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 546 | 2025-07-29T05:19:49.181Z | Compiling tabled_derive v0.7.0 |
| 547 | 2025-07-29T05:19:50.367Z | Compiling serde_derive v1.0.219 |
| 548 | 2025-07-29T05:19:50.367Z | Compiling zerofrom-derive v0.1.4 |
| 549 | 2025-07-29T05:19:50.461Z | Compiling yoke-derive v0.7.4 |
| 550 | 2025-07-29T05:19:50.490Z | Compiling zerovec-derive v0.10.3 |
| 551 | 2025-07-29T05:19:50.718Z | Compiling thiserror-impl v1.0.69 |
| 552 | 2025-07-29T05:19:50.969Z | Compiling displaydoc v0.2.5 |
| 553 | 2025-07-29T05:19:52.286Z | Compiling icu_provider_macros v1.5.0 |
| 554 | 2025-07-29T05:19:52.360Z | Compiling zerocopy-derive v0.7.35 |
| 555 | 2025-07-29T05:19:52.675Z | Compiling scroll_derive v0.12.0 |
| 556 | 2025-07-29T05:19:52.896Z | Compiling thiserror-impl v2.0.12 |
| 557 | 2025-07-29T05:19:53.300Z | Compiling clap_derive v4.5.41 |
| 558 | 2025-07-29T05:19:53.369Z | Compiling zerofrom v0.1.4 |
| 559 | 2025-07-29T05:19:53.458Z | Compiling pest v2.7.14 |
| 560 | 2025-07-29T05:19:53.608Z | Compiling yoke v0.7.4 |
| 561 | 2025-07-29T05:19:53.873Z | Compiling scroll v0.12.0 |
| 562 | 2025-07-29T05:19:54.004Z | Compiling zerovec v0.10.4 |
| 563 | 2025-07-29T05:19:54.116Z | Compiling zerocopy v0.7.35 |
| 564 | 2025-07-29T05:19:54.362Z | Compiling goblin v0.8.2 |
| 565 | 2025-07-29T05:19:54.797Z | Compiling tabled v0.15.0 |
| 566 | 2025-07-29T05:19:55.611Z | Compiling tinystr v0.7.6 |
| 567 | 2025-07-29T05:19:55.645Z | Compiling icu_collections v1.5.0 |
| 568 | 2025-07-29T05:19:55.844Z | Compiling pest_meta v2.7.14 |
| 569 | 2025-07-29T05:19:55.973Z | Compiling icu_locid v1.5.0 |
| 570 | 2025-07-29T05:19:56.852Z | Compiling clap v4.5.41 |
| 571 | 2025-07-29T05:19:56.952Z | Compiling icu_provider v1.5.0 |
| 572 | 2025-07-29T05:19:57.029Z | Compiling pest_generator v2.7.14 |
| 573 | 2025-07-29T05:19:57.667Z | Compiling icu_locid_transform v1.5.0 |
| 574 | 2025-07-29T05:19:58.862Z | Compiling icu_properties v1.5.1 |
| 575 | 2025-07-29T05:19:59.012Z | Compiling pest_derive v2.7.14 |
| 576 | 2025-07-29T05:19:59.648Z | Compiling dtrace-parser v0.2.0 |
| 577 | 2025-07-29T05:20:00.678Z | Compiling toml_datetime v0.6.11 |
| 578 | 2025-07-29T05:20:00.678Z | Compiling serde_spanned v0.6.9 |
| 579 | 2025-07-29T05:20:00.705Z | Compiling erased-serde v0.4.6 |
| 580 | 2025-07-29T05:20:00.961Z | Compiling serde_tokenstream v0.2.2 |
| 581 | 2025-07-29T05:20:00.989Z | Compiling serde-value v0.7.0 |
| 582 | 2025-07-29T05:20:01.039Z | Compiling toml_edit v0.22.27 |
| 583 | 2025-07-29T05:20:01.696Z | Compiling serde-untagged v0.1.7 |
| 584 | 2025-07-29T05:20:01.790Z | Compiling cargo-platform v0.2.0 |
| 585 | 2025-07-29T05:20:01.816Z | Compiling macaddr v1.0.1 |
| 586 | 2025-07-29T05:20:02.133Z | Compiling icu_normalizer v1.5.0 |
| 587 | 2025-07-29T05:20:02.219Z | Compiling dof v0.3.0 |
| 588 | 2025-07-29T05:20:02.292Z | Compiling camino-tempfile v1.4.1 |
| 589 | 2025-07-29T05:20:02.942Z | Compiling idna_adapter v1.2.0 |
| 590 | 2025-07-29T05:20:03.179Z | Compiling idna v1.0.3 |
| 591 | 2025-07-29T05:20:03.697Z | Compiling usdt-macro v0.5.0 |
| 592 | 2025-07-29T05:20:03.698Z | Compiling usdt-attr-macro v0.5.0 |
| 593 | 2025-07-29T05:20:03.765Z | Compiling url v2.5.4 |
| 594 | 2025-07-29T05:20:04.049Z | Compiling toml v0.8.23 |
| 595 | 2025-07-29T05:20:04.723Z | Compiling usdt v0.5.0 |
| 596 | 2025-07-29T05:20:04.780Z | Compiling cargo-util-schemas v0.8.2 |
| 597 | 2025-07-29T05:20:04.780Z | Compiling cargo_toml v0.21.0 |
| 598 | 2025-07-29T05:20:06.732Z | Compiling cargo_metadata v0.21.0 |
| 599 | 2025-07-29T05:20:08.973Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 600 | 2025-07-29T05:20:13.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 601 | 2025-07-29T05:20:13.467Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 602 | 2025-07-29T05:20:14.359Z | Downloading crates ... |
| 603 | 2025-07-29T05:20:14.575Z | Downloaded constant_time_eq v0.3.1 |
| 604 | 2025-07-29T05:20:14.602Z | Downloaded crossterm v0.28.1 |
| 605 | 2025-07-29T05:20:14.602Z | Downloaded is_ci v1.2.0 |
| 606 | 2025-07-29T05:20:14.602Z | Downloaded http-body-util v0.1.3 |
| 607 | 2025-07-29T05:20:14.630Z | Downloaded maybe-uninit v2.0.0 |
| 608 | 2025-07-29T05:20:14.630Z | Downloaded mime_guess v2.0.5 |
| 609 | 2025-07-29T05:20:14.630Z | Downloaded mio v1.0.2 |
| 610 | 2025-07-29T05:20:14.671Z | Downloaded lzma-sys v0.1.20 |
| 611 | 2025-07-29T05:20:14.671Z | Downloaded instant v0.1.13 |
| 612 | 2025-07-29T05:20:14.671Z | Downloaded rand_seeder v0.3.0 |
| 613 | 2025-07-29T05:20:14.671Z | Downloaded kstat-rs v0.2.4 |
| 614 | 2025-07-29T05:20:14.699Z | Downloaded hostname v0.3.1 |
| 615 | 2025-07-29T05:20:14.699Z | Downloaded ssh-encoding v0.2.0 |
| 616 | 2025-07-29T05:20:14.699Z | Downloaded supports-color v3.0.2 |
| 617 | 2025-07-29T05:20:14.699Z | Downloaded static_assertions v1.1.0 |
| 618 | 2025-07-29T05:20:14.699Z | Downloaded nibble_vec v0.1.0 |
| 619 | 2025-07-29T05:20:14.699Z | Downloaded lock_api v0.4.12 |
| 620 | 2025-07-29T05:20:14.699Z | Downloaded lru v0.12.5 |
| 621 | 2025-07-29T05:20:14.727Z | Downloaded unicase v2.7.0 |
| 622 | 2025-07-29T05:20:14.727Z | Downloaded serde_yaml v0.9.34+deprecated |
| 623 | 2025-07-29T05:20:14.727Z | Downloaded hickory-proto v0.24.4 |
| 624 | 2025-07-29T05:20:14.754Z | Downloaded primeorder v0.13.6 |
| 625 | 2025-07-29T05:20:14.754Z | Downloaded support-bundle-viewer v0.1.2 |
| 626 | 2025-07-29T05:20:14.754Z | Downloaded env_filter v0.1.2 |
| 627 | 2025-07-29T05:20:14.754Z | Downloaded defmt-parser v0.3.4 |
| 628 | 2025-07-29T05:20:14.754Z | Downloaded defmt v0.3.8 |
| 629 | 2025-07-29T05:20:14.781Z | Downloaded num-iter v0.1.45 |
| 630 | 2025-07-29T05:20:14.781Z | Downloaded num-conv v0.1.0 |
| 631 | 2025-07-29T05:20:14.781Z | Downloaded num-derive v0.3.3 |
| 632 | 2025-07-29T05:20:14.781Z | Downloaded peg-runtime v0.8.5 |
| 633 | 2025-07-29T05:20:14.781Z | Downloaded progenitor-client v0.8.0 |
| 634 | 2025-07-29T05:20:14.809Z | Downloaded packed_struct v0.10.1 |
| 635 | 2025-07-29T05:20:14.809Z | Downloaded rustc-hash v1.1.0 |
| 636 | 2025-07-29T05:20:14.809Z | Downloaded russh-cryptovec v0.7.3 |
| 637 | 2025-07-29T05:20:14.809Z | Downloaded yansi v1.0.1 |
| 638 | 2025-07-29T05:20:14.809Z | Downloaded unit-prefix v0.5.1 |
| 639 | 2025-07-29T05:20:14.809Z | Downloaded postgres-types v0.2.9 |
| 640 | 2025-07-29T05:20:14.836Z | Downloaded endian-type v0.1.2 |
| 641 | 2025-07-29T05:20:14.836Z | Downloaded smf v0.2.3 |
| 642 | 2025-07-29T05:20:14.836Z | Downloaded number_prefix v0.4.0 |
| 643 | 2025-07-29T05:20:14.836Z | Downloaded ena v0.14.3 |
| 644 | 2025-07-29T05:20:14.863Z | Downloaded tls_codec_derive v0.4.1 |
| 645 | 2025-07-29T05:20:14.863Z | Downloaded time-core v0.1.2 |
| 646 | 2025-07-29T05:20:14.863Z | Downloaded vte_generate_state_changes v0.1.2 |
| 647 | 2025-07-29T05:20:14.863Z | Downloaded normalize-line-endings v0.3.0 |
| 648 | 2025-07-29T05:20:14.890Z | Downloaded tinyvec v1.8.0 |
| 649 | 2025-07-29T05:20:14.918Z | Downloaded predicates-core v1.0.8 |
| 650 | 2025-07-29T05:20:14.946Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 651 | 2025-07-29T05:20:14.946Z | Downloaded subtle v2.6.1 |
| 652 | 2025-07-29T05:20:14.946Z | Downloaded proc-macro-crate v1.3.1 |
| 653 | 2025-07-29T05:20:14.946Z | Downloaded tracing-attributes v0.1.27 |
| 654 | 2025-07-29T05:20:15.419Z | Downloaded peg v0.8.5 |
| 655 | 2025-07-29T05:20:15.419Z | Downloaded strum_macros v0.26.4 |
| 656 | 2025-07-29T05:20:15.419Z | Downloaded new_debug_unreachable v1.0.6 |
| 657 | 2025-07-29T05:20:15.419Z | Downloaded twox-hash v2.1.0 |
| 658 | 2025-07-29T05:20:15.419Z | Downloaded tracing-core v0.1.32 |
| 659 | 2025-07-29T05:20:15.419Z | Downloaded crucible-workspace-hack v0.1.0 |
| 660 | 2025-07-29T05:20:15.419Z | Downloaded simd-adler32 v0.3.7 |
| 661 | 2025-07-29T05:20:15.419Z | Downloaded paste v1.0.15 |
| 662 | 2025-07-29T05:20:15.419Z | Downloaded derive_more v0.99.20 |
| 663 | 2025-07-29T05:20:15.419Z | Downloaded siphasher v1.0.1 |
| 664 | 2025-07-29T05:20:15.419Z | Downloaded phf_shared v0.11.2 |
| 665 | 2025-07-29T05:20:15.419Z | Downloaded derive_more-impl v2.0.1 |
| 666 | 2025-07-29T05:20:15.419Z | Downloaded object v0.30.4 |
| 667 | 2025-07-29T05:20:15.419Z | Downloaded slog v2.7.0 |
| 668 | 2025-07-29T05:20:15.419Z | Downloaded slab v0.4.9 |
| 669 | 2025-07-29T05:20:15.419Z | Downloaded progenitor v0.9.1 |
| 670 | 2025-07-29T05:20:15.419Z | Downloaded curve25519-dalek v4.1.3 |
| 671 | 2025-07-29T05:20:15.419Z | Downloaded slog-async v2.8.0 |
| 672 | 2025-07-29T05:20:15.419Z | Downloaded similar v2.7.0 |
| 673 | 2025-07-29T05:20:15.419Z | Downloaded zlib-rs v0.5.1 |
| 674 | 2025-07-29T05:20:15.419Z | Downloaded schemars v0.8.22 |
| 675 | 2025-07-29T05:20:15.419Z | Downloaded derive_builder_macro v0.20.2 |
| 676 | 2025-07-29T05:20:15.419Z | Downloaded parse-display v0.10.0 |
| 677 | 2025-07-29T05:20:15.420Z | Downloaded zone_cfg_derive v0.3.0 |
| 678 | 2025-07-29T05:20:15.420Z | Downloaded try-lock v0.2.5 |
| 679 | 2025-07-29T05:20:15.420Z | Downloaded ratatui v0.29.0 |
| 680 | 2025-07-29T05:20:15.420Z | Downloaded darling v0.20.10 |
| 681 | 2025-07-29T05:20:15.420Z | Downloaded derive_builder_core v0.20.2 |
| 682 | 2025-07-29T05:20:15.420Z | Downloaded value-bag v1.9.0 |
| 683 | 2025-07-29T05:20:15.420Z | Downloaded typify-impl v0.2.0 |
| 684 | 2025-07-29T05:20:15.420Z | Downloaded crypto-bigint v0.5.5 |
| 685 | 2025-07-29T05:20:15.420Z | Downloaded zerocopy-derive v0.8.26 |
| 686 | 2025-07-29T05:20:15.420Z | Downloaded nix v0.30.1 |
| 687 | 2025-07-29T05:20:15.420Z | Downloaded zerocopy v0.8.26 |
| 688 | 2025-07-29T05:20:15.420Z | Downloaded typed-path v0.9.3 |
| 689 | 2025-07-29T05:20:15.420Z | Downloaded chrono-tz v0.10.4 |
| 690 | 2025-07-29T05:20:15.420Z | Downloaded openapiv3 v2.2.0 |
| 691 | 2025-07-29T05:20:15.420Z | Downloaded vcpkg v0.2.15 |
| 692 | 2025-07-29T05:20:15.420Z | Downloaded typify-impl v0.3.0 |
| 693 | 2025-07-29T05:20:15.420Z | Downloaded petgraph v0.6.5 |
| 694 | 2025-07-29T05:20:15.420Z | Downloaded regress v0.10.4 |
| 695 | 2025-07-29T05:20:15.420Z | Downloaded libz-sys v1.1.20 |
| 696 | 2025-07-29T05:20:15.420Z | Downloaded regex-automata v0.4.8 |
| 697 | 2025-07-29T05:20:15.420Z | Downloaded sha3 v0.10.8 |
| 698 | 2025-07-29T05:20:15.420Z | Downloaded nix v0.29.0 |
| 699 | 2025-07-29T05:20:15.420Z | Downloaded sled v0.34.7 |
| 700 | 2025-07-29T05:20:15.420Z | Downloaded petgraph v0.8.2 |
| 701 | 2025-07-29T05:20:15.420Z | Downloaded typify v0.3.0 |
| 702 | 2025-07-29T05:20:15.420Z | Downloaded tungstenite v0.21.0 |
| 703 | 2025-07-29T05:20:15.420Z | Downloaded reqwest v0.12.22 |
| 704 | 2025-07-29T05:20:15.420Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 705 | 2025-07-29T05:20:15.447Z | Downloaded diesel v2.2.11 |
| 706 | 2025-07-29T05:20:15.473Z | Downloaded typify-impl v0.4.1 |
| 707 | 2025-07-29T05:20:15.500Z | Downloaded zerocopy-derive v0.6.6 |
| 708 | 2025-07-29T05:20:15.500Z | Downloaded csv v1.3.1 |
| 709 | 2025-07-29T05:20:15.527Z | Downloaded daft-derive v0.1.4 |
| 710 | 2025-07-29T05:20:15.527Z | Downloaded zerocopy v0.6.6 |
| 711 | 2025-07-29T05:20:15.527Z | Downloaded vergen v8.3.2 |
| 712 | 2025-07-29T05:20:15.527Z | Downloaded tokio v1.47.0 |
| 713 | 2025-07-29T05:20:15.561Z | Downloaded uzers v0.12.1 |
| 714 | 2025-07-29T05:20:15.588Z | Downloaded typify v0.2.0 |
| 715 | 2025-07-29T05:20:15.588Z | Downloaded tungstenite v0.23.0 |
| 716 | 2025-07-29T05:20:15.588Z | Downloaded tui-tree-widget v0.23.1 |
| 717 | 2025-07-29T05:20:15.588Z | Downloaded crunchy v0.2.2 |
| 718 | 2025-07-29T05:20:15.588Z | Downloaded zeroize_derive v1.4.2 |
| 719 | 2025-07-29T05:20:15.588Z | Downloaded slog-bunyan v2.5.0 |
| 720 | 2025-07-29T05:20:15.588Z | Downloaded smoltcp v0.11.0 |
| 721 | 2025-07-29T05:20:15.615Z | Downloaded native-tls v0.2.12 |
| 722 | 2025-07-29T05:20:15.615Z | Downloaded openssl v0.10.73 |
| 723 | 2025-07-29T05:20:15.615Z | Downloaded dropshot v0.16.2 |
| 724 | 2025-07-29T05:20:15.642Z | Downloaded rustls v0.22.4 |
| 725 | 2025-07-29T05:20:15.669Z | Downloaded jiff v0.2.15 |
| 726 | 2025-07-29T05:20:15.669Z | Downloaded zeroize v1.8.1 |
| 727 | 2025-07-29T05:20:15.669Z | Downloaded phf v0.11.2 |
| 728 | 2025-07-29T05:20:15.669Z | Downloaded path-slash v0.1.5 |
| 729 | 2025-07-29T05:20:15.669Z | Downloaded password-hash v0.5.0 |
| 730 | 2025-07-29T05:20:15.669Z | Downloaded password-hash v0.4.2 |
| 731 | 2025-07-29T05:20:15.696Z | Downloaded parking_lot_core v0.9.10 |
| 732 | 2025-07-29T05:20:15.696Z | Downloaded rustls v0.23.19 |
| 733 | 2025-07-29T05:20:15.696Z | Downloaded polar-core v0.27.3 |
| 734 | 2025-07-29T05:20:15.696Z | Downloaded object v0.36.5 |
| 735 | 2025-07-29T05:20:15.723Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 736 | 2025-07-29T05:20:15.723Z | Downloaded siphasher v0.3.11 |
| 737 | 2025-07-29T05:20:15.723Z | Downloaded encoding_rs v0.8.34 |
| 738 | 2025-07-29T05:20:15.750Z | Downloaded scopeguard v1.2.0 |
| 739 | 2025-07-29T05:20:15.750Z | Downloaded ron v0.7.1 |
| 740 | 2025-07-29T05:20:15.750Z | Downloaded phf_shared v0.12.1 |
| 741 | 2025-07-29T05:20:15.777Z | Downloaded rustls v0.21.12 |
| 742 | 2025-07-29T05:20:15.777Z | Downloaded sigpipe v0.1.3 |
| 743 | 2025-07-29T05:20:15.777Z | Downloaded rfc6979 v0.4.0 |
| 744 | 2025-07-29T05:20:15.777Z | Downloaded resolv-conf v0.7.0 |
| 745 | 2025-07-29T05:20:15.777Z | Downloaded r2d2 v0.8.10 |
| 746 | 2025-07-29T05:20:15.777Z | Downloaded progenitor-impl v0.8.0 |
| 747 | 2025-07-29T05:20:15.777Z | Downloaded derive_more v2.0.1 |
| 748 | 2025-07-29T05:20:15.804Z | Downloaded darling v0.21.0 |
| 749 | 2025-07-29T05:20:15.805Z | Downloaded schemars_derive v0.8.22 |
| 750 | 2025-07-29T05:20:15.805Z | Downloaded progenitor v0.8.0 |
| 751 | 2025-07-29T05:20:15.805Z | Downloaded phf v0.12.1 |
| 752 | 2025-07-29T05:20:15.805Z | Downloaded pbkdf2 v0.12.2 |
| 753 | 2025-07-29T05:20:15.805Z | Downloaded pbkdf2 v0.11.0 |
| 754 | 2025-07-29T05:20:15.805Z | Downloaded ring v0.17.14 |
| 755 | 2025-07-29T05:20:15.843Z | Downloaded parse-size v1.1.0 |
| 756 | 2025-07-29T05:20:15.870Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 757 | 2025-07-29T05:20:15.918Z | Downloaded parse-display-derive v0.10.0 |
| 758 | 2025-07-29T05:20:15.946Z | Downloaded multer v3.1.0 |
| 759 | 2025-07-29T05:20:15.946Z | Downloaded futures-channel v0.3.31 |
| 760 | 2025-07-29T05:20:15.946Z | Downloaded futures v0.3.31 |
| 761 | 2025-07-29T05:20:15.946Z | Downloaded fs_extra v1.3.0 |
| 762 | 2025-07-29T05:20:15.946Z | Downloaded rpassword v7.4.0 |
| 763 | 2025-07-29T05:20:15.947Z | Downloaded zip v4.2.0 |
| 764 | 2025-07-29T05:20:15.947Z | Downloaded smoltcp v0.9.1 |
| 765 | 2025-07-29T05:20:15.974Z | Downloaded nanorand v0.7.0 |
| 766 | 2025-07-29T05:20:15.974Z | Downloaded multimap v0.10.1 |
| 767 | 2025-07-29T05:20:15.974Z | Downloaded futures-macro v0.3.31 |
| 768 | 2025-07-29T05:20:15.974Z | Downloaded rustyline v14.0.0 |
| 769 | 2025-07-29T05:20:15.974Z | Downloaded proptest v1.7.0 |
| 770 | 2025-07-29T05:20:15.974Z | Downloaded futures-io v0.3.31 |
| 771 | 2025-07-29T05:20:15.974Z | Downloaded futures-core v0.3.31 |
| 772 | 2025-07-29T05:20:15.974Z | Downloaded funty v2.0.0 |
| 773 | 2025-07-29T05:20:15.974Z | Downloaded quinn-proto v0.11.8 |
| 774 | 2025-07-29T05:20:16.001Z | Downloaded glob v0.3.2 |
| 775 | 2025-07-29T05:20:16.001Z | Downloaded futures-executor v0.3.31 |
| 776 | 2025-07-29T05:20:16.001Z | Downloaded fs-err v2.11.0 |
| 777 | 2025-07-29T05:20:16.001Z | Downloaded float-ord v0.3.2 |
| 778 | 2025-07-29T05:20:16.001Z | Downloaded tokio-util v0.7.15 |
| 779 | 2025-07-29T05:20:16.001Z | Downloaded pkcs1 v0.7.5 |
| 780 | 2025-07-29T05:20:16.001Z | Downloaded zip v0.6.6 |
| 781 | 2025-07-29T05:20:16.001Z | Downloaded salty v0.3.0 |
| 782 | 2025-07-29T05:20:16.028Z | Downloaded futures-util v0.3.31 |
| 783 | 2025-07-29T05:20:16.028Z | Downloaded sqlparser v0.45.0 |
| 784 | 2025-07-29T05:20:16.028Z | Downloaded slog-dtrace v0.3.0 |
| 785 | 2025-07-29T05:20:16.028Z | Downloaded pkcs5 v0.7.1 |
| 786 | 2025-07-29T05:20:16.054Z | Downloaded crossterm v0.29.0 |
| 787 | 2025-07-29T05:20:16.054Z | Downloaded nix v0.28.0 |
| 788 | 2025-07-29T05:20:16.054Z | Downloaded hickory-proto v0.25.2 |
| 789 | 2025-07-29T05:20:16.081Z | Downloaded subprocess v0.2.9 |
| 790 | 2025-07-29T05:20:16.081Z | Downloaded strum v0.27.2 |
| 791 | 2025-07-29T05:20:16.081Z | Downloaded slog-envlogger v2.2.0 |
| 792 | 2025-07-29T05:20:16.081Z | Downloaded pkcs8 v0.10.2 |
| 793 | 2025-07-29T05:20:16.081Z | Downloaded pin-project-internal v1.1.6 |
| 794 | 2025-07-29T05:20:16.081Z | Downloaded pin-project v1.1.6 |
| 795 | 2025-07-29T05:20:16.108Z | Downloaded flume v0.11.1 |
| 796 | 2025-07-29T05:20:16.108Z | Downloaded tokio-postgres v0.7.13 |
| 797 | 2025-07-29T05:20:16.108Z | Downloaded nom v7.1.3 |
| 798 | 2025-07-29T05:20:16.108Z | Downloaded rustls-webpki v0.102.8 |
| 799 | 2025-07-29T05:20:16.135Z | Downloaded petname v2.0.2 |
| 800 | 2025-07-29T05:20:16.135Z | Downloaded toml v0.7.8 |
| 801 | 2025-07-29T05:20:16.135Z | Downloaded tokio-tungstenite v0.23.1 |
| 802 | 2025-07-29T05:20:16.161Z | Downloaded strum_macros v0.27.1 |
| 803 | 2025-07-29T05:20:16.161Z | Downloaded slog-scope v4.4.0 |
| 804 | 2025-07-29T05:20:16.161Z | Downloaded pin-project-lite v0.2.14 |
| 805 | 2025-07-29T05:20:16.161Z | Downloaded parking_lot_core v0.8.6 |
| 806 | 2025-07-29T05:20:16.161Z | Downloaded rsa v0.9.6 |
| 807 | 2025-07-29T05:20:16.161Z | Downloaded gimli v0.31.1 |
| 808 | 2025-07-29T05:20:16.188Z | Downloaded parking_lot v0.12.3 |
| 809 | 2025-07-29T05:20:16.188Z | Downloaded newtype-uuid v1.2.4 |
| 810 | 2025-07-29T05:20:16.188Z | Downloaded foldhash v0.1.5 |
| 811 | 2025-07-29T05:20:16.188Z | Downloaded samael v0.0.19 |
| 812 | 2025-07-29T05:20:16.188Z | Downloaded pretty_assertions v1.4.1 |
| 813 | 2025-07-29T05:20:16.188Z | Downloaded papergrid v0.14.0 |
| 814 | 2025-07-29T05:20:16.188Z | Downloaded time v0.3.36 |
| 815 | 2025-07-29T05:20:16.188Z | Downloaded ed25519-dalek v2.1.1 |
| 816 | 2025-07-29T05:20:16.215Z | Downloaded p384 v0.13.0 |
| 817 | 2025-07-29T05:20:16.215Z | Downloaded nix v0.27.1 |
| 818 | 2025-07-29T05:20:16.215Z | Downloaded regex-syntax v0.8.5 |
| 819 | 2025-07-29T05:20:16.242Z | Downloaded strum_macros v0.24.3 |
| 820 | 2025-07-29T05:20:16.243Z | Downloaded slog-json v2.6.1 |
| 821 | 2025-07-29T05:20:16.243Z | Downloaded proc-macro-error2 v2.0.1 |
| 822 | 2025-07-29T05:20:16.243Z | Downloaded precomputed-hash v0.1.1 |
| 823 | 2025-07-29T05:20:16.243Z | Downloaded pin-utils v0.1.0 |
| 824 | 2025-07-29T05:20:16.243Z | Downloaded newtype_derive v0.1.6 |
| 825 | 2025-07-29T05:20:16.243Z | Downloaded foreign-types-macros v0.2.3 |
| 826 | 2025-07-29T05:20:16.243Z | Downloaded foreign-types v0.5.0 |
| 827 | 2025-07-29T05:20:16.243Z | Downloaded zone v0.1.8 |
| 828 | 2025-07-29T05:20:16.243Z | Downloaded tokio-stream v0.1.17 |
| 829 | 2025-07-29T05:20:16.243Z | Downloaded tokio-rustls v0.26.0 |
| 830 | 2025-07-29T05:20:16.243Z | Downloaded tokio-rustls v0.25.0 |
| 831 | 2025-07-29T05:20:16.243Z | Downloaded tokio-rustls v0.24.1 |
| 832 | 2025-07-29T05:20:16.243Z | Downloaded tokio-native-tls v0.3.1 |
| 833 | 2025-07-29T05:20:16.270Z | Downloaded tokio-macros v2.5.0 |
| 834 | 2025-07-29T05:20:16.270Z | Downloaded prefix-trie v0.7.0 |
| 835 | 2025-07-29T05:20:16.270Z | Downloaded parking_lot v0.11.2 |
| 836 | 2025-07-29T05:20:16.270Z | Downloaded diesel_derives v2.2.3 |
| 837 | 2025-07-29T05:20:16.270Z | Downloaded openssl-sys v0.9.109 |
| 838 | 2025-07-29T05:20:16.270Z | Downloaded flate2 v1.1.2 |
| 839 | 2025-07-29T05:20:16.270Z | Downloaded rustls-webpki v0.101.7 |
| 840 | 2025-07-29T05:20:16.296Z | Downloaded quick-xml v0.37.2 |
| 841 | 2025-07-29T05:20:16.296Z | Downloaded git2 v0.19.0 |
| 842 | 2025-07-29T05:20:16.296Z | Downloaded webpki-roots v1.0.1 |
| 843 | 2025-07-29T05:20:16.323Z | Downloaded regex-syntax v0.6.29 |
| 844 | 2025-07-29T05:20:16.323Z | Downloaded newline-converter v0.3.0 |
| 845 | 2025-07-29T05:20:16.323Z | Downloaded foreign-types-shared v0.3.1 |
| 846 | 2025-07-29T05:20:16.323Z | Downloaded foreign-types-shared v0.1.1 |
| 847 | 2025-07-29T05:20:16.323Z | Downloaded foreign-types v0.3.2 |
| 848 | 2025-07-29T05:20:16.323Z | Downloaded zone_cfg_derive v0.1.2 |
| 849 | 2025-07-29T05:20:16.323Z | Downloaded zone v0.3.1 |
| 850 | 2025-07-29T05:20:16.323Z | Downloaded tokio-tungstenite v0.21.0 |
| 851 | 2025-07-29T05:20:16.351Z | Downloaded tokio-dtrace v0.1.0 |
| 852 | 2025-07-29T05:20:16.351Z | Downloaded termios v0.3.3 |
| 853 | 2025-07-29T05:20:16.351Z | Downloaded scheduled-thread-pool v0.2.7 |
| 854 | 2025-07-29T05:20:16.351Z | Downloaded same-file v1.0.6 |
| 855 | 2025-07-29T05:20:16.351Z | Downloaded salsa20 v0.10.2 |
| 856 | 2025-07-29T05:20:16.351Z | Downloaded rusty-fork v0.3.0 |
| 857 | 2025-07-29T05:20:16.351Z | Downloaded rustversion v1.0.17 |
| 858 | 2025-07-29T05:20:16.351Z | Downloaded rtoolbox v0.0.2 |
| 859 | 2025-07-29T05:20:16.351Z | Downloaded pretty-hex v0.2.1 |
| 860 | 2025-07-29T05:20:16.351Z | Downloaded predicates-tree v1.0.12 |
| 861 | 2025-07-29T05:20:16.351Z | Downloaded predicates v3.1.3 |
| 862 | 2025-07-29T05:20:16.351Z | Downloaded num_threads v0.1.7 |
| 863 | 2025-07-29T05:20:16.351Z | Downloaded num_enum_derive v0.5.11 |
| 864 | 2025-07-29T05:20:16.351Z | Downloaded num-rational v0.4.2 |
| 865 | 2025-07-29T05:20:16.351Z | Downloaded nu-ansi-term v0.50.1 |
| 866 | 2025-07-29T05:20:16.351Z | Downloaded gethostname v0.5.0 |
| 867 | 2025-07-29T05:20:16.378Z | Downloaded fxhash v0.2.1 |
| 868 | 2025-07-29T05:20:16.378Z | Downloaded float-cmp v0.10.0 |
| 869 | 2025-07-29T05:20:16.378Z | Downloaded difflib v0.4.0 |
| 870 | 2025-07-29T05:20:16.378Z | Downloaded diff v0.1.13 |
| 871 | 2025-07-29T05:20:16.378Z | Downloaded zstd v0.13.3 |
| 872 | 2025-07-29T05:20:16.378Z | Downloaded zopfli v0.8.1 |
| 873 | 2025-07-29T05:20:16.378Z | Downloaded vte v0.11.1 |
| 874 | 2025-07-29T05:20:16.378Z | Downloaded tls_codec v0.4.1 |
| 875 | 2025-07-29T05:20:16.378Z | Downloaded tiny-keccak v2.0.2 |
| 876 | 2025-07-29T05:20:16.378Z | Downloaded test-strategy v0.4.3 |
| 877 | 2025-07-29T05:20:16.378Z | Downloaded signature v2.2.0 |
| 878 | 2025-07-29T05:20:16.378Z | Downloaded signal-hook-registry v1.4.2 |
| 879 | 2025-07-29T05:20:16.378Z | Downloaded signal-hook v0.3.18 |
| 880 | 2025-07-29T05:20:16.406Z | Downloaded scrypt v0.11.0 |
| 881 | 2025-07-29T05:20:16.406Z | Downloaded psl-types v2.0.11 |
| 882 | 2025-07-29T05:20:16.406Z | Downloaded progenitor-impl v0.10.0 |
| 883 | 2025-07-29T05:20:16.406Z | Downloaded progenitor-impl v0.9.1 |
| 884 | 2025-07-29T05:20:16.406Z | Downloaded ppv-lite86 v0.2.20 |
| 885 | 2025-07-29T05:20:16.406Z | Downloaded poly1305 v0.8.0 |
| 886 | 2025-07-29T05:20:16.406Z | Downloaded oso v0.27.3 |
| 887 | 2025-07-29T05:20:16.406Z | Downloaded openssl-macros v0.1.1 |
| 888 | 2025-07-29T05:20:16.406Z | Downloaded opaque-debug v0.3.1 |
| 889 | 2025-07-29T05:20:16.406Z | Downloaded omicron-zone-package v0.12.2 |
| 890 | 2025-07-29T05:20:16.406Z | Downloaded embedded-io v0.4.0 |
| 891 | 2025-07-29T05:20:16.406Z | Downloaded elliptic-curve v0.13.8 |
| 892 | 2025-07-29T05:20:16.432Z | Downloaded ed25519 v2.2.3 |
| 893 | 2025-07-29T05:20:16.433Z | Downloaded dropshot_endpoint v0.16.2 |
| 894 | 2025-07-29T05:20:16.433Z | Downloaded strip-ansi-escapes v0.2.0 |
| 895 | 2025-07-29T05:20:16.433Z | Downloaded spki v0.7.3 |
| 896 | 2025-07-29T05:20:16.433Z | Downloaded spin v0.9.8 |
| 897 | 2025-07-29T05:20:16.433Z | Downloaded snafu-derive v0.8.5 |
| 898 | 2025-07-29T05:20:16.433Z | Downloaded rustls-native-certs v0.8.1 |
| 899 | 2025-07-29T05:20:16.433Z | Downloaded russh v0.45.0 |
| 900 | 2025-07-29T05:20:16.433Z | Downloaded portable-atomic v1.11.0 |
| 901 | 2025-07-29T05:20:16.460Z | Downloaded winnow v0.6.26 |
| 902 | 2025-07-29T05:20:16.460Z | Downloaded tabled v0.18.0 |
| 903 | 2025-07-29T05:20:16.486Z | Downloaded radix_trie v0.2.1 |
| 904 | 2025-07-29T05:20:16.486Z | Downloaded packed_struct_codegen v0.10.1 |
| 905 | 2025-07-29T05:20:16.486Z | Downloaded num_enum v0.5.11 |
| 906 | 2025-07-29T05:20:16.486Z | Downloaded num v0.4.3 |
| 907 | 2025-07-29T05:20:16.486Z | Downloaded nodrop v0.1.14 |
| 908 | 2025-07-29T05:20:16.486Z | Downloaded futures-task v0.3.31 |
| 909 | 2025-07-29T05:20:16.486Z | Downloaded futures-sink v0.3.31 |
| 910 | 2025-07-29T05:20:16.486Z | Downloaded diesel-dtrace v0.4.2 |
| 911 | 2025-07-29T05:20:16.487Z | Downloaded des v0.8.1 |
| 912 | 2025-07-29T05:20:16.487Z | Downloaded zstd-safe v7.2.3 |
| 913 | 2025-07-29T05:20:16.513Z | Downloaded waitgroup v0.1.2 |
| 914 | 2025-07-29T05:20:16.513Z | Downloaded wait-timeout v0.2.0 |
| 915 | 2025-07-29T05:20:16.514Z | Downloaded vsss-rs v3.3.4 |
| 916 | 2025-07-29T05:20:16.514Z | Downloaded tinyvec_macros v0.1.1 |
| 917 | 2025-07-29T05:20:16.514Z | Downloaded time-macros v0.2.18 |
| 918 | 2025-07-29T05:20:16.514Z | Downloaded thiserror-no-std v2.0.2 |
| 919 | 2025-07-29T05:20:16.514Z | Downloaded termtree v0.5.1 |
| 920 | 2025-07-29T05:20:16.514Z | Downloaded signal-hook-tokio v0.3.1 |
| 921 | 2025-07-29T05:20:16.514Z | Downloaded secrecy v0.8.0 |
| 922 | 2025-07-29T05:20:16.514Z | Downloaded sct v0.7.1 |
| 923 | 2025-07-29T05:20:16.514Z | Downloaded publicsuffix v2.3.0 |
| 924 | 2025-07-29T05:20:16.514Z | Downloaded flagset v0.4.6 |
| 925 | 2025-07-29T05:20:16.514Z | Downloaded embedded-io v0.6.1 |
| 926 | 2025-07-29T05:20:16.514Z | Downloaded either v1.15.0 |
| 927 | 2025-07-29T05:20:16.541Z | Downloaded ecdsa v0.16.9 |
| 928 | 2025-07-29T05:20:16.541Z | Downloaded socket2 v0.6.0 |
| 929 | 2025-07-29T05:20:16.541Z | Downloaded socket2 v0.5.10 |
| 930 | 2025-07-29T05:20:16.541Z | Downloaded snafu v0.8.5 |
| 931 | 2025-07-29T05:20:16.541Z | Downloaded regex v1.11.1 |
| 932 | 2025-07-29T05:20:16.541Z | Downloaded lalrpop v0.19.12 |
| 933 | 2025-07-29T05:20:16.568Z | Downloaded thread_local v1.1.8 |
| 934 | 2025-07-29T05:20:16.568Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 935 | 2025-07-29T05:20:16.568Z | Downloaded sec1 v0.7.3 |
| 936 | 2025-07-29T05:20:16.568Z | Downloaded oso-derive v0.27.3 |
| 937 | 2025-07-29T05:20:16.568Z | Downloaded openssl-probe v0.1.5 |
| 938 | 2025-07-29T05:20:16.568Z | Downloaded olpc-cjson v0.1.4 |
| 939 | 2025-07-29T05:20:16.568Z | Downloaded dyn-clone v1.0.19 |
| 940 | 2025-07-29T05:20:16.568Z | Downloaded dsl_auto_type v0.1.2 |
| 941 | 2025-07-29T05:20:16.568Z | Downloaded strum v0.26.3 |
| 942 | 2025-07-29T05:20:16.568Z | Downloaded p521 v0.13.3 |
| 943 | 2025-07-29T05:20:16.594Z | Downloaded num-bigint-dig v0.8.4 |
| 944 | 2025-07-29T05:20:16.594Z | Downloaded winnow v0.5.40 |
| 945 | 2025-07-29T05:20:16.594Z | Downloaded bstr v1.10.0 |
| 946 | 2025-07-29T05:20:16.595Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 947 | 2025-07-29T05:20:16.595Z | Downloaded signal-hook-mio v0.2.4 |
| 948 | 2025-07-29T05:20:16.621Z | Downloaded secrecy v0.10.3 |
| 949 | 2025-07-29T05:20:16.622Z | Downloaded progenitor-macro v0.9.1 |
| 950 | 2025-07-29T05:20:16.622Z | Downloaded progenitor-macro v0.8.0 |
| 951 | 2025-07-29T05:20:16.622Z | Downloaded powerfmt v0.2.0 |
| 952 | 2025-07-29T05:20:16.622Z | Downloaded csv-core v0.1.11 |
| 953 | 2025-07-29T05:20:16.622Z | Downloaded structmeta-derive v0.3.0 |
| 954 | 2025-07-29T05:20:16.622Z | Downloaded ssh-cipher v0.2.0 |
| 955 | 2025-07-29T05:20:16.622Z | Downloaded sqlformat v0.3.5 |
| 956 | 2025-07-29T05:20:16.622Z | Downloaded void v1.0.2 |
| 957 | 2025-07-29T05:20:16.622Z | Downloaded progenitor-macro v0.10.0 |
| 958 | 2025-07-29T05:20:16.622Z | Downloaded pkg-config v0.3.31 |
| 959 | 2025-07-29T05:20:16.622Z | Downloaded document-features v0.2.11 |
| 960 | 2025-07-29T05:20:16.622Z | Downloaded unsafe-libyaml v0.2.11 |
| 961 | 2025-07-29T05:20:16.622Z | Downloaded qorb v0.4.0 |
| 962 | 2025-07-29T05:20:16.649Z | Downloaded quinn-udp v0.5.5 |
| 963 | 2025-07-29T05:20:16.649Z | Downloaded polyval v0.6.2 |
| 964 | 2025-07-29T05:20:16.649Z | Downloaded utf-8 v0.7.6 |
| 965 | 2025-07-29T05:20:16.649Z | Downloaded structmeta v0.3.0 |
| 966 | 2025-07-29T05:20:16.649Z | Downloaded rustls-pki-types v1.10.0 |
| 967 | 2025-07-29T05:20:16.649Z | Downloaded quinn v0.11.5 |
| 968 | 2025-07-29T05:20:16.649Z | Downloaded display-error-chain v0.2.2 |
| 969 | 2025-07-29T05:20:16.649Z | Downloaded dirs-sys-next v0.1.2 |
| 970 | 2025-07-29T05:20:16.649Z | Downloaded daft v0.1.4 |
| 971 | 2025-07-29T05:20:16.649Z | Downloaded typify v0.4.1 |
| 972 | 2025-07-29T05:20:16.649Z | Downloaded sqlparser_derive v0.2.2 |
| 973 | 2025-07-29T05:20:16.649Z | Downloaded dirs-next v2.0.0 |
| 974 | 2025-07-29T05:20:16.649Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 975 | 2025-07-29T05:20:16.649Z | Downloaded ctr v0.9.2 |
| 976 | 2025-07-29T05:20:16.649Z | Downloaded typify-macro v0.4.1 |
| 977 | 2025-07-29T05:20:16.676Z | Downloaded rustls-pemfile v2.2.0 |
| 978 | 2025-07-29T05:20:16.676Z | Downloaded expectorate v1.2.0 |
| 979 | 2025-07-29T05:20:16.676Z | Downloaded unicode-normalization v0.1.24 |
| 980 | 2025-07-29T05:20:16.676Z | Downloaded tower-http v0.6.6 |
| 981 | 2025-07-29T05:20:16.676Z | Downloaded tough v0.20.0 |
| 982 | 2025-07-29T05:20:16.676Z | Downloaded serde_with v3.14.0 |
| 983 | 2025-07-29T05:20:16.704Z | Downloaded cstr-argument v0.1.2 |
| 984 | 2025-07-29T05:20:16.704Z | Downloaded typify-macro v0.2.0 |
| 985 | 2025-07-29T05:20:16.704Z | Downloaded slog-term v2.9.1 |
| 986 | 2025-07-29T05:20:16.704Z | Downloaded rustls-pemfile v1.0.4 |
| 987 | 2025-07-29T05:20:16.704Z | Downloaded russh-keys v0.45.0 |
| 988 | 2025-07-29T05:20:16.704Z | Downloaded ron v0.8.1 |
| 989 | 2025-07-29T05:20:16.704Z | Downloaded prettyplease v0.2.36 |
| 990 | 2025-07-29T05:20:16.731Z | Downloaded peg-macros v0.8.5 |
| 991 | 2025-07-29T05:20:16.731Z | Downloaded num-bigint v0.4.6 |
| 992 | 2025-07-29T05:20:16.731Z | Downloaded hyper v1.6.0 |
| 993 | 2025-07-29T05:20:16.731Z | Downloaded progenitor-client v0.10.0 |
| 994 | 2025-07-29T05:20:16.731Z | Downloaded unicode-segmentation v1.12.0 |
| 995 | 2025-07-29T05:20:16.731Z | Downloaded rayon v1.10.0 |
| 996 | 2025-07-29T05:20:16.757Z | Downloaded itertools v0.14.0 |
| 997 | 2025-07-29T05:20:16.757Z | Downloaded h2 v0.4.6 |
| 998 | 2025-07-29T05:20:16.757Z | Downloaded dunce v1.0.5 |
| 999 | 2025-07-29T05:20:16.757Z | Downloaded uuid v1.17.0 |
| 1000 | 2025-07-29T05:20:16.757Z | Downloaded untrusted v0.9.0 |
| 1001 | 2025-07-29T05:20:16.757Z | Downloaded untrusted v0.7.1 |
| 1002 | 2025-07-29T05:20:16.757Z | Downloaded universal-hash v0.5.1 |
| 1003 | 2025-07-29T05:20:16.784Z | Downloaded typify-macro v0.3.0 |
| 1004 | 2025-07-29T05:20:16.784Z | Downloaded smallvec v0.6.14 |
| 1005 | 2025-07-29T05:20:16.785Z | Downloaded rustc-demangle v0.1.24 |
| 1006 | 2025-07-29T05:20:16.785Z | Downloaded postcard v1.0.10 |
| 1007 | 2025-07-29T05:20:16.785Z | Downloaded p256 v0.13.2 |
| 1008 | 2025-07-29T05:20:16.785Z | Downloaded tower v0.5.2 |
| 1009 | 2025-07-29T05:20:16.785Z | Downloaded derive-where v1.5.0 |
| 1010 | 2025-07-29T05:20:16.785Z | Downloaded reedline v0.40.0 |
| 1011 | 2025-07-29T05:20:16.811Z | Downloaded iri-string v0.7.8 |
| 1012 | 2025-07-29T05:20:16.811Z | Downloaded chrono v0.4.41 |
| 1013 | 2025-07-29T05:20:16.811Z | Downloaded stringprep v0.1.5 |
| 1014 | 2025-07-29T05:20:16.811Z | Downloaded slog-stdlog v4.1.1 |
| 1015 | 2025-07-29T05:20:16.811Z | Downloaded rustc_version v0.4.1 |
| 1016 | 2025-07-29T05:20:16.811Z | Downloaded rustc_version v0.1.7 |
| 1017 | 2025-07-29T05:20:16.811Z | Downloaded rustc-hash v2.1.1 |
| 1018 | 2025-07-29T05:20:16.811Z | Downloaded progenitor v0.10.0 |
| 1019 | 2025-07-29T05:20:16.838Z | Downloaded tracing v0.1.40 |
| 1020 | 2025-07-29T05:20:16.838Z | Downloaded x509-cert v0.2.5 |
| 1021 | 2025-07-29T05:20:16.838Z | Downloaded unicode_categories v0.1.1 |
| 1022 | 2025-07-29T05:20:16.838Z | Downloaded steno v0.4.1 |
| 1023 | 2025-07-29T05:20:16.838Z | Downloaded libxml v0.3.3 |
| 1024 | 2025-07-29T05:20:16.838Z | Downloaded pem v3.0.5 |
| 1025 | 2025-07-29T05:20:16.838Z | Downloaded derive_builder v0.20.2 |
| 1026 | 2025-07-29T05:20:16.865Z | Downloaded derive-ex v0.1.8 |
| 1027 | 2025-07-29T05:20:16.866Z | Downloaded der v0.7.9 |
| 1028 | 2025-07-29T05:20:16.866Z | Downloaded darling_core v0.21.0 |
| 1029 | 2025-07-29T05:20:16.866Z | Downloaded quick-error v1.2.3 |
| 1030 | 2025-07-29T05:20:16.866Z | Downloaded progenitor-client v0.9.1 |
| 1031 | 2025-07-29T05:20:16.866Z | Downloaded pem-rfc7468 v0.7.0 |
| 1032 | 2025-07-29T05:20:16.866Z | Downloaded owo-colors v4.2.2 |
| 1033 | 2025-07-29T05:20:16.866Z | Downloaded fixedbitset v0.5.7 |
| 1034 | 2025-07-29T05:20:16.866Z | Downloaded fatfs v0.3.6 |
| 1035 | 2025-07-29T05:20:16.892Z | Downloaded xshell-macros v0.2.7 |
| 1036 | 2025-07-29T05:20:16.892Z | Downloaded unicode-properties v0.1.3 |
| 1037 | 2025-07-29T05:20:16.892Z | Downloaded tabled_derive v0.10.0 |
| 1038 | 2025-07-29T05:20:16.892Z | Downloaded ssh-key v0.6.6 |
| 1039 | 2025-07-29T05:20:16.893Z | Downloaded hashbrown v0.12.3 |
| 1040 | 2025-07-29T05:20:16.893Z | Downloaded bindgen v0.69.5 |
| 1041 | 2025-07-29T05:20:16.893Z | Downloaded oxnet v0.1.3 |
| 1042 | 2025-07-29T05:20:16.893Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1043 | 2025-07-29T05:20:16.919Z | Downloaded fixedbitset v0.4.2 |
| 1044 | 2025-07-29T05:20:16.919Z | Downloaded env_logger v0.11.5 |
| 1045 | 2025-07-29T05:20:16.919Z | Downloaded env_logger v0.10.2 |
| 1046 | 2025-07-29T05:20:16.919Z | Downloaded darling_core v0.20.10 |
| 1047 | 2025-07-29T05:20:16.919Z | Downloaded tar v0.4.44 |
| 1048 | 2025-07-29T05:20:16.920Z | Downloaded libm v0.2.8 |
| 1049 | 2025-07-29T05:20:16.920Z | Downloaded bitvec v1.0.1 |
| 1050 | 2025-07-29T05:20:16.947Z | Downloaded num-integer v0.1.46 |
| 1051 | 2025-07-29T05:20:16.947Z | Downloaded num-derive v0.4.2 |
| 1052 | 2025-07-29T05:20:16.947Z | Downloaded num-complex v0.4.6 |
| 1053 | 2025-07-29T05:20:16.947Z | Downloaded ghash v0.5.1 |
| 1054 | 2025-07-29T05:20:16.947Z | Downloaded yasna v0.5.2 |
| 1055 | 2025-07-29T05:20:16.947Z | Downloaded unicode-bidi v0.3.17 |
| 1056 | 2025-07-29T05:20:16.947Z | Downloaded moka v0.12.10 |
| 1057 | 2025-07-29T05:20:16.974Z | Downloaded minimal-lexical v0.2.1 |
| 1058 | 2025-07-29T05:20:16.974Z | Downloaded jiff-static v0.2.15 |
| 1059 | 2025-07-29T05:20:16.974Z | Downloaded getrandom v0.2.15 |
| 1060 | 2025-07-29T05:20:16.974Z | Downloaded ff v0.13.0 |
| 1061 | 2025-07-29T05:20:16.974Z | Downloaded unicode-truncate v1.1.0 |
| 1062 | 2025-07-29T05:20:16.974Z | Downloaded toml_edit v0.19.15 |
| 1063 | 2025-07-29T05:20:17.000Z | Downloaded serde_cbor v0.11.2 |
| 1064 | 2025-07-29T05:20:17.001Z | Downloaded fd-lock v4.0.2 |
| 1065 | 2025-07-29T05:20:17.001Z | Downloaded fallible-iterator v0.2.0 |
| 1066 | 2025-07-29T05:20:17.001Z | Downloaded tap v1.0.1 |
| 1067 | 2025-07-29T05:20:17.001Z | Downloaded tabwriter v1.4.0 |
| 1068 | 2025-07-29T05:20:17.001Z | Downloaded string_cache v0.8.9 |
| 1069 | 2025-07-29T05:20:17.001Z | Downloaded shlex v1.3.0 |
| 1070 | 2025-07-29T05:20:17.028Z | Downloaded shell-words v1.1.0 |
| 1071 | 2025-07-29T05:20:17.028Z | Downloaded libsw-core v0.3.1 |
| 1072 | 2025-07-29T05:20:17.028Z | Downloaded libsw v3.5.0 |
| 1073 | 2025-07-29T05:20:17.028Z | Downloaded libscf-sys v1.1.0 |
| 1074 | 2025-07-29T05:20:17.028Z | Downloaded libefi-sys v0.1.0 |
| 1075 | 2025-07-29T05:20:17.028Z | Downloaded indicatif v0.18.0 |
| 1076 | 2025-07-29T05:20:17.028Z | Downloaded filetime v0.2.25 |
| 1077 | 2025-07-29T05:20:17.028Z | Downloaded enum-as-inner v0.6.1 |
| 1078 | 2025-07-29T05:20:17.028Z | Downloaded tower-service v0.3.3 |
| 1079 | 2025-07-29T05:20:17.028Z | Downloaded tower-layer v0.3.3 |
| 1080 | 2025-07-29T05:20:17.028Z | Downloaded termcolor v1.4.1 |
| 1081 | 2025-07-29T05:20:17.028Z | Downloaded term v0.7.0 |
| 1082 | 2025-07-29T05:20:17.028Z | Downloaded take_mut v0.2.2 |
| 1083 | 2025-07-29T05:20:17.028Z | Downloaded tagptr v0.2.0 |
| 1084 | 2025-07-29T05:20:17.028Z | Downloaded sync_wrapper v1.0.1 |
| 1085 | 2025-07-29T05:20:17.028Z | Downloaded serde_with_macros v3.14.0 |
| 1086 | 2025-07-29T05:20:17.060Z | Downloaded rand v0.8.5 |
| 1087 | 2025-07-29T05:20:17.060Z | Downloaded itertools v0.13.0 |
| 1088 | 2025-07-29T05:20:17.060Z | Downloaded itertools v0.12.1 |
| 1089 | 2025-07-29T05:20:17.060Z | Downloaded itertools v0.10.5 |
| 1090 | 2025-07-29T05:20:17.061Z | Downloaded is-terminal v0.4.13 |
| 1091 | 2025-07-29T05:20:17.061Z | Downloaded ipnet v2.11.0 |
| 1092 | 2025-07-29T05:20:17.061Z | Downloaded indicatif v0.17.11 |
| 1093 | 2025-07-29T05:20:17.088Z | Downloaded http v1.3.1 |
| 1094 | 2025-07-29T05:20:17.088Z | Downloaded hkdf v0.12.4 |
| 1095 | 2025-07-29T05:20:17.088Z | Downloaded hashbrown v0.13.2 |
| 1096 | 2025-07-29T05:20:17.088Z | Downloaded deranged v0.3.11 |
| 1097 | 2025-07-29T05:20:17.088Z | Downloaded der_derive v0.7.3 |
| 1098 | 2025-07-29T05:20:17.088Z | Downloaded defmt-macros v0.3.9 |
| 1099 | 2025-07-29T05:20:17.088Z | Downloaded data-encoding v2.9.0 |
| 1100 | 2025-07-29T05:20:17.088Z | Downloaded whoami v1.5.2 |
| 1101 | 2025-07-29T05:20:17.088Z | Downloaded rand v0.9.1 |
| 1102 | 2025-07-29T05:20:17.088Z | Downloaded debug-ignore v1.0.5 |
| 1103 | 2025-07-29T05:20:17.116Z | Downloaded xz2 v0.1.7 |
| 1104 | 2025-07-29T05:20:17.116Z | Downloaded xshell v0.2.7 |
| 1105 | 2025-07-29T05:20:17.116Z | Downloaded xattr v1.3.1 |
| 1106 | 2025-07-29T05:20:17.116Z | Downloaded wyz v0.5.1 |
| 1107 | 2025-07-29T05:20:17.116Z | Downloaded unarray v0.1.4 |
| 1108 | 2025-07-29T05:20:17.116Z | Downloaded topological-sort v0.2.2 |
| 1109 | 2025-07-29T05:20:17.116Z | Downloaded serde_bytes v0.11.17 |
| 1110 | 2025-07-29T05:20:17.116Z | Downloaded rayon-core v1.12.1 |
| 1111 | 2025-07-29T05:20:17.116Z | Downloaded libz-rs-sys v0.5.1 |
| 1112 | 2025-07-29T05:20:17.116Z | Downloaded hyper-tls v0.6.0 |
| 1113 | 2025-07-29T05:20:17.116Z | Downloaded rand_core v0.6.4 |
| 1114 | 2025-07-29T05:20:17.116Z | Downloaded miniz_oxide v0.8.5 |
| 1115 | 2025-07-29T05:20:17.116Z | Downloaded match_cfg v0.1.0 |
| 1116 | 2025-07-29T05:20:17.116Z | Downloaded managed v0.8.0 |
| 1117 | 2025-07-29T05:20:17.116Z | Downloaded lazycell v1.3.0 |
| 1118 | 2025-07-29T05:20:17.143Z | Downloaded lazy_static v1.5.0 |
| 1119 | 2025-07-29T05:20:17.143Z | Downloaded jobserver v0.1.32 |
| 1120 | 2025-07-29T05:20:17.143Z | Downloaded ingot-macros v0.1.1 |
| 1121 | 2025-07-29T05:20:17.143Z | Downloaded ingot v0.1.1 |
| 1122 | 2025-07-29T05:20:17.143Z | Downloaded indoc v2.0.6 |
| 1123 | 2025-07-29T05:20:17.143Z | Downloaded indoc v1.0.9 |
| 1124 | 2025-07-29T05:20:17.143Z | Downloaded ignore v0.4.23 |
| 1125 | 2025-07-29T05:20:17.143Z | Downloaded iana-time-zone v0.1.63 |
| 1126 | 2025-07-29T05:20:17.143Z | Downloaded hyper-rustls v0.27.7 |
| 1127 | 2025-07-29T05:20:17.143Z | Downloaded hubpack_derive v0.1.1 |
| 1128 | 2025-07-29T05:20:17.143Z | Downloaded hubpack v0.1.2 |
| 1129 | 2025-07-29T05:20:17.143Z | Downloaded highway v1.3.0 |
| 1130 | 2025-07-29T05:20:17.143Z | Downloaded heapless v0.7.17 |
| 1131 | 2025-07-29T05:20:17.170Z | Downloaded headers v0.4.1 |
| 1132 | 2025-07-29T05:20:17.171Z | Downloaded blake3 v1.5.4 |
| 1133 | 2025-07-29T05:20:17.171Z | Downloaded postgres-protocol v0.6.8 |
| 1134 | 2025-07-29T05:20:17.171Z | Downloaded darling_macro v0.21.0 |
| 1135 | 2025-07-29T05:20:17.171Z | Downloaded darling_macro v0.20.10 |
| 1136 | 2025-07-29T05:20:17.171Z | Downloaded which v4.4.2 |
| 1137 | 2025-07-29T05:20:17.171Z | Downloaded aws-lc-sys v0.26.0 |
| 1138 | 2025-07-29T05:20:17.390Z | Downloaded want v0.3.1 |
| 1139 | 2025-07-29T05:20:17.419Z | Downloaded walkdir v2.5.0 |
| 1140 | 2025-07-29T05:20:17.419Z | Downloaded sync-ptr v0.1.4 |
| 1141 | 2025-07-29T05:20:17.419Z | Downloaded serde_urlencoded v0.7.1 |
| 1142 | 2025-07-29T05:20:17.419Z | Downloaded semver v0.1.20 |
| 1143 | 2025-07-29T05:20:17.419Z | Downloaded ref-cast v1.0.24 |
| 1144 | 2025-07-29T05:20:17.419Z | Downloaded mime v0.3.17 |
| 1145 | 2025-07-29T05:20:17.419Z | Downloaded md5 v0.7.0 |
| 1146 | 2025-07-29T05:20:17.419Z | Downloaded lru-cache v0.1.2 |
| 1147 | 2025-07-29T05:20:17.419Z | Downloaded litrs v0.4.1 |
| 1148 | 2025-07-29T05:20:17.419Z | Downloaded libloading v0.8.5 |
| 1149 | 2025-07-29T05:20:17.419Z | Downloaded indent_write v2.2.0 |
| 1150 | 2025-07-29T05:20:17.419Z | Downloaded memoffset v0.9.1 |
| 1151 | 2025-07-29T05:20:17.419Z | Downloaded lzss v0.8.2 |
| 1152 | 2025-07-29T05:20:17.419Z | Downloaded ident_case v1.0.1 |
| 1153 | 2025-07-29T05:20:17.419Z | Downloaded ref-cast-impl v1.0.24 |
| 1154 | 2025-07-29T05:20:17.419Z | Downloaded md-5 v0.10.6 |
| 1155 | 2025-07-29T05:20:17.446Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1156 | 2025-07-29T05:20:17.446Z | Downloaded iddqd v0.3.9 |
| 1157 | 2025-07-29T05:20:17.446Z | Downloaded linear-map v1.2.0 |
| 1158 | 2025-07-29T05:20:17.446Z | Downloaded instability v0.3.2 |
| 1159 | 2025-07-29T05:20:17.446Z | Downloaded ingot-types v0.1.2 |
| 1160 | 2025-07-29T05:20:17.446Z | Downloaded serde_plain v1.0.2 |
| 1161 | 2025-07-29T05:20:17.446Z | Downloaded serde_path_to_error v0.1.17 |
| 1162 | 2025-07-29T05:20:17.446Z | Downloaded rcgen v0.12.1 |
| 1163 | 2025-07-29T05:20:17.446Z | Downloaded keccak v0.1.5 |
| 1164 | 2025-07-29T05:20:17.446Z | Downloaded inout v0.1.3 |
| 1165 | 2025-07-29T05:20:17.446Z | Downloaded const_format v0.2.34 |
| 1166 | 2025-07-29T05:20:17.474Z | Downloaded serde_derive_internals v0.29.1 |
| 1167 | 2025-07-29T05:20:17.474Z | Downloaded serde-hex v0.1.0 |
| 1168 | 2025-07-29T05:20:17.474Z | Downloaded rand_core v0.9.2 |
| 1169 | 2025-07-29T05:20:17.474Z | Downloaded base64 v0.21.7 |
| 1170 | 2025-07-29T05:20:17.474Z | Downloaded backtrace v0.3.74 |
| 1171 | 2025-07-29T05:20:17.474Z | Downloaded sha1 v0.10.6 |
| 1172 | 2025-07-29T05:20:17.474Z | Downloaded serde_repr v0.1.19 |
| 1173 | 2025-07-29T05:20:17.474Z | Downloaded serde-big-array v0.5.1 |
| 1174 | 2025-07-29T05:20:17.474Z | Downloaded rand_xorshift v0.4.0 |
| 1175 | 2025-07-29T05:20:17.475Z | Downloaded rand_chacha v0.3.1 |
| 1176 | 2025-07-29T05:20:17.475Z | Downloaded radium v0.7.0 |
| 1177 | 2025-07-29T05:20:17.475Z | Downloaded cc v1.2.30 |
| 1178 | 2025-07-29T05:20:17.503Z | Downloaded home v0.5.9 |
| 1179 | 2025-07-29T05:20:17.503Z | Downloaded hickory-client v0.25.2 |
| 1180 | 2025-07-29T05:20:17.503Z | Downloaded http-range v0.1.5 |
| 1181 | 2025-07-29T05:20:17.503Z | Downloaded globset v0.4.15 |
| 1182 | 2025-07-29T05:20:17.503Z | Downloaded base64 v0.22.1 |
| 1183 | 2025-07-29T05:20:17.503Z | Downloaded rand_chacha v0.9.0 |
| 1184 | 2025-07-29T05:20:17.503Z | Downloaded indexmap v1.9.3 |
| 1185 | 2025-07-29T05:20:17.503Z | Downloaded hickory-resolver v0.25.2 |
| 1186 | 2025-07-29T05:20:17.503Z | Downloaded headers-core v0.3.0 |
| 1187 | 2025-07-29T05:20:17.503Z | Downloaded hash32 v0.3.1 |
| 1188 | 2025-07-29T05:20:17.503Z | Downloaded hash32 v0.2.1 |
| 1189 | 2025-07-29T05:20:17.503Z | Downloaded half v2.4.1 |
| 1190 | 2025-07-29T05:20:17.531Z | Downloaded half v1.8.3 |
| 1191 | 2025-07-29T05:20:17.531Z | Downloaded globwalk v0.9.1 |
| 1192 | 2025-07-29T05:20:17.531Z | Downloaded crossbeam-epoch v0.9.18 |
| 1193 | 2025-07-29T05:20:17.531Z | Downloaded aws-lc-rs v1.12.4 |
| 1194 | 2025-07-29T05:20:17.531Z | Downloaded httpdate v1.0.3 |
| 1195 | 2025-07-29T05:20:17.531Z | Downloaded heck v0.3.3 |
| 1196 | 2025-07-29T05:20:17.531Z | Downloaded group v0.13.0 |
| 1197 | 2025-07-29T05:20:17.531Z | Downloaded console v0.16.0 |
| 1198 | 2025-07-29T05:20:17.531Z | Downloaded colored v2.2.0 |
| 1199 | 2025-07-29T05:20:17.531Z | Downloaded bzip2 v0.5.2 |
| 1200 | 2025-07-29T05:20:17.559Z | Downloaded buf-list v1.0.3 |
| 1201 | 2025-07-29T05:20:17.559Z | Downloaded blowfish v0.9.1 |
| 1202 | 2025-07-29T05:20:17.559Z | Downloaded bit-set v0.5.3 |
| 1203 | 2025-07-29T05:20:17.559Z | Downloaded base16ct v0.2.0 |
| 1204 | 2025-07-29T05:20:17.559Z | Downloaded async-stream v0.3.6 |
| 1205 | 2025-07-29T05:20:17.559Z | Downloaded async-bb8-diesel v0.2.1 |
| 1206 | 2025-07-29T05:20:17.559Z | Downloaded assert_matches v1.5.0 |
| 1207 | 2025-07-29T05:20:17.559Z | Downloaded aho-corasick v1.1.3 |
| 1208 | 2025-07-29T05:20:17.559Z | Downloaded http-body v1.0.1 |
| 1209 | 2025-07-29T05:20:17.559Z | Downloaded crossbeam-deque v0.8.5 |
| 1210 | 2025-07-29T05:20:17.559Z | Downloaded critical-section v1.1.3 |
| 1211 | 2025-07-29T05:20:17.559Z | Downloaded crc-catalog v2.4.0 |
| 1212 | 2025-07-29T05:20:17.560Z | Downloaded crc v3.2.1 |
| 1213 | 2025-07-29T05:20:17.560Z | Downloaded cookie_store v0.21.1 |
| 1214 | 2025-07-29T05:20:17.560Z | Downloaded convert_case v0.7.1 |
| 1215 | 2025-07-29T05:20:17.587Z | Downloaded convert_case v0.4.0 |
| 1216 | 2025-07-29T05:20:17.587Z | Downloaded const_format_proc_macros v0.2.34 |
| 1217 | 2025-07-29T05:20:17.587Z | Downloaded console v0.15.10 |
| 1218 | 2025-07-29T05:20:17.587Z | Downloaded cobs v0.2.3 |
| 1219 | 2025-07-29T05:20:17.587Z | Downloaded clang-sys v1.8.1 |
| 1220 | 2025-07-29T05:20:17.587Z | Downloaded cipher v0.4.4 |
| 1221 | 2025-07-29T05:20:17.587Z | Downloaded cassowary v0.3.0 |
| 1222 | 2025-07-29T05:20:17.587Z | Downloaded hickory-server v0.25.2 |
| 1223 | 2025-07-29T05:20:17.587Z | Downloaded hex-literal v0.4.1 |
| 1224 | 2025-07-29T05:20:17.587Z | Downloaded heapless v0.8.0 |
| 1225 | 2025-07-29T05:20:17.587Z | Downloaded cfg_aliases v0.2.1 |
| 1226 | 2025-07-29T05:20:17.587Z | Downloaded bytes v1.10.1 |
| 1227 | 2025-07-29T05:20:17.615Z | Downloaded arrayvec v0.7.6 |
| 1228 | 2025-07-29T05:20:17.615Z | Downloaded allocator-api2 v0.2.21 |
| 1229 | 2025-07-29T05:20:17.615Z | Downloaded memmap2 v0.9.5 |
| 1230 | 2025-07-29T05:20:17.615Z | Downloaded hyper-util v0.1.16 |
| 1231 | 2025-07-29T05:20:17.615Z | Downloaded hyper-staticfile v0.10.1 |
| 1232 | 2025-07-29T05:20:17.615Z | Downloaded httparse v1.9.5 |
| 1233 | 2025-07-29T05:20:17.615Z | Downloaded hickory-resolver v0.24.4 |
| 1234 | 2025-07-29T05:20:17.615Z | Downloaded crc8 v0.1.1 |
| 1235 | 2025-07-29T05:20:17.615Z | Downloaded bitfield v0.14.0 |
| 1236 | 2025-07-29T05:20:17.615Z | Downloaded maplit v1.0.2 |
| 1237 | 2025-07-29T05:20:17.615Z | Downloaded lockfree-object-pool v0.1.6 |
| 1238 | 2025-07-29T05:20:17.643Z | Downloaded linked-hash-map v0.5.6 |
| 1239 | 2025-07-29T05:20:17.643Z | Downloaded lalrpop-util v0.19.12 |
| 1240 | 2025-07-29T05:20:17.643Z | Downloaded ipnetwork v0.21.1 |
| 1241 | 2025-07-29T05:20:17.644Z | Downloaded internet-checksum v0.2.1 |
| 1242 | 2025-07-29T05:20:17.644Z | Downloaded humantime v2.2.0 |
| 1243 | 2025-07-29T05:20:17.644Z | Downloaded hostname v0.4.0 |
| 1244 | 2025-07-29T05:20:17.644Z | Downloaded hex v0.4.3 |
| 1245 | 2025-07-29T05:20:17.644Z | Downloaded chacha20 v0.9.1 |
| 1246 | 2025-07-29T05:20:17.644Z | Downloaded bit-set v0.8.0 |
| 1247 | 2025-07-29T05:20:17.644Z | Downloaded aes v0.8.4 |
| 1248 | 2025-07-29T05:20:17.644Z | Downloaded cexpr v0.6.0 |
| 1249 | 2025-07-29T05:20:17.644Z | Downloaded bitflags v1.3.2 |
| 1250 | 2025-07-29T05:20:17.644Z | Downloaded atomic-waker v1.1.2 |
| 1251 | 2025-07-29T05:20:17.644Z | Downloaded async-stream-impl v0.3.6 |
| 1252 | 2025-07-29T05:20:17.644Z | Downloaded hmac v0.12.1 |
| 1253 | 2025-07-29T05:20:17.644Z | Downloaded crossbeam-channel v0.5.15 |
| 1254 | 2025-07-29T05:20:17.672Z | Downloaded compact_str v0.8.0 |
| 1255 | 2025-07-29T05:20:17.672Z | Downloaded ciborium-io v0.2.2 |
| 1256 | 2025-07-29T05:20:17.672Z | Downloaded chacha20poly1305 v0.10.1 |
| 1257 | 2025-07-29T05:20:17.672Z | Downloaded castaway v0.2.3 |
| 1258 | 2025-07-29T05:20:17.672Z | Downloaded cargo-platform v0.1.8 |
| 1259 | 2025-07-29T05:20:17.672Z | Downloaded cancel-safe-futures v0.1.5 |
| 1260 | 2025-07-29T05:20:17.672Z | Downloaded block-padding v0.3.3 |
| 1261 | 2025-07-29T05:20:17.672Z | Downloaded bit-vec v0.8.0 |
| 1262 | 2025-07-29T05:20:17.672Z | Downloaded bindgen v0.71.1 |
| 1263 | 2025-07-29T05:20:17.672Z | Downloaded bcs v0.1.6 |
| 1264 | 2025-07-29T05:20:17.672Z | Downloaded base64 v0.13.1 |
| 1265 | 2025-07-29T05:20:17.699Z | Downloaded async-trait v0.1.88 |
| 1266 | 2025-07-29T05:20:17.699Z | Downloaded arc-swap v1.7.1 |
| 1267 | 2025-07-29T05:20:17.699Z | Downloaded aes-gcm v0.10.3 |
| 1268 | 2025-07-29T05:20:17.699Z | Downloaded crossbeam-utils v0.8.21 |
| 1269 | 2025-07-29T05:20:17.699Z | Downloaded crc32fast v1.4.2 |
| 1270 | 2025-07-29T05:20:17.699Z | Downloaded crc-any v2.5.0 |
| 1271 | 2025-07-29T05:20:17.699Z | Downloaded cookie v0.18.1 |
| 1272 | 2025-07-29T05:20:17.699Z | Downloaded const-oid v0.9.6 |
| 1273 | 2025-07-29T05:20:17.699Z | Downloaded ciborium v0.2.2 |
| 1274 | 2025-07-29T05:20:17.728Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1275 | 2025-07-29T05:20:17.728Z | Downloaded bumpalo v3.16.0 |
| 1276 | 2025-07-29T05:20:17.728Z | Downloaded blake2 v0.10.6 |
| 1277 | 2025-07-29T05:20:17.728Z | Downloaded bb8 v0.8.5 |
| 1278 | 2025-07-29T05:20:17.728Z | Downloaded base64ct v1.6.0 |
| 1279 | 2025-07-29T05:20:17.728Z | Downloaded backoff v0.4.0 |
| 1280 | 2025-07-29T05:20:17.728Z | Downloaded async-recursion v1.1.1 |
| 1281 | 2025-07-29T05:20:17.728Z | Downloaded ascii-canvas v3.0.0 |
| 1282 | 2025-07-29T05:20:17.728Z | Downloaded array-init v0.0.4 |
| 1283 | 2025-07-29T05:20:17.728Z | Downloaded argon2 v0.5.3 |
| 1284 | 2025-07-29T05:20:17.728Z | Downloaded ahash v0.8.12 |
| 1285 | 2025-07-29T05:20:17.728Z | Downloaded aead v0.5.2 |
| 1286 | 2025-07-29T05:20:17.728Z | Downloaded adler2 v2.0.0 |
| 1287 | 2025-07-29T05:20:17.728Z | Downloaded addr2line v0.24.2 |
| 1288 | 2025-07-29T05:20:17.756Z | Downloaded cmake v0.1.51 |
| 1289 | 2025-07-29T05:20:17.756Z | Downloaded ciborium-ll v0.2.2 |
| 1290 | 2025-07-29T05:20:17.756Z | Downloaded cfg_aliases v0.1.1 |
| 1291 | 2025-07-29T05:20:17.756Z | Downloaded cbc v0.1.2 |
| 1292 | 2025-07-29T05:20:17.756Z | Downloaded cargo_metadata v0.18.1 |
| 1293 | 2025-07-29T05:20:17.756Z | Downloaded bzip2 v0.4.4 |
| 1294 | 2025-07-29T05:20:17.756Z | Downloaded bitfield-struct v0.6.2 |
| 1295 | 2025-07-29T05:20:17.756Z | Downloaded bit-vec v0.6.3 |
| 1296 | 2025-07-29T05:20:17.756Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1297 | 2025-07-29T05:20:17.756Z | Downloaded atty v0.2.14 |
| 1298 | 2025-07-29T05:20:17.756Z | Downloaded atomicwrites v0.4.4 |
| 1299 | 2025-07-29T05:20:17.756Z | Downloaded arrayref v0.3.9 |
| 1300 | 2025-07-29T05:20:17.911Z | Compiling value-bag v1.9.0 |
| 1301 | 2025-07-29T05:20:17.911Z | Compiling shlex v1.3.0 |
| 1302 | 2025-07-29T05:20:17.911Z | Compiling lock_api v0.4.12 |
| 1303 | 2025-07-29T05:20:17.938Z | Compiling scopeguard v1.2.0 |
| 1304 | 2025-07-29T05:20:17.938Z | Compiling typenum v1.17.0 |
| 1305 | 2025-07-29T05:20:17.938Z | Compiling generic-array v0.14.7 |
| 1306 | 2025-07-29T05:20:17.938Z | Compiling syn v2.0.104 |
| 1307 | 2025-07-29T05:20:17.938Z | Compiling getrandom v0.2.15 |
| 1308 | 2025-07-29T05:20:18.116Z | Compiling jobserver v0.1.32 |
| 1309 | 2025-07-29T05:20:18.304Z | Compiling rand_core v0.6.4 |
| 1310 | 2025-07-29T05:20:18.354Z | Compiling smallvec v1.15.1 |
| 1311 | 2025-07-29T05:20:18.430Z | Compiling log v0.4.27 |
| 1312 | 2025-07-29T05:20:18.478Z | Compiling cc v1.2.30 |
| 1313 | 2025-07-29T05:20:18.782Z | Compiling portable-atomic v1.11.0 |
| 1314 | 2025-07-29T05:20:18.809Z | Compiling critical-section v1.1.3 |
| 1315 | 2025-07-29T05:20:18.835Z | Compiling subtle v2.6.1 |
| 1316 | 2025-07-29T05:20:18.894Z | Compiling const-oid v0.9.6 |
| 1317 | 2025-07-29T05:20:18.971Z | Compiling pkg-config v0.3.31 |
| 1318 | 2025-07-29T05:20:19.091Z | Compiling parking_lot_core v0.9.10 |
| 1319 | 2025-07-29T05:20:19.157Z | Compiling pin-project-lite v0.2.14 |
| 1320 | 2025-07-29T05:20:19.292Z | Compiling rustix v0.38.37 |
| 1321 | 2025-07-29T05:20:19.954Z | Compiling signal-hook-registry v1.4.2 |
| 1322 | 2025-07-29T05:20:20.088Z | Compiling parking_lot v0.12.3 |
| 1323 | 2025-07-29T05:20:20.218Z | Compiling mio v1.0.2 |
| 1324 | 2025-07-29T05:20:20.281Z | Compiling futures-core v0.3.31 |
| 1325 | 2025-07-29T05:20:20.581Z | Compiling spin v0.9.8 |
| 1326 | 2025-07-29T05:20:20.809Z | Compiling socket2 v0.6.0 |
| 1327 | 2025-07-29T05:20:20.921Z | Compiling slab v0.4.9 |
| 1328 | 2025-07-29T05:20:20.989Z | Compiling once_cell v1.21.3 |
| 1329 | 2025-07-29T05:20:21.038Z | Compiling aho-corasick v1.1.3 |
| 1330 | 2025-07-29T05:20:21.180Z | Compiling cpufeatures v0.2.14 |
| 1331 | 2025-07-29T05:20:21.306Z | Compiling regex-syntax v0.8.5 |
| 1332 | 2025-07-29T05:20:21.361Z | Compiling libm v0.2.8 |
| 1333 | 2025-07-29T05:20:21.420Z | Compiling getrandom v0.3.1 |
| 1334 | 2025-07-29T05:20:21.488Z | Compiling serde_json v1.0.141 |
| 1335 | 2025-07-29T05:20:21.893Z | Compiling num-traits v0.2.19 |
| 1336 | 2025-07-29T05:20:21.920Z | Compiling glob v0.3.2 |
| 1337 | 2025-07-29T05:20:21.978Z | Compiling percent-encoding v2.3.1 |
| 1338 | 2025-07-29T05:20:22.141Z | Compiling futures-sink v0.3.31 |
| 1339 | 2025-07-29T05:20:22.170Z | Compiling either v1.15.0 |
| 1340 | 2025-07-29T05:20:22.563Z | Compiling prettyplease v0.2.36 |
| 1341 | 2025-07-29T05:20:22.615Z | Compiling lazy_static v1.5.0 |
| 1342 | 2025-07-29T05:20:22.642Z | Compiling clang-sys v1.8.1 |
| 1343 | 2025-07-29T05:20:22.704Z | Compiling foldhash v0.1.5 |
| 1344 | 2025-07-29T05:20:22.770Z | Compiling allocator-api2 v0.2.21 |
| 1345 | 2025-07-29T05:20:22.903Z | Compiling minimal-lexical v0.2.1 |
| 1346 | 2025-07-29T05:20:23.095Z | Compiling libloading v0.8.5 |
| 1347 | 2025-07-29T05:20:23.302Z | Compiling nom v7.1.3 |
| 1348 | 2025-07-29T05:20:23.367Z | Compiling bindgen v0.69.5 |
| 1349 | 2025-07-29T05:20:23.442Z | Compiling hashbrown v0.15.4 |
| 1350 | 2025-07-29T05:20:23.728Z | Compiling home v0.5.9 |
| 1351 | 2025-07-29T05:20:23.928Z | Compiling base64ct v1.6.0 |
| 1352 | 2025-07-29T05:20:24.450Z | Compiling regex-automata v0.4.8 |
| 1353 | 2025-07-29T05:20:24.725Z | Compiling pem-rfc7468 v0.7.0 |
| 1354 | 2025-07-29T05:20:24.907Z | Compiling synstructure v0.13.1 |
| 1355 | 2025-07-29T05:20:25.322Z | Compiling itertools v0.12.1 |
| 1356 | 2025-07-29T05:20:26.112Z | Compiling cexpr v0.6.0 |
| 1357 | 2025-07-29T05:20:26.145Z | Compiling futures-channel v0.3.31 |
| 1358 | 2025-07-29T05:20:26.443Z | Compiling lazycell v1.3.0 |
| 1359 | 2025-07-29T05:20:26.513Z | Compiling rustc-hash v1.1.0 |
| 1360 | 2025-07-29T05:20:26.617Z | Compiling futures-task v0.3.31 |
| 1361 | 2025-07-29T05:20:26.685Z | Compiling zerocopy v0.8.26 |
| 1362 | 2025-07-29T05:20:26.922Z | Compiling pin-utils v0.1.0 |
| 1363 | 2025-07-29T05:20:27.049Z | Compiling flagset v0.4.6 |
| 1364 | 2025-07-29T05:20:27.297Z | Compiling futures-io v0.3.31 |
| 1365 | 2025-07-29T05:20:27.473Z | Compiling cmake v0.1.51 |
| 1366 | 2025-07-29T05:20:27.519Z | Compiling fs_extra v1.3.0 |
| 1367 | 2025-07-29T05:20:27.576Z | Compiling dunce v1.0.5 |
| 1368 | 2025-07-29T05:20:27.603Z | Compiling form_urlencoded v1.2.1 |
| 1369 | 2025-07-29T05:20:27.752Z | Compiling paste v1.0.15 |
| 1370 | 2025-07-29T05:20:27.920Z | Compiling vcpkg v0.2.15 |
| 1371 | 2025-07-29T05:20:27.947Z | Compiling ring v0.17.14 |
| 1372 | 2025-07-29T05:20:28.038Z | Compiling tracing-core v0.1.32 |
| 1373 | 2025-07-29T05:20:28.296Z | Compiling aws-lc-rs v1.12.4 |
| 1374 | 2025-07-29T05:20:28.732Z | Compiling iana-time-zone v0.1.63 |
| 1375 | 2025-07-29T05:20:29.125Z | Compiling httparse v1.9.5 |
| 1376 | 2025-07-29T05:20:29.205Z | Compiling rustversion v1.0.17 |
| 1377 | 2025-07-29T05:20:29.315Z | Compiling serde_derive v1.0.219 |
| 1378 | 2025-07-29T05:20:29.379Z | Compiling zeroize_derive v1.4.2 |
| 1379 | 2025-07-29T05:20:29.537Z | Compiling zerofrom-derive v0.1.4 |
| 1380 | 2025-07-29T05:20:29.785Z | Compiling yoke-derive v0.7.4 |
| 1381 | 2025-07-29T05:20:29.848Z | Compiling zerovec-derive v0.10.3 |
| 1382 | 2025-07-29T05:20:30.775Z | Compiling zeroize v1.8.1 |
| 1383 | 2025-07-29T05:20:32.026Z | Compiling displaydoc v0.2.5 |
| 1384 | 2025-07-29T05:20:32.156Z | Compiling zerocopy-derive v0.7.35 |
| 1385 | 2025-07-29T05:20:32.373Z | Compiling crypto-common v0.1.6 |
| 1386 | 2025-07-29T05:20:32.619Z | Compiling block-buffer v0.10.4 |
| 1387 | 2025-07-29T05:20:32.647Z | Compiling zerofrom v0.1.4 |
| 1388 | 2025-07-29T05:20:32.894Z | Compiling digest v0.10.7 |
| 1389 | 2025-07-29T05:20:32.920Z | Compiling yoke v0.7.4 |
| 1390 | 2025-07-29T05:20:33.275Z | Compiling zerovec v0.10.4 |
| 1391 | 2025-07-29T05:20:33.403Z | Compiling tokio-macros v2.5.0 |
| 1392 | 2025-07-29T05:20:33.431Z | Compiling hmac v0.12.1 |
| 1393 | 2025-07-29T05:20:33.670Z | Compiling icu_provider_macros v1.5.0 |
| 1394 | 2025-07-29T05:20:33.777Z | Compiling block-padding v0.3.3 |
| 1395 | 2025-07-29T05:20:33.874Z | Compiling sha2 v0.10.9 |
| 1396 | 2025-07-29T05:20:33.901Z | Compiling zerocopy v0.7.35 |
| 1397 | 2025-07-29T05:20:33.994Z | Compiling regex v1.11.1 |
| 1398 | 2025-07-29T05:20:34.051Z | Compiling inout v0.1.3 |
| 1399 | 2025-07-29T05:20:34.344Z | Compiling cipher v0.4.4 |
| 1400 | 2025-07-29T05:20:34.646Z | Compiling der_derive v0.7.3 |
| 1401 | 2025-07-29T05:20:34.703Z | Compiling futures-macro v0.3.31 |
| 1402 | 2025-07-29T05:20:34.839Z | Compiling tinystr v0.7.6 |
| 1403 | 2025-07-29T05:20:34.885Z | Compiling icu_collections v1.5.0 |
| 1404 | 2025-07-29T05:20:35.108Z | Compiling thiserror-impl v1.0.69 |
| 1405 | 2025-07-29T05:20:35.190Z | Compiling zerocopy-derive v0.8.26 |
| 1406 | 2025-07-29T05:20:35.282Z | Compiling icu_locid v1.5.0 |
| 1407 | 2025-07-29T05:20:35.751Z | Compiling serde v1.0.219 |
| 1408 | 2025-07-29T05:20:36.031Z | Compiling ppv-lite86 v0.2.20 |
| 1409 | 2025-07-29T05:20:36.303Z | Compiling icu_provider v1.5.0 |
| 1410 | 2025-07-29T05:20:36.432Z | Compiling futures-util v0.3.31 |
| 1411 | 2025-07-29T05:20:36.576Z | Compiling der v0.7.9 |
| 1412 | 2025-07-29T05:20:36.735Z | Compiling salsa20 v0.10.2 |
| 1413 | 2025-07-29T05:20:36.978Z | Compiling icu_locid_transform v1.5.0 |
| 1414 | 2025-07-29T05:20:37.043Z | Compiling pbkdf2 v0.12.2 |
| 1415 | 2025-07-29T05:20:37.180Z | Compiling cbc v0.1.2 |
| 1416 | 2025-07-29T05:20:37.236Z | Compiling scrypt v0.11.0 |
| 1417 | 2025-07-29T05:20:37.418Z | Compiling aes v0.8.4 |
| 1418 | 2025-07-29T05:20:37.573Z | Compiling thiserror v1.0.69 |
| 1419 | 2025-07-29T05:20:37.717Z | Compiling openssl-sys v0.9.109 |
| 1420 | 2025-07-29T05:20:37.746Z | Compiling pest v2.7.14 |
| 1421 | 2025-07-29T05:20:38.635Z | Compiling icu_properties v1.5.1 |
| 1422 | 2025-07-29T05:20:39.064Z | Compiling spki v0.7.3 |
| 1423 | 2025-07-29T05:20:39.302Z | Compiling tracing-attributes v0.1.27 |
| 1424 | 2025-07-29T05:20:39.416Z | Compiling pkcs5 v0.7.1 |
| 1425 | 2025-07-29T05:20:39.599Z | Compiling scroll_derive v0.12.0 |
| 1426 | 2025-07-29T05:20:40.325Z | Compiling bitflags v2.9.1 |
| 1427 | 2025-07-29T05:20:40.420Z | Compiling bytes v1.10.1 |
| 1428 | 2025-07-29T05:20:40.750Z | Compiling semver v1.0.26 |
| 1429 | 2025-07-29T05:20:41.006Z | Compiling indexmap v2.10.0 |
| 1430 | 2025-07-29T05:20:41.256Z | Compiling rustc_version v0.4.1 |
| 1431 | 2025-07-29T05:20:41.362Z | Compiling uuid v1.17.0 |
| 1432 | 2025-07-29T05:20:41.672Z | Compiling tokio v1.47.0 |
| 1433 | 2025-07-29T05:20:41.849Z | Compiling icu_normalizer v1.5.0 |
| 1434 | 2025-07-29T05:20:42.131Z | Compiling http v1.3.1 |
| 1435 | 2025-07-29T05:20:42.325Z | Compiling tracing v0.1.40 |
| 1436 | 2025-07-29T05:20:42.683Z | Compiling chrono v0.4.41 |
| 1437 | 2025-07-29T05:20:42.736Z | Compiling pkcs8 v0.10.2 |
| 1438 | 2025-07-29T05:20:42.820Z | Compiling idna_adapter v1.2.0 |
| 1439 | 2025-07-29T05:20:42.915Z | Compiling pest_meta v2.7.14 |
| 1440 | 2025-07-29T05:20:43.068Z | Compiling idna v1.0.3 |
| 1441 | 2025-07-29T05:20:43.370Z | Compiling base64 v0.22.1 |
| 1442 | 2025-07-29T05:20:43.465Z | Compiling tinyvec_macros v0.1.1 |
| 1443 | 2025-07-29T05:20:43.576Z | Compiling http-body v1.0.1 |
| 1444 | 2025-07-29T05:20:43.821Z | Compiling url v2.5.4 |
| 1445 | 2025-07-29T05:20:44.013Z | Compiling which v4.4.2 |
| 1446 | 2025-07-29T05:20:44.143Z | Compiling rustls-pki-types v1.10.0 |
| 1447 | 2025-07-29T05:20:44.526Z | Compiling pest_generator v2.7.14 |
| 1448 | 2025-07-29T05:20:44.938Z | Compiling tinyvec v1.8.0 |
| 1449 | 2025-07-29T05:20:45.048Z | Compiling rand_core v0.9.2 |
| 1450 | 2025-07-29T05:20:45.436Z | Compiling scroll v0.12.0 |
| 1451 | 2025-07-29T05:20:45.631Z | Compiling serde_derive_internals v0.29.1 |
| 1452 | 2025-07-29T05:20:45.761Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1453 | 2025-07-29T05:20:45.938Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1454 | 2025-07-29T05:20:46.102Z | Compiling tower-service v0.3.3 |
| 1455 | 2025-07-29T05:20:46.263Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2025-07-29T05:20:46.290Z | Compiling untrusted v0.7.1 |
| 1457 | 2025-07-29T05:20:46.409Z | Compiling num-conv v0.1.0 |
| 1458 | 2025-07-29T05:20:46.458Z | Compiling adler2 v2.0.0 |
| 1459 | 2025-07-29T05:20:46.485Z | Compiling foreign-types-shared v0.1.1 |
| 1460 | 2025-07-29T05:20:46.520Z | Compiling untrusted v0.9.0 |
| 1461 | 2025-07-29T05:20:46.631Z | Compiling openssl-probe v0.1.5 |
| 1462 | 2025-07-29T05:20:46.694Z | Compiling time-core v0.1.2 |
| 1463 | 2025-07-29T05:20:46.728Z | Compiling openssl v0.10.73 |
| 1464 | 2025-07-29T05:20:46.758Z | Compiling try-lock v0.2.5 |
| 1465 | 2025-07-29T05:20:46.801Z | Compiling schemars v0.8.22 |
| 1466 | 2025-07-29T05:20:46.904Z | Compiling powerfmt v0.2.0 |
| 1467 | 2025-07-29T05:20:46.963Z | Compiling goblin v0.8.2 |
| 1468 | 2025-07-29T05:20:46.993Z | Compiling want v0.3.1 |
| 1469 | 2025-07-29T05:20:47.207Z | Compiling deranged v0.3.11 |
| 1470 | 2025-07-29T05:20:47.234Z | Compiling time-macros v0.2.18 |
| 1471 | 2025-07-29T05:20:47.303Z | Compiling pest_derive v2.7.14 |
| 1472 | 2025-07-29T05:20:47.759Z | Compiling schemars_derive v0.8.22 |
| 1473 | 2025-07-29T05:20:48.054Z | Compiling miniz_oxide v0.8.5 |
| 1474 | 2025-07-29T05:20:48.541Z | Compiling foreign-types v0.3.2 |
| 1475 | 2025-07-29T05:20:50.405Z | Compiling tokio-util v0.7.15 |
| 1476 | 2025-07-29T05:20:50.762Z | Compiling rand_chacha v0.9.0 |
| 1477 | 2025-07-29T05:20:51.408Z | Compiling ipnet v2.11.0 |
| 1478 | 2025-07-29T05:20:51.598Z | Compiling h2 v0.4.6 |
| 1479 | 2025-07-29T05:20:52.577Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2025-07-29T05:20:52.603Z | Compiling syn v1.0.109 |
| 1481 | 2025-07-29T05:20:53.056Z | Compiling num_threads v0.1.7 |
| 1482 | 2025-07-29T05:20:53.151Z | Compiling dyn-clone v1.0.19 |
| 1483 | 2025-07-29T05:20:53.210Z | Compiling rustls v0.23.19 |
| 1484 | 2025-07-29T05:20:53.259Z | Compiling httpdate v1.0.3 |
| 1485 | 2025-07-29T05:20:53.377Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2025-07-29T05:20:53.485Z | Compiling native-tls v0.2.12 |
| 1487 | 2025-07-29T05:20:53.894Z | Compiling dof v0.3.0 |
| 1488 | 2025-07-29T05:20:54.326Z | Compiling time v0.3.36 |
| 1489 | 2025-07-29T05:20:55.250Z | Compiling rand v0.9.1 |
| 1490 | 2025-07-29T05:20:55.581Z | Compiling dtrace-parser v0.2.0 |
| 1491 | 2025-07-29T05:20:56.363Z | Compiling unicode-normalization v0.1.24 |
| 1492 | 2025-07-29T05:20:56.806Z | Compiling heapless v0.7.17 |
| 1493 | 2025-07-29T05:20:57.213Z | Compiling signature v2.2.0 |
| 1494 | 2025-07-29T05:20:57.256Z | Compiling cookie v0.18.1 |
| 1495 | 2025-07-29T05:20:57.284Z | Compiling crc32fast v1.4.2 |
| 1496 | 2025-07-29T05:20:57.529Z | Compiling unicode-bidi v0.3.17 |
| 1497 | 2025-07-29T05:20:57.579Z | Compiling zlib-rs v0.5.1 |
| 1498 | 2025-07-29T05:20:57.661Z | Compiling unicode-properties v0.1.3 |
| 1499 | 2025-07-29T05:20:58.035Z | Compiling hyper v1.6.0 |
| 1500 | 2025-07-29T05:20:58.296Z | Compiling siphasher v0.3.11 |
| 1501 | 2025-07-29T05:20:58.622Z | Compiling signal-hook v0.3.18 |
| 1502 | 2025-07-29T05:20:58.653Z | Compiling slog v2.7.0 |
| 1503 | 2025-07-29T05:20:58.893Z | Compiling zstd-safe v7.2.3 |
| 1504 | 2025-07-29T05:20:59.251Z | Compiling phf_shared v0.11.2 |
| 1505 | 2025-07-29T05:20:59.586Z | Compiling stringprep v0.1.5 |
| 1506 | 2025-07-29T05:20:59.935Z | Compiling usdt-impl v0.5.0 |
| 1507 | 2025-07-29T05:21:00.469Z | Compiling hyper-util v0.1.16 |
| 1508 | 2025-07-29T05:21:00.841Z | Compiling curve25519-dalek v4.1.3 |
| 1509 | 2025-07-29T05:21:01.148Z | Compiling serde_spanned v0.6.9 |
| 1510 | 2025-07-29T05:21:01.280Z | Compiling serde_tokenstream v0.2.2 |
| 1511 | 2025-07-29T05:21:01.409Z | Compiling toml_datetime v0.6.11 |
| 1512 | 2025-07-29T05:21:01.457Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2025-07-29T05:21:01.541Z | Compiling md-5 v0.10.6 |
| 1514 | 2025-07-29T05:21:01.834Z | Compiling num-integer v0.1.46 |
| 1515 | 2025-07-29T05:21:01.860Z | Compiling sync_wrapper v1.0.1 |
| 1516 | 2025-07-29T05:21:01.986Z | Compiling hash32 v0.2.1 |
| 1517 | 2025-07-29T05:21:02.042Z | Compiling ff v0.13.0 |
| 1518 | 2025-07-29T05:21:02.282Z | Compiling memoffset v0.9.1 |
| 1519 | 2025-07-29T05:21:02.377Z | Compiling psl-types v2.0.11 |
| 1520 | 2025-07-29T05:21:02.498Z | Compiling base16ct v0.2.0 |
| 1521 | 2025-07-29T05:21:02.591Z | Compiling smoltcp v0.9.1 |
| 1522 | 2025-07-29T05:21:02.618Z | Compiling litrs v0.4.1 |
| 1523 | 2025-07-29T05:21:02.821Z | Compiling newtype-uuid v1.2.4 |
| 1524 | 2025-07-29T05:21:03.100Z | Compiling tower-layer v0.3.3 |
| 1525 | 2025-07-29T05:21:03.148Z | Compiling fallible-iterator v0.2.0 |
| 1526 | 2025-07-29T05:21:03.355Z | Compiling libz-rs-sys v0.5.1 |
| 1527 | 2025-07-29T05:21:03.381Z | Compiling cfg_aliases v0.2.1 |
| 1528 | 2025-07-29T05:21:03.496Z | Compiling gimli v0.31.1 |
| 1529 | 2025-07-29T05:21:03.573Z | Compiling num-bigint-dig v0.8.4 |
| 1530 | 2025-07-29T05:21:03.634Z | Compiling document-features v0.2.11 |
| 1531 | 2025-07-29T05:21:03.752Z | Compiling postgres-protocol v0.6.8 |
| 1532 | 2025-07-29T05:21:03.779Z | Compiling flate2 v1.1.2 |
| 1533 | 2025-07-29T05:21:03.895Z | Compiling nix v0.29.0 |
| 1534 | 2025-07-29T05:21:03.987Z | Compiling tower v0.5.2 |
| 1535 | 2025-07-29T05:21:04.646Z | Compiling sec1 v0.7.3 |
| 1536 | 2025-07-29T05:21:04.729Z | Compiling publicsuffix v2.3.0 |
| 1537 | 2025-07-29T05:21:04.811Z | Compiling num-iter v0.1.45 |
| 1538 | 2025-07-29T05:21:04.837Z | Compiling group v0.13.0 |
| 1539 | 2025-07-29T05:21:05.044Z | Compiling rand v0.8.5 |
| 1540 | 2025-07-29T05:21:05.226Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2025-07-29T05:21:05.729Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2025-07-29T05:21:06.060Z | Compiling strum_macros v0.27.1 |
| 1543 | 2025-07-29T05:21:06.169Z | Compiling rustls-native-certs v0.8.1 |
| 1544 | 2025-07-29T05:21:06.258Z | Compiling webpki-roots v1.0.1 |
| 1545 | 2025-07-29T05:21:06.463Z | Compiling terminal_size v0.4.0 |
| 1546 | 2025-07-29T05:21:06.489Z | Compiling http-body-util v0.1.3 |
| 1547 | 2025-07-29T05:21:06.679Z | Compiling hkdf v0.12.4 |
| 1548 | 2025-07-29T05:21:06.706Z | Compiling crypto-bigint v0.5.5 |
| 1549 | 2025-07-29T05:21:06.755Z | Compiling async-trait v0.1.88 |
| 1550 | 2025-07-29T05:21:06.955Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1551 | 2025-07-29T05:21:06.999Z | Compiling addr2line v0.24.2 |
| 1552 | 2025-07-29T05:21:07.558Z | Compiling thiserror-impl v2.0.12 |
| 1553 | 2025-07-29T05:21:07.647Z | Compiling object v0.36.5 |
| 1554 | 2025-07-29T05:21:08.151Z | Compiling fs-err v3.1.1 |
| 1555 | 2025-07-29T05:21:08.430Z | Compiling ahash v0.8.12 |
| 1556 | 2025-07-29T05:21:08.735Z | Compiling anyhow v1.0.98 |
| 1557 | 2025-07-29T05:21:08.822Z | Compiling rustc-demangle v0.1.24 |
| 1558 | 2025-07-29T05:21:09.266Z | Compiling rustix v1.0.7 |
| 1559 | 2025-07-29T05:21:09.588Z | Compiling iri-string v0.7.8 |
| 1560 | 2025-07-29T05:21:09.871Z | Compiling bitflags v1.3.2 |
| 1561 | 2025-07-29T05:21:10.026Z | Compiling winnow v0.5.40 |
| 1562 | 2025-07-29T05:21:10.201Z | Compiling simd-adler32 v0.3.7 |
| 1563 | 2025-07-29T05:21:10.234Z | Compiling bumpalo v3.16.0 |
| 1564 | 2025-07-29T05:21:10.339Z | Compiling hubpack_derive v0.1.1 |
| 1565 | 2025-07-29T05:21:10.678Z | Compiling lockfree-object-pool v0.1.6 |
| 1566 | 2025-07-29T05:21:10.705Z | Compiling buf-list v1.0.3 |
| 1567 | 2025-07-29T05:21:10.930Z | Compiling managed v0.8.0 |
| 1568 | 2025-07-29T05:21:11.071Z | Compiling hubpack v0.1.2 |
| 1569 | 2025-07-29T05:21:11.334Z | Compiling zopfli v0.8.1 |
| 1570 | 2025-07-29T05:21:11.469Z | Compiling thiserror v2.0.12 |
| 1571 | 2025-07-29T05:21:11.585Z | Compiling strum v0.27.2 |
| 1572 | 2025-07-29T05:21:11.786Z | Compiling clap_builder v4.5.41 |
| 1573 | 2025-07-29T05:21:11.813Z | Compiling elliptic-curve v0.13.8 |
| 1574 | 2025-07-29T05:21:12.582Z | Compiling tower-http v0.6.6 |
| 1575 | 2025-07-29T05:21:12.988Z | Compiling toml_edit v0.19.15 |
| 1576 | 2025-07-29T05:21:13.130Z | Compiling hyper-tls v0.6.0 |
| 1577 | 2025-07-29T05:21:13.369Z | Compiling backtrace v0.3.74 |
| 1578 | 2025-07-29T05:21:13.509Z | Compiling oxnet v0.1.3 |
| 1579 | 2025-07-29T05:21:13.857Z | Compiling signal-hook-mio v0.2.4 |
| 1580 | 2025-07-29T05:21:14.049Z | Compiling cookie_store v0.21.1 |
| 1581 | 2025-07-29T05:21:14.184Z | Compiling zstd v0.13.3 |
| 1582 | 2025-07-29T05:21:15.240Z | Compiling postgres-types v0.2.9 |
| 1583 | 2025-07-29T05:21:15.393Z | Compiling usdt-attr-macro v0.5.0 |
| 1584 | 2025-07-29T05:21:15.810Z | Compiling usdt-macro v0.5.0 |
| 1585 | 2025-07-29T05:21:16.363Z | Compiling phf v0.11.2 |
| 1586 | 2025-07-29T05:21:16.644Z | Compiling ed25519 v2.2.3 |
| 1587 | 2025-07-29T05:21:16.730Z | Compiling bzip2 v0.4.4 |
| 1588 | 2025-07-29T05:21:17.048Z | Compiling bzip2 v0.5.2 |
| 1589 | 2025-07-29T05:21:17.092Z | Compiling strum_macros v0.26.4 |
| 1590 | 2025-07-29T05:21:17.424Z | Compiling pkcs1 v0.7.5 |
| 1591 | 2025-07-29T05:21:18.259Z | Compiling serde-big-array v0.5.1 |
| 1592 | 2025-07-29T05:21:18.300Z | Compiling serde_urlencoded v0.7.1 |
| 1593 | 2025-07-29T05:21:18.501Z | Compiling rfc6979 v0.4.0 |
| 1594 | 2025-07-29T05:21:18.539Z | Compiling bstr v1.10.0 |
| 1595 | 2025-07-29T05:21:18.697Z | Compiling clap_derive v4.5.41 |
| 1596 | 2025-07-29T05:21:18.783Z | Compiling enum-as-inner v0.6.1 |
| 1597 | 2025-07-29T05:21:18.858Z | Compiling serde_repr v0.1.19 |
| 1598 | 2025-07-29T05:21:19.162Z | Compiling daft-derive v0.1.4 |
| 1599 | 2025-07-29T05:21:19.646Z | Compiling float-cmp v0.10.0 |
| 1600 | 2025-07-29T05:21:19.802Z | Compiling socket2 v0.5.10 |
| 1601 | 2025-07-29T05:21:19.828Z | Compiling encoding_rs v0.8.34 |
| 1602 | 2025-07-29T05:21:19.869Z | Compiling static_assertions v1.1.0 |
| 1603 | 2025-07-29T05:21:20.017Z | Compiling normalize-line-endings v0.3.0 |
| 1604 | 2025-07-29T05:21:20.172Z | Compiling fixedbitset v0.4.2 |
| 1605 | 2025-07-29T05:21:20.516Z | Compiling whoami v1.5.2 |
| 1606 | 2025-07-29T05:21:20.599Z | Compiling precomputed-hash v0.1.1 |
| 1607 | 2025-07-29T05:21:20.663Z | Compiling mime v0.3.17 |
| 1608 | 2025-07-29T05:21:20.748Z | Compiling new_debug_unreachable v1.0.6 |
| 1609 | 2025-07-29T05:21:20.816Z | Compiling difflib v0.4.0 |
| 1610 | 2025-07-29T05:21:20.876Z | Compiling unicode-segmentation v1.12.0 |
| 1611 | 2025-07-29T05:21:21.090Z | Compiling data-encoding v2.9.0 |
| 1612 | 2025-07-29T05:21:21.146Z | Compiling predicates-core v1.0.8 |
| 1613 | 2025-07-29T05:21:21.464Z | Compiling similar v2.7.0 |
| 1614 | 2025-07-29T05:21:21.589Z | Compiling predicates v3.1.3 |
| 1615 | 2025-07-29T05:21:21.976Z | Compiling hickory-proto v0.25.2 |
| 1616 | 2025-07-29T05:21:22.262Z | Compiling clap v4.5.41 |
| 1617 | 2025-07-29T05:21:22.394Z | Compiling toml_edit v0.22.27 |
| 1618 | 2025-07-29T05:21:22.609Z | Compiling tokio-postgres v0.7.13 |
| 1619 | 2025-07-29T05:21:22.880Z | Compiling console v0.15.10 |
| 1620 | 2025-07-29T05:21:22.921Z | Compiling string_cache v0.8.9 |
| 1621 | 2025-07-29T05:21:23.200Z | Compiling strum v0.26.3 |
| 1622 | 2025-07-29T05:21:23.347Z | Compiling daft v0.1.4 |
| 1623 | 2025-07-29T05:21:23.404Z | Compiling petgraph v0.6.5 |
| 1624 | 2025-07-29T05:21:23.849Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1625 | 2025-07-29T05:21:23.999Z | Compiling usdt v0.5.0 |
| 1626 | 2025-07-29T05:21:24.465Z | Compiling ecdsa v0.16.9 |
| 1627 | 2025-07-29T05:21:24.694Z | Compiling rsa v0.9.6 |
| 1628 | 2025-07-29T05:21:25.196Z | Compiling zip v4.2.0 |
| 1629 | 2025-07-29T05:21:26.577Z | Compiling zip v0.6.6 |
| 1630 | 2025-07-29T05:21:27.137Z | Compiling ed25519-dalek v2.1.1 |
| 1631 | 2025-07-29T05:21:27.164Z | Compiling toml v0.7.8 |
| 1632 | 2025-07-29T05:21:28.407Z | Compiling crossterm v0.28.1 |
| 1633 | 2025-07-29T05:21:29.587Z | Compiling crossbeam-epoch v0.9.18 |
| 1634 | 2025-07-29T05:21:29.881Z | Compiling tokio-stream v0.1.17 |
| 1635 | 2025-07-29T05:21:30.122Z | Compiling openapiv3 v2.2.0 |
| 1636 | 2025-07-29T05:21:30.300Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1637 | 2025-07-29T05:21:30.689Z | Compiling x509-cert v0.2.5 |
| 1638 | 2025-07-29T05:21:30.760Z | Compiling sha1 v0.10.6 |
| 1639 | 2025-07-29T05:21:31.048Z | Compiling itertools v0.10.5 |
| 1640 | 2025-07-29T05:21:31.142Z | Compiling itertools v0.13.0 |
| 1641 | 2025-07-29T05:21:31.187Z | Compiling dirs-sys-next v0.1.2 |
| 1642 | 2025-07-29T05:21:31.709Z | Compiling winnow v0.6.26 |
| 1643 | 2025-07-29T05:21:31.958Z | Compiling lalrpop-util v0.19.12 |
| 1644 | 2025-07-29T05:21:32.134Z | Compiling rustc-hash v2.1.1 |
| 1645 | 2025-07-29T05:21:32.304Z | Compiling peg-runtime v0.8.5 |
| 1646 | 2025-07-29T05:21:32.331Z | Compiling dirs-next v2.0.0 |
| 1647 | 2025-07-29T05:21:32.505Z | Compiling thread_local v1.1.8 |
| 1648 | 2025-07-29T05:21:32.794Z | Compiling slog-async v2.8.0 |
| 1649 | 2025-07-29T05:21:32.923Z | Compiling term v0.7.0 |
| 1650 | 2025-07-29T05:21:33.237Z | Compiling crossbeam-channel v0.5.15 |
| 1651 | 2025-07-29T05:21:33.333Z | Compiling xattr v1.3.1 |
| 1652 | 2025-07-29T05:21:33.389Z | Compiling futures-executor v0.3.31 |
| 1653 | 2025-07-29T05:21:33.602Z | Compiling filetime v0.2.25 |
| 1654 | 2025-07-29T05:21:33.669Z | Compiling is-terminal v0.4.13 |
| 1655 | 2025-07-29T05:21:33.816Z | Compiling take_mut v0.2.2 |
| 1656 | 2025-07-29T05:21:33.843Z | Compiling tar v0.4.44 |
| 1657 | 2025-07-29T05:21:33.898Z | Compiling slog-term v2.9.1 |
| 1658 | 2025-07-29T05:21:34.008Z | Compiling futures v0.3.31 |
| 1659 | 2025-07-29T05:21:34.120Z | Compiling camino v1.1.10 |
| 1660 | 2025-07-29T05:21:39.253Z | Compiling aws-lc-sys v0.26.0 |
| 1661 | 2025-07-29T05:22:11.481Z | Compiling rustls-webpki v0.102.8 |
| 1662 | 2025-07-29T05:22:17.419Z | Compiling tokio-rustls v0.26.0 |
| 1663 | 2025-07-29T05:22:17.740Z | Compiling hyper-rustls v0.27.7 |
| 1664 | 2025-07-29T05:22:18.077Z | Compiling reqwest v0.12.22 |
| 1665 | 2025-07-29T05:22:22.098Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1666 | 2025-07-29T05:22:22.456Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1667 | 2025-07-29T05:22:27.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1668 | 2025-07-29T05:22:28.026Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1669 | 2025-07-29T05:22:28.097Z | Jul 29 05:22:27.995 INFO Starting download, target: Cockroach |
| 1670 | 2025-07-29T05:22:28.097Z | Jul 29 05:22:27.995 INFO Starting download, target: Console |
| 1671 | 2025-07-29T05:22:28.097Z | Jul 29 05:22:27.995 INFO Starting download, target: Clickhouse |
| 1672 | 2025-07-29T05:22:28.124Z | Jul 29 05:22:27.995 INFO Starting download, target: DendriteStub |
| 1673 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.995 INFO Starting download, target: MaghemiteMgd |
| 1674 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.995 INFO Starting download, target: TransceiverControl |
| 1675 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.997 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1676 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.997 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1677 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.997 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1678 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.997 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1679 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.997 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1680 | 2025-07-29T05:22:28.125Z | Jul 29 05:22:27.998 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1681 | 2025-07-29T05:22:28.436Z | Jul 29 05:22:28.322 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1682 | 2025-07-29T05:22:28.783Z | Jul 29 05:22:28.679 INFO Download complete, target: Console |
| 1683 | 2025-07-29T05:22:28.957Z | Jul 29 05:22:28.850 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1684 | 2025-07-29T05:22:29.328Z | Jul 29 05:22:29.225 INFO Download complete, target: TransceiverControl |
| 1685 | 2025-07-29T05:22:30.847Z | Jul 29 05:22:30.745 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1686 | 2025-07-29T05:22:32.139Z | Jul 29 05:22:32.036 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1687 | 2025-07-29T05:22:32.927Z | Jul 29 05:22:32.825 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1688 | 2025-07-29T05:22:32.928Z | Jul 29 05:22:32.825 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1689 | 2025-07-29T05:22:34.196Z | Jul 29 05:22:34.094 INFO Download complete, target: MaghemiteMgd |
| 1690 | 2025-07-29T05:22:35.623Z | Jul 29 05:22:35.519 INFO Download complete, target: DendriteStub |
| 1691 | 2025-07-29T05:22:40.175Z | Jul 29 05:22:40.072 INFO Checking that binary works, target: Cockroach |
| 1692 | 2025-07-29T05:22:40.378Z | Jul 29 05:22:40.276 INFO Download complete, target: Cockroach |
| 1693 | 2025-07-29T05:22:55.971Z | Jul 29 05:22:55.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1694 | 2025-07-29T05:23:06.977Z | Jul 29 05:23:06.873 INFO Checking that binary works, target: Clickhouse |
| 1695 | 2025-07-29T05:23:07.103Z | Jul 29 05:23:07.001 INFO Download complete, target: Clickhouse |
| 1696 | 2025-07-29T05:23:07.130Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1697 | 2025-07-29T05:23:07.157Z | |
| 1698 | 2025-07-29T05:23:07.157Z | real 5:20.474983819 |
| 1699 | 2025-07-29T05:23:07.157Z | user 14:59.830899745 |
| 1700 | 2025-07-29T05:23:07.157Z | sys 2:32.583662477 |
| 1701 | 2025-07-29T05:23:07.157Z | trap 0.559556624 |
| 1702 | 2025-07-29T05:23:07.157Z | tflt 0.427726393 |
| 1703 | 2025-07-29T05:23:07.158Z | dflt 1.281908457 |
| 1704 | 2025-07-29T05:23:07.158Z | kflt 0.009851988 |
| 1705 | 2025-07-29T05:23:07.158Z | lock 42:39.146683930 |
| 1706 | 2025-07-29T05:23:07.158Z | slp 55:10.816914270 |
| 1707 | 2025-07-29T05:23:07.158Z | lat 1:16.265949290 |
| 1708 | 2025-07-29T05:23:07.158Z | stop 2:48.862783704 |
| 1709 | 2025-07-29T05:23:07.158Z | + banner hack-check |
| 1710 | 2025-07-29T05:23:07.158Z | |
| 1711 | 2025-07-29T05:23:07.158Z | # # ## #### # # #### # # ###### #### # # |
| 1712 | 2025-07-29T05:23:07.158Z | # # # # # # # # # # # # # # # # # |
| 1713 | 2025-07-29T05:23:07.158Z | ###### # # # #### ##### # ###### ##### # #### |
| 1714 | 2025-07-29T05:23:07.158Z | # # ###### # # # # # # # # # # |
| 1715 | 2025-07-29T05:23:07.158Z | # # # # # # # # # # # # # # # # # |
| 1716 | 2025-07-29T05:23:07.158Z | # # # # #### # # #### # # ###### #### # # |
| 1717 | 2025-07-29T05:23:07.158Z | |
| 1718 | 2025-07-29T05:23:07.158Z | + export CARGO_INCREMENTAL=0 |
| 1719 | 2025-07-29T05:23:07.158Z | + CARGO_INCREMENTAL=0 |
| 1720 | 2025-07-29T05:23:07.158Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1721 | 2025-07-29T05:23:08.032Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1722 | 2025-07-29T05:23:08.472Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1723 | 2025-07-29T05:23:12.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
| 1724 | 2025-07-29T05:23:12.351Z | Running `target/debug/xtask check-features --ci` |
| 1725 | 2025-07-29T05:23:12.395Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1726 | 2025-07-29T05:23:12.395Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1727 | 2025-07-29T05:23:13.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1728 | 2025-07-29T05:23:13.195Z | Running `target/debug/xtask download cargo-hack` |
| 1729 | 2025-07-29T05:23:14.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2025-07-29T05:23:14.824Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2025-07-29T05:23:19.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 1732 | 2025-07-29T05:23:19.717Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1733 | 2025-07-29T05:23:19.770Z | Jul 29 05:23:19.668 INFO Starting download, target: CargoHack |
| 1734 | 2025-07-29T05:23:19.797Z | Jul 29 05:23:19.670 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1735 | 2025-07-29T05:23:20.223Z | Jul 29 05:23:20.119 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1736 | 2025-07-29T05:23:20.315Z | Jul 29 05:23:20.213 INFO Download complete, target: CargoHack |
| 1737 | 2025-07-29T05:23:20.342Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1738 | 2025-07-29T05:23:20.369Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1739 | 2025-07-29T05:23:20.600Z | info: running `cargo check --bins` on api_identity (1/221) |
| 1740 | 2025-07-29T05:23:21.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-07-29T05:23:21.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-07-29T05:23:21.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-07-29T05:23:21.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1744 | 2025-07-29T05:23:21.535Z | |
| 1745 | 2025-07-29T05:23:21.535Z | info: running `cargo check --bins` on bootstore (2/221) |
| 1746 | 2025-07-29T05:23:22.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-07-29T05:23:22.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-07-29T05:23:22.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-07-29T05:23:22.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1750 | 2025-07-29T05:23:22.499Z | |
| 1751 | 2025-07-29T05:23:22.499Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
| 1752 | 2025-07-29T05:23:23.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-07-29T05:23:23.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-07-29T05:23:23.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-07-29T05:23:23.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1756 | 2025-07-29T05:23:23.435Z | |
| 1757 | 2025-07-29T05:23:23.435Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
| 1758 | 2025-07-29T05:23:24.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-07-29T05:23:24.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-07-29T05:23:24.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-07-29T05:23:24.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1762 | 2025-07-29T05:23:24.387Z | |
| 1763 | 2025-07-29T05:23:24.387Z | info: running `cargo check --bins` on id-map (5/221) |
| 1764 | 2025-07-29T05:23:25.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-07-29T05:23:25.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-07-29T05:23:25.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-07-29T05:23:25.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1768 | 2025-07-29T05:23:25.317Z | |
| 1769 | 2025-07-29T05:23:25.317Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
| 1770 | 2025-07-29T05:23:25.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-07-29T05:23:25.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-07-29T05:23:25.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-07-29T05:23:25.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1774 | 2025-07-29T05:23:26.040Z | |
| 1775 | 2025-07-29T05:23:26.040Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
| 1776 | 2025-07-29T05:23:26.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-07-29T05:23:26.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-07-29T05:23:26.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-07-29T05:23:26.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1780 | 2025-07-29T05:23:26.766Z | |
| 1781 | 2025-07-29T05:23:26.766Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
| 1782 | 2025-07-29T05:23:27.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-07-29T05:23:27.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-07-29T05:23:27.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-07-29T05:23:27.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1786 | 2025-07-29T05:23:27.492Z | |
| 1787 | 2025-07-29T05:23:27.492Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
| 1788 | 2025-07-29T05:23:28.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-07-29T05:23:28.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-07-29T05:23:28.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-07-29T05:23:28.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1792 | 2025-07-29T05:23:28.230Z | |
| 1793 | 2025-07-29T05:23:28.230Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
| 1794 | 2025-07-29T05:23:28.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-07-29T05:23:28.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-07-29T05:23:28.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-07-29T05:23:28.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1798 | 2025-07-29T05:23:28.936Z | |
| 1799 | 2025-07-29T05:23:28.936Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
| 1800 | 2025-07-29T05:23:29.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-07-29T05:23:29.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-07-29T05:23:29.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-07-29T05:23:29.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1804 | 2025-07-29T05:23:29.655Z | |
| 1805 | 2025-07-29T05:23:29.655Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
| 1806 | 2025-07-29T05:23:30.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-07-29T05:23:30.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-07-29T05:23:30.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-07-29T05:23:30.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1810 | 2025-07-29T05:23:30.366Z | |
| 1811 | 2025-07-29T05:23:30.366Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
| 1812 | 2025-07-29T05:23:31.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-07-29T05:23:31.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-07-29T05:23:31.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-07-29T05:23:31.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1816 | 2025-07-29T05:23:31.090Z | |
| 1817 | 2025-07-29T05:23:31.090Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
| 1818 | 2025-07-29T05:23:31.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-07-29T05:23:31.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-07-29T05:23:31.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-07-29T05:23:31.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1822 | 2025-07-29T05:23:31.789Z | |
| 1823 | 2025-07-29T05:23:31.789Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
| 1824 | 2025-07-29T05:23:32.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-07-29T05:23:32.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-07-29T05:23:32.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-07-29T05:23:32.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1828 | 2025-07-29T05:23:32.520Z | |
| 1829 | 2025-07-29T05:23:32.520Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
| 1830 | 2025-07-29T05:23:33.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-07-29T05:23:33.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-07-29T05:23:33.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-07-29T05:23:33.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1834 | 2025-07-29T05:23:33.245Z | |
| 1835 | 2025-07-29T05:23:33.245Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
| 1836 | 2025-07-29T05:23:33.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-07-29T05:23:33.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-07-29T05:23:33.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-07-29T05:23:33.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1840 | 2025-07-29T05:23:33.982Z | |
| 1841 | 2025-07-29T05:23:33.982Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
| 1842 | 2025-07-29T05:23:34.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-07-29T05:23:34.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-07-29T05:23:34.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-07-29T05:23:34.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1846 | 2025-07-29T05:23:34.720Z | |
| 1847 | 2025-07-29T05:23:34.720Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
| 1848 | 2025-07-29T05:23:35.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-07-29T05:23:35.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-07-29T05:23:35.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-07-29T05:23:35.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1852 | 2025-07-29T05:23:35.461Z | |
| 1853 | 2025-07-29T05:23:35.461Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
| 1854 | 2025-07-29T05:23:36.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-07-29T05:23:36.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-07-29T05:23:36.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-07-29T05:23:36.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1858 | 2025-07-29T05:23:36.191Z | |
| 1859 | 2025-07-29T05:23:36.191Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
| 1860 | 2025-07-29T05:23:36.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-07-29T05:23:36.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-07-29T05:23:36.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-07-29T05:23:36.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1864 | 2025-07-29T05:23:36.920Z | |
| 1865 | 2025-07-29T05:23:36.920Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
| 1866 | 2025-07-29T05:23:37.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-07-29T05:23:37.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-07-29T05:23:37.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-07-29T05:23:37.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1870 | 2025-07-29T05:23:37.627Z | |
| 1871 | 2025-07-29T05:23:37.627Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
| 1872 | 2025-07-29T05:23:38.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-07-29T05:23:38.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-07-29T05:23:38.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-07-29T05:23:38.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1876 | 2025-07-29T05:23:38.353Z | |
| 1877 | 2025-07-29T05:23:38.353Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
| 1878 | 2025-07-29T05:23:38.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-07-29T05:23:39.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-07-29T05:23:39.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-07-29T05:23:39.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1882 | 2025-07-29T05:23:39.073Z | |
| 1883 | 2025-07-29T05:23:39.073Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
| 1884 | 2025-07-29T05:23:39.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-07-29T05:23:39.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-07-29T05:23:39.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-07-29T05:23:39.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1888 | 2025-07-29T05:23:39.824Z | |
| 1889 | 2025-07-29T05:23:39.824Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
| 1890 | 2025-07-29T05:23:40.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-07-29T05:23:40.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-07-29T05:23:40.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-07-29T05:23:40.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1894 | 2025-07-29T05:23:40.571Z | |
| 1895 | 2025-07-29T05:23:40.571Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
| 1896 | 2025-07-29T05:23:41.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-07-29T05:23:41.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-07-29T05:23:41.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-07-29T05:23:41.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1900 | 2025-07-29T05:23:41.312Z | |
| 1901 | 2025-07-29T05:23:41.312Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
| 1902 | 2025-07-29T05:23:41.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-07-29T05:23:41.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-07-29T05:23:41.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-07-29T05:23:41.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1906 | 2025-07-29T05:23:42.048Z | |
| 1907 | 2025-07-29T05:23:42.048Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
| 1908 | 2025-07-29T05:23:42.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-07-29T05:23:42.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-07-29T05:23:42.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-07-29T05:23:42.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1912 | 2025-07-29T05:23:42.790Z | |
| 1913 | 2025-07-29T05:23:42.790Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
| 1914 | 2025-07-29T05:23:43.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-07-29T05:23:43.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-07-29T05:23:43.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-07-29T05:23:43.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1918 | 2025-07-29T05:23:43.513Z | |
| 1919 | 2025-07-29T05:23:43.513Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
| 1920 | 2025-07-29T05:23:44.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-07-29T05:23:44.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-07-29T05:23:44.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2025-07-29T05:23:44.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1924 | 2025-07-29T05:23:44.217Z | |
| 1925 | 2025-07-29T05:23:44.217Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
| 1926 | 2025-07-29T05:23:44.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2025-07-29T05:23:44.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2025-07-29T05:23:44.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2025-07-29T05:23:44.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1930 | 2025-07-29T05:23:44.941Z | |
| 1931 | 2025-07-29T05:23:44.942Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
| 1932 | 2025-07-29T05:23:45.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2025-07-29T05:23:45.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2025-07-29T05:23:45.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2025-07-29T05:23:45.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1936 | 2025-07-29T05:23:45.673Z | |
| 1937 | 2025-07-29T05:23:45.673Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
| 1938 | 2025-07-29T05:23:46.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2025-07-29T05:23:46.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2025-07-29T05:23:46.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2025-07-29T05:23:46.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1942 | 2025-07-29T05:23:46.403Z | |
| 1943 | 2025-07-29T05:23:46.403Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
| 1944 | 2025-07-29T05:23:47.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2025-07-29T05:23:47.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2025-07-29T05:23:47.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2025-07-29T05:23:47.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1948 | 2025-07-29T05:23:47.138Z | |
| 1949 | 2025-07-29T05:23:47.138Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
| 1950 | 2025-07-29T05:23:47.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2025-07-29T05:23:47.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2025-07-29T05:23:47.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2025-07-29T05:23:47.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1954 | 2025-07-29T05:23:47.871Z | |
| 1955 | 2025-07-29T05:23:47.871Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
| 1956 | 2025-07-29T05:23:48.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2025-07-29T05:23:48.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2025-07-29T05:23:48.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2025-07-29T05:23:48.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1960 | 2025-07-29T05:23:48.605Z | |
| 1961 | 2025-07-29T05:23:48.605Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
| 1962 | 2025-07-29T05:23:49.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2025-07-29T05:23:49.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2025-07-29T05:23:49.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2025-07-29T05:23:49.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1966 | 2025-07-29T05:23:49.329Z | |
| 1967 | 2025-07-29T05:23:49.329Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
| 1968 | 2025-07-29T05:23:49.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2025-07-29T05:23:50.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2025-07-29T05:23:50.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2025-07-29T05:23:50.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1972 | 2025-07-29T05:23:50.071Z | |
| 1973 | 2025-07-29T05:23:50.071Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
| 1974 | 2025-07-29T05:23:50.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2025-07-29T05:23:50.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2025-07-29T05:23:50.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2025-07-29T05:23:50.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1978 | 2025-07-29T05:23:50.885Z | |
| 1979 | 2025-07-29T05:23:50.885Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
| 1980 | 2025-07-29T05:23:51.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2025-07-29T05:23:51.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2025-07-29T05:23:51.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2025-07-29T05:23:51.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1984 | 2025-07-29T05:23:51.649Z | |
| 1985 | 2025-07-29T05:23:51.649Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
| 1986 | 2025-07-29T05:23:52.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2025-07-29T05:23:52.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2025-07-29T05:23:52.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2025-07-29T05:23:52.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1990 | 2025-07-29T05:23:52.413Z | |
| 1991 | 2025-07-29T05:23:52.413Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
| 1992 | 2025-07-29T05:23:53.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2025-07-29T05:23:53.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2025-07-29T05:23:53.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2025-07-29T05:23:53.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1996 | 2025-07-29T05:23:53.169Z | |
| 1997 | 2025-07-29T05:23:53.169Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
| 1998 | 2025-07-29T05:23:53.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2025-07-29T05:23:53.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2025-07-29T05:23:53.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2025-07-29T05:23:53.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2002 | 2025-07-29T05:23:53.903Z | |
| 2003 | 2025-07-29T05:23:53.903Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
| 2004 | 2025-07-29T05:23:54.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2025-07-29T05:23:54.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2025-07-29T05:23:54.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2025-07-29T05:23:54.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2008 | 2025-07-29T05:23:54.672Z | |
| 2009 | 2025-07-29T05:23:54.672Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
| 2010 | 2025-07-29T05:23:55.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2025-07-29T05:23:55.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2025-07-29T05:23:55.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2025-07-29T05:23:55.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2014 | 2025-07-29T05:23:55.684Z | |
| 2015 | 2025-07-29T05:23:55.684Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
| 2016 | 2025-07-29T05:23:56.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2025-07-29T05:23:56.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2025-07-29T05:23:56.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2025-07-29T05:23:56.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2020 | 2025-07-29T05:23:56.712Z | |
| 2021 | 2025-07-29T05:23:56.712Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
| 2022 | 2025-07-29T05:23:57.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2025-07-29T05:23:57.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2025-07-29T05:23:57.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2025-07-29T05:23:57.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2026 | 2025-07-29T05:23:57.763Z | |
| 2027 | 2025-07-29T05:23:57.763Z | info: running `cargo check --bins` on oxlog (49/221) |
| 2028 | 2025-07-29T05:23:58.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2025-07-29T05:23:58.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2025-07-29T05:23:58.757Z | Checking cfg-if v1.0.1 |
| 2031 | 2025-07-29T05:23:58.784Z | Checking libc v0.2.174 |
| 2032 | 2025-07-29T05:23:58.811Z | Checking serde v1.0.219 |
| 2033 | 2025-07-29T05:23:58.812Z | Checking zeroize v1.8.1 |
| 2034 | 2025-07-29T05:23:58.812Z | Checking memchr v2.7.4 |
| 2035 | 2025-07-29T05:23:58.812Z | Checking typenum v1.17.0 |
| 2036 | 2025-07-29T05:23:58.812Z | Checking smallvec v1.15.1 |
| 2037 | 2025-07-29T05:23:58.839Z | Checking value-bag v1.9.0 |
| 2038 | 2025-07-29T05:23:58.950Z | Checking subtle v2.6.1 |
| 2039 | 2025-07-29T05:23:59.132Z | Checking scopeguard v1.2.0 |
| 2040 | 2025-07-29T05:23:59.216Z | Checking const-oid v0.9.6 |
| 2041 | 2025-07-29T05:23:59.244Z | Checking itoa v1.0.11 |
| 2042 | 2025-07-29T05:23:59.282Z | Checking lock_api v0.4.12 |
| 2043 | 2025-07-29T05:23:59.309Z | Checking log v0.4.27 |
| 2044 | 2025-07-29T05:23:59.452Z | Checking stable_deref_trait v1.2.0 |
| 2045 | 2025-07-29T05:23:59.567Z | Checking zerofrom v0.1.4 |
| 2046 | 2025-07-29T05:23:59.599Z | Checking byteorder v1.5.0 |
| 2047 | 2025-07-29T05:23:59.648Z | Checking pin-project-lite v0.2.14 |
| 2048 | 2025-07-29T05:23:59.701Z | Checking generic-array v0.14.7 |
| 2049 | 2025-07-29T05:23:59.767Z | Checking portable-atomic v1.11.0 |
| 2050 | 2025-07-29T05:23:59.793Z | Checking yoke v0.7.4 |
| 2051 | 2025-07-29T05:23:59.820Z | Checking getrandom v0.2.15 |
| 2052 | 2025-07-29T05:23:59.820Z | Checking parking_lot_core v0.9.10 |
| 2053 | 2025-07-29T05:23:59.979Z | Checking signal-hook-registry v1.4.2 |
| 2054 | 2025-07-29T05:24:00.070Z | Checking rand_core v0.6.4 |
| 2055 | 2025-07-29T05:24:00.129Z | Checking mio v1.0.2 |
| 2056 | 2025-07-29T05:24:00.156Z | Checking parking_lot v0.12.3 |
| 2057 | 2025-07-29T05:24:00.241Z | Checking critical-section v1.1.3 |
| 2058 | 2025-07-29T05:24:00.376Z | Checking zerovec v0.10.4 |
| 2059 | 2025-07-29T05:24:00.410Z | Checking socket2 v0.6.0 |
| 2060 | 2025-07-29T05:24:00.489Z | Checking futures-core v0.3.31 |
| 2061 | 2025-07-29T05:24:00.670Z | Checking cpufeatures v0.2.14 |
| 2062 | 2025-07-29T05:24:00.697Z | Checking litemap v0.7.3 |
| 2063 | 2025-07-29T05:24:00.724Z | Checking once_cell v1.21.3 |
| 2064 | 2025-07-29T05:24:00.724Z | Checking crypto-common v0.1.6 |
| 2065 | 2025-07-29T05:24:00.751Z | Checking block-buffer v0.10.4 |
| 2066 | 2025-07-29T05:24:00.788Z | Checking writeable v0.5.5 |
| 2067 | 2025-07-29T05:24:00.856Z | Checking block-padding v0.3.3 |
| 2068 | 2025-07-29T05:24:00.930Z | Checking getrandom v0.3.1 |
| 2069 | 2025-07-29T05:24:00.991Z | Checking digest v0.10.7 |
| 2070 | 2025-07-29T05:24:01.018Z | Checking percent-encoding v2.3.1 |
| 2071 | 2025-07-29T05:24:01.045Z | Checking zerocopy v0.7.35 |
| 2072 | 2025-07-29T05:24:01.078Z | Checking inout v0.1.3 |
| 2073 | 2025-07-29T05:24:01.106Z | Checking libm v0.2.8 |
| 2074 | 2025-07-29T05:24:01.163Z | Checking icu_locid_transform_data v1.5.0 |
| 2075 | 2025-07-29T05:24:01.227Z | Checking futures-sink v0.3.31 |
| 2076 | 2025-07-29T05:24:01.270Z | Checking equivalent v1.0.2 |
| 2077 | 2025-07-29T05:24:01.314Z | Checking foldhash v0.1.5 |
| 2078 | 2025-07-29T05:24:01.344Z | Checking hmac v0.12.1 |
| 2079 | 2025-07-29T05:24:01.376Z | Checking allocator-api2 v0.2.21 |
| 2080 | 2025-07-29T05:24:01.403Z | Checking ryu v1.0.18 |
| 2081 | 2025-07-29T05:24:01.555Z | Checking sha2 v0.10.9 |
| 2082 | 2025-07-29T05:24:01.582Z | Checking cipher v0.4.4 |
| 2083 | 2025-07-29T05:24:01.630Z | Checking slab v0.4.9 |
| 2084 | 2025-07-29T05:24:01.756Z | Checking tinystr v0.7.6 |
| 2085 | 2025-07-29T05:24:01.871Z | Checking num-traits v0.2.19 |
| 2086 | 2025-07-29T05:24:01.898Z | Checking icu_collections v1.5.0 |
| 2087 | 2025-07-29T05:24:01.933Z | Checking hashbrown v0.15.4 |
| 2088 | 2025-07-29T05:24:01.963Z | Checking base64ct v1.6.0 |
| 2089 | 2025-07-29T05:24:02.034Z | Checking icu_properties_data v1.5.0 |
| 2090 | 2025-07-29T05:24:02.085Z | Checking icu_locid v1.5.0 |
| 2091 | 2025-07-29T05:24:02.122Z | Checking utf8_iter v1.0.4 |
| 2092 | 2025-07-29T05:24:02.260Z | Checking flagset v0.4.6 |
| 2093 | 2025-07-29T05:24:02.325Z | Checking utf16_iter v1.0.5 |
| 2094 | 2025-07-29T05:24:02.361Z | Checking pem-rfc7468 v0.7.0 |
| 2095 | 2025-07-29T05:24:02.457Z | Checking write16 v1.0.0 |
| 2096 | 2025-07-29T05:24:02.503Z | Checking icu_normalizer_data v1.5.0 |
| 2097 | 2025-07-29T05:24:02.530Z | Checking ppv-lite86 v0.2.20 |
| 2098 | 2025-07-29T05:24:02.597Z | Checking salsa20 v0.10.2 |
| 2099 | 2025-07-29T05:24:02.623Z | Checking pbkdf2 v0.12.2 |
| 2100 | 2025-07-29T05:24:02.650Z | Checking der v0.7.9 |
| 2101 | 2025-07-29T05:24:02.802Z | Checking futures-channel v0.3.31 |
| 2102 | 2025-07-29T05:24:02.829Z | Checking bytes v1.10.1 |
| 2103 | 2025-07-29T05:24:02.830Z | Checking bitflags v2.9.1 |
| 2104 | 2025-07-29T05:24:02.897Z | Checking indexmap v2.10.0 |
| 2105 | 2025-07-29T05:24:02.951Z | Checking icu_provider v1.5.0 |
| 2106 | 2025-07-29T05:24:03.099Z | Checking serde_json v1.0.141 |
| 2107 | 2025-07-29T05:24:03.143Z | Checking zerocopy v0.8.26 |
| 2108 | 2025-07-29T05:24:03.170Z | Checking futures-task v0.3.31 |
| 2109 | 2025-07-29T05:24:03.170Z | Checking futures-io v0.3.31 |
| 2110 | 2025-07-29T05:24:03.371Z | Checking fnv v1.0.7 |
| 2111 | 2025-07-29T05:24:03.404Z | Checking pin-utils v0.1.0 |
| 2112 | 2025-07-29T05:24:03.506Z | Checking scrypt v0.11.0 |
| 2113 | 2025-07-29T05:24:03.533Z | Checking futures-util v0.3.31 |
| 2114 | 2025-07-29T05:24:03.560Z | Checking icu_locid_transform v1.5.0 |
| 2115 | 2025-07-29T05:24:03.726Z | Checking tokio v1.47.0 |
| 2116 | 2025-07-29T05:24:03.759Z | Checking http v1.3.1 |
| 2117 | 2025-07-29T05:24:03.989Z | Checking aes v0.8.4 |
| 2118 | 2025-07-29T05:24:04.146Z | Checking spki v0.7.3 |
| 2119 | 2025-07-29T05:24:04.419Z | Checking icu_properties v1.5.1 |
| 2120 | 2025-07-29T05:24:04.446Z | Checking cbc v0.1.2 |
| 2121 | 2025-07-29T05:24:04.501Z | Checking form_urlencoded v1.2.1 |
| 2122 | 2025-07-29T05:24:04.647Z | Checking uuid v1.17.0 |
| 2123 | 2025-07-29T05:24:04.708Z | Checking tracing-core v0.1.32 |
| 2124 | 2025-07-29T05:24:04.747Z | Checking pkcs5 v0.7.1 |
| 2125 | 2025-07-29T05:24:04.866Z | Checking http-body v1.0.1 |
| 2126 | 2025-07-29T05:24:05.110Z | Checking tinyvec_macros v0.1.1 |
| 2127 | 2025-07-29T05:24:05.227Z | Compiling newtype-uuid v1.2.4 |
| 2128 | 2025-07-29T05:24:05.254Z | Checking rustls-pki-types v1.10.0 |
| 2129 | 2025-07-29T05:24:05.283Z | Checking pkcs8 v0.10.2 |
| 2130 | 2025-07-29T05:24:05.355Z | Checking tracing v0.1.40 |
| 2131 | 2025-07-29T05:24:05.495Z | Checking base64 v0.22.1 |
| 2132 | 2025-07-29T05:24:05.584Z | Checking iana-time-zone v0.1.63 |
| 2133 | 2025-07-29T05:24:05.723Z | Checking tinyvec v1.8.0 |
| 2134 | 2025-07-29T05:24:05.750Z | Checking aws-lc-sys v0.26.0 |
| 2135 | 2025-07-29T05:24:05.777Z | Checking chrono v0.4.41 |
| 2136 | 2025-07-29T05:24:05.934Z | Checking errno v0.3.12 |
| 2137 | 2025-07-29T05:24:06.058Z | Checking rand_core v0.9.2 |
| 2138 | 2025-07-29T05:24:06.130Z | Checking spin v0.9.8 |
| 2139 | 2025-07-29T05:24:06.365Z | Checking adler2 v2.0.0 |
| 2140 | 2025-07-29T05:24:06.450Z | Checking untrusted v0.9.0 |
| 2141 | 2025-07-29T05:24:06.535Z | Checking try-lock v0.2.5 |
| 2142 | 2025-07-29T05:24:06.632Z | Checking tower-service v0.3.3 |
| 2143 | 2025-07-29T05:24:06.695Z | Checking untrusted v0.7.1 |
| 2144 | 2025-07-29T05:24:06.769Z | Checking atomic-waker v1.1.2 |
| 2145 | 2025-07-29T05:24:06.857Z | Checking foreign-types-shared v0.1.1 |
| 2146 | 2025-07-29T05:24:06.888Z | Checking openssl-probe v0.1.5 |
| 2147 | 2025-07-29T05:24:06.925Z | Checking want v0.3.1 |
| 2148 | 2025-07-29T05:24:06.985Z | Checking foreign-types v0.3.2 |
| 2149 | 2025-07-29T05:24:07.059Z | Checking ring v0.17.14 |
| 2150 | 2025-07-29T05:24:07.088Z | Checking miniz_oxide v0.8.5 |
| 2151 | 2025-07-29T05:24:07.123Z | Checking rand_chacha v0.9.0 |
| 2152 | 2025-07-29T05:24:07.339Z | Checking icu_normalizer v1.5.0 |
| 2153 | 2025-07-29T05:24:07.477Z | Checking ipnet v2.11.0 |
| 2154 | 2025-07-29T05:24:07.503Z | Checking httparse v1.9.5 |
| 2155 | 2025-07-29T05:24:07.530Z | Checking openssl-sys v0.9.109 |
| 2156 | 2025-07-29T05:24:07.653Z | Checking aws-lc-rs v1.12.4 |
| 2157 | 2025-07-29T05:24:07.744Z | Checking thiserror v1.0.69 |
| 2158 | 2025-07-29T05:24:07.892Z | Checking aho-corasick v1.1.3 |
| 2159 | 2025-07-29T05:24:07.919Z | Checking unicode-ident v1.0.18 |
| 2160 | 2025-07-29T05:24:07.954Z | Checking powerfmt v0.2.0 |
| 2161 | 2025-07-29T05:24:08.030Z | Checking idna_adapter v1.2.0 |
| 2162 | 2025-07-29T05:24:08.088Z | Checking regex-syntax v0.8.5 |
| 2163 | 2025-07-29T05:24:08.227Z | Checking httpdate v1.0.3 |
| 2164 | 2025-07-29T05:24:08.254Z | Checking idna v1.0.3 |
| 2165 | 2025-07-29T05:24:08.458Z | Checking deranged v0.3.11 |
| 2166 | 2025-07-29T05:24:08.531Z | Checking openssl v0.10.73 |
| 2167 | 2025-07-29T05:24:08.681Z | Checking url v2.5.4 |
| 2168 | 2025-07-29T05:24:09.040Z | Checking proc-macro2 v1.0.95 |
| 2169 | 2025-07-29T05:24:09.223Z | Checking rustls-webpki v0.102.8 |
| 2170 | 2025-07-29T05:24:09.287Z | Checking rand v0.9.1 |
| 2171 | 2025-07-29T05:24:09.476Z | Checking unicode-normalization v0.1.24 |
| 2172 | 2025-07-29T05:24:09.591Z | Checking rustix v0.38.37 |
| 2173 | 2025-07-29T05:24:09.645Z | Checking crossbeam-utils v0.8.21 |
| 2174 | 2025-07-29T05:24:09.935Z | Checking semver v1.0.26 |
| 2175 | 2025-07-29T05:24:10.150Z | Checking tokio-util v0.7.15 |
| 2176 | 2025-07-29T05:24:10.224Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2177 | 2025-07-29T05:24:10.278Z | Checking signature v2.2.0 |
| 2178 | 2025-07-29T05:24:10.318Z | Checking scroll v0.12.0 |
| 2179 | 2025-07-29T05:24:10.352Z | Checking crc32fast v1.4.2 |
| 2180 | 2025-07-29T05:24:10.379Z | Checking zlib-rs v0.5.1 |
| 2181 | 2025-07-29T05:24:10.495Z | Checking time-core v0.1.2 |
| 2182 | 2025-07-29T05:24:10.590Z | Checking num_threads v0.1.7 |
| 2183 | 2025-07-29T05:24:10.661Z | Checking unicode-bidi v0.3.17 |
| 2184 | 2025-07-29T05:24:10.723Z | Checking either v1.15.0 |
| 2185 | 2025-07-29T05:24:10.750Z | Checking dyn-clone v1.0.19 |
| 2186 | 2025-07-29T05:24:10.784Z | Checking regex-automata v0.4.8 |
| 2187 | 2025-07-29T05:24:10.915Z | Checking anstyle v1.0.11 |
| 2188 | 2025-07-29T05:24:11.073Z | Checking h2 v0.4.6 |
| 2189 | 2025-07-29T05:24:11.100Z | Checking siphasher v0.3.11 |
| 2190 | 2025-07-29T05:24:11.209Z | Checking utf8parse v0.2.2 |
| 2191 | 2025-07-29T05:24:11.241Z | Checking plain v0.2.3 |
| 2192 | 2025-07-29T05:24:11.371Z | Checking num-conv v0.1.0 |
| 2193 | 2025-07-29T05:24:11.405Z | Checking unicode-properties v0.1.3 |
| 2194 | 2025-07-29T05:24:11.435Z | Checking ucd-trie v0.1.7 |
| 2195 | 2025-07-29T05:24:11.607Z | Checking time v0.3.36 |
| 2196 | 2025-07-29T05:24:11.655Z | Checking pest v2.7.14 |
| 2197 | 2025-07-29T05:24:11.716Z | Checking stringprep v0.1.5 |
| 2198 | 2025-07-29T05:24:11.956Z | Checking goblin v0.8.2 |
| 2199 | 2025-07-29T05:24:12.005Z | Checking libz-rs-sys v0.5.1 |
| 2200 | 2025-07-29T05:24:12.203Z | Checking phf_shared v0.11.2 |
| 2201 | 2025-07-29T05:24:12.411Z | Checking anstyle-parse v0.2.5 |
| 2202 | 2025-07-29T05:24:12.468Z | Checking schemars v0.8.22 |
| 2203 | 2025-07-29T05:24:12.669Z | Checking crossbeam-epoch v0.9.18 |
| 2204 | 2025-07-29T05:24:13.110Z | Checking rustls v0.23.19 |
| 2205 | 2025-07-29T05:24:13.138Z | Checking native-tls v0.2.12 |
| 2206 | 2025-07-29T05:24:13.446Z | Checking quote v1.0.40 |
| 2207 | 2025-07-29T05:24:13.771Z | Checking rand_chacha v0.3.1 |
| 2208 | 2025-07-29T05:24:13.799Z | Checking num-integer v0.1.46 |
| 2209 | 2025-07-29T05:24:13.882Z | Checking toml_datetime v0.6.11 |
| 2210 | 2025-07-29T05:24:14.053Z | Checking serde_spanned v0.6.9 |
| 2211 | 2025-07-29T05:24:14.184Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2212 | 2025-07-29T05:24:14.245Z | Checking md-5 v0.10.6 |
| 2213 | 2025-07-29T05:24:14.274Z | Checking sync_wrapper v1.0.1 |
| 2214 | 2025-07-29T05:24:14.302Z | Checking ff v0.13.0 |
| 2215 | 2025-07-29T05:24:14.417Z | Checking hash32 v0.2.1 |
| 2216 | 2025-07-29T05:24:14.464Z | Checking anstyle-query v1.1.1 |
| 2217 | 2025-07-29T05:24:14.510Z | Checking psl-types v2.0.11 |
| 2218 | 2025-07-29T05:24:14.552Z | Checking colorchoice v1.0.2 |
| 2219 | 2025-07-29T05:24:14.646Z | Checking pretty-hex v0.4.1 |
| 2220 | 2025-07-29T05:24:14.684Z | Checking fallible-iterator v0.2.0 |
| 2221 | 2025-07-29T05:24:14.718Z | Checking tower-layer v0.3.3 |
| 2222 | 2025-07-29T05:24:14.750Z | Checking base16ct v0.2.0 |
| 2223 | 2025-07-29T05:24:14.780Z | Checking gimli v0.31.1 |
| 2224 | 2025-07-29T05:24:14.846Z | Checking is_terminal_polyfill v1.70.1 |
| 2225 | 2025-07-29T05:24:15.006Z | Checking sec1 v0.7.3 |
| 2226 | 2025-07-29T05:24:15.032Z | Checking anstream v0.6.18 |
| 2227 | 2025-07-29T05:24:15.060Z | Checking tower v0.5.2 |
| 2228 | 2025-07-29T05:24:15.277Z | Checking postgres-protocol v0.6.8 |
| 2229 | 2025-07-29T05:24:15.368Z | Checking heapless v0.7.17 |
| 2230 | 2025-07-29T05:24:15.420Z | Checking publicsuffix v2.3.0 |
| 2231 | 2025-07-29T05:24:15.683Z | Checking group v0.13.0 |
| 2232 | 2025-07-29T05:24:15.710Z | Checking zstd-safe v7.2.3 |
| 2233 | 2025-07-29T05:24:15.863Z | Checking num-iter v0.1.45 |
| 2234 | 2025-07-29T05:24:15.923Z | Checking rand v0.8.5 |
| 2235 | 2025-07-29T05:24:15.990Z | Compiling daft v0.1.4 |
| 2236 | 2025-07-29T05:24:16.044Z | Checking ipnetwork v0.21.1 |
| 2237 | 2025-07-29T05:24:16.170Z | Checking syn v2.0.104 |
| 2238 | 2025-07-29T05:24:16.264Z | Checking dof v0.3.0 |
| 2239 | 2025-07-29T05:24:16.402Z | Checking hyper v1.6.0 |
| 2240 | 2025-07-29T05:24:16.431Z | Checking dtrace-parser v0.2.0 |
| 2241 | 2025-07-29T05:24:16.480Z | Checking cookie v0.18.1 |
| 2242 | 2025-07-29T05:24:16.813Z | Checking tokio-native-tls v0.3.1 |
| 2243 | 2025-07-29T05:24:16.862Z | Checking terminal_size v0.4.0 |
| 2244 | 2025-07-29T05:24:16.906Z | Checking flate2 v1.1.2 |
| 2245 | 2025-07-29T05:24:16.942Z | Checking rustls-native-certs v0.8.1 |
| 2246 | 2025-07-29T05:24:17.040Z | Checking lazy_static v1.5.0 |
| 2247 | 2025-07-29T05:24:17.067Z | Checking webpki-roots v1.0.1 |
| 2248 | 2025-07-29T05:24:17.140Z | Checking http-body-util v0.1.3 |
| 2249 | 2025-07-29T05:24:17.172Z | Checking signal-hook v0.3.18 |
| 2250 | 2025-07-29T05:24:17.243Z | Checking hkdf v0.12.4 |
| 2251 | 2025-07-29T05:24:17.450Z | Checking crypto-bigint v0.5.5 |
| 2252 | 2025-07-29T05:24:17.492Z | Checking thread-id v4.2.2 |
| 2253 | 2025-07-29T05:24:17.519Z | Checking object v0.36.5 |
| 2254 | 2025-07-29T05:24:17.545Z | Checking lockfree-object-pool v0.1.6 |
| 2255 | 2025-07-29T05:24:17.622Z | Checking bumpalo v3.16.0 |
| 2256 | 2025-07-29T05:24:17.776Z | Checking tokio-rustls v0.26.0 |
| 2257 | 2025-07-29T05:24:17.804Z | Checking iri-string v0.7.8 |
| 2258 | 2025-07-29T05:24:17.930Z | Checking strsim v0.11.1 |
| 2259 | 2025-07-29T05:24:18.023Z | Checking addr2line v0.24.2 |
| 2260 | 2025-07-29T05:24:18.104Z | Checking hyper-util v0.1.16 |
| 2261 | 2025-07-29T05:24:18.149Z | Checking winnow v0.5.40 |
| 2262 | 2025-07-29T05:24:18.206Z | Checking rustc-demangle v0.1.24 |
| 2263 | 2025-07-29T05:24:18.509Z | Checking simd-adler32 v0.3.7 |
| 2264 | 2025-07-29T05:24:18.594Z | Compiling rayon-core v1.12.1 |
| 2265 | 2025-07-29T05:24:18.819Z | Checking managed v0.8.0 |
| 2266 | 2025-07-29T05:24:18.853Z | Checking clap_lex v0.7.4 |
| 2267 | 2025-07-29T05:24:19.095Z | Checking bitflags v1.3.2 |
| 2268 | 2025-07-29T05:24:19.167Z | Checking clap_builder v4.5.41 |
| 2269 | 2025-07-29T05:24:19.203Z | Checking smoltcp v0.9.1 |
| 2270 | 2025-07-29T05:24:19.701Z | Checking elliptic-curve v0.13.8 |
| 2271 | 2025-07-29T05:24:20.046Z | Checking tower-http v0.6.6 |
| 2272 | 2025-07-29T05:24:20.380Z | Checking hyper-rustls v0.27.7 |
| 2273 | 2025-07-29T05:24:20.407Z | Checking hyper-tls v0.6.0 |
| 2274 | 2025-07-29T05:24:20.481Z | Checking zopfli v0.8.1 |
| 2275 | 2025-07-29T05:24:20.509Z | Checking toml_edit v0.19.15 |
| 2276 | 2025-07-29T05:24:20.572Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2277 | 2025-07-29T05:24:20.707Z | Checking signal-hook-mio v0.2.4 |
| 2278 | 2025-07-29T05:24:20.735Z | Checking num-bigint-dig v0.8.4 |
| 2279 | 2025-07-29T05:24:20.852Z | Checking cookie_store v0.21.1 |
| 2280 | 2025-07-29T05:24:20.879Z | Checking oxnet v0.1.3 |
| 2281 | 2025-07-29T05:24:21.130Z | Checking zstd v0.13.3 |
| 2282 | 2025-07-29T05:24:21.236Z | Checking postgres-types v0.2.9 |
| 2283 | 2025-07-29T05:24:21.264Z | Checking usdt-impl v0.5.0 |
| 2284 | 2025-07-29T05:24:21.456Z | Checking regex v1.11.1 |
| 2285 | 2025-07-29T05:24:21.483Z | Checking bstr v1.10.0 |
| 2286 | 2025-07-29T05:24:21.730Z | Checking crossbeam-deque v0.8.5 |
| 2287 | 2025-07-29T05:24:21.758Z | Checking phf v0.11.2 |
| 2288 | 2025-07-29T05:24:21.800Z | Checking ed25519 v2.2.3 |
| 2289 | 2025-07-29T05:24:21.980Z | Checking bzip2 v0.4.4 |
| 2290 | 2025-07-29T05:24:22.008Z | Checking bzip2 v0.5.2 |
| 2291 | 2025-07-29T05:24:22.035Z | Checking thiserror v2.0.12 |
| 2292 | 2025-07-29T05:24:22.091Z | Checking curve25519-dalek v4.1.3 |
| 2293 | 2025-07-29T05:24:22.178Z | Checking strum v0.27.2 |
| 2294 | 2025-07-29T05:24:22.256Z | Checking hubpack v0.1.2 |
| 2295 | 2025-07-29T05:24:22.283Z | Checking memoffset v0.9.1 |
| 2296 | 2025-07-29T05:24:22.351Z | Checking pkcs1 v0.7.5 |
| 2297 | 2025-07-29T05:24:22.402Z | Checking serde_urlencoded v0.7.1 |
| 2298 | 2025-07-29T05:24:22.440Z | Checking float-cmp v0.10.0 |
| 2299 | 2025-07-29T05:24:22.528Z | Checking serde-big-array v0.5.1 |
| 2300 | 2025-07-29T05:24:22.555Z | Checking rfc6979 v0.4.0 |
| 2301 | 2025-07-29T05:24:22.633Z | Checking socket2 v0.5.10 |
| 2302 | 2025-07-29T05:24:22.660Z | Checking memmap v0.7.0 |
| 2303 | 2025-07-29T05:24:22.733Z | Checking encoding_rs v0.8.34 |
| 2304 | 2025-07-29T05:24:22.760Z | Checking predicates-core v1.0.8 |
| 2305 | 2025-07-29T05:24:22.760Z | Checking difflib v0.4.0 |
| 2306 | 2025-07-29T05:24:22.798Z | Checking data-encoding v2.9.0 |
| 2307 | 2025-07-29T05:24:22.826Z | Checking backtrace v0.3.74 |
| 2308 | 2025-07-29T05:24:22.878Z | Checking unicode-segmentation v1.12.0 |
| 2309 | 2025-07-29T05:24:22.961Z | Checking new_debug_unreachable v1.0.6 |
| 2310 | 2025-07-29T05:24:23.059Z | Checking toml_write v0.1.2 |
| 2311 | 2025-07-29T05:24:23.093Z | Checking mime v0.3.17 |
| 2312 | 2025-07-29T05:24:23.120Z | Checking unicode-width v0.2.0 |
| 2313 | 2025-07-29T05:24:23.277Z | Checking static_assertions v1.1.0 |
| 2314 | 2025-07-29T05:24:23.340Z | Checking minimal-lexical v0.2.1 |
| 2315 | 2025-07-29T05:24:23.369Z | Checking whoami v1.5.2 |
| 2316 | 2025-07-29T05:24:23.397Z | Checking winnow v0.7.10 |
| 2317 | 2025-07-29T05:24:23.424Z | Checking fixedbitset v0.4.2 |
| 2318 | 2025-07-29T05:24:23.453Z | Checking normalize-line-endings v0.3.0 |
| 2319 | 2025-07-29T05:24:23.530Z | Checking precomputed-hash v0.1.1 |
| 2320 | 2025-07-29T05:24:23.584Z | Checking predicates v3.1.3 |
| 2321 | 2025-07-29T05:24:23.612Z | Checking ed25519-dalek v2.1.1 |
| 2322 | 2025-07-29T05:24:23.646Z | Checking petgraph v0.6.5 |
| 2323 | 2025-07-29T05:24:23.673Z | Checking string_cache v0.8.9 |
| 2324 | 2025-07-29T05:24:23.673Z | Checking tokio-postgres v0.7.13 |
| 2325 | 2025-07-29T05:24:23.708Z | Checking nom v7.1.3 |
| 2326 | 2025-07-29T05:24:23.956Z | Checking console v0.15.10 |
| 2327 | 2025-07-29T05:24:23.984Z | Checking similar v2.7.0 |
| 2328 | 2025-07-29T05:24:24.136Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2329 | 2025-07-29T05:24:24.421Z | Checking anyhow v1.0.98 |
| 2330 | 2025-07-29T05:24:24.504Z | Checking reqwest v0.12.22 |
| 2331 | 2025-07-29T05:24:24.704Z | Checking hickory-proto v0.25.2 |
| 2332 | 2025-07-29T05:24:24.767Z | Checking usdt v0.5.0 |
| 2333 | 2025-07-29T05:24:25.040Z | Checking ecdsa v0.16.9 |
| 2334 | 2025-07-29T05:24:25.709Z | Checking rsa v0.9.6 |
| 2335 | 2025-07-29T05:24:25.769Z | Checking toml_edit v0.22.27 |
| 2336 | 2025-07-29T05:24:25.974Z | Checking toml v0.7.8 |
| 2337 | 2025-07-29T05:24:26.114Z | Checking nix v0.29.0 |
| 2338 | 2025-07-29T05:24:26.313Z | Checking zip v4.2.0 |
| 2339 | 2025-07-29T05:24:26.511Z | Checking zip v0.6.6 |
| 2340 | 2025-07-29T05:24:26.608Z | Checking clap v4.5.41 |
| 2341 | 2025-07-29T05:24:26.730Z | Checking crossterm v0.28.1 |
| 2342 | 2025-07-29T05:24:27.134Z | Checking itertools v0.12.1 |
| 2343 | 2025-07-29T05:24:27.194Z | Checking itertools v0.13.0 |
| 2344 | 2025-07-29T05:24:27.341Z | Checking itertools v0.10.5 |
| 2345 | 2025-07-29T05:24:27.407Z | Checking tokio-stream v0.1.17 |
| 2346 | 2025-07-29T05:24:28.065Z | Checking strum v0.26.3 |
| 2347 | 2025-07-29T05:24:28.100Z | Checking fs-err v3.1.1 |
| 2348 | 2025-07-29T05:24:28.151Z | Checking buf-list v1.0.3 |
| 2349 | 2025-07-29T05:24:28.239Z | Checking ahash v0.8.12 |
| 2350 | 2025-07-29T05:24:28.439Z | Checking slog v2.7.0 |
| 2351 | 2025-07-29T05:24:28.596Z | Checking rustix v1.0.7 |
| 2352 | 2025-07-29T05:24:28.624Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2353 | 2025-07-29T05:24:28.652Z | Checking openapiv3 v2.2.0 |
| 2354 | 2025-07-29T05:24:28.857Z | Checking x509-cert v0.2.5 |
| 2355 | 2025-07-29T05:24:28.940Z | Checking sha1 v0.10.6 |
| 2356 | 2025-07-29T05:24:29.137Z | Checking winnow v0.6.26 |
| 2357 | 2025-07-29T05:24:29.207Z | Checking peg-runtime v0.8.5 |
| 2358 | 2025-07-29T05:24:29.234Z | Checking rustc-hash v2.1.1 |
| 2359 | 2025-07-29T05:24:29.329Z | Checking lalrpop-util v0.19.12 |
| 2360 | 2025-07-29T05:24:29.401Z | Checking unicode-xid v0.2.6 |
| 2361 | 2025-07-29T05:24:29.441Z | Checking rayon v1.10.0 |
| 2362 | 2025-07-29T05:24:29.584Z | Checking camino v1.1.10 |
| 2363 | 2025-07-29T05:24:29.611Z | Checking sigpipe v0.1.3 |
| 2364 | 2025-07-29T05:24:29.723Z | Checking jiff v0.2.15 |
| 2365 | 2025-07-29T05:24:30.063Z | Checking glob v0.3.2 |
| 2366 | 2025-07-29T05:24:34.899Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2025-07-29T05:24:35.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.68s |
| 2368 | 2025-07-29T05:24:35.621Z | |
| 2369 | 2025-07-29T05:24:35.621Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
| 2370 | 2025-07-29T05:24:36.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2371 | 2025-07-29T05:24:36.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2372 | 2025-07-29T05:24:36.751Z | Compiling regress v0.10.4 |
| 2373 | 2025-07-29T05:24:36.791Z | Checking heck v0.5.0 |
| 2374 | 2025-07-29T05:24:36.836Z | Compiling unsafe-libyaml v0.2.11 |
| 2375 | 2025-07-29T05:24:36.864Z | Checking newtype-uuid v1.2.4 |
| 2376 | 2025-07-29T05:24:36.891Z | Compiling structmeta-derive v0.3.0 |
| 2377 | 2025-07-29T05:24:36.891Z | Checking dirs-sys-next v0.1.2 |
| 2378 | 2025-07-29T05:24:36.925Z | Checking fastrand v2.1.1 |
| 2379 | 2025-07-29T05:24:37.018Z | Checking thread_local v1.1.8 |
| 2380 | 2025-07-29T05:24:37.080Z | Checking dirs-next v2.0.0 |
| 2381 | 2025-07-29T05:24:37.176Z | Checking daft v0.1.4 |
| 2382 | 2025-07-29T05:24:37.220Z | Compiling ident_case v1.0.1 |
| 2383 | 2025-07-29T05:24:37.246Z | Checking tempfile v3.20.0 |
| 2384 | 2025-07-29T05:24:37.288Z | Checking term v0.7.0 |
| 2385 | 2025-07-29T05:24:37.405Z | Compiling darling_core v0.20.10 |
| 2386 | 2025-07-29T05:24:37.598Z | Checking crossbeam-channel v0.5.15 |
| 2387 | 2025-07-29T05:24:37.625Z | Checking futures-executor v0.3.31 |
| 2388 | 2025-07-29T05:24:37.679Z | Checking is-terminal v0.4.13 |
| 2389 | 2025-07-29T05:24:37.815Z | Compiling rustls v0.22.4 |
| 2390 | 2025-07-29T05:24:37.859Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2391 | 2025-07-29T05:24:38.081Z | Compiling serde_yaml v0.9.34+deprecated |
| 2392 | 2025-07-29T05:24:38.172Z | Checking take_mut v0.2.2 |
| 2393 | 2025-07-29T05:24:38.306Z | Checking futures v0.3.31 |
| 2394 | 2025-07-29T05:24:38.332Z | Checking slog-term v2.9.1 |
| 2395 | 2025-07-29T05:24:38.358Z | Checking slog-async v2.8.0 |
| 2396 | 2025-07-29T05:24:38.434Z | Compiling proc-macro-crate v1.3.1 |
| 2397 | 2025-07-29T05:24:38.622Z | Checking wait-timeout v0.2.0 |
| 2398 | 2025-07-29T05:24:38.770Z | Compiling multer v3.1.0 |
| 2399 | 2025-07-29T05:24:38.813Z | Compiling ref-cast v1.0.24 |
| 2400 | 2025-07-29T05:24:38.995Z | Compiling structmeta v0.3.0 |
| 2401 | 2025-07-29T05:24:39.072Z | Checking match_cfg v0.1.0 |
| 2402 | 2025-07-29T05:24:39.190Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2403 | 2025-07-29T05:24:39.233Z | Checking quick-error v1.2.3 |
| 2404 | 2025-07-29T05:24:39.270Z | Checking bit-vec v0.8.0 |
| 2405 | 2025-07-29T05:24:39.379Z | Compiling derive-ex v0.1.8 |
| 2406 | 2025-07-29T05:24:39.405Z | Checking rusty-fork v0.3.0 |
| 2407 | 2025-07-29T05:24:39.557Z | Compiling num_enum_derive v0.5.11 |
| 2408 | 2025-07-29T05:24:39.583Z | Checking typify-impl v0.3.0 |
| 2409 | 2025-07-29T05:24:39.645Z | Checking typify-impl v0.2.0 |
| 2410 | 2025-07-29T05:24:39.685Z | Checking bit-set v0.8.0 |
| 2411 | 2025-07-29T05:24:41.459Z | Checking hostname v0.3.1 |
| 2412 | 2025-07-29T05:24:41.849Z | Checking progenitor-client v0.9.1 |
| 2413 | 2025-07-29T05:24:41.875Z | Checking rand_xorshift v0.4.0 |
| 2414 | 2025-07-29T05:24:42.072Z | Checking slog-json v2.6.1 |
| 2415 | 2025-07-29T05:24:42.242Z | Compiling lzma-sys v0.1.20 |
| 2416 | 2025-07-29T05:24:42.331Z | Checking hex v0.4.3 |
| 2417 | 2025-07-29T05:24:42.572Z | Compiling darling_macro v0.20.10 |
| 2418 | 2025-07-29T05:24:42.784Z | Compiling foreign-types-macros v0.2.3 |
| 2419 | 2025-07-29T05:24:42.835Z | Compiling async-stream-impl v0.3.6 |
| 2420 | 2025-07-29T05:24:42.889Z | Compiling ref-cast-impl v1.0.24 |
| 2421 | 2025-07-29T05:24:43.108Z | Compiling dropshot v0.16.2 |
| 2422 | 2025-07-29T05:24:43.346Z | Compiling darling v0.20.10 |
| 2423 | 2025-07-29T05:24:43.398Z | Checking unarray v0.1.4 |
| 2424 | 2025-07-29T05:24:43.481Z | Checking arc-swap v1.7.1 |
| 2425 | 2025-07-29T05:24:43.563Z | Checking foreign-types-shared v0.3.1 |
| 2426 | 2025-07-29T05:24:43.714Z | Checking utf-8 v0.7.6 |
| 2427 | 2025-07-29T05:24:43.844Z | Checking foreign-types v0.5.0 |
| 2428 | 2025-07-29T05:24:43.888Z | Checking slog-scope v4.4.0 |
| 2429 | 2025-07-29T05:24:43.915Z | Checking async-stream v0.3.6 |
| 2430 | 2025-07-29T05:24:43.941Z | Checking tungstenite v0.21.0 |
| 2431 | 2025-07-29T05:24:43.979Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2432 | 2025-07-29T05:24:44.023Z | Checking proptest v1.7.0 |
| 2433 | 2025-07-29T05:24:44.097Z | Compiling serde_with_macros v3.14.0 |
| 2434 | 2025-07-29T05:24:44.186Z | Compiling test-strategy v0.4.3 |
| 2435 | 2025-07-29T05:24:44.212Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2436 | 2025-07-29T05:24:44.376Z | Checking slog-bunyan v2.5.0 |
| 2437 | 2025-07-29T05:24:44.555Z | Compiling proc-macro-error v1.0.4 |
| 2438 | 2025-07-29T05:24:44.658Z | Checking tokio-rustls v0.25.0 |
| 2439 | 2025-07-29T05:24:45.102Z | Checking num_enum v0.5.11 |
| 2440 | 2025-07-29T05:24:45.215Z | Compiling parse-display-derive v0.10.0 |
| 2441 | 2025-07-29T05:24:45.467Z | Checking toml v0.8.23 |
| 2442 | 2025-07-29T05:24:45.493Z | Checking progenitor-client v0.8.0 |
| 2443 | 2025-07-29T05:24:45.826Z | Compiling heck v0.3.3 |
| 2444 | 2025-07-29T05:24:46.128Z | Checking waitgroup v0.1.2 |
| 2445 | 2025-07-29T05:24:46.154Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2446 | 2025-07-29T05:24:46.286Z | Checking rustls-pemfile v2.2.0 |
| 2447 | 2025-07-29T05:24:46.333Z | Compiling dropshot_endpoint v0.16.2 |
| 2448 | 2025-07-29T05:24:46.504Z | Checking serde_path_to_error v0.1.17 |
| 2449 | 2025-07-29T05:24:46.801Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2450 | 2025-07-29T05:24:47.077Z | Checking cstr-argument v0.1.2 |
| 2451 | 2025-07-29T05:24:47.259Z | Compiling derive-where v1.5.0 |
| 2452 | 2025-07-29T05:24:47.285Z | Checking hostname v0.4.0 |
| 2453 | 2025-07-29T05:24:47.444Z | Checking instant v0.1.13 |
| 2454 | 2025-07-29T05:24:47.471Z | Checking pretty-hex v0.2.1 |
| 2455 | 2025-07-29T05:24:47.586Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2456 | 2025-07-29T05:24:47.662Z | Checking debug-ignore v1.0.5 |
| 2457 | 2025-07-29T05:24:47.827Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2458 | 2025-07-29T05:24:47.896Z | Checking backoff v0.4.0 |
| 2459 | 2025-07-29T05:24:48.113Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2460 | 2025-07-29T05:24:48.170Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2461 | 2025-07-29T05:24:48.199Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2462 | 2025-07-29T05:24:48.286Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2463 | 2025-07-29T05:24:48.454Z | Checking serde_with v3.14.0 |
| 2464 | 2025-07-29T05:24:48.490Z | Compiling zone_cfg_derive v0.1.2 |
| 2465 | 2025-07-29T05:24:48.551Z | Checking parse-display v0.10.0 |
| 2466 | 2025-07-29T05:24:48.794Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2467 | 2025-07-29T05:24:48.821Z | Checking tokio-tungstenite v0.21.0 |
| 2468 | 2025-07-29T05:24:49.428Z | Checking slog-stdlog v4.1.1 |
| 2469 | 2025-07-29T05:24:49.455Z | Checking iddqd v0.3.9 |
| 2470 | 2025-07-29T05:24:49.611Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2471 | 2025-07-29T05:24:49.659Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2472 | 2025-07-29T05:24:49.904Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2473 | 2025-07-29T05:24:49.994Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2474 | 2025-07-29T05:24:50.195Z | Checking progenitor-client v0.10.0 |
| 2475 | 2025-07-29T05:24:50.271Z | Compiling typify-macro v0.3.0 |
| 2476 | 2025-07-29T05:24:50.305Z | Checking colored v2.2.0 |
| 2477 | 2025-07-29T05:24:50.604Z | Checking macaddr v1.0.1 |
| 2478 | 2025-07-29T05:24:50.701Z | Checking base64 v0.21.7 |
| 2479 | 2025-07-29T05:24:50.795Z | Checking unicode-width v0.1.14 |
| 2480 | 2025-07-29T05:24:50.912Z | Checking number_prefix v0.4.0 |
| 2481 | 2025-07-29T05:24:51.012Z | Checking base64 v0.13.1 |
| 2482 | 2025-07-29T05:24:51.137Z | Checking indicatif v0.17.11 |
| 2483 | 2025-07-29T05:24:51.164Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2484 | 2025-07-29T05:24:51.193Z | Compiling typify-macro v0.2.0 |
| 2485 | 2025-07-29T05:24:51.241Z | Checking tabwriter v1.4.0 |
| 2486 | 2025-07-29T05:24:51.399Z | Checking ron v0.7.1 |
| 2487 | 2025-07-29T05:24:51.480Z | Checking zone v0.1.8 |
| 2488 | 2025-07-29T05:24:51.609Z | Checking slog-envlogger v2.2.0 |
| 2489 | 2025-07-29T05:24:51.791Z | Checking xz2 v0.1.7 |
| 2490 | 2025-07-29T05:24:51.836Z | Checking tokio-dtrace v0.1.0 |
| 2491 | 2025-07-29T05:24:52.052Z | Checking xattr v1.3.1 |
| 2492 | 2025-07-29T05:24:52.089Z | Checking yasna v0.5.2 |
| 2493 | 2025-07-29T05:24:52.131Z | Checking pem v3.0.5 |
| 2494 | 2025-07-29T05:24:52.267Z | Checking smf v0.2.3 |
| 2495 | 2025-07-29T05:24:52.381Z | Checking headers-core v0.3.0 |
| 2496 | 2025-07-29T05:24:52.408Z | Checking filetime v0.2.25 |
| 2497 | 2025-07-29T05:24:52.544Z | Checking same-file v1.0.6 |
| 2498 | 2025-07-29T05:24:52.627Z | Checking tar v0.4.44 |
| 2499 | 2025-07-29T05:24:52.684Z | Checking headers v0.4.1 |
| 2500 | 2025-07-29T05:24:52.735Z | Checking walkdir v2.5.0 |
| 2501 | 2025-07-29T05:24:52.775Z | Checking oxide-tokio-rt v0.1.2 |
| 2502 | 2025-07-29T05:24:52.864Z | Checking rcgen v0.12.1 |
| 2503 | 2025-07-29T05:24:52.990Z | Checking camino-tempfile v1.4.1 |
| 2504 | 2025-07-29T05:24:53.032Z | Checking atomicwrites v0.4.4 |
| 2505 | 2025-07-29T05:24:53.252Z | Checking subprocess v0.2.9 |
| 2506 | 2025-07-29T05:24:53.691Z | Compiling typify v0.3.0 |
| 2507 | 2025-07-29T05:24:53.833Z | Compiling progenitor-impl v0.9.1 |
| 2508 | 2025-07-29T05:24:54.398Z | Compiling typify v0.2.0 |
| 2509 | 2025-07-29T05:24:54.552Z | Compiling progenitor-impl v0.8.0 |
| 2510 | 2025-07-29T05:24:57.120Z | Compiling progenitor-macro v0.9.1 |
| 2511 | 2025-07-29T05:24:57.893Z | Compiling progenitor-macro v0.8.0 |
| 2512 | 2025-07-29T05:25:02.061Z | Checking progenitor v0.9.1 |
| 2513 | 2025-07-29T05:25:02.275Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2514 | 2025-07-29T05:25:03.089Z | Checking progenitor v0.8.0 |
| 2515 | 2025-07-29T05:25:03.286Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2516 | 2025-07-29T05:25:06.165Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2517 | 2025-07-29T05:25:06.713Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2518 | 2025-07-29T05:25:14.946Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2519 | 2025-07-29T05:25:17.295Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2520 | 2025-07-29T05:25:19.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.57s |
| 2521 | 2025-07-29T05:25:19.397Z | |
| 2522 | 2025-07-29T05:25:19.397Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
| 2523 | 2025-07-29T05:25:20.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2524 | 2025-07-29T05:25:20.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2525 | 2025-07-29T05:25:20.538Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2526 | 2025-07-29T05:25:22.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 2527 | 2025-07-29T05:25:22.724Z | |
| 2528 | 2025-07-29T05:25:22.724Z | info: running `cargo check --bins` on nexus-config (52/221) |
| 2529 | 2025-07-29T05:25:23.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2530 | 2025-07-29T05:25:23.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2531 | 2025-07-29T05:25:23.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2532 | 2025-07-29T05:25:23.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2533 | 2025-07-29T05:25:23.774Z | |
| 2534 | 2025-07-29T05:25:23.774Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
| 2535 | 2025-07-29T05:25:24.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2536 | 2025-07-29T05:25:24.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2537 | 2025-07-29T05:25:24.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2538 | 2025-07-29T05:25:24.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2539 | 2025-07-29T05:25:24.769Z | |
| 2540 | 2025-07-29T05:25:24.769Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
| 2541 | 2025-07-29T05:25:25.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2542 | 2025-07-29T05:25:25.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2543 | 2025-07-29T05:25:25.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2544 | 2025-07-29T05:25:25.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2545 | 2025-07-29T05:25:25.833Z | |
| 2546 | 2025-07-29T05:25:25.833Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
| 2547 | 2025-07-29T05:25:26.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2548 | 2025-07-29T05:25:26.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2549 | 2025-07-29T05:25:27.059Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2550 | 2025-07-29T05:25:27.088Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2551 | 2025-07-29T05:25:27.118Z | Compiling darling_core v0.21.0 |
| 2552 | 2025-07-29T05:25:27.145Z | Compiling tempfile v3.20.0 |
| 2553 | 2025-07-29T05:25:27.172Z | Compiling wait-timeout v0.2.0 |
| 2554 | 2025-07-29T05:25:27.172Z | Compiling match_cfg v0.1.0 |
| 2555 | 2025-07-29T05:25:27.172Z | Compiling quick-error v1.2.3 |
| 2556 | 2025-07-29T05:25:27.172Z | Compiling bit-vec v0.8.0 |
| 2557 | 2025-07-29T05:25:27.259Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2558 | 2025-07-29T05:25:27.352Z | Compiling hostname v0.3.1 |
| 2559 | 2025-07-29T05:25:27.387Z | Compiling rustls v0.22.4 |
| 2560 | 2025-07-29T05:25:27.574Z | Compiling rusty-fork v0.3.0 |
| 2561 | 2025-07-29T05:25:27.601Z | Compiling bit-set v0.8.0 |
| 2562 | 2025-07-29T05:25:27.631Z | Compiling progenitor-client v0.9.1 |
| 2563 | 2025-07-29T05:25:27.666Z | Compiling slog-json v2.6.1 |
| 2564 | 2025-07-29T05:25:27.745Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2565 | 2025-07-29T05:25:27.870Z | Compiling rand_xorshift v0.4.0 |
| 2566 | 2025-07-29T05:25:27.898Z | Compiling itertools v0.14.0 |
| 2567 | 2025-07-29T05:25:28.017Z | Compiling hex v0.4.3 |
| 2568 | 2025-07-29T05:25:28.114Z | Compiling unarray v0.1.4 |
| 2569 | 2025-07-29T05:25:28.198Z | Compiling heapless v0.8.0 |
| 2570 | 2025-07-29T05:25:28.225Z | Compiling progenitor v0.9.1 |
| 2571 | 2025-07-29T05:25:28.304Z | Compiling proptest v1.7.0 |
| 2572 | 2025-07-29T05:25:28.448Z | Compiling slog-bunyan v2.5.0 |
| 2573 | 2025-07-29T05:25:28.543Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2574 | 2025-07-29T05:25:28.672Z | Compiling ref-cast v1.0.24 |
| 2575 | 2025-07-29T05:25:28.732Z | Compiling async-stream v0.3.6 |
| 2576 | 2025-07-29T05:25:28.847Z | Compiling multer v3.1.0 |
| 2577 | 2025-07-29T05:25:29.004Z | Compiling toml v0.8.23 |
| 2578 | 2025-07-29T05:25:29.031Z | Compiling waitgroup v0.1.2 |
| 2579 | 2025-07-29T05:25:29.254Z | Compiling rustls-pemfile v2.2.0 |
| 2580 | 2025-07-29T05:25:29.571Z | Checking hash32 v0.3.1 |
| 2581 | 2025-07-29T05:25:29.701Z | Compiling serde_path_to_error v0.1.17 |
| 2582 | 2025-07-29T05:25:29.781Z | Compiling hostname v0.4.0 |
| 2583 | 2025-07-29T05:25:30.030Z | Compiling instant v0.1.13 |
| 2584 | 2025-07-29T05:25:30.232Z | Compiling smoltcp v0.11.0 |
| 2585 | 2025-07-29T05:25:30.319Z | Compiling debug-ignore v1.0.5 |
| 2586 | 2025-07-29T05:25:30.470Z | Compiling backoff v0.4.0 |
| 2587 | 2025-07-29T05:25:30.532Z | Compiling iddqd v0.3.9 |
| 2588 | 2025-07-29T05:25:30.861Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2589 | 2025-07-29T05:25:30.924Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2590 | 2025-07-29T05:25:31.139Z | Compiling parse-display v0.10.0 |
| 2591 | 2025-07-29T05:25:31.326Z | Compiling tokio-rustls v0.25.0 |
| 2592 | 2025-07-29T05:25:31.716Z | Compiling serde_with v3.14.0 |
| 2593 | 2025-07-29T05:25:31.759Z | Compiling dropshot v0.16.2 |
| 2594 | 2025-07-29T05:25:32.426Z | Compiling darling_macro v0.21.0 |
| 2595 | 2025-07-29T05:25:32.969Z | Checking num-rational v0.4.2 |
| 2596 | 2025-07-29T05:25:33.264Z | Compiling darling v0.21.0 |
| 2597 | 2025-07-29T05:25:33.394Z | Compiling ingot-macros v0.1.1 |
| 2598 | 2025-07-29T05:25:33.543Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2599 | 2025-07-29T05:25:34.362Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2600 | 2025-07-29T05:25:34.490Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2601 | 2025-07-29T05:25:34.742Z | Compiling progenitor-client v0.10.0 |
| 2602 | 2025-07-29T05:25:35.277Z | Checking num-complex v0.4.6 |
| 2603 | 2025-07-29T05:25:36.303Z | Compiling macaddr v1.0.1 |
| 2604 | 2025-07-29T05:25:36.358Z | Checking cobs v0.2.3 |
| 2605 | 2025-07-29T05:25:36.564Z | Checking postcard v1.0.10 |
| 2606 | 2025-07-29T05:25:36.875Z | Compiling num v0.4.3 |
| 2607 | 2025-07-29T05:25:37.089Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2608 | 2025-07-29T05:25:37.116Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2609 | 2025-07-29T05:25:37.143Z | Compiling convert_case v0.4.0 |
| 2610 | 2025-07-29T05:25:37.410Z | Checking float-ord v0.3.2 |
| 2611 | 2025-07-29T05:25:37.572Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2612 | 2025-07-29T05:25:37.746Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2613 | 2025-07-29T05:25:37.861Z | Compiling derive_more v0.99.20 |
| 2614 | 2025-07-29T05:25:38.495Z | Checking linked-hash-map v0.5.6 |
| 2615 | 2025-07-29T05:25:38.802Z | Checking siphasher v1.0.1 |
| 2616 | 2025-07-29T05:25:38.872Z | Checking ingot-types v0.1.2 |
| 2617 | 2025-07-29T05:25:39.103Z | Compiling crucible-workspace-hack v0.1.0 |
| 2618 | 2025-07-29T05:25:39.336Z | Checking phf_shared v0.12.1 |
| 2619 | 2025-07-29T05:25:39.397Z | Checking lru-cache v0.1.2 |
| 2620 | 2025-07-29T05:25:39.503Z | Checking resolv-conf v0.7.0 |
| 2621 | 2025-07-29T05:25:39.552Z | Checking ingot v0.1.1 |
| 2622 | 2025-07-29T05:25:39.588Z | Checking newline-converter v0.3.0 |
| 2623 | 2025-07-29T05:25:39.615Z | Checking hickory-proto v0.24.4 |
| 2624 | 2025-07-29T05:25:39.846Z | Checking prettyplease v0.2.36 |
| 2625 | 2025-07-29T05:25:40.533Z | Compiling slog-dtrace v0.3.0 |
| 2626 | 2025-07-29T05:25:40.871Z | Compiling chrono-tz v0.10.4 |
| 2627 | 2025-07-29T05:25:40.961Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2628 | 2025-07-29T05:25:41.170Z | Compiling zone_cfg_derive v0.3.0 |
| 2629 | 2025-07-29T05:25:41.948Z | Checking expectorate v1.2.0 |
| 2630 | 2025-07-29T05:25:42.091Z | Checking phf v0.12.1 |
| 2631 | 2025-07-29T05:25:42.275Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2632 | 2025-07-29T05:25:42.312Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2633 | 2025-07-29T05:25:42.356Z | Compiling const_format_proc_macros v0.2.34 |
| 2634 | 2025-07-29T05:25:42.539Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2635 | 2025-07-29T05:25:42.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2636 | 2025-07-29T05:25:43.243Z | Compiling num-derive v0.4.2 |
| 2637 | 2025-07-29T05:25:43.269Z | Checking highway v1.3.0 |
| 2638 | 2025-07-29T05:25:43.337Z | Checking hickory-resolver v0.24.4 |
| 2639 | 2025-07-29T05:25:43.464Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2640 | 2025-07-29T05:25:43.704Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2641 | 2025-07-29T05:25:43.816Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2642 | 2025-07-29T05:25:43.946Z | Checking const_format v0.2.34 |
| 2643 | 2025-07-29T05:25:44.114Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2644 | 2025-07-29T05:25:44.402Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2645 | 2025-07-29T05:25:44.645Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2646 | 2025-07-29T05:25:44.776Z | Checking qorb v0.4.0 |
| 2647 | 2025-07-29T05:25:45.027Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2648 | 2025-07-29T05:25:45.095Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2649 | 2025-07-29T05:25:45.463Z | Checking zone v0.3.1 |
| 2650 | 2025-07-29T05:25:45.877Z | Checking gethostname v0.5.0 |
| 2651 | 2025-07-29T05:25:46.020Z | Checking bcs v0.1.6 |
| 2652 | 2025-07-29T05:25:46.158Z | Checking nanorand v0.7.0 |
| 2653 | 2025-07-29T05:25:46.253Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2654 | 2025-07-29T05:25:46.375Z | Compiling async-recursion v1.1.1 |
| 2655 | 2025-07-29T05:25:46.463Z | Checking termtree v0.5.1 |
| 2656 | 2025-07-29T05:25:46.514Z | Checking flume v0.11.1 |
| 2657 | 2025-07-29T05:25:46.697Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2658 | 2025-07-29T05:25:52.396Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2659 | 2025-07-29T05:25:56.780Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2660 | 2025-07-29T05:26:00.428Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2661 | 2025-07-29T05:26:02.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.38s |
| 2662 | 2025-07-29T05:26:02.426Z | |
| 2663 | 2025-07-29T05:26:02.426Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
| 2664 | 2025-07-29T05:26:03.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-07-29T05:26:03.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-07-29T05:26:03.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2025-07-29T05:26:03.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2668 | 2025-07-29T05:26:03.487Z | |
| 2669 | 2025-07-29T05:26:03.487Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
| 2670 | 2025-07-29T05:26:04.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2025-07-29T05:26:04.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2025-07-29T05:26:04.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2025-07-29T05:26:04.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2674 | 2025-07-29T05:26:04.527Z | |
| 2675 | 2025-07-29T05:26:04.527Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
| 2676 | 2025-07-29T05:26:05.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2025-07-29T05:26:05.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2025-07-29T05:26:05.638Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2679 | 2025-07-29T05:26:06.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 2680 | 2025-07-29T05:26:06.604Z | |
| 2681 | 2025-07-29T05:26:06.604Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
| 2682 | 2025-07-29T05:26:07.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2683 | 2025-07-29T05:26:07.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2684 | 2025-07-29T05:26:07.733Z | Compiling cfg_aliases v0.1.1 |
| 2685 | 2025-07-29T05:26:07.734Z | Compiling convert_case v0.7.1 |
| 2686 | 2025-07-29T05:26:07.760Z | Compiling vte_generate_state_changes v0.1.2 |
| 2687 | 2025-07-29T05:26:07.760Z | Checking fd-lock v4.0.2 |
| 2688 | 2025-07-29T05:26:07.760Z | Checking nibble_vec v0.1.0 |
| 2689 | 2025-07-29T05:26:07.786Z | Checking bytecount v0.6.8 |
| 2690 | 2025-07-29T05:26:07.812Z | Checking endian-type v0.1.2 |
| 2691 | 2025-07-29T05:26:07.839Z | Compiling tabled_derive v0.7.0 |
| 2692 | 2025-07-29T05:26:07.911Z | Compiling nix v0.28.0 |
| 2693 | 2025-07-29T05:26:07.987Z | Compiling peg-macros v0.8.5 |
| 2694 | 2025-07-29T05:26:08.013Z | Checking papergrid v0.11.0 |
| 2695 | 2025-07-29T05:26:08.013Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2696 | 2025-07-29T05:26:08.115Z | Checking radix_trie v0.2.1 |
| 2697 | 2025-07-29T05:26:08.374Z | Checking vte v0.11.1 |
| 2698 | 2025-07-29T05:26:08.512Z | Compiling sqlparser_derive v0.2.2 |
| 2699 | 2025-07-29T05:26:08.538Z | Compiling derive_more-impl v2.0.1 |
| 2700 | 2025-07-29T05:26:08.891Z | Checking home v0.5.9 |
| 2701 | 2025-07-29T05:26:09.066Z | Checking nu-ansi-term v0.50.1 |
| 2702 | 2025-07-29T05:26:09.280Z | Checking unicode_categories v0.1.1 |
| 2703 | 2025-07-29T05:26:09.406Z | Checking sqlparser v0.45.0 |
| 2704 | 2025-07-29T05:26:09.491Z | Checking strip-ansi-escapes v0.2.0 |
| 2705 | 2025-07-29T05:26:09.517Z | Checking display-error-chain v0.2.2 |
| 2706 | 2025-07-29T05:26:09.572Z | Checking sqlformat v0.3.5 |
| 2707 | 2025-07-29T05:26:09.667Z | Checking reedline v0.40.0 |
| 2708 | 2025-07-29T05:26:09.718Z | Checking tabled v0.15.0 |
| 2709 | 2025-07-29T05:26:10.067Z | Checking derive_more v2.0.1 |
| 2710 | 2025-07-29T05:26:10.193Z | Checking crossterm v0.29.0 |
| 2711 | 2025-07-29T05:26:10.480Z | Checking peg v0.8.5 |
| 2712 | 2025-07-29T05:26:10.759Z | Checking rustyline v14.0.0 |
| 2713 | 2025-07-29T05:26:23.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s |
| 2714 | 2025-07-29T05:26:23.453Z | |
| 2715 | 2025-07-29T05:26:23.453Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
| 2716 | 2025-07-29T05:26:24.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2717 | 2025-07-29T05:26:24.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2718 | 2025-07-29T05:26:24.609Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2719 | 2025-07-29T05:26:31.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s |
| 2720 | 2025-07-29T05:26:32.168Z | |
| 2721 | 2025-07-29T05:26:32.169Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
| 2722 | 2025-07-29T05:26:33.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2723 | 2025-07-29T05:26:33.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2724 | 2025-07-29T05:26:33.302Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2725 | 2025-07-29T05:26:38.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
| 2726 | 2025-07-29T05:26:38.461Z | |
| 2727 | 2025-07-29T05:26:38.461Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
| 2728 | 2025-07-29T05:26:39.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2729 | 2025-07-29T05:26:39.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2730 | 2025-07-29T05:26:39.593Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2731 | 2025-07-29T05:26:46.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s |
| 2732 | 2025-07-29T05:26:46.564Z | |
| 2733 | 2025-07-29T05:26:46.564Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
| 2734 | 2025-07-29T05:26:47.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2735 | 2025-07-29T05:26:47.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2736 | 2025-07-29T05:26:47.688Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2737 | 2025-07-29T05:26:54.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s |
| 2738 | 2025-07-29T05:26:54.795Z | |
| 2739 | 2025-07-29T05:26:54.795Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
| 2740 | 2025-07-29T05:26:55.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2741 | 2025-07-29T05:26:55.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2742 | 2025-07-29T05:26:55.930Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2743 | 2025-07-29T05:27:01.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
| 2744 | 2025-07-29T05:27:01.392Z | |
| 2745 | 2025-07-29T05:27:01.392Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
| 2746 | 2025-07-29T05:27:02.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2747 | 2025-07-29T05:27:02.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2748 | 2025-07-29T05:27:02.507Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2749 | 2025-07-29T05:27:07.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
| 2750 | 2025-07-29T05:27:07.989Z | |
| 2751 | 2025-07-29T05:27:07.989Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
| 2752 | 2025-07-29T05:27:08.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2753 | 2025-07-29T05:27:08.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2754 | 2025-07-29T05:27:09.117Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2025-07-29T05:27:16.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s |
| 2756 | 2025-07-29T05:27:16.380Z | |
| 2757 | 2025-07-29T05:27:16.380Z | info: running `cargo check --bins` on oximeter (67/221) |
| 2758 | 2025-07-29T05:27:17.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2759 | 2025-07-29T05:27:17.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2760 | 2025-07-29T05:27:17.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2761 | 2025-07-29T05:27:17.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2762 | 2025-07-29T05:27:17.445Z | |
| 2763 | 2025-07-29T05:27:17.445Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
| 2764 | 2025-07-29T05:27:18.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2765 | 2025-07-29T05:27:18.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2766 | 2025-07-29T05:27:18.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2767 | 2025-07-29T05:27:18.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2768 | 2025-07-29T05:27:18.442Z | |
| 2769 | 2025-07-29T05:27:18.442Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
| 2770 | 2025-07-29T05:27:19.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2771 | 2025-07-29T05:27:19.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2772 | 2025-07-29T05:27:19.522Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2773 | 2025-07-29T05:27:22.300Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2774 | 2025-07-29T05:27:23.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s |
| 2775 | 2025-07-29T05:27:23.804Z | |
| 2776 | 2025-07-29T05:27:23.805Z | info: running `cargo check --bins` on oximeter-types (70/221) |
| 2777 | 2025-07-29T05:27:24.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-07-29T05:27:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-07-29T05:27:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-07-29T05:27:24.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2781 | 2025-07-29T05:27:24.835Z | |
| 2782 | 2025-07-29T05:27:24.836Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
| 2783 | 2025-07-29T05:27:25.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-07-29T05:27:25.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-07-29T05:27:25.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-07-29T05:27:25.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2787 | 2025-07-29T05:27:25.876Z | |
| 2788 | 2025-07-29T05:27:25.876Z | info: running `cargo check --bins` on oxql-types (72/221) |
| 2789 | 2025-07-29T05:27:26.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-07-29T05:27:26.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-07-29T05:27:26.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-07-29T05:27:26.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2793 | 2025-07-29T05:27:26.909Z | |
| 2794 | 2025-07-29T05:27:26.909Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
| 2795 | 2025-07-29T05:27:27.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-07-29T05:27:27.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-07-29T05:27:27.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-07-29T05:27:27.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2799 | 2025-07-29T05:27:27.976Z | |
| 2800 | 2025-07-29T05:27:27.976Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
| 2801 | 2025-07-29T05:27:28.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-07-29T05:27:28.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-07-29T05:27:28.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2025-07-29T05:27:28.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2805 | 2025-07-29T05:27:29.017Z | |
| 2806 | 2025-07-29T05:27:29.017Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
| 2807 | 2025-07-29T05:27:29.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2025-07-29T05:27:29.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2025-07-29T05:27:29.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2025-07-29T05:27:29.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2811 | 2025-07-29T05:27:30.087Z | |
| 2812 | 2025-07-29T05:27:30.087Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
| 2813 | 2025-07-29T05:27:31.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2025-07-29T05:27:31.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2025-07-29T05:27:31.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2025-07-29T05:27:31.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2817 | 2025-07-29T05:27:31.152Z | |
| 2818 | 2025-07-29T05:27:31.152Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
| 2819 | 2025-07-29T05:27:32.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2025-07-29T05:27:32.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2025-07-29T05:27:32.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2025-07-29T05:27:32.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2823 | 2025-07-29T05:27:32.196Z | |
| 2824 | 2025-07-29T05:27:32.196Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
| 2825 | 2025-07-29T05:27:33.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-07-29T05:27:33.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-07-29T05:27:33.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-07-29T05:27:33.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2829 | 2025-07-29T05:27:33.238Z | |
| 2830 | 2025-07-29T05:27:33.238Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
| 2831 | 2025-07-29T05:27:34.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-07-29T05:27:34.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-07-29T05:27:34.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2025-07-29T05:27:34.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2835 | 2025-07-29T05:27:34.217Z | |
| 2836 | 2025-07-29T05:27:34.217Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
| 2837 | 2025-07-29T05:27:35.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2025-07-29T05:27:35.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2025-07-29T05:27:35.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2025-07-29T05:27:35.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2841 | 2025-07-29T05:27:35.278Z | |
| 2842 | 2025-07-29T05:27:35.278Z | info: running `cargo check --bins` on dns-service-client (81/221) |
| 2843 | 2025-07-29T05:27:36.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2025-07-29T05:27:36.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2025-07-29T05:27:36.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2025-07-29T05:27:36.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2847 | 2025-07-29T05:27:36.299Z | |
| 2848 | 2025-07-29T05:27:36.299Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
| 2849 | 2025-07-29T05:27:37.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2025-07-29T05:27:37.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2025-07-29T05:27:37.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2025-07-29T05:27:37.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2853 | 2025-07-29T05:27:37.310Z | |
| 2854 | 2025-07-29T05:27:37.310Z | info: running `cargo check --bins` on gateway-client (83/221) |
| 2855 | 2025-07-29T05:27:38.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2025-07-29T05:27:38.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2025-07-29T05:27:38.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2858 | 2025-07-29T05:27:38.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2859 | 2025-07-29T05:27:38.338Z | |
| 2860 | 2025-07-29T05:27:38.338Z | info: running `cargo check --bins` on ereport-types (84/221) |
| 2861 | 2025-07-29T05:27:39.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2025-07-29T05:27:39.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2025-07-29T05:27:39.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2025-07-29T05:27:39.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2865 | 2025-07-29T05:27:39.354Z | |
| 2866 | 2025-07-29T05:27:39.354Z | info: running `cargo check --bins` on gateway-types (85/221) |
| 2867 | 2025-07-29T05:27:40.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2025-07-29T05:27:40.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2025-07-29T05:27:40.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2870 | 2025-07-29T05:27:40.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2871 | 2025-07-29T05:27:40.440Z | |
| 2872 | 2025-07-29T05:27:40.440Z | info: running `cargo check --bins` on ipcc (86/221) |
| 2873 | 2025-07-29T05:27:41.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2025-07-29T05:27:41.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2025-07-29T05:27:41.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2025-07-29T05:27:41.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2877 | 2025-07-29T05:27:41.451Z | |
| 2878 | 2025-07-29T05:27:41.451Z | info: running `cargo check --bins` on installinator-client (87/221) |
| 2879 | 2025-07-29T05:27:42.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2025-07-29T05:27:42.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2025-07-29T05:27:42.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2025-07-29T05:27:42.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2883 | 2025-07-29T05:27:42.522Z | |
| 2884 | 2025-07-29T05:27:42.522Z | info: running `cargo check --bins` on installinator-common (88/221) |
| 2885 | 2025-07-29T05:27:43.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2025-07-29T05:27:43.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2025-07-29T05:27:43.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2025-07-29T05:27:43.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2889 | 2025-07-29T05:27:43.567Z | |
| 2890 | 2025-07-29T05:27:43.567Z | info: running `cargo check --bins` on update-engine (89/221) |
| 2891 | 2025-07-29T05:27:44.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2025-07-29T05:27:44.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2025-07-29T05:27:44.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2025-07-29T05:27:44.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2895 | 2025-07-29T05:27:44.538Z | |
| 2896 | 2025-07-29T05:27:44.538Z | info: running `cargo check --bins` on nexus-client (90/221) |
| 2897 | 2025-07-29T05:27:45.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2025-07-29T05:27:45.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2025-07-29T05:27:45.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2025-07-29T05:27:45.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2901 | 2025-07-29T05:27:45.634Z | |
| 2902 | 2025-07-29T05:27:45.634Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
| 2903 | 2025-07-29T05:27:46.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2025-07-29T05:27:46.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2025-07-29T05:27:46.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2025-07-29T05:27:46.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2907 | 2025-07-29T05:27:46.698Z | |
| 2908 | 2025-07-29T05:27:46.698Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
| 2909 | 2025-07-29T05:27:47.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-07-29T05:27:47.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-07-29T05:27:47.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2025-07-29T05:27:47.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2913 | 2025-07-29T05:27:47.676Z | |
| 2914 | 2025-07-29T05:27:47.676Z | info: running `cargo check --bins` on nexus-types (93/221) |
| 2915 | 2025-07-29T05:27:48.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-07-29T05:27:48.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-07-29T05:27:48.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2025-07-29T05:27:48.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2919 | 2025-07-29T05:27:48.783Z | |
| 2920 | 2025-07-29T05:27:48.783Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
| 2921 | 2025-07-29T05:27:49.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-07-29T05:27:49.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-07-29T05:27:49.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2025-07-29T05:27:49.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2925 | 2025-07-29T05:27:49.767Z | |
| 2926 | 2025-07-29T05:27:49.767Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
| 2927 | 2025-07-29T05:27:50.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-07-29T05:27:50.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-07-29T05:27:50.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2025-07-29T05:27:50.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2931 | 2025-07-29T05:27:50.773Z | |
| 2932 | 2025-07-29T05:27:50.773Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
| 2933 | 2025-07-29T05:27:51.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-07-29T05:27:51.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-07-29T05:27:51.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2025-07-29T05:27:51.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2937 | 2025-07-29T05:27:51.790Z | |
| 2938 | 2025-07-29T05:27:51.790Z | info: running `cargo check --bins` on oxide-client (97/221) |
| 2939 | 2025-07-29T05:27:52.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-07-29T05:27:52.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-07-29T05:27:52.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2025-07-29T05:27:52.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2943 | 2025-07-29T05:27:52.802Z | |
| 2944 | 2025-07-29T05:27:52.802Z | info: running `cargo check --bins` on oximeter-client (98/221) |
| 2945 | 2025-07-29T05:27:53.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2025-07-29T05:27:53.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2025-07-29T05:27:53.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2025-07-29T05:27:53.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2949 | 2025-07-29T05:27:53.854Z | |
| 2950 | 2025-07-29T05:27:53.854Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
| 2951 | 2025-07-29T05:27:54.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-07-29T05:27:54.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-07-29T05:27:54.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2025-07-29T05:27:54.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2955 | 2025-07-29T05:27:54.857Z | |
| 2956 | 2025-07-29T05:27:54.857Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
| 2957 | 2025-07-29T05:27:55.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-07-29T05:27:55.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-07-29T05:27:55.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-07-29T05:27:55.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2961 | 2025-07-29T05:27:55.904Z | |
| 2962 | 2025-07-29T05:27:55.904Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
| 2963 | 2025-07-29T05:27:56.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-07-29T05:27:56.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-07-29T05:27:56.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-07-29T05:27:56.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2967 | 2025-07-29T05:27:56.930Z | |
| 2968 | 2025-07-29T05:27:56.930Z | info: running `cargo check --bins` on wicketd-client (102/221) |
| 2969 | 2025-07-29T05:27:57.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-07-29T05:27:57.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-07-29T05:27:57.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-07-29T05:27:57.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2973 | 2025-07-29T05:27:57.997Z | |
| 2974 | 2025-07-29T05:27:57.997Z | info: running `cargo check --bins` on wicket-common (103/221) |
| 2975 | 2025-07-29T05:27:58.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-07-29T05:27:58.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-07-29T05:27:58.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-07-29T05:27:58.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2979 | 2025-07-29T05:27:59.038Z | |
| 2980 | 2025-07-29T05:27:59.038Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
| 2981 | 2025-07-29T05:27:59.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-07-29T05:27:59.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-07-29T05:28:00.148Z | Checking csv-core v0.1.11 |
| 2984 | 2025-07-29T05:28:00.148Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2985 | 2025-07-29T05:28:00.148Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2986 | 2025-07-29T05:28:00.175Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2987 | 2025-07-29T05:28:00.432Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2988 | 2025-07-29T05:28:00.486Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2989 | 2025-07-29T05:28:00.518Z | Checking csv v1.3.1 |
| 2990 | 2025-07-29T05:28:01.228Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2991 | 2025-07-29T05:28:01.867Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2992 | 2025-07-29T05:28:04.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
| 2993 | 2025-07-29T05:28:05.072Z | |
| 2994 | 2025-07-29T05:28:05.072Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
| 2995 | 2025-07-29T05:28:05.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2025-07-29T05:28:05.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2025-07-29T05:28:05.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2025-07-29T05:28:05.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2999 | 2025-07-29T05:28:06.096Z | |
| 3000 | 2025-07-29T05:28:06.096Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
| 3001 | 2025-07-29T05:28:07.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2025-07-29T05:28:07.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2025-07-29T05:28:07.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2025-07-29T05:28:07.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3005 | 2025-07-29T05:28:07.159Z | |
| 3006 | 2025-07-29T05:28:07.159Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
| 3007 | 2025-07-29T05:28:08.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2025-07-29T05:28:08.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2025-07-29T05:28:08.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2025-07-29T05:28:08.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3011 | 2025-07-29T05:28:08.383Z | |
| 3012 | 2025-07-29T05:28:08.383Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
| 3013 | 2025-07-29T05:28:09.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2025-07-29T05:28:09.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2025-07-29T05:28:09.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2025-07-29T05:28:09.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3017 | 2025-07-29T05:28:09.590Z | |
| 3018 | 2025-07-29T05:28:09.590Z | info: running `cargo check --bins` on dns-server (109/221) |
| 3019 | 2025-07-29T05:28:10.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-07-29T05:28:10.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-07-29T05:28:10.674Z | Compiling typify-impl v0.4.1 |
| 3022 | 2025-07-29T05:28:10.714Z | Compiling parking_lot_core v0.8.6 |
| 3023 | 2025-07-29T05:28:10.714Z | Compiling moka v0.12.10 |
| 3024 | 2025-07-29T05:28:10.749Z | Checking tagptr v0.2.0 |
| 3025 | 2025-07-29T05:28:10.777Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3026 | 2025-07-29T05:28:10.804Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3027 | 2025-07-29T05:28:10.831Z | Checking prefix-trie v0.7.0 |
| 3028 | 2025-07-29T05:28:11.001Z | Checking fxhash v0.2.1 |
| 3029 | 2025-07-29T05:28:11.028Z | Checking hickory-client v0.25.2 |
| 3030 | 2025-07-29T05:28:11.426Z | Checking hickory-server v0.25.2 |
| 3031 | 2025-07-29T05:28:11.492Z | Checking parking_lot v0.11.2 |
| 3032 | 2025-07-29T05:28:11.807Z | Checking sled v0.34.7 |
| 3033 | 2025-07-29T05:28:11.928Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3034 | 2025-07-29T05:28:12.274Z | Checking hickory-resolver v0.25.2 |
| 3035 | 2025-07-29T05:28:15.930Z | Compiling typify-macro v0.4.1 |
| 3036 | 2025-07-29T05:28:17.941Z | Compiling typify v0.4.1 |
| 3037 | 2025-07-29T05:28:18.076Z | Compiling progenitor-impl v0.10.0 |
| 3038 | 2025-07-29T05:28:21.294Z | Compiling progenitor-macro v0.10.0 |
| 3039 | 2025-07-29T05:28:25.976Z | Checking progenitor v0.10.0 |
| 3040 | 2025-07-29T05:28:26.170Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3041 | 2025-07-29T05:28:26.845Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3042 | 2025-07-29T05:28:28.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s |
| 3043 | 2025-07-29T05:28:28.965Z | |
| 3044 | 2025-07-29T05:28:28.965Z | info: running `cargo check --bins` on dns-server-api (110/221) |
| 3045 | 2025-07-29T05:28:29.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2025-07-29T05:28:29.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2025-07-29T05:28:29.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2025-07-29T05:28:29.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3049 | 2025-07-29T05:28:29.991Z | |
| 3050 | 2025-07-29T05:28:29.991Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
| 3051 | 2025-07-29T05:28:30.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2025-07-29T05:28:30.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2025-07-29T05:28:30.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2025-07-29T05:28:30.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3055 | 2025-07-29T05:28:30.970Z | |
| 3056 | 2025-07-29T05:28:30.970Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
| 3057 | 2025-07-29T05:28:31.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2025-07-29T05:28:31.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2025-07-29T05:28:31.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2025-07-29T05:28:31.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3061 | 2025-07-29T05:28:32.078Z | |
| 3062 | 2025-07-29T05:28:32.078Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
| 3063 | 2025-07-29T05:28:33.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2025-07-29T05:28:33.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2025-07-29T05:28:33.304Z | Checking half v2.4.1 |
| 3066 | 2025-07-29T05:28:33.304Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3067 | 2025-07-29T05:28:33.304Z | Checking ciborium-io v0.2.2 |
| 3068 | 2025-07-29T05:28:33.387Z | Compiling radium v0.7.0 |
| 3069 | 2025-07-29T05:28:33.415Z | Compiling semver v0.1.20 |
| 3070 | 2025-07-29T05:28:33.442Z | Compiling zerocopy-derive v0.6.6 |
| 3071 | 2025-07-29T05:28:33.442Z | Checking tap v1.0.1 |
| 3072 | 2025-07-29T05:28:33.442Z | Compiling maybe-uninit v2.0.0 |
| 3073 | 2025-07-29T05:28:33.501Z | Checking password-hash v0.5.0 |
| 3074 | 2025-07-29T05:28:33.644Z | Checking wyz v0.5.1 |
| 3075 | 2025-07-29T05:28:33.795Z | Checking ciborium-ll v0.2.2 |
| 3076 | 2025-07-29T05:28:33.877Z | Compiling rustc_version v0.1.7 |
| 3077 | 2025-07-29T05:28:33.942Z | Checking blake2 v0.10.6 |
| 3078 | 2025-07-29T05:28:33.942Z | Compiling pin-project-internal v1.1.6 |
| 3079 | 2025-07-29T05:28:34.025Z | Checking crc-catalog v2.4.0 |
| 3080 | 2025-07-29T05:28:34.070Z | Compiling owo-colors v4.2.2 |
| 3081 | 2025-07-29T05:28:34.105Z | Checking ciborium v0.2.2 |
| 3082 | 2025-07-29T05:28:34.197Z | Compiling cancel-safe-futures v0.1.5 |
| 3083 | 2025-07-29T05:28:34.292Z | Compiling packed_struct v0.10.1 |
| 3084 | 2025-07-29T05:28:34.319Z | Compiling newtype_derive v0.1.6 |
| 3085 | 2025-07-29T05:28:34.408Z | Checking funty v2.0.0 |
| 3086 | 2025-07-29T05:28:34.567Z | Checking argon2 v0.5.3 |
| 3087 | 2025-07-29T05:28:34.704Z | Checking crc v3.2.1 |
| 3088 | 2025-07-29T05:28:34.784Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3089 | 2025-07-29T05:28:34.859Z | Compiling packed_struct_codegen v0.10.1 |
| 3090 | 2025-07-29T05:28:35.023Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3091 | 2025-07-29T05:28:35.141Z | Checking zerocopy v0.6.6 |
| 3092 | 2025-07-29T05:28:35.168Z | Checking libsw-core v0.3.1 |
| 3093 | 2025-07-29T05:28:35.195Z | Checking bitvec v1.0.1 |
| 3094 | 2025-07-29T05:28:35.278Z | Compiling snafu-derive v0.8.5 |
| 3095 | 2025-07-29T05:28:35.415Z | Checking secrecy v0.10.3 |
| 3096 | 2025-07-29T05:28:35.443Z | Compiling indexmap v1.9.3 |
| 3097 | 2025-07-29T05:28:35.470Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3098 | 2025-07-29T05:28:35.616Z | Checking fixedbitset v0.5.7 |
| 3099 | 2025-07-29T05:28:35.750Z | Checking indent_write v2.2.0 |
| 3100 | 2025-07-29T05:28:35.778Z | Checking nodrop v0.1.14 |
| 3101 | 2025-07-29T05:28:35.913Z | Checking array-init v0.0.4 |
| 3102 | 2025-07-29T05:28:35.998Z | Checking petgraph v0.8.2 |
| 3103 | 2025-07-29T05:28:36.029Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3104 | 2025-07-29T05:28:36.259Z | Checking pin-project v1.1.6 |
| 3105 | 2025-07-29T05:28:36.341Z | Checking libsw v3.5.0 |
| 3106 | 2025-07-29T05:28:36.406Z | Checking smallvec v0.6.14 |
| 3107 | 2025-07-29T05:28:36.583Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3108 | 2025-07-29T05:28:36.962Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3109 | 2025-07-29T05:28:37.299Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3110 | 2025-07-29T05:28:37.333Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3111 | 2025-07-29T05:28:37.545Z | Checking globset v0.4.15 |
| 3112 | 2025-07-29T05:28:37.808Z | Checking olpc-cjson v0.1.4 |
| 3113 | 2025-07-29T05:28:38.003Z | Checking serde_plain v1.0.2 |
| 3114 | 2025-07-29T05:28:38.068Z | Checking bitfield v0.14.0 |
| 3115 | 2025-07-29T05:28:38.095Z | Checking unicode-linebreak v0.1.5 |
| 3116 | 2025-07-29T05:28:38.123Z | Checking typed-path v0.9.3 |
| 3117 | 2025-07-29T05:28:38.294Z | Checking smawk v0.3.2 |
| 3118 | 2025-07-29T05:28:38.371Z | Checking swrite v0.1.0 |
| 3119 | 2025-07-29T05:28:38.532Z | Checking linear-map v1.2.0 |
| 3120 | 2025-07-29T05:28:38.559Z | Checking termcolor v1.4.1 |
| 3121 | 2025-07-29T05:28:38.559Z | Checking hashbrown v0.12.3 |
| 3122 | 2025-07-29T05:28:38.604Z | Checking textwrap v0.16.2 |
| 3123 | 2025-07-29T05:28:38.883Z | Checking ron v0.8.1 |
| 3124 | 2025-07-29T05:28:38.996Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3125 | 2025-07-29T05:28:39.036Z | Checking env_logger v0.10.2 |
| 3126 | 2025-07-29T05:28:39.063Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3127 | 2025-07-29T05:28:39.314Z | Checking snafu v0.8.5 |
| 3128 | 2025-07-29T05:28:39.484Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3129 | 2025-07-29T05:28:39.762Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3130 | 2025-07-29T05:28:39.903Z | Checking tough v0.20.0 |
| 3131 | 2025-07-29T05:28:40.043Z | Checking steno v0.4.1 |
| 3132 | 2025-07-29T05:28:40.088Z | Checking serde-hex v0.1.0 |
| 3133 | 2025-07-29T05:28:40.159Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3134 | 2025-07-29T05:28:40.424Z | Checking hashbrown v0.13.2 |
| 3135 | 2025-07-29T05:28:40.637Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3136 | 2025-07-29T05:28:41.258Z | Checking crc-any v2.5.0 |
| 3137 | 2025-07-29T05:28:41.607Z | Checking humantime v2.2.0 |
| 3138 | 2025-07-29T05:28:41.654Z | Checking object v0.30.4 |
| 3139 | 2025-07-29T05:28:41.907Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3140 | 2025-07-29T05:28:42.103Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3141 | 2025-07-29T05:28:42.171Z | Checking void v1.0.2 |
| 3142 | 2025-07-29T05:28:42.293Z | Checking path-slash v0.1.5 |
| 3143 | 2025-07-29T05:28:42.355Z | Checking half v1.8.3 |
| 3144 | 2025-07-29T05:28:42.456Z | Checking tungstenite v0.23.0 |
| 3145 | 2025-07-29T05:28:42.483Z | Checking lzss v0.8.2 |
| 3146 | 2025-07-29T05:28:42.752Z | Checking serde_cbor v0.11.2 |
| 3147 | 2025-07-29T05:28:42.805Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3148 | 2025-07-29T05:28:43.222Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3149 | 2025-07-29T05:28:43.425Z | Checking nix v0.27.1 |
| 3150 | 2025-07-29T05:28:43.482Z | Checking kstat-rs v0.2.4 |
| 3151 | 2025-07-29T05:28:43.513Z | Checking serde_bytes v0.11.17 |
| 3152 | 2025-07-29T05:28:43.540Z | Checking tokio-tungstenite v0.23.1 |
| 3153 | 2025-07-29T05:28:43.762Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3154 | 2025-07-29T05:28:43.822Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3155 | 2025-07-29T05:28:43.849Z | Checking signal-hook-tokio v0.3.1 |
| 3156 | 2025-07-29T05:28:43.889Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3157 | 2025-07-29T05:28:46.716Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3158 | 2025-07-29T05:28:48.374Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3159 | 2025-07-29T05:29:02.105Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3160 | 2025-07-29T05:29:11.616Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3161 | 2025-07-29T05:29:12.579Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3162 | 2025-07-29T05:29:16.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.68s |
| 3163 | 2025-07-29T05:29:16.977Z | |
| 3164 | 2025-07-29T05:29:16.977Z | info: running `cargo check --bins` on gateway-api (114/221) |
| 3165 | 2025-07-29T05:29:17.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2025-07-29T05:29:17.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2025-07-29T05:29:17.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2025-07-29T05:29:17.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3169 | 2025-07-29T05:29:18.011Z | |
| 3170 | 2025-07-29T05:29:18.011Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
| 3171 | 2025-07-29T05:29:18.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2025-07-29T05:29:18.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2025-07-29T05:29:18.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2025-07-29T05:29:18.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3175 | 2025-07-29T05:29:19.008Z | |
| 3176 | 2025-07-29T05:29:19.008Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
| 3177 | 2025-07-29T05:29:19.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2025-07-29T05:29:19.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2025-07-29T05:29:19.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2025-07-29T05:29:19.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3181 | 2025-07-29T05:29:20.044Z | |
| 3182 | 2025-07-29T05:29:20.044Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
| 3183 | 2025-07-29T05:29:20.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2025-07-29T05:29:20.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2025-07-29T05:29:20.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2025-07-29T05:29:20.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3187 | 2025-07-29T05:29:21.088Z | |
| 3188 | 2025-07-29T05:29:21.088Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
| 3189 | 2025-07-29T05:29:22.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2025-07-29T05:29:22.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2025-07-29T05:29:22.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2025-07-29T05:29:22.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3193 | 2025-07-29T05:29:22.129Z | |
| 3194 | 2025-07-29T05:29:22.129Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
| 3195 | 2025-07-29T05:29:23.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2025-07-29T05:29:23.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2025-07-29T05:29:23.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2025-07-29T05:29:23.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3199 | 2025-07-29T05:29:23.164Z | |
| 3200 | 2025-07-29T05:29:23.164Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
| 3201 | 2025-07-29T05:29:24.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2025-07-29T05:29:24.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2025-07-29T05:29:24.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2025-07-29T05:29:24.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3205 | 2025-07-29T05:29:24.182Z | |
| 3206 | 2025-07-29T05:29:24.182Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
| 3207 | 2025-07-29T05:29:25.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2025-07-29T05:29:25.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2025-07-29T05:29:25.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2025-07-29T05:29:25.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3211 | 2025-07-29T05:29:25.186Z | |
| 3212 | 2025-07-29T05:29:25.186Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
| 3213 | 2025-07-29T05:29:26.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2025-07-29T05:29:26.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2025-07-29T05:29:26.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2025-07-29T05:29:26.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3217 | 2025-07-29T05:29:26.260Z | |
| 3218 | 2025-07-29T05:29:26.260Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
| 3219 | 2025-07-29T05:29:27.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2025-07-29T05:29:27.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2025-07-29T05:29:27.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2025-07-29T05:29:27.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3223 | 2025-07-29T05:29:27.274Z | |
| 3224 | 2025-07-29T05:29:27.274Z | info: running `cargo check --bins` on sp-sim (124/221) |
| 3225 | 2025-07-29T05:29:28.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2025-07-29T05:29:28.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2025-07-29T05:29:28.330Z | Compiling nix v0.30.1 |
| 3228 | 2025-07-29T05:29:28.330Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3229 | 2025-07-29T05:29:28.357Z | Checking keccak v0.1.5 |
| 3230 | 2025-07-29T05:29:28.695Z | Checking sha3 v0.10.8 |
| 3231 | 2025-07-29T05:29:28.722Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3232 | 2025-07-29T05:29:30.901Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3233 | 2025-07-29T05:29:33.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
| 3234 | 2025-07-29T05:29:33.797Z | |
| 3235 | 2025-07-29T05:29:33.797Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
| 3236 | 2025-07-29T05:29:34.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2025-07-29T05:29:34.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2025-07-29T05:29:34.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3239 | 2025-07-29T05:29:34.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3240 | 2025-07-29T05:29:34.959Z | |
| 3241 | 2025-07-29T05:29:34.960Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
| 3242 | 2025-07-29T05:29:35.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2025-07-29T05:29:36.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2025-07-29T05:29:36.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3245 | 2025-07-29T05:29:36.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3246 | 2025-07-29T05:29:36.130Z | |
| 3247 | 2025-07-29T05:29:36.130Z | info: running `cargo check --bins` on db-macros (127/221) |
| 3248 | 2025-07-29T05:29:37.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2025-07-29T05:29:37.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2025-07-29T05:29:37.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2025-07-29T05:29:37.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3252 | 2025-07-29T05:29:37.121Z | |
| 3253 | 2025-07-29T05:29:37.121Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
| 3254 | 2025-07-29T05:29:37.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2025-07-29T05:29:37.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2025-07-29T05:29:37.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2025-07-29T05:29:37.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3258 | 2025-07-29T05:29:38.085Z | |
| 3259 | 2025-07-29T05:29:38.085Z | info: running `cargo check --bins` on nexus-auth (129/221) |
| 3260 | 2025-07-29T05:29:39.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2025-07-29T05:29:39.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2025-07-29T05:29:39.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3263 | 2025-07-29T05:29:39.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3264 | 2025-07-29T05:29:39.202Z | |
| 3265 | 2025-07-29T05:29:39.202Z | info: running `cargo check --bins` on authz-macros (130/221) |
| 3266 | 2025-07-29T05:29:40.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2025-07-29T05:29:40.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2025-07-29T05:29:40.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2025-07-29T05:29:40.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3270 | 2025-07-29T05:29:40.207Z | |
| 3271 | 2025-07-29T05:29:40.208Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
| 3272 | 2025-07-29T05:29:41.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2025-07-29T05:29:41.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2025-07-29T05:29:41.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2025-07-29T05:29:41.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3276 | 2025-07-29T05:29:41.322Z | |
| 3277 | 2025-07-29T05:29:41.322Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
| 3278 | 2025-07-29T05:29:42.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2025-07-29T05:29:42.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2025-07-29T05:29:42.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2025-07-29T05:29:42.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3282 | 2025-07-29T05:29:42.435Z | |
| 3283 | 2025-07-29T05:29:42.435Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
| 3284 | 2025-07-29T05:29:43.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2025-07-29T05:29:43.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2025-07-29T05:29:43.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2025-07-29T05:29:43.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3288 | 2025-07-29T05:29:43.406Z | |
| 3289 | 2025-07-29T05:29:43.406Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
| 3290 | 2025-07-29T05:29:44.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2025-07-29T05:29:44.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2025-07-29T05:29:44.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2025-07-29T05:29:44.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3294 | 2025-07-29T05:29:44.411Z | |
| 3295 | 2025-07-29T05:29:44.411Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
| 3296 | 2025-07-29T05:29:45.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2025-07-29T05:29:45.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2025-07-29T05:29:45.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2025-07-29T05:29:45.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3300 | 2025-07-29T05:29:45.538Z | |
| 3301 | 2025-07-29T05:29:45.538Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
| 3302 | 2025-07-29T05:29:46.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2025-07-29T05:29:46.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2025-07-29T05:29:46.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2025-07-29T05:29:46.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3306 | 2025-07-29T05:29:46.674Z | |
| 3307 | 2025-07-29T05:29:46.674Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
| 3308 | 2025-07-29T05:29:47.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2025-07-29T05:29:47.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2025-07-29T05:29:47.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2025-07-29T05:29:47.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3312 | 2025-07-29T05:29:47.771Z | |
| 3313 | 2025-07-29T05:29:47.771Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
| 3314 | 2025-07-29T05:29:48.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2025-07-29T05:29:48.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2025-07-29T05:29:48.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3317 | 2025-07-29T05:29:48.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3318 | 2025-07-29T05:29:48.830Z | |
| 3319 | 2025-07-29T05:29:48.830Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
| 3320 | 2025-07-29T05:29:49.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2025-07-29T05:29:49.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2025-07-29T05:29:49.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3323 | 2025-07-29T05:29:49.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3324 | 2025-07-29T05:29:49.870Z | |
| 3325 | 2025-07-29T05:29:49.870Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
| 3326 | 2025-07-29T05:29:50.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2025-07-29T05:29:50.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2025-07-29T05:29:50.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3329 | 2025-07-29T05:29:50.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3330 | 2025-07-29T05:29:50.929Z | |
| 3331 | 2025-07-29T05:29:50.929Z | info: running `cargo check --bins` on key-manager (141/221) |
| 3332 | 2025-07-29T05:29:51.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2025-07-29T05:29:51.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2025-07-29T05:29:51.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2025-07-29T05:29:51.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3336 | 2025-07-29T05:29:51.965Z | |
| 3337 | 2025-07-29T05:29:51.965Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
| 3338 | 2025-07-29T05:29:52.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2025-07-29T05:29:52.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2025-07-29T05:29:52.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2025-07-29T05:29:52.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3342 | 2025-07-29T05:29:52.988Z | |
| 3343 | 2025-07-29T05:29:52.989Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
| 3344 | 2025-07-29T05:29:53.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2025-07-29T05:29:53.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2025-07-29T05:29:53.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2025-07-29T05:29:53.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3348 | 2025-07-29T05:29:54.034Z | |
| 3349 | 2025-07-29T05:29:54.034Z | info: running `cargo check --bins` on typed-rng (144/221) |
| 3350 | 2025-07-29T05:29:54.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2025-07-29T05:29:54.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2025-07-29T05:29:54.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2025-07-29T05:29:54.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3354 | 2025-07-29T05:29:55.032Z | |
| 3355 | 2025-07-29T05:29:55.032Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
| 3356 | 2025-07-29T05:29:56.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2025-07-29T05:29:56.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2025-07-29T05:29:56.414Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3359 | 2025-07-29T05:29:56.414Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3360 | 2025-07-29T05:29:56.414Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3361 | 2025-07-29T05:29:56.441Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3362 | 2025-07-29T05:29:56.441Z | Checking universal-hash v0.5.1 |
| 3363 | 2025-07-29T05:29:56.441Z | Checking opaque-debug v0.3.1 |
| 3364 | 2025-07-29T05:29:56.441Z | Checking chacha20 v0.9.1 |
| 3365 | 2025-07-29T05:29:56.476Z | Checking aead v0.5.2 |
| 3366 | 2025-07-29T05:29:56.672Z | Compiling unicase v2.7.0 |
| 3367 | 2025-07-29T05:29:56.726Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3368 | 2025-07-29T05:29:56.756Z | Checking poly1305 v0.8.0 |
| 3369 | 2025-07-29T05:29:56.821Z | Compiling libefi-sys v0.1.0 |
| 3370 | 2025-07-29T05:29:56.913Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3371 | 2025-07-29T05:29:56.940Z | Compiling bitfield-struct v0.6.2 |
| 3372 | 2025-07-29T05:29:57.005Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3373 | 2025-07-29T05:29:57.072Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3374 | 2025-07-29T05:29:57.227Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3375 | 2025-07-29T05:29:57.254Z | Checking chacha20poly1305 v0.10.1 |
| 3376 | 2025-07-29T05:29:57.409Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3377 | 2025-07-29T05:29:57.446Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3378 | 2025-07-29T05:29:57.493Z | Compiling salty v0.3.0 |
| 3379 | 2025-07-29T05:29:57.582Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3380 | 2025-07-29T05:29:57.935Z | Compiling num-derive v0.3.3 |
| 3381 | 2025-07-29T05:29:58.077Z | Compiling proc-macro-error2 v2.0.1 |
| 3382 | 2025-07-29T05:29:58.111Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3383 | 2025-07-29T05:29:58.139Z | Compiling xshell-macros v0.2.7 |
| 3384 | 2025-07-29T05:29:58.595Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3385 | 2025-07-29T05:29:58.668Z | Compiling tabled_derive v0.10.0 |
| 3386 | 2025-07-29T05:29:58.711Z | Checking thiserror-no-std v2.0.2 |
| 3387 | 2025-07-29T05:29:58.789Z | Checking xshell v0.2.7 |
| 3388 | 2025-07-29T05:29:58.844Z | Checking vsss-rs v3.3.4 |
| 3389 | 2025-07-29T05:29:59.041Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3390 | 2025-07-29T05:29:59.129Z | Compiling mime_guess v2.0.5 |
| 3391 | 2025-07-29T05:29:59.247Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3392 | 2025-07-29T05:29:59.552Z | Checking libscf-sys v1.1.0 |
| 3393 | 2025-07-29T05:30:00.129Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3394 | 2025-07-29T05:30:00.284Z | Checking papergrid v0.14.0 |
| 3395 | 2025-07-29T05:30:00.559Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3396 | 2025-07-29T05:30:00.850Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3397 | 2025-07-29T05:30:01.283Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3398 | 2025-07-29T05:30:01.424Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3399 | 2025-07-29T05:30:01.616Z | Checking primeorder v0.13.6 |
| 3400 | 2025-07-29T05:30:01.650Z | Checking env_filter v0.1.2 |
| 3401 | 2025-07-29T05:30:01.904Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3402 | 2025-07-29T05:30:02.063Z | Checking p384 v0.13.0 |
| 3403 | 2025-07-29T05:30:02.182Z | Checking env_logger v0.11.5 |
| 3404 | 2025-07-29T05:30:02.293Z | Checking tabled v0.18.0 |
| 3405 | 2025-07-29T05:30:02.487Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3406 | 2025-07-29T05:30:02.515Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3407 | 2025-07-29T05:30:02.596Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3408 | 2025-07-29T05:30:02.968Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3409 | 2025-07-29T05:30:02.994Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3410 | 2025-07-29T05:30:03.051Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3411 | 2025-07-29T05:30:03.208Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3412 | 2025-07-29T05:30:03.407Z | Checking http-range v0.1.5 |
| 3413 | 2025-07-29T05:30:03.434Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3414 | 2025-07-29T05:30:03.625Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3415 | 2025-07-29T05:30:03.651Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3416 | 2025-07-29T05:30:03.810Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3417 | 2025-07-29T05:30:04.041Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3418 | 2025-07-29T05:30:04.092Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3419 | 2025-07-29T05:30:04.346Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3420 | 2025-07-29T05:30:04.483Z | Checking secrecy v0.8.0 |
| 3421 | 2025-07-29T05:30:04.594Z | Checking atty v0.2.14 |
| 3422 | 2025-07-29T05:30:04.695Z | Checking crc8 v0.1.1 |
| 3423 | 2025-07-29T05:30:04.771Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3424 | 2025-07-29T05:30:04.867Z | Checking hyper-staticfile v0.10.1 |
| 3425 | 2025-07-29T05:30:04.894Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3426 | 2025-07-29T05:30:05.395Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3427 | 2025-07-29T05:30:05.437Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3428 | 2025-07-29T05:30:05.469Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3429 | 2025-07-29T05:30:05.765Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3430 | 2025-07-29T05:30:05.854Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3431 | 2025-07-29T05:30:06.085Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3432 | 2025-07-29T05:30:06.240Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3433 | 2025-07-29T05:30:06.502Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3434 | 2025-07-29T05:30:07.140Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3435 | 2025-07-29T05:30:07.140Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3436 | 2025-07-29T05:30:07.167Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3437 | 2025-07-29T05:30:08.205Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3438 | 2025-07-29T05:30:08.634Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3439 | 2025-07-29T05:30:08.857Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3440 | 2025-07-29T05:30:10.468Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3441 | 2025-07-29T05:30:12.179Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3442 | 2025-07-29T05:30:18.864Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3443 | 2025-07-29T05:30:37.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s |
| 3444 | 2025-07-29T05:30:38.197Z | |
| 3445 | 2025-07-29T05:30:38.197Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
| 3446 | 2025-07-29T05:30:39.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2025-07-29T05:30:39.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2025-07-29T05:30:39.436Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3449 | 2025-07-29T05:30:57.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.75s |
| 3450 | 2025-07-29T05:30:58.167Z | |
| 3451 | 2025-07-29T05:30:58.167Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
| 3452 | 2025-07-29T05:30:59.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2025-07-29T05:30:59.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2025-07-29T05:30:59.420Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3455 | 2025-07-29T05:31:19.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.83s |
| 3456 | 2025-07-29T05:31:19.219Z | |
| 3457 | 2025-07-29T05:31:19.219Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
| 3458 | 2025-07-29T05:31:20.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2025-07-29T05:31:20.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2025-07-29T05:31:20.484Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3461 | 2025-07-29T05:31:39.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s |
| 3462 | 2025-07-29T05:31:39.380Z | |
| 3463 | 2025-07-29T05:31:39.380Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
| 3464 | 2025-07-29T05:31:40.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2025-07-29T05:31:40.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2025-07-29T05:31:40.695Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3467 | 2025-07-29T05:31:59.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.09s |
| 3468 | 2025-07-29T05:31:59.705Z | |
| 3469 | 2025-07-29T05:31:59.705Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
| 3470 | 2025-07-29T05:32:00.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2025-07-29T05:32:00.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2025-07-29T05:32:01.041Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3473 | 2025-07-29T05:32:20.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.58s |
| 3474 | 2025-07-29T05:32:20.549Z | |
| 3475 | 2025-07-29T05:32:20.549Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
| 3476 | 2025-07-29T05:32:21.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2025-07-29T05:32:21.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2025-07-29T05:32:22.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3479 | 2025-07-29T05:32:43.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.74s |
| 3480 | 2025-07-29T05:32:43.543Z | |
| 3481 | 2025-07-29T05:32:43.543Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
| 3482 | 2025-07-29T05:32:44.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2025-07-29T05:32:44.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2025-07-29T05:32:44.987Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3485 | 2025-07-29T05:33:06.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.08s |
| 3486 | 2025-07-29T05:33:06.899Z | |
| 3487 | 2025-07-29T05:33:06.899Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
| 3488 | 2025-07-29T05:33:08.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2025-07-29T05:33:08.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2025-07-29T05:33:08.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2025-07-29T05:33:08.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3492 | 2025-07-29T05:33:08.187Z | |
| 3493 | 2025-07-29T05:33:08.187Z | info: running `cargo check --bins` on range-requests (154/221) |
| 3494 | 2025-07-29T05:33:09.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2025-07-29T05:33:09.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2025-07-29T05:33:09.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2025-07-29T05:33:09.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3498 | 2025-07-29T05:33:09.395Z | |
| 3499 | 2025-07-29T05:33:09.395Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
| 3500 | 2025-07-29T05:33:10.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2025-07-29T05:33:10.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2025-07-29T05:33:10.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2025-07-29T05:33:10.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3504 | 2025-07-29T05:33:10.733Z | |
| 3505 | 2025-07-29T05:33:10.733Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
| 3506 | 2025-07-29T05:33:11.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2025-07-29T05:33:11.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2025-07-29T05:33:11.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2025-07-29T05:33:11.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3510 | 2025-07-29T05:33:11.882Z | |
| 3511 | 2025-07-29T05:33:11.882Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
| 3512 | 2025-07-29T05:33:12.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2025-07-29T05:33:12.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2025-07-29T05:33:12.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2025-07-29T05:33:12.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3516 | 2025-07-29T05:33:12.981Z | |
| 3517 | 2025-07-29T05:33:12.981Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
| 3518 | 2025-07-29T05:33:14.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2025-07-29T05:33:14.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2025-07-29T05:33:14.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2025-07-29T05:33:14.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3522 | 2025-07-29T05:33:14.145Z | |
| 3523 | 2025-07-29T05:33:14.145Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
| 3524 | 2025-07-29T05:33:15.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2025-07-29T05:33:15.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2025-07-29T05:33:15.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2025-07-29T05:33:15.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3528 | 2025-07-29T05:33:15.299Z | |
| 3529 | 2025-07-29T05:33:15.299Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
| 3530 | 2025-07-29T05:33:16.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2025-07-29T05:33:16.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2025-07-29T05:33:16.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2025-07-29T05:33:16.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3534 | 2025-07-29T05:33:16.442Z | |
| 3535 | 2025-07-29T05:33:16.442Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
| 3536 | 2025-07-29T05:33:17.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2025-07-29T05:33:17.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2025-07-29T05:33:17.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2025-07-29T05:33:17.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3540 | 2025-07-29T05:33:17.659Z | |
| 3541 | 2025-07-29T05:33:17.659Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
| 3542 | 2025-07-29T05:33:18.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2025-07-29T05:33:18.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2025-07-29T05:33:18.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2025-07-29T05:33:18.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3546 | 2025-07-29T05:33:18.918Z | |
| 3547 | 2025-07-29T05:33:18.918Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
| 3548 | 2025-07-29T05:33:19.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2025-07-29T05:33:20.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2025-07-29T05:33:20.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2025-07-29T05:33:20.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3552 | 2025-07-29T05:33:20.146Z | |
| 3553 | 2025-07-29T05:33:20.146Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
| 3554 | 2025-07-29T05:33:21.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2025-07-29T05:33:21.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2025-07-29T05:33:21.454Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3557 | 2025-07-29T05:33:21.454Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3558 | 2025-07-29T05:33:22.764Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3559 | 2025-07-29T05:33:25.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 3560 | 2025-07-29T05:33:25.920Z | |
| 3561 | 2025-07-29T05:33:25.920Z | info: running `cargo check --bins` on oximeter-api (165/221) |
| 3562 | 2025-07-29T05:33:26.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2025-07-29T05:33:27.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2025-07-29T05:33:27.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2025-07-29T05:33:27.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3566 | 2025-07-29T05:33:27.101Z | |
| 3567 | 2025-07-29T05:33:27.101Z | info: running `cargo check --bins` on cert-dev (166/221) |
| 3568 | 2025-07-29T05:33:28.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2025-07-29T05:33:28.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2025-07-29T05:33:28.169Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3571 | 2025-07-29T05:33:28.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3572 | 2025-07-29T05:33:28.715Z | |
| 3573 | 2025-07-29T05:33:28.715Z | info: running `cargo check --bins` on clickana (167/221) |
| 3574 | 2025-07-29T05:33:29.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2025-07-29T05:33:29.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2025-07-29T05:33:29.827Z | Checking castaway v0.2.3 |
| 3577 | 2025-07-29T05:33:29.827Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3578 | 2025-07-29T05:33:29.854Z | Checking lru v0.12.5 |
| 3579 | 2025-07-29T05:33:29.854Z | Compiling instability v0.3.2 |
| 3580 | 2025-07-29T05:33:29.854Z | Checking unicode-truncate v1.1.0 |
| 3581 | 2025-07-29T05:33:29.854Z | Compiling indoc v2.0.6 |
| 3582 | 2025-07-29T05:33:29.854Z | Checking cassowary v0.3.0 |
| 3583 | 2025-07-29T05:33:30.046Z | Checking compact_str v0.8.0 |
| 3584 | 2025-07-29T05:33:30.857Z | Checking ratatui v0.29.0 |
| 3585 | 2025-07-29T05:33:32.063Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3586 | 2025-07-29T05:33:33.694Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3587 | 2025-07-29T05:33:34.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
| 3588 | 2025-07-29T05:33:35.151Z | |
| 3589 | 2025-07-29T05:33:35.151Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
| 3590 | 2025-07-29T05:33:36.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-07-29T05:33:36.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-07-29T05:33:36.353Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3593 | 2025-07-29T05:33:36.353Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3594 | 2025-07-29T05:33:37.769Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3595 | 2025-07-29T05:33:38.435Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3596 | 2025-07-29T05:33:38.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
| 3597 | 2025-07-29T05:33:39.163Z | |
| 3598 | 2025-07-29T05:33:39.163Z | info: running `cargo check --bins` on ch-dev (169/221) |
| 3599 | 2025-07-29T05:33:40.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2025-07-29T05:33:40.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2025-07-29T05:33:40.302Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3602 | 2025-07-29T05:33:41.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 3603 | 2025-07-29T05:33:41.476Z | |
| 3604 | 2025-07-29T05:33:41.476Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
| 3605 | 2025-07-29T05:33:42.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2025-07-29T05:33:42.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2025-07-29T05:33:42.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2025-07-29T05:33:42.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3609 | 2025-07-29T05:33:42.234Z | |
| 3610 | 2025-07-29T05:33:42.234Z | info: running `cargo check --bins` on crdb-seed (171/221) |
| 3611 | 2025-07-29T05:33:43.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2025-07-29T05:33:43.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2025-07-29T05:33:43.308Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3614 | 2025-07-29T05:33:43.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3615 | 2025-07-29T05:33:43.932Z | |
| 3616 | 2025-07-29T05:33:43.932Z | info: running `cargo check --bins` on db-dev (172/221) |
| 3617 | 2025-07-29T05:33:44.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2025-07-29T05:33:44.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2025-07-29T05:33:45.037Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3620 | 2025-07-29T05:33:46.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
| 3621 | 2025-07-29T05:33:46.246Z | |
| 3622 | 2025-07-29T05:33:46.246Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
| 3623 | 2025-07-29T05:33:47.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2025-07-29T05:33:47.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2025-07-29T05:33:47.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2025-07-29T05:33:47.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3627 | 2025-07-29T05:33:47.323Z | |
| 3628 | 2025-07-29T05:33:47.323Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
| 3629 | 2025-07-29T05:33:48.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2025-07-29T05:33:48.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2025-07-29T05:33:48.319Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3632 | 2025-07-29T05:33:49.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
| 3633 | 2025-07-29T05:33:49.602Z | |
| 3634 | 2025-07-29T05:33:49.602Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
| 3635 | 2025-07-29T05:33:50.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2025-07-29T05:33:50.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2025-07-29T05:33:50.614Z | Checking typeid v1.0.3 |
| 3638 | 2025-07-29T05:33:50.652Z | Checking ordered-float v2.10.1 |
| 3639 | 2025-07-29T05:33:50.681Z | Checking cargo-platform v0.2.0 |
| 3640 | 2025-07-29T05:33:50.799Z | Checking erased-serde v0.4.6 |
| 3641 | 2025-07-29T05:33:51.133Z | Checking serde-value v0.7.0 |
| 3642 | 2025-07-29T05:33:51.632Z | Checking serde-untagged v0.1.7 |
| 3643 | 2025-07-29T05:33:51.970Z | Checking cargo-util-schemas v0.8.2 |
| 3644 | 2025-07-29T05:33:53.673Z | Checking cargo_metadata v0.21.0 |
| 3645 | 2025-07-29T05:33:55.107Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3646 | 2025-07-29T05:33:56.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s |
| 3647 | 2025-07-29T05:33:56.550Z | |
| 3648 | 2025-07-29T05:33:56.550Z | info: running `cargo check --bins` on mgs-dev (176/221) |
| 3649 | 2025-07-29T05:33:57.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2025-07-29T05:33:57.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2025-07-29T05:33:57.809Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3652 | 2025-07-29T05:34:00.073Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3653 | 2025-07-29T05:34:00.953Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3654 | 2025-07-29T05:34:01.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
| 3655 | 2025-07-29T05:34:01.987Z | |
| 3656 | 2025-07-29T05:34:01.987Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
| 3657 | 2025-07-29T05:34:03.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2025-07-29T05:34:03.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2025-07-29T05:34:03.471Z | Compiling crunchy v0.2.2 |
| 3660 | 2025-07-29T05:34:03.498Z | Compiling dsl_auto_type v0.1.2 |
| 3661 | 2025-07-29T05:34:03.498Z | Checking scheduled-thread-pool v0.2.7 |
| 3662 | 2025-07-29T05:34:03.498Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3663 | 2025-07-29T05:34:03.498Z | Compiling tiny-keccak v2.0.2 |
| 3664 | 2025-07-29T05:34:03.498Z | Compiling bit-vec v0.6.3 |
| 3665 | 2025-07-29T05:34:03.498Z | Compiling ascii-canvas v3.0.0 |
| 3666 | 2025-07-29T05:34:03.534Z | Compiling ena v0.14.3 |
| 3667 | 2025-07-29T05:34:03.799Z | Checking r2d2 v0.8.10 |
| 3668 | 2025-07-29T05:34:03.902Z | Compiling bit-set v0.5.3 |
| 3669 | 2025-07-29T05:34:03.970Z | Compiling bindgen v0.71.1 |
| 3670 | 2025-07-29T05:34:04.040Z | Compiling regex-syntax v0.6.29 |
| 3671 | 2025-07-29T05:34:04.067Z | Compiling diff v0.1.13 |
| 3672 | 2025-07-29T05:34:04.094Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3673 | 2025-07-29T05:34:04.170Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3674 | 2025-07-29T05:34:04.197Z | Compiling derive_builder_core v0.20.2 |
| 3675 | 2025-07-29T05:34:04.355Z | Compiling libxml v0.3.3 |
| 3676 | 2025-07-29T05:34:04.473Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3677 | 2025-07-29T05:34:04.643Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3678 | 2025-07-29T05:34:04.767Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3679 | 2025-07-29T05:34:04.794Z | Compiling strum_macros v0.24.3 |
| 3680 | 2025-07-29T05:34:04.874Z | Compiling diesel_derives v2.2.3 |
| 3681 | 2025-07-29T05:34:05.047Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3682 | 2025-07-29T05:34:05.096Z | Compiling indoc v1.0.9 |
| 3683 | 2025-07-29T05:34:05.882Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3684 | 2025-07-29T05:34:06.138Z | Compiling derive_builder_macro v0.20.2 |
| 3685 | 2025-07-29T05:34:06.185Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3686 | 2025-07-29T05:34:06.865Z | Checking derive_builder v0.20.2 |
| 3687 | 2025-07-29T05:34:06.937Z | Compiling lalrpop v0.19.12 |
| 3688 | 2025-07-29T05:34:07.051Z | Compiling oso-derive v0.27.3 |
| 3689 | 2025-07-29T05:34:07.260Z | Checking quick-xml v0.37.2 |
| 3690 | 2025-07-29T05:34:07.564Z | Checking maplit v1.0.2 |
| 3691 | 2025-07-29T05:34:07.731Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3692 | 2025-07-29T05:34:07.904Z | Compiling diesel-dtrace v0.4.2 |
| 3693 | 2025-07-29T05:34:08.302Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3694 | 2025-07-29T05:34:08.573Z | Checking bb8 v0.8.5 |
| 3695 | 2025-07-29T05:34:08.638Z | Checking ignore v0.4.23 |
| 3696 | 2025-07-29T05:34:08.974Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3697 | 2025-07-29T05:34:09.010Z | Checking predicates-tree v1.0.12 |
| 3698 | 2025-07-29T05:34:09.072Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3699 | 2025-07-29T05:34:09.198Z | Checking rand_seeder v0.3.0 |
| 3700 | 2025-07-29T05:34:09.289Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3701 | 2025-07-29T05:34:09.401Z | Checking globwalk v0.9.1 |
| 3702 | 2025-07-29T05:34:09.437Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3703 | 2025-07-29T05:34:09.464Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3704 | 2025-07-29T05:34:09.681Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3705 | 2025-07-29T05:34:09.728Z | Checking camino-tempfile-ext v0.3.2 |
| 3706 | 2025-07-29T05:34:10.038Z | Checking console v0.16.0 |
| 3707 | 2025-07-29T05:34:10.162Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3708 | 2025-07-29T05:34:10.591Z | Checking unit-prefix v0.5.1 |
| 3709 | 2025-07-29T05:34:10.801Z | Checking is_ci v1.2.0 |
| 3710 | 2025-07-29T05:34:10.848Z | Checking indicatif v0.18.0 |
| 3711 | 2025-07-29T05:34:10.973Z | Checking supports-color v3.0.2 |
| 3712 | 2025-07-29T05:34:11.182Z | Checking support-bundle-viewer v0.1.2 |
| 3713 | 2025-07-29T05:34:11.209Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3714 | 2025-07-29T05:34:11.506Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3715 | 2025-07-29T05:34:11.577Z | Checking multimap v0.10.1 |
| 3716 | 2025-07-29T05:34:12.951Z | Checking diesel v2.2.11 |
| 3717 | 2025-07-29T05:34:28.908Z | Compiling samael v0.0.19 |
| 3718 | 2025-07-29T05:34:39.120Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3719 | 2025-07-29T05:34:42.480Z | Checking async-bb8-diesel v0.2.1 |
| 3720 | 2025-07-29T05:34:45.650Z | Compiling polar-core v0.27.3 |
| 3721 | 2025-07-29T05:34:54.962Z | Checking oso v0.27.3 |
| 3722 | 2025-07-29T05:35:58.333Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3723 | 2025-07-29T05:37:02.035Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3724 | 2025-07-29T05:37:20.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s |
| 3725 | 2025-07-29T05:37:21.176Z | |
| 3726 | 2025-07-29T05:37:21.176Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
| 3727 | 2025-07-29T05:37:22.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2025-07-29T05:37:22.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2025-07-29T05:37:22.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2025-07-29T05:37:22.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 3731 | 2025-07-29T05:37:22.729Z | |
| 3732 | 2025-07-29T05:37:22.729Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
| 3733 | 2025-07-29T05:37:23.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2025-07-29T05:37:23.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2025-07-29T05:37:23.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2025-07-29T05:37:23.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3737 | 2025-07-29T05:37:24.082Z | |
| 3738 | 2025-07-29T05:37:24.082Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
| 3739 | 2025-07-29T05:37:25.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2025-07-29T05:37:25.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2025-07-29T05:37:25.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2025-07-29T05:37:25.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3743 | 2025-07-29T05:37:25.437Z | |
| 3744 | 2025-07-29T05:37:25.437Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
| 3745 | 2025-07-29T05:37:26.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2025-07-29T05:37:26.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2025-07-29T05:37:27.429Z | Compiling libz-sys v1.1.20 |
| 3748 | 2025-07-29T05:37:27.457Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3749 | 2025-07-29T05:37:27.528Z | Compiling vergen v8.3.2 |
| 3750 | 2025-07-29T05:37:27.528Z | Compiling cargo-platform v0.1.8 |
| 3751 | 2025-07-29T05:37:27.603Z | Compiling fs-err v2.11.0 |
| 3752 | 2025-07-29T05:37:27.630Z | Compiling rustls v0.21.12 |
| 3753 | 2025-07-29T05:37:27.687Z | Checking rustls-webpki v0.101.7 |
| 3754 | 2025-07-29T05:37:27.687Z | Checking sct v0.7.1 |
| 3755 | 2025-07-29T05:37:28.006Z | Compiling cargo_metadata v0.18.1 |
| 3756 | 2025-07-29T05:37:28.162Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3757 | 2025-07-29T05:37:28.162Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3758 | 2025-07-29T05:37:28.225Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3759 | 2025-07-29T05:37:28.506Z | Checking parse-size v1.1.0 |
| 3760 | 2025-07-29T05:37:28.834Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3761 | 2025-07-29T05:37:28.861Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3762 | 2025-07-29T05:37:28.909Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3763 | 2025-07-29T05:37:28.909Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3764 | 2025-07-29T05:37:28.935Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3765 | 2025-07-29T05:37:29.244Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3766 | 2025-07-29T05:37:30.240Z | Checking rustls-pemfile v1.0.4 |
| 3767 | 2025-07-29T05:37:30.492Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3768 | 2025-07-29T05:37:30.559Z | Checking twox-hash v2.1.0 |
| 3769 | 2025-07-29T05:37:30.636Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3770 | 2025-07-29T05:37:31.059Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3771 | 2025-07-29T05:37:31.377Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3772 | 2025-07-29T05:37:31.981Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3773 | 2025-07-29T05:37:32.478Z | Checking tokio-rustls v0.24.1 |
| 3774 | 2025-07-29T05:37:32.671Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3775 | 2025-07-29T05:37:32.944Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3776 | 2025-07-29T05:37:33.232Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3777 | 2025-07-29T05:37:33.513Z | Checking fatfs v0.3.6 |
| 3778 | 2025-07-29T05:37:33.575Z | Checking assert_matches v1.5.0 |
| 3779 | 2025-07-29T05:37:41.059Z | Compiling git2 v0.19.0 |
| 3780 | 2025-07-29T05:37:47.972Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3781 | 2025-07-29T05:39:15.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
| 3782 | 2025-07-29T05:39:16.125Z | |
| 3783 | 2025-07-29T05:39:16.125Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
| 3784 | 2025-07-29T05:39:17.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2025-07-29T05:39:17.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2025-07-29T05:39:17.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2025-07-29T05:39:17.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3788 | 2025-07-29T05:39:17.214Z | |
| 3789 | 2025-07-29T05:39:17.214Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
| 3790 | 2025-07-29T05:39:18.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2025-07-29T05:39:18.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2025-07-29T05:39:18.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2025-07-29T05:39:18.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3794 | 2025-07-29T05:39:18.327Z | |
| 3795 | 2025-07-29T05:39:18.327Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
| 3796 | 2025-07-29T05:39:19.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2025-07-29T05:39:19.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2025-07-29T05:39:19.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2025-07-29T05:39:19.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3800 | 2025-07-29T05:39:19.442Z | |
| 3801 | 2025-07-29T05:39:19.442Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
| 3802 | 2025-07-29T05:39:20.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-07-29T05:39:20.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-07-29T05:39:20.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2025-07-29T05:39:20.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3806 | 2025-07-29T05:39:20.617Z | |
| 3807 | 2025-07-29T05:39:20.617Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
| 3808 | 2025-07-29T05:39:21.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2025-07-29T05:39:21.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2025-07-29T05:39:21.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2025-07-29T05:39:21.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3812 | 2025-07-29T05:39:21.792Z | |
| 3813 | 2025-07-29T05:39:21.792Z | info: running `cargo check --bins` on nexus-networking (187/221) |
| 3814 | 2025-07-29T05:39:22.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2025-07-29T05:39:22.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2025-07-29T05:39:22.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2025-07-29T05:39:22.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3818 | 2025-07-29T05:39:22.912Z | |
| 3819 | 2025-07-29T05:39:22.912Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
| 3820 | 2025-07-29T05:39:24.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2025-07-29T05:39:24.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2025-07-29T05:39:24.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2025-07-29T05:39:24.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3824 | 2025-07-29T05:39:24.153Z | |
| 3825 | 2025-07-29T05:39:24.153Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
| 3826 | 2025-07-29T05:39:25.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2025-07-29T05:39:25.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2025-07-29T05:39:25.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2025-07-29T05:39:25.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3830 | 2025-07-29T05:39:25.331Z | |
| 3831 | 2025-07-29T05:39:25.331Z | info: running `cargo check --bins` on update-common (190/221) |
| 3832 | 2025-07-29T05:39:26.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-07-29T05:39:26.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-07-29T05:39:26.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2025-07-29T05:39:26.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3836 | 2025-07-29T05:39:26.479Z | |
| 3837 | 2025-07-29T05:39:26.480Z | info: running `cargo check --bins` on omicron-dev (191/221) |
| 3838 | 2025-07-29T05:39:27.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2025-07-29T05:39:27.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2025-07-29T05:39:28.024Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3841 | 2025-07-29T05:39:28.051Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3842 | 2025-07-29T05:39:28.094Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3843 | 2025-07-29T05:39:28.121Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3844 | 2025-07-29T05:39:28.151Z | Checking yansi v1.0.1 |
| 3845 | 2025-07-29T05:39:28.151Z | Checking diff v0.1.13 |
| 3846 | 2025-07-29T05:39:28.178Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3847 | 2025-07-29T05:39:28.178Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3848 | 2025-07-29T05:39:28.694Z | Checking pretty_assertions v1.4.1 |
| 3849 | 2025-07-29T05:39:28.790Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3850 | 2025-07-29T05:39:29.687Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3851 | 2025-07-29T05:40:20.828Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3852 | 2025-07-29T05:40:20.828Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3853 | 2025-07-29T05:40:20.858Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3854 | 2025-07-29T05:40:20.858Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3855 | 2025-07-29T05:40:20.859Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3856 | 2025-07-29T05:40:20.859Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3857 | 2025-07-29T05:40:21.693Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3858 | 2025-07-29T05:40:22.512Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3859 | 2025-07-29T05:40:25.181Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3860 | 2025-07-29T05:42:04.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
| 3861 | 2025-07-29T05:42:04.547Z | |
| 3862 | 2025-07-29T05:42:04.547Z | info: running `cargo check --bins` on openapi-manager (192/221) |
| 3863 | 2025-07-29T05:42:05.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2025-07-29T05:42:05.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2025-07-29T05:42:05.945Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3866 | 2025-07-29T05:42:05.945Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3867 | 2025-07-29T05:42:05.971Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3868 | 2025-07-29T05:42:05.971Z | Checking heck v0.4.1 |
| 3869 | 2025-07-29T05:42:05.998Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3870 | 2025-07-29T05:42:06.336Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3871 | 2025-07-29T05:42:06.427Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3872 | 2025-07-29T05:42:07.686Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3873 | 2025-07-29T05:42:11.438Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3874 | 2025-07-29T05:42:14.292Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3875 | 2025-07-29T05:42:15.736Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3876 | 2025-07-29T05:42:18.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
| 3877 | 2025-07-29T05:42:18.481Z | |
| 3878 | 2025-07-29T05:42:18.481Z | info: running `cargo check --bins` on installinator-api (193/221) |
| 3879 | 2025-07-29T05:42:19.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2025-07-29T05:42:19.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2025-07-29T05:42:19.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2025-07-29T05:42:19.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3883 | 2025-07-29T05:42:19.802Z | |
| 3884 | 2025-07-29T05:42:19.802Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
| 3885 | 2025-07-29T05:42:20.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2025-07-29T05:42:20.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2025-07-29T05:42:20.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2025-07-29T05:42:20.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3889 | 2025-07-29T05:42:21.032Z | |
| 3890 | 2025-07-29T05:42:21.032Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
| 3891 | 2025-07-29T05:42:22.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2025-07-29T05:42:22.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2025-07-29T05:42:22.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3894 | 2025-07-29T05:42:22.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3895 | 2025-07-29T05:42:22.241Z | |
| 3896 | 2025-07-29T05:42:22.241Z | info: running `cargo check --bins` on wicketd-api (196/221) |
| 3897 | 2025-07-29T05:42:23.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2025-07-29T05:42:23.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2025-07-29T05:42:23.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2025-07-29T05:42:23.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3901 | 2025-07-29T05:42:23.538Z | |
| 3902 | 2025-07-29T05:42:23.538Z | info: running `cargo check --bins` on omicron-pins (197/221) |
| 3903 | 2025-07-29T05:42:24.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2025-07-29T05:42:24.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2025-07-29T05:42:24.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2025-07-29T05:42:24.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 3907 | 2025-07-29T05:42:25.022Z | |
| 3908 | 2025-07-29T05:42:25.022Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
| 3909 | 2025-07-29T05:42:26.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2025-07-29T05:42:26.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2025-07-29T05:42:26.492Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3912 | 2025-07-29T05:42:26.519Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3913 | 2025-07-29T05:42:26.581Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3914 | 2025-07-29T05:42:26.616Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3915 | 2025-07-29T05:42:26.643Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3916 | 2025-07-29T05:42:26.643Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3917 | 2025-07-29T05:42:26.712Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3918 | 2025-07-29T05:42:26.712Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3919 | 2025-07-29T05:42:26.982Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3920 | 2025-07-29T05:42:27.014Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3921 | 2025-07-29T05:42:27.041Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3922 | 2025-07-29T05:42:27.291Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3923 | 2025-07-29T05:42:27.317Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3924 | 2025-07-29T05:42:27.411Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3925 | 2025-07-29T05:42:27.909Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3926 | 2025-07-29T05:42:27.979Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3927 | 2025-07-29T05:42:28.382Z | Compiling petname v2.0.2 |
| 3928 | 2025-07-29T05:42:29.157Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3929 | 2025-07-29T05:42:29.482Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3930 | 2025-07-29T05:42:29.713Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3931 | 2025-07-29T05:42:29.819Z | Checking sync-ptr v0.1.4 |
| 3932 | 2025-07-29T05:42:29.849Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3933 | 2025-07-29T05:42:30.042Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3934 | 2025-07-29T05:42:30.069Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3935 | 2025-07-29T05:42:30.957Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3936 | 2025-07-29T05:42:32.496Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3937 | 2025-07-29T05:42:35.122Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3938 | 2025-07-29T05:42:35.149Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3939 | 2025-07-29T05:42:54.399Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3940 | 2025-07-29T05:42:54.399Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3941 | 2025-07-29T05:42:55.812Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3942 | 2025-07-29T05:42:58.407Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3943 | 2025-07-29T05:43:02.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.73s |
| 3944 | 2025-07-29T05:43:02.997Z | |
| 3945 | 2025-07-29T05:43:02.997Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
| 3946 | 2025-07-29T05:43:04.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2025-07-29T05:43:04.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2025-07-29T05:43:04.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2025-07-29T05:43:04.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3950 | 2025-07-29T05:43:04.329Z | |
| 3951 | 2025-07-29T05:43:04.329Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
| 3952 | 2025-07-29T05:43:05.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2025-07-29T05:43:05.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2025-07-29T05:43:05.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2025-07-29T05:43:05.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3956 | 2025-07-29T05:43:05.491Z | |
| 3957 | 2025-07-29T05:43:05.491Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
| 3958 | 2025-07-29T05:43:06.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2025-07-29T05:43:06.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2025-07-29T05:43:06.898Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3961 | 2025-07-29T05:43:08.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 3962 | 2025-07-29T05:43:08.757Z | |
| 3963 | 2025-07-29T05:43:08.757Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
| 3964 | 2025-07-29T05:43:09.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3965 | 2025-07-29T05:43:09.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3966 | 2025-07-29T05:43:10.171Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3967 | 2025-07-29T05:43:10.797Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3968 | 2025-07-29T05:43:12.798Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3969 | 2025-07-29T05:43:13.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 3970 | 2025-07-29T05:43:14.206Z | |
| 3971 | 2025-07-29T05:43:14.206Z | info: running `cargo check --bins` on omicron-releng (203/221) |
| 3972 | 2025-07-29T05:43:15.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2025-07-29T05:43:15.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2025-07-29T05:43:15.462Z | Compiling blake3 v1.5.4 |
| 3975 | 2025-07-29T05:43:15.488Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3976 | 2025-07-29T05:43:15.521Z | Checking memmap2 v0.9.5 |
| 3977 | 2025-07-29T05:43:15.521Z | Checking arrayref v0.3.9 |
| 3978 | 2025-07-29T05:43:15.548Z | Checking arrayvec v0.7.6 |
| 3979 | 2025-07-29T05:43:15.548Z | Checking constant_time_eq v0.3.1 |
| 3980 | 2025-07-29T05:43:15.611Z | Checking topological-sort v0.2.2 |
| 3981 | 2025-07-29T05:43:15.638Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3982 | 2025-07-29T05:43:15.697Z | Checking shell-words v1.1.0 |
| 3983 | 2025-07-29T05:43:16.282Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3984 | 2025-07-29T05:43:16.730Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3985 | 2025-07-29T05:43:17.314Z | Checking omicron-zone-package v0.12.2 |
| 3986 | 2025-07-29T05:43:19.387Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3987 | 2025-07-29T05:43:21.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.89s |
| 3988 | 2025-07-29T05:43:21.351Z | |
| 3989 | 2025-07-29T05:43:21.351Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
| 3990 | 2025-07-29T05:43:22.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2025-07-29T05:43:22.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2025-07-29T05:43:22.605Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3993 | 2025-07-29T05:43:23.083Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3994 | 2025-07-29T05:43:23.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 3995 | 2025-07-29T05:43:24.161Z | |
| 3996 | 2025-07-29T05:43:24.161Z | info: running `cargo check --bins` on xtask (205/221) |
| 3997 | 2025-07-29T05:43:25.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2025-07-29T05:43:25.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2025-07-29T05:43:25.081Z | Checking bitflags v2.9.1 |
| 4000 | 2025-07-29T05:43:25.081Z | Checking serde v1.0.219 |
| 4001 | 2025-07-29T05:43:25.081Z | Checking zerofrom v0.1.4 |
| 4002 | 2025-07-29T05:43:25.081Z | Checking hashbrown v0.15.4 |
| 4003 | 2025-07-29T05:43:25.123Z | Checking smallvec v1.15.1 |
| 4004 | 2025-07-29T05:43:25.185Z | Checking thiserror v1.0.69 |
| 4005 | 2025-07-29T05:43:25.212Z | Checking scroll v0.12.0 |
| 4006 | 2025-07-29T05:43:25.212Z | Checking num-traits v0.2.19 |
| 4007 | 2025-07-29T05:43:25.368Z | Checking log v0.4.27 |
| 4008 | 2025-07-29T05:43:25.395Z | Checking yoke v0.7.4 |
| 4009 | 2025-07-29T05:43:25.422Z | Checking rustix v0.38.37 |
| 4010 | 2025-07-29T05:43:25.553Z | Checking percent-encoding v2.3.1 |
| 4011 | 2025-07-29T05:43:25.689Z | Checking pest v2.7.14 |
| 4012 | 2025-07-29T05:43:25.735Z | Checking goblin v0.8.2 |
| 4013 | 2025-07-29T05:43:25.783Z | Checking zerovec v0.10.4 |
| 4014 | 2025-07-29T05:43:25.811Z | Checking form_urlencoded v1.2.1 |
| 4015 | 2025-07-29T05:43:26.049Z | Checking zerocopy v0.7.35 |
| 4016 | 2025-07-29T05:43:26.189Z | Checking indexmap v2.10.0 |
| 4017 | 2025-07-29T05:43:26.458Z | Checking terminal_size v0.4.0 |
| 4018 | 2025-07-29T05:43:26.663Z | Checking getrandom v0.3.1 |
| 4019 | 2025-07-29T05:43:26.915Z | Checking thiserror v2.0.12 |
| 4020 | 2025-07-29T05:43:27.047Z | Checking ordered-float v2.10.1 |
| 4021 | 2025-07-29T05:43:27.098Z | Checking syn v2.0.104 |
| 4022 | 2025-07-29T05:43:27.278Z | Checking rustix v1.0.7 |
| 4023 | 2025-07-29T05:43:27.412Z | Checking tinystr v0.7.6 |
| 4024 | 2025-07-29T05:43:27.536Z | Checking icu_collections v1.5.0 |
| 4025 | 2025-07-29T05:43:27.633Z | Checking once_cell v1.21.3 |
| 4026 | 2025-07-29T05:43:27.790Z | Checking icu_locid v1.5.0 |
| 4027 | 2025-07-29T05:43:27.996Z | Checking clap_builder v4.5.41 |
| 4028 | 2025-07-29T05:43:28.281Z | Checking dtrace-parser v0.2.0 |
| 4029 | 2025-07-29T05:43:28.308Z | Checking textwrap v0.16.2 |
| 4030 | 2025-07-29T05:43:28.823Z | Checking fs-err v3.1.1 |
| 4031 | 2025-07-29T05:43:28.875Z | Checking tabled v0.15.0 |
| 4032 | 2025-07-29T05:43:28.902Z | Checking icu_provider v1.5.0 |
| 4033 | 2025-07-29T05:43:28.928Z | Checking tempfile v3.20.0 |
| 4034 | 2025-07-29T05:43:29.220Z | Checking anyhow v1.0.98 |
| 4035 | 2025-07-29T05:43:29.333Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4036 | 2025-07-29T05:43:29.575Z | Checking icu_locid_transform v1.5.0 |
| 4037 | 2025-07-29T05:43:30.179Z | Checking serde_spanned v0.6.9 |
| 4038 | 2025-07-29T05:43:30.205Z | Checking toml_datetime v0.6.11 |
| 4039 | 2025-07-29T05:43:30.205Z | Checking serde_json v1.0.141 |
| 4040 | 2025-07-29T05:43:30.440Z | Checking erased-serde v0.4.6 |
| 4041 | 2025-07-29T05:43:30.617Z | Checking toml_edit v0.22.27 |
| 4042 | 2025-07-29T05:43:30.674Z | Checking icu_properties v1.5.1 |
| 4043 | 2025-07-29T05:43:31.051Z | Checking semver v1.0.26 |
| 4044 | 2025-07-29T05:43:31.154Z | Checking serde-value v0.7.0 |
| 4045 | 2025-07-29T05:43:31.461Z | Checking serde-untagged v0.1.7 |
| 4046 | 2025-07-29T05:43:31.527Z | Checking camino v1.1.10 |
| 4047 | 2025-07-29T05:43:31.583Z | Checking cargo-platform v0.2.0 |
| 4048 | 2025-07-29T05:43:31.739Z | Checking clap v4.5.41 |
| 4049 | 2025-07-29T05:43:31.869Z | Checking dof v0.3.0 |
| 4050 | 2025-07-29T05:43:31.896Z | Checking macaddr v1.0.1 |
| 4051 | 2025-07-29T05:43:32.152Z | Checking camino-tempfile v1.4.1 |
| 4052 | 2025-07-29T05:43:32.496Z | Checking usdt-impl v0.5.0 |
| 4053 | 2025-07-29T05:43:33.104Z | Checking usdt v0.5.0 |
| 4054 | 2025-07-29T05:43:33.400Z | Checking toml v0.8.23 |
| 4055 | 2025-07-29T05:43:33.976Z | Checking icu_normalizer v1.5.0 |
| 4056 | 2025-07-29T05:43:34.218Z | Checking cargo_toml v0.21.0 |
| 4057 | 2025-07-29T05:43:34.763Z | Checking idna_adapter v1.2.0 |
| 4058 | 2025-07-29T05:43:35.007Z | Checking idna v1.0.3 |
| 4059 | 2025-07-29T05:43:35.505Z | Checking url v2.5.4 |
| 4060 | 2025-07-29T05:43:36.307Z | Checking cargo-util-schemas v0.8.2 |
| 4061 | 2025-07-29T05:43:38.320Z | Checking cargo_metadata v0.21.0 |
| 4062 | 2025-07-29T05:43:40.115Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4063 | 2025-07-29T05:43:41.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s |
| 4064 | 2025-07-29T05:43:41.414Z | |
| 4065 | 2025-07-29T05:43:41.414Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
| 4066 | 2025-07-29T05:43:42.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2025-07-29T05:43:42.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2025-07-29T05:43:43.047Z | Checking polyval v0.6.2 |
| 4069 | 2025-07-29T05:43:43.073Z | Checking ctr v0.9.2 |
| 4070 | 2025-07-29T05:43:43.125Z | Checking ssh-encoding v0.2.0 |
| 4071 | 2025-07-29T05:43:43.125Z | Checking blowfish v0.9.1 |
| 4072 | 2025-07-29T05:43:43.177Z | Checking password-hash v0.4.2 |
| 4073 | 2025-07-29T05:43:43.207Z | Checking p521 v0.13.3 |
| 4074 | 2025-07-29T05:43:43.234Z | Checking p256 v0.13.2 |
| 4075 | 2025-07-29T05:43:43.260Z | Checking russh-cryptovec v0.7.3 |
| 4076 | 2025-07-29T05:43:43.446Z | Checking ghash v0.5.1 |
| 4077 | 2025-07-29T05:43:43.472Z | Checking bcrypt-pbkdf v0.10.0 |
| 4078 | 2025-07-29T05:43:43.472Z | Checking md5 v0.7.0 |
| 4079 | 2025-07-29T05:43:43.523Z | Checking num-bigint v0.4.6 |
| 4080 | 2025-07-29T05:43:43.550Z | Checking des v0.8.1 |
| 4081 | 2025-07-29T05:43:43.662Z | Checking aes-gcm v0.10.3 |
| 4082 | 2025-07-29T05:43:43.689Z | Checking pbkdf2 v0.11.0 |
| 4083 | 2025-07-29T05:43:43.788Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4084 | 2025-07-29T05:43:43.858Z | Checking hex-literal v0.4.1 |
| 4085 | 2025-07-29T05:43:43.902Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4086 | 2025-07-29T05:43:43.929Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4087 | 2025-07-29T05:43:44.040Z | Checking internet-checksum v0.2.1 |
| 4088 | 2025-07-29T05:43:44.068Z | Checking ssh-cipher v0.2.0 |
| 4089 | 2025-07-29T05:43:44.429Z | Checking ssh-key v0.6.6 |
| 4090 | 2025-07-29T05:43:44.604Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4091 | 2025-07-29T05:43:46.209Z | Checking russh-keys v0.45.0 |
| 4092 | 2025-07-29T05:43:47.556Z | Checking russh v0.45.0 |
| 4093 | 2025-07-29T05:44:22.900Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4094 | 2025-07-29T05:44:25.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.01s |
| 4095 | 2025-07-29T05:44:25.694Z | |
| 4096 | 2025-07-29T05:44:25.694Z | info: running `cargo check --bins` on gateway-cli (207/221) |
| 4097 | 2025-07-29T05:44:26.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4098 | 2025-07-29T05:44:26.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4099 | 2025-07-29T05:44:26.945Z | Checking termios v0.3.3 |
| 4100 | 2025-07-29T05:44:27.188Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4101 | 2025-07-29T05:44:28.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s |
| 4102 | 2025-07-29T05:44:28.820Z | |
| 4103 | 2025-07-29T05:44:28.820Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
| 4104 | 2025-07-29T05:44:29.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2025-07-29T05:44:29.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2025-07-29T05:44:30.131Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4107 | 2025-07-29T05:44:30.131Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4108 | 2025-07-29T05:44:31.415Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4109 | 2025-07-29T05:44:34.219Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4110 | 2025-07-29T05:44:37.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.66s |
| 4111 | 2025-07-29T05:44:37.726Z | |
| 4112 | 2025-07-29T05:44:37.726Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
| 4113 | 2025-07-29T05:44:38.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2025-07-29T05:44:38.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2025-07-29T05:44:38.927Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4116 | 2025-07-29T05:44:39.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4117 | 2025-07-29T05:44:39.785Z | |
| 4118 | 2025-07-29T05:44:39.785Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
| 4119 | 2025-07-29T05:44:40.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2025-07-29T05:44:40.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2025-07-29T05:44:40.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4122 | 2025-07-29T05:44:40.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4123 | 2025-07-29T05:44:40.953Z | |
| 4124 | 2025-07-29T05:44:40.953Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
| 4125 | 2025-07-29T05:44:42.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2025-07-29T05:44:42.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2025-07-29T05:44:42.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4128 | 2025-07-29T05:44:42.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4129 | 2025-07-29T05:44:42.135Z | |
| 4130 | 2025-07-29T05:44:42.135Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
| 4131 | 2025-07-29T05:44:43.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2025-07-29T05:44:43.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2025-07-29T05:44:43.524Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4134 | 2025-07-29T05:44:44.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 4135 | 2025-07-29T05:44:44.777Z | |
| 4136 | 2025-07-29T05:44:44.777Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
| 4137 | 2025-07-29T05:44:45.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2025-07-29T05:44:45.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2025-07-29T05:44:45.966Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4140 | 2025-07-29T05:44:45.966Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4141 | 2025-07-29T05:44:46.325Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4142 | 2025-07-29T05:44:47.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4143 | 2025-07-29T05:44:48.039Z | |
| 4144 | 2025-07-29T05:44:48.039Z | info: running `cargo check --bins` on omicron-package (214/221) |
| 4145 | 2025-07-29T05:44:49.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2025-07-29T05:44:49.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2025-07-29T05:44:49.287Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4148 | 2025-07-29T05:44:51.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 4149 | 2025-07-29T05:44:51.560Z | |
| 4150 | 2025-07-29T05:44:51.560Z | info: running `cargo check --bins` on trust-quorum (215/221) |
| 4151 | 2025-07-29T05:44:52.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2025-07-29T05:44:52.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2025-07-29T05:44:52.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4154 | 2025-07-29T05:44:52.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 4155 | 2025-07-29T05:44:52.717Z | |
| 4156 | 2025-07-29T05:44:52.717Z | info: running `cargo check --bins` on gfss (216/221) |
| 4157 | 2025-07-29T05:44:53.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2025-07-29T05:44:53.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2025-07-29T05:44:53.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4160 | 2025-07-29T05:44:53.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 4161 | 2025-07-29T05:44:53.803Z | |
| 4162 | 2025-07-29T05:44:53.803Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
| 4163 | 2025-07-29T05:44:54.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2025-07-29T05:44:54.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2025-07-29T05:44:55.097Z | Checking rtoolbox v0.0.2 |
| 4166 | 2025-07-29T05:44:55.098Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4167 | 2025-07-29T05:44:55.125Z | Checking tui-tree-widget v0.23.1 |
| 4168 | 2025-07-29T05:44:55.391Z | Checking rpassword v7.4.0 |
| 4169 | 2025-07-29T05:45:03.038Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4170 | 2025-07-29T05:45:08.063Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4171 | 2025-07-29T05:45:10.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.31s |
| 4172 | 2025-07-29T05:45:10.327Z | |
| 4173 | 2025-07-29T05:45:10.327Z | info: running `cargo check --bins` on wicket (218/221) |
| 4174 | 2025-07-29T05:45:11.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4175 | 2025-07-29T05:45:11.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4176 | 2025-07-29T05:45:11.657Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4177 | 2025-07-29T05:45:12.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4178 | 2025-07-29T05:45:12.441Z | |
| 4179 | 2025-07-29T05:45:12.441Z | info: running `cargo check --bins` on wicketd (219/221) |
| 4180 | 2025-07-29T05:45:13.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4181 | 2025-07-29T05:45:13.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4182 | 2025-07-29T05:45:13.780Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4183 | 2025-07-29T05:45:20.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s |
| 4184 | 2025-07-29T05:45:20.866Z | |
| 4185 | 2025-07-29T05:45:20.866Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
| 4186 | 2025-07-29T05:45:21.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4187 | 2025-07-29T05:45:21.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4188 | 2025-07-29T05:45:21.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4189 | 2025-07-29T05:45:21.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4190 | 2025-07-29T05:45:22.005Z | |
| 4191 | 2025-07-29T05:45:22.005Z | info: running `cargo check --bins` on zone-setup (221/221) |
| 4192 | 2025-07-29T05:45:23.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2025-07-29T05:45:23.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2025-07-29T05:45:23.401Z | Checking uzers v0.12.1 |
| 4195 | 2025-07-29T05:45:23.849Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4196 | 2025-07-29T05:45:25.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 4197 | 2025-07-29T05:45:25.850Z | |
| 4198 | 2025-07-29T05:45:25.850Z | real 22:18.716380789 |
| 4199 | 2025-07-29T05:45:25.850Z | user 36:23.566629347 |
| 4200 | 2025-07-29T05:45:25.851Z | sys 6:30.668554481 |
| 4201 | 2025-07-29T05:45:25.851Z | trap 1.015732283 |
| 4202 | 2025-07-29T05:45:25.851Z | tflt 0.399142905 |
| 4203 | 2025-07-29T05:45:25.851Z | dflt 2.228676623 |
| 4204 | 2025-07-29T05:45:25.851Z | kflt 0.001116594 |
| 4205 | 2025-07-29T05:45:25.851Z | lock 1:33:54.221867720 |
| 4206 | 2025-07-29T05:45:25.851Z | slp 3:14:43.299106812 |
| 4207 | 2025-07-29T05:45:25.851Z | lat 1:34.465090839 |
| 4208 | 2025-07-29T05:45:25.851Z | stop 4:38.071844249 |
| 4209 | 2025-07-29T05:45:25.878Z | process exited: duration 1659373 ms, exit code 0 |
| |
| 4210 | 2025-07-29T05:45:25.933Z | found 0 output files |