|
|
|
| 1 | 2025-09-18T23:10:53.501Z | job assigned to worker 01K5FHFS4XVKJV0DVWRGFT1N8C [factory gimlet-EVT22200007-propolis, EVT22200007/42353] (queued for 1 m 7 s) |
| |
| 2 | 2025-09-18T23:11:02.691Z | starting task 0: "setup" |
| 3 | 2025-09-18T23:11:02.717Z | ++ uname -s |
| 4 | 2025-09-18T23:11:02.717Z | + kern=SunOS |
| 5 | 2025-09-18T23:11:02.717Z | + build_user=build |
| 6 | 2025-09-18T23:11:02.717Z | + build_uid=12345 |
| 7 | 2025-09-18T23:11:02.717Z | + work_dir=/work |
| 8 | 2025-09-18T23:11:02.717Z | + input_dir=/input |
| 9 | 2025-09-18T23:11:02.717Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-18T23:11:02.717Z | + case "$kern" in |
| 11 | 2025-09-18T23:11:02.717Z | + groupadd -g 12345 build |
| 12 | 2025-09-18T23:11:02.717Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-18T23:11:04.725Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-18T23:11:04.767Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-18T23:11:04.792Z | + home_fs=zfs |
| 16 | 2025-09-18T23:11:04.792Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-18T23:11:04.792Z | + mkdir -p /home/build |
| 18 | 2025-09-18T23:11:04.792Z | + chown build:build /home/build /work |
| 19 | 2025-09-18T23:11:06.780Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-18T23:11:06.804Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2025-09-18T23:11:06.853Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-18T23:11:06.878Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-18T23:11:06.878Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-18T23:11:06.878Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-09-18T23:11:06.878Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-09-18T23:11:06.878Z | * rust toolchain channel = "1.89.0" |
| 27 | 2025-09-18T23:11:06.878Z | * rust toolchain profile = "default" |
| 28 | 2025-09-18T23:11:06.879Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-18T23:11:06.879Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-18T23:11:07.019Z | info: downloading installer |
| 31 | 2025-09-18T23:11:07.620Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-18T23:11:07.620Z | warn: /opt/ooce/bin |
| 33 | 2025-09-18T23:11:07.620Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-18T23:11:07.620Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-18T23:11:07.620Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-18T23:11:07.620Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-18T23:11:07.620Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-18T23:11:07.620Z | error: cannot install while Rust is installed |
| 39 | 2025-09-18T23:11:07.620Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-18T23:11:07.645Z | info: profile set to 'default' |
| 41 | 2025-09-18T23:11:07.645Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-18T23:11:07.645Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-18T23:11:07.777Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-18T23:11:07.777Z | info: downloading component 'cargo' |
| 45 | 2025-09-18T23:11:07.944Z | info: downloading component 'clippy' |
| 46 | 2025-09-18T23:11:08.043Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-18T23:11:08.308Z | info: downloading component 'rust-std' |
| 48 | 2025-09-18T23:11:08.805Z | info: downloading component 'rustc' |
| 49 | 2025-09-18T23:11:10.078Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-18T23:11:10.135Z | info: installing component 'cargo' |
| 51 | 2025-09-18T23:11:11.453Z | info: installing component 'clippy' |
| 52 | 2025-09-18T23:11:11.959Z | info: installing component 'rust-docs' |
| 53 | 2025-09-18T23:11:15.611Z | info: installing component 'rust-std' |
| 54 | 2025-09-18T23:11:18.008Z | info: installing component 'rustc' |
| 55 | 2025-09-18T23:11:27.233Z | info: installing component 'rustfmt' |
| 56 | 2025-09-18T23:11:27.729Z | |
| 57 | 2025-09-18T23:11:27.729Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 58 | 2025-09-18T23:11:27.887Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-18T23:11:27.887Z | |
| 60 | 2025-09-18T23:11:27.887Z | |
| 61 | 2025-09-18T23:11:27.887Z | Rust is installed now. Great! |
| 62 | 2025-09-18T23:11:27.887Z | |
| 63 | 2025-09-18T23:11:27.887Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-18T23:11:27.887Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-18T23:11:27.887Z | |
| 66 | 2025-09-18T23:11:27.888Z | To configure your current shell, you need to source |
| 67 | 2025-09-18T23:11:27.888Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-18T23:11:27.888Z | |
| 69 | 2025-09-18T23:11:27.888Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-18T23:11:27.888Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-18T23:11:27.888Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-18T23:11:27.888Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-18T23:11:28.021Z | + rustup --version |
| 74 | 2025-09-18T23:11:28.048Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-18T23:11:28.048Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-18T23:11:28.184Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-18T23:11:28.210Z | + cargo --version |
| 78 | 2025-09-18T23:11:28.316Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-18T23:11:28.341Z | + rustc --version |
| 80 | 2025-09-18T23:11:28.454Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-18T23:11:28.479Z | process exited: duration 21604 ms, exit code 0 |
| |
| 82 | 2025-09-18T23:11:28.534Z | starting task 2: "authentication" |
| 83 | 2025-09-18T23:11:28.598Z | process exited: duration 67 ms, exit code 0 |
| |
| 84 | 2025-09-18T23:11:28.650Z | starting task 3: "clone repository" |
| 85 | 2025-09-18T23:11:28.675Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-18T23:11:28.675Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-18T23:11:28.700Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-18T23:11:42.641Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-18T23:11:42.641Z | + git fetch origin 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 |
| 90 | 2025-09-18T23:11:43.122Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-18T23:11:43.122Z | * branch 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 -> FETCH_HEAD |
| 92 | 2025-09-18T23:11:43.147Z | + [[ -n omdb_nexus_gen ]] |
| 93 | 2025-09-18T23:11:43.147Z | ++ git branch --show-current |
| 94 | 2025-09-18T23:11:43.147Z | + current=main |
| 95 | 2025-09-18T23:11:43.147Z | + [[ main != omdb_nexus_gen ]] |
| 96 | 2025-09-18T23:11:43.147Z | + git branch -f omdb_nexus_gen 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 |
| 97 | 2025-09-18T23:11:43.172Z | + git checkout -f omdb_nexus_gen |
| 98 | 2025-09-18T23:11:43.485Z | Switched to branch 'omdb_nexus_gen' |
| 99 | 2025-09-18T23:11:43.511Z | + git reset --hard 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 |
| 100 | 2025-09-18T23:11:43.536Z | HEAD is now at 2f19f0981 review feedback |
| 101 | 2025-09-18T23:11:43.536Z | process exited: duration 14880 ms, exit code 0 |
| |
| 102 | 2025-09-18T23:11:43.586Z | starting task 4: "build" |
| 103 | 2025-09-18T23:11:43.611Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-18T23:11:43.611Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-18T23:11:43.611Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-18T23:11:43.611Z | + cargo --version |
| 107 | 2025-09-18T23:11:43.678Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-18T23:11:43.703Z | + rustc --version |
| 109 | 2025-09-18T23:11:43.786Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-18T23:11:43.812Z | + source ./env.sh |
| 111 | 2025-09-18T23:11:43.812Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-09-18T23:11:43.812Z | ++ set -o xtrace |
| 113 | 2025-09-18T23:11:43.812Z | ++++ dirname ./env.sh |
| 114 | 2025-09-18T23:11:43.812Z | +++ readlink -f . |
| 115 | 2025-09-18T23:11:43.812Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-09-18T23:11:43.812Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-09-18T23:11:43.812Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-09-18T23:11:43.812Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2025-09-18T23:11:43.812Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-09-18T23:11:43.812Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2025-09-18T23:11:43.812Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-09-18T23:11:43.812Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2025-09-18T23:11:43.812Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 124 | 2025-09-18T23:11:43.812Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-09-18T23:11:43.812Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-09-18T23:11:43.812Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-09-18T23:11:43.812Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2025-09-18T23:11:43.812Z | + banner prerequisites |
| 129 | 2025-09-18T23:11:43.812Z | |
| 130 | 2025-09-18T23:11:43.812Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-09-18T23:11:43.812Z | # # # # # # # # # # # # # # # |
| 132 | 2025-09-18T23:11:43.812Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-09-18T23:11:43.812Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-09-18T23:11:43.812Z | # # # # # # # # # # # # # # # |
| 135 | 2025-09-18T23:11:43.812Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-09-18T23:11:43.812Z | |
| 137 | 2025-09-18T23:11:43.812Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-09-18T23:11:59.779Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-09-18T23:12:09.953Z | Startup: Caching catalogs ... Done |
| 140 | 2025-09-18T23:12:21.042Z | Planning: Solver setup ... Done (9.337s) |
| 141 | 2025-09-18T23:12:21.119Z | Planning: Running solver ... Done (0.079s) |
| 142 | 2025-09-18T23:12:21.224Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2025-09-18T23:12:21.305Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-09-18T23:12:21.729Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-09-18T23:12:21.812Z | Planning: Package planning ... Done (0.079s) |
| 146 | 2025-09-18T23:12:21.875Z | Planning: Merging actions ... Done (0.065s) |
| 147 | 2025-09-18T23:12:22.324Z | Planning: Checking for conflicting actions ... Done (0.448s) |
| 148 | 2025-09-18T23:12:22.349Z | Planning: Consolidating action changes ... Done (0.014s) |
| 149 | 2025-09-18T23:12:23.239Z | Planning: Evaluating mediators ... Done (0.900s) |
| 150 | 2025-09-18T23:12:23.267Z | Planning: Planning completed in 13.18 seconds |
| 151 | 2025-09-18T23:12:23.292Z | Packages to install: 4 |
| 152 | 2025-09-18T23:12:23.292Z | Mediators to change: 2 |
| 153 | 2025-09-18T23:12:23.292Z | Services to change: 1 |
| 154 | 2025-09-18T23:12:23.292Z | Estimated space available: 155.01 GB |
| 155 | 2025-09-18T23:12:23.292Z | Estimated space to be consumed: 1.72 GB |
| 156 | 2025-09-18T23:12:23.292Z | Create boot environment: No |
| 157 | 2025-09-18T23:12:23.292Z | Create backup boot environment: No |
| 158 | 2025-09-18T23:12:23.292Z | Rebuild boot archive: No |
| 159 | 2025-09-18T23:12:23.292Z | |
| 160 | 2025-09-18T23:12:23.292Z | Changed mediators: |
| 161 | 2025-09-18T23:12:23.292Z | mediator clang: |
| 162 | 2025-09-18T23:12:23.292Z | version: None -> 15 (system default) |
| 163 | 2025-09-18T23:12:23.292Z | |
| 164 | 2025-09-18T23:12:23.292Z | mediator llvm: |
| 165 | 2025-09-18T23:12:23.292Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-09-18T23:12:23.292Z | |
| 167 | 2025-09-18T23:12:23.292Z | Changed packages: |
| 168 | 2025-09-18T23:12:23.292Z | helios-dev |
| 169 | 2025-09-18T23:12:23.292Z | developer/build-essential |
| 170 | 2025-09-18T23:12:23.292Z | None -> 11-2.0 |
| 171 | 2025-09-18T23:12:23.292Z | library/libxmlsec1 |
| 172 | 2025-09-18T23:12:23.292Z | None -> 1.2.35-2.0 |
| 173 | 2025-09-18T23:12:23.292Z | ooce/developer/clang-15 |
| 174 | 2025-09-18T23:12:23.292Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-18T23:12:23.292Z | ooce/developer/llvm-15 |
| 176 | 2025-09-18T23:12:23.292Z | None -> 15.0.7-2.0 |
| 177 | 2025-09-18T23:12:23.292Z | |
| 178 | 2025-09-18T23:12:23.292Z | Services: |
| 179 | 2025-09-18T23:12:23.292Z | restart_fmri: |
| 180 | 2025-09-18T23:12:23.292Z | svc:/system/update-man-index:default |
| 181 | 2025-09-18T23:12:23.334Z | |
| 182 | 2025-09-18T23:12:23.334Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-09-18T23:12:28.348Z | Download: 1398/3290 items 116.1/212.6MB 54% complete (23.6M/s) |
| 184 | 2025-09-18T23:12:33.351Z | Download: 3124/3290 items 138.3/212.6MB 65% complete (13.8M/s) |
| 185 | 2025-09-18T23:12:35.801Z | Download: Completed 212.60 MB in 12.47 seconds (17.1M/s) |
| 186 | 2025-09-18T23:12:36.008Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2025-09-18T23:12:41.030Z | Actions: 3239/3689 actions (Installing new actions) |
| 188 | 2025-09-18T23:12:42.402Z | Actions: Completed 3689 actions in 6.39 seconds. |
| 189 | 2025-09-18T23:12:43.422Z | Done (1.014s) |
| 190 | 2025-09-18T23:12:43.423Z | Done (0.000s) |
| 191 | 2025-09-18T23:12:44.590Z | Done (1.167s) |
| 192 | 2025-09-18T23:12:50.649Z | Done (5.804s) |
| 193 | 2025-09-18T23:12:50.762Z | Done (0.019s) |
| 194 | 2025-09-18T23:12:50.787Z | Done (0.000s) |
| 195 | 2025-09-18T23:12:50.918Z | Done (0.000s) |
| 196 | 2025-09-18T23:12:51.998Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-09-18T23:12:52.235Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-09-18T23:12:52.260Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-09-18T23:12:52.589Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-09-18T23:12:52.613Z | Planning: Planning completed in 0.59 seconds |
| 201 | 2025-09-18T23:12:52.638Z | Mediators to change: 2 |
| 202 | 2025-09-18T23:12:52.638Z | Create boot environment: No |
| 203 | 2025-09-18T23:12:52.638Z | Create backup boot environment: No |
| 204 | 2025-09-18T23:12:52.717Z | Done |
| 205 | 2025-09-18T23:12:52.717Z | Done |
| 206 | 2025-09-18T23:12:53.564Z | Done |
| 207 | 2025-09-18T23:12:58.703Z | Done |
| 208 | 2025-09-18T23:12:58.810Z | Done |
| 209 | 2025-09-18T23:12:58.835Z | Done |
| 210 | 2025-09-18T23:12:58.874Z | Done |
| 211 | 2025-09-18T23:12:59.707Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-09-18T23:12:59.732Z | Planning: Merging actions ... Done |
| 213 | 2025-09-18T23:12:59.973Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-09-18T23:12:59.998Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-09-18T23:13:00.330Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-09-18T23:13:00.405Z | Planning: Planning completed in 1.02 seconds |
| 217 | 2025-09-18T23:13:00.464Z | Packages to change: 1 |
| 218 | 2025-09-18T23:13:00.464Z | Mediators to change: 1 |
| 219 | 2025-09-18T23:13:00.464Z | Services to change: 1 |
| 220 | 2025-09-18T23:13:00.464Z | Create boot environment: No |
| 221 | 2025-09-18T23:13:00.464Z | Create backup boot environment: Yes |
| 222 | 2025-09-18T23:13:02.438Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-09-18T23:13:02.463Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-09-18T23:13:02.463Z | Done |
| 225 | 2025-09-18T23:13:02.463Z | Done |
| 226 | 2025-09-18T23:13:02.717Z | Done |
| 227 | 2025-09-18T23:13:07.922Z | Done |
| 228 | 2025-09-18T23:13:08.026Z | Done |
| 229 | 2025-09-18T23:13:08.051Z | Done |
| 230 | 2025-09-18T23:13:08.081Z | Done |
| 231 | 2025-09-18T23:13:08.689Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-09-18T23:13:08.689Z | clang system 15 system |
| 233 | 2025-09-18T23:13:08.689Z | csh system system illumos |
| 234 | 2025-09-18T23:13:08.689Z | ctags system system illumos |
| 235 | 2025-09-18T23:13:08.689Z | file system system illumos |
| 236 | 2025-09-18T23:13:08.689Z | gcc vendor 12 vendor |
| 237 | 2025-09-18T23:13:08.689Z | gcc system 10 system |
| 238 | 2025-09-18T23:13:08.689Z | gcc system 7 system |
| 239 | 2025-09-18T23:13:08.689Z | go system 1.20 system |
| 240 | 2025-09-18T23:13:08.689Z | go system 1.19 system |
| 241 | 2025-09-18T23:13:08.689Z | llvm system 15 system |
| 242 | 2025-09-18T23:13:08.689Z | llvm system 14 system |
| 243 | 2025-09-18T23:13:08.689Z | mariadb system 10.6 system |
| 244 | 2025-09-18T23:13:08.689Z | mta vendor vendor dma |
| 245 | 2025-09-18T23:13:08.690Z | openjdk system 17 system |
| 246 | 2025-09-18T23:13:08.690Z | openjdk system 11 system |
| 247 | 2025-09-18T23:13:08.690Z | openjdk system 1.8 system |
| 248 | 2025-09-18T23:13:08.690Z | openssl vendor 3 vendor |
| 249 | 2025-09-18T23:13:08.690Z | perl system 5.36 system |
| 250 | 2025-09-18T23:13:08.690Z | postgresql system 15 system |
| 251 | 2025-09-18T23:13:08.690Z | postgresql system 13 system |
| 252 | 2025-09-18T23:13:08.690Z | python vendor 3 vendor |
| 253 | 2025-09-18T23:13:08.690Z | python system 2 system |
| 254 | 2025-09-18T23:13:08.690Z | python3 system 3.11 system |
| 255 | 2025-09-18T23:13:08.690Z | ruby system 3.0 system |
| 256 | 2025-09-18T23:13:08.690Z | words vendor vendor american-english |
| 257 | 2025-09-18T23:13:08.690Z | words system system australian-english |
| 258 | 2025-09-18T23:13:08.690Z | words system system british-english |
| 259 | 2025-09-18T23:13:08.690Z | words system system canadian-english |
| 260 | 2025-09-18T23:13:08.690Z | words system system french |
| 261 | 2025-09-18T23:13:08.690Z | words system system italian |
| 262 | 2025-09-18T23:13:08.690Z | words system system ngerman |
| 263 | 2025-09-18T23:13:08.690Z | words system system ogerman |
| 264 | 2025-09-18T23:13:08.690Z | words system system spanish |
| 265 | 2025-09-18T23:13:09.109Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-09-18T23:13:09.109Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-09-18T23:13:15.339Z | FMRI IFO |
| 268 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 275 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 276 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 277 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 278 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 279 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 280 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 281 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 282 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 283 | 2025-09-18T23:13:15.339Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 284 | 2025-09-18T23:13:16.556Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 285 | 2025-09-18T23:13:17.014Z | Updating crates.io index |
| 286 | 2025-09-18T23:13:17.039Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 287 | 2025-09-18T23:13:17.583Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2025-09-18T23:13:18.355Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2025-09-18T23:13:18.728Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2025-09-18T23:13:19.133Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 291 | 2025-09-18T23:13:19.640Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2025-09-18T23:13:21.158Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2025-09-18T23:13:23.736Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2025-09-18T23:13:24.928Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2025-09-18T23:13:25.841Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 296 | 2025-09-18T23:13:26.807Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-09-18T23:13:27.229Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-09-18T23:13:27.684Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 299 | 2025-09-18T23:13:28.333Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2025-09-18T23:13:28.988Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2025-09-18T23:13:29.422Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2025-09-18T23:13:29.867Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-09-18T23:13:30.251Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-09-18T23:13:30.637Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-09-18T23:13:31.006Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-09-18T23:13:31.406Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2025-09-18T23:13:31.869Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 308 | 2025-09-18T23:13:32.512Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-09-18T23:13:32.951Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-09-18T23:13:33.525Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2025-09-18T23:13:34.283Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2025-09-18T23:13:34.960Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-09-18T23:13:35.341Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-09-18T23:13:35.868Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-09-18T23:13:36.505Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-09-18T23:13:36.865Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-09-18T23:13:37.298Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-09-18T23:13:37.715Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-09-18T23:13:51.948Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-09-18T23:13:53.910Z | Downloading crates ... |
| 321 | 2025-09-18T23:13:53.988Z | Downloaded percent-encoding v2.3.2 |
| 322 | 2025-09-18T23:13:54.012Z | Downloaded rustix v1.0.7 |
| 323 | 2025-09-18T23:13:54.051Z | Downloaded toml v0.8.23 |
| 324 | 2025-09-18T23:13:54.076Z | Downloaded toml_datetime v0.6.11 |
| 325 | 2025-09-18T23:13:54.076Z | Downloaded tinystr v0.7.6 |
| 326 | 2025-09-18T23:13:54.076Z | Downloaded write16 v1.0.0 |
| 327 | 2025-09-18T23:13:54.076Z | Downloaded icu_normalizer v1.5.0 |
| 328 | 2025-09-18T23:13:54.100Z | Downloaded zerovec v0.10.4 |
| 329 | 2025-09-18T23:13:54.100Z | Downloaded zerocopy v0.7.35 |
| 330 | 2025-09-18T23:13:54.125Z | Downloaded toml_edit v0.22.27 |
| 331 | 2025-09-18T23:13:54.125Z | Downloaded winnow v0.7.10 |
| 332 | 2025-09-18T23:13:54.149Z | Downloaded pest v2.7.14 |
| 333 | 2025-09-18T23:13:54.149Z | Downloaded serde_json v1.0.145 |
| 334 | 2025-09-18T23:13:54.149Z | Downloaded idna v1.0.3 |
| 335 | 2025-09-18T23:13:54.149Z | Downloaded hashbrown v0.15.4 |
| 336 | 2025-09-18T23:13:54.173Z | Downloaded clap_builder v4.5.41 |
| 337 | 2025-09-18T23:13:54.173Z | Downloaded unicode-width v0.1.14 |
| 338 | 2025-09-18T23:13:54.173Z | Downloaded icu_properties_data v1.5.0 |
| 339 | 2025-09-18T23:13:54.198Z | Downloaded syn v1.0.109 |
| 340 | 2025-09-18T23:13:54.198Z | Downloaded goblin v0.8.2 |
| 341 | 2025-09-18T23:13:54.222Z | Downloaded indexmap v2.11.0 |
| 342 | 2025-09-18T23:13:54.222Z | Downloaded syn v2.0.106 |
| 343 | 2025-09-18T23:13:54.222Z | Downloaded icu_collections v1.5.0 |
| 344 | 2025-09-18T23:13:54.246Z | Downloaded rustix v0.38.37 |
| 345 | 2025-09-18T23:13:54.272Z | Downloaded tabled v0.15.0 |
| 346 | 2025-09-18T23:13:54.272Z | Downloaded memchr v2.7.4 |
| 347 | 2025-09-18T23:13:54.297Z | Downloaded unicode-width v0.2.0 |
| 348 | 2025-09-18T23:13:54.297Z | Downloaded serde_derive v1.0.223 |
| 349 | 2025-09-18T23:13:54.297Z | Downloaded serde_core v1.0.223 |
| 350 | 2025-09-18T23:13:54.297Z | Downloaded proc-macro2 v1.0.101 |
| 351 | 2025-09-18T23:13:54.297Z | Downloaded textwrap v0.16.2 |
| 352 | 2025-09-18T23:13:54.297Z | Downloaded tempfile v3.20.0 |
| 353 | 2025-09-18T23:13:54.298Z | Downloaded smallvec v1.15.1 |
| 354 | 2025-09-18T23:13:54.298Z | Downloaded serde-value v0.7.0 |
| 355 | 2025-09-18T23:13:54.325Z | Downloaded serde v1.0.223 |
| 356 | 2025-09-18T23:13:54.325Z | Downloaded semver v1.0.26 |
| 357 | 2025-09-18T23:13:54.325Z | Downloaded ryu v1.0.18 |
| 358 | 2025-09-18T23:13:54.325Z | Downloaded quote v1.0.40 |
| 359 | 2025-09-18T23:13:54.325Z | Downloaded proc-macro-error v1.0.4 |
| 360 | 2025-09-18T23:13:54.325Z | Downloaded pest_derive v2.7.14 |
| 361 | 2025-09-18T23:13:54.325Z | Downloaded papergrid v0.11.0 |
| 362 | 2025-09-18T23:13:54.325Z | Downloaded icu_properties v1.5.1 |
| 363 | 2025-09-18T23:13:54.325Z | Downloaded utf8parse v0.2.2 |
| 364 | 2025-09-18T23:13:54.379Z | Downloaded url v2.5.4 |
| 365 | 2025-09-18T23:13:54.379Z | Downloaded toml_write v0.1.2 |
| 366 | 2025-09-18T23:13:54.379Z | Downloaded stable_deref_trait v1.2.0 |
| 367 | 2025-09-18T23:13:54.379Z | Downloaded sha2 v0.10.9 |
| 368 | 2025-09-18T23:13:54.380Z | Downloaded pest_meta v2.7.14 |
| 369 | 2025-09-18T23:13:54.380Z | Downloaded once_cell v1.21.3 |
| 370 | 2025-09-18T23:13:54.380Z | Downloaded log v0.4.27 |
| 371 | 2025-09-18T23:13:54.380Z | Downloaded icu_provider v1.5.0 |
| 372 | 2025-09-18T23:13:54.380Z | Downloaded libc v0.2.174 |
| 373 | 2025-09-18T23:13:54.404Z | Downloaded thiserror v2.0.16 |
| 374 | 2025-09-18T23:13:54.405Z | Downloaded zerofrom-derive v0.1.4 |
| 375 | 2025-09-18T23:13:54.405Z | Downloaded zerofrom v0.1.4 |
| 376 | 2025-09-18T23:13:54.405Z | Downloaded yoke-derive v0.7.4 |
| 377 | 2025-09-18T23:13:54.405Z | Downloaded usdt-macro v0.5.0 |
| 378 | 2025-09-18T23:13:54.405Z | Downloaded usdt v0.5.0 |
| 379 | 2025-09-18T23:13:54.405Z | Downloaded unicode-ident v1.0.18 |
| 380 | 2025-09-18T23:13:54.405Z | Downloaded terminal_size v0.4.0 |
| 381 | 2025-09-18T23:13:54.405Z | Downloaded tabled_derive v0.7.0 |
| 382 | 2025-09-18T23:13:54.405Z | Downloaded smawk v0.3.2 |
| 383 | 2025-09-18T23:13:54.405Z | Downloaded serde_spanned v0.6.9 |
| 384 | 2025-09-18T23:13:54.405Z | Downloaded serde-untagged v0.1.7 |
| 385 | 2025-09-18T23:13:54.405Z | Downloaded scroll v0.12.0 |
| 386 | 2025-09-18T23:13:54.405Z | Downloaded proc-macro-error-attr v1.0.4 |
| 387 | 2025-09-18T23:13:54.405Z | Downloaded plain v0.2.3 |
| 388 | 2025-09-18T23:13:54.405Z | Downloaded pest_generator v2.7.14 |
| 389 | 2025-09-18T23:13:54.405Z | Downloaded ordered-float v2.10.1 |
| 390 | 2025-09-18T23:13:54.405Z | Downloaded num-traits v0.2.19 |
| 391 | 2025-09-18T23:13:54.405Z | Downloaded memmap v0.7.0 |
| 392 | 2025-09-18T23:13:54.405Z | Downloaded litemap v0.7.3 |
| 393 | 2025-09-18T23:13:54.430Z | Downloaded icu_normalizer_data v1.5.0 |
| 394 | 2025-09-18T23:13:54.430Z | Downloaded icu_locid_transform v1.5.0 |
| 395 | 2025-09-18T23:13:54.430Z | Downloaded heck v0.4.1 |
| 396 | 2025-09-18T23:13:54.430Z | Downloaded getrandom v0.3.1 |
| 397 | 2025-09-18T23:13:54.430Z | Downloaded thread-id v4.2.2 |
| 398 | 2025-09-18T23:13:54.430Z | Downloaded thiserror-impl v1.0.69 |
| 399 | 2025-09-18T23:13:54.430Z | Downloaded thiserror v1.0.69 |
| 400 | 2025-09-18T23:13:54.430Z | Downloaded zerocopy-derive v0.7.35 |
| 401 | 2025-09-18T23:13:54.430Z | Downloaded usdt-impl v0.5.0 |
| 402 | 2025-09-18T23:13:54.430Z | Downloaded usdt-attr-macro v0.5.0 |
| 403 | 2025-09-18T23:13:54.430Z | Downloaded unicode-xid v0.2.6 |
| 404 | 2025-09-18T23:13:54.454Z | Downloaded ucd-trie v0.1.7 |
| 405 | 2025-09-18T23:13:54.454Z | Downloaded typenum v1.17.0 |
| 406 | 2025-09-18T23:13:54.454Z | Downloaded synstructure v0.13.1 |
| 407 | 2025-09-18T23:13:54.455Z | Downloaded swrite v0.1.0 |
| 408 | 2025-09-18T23:13:54.455Z | Downloaded strsim v0.11.1 |
| 409 | 2025-09-18T23:13:54.455Z | Downloaded serde_tokenstream v0.2.2 |
| 410 | 2025-09-18T23:13:54.455Z | Downloaded scroll_derive v0.12.0 |
| 411 | 2025-09-18T23:13:54.455Z | Downloaded pretty-hex v0.4.1 |
| 412 | 2025-09-18T23:13:54.455Z | Downloaded macaddr v1.0.1 |
| 413 | 2025-09-18T23:13:54.455Z | Downloaded is_terminal_polyfill v1.70.1 |
| 414 | 2025-09-18T23:13:54.455Z | Downloaded icu_provider_macros v1.5.0 |
| 415 | 2025-09-18T23:13:54.455Z | Downloaded icu_locid v1.5.0 |
| 416 | 2025-09-18T23:13:54.455Z | Downloaded heck v0.5.0 |
| 417 | 2025-09-18T23:13:54.455Z | Downloaded generic-array v0.14.7 |
| 418 | 2025-09-18T23:13:54.455Z | Downloaded fs-err v3.1.1 |
| 419 | 2025-09-18T23:13:54.479Z | Downloaded form_urlencoded v1.2.2 |
| 420 | 2025-09-18T23:13:54.479Z | Downloaded fnv v1.0.7 |
| 421 | 2025-09-18T23:13:54.479Z | Downloaded fastrand v2.1.1 |
| 422 | 2025-09-18T23:13:54.480Z | Downloaded errno v0.3.12 |
| 423 | 2025-09-18T23:13:54.480Z | Downloaded erased-serde v0.4.6 |
| 424 | 2025-09-18T23:13:54.480Z | Downloaded dtrace-parser v0.2.0 |
| 425 | 2025-09-18T23:13:54.480Z | Downloaded dof v0.3.0 |
| 426 | 2025-09-18T23:13:54.480Z | Downloaded displaydoc v0.2.5 |
| 427 | 2025-09-18T23:13:54.480Z | Downloaded cpufeatures v0.2.14 |
| 428 | 2025-09-18T23:13:54.480Z | Downloaded clap_lex v0.7.4 |
| 429 | 2025-09-18T23:13:54.480Z | Downloaded clap_derive v4.5.41 |
| 430 | 2025-09-18T23:13:54.480Z | Downloaded clap v4.5.41 |
| 431 | 2025-09-18T23:13:54.504Z | Downloaded camino-tempfile v1.4.1 |
| 432 | 2025-09-18T23:13:54.504Z | Downloaded byteorder v1.5.0 |
| 433 | 2025-09-18T23:13:54.504Z | Downloaded block-buffer v0.10.4 |
| 434 | 2025-09-18T23:13:54.504Z | Downloaded autocfg v1.4.0 |
| 435 | 2025-09-18T23:13:54.504Z | Downloaded anstyle-query v1.1.1 |
| 436 | 2025-09-18T23:13:54.504Z | Downloaded thiserror-impl v2.0.16 |
| 437 | 2025-09-18T23:13:54.504Z | Downloaded zerovec-derive v0.10.3 |
| 438 | 2025-09-18T23:13:54.504Z | Downloaded yoke v0.7.4 |
| 439 | 2025-09-18T23:13:54.504Z | Downloaded writeable v0.5.5 |
| 440 | 2025-09-18T23:13:54.504Z | Downloaded version_check v0.9.5 |
| 441 | 2025-09-18T23:13:54.505Z | Downloaded utf8_iter v1.0.4 |
| 442 | 2025-09-18T23:13:54.505Z | Downloaded utf16_iter v1.0.5 |
| 443 | 2025-09-18T23:13:54.529Z | Downloaded unicode-linebreak v0.1.5 |
| 444 | 2025-09-18T23:13:54.529Z | Downloaded typeid v1.0.3 |
| 445 | 2025-09-18T23:13:54.529Z | Downloaded idna_adapter v1.2.0 |
| 446 | 2025-09-18T23:13:54.529Z | Downloaded equivalent v1.0.2 |
| 447 | 2025-09-18T23:13:54.529Z | Downloaded digest v0.10.7 |
| 448 | 2025-09-18T23:13:54.529Z | Downloaded crypto-common v0.1.6 |
| 449 | 2025-09-18T23:13:54.529Z | Downloaded colorchoice v1.0.2 |
| 450 | 2025-09-18T23:13:54.529Z | Downloaded cfg-if v1.0.1 |
| 451 | 2025-09-18T23:13:54.529Z | Downloaded cargo_toml v0.21.0 |
| 452 | 2025-09-18T23:13:54.529Z | Downloaded cargo_metadata v0.21.0 |
| 453 | 2025-09-18T23:13:54.529Z | Downloaded cargo-platform v0.2.0 |
| 454 | 2025-09-18T23:13:54.529Z | Downloaded camino v1.2.0 |
| 455 | 2025-09-18T23:13:54.529Z | Downloaded bytecount v0.6.8 |
| 456 | 2025-09-18T23:13:54.530Z | Downloaded bitflags v2.9.1 |
| 457 | 2025-09-18T23:13:54.530Z | Downloaded anyhow v1.0.99 |
| 458 | 2025-09-18T23:13:54.554Z | Downloaded anstyle-parse v0.2.5 |
| 459 | 2025-09-18T23:13:54.554Z | Downloaded anstyle v1.0.11 |
| 460 | 2025-09-18T23:13:54.554Z | Downloaded anstream v0.6.18 |
| 461 | 2025-09-18T23:13:54.554Z | Downloaded itoa v1.0.11 |
| 462 | 2025-09-18T23:13:54.554Z | Downloaded icu_locid_transform_data v1.5.0 |
| 463 | 2025-09-18T23:13:54.555Z | Downloaded cargo-util-schemas v0.8.2 |
| 464 | 2025-09-18T23:13:54.635Z | Compiling proc-macro2 v1.0.101 |
| 465 | 2025-09-18T23:13:54.635Z | Compiling unicode-ident v1.0.18 |
| 466 | 2025-09-18T23:13:54.635Z | Compiling serde_core v1.0.223 |
| 467 | 2025-09-18T23:13:54.660Z | Compiling serde v1.0.223 |
| 468 | 2025-09-18T23:13:54.660Z | Compiling version_check v0.9.5 |
| 469 | 2025-09-18T23:13:54.660Z | Compiling libc v0.2.174 |
| 470 | 2025-09-18T23:13:54.660Z | Compiling memchr v2.7.4 |
| 471 | 2025-09-18T23:13:54.660Z | Compiling thiserror v1.0.69 |
| 472 | 2025-09-18T23:13:54.968Z | Compiling stable_deref_trait v1.2.0 |
| 473 | 2025-09-18T23:13:55.102Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-09-18T23:13:55.438Z | Compiling writeable v0.5.5 |
| 475 | 2025-09-18T23:13:55.569Z | Compiling ryu v1.0.18 |
| 476 | 2025-09-18T23:13:55.638Z | Compiling autocfg v1.4.0 |
| 477 | 2025-09-18T23:13:55.774Z | Compiling itoa v1.0.11 |
| 478 | 2025-09-18T23:13:55.998Z | Compiling litemap v0.7.3 |
| 479 | 2025-09-18T23:13:56.085Z | Compiling once_cell v1.21.3 |
| 480 | 2025-09-18T23:13:56.222Z | Compiling icu_locid_transform_data v1.5.0 |
| 481 | 2025-09-18T23:13:56.351Z | Compiling byteorder v1.5.0 |
| 482 | 2025-09-18T23:13:56.436Z | Compiling bitflags v2.9.1 |
| 483 | 2025-09-18T23:13:56.596Z | Compiling icu_properties_data v1.5.0 |
| 484 | 2025-09-18T23:13:56.851Z | Compiling quote v1.0.40 |
| 485 | 2025-09-18T23:13:56.891Z | Compiling errno v0.3.12 |
| 486 | 2025-09-18T23:13:56.964Z | Compiling serde_json v1.0.145 |
| 487 | 2025-09-18T23:13:57.104Z | Compiling num-traits v0.2.19 |
| 488 | 2025-09-18T23:13:57.188Z | Compiling smallvec v1.15.1 |
| 489 | 2025-09-18T23:13:57.346Z | Compiling syn v2.0.106 |
| 490 | 2025-09-18T23:13:57.484Z | Compiling typeid v1.0.3 |
| 491 | 2025-09-18T23:13:57.582Z | Compiling rustix v0.38.37 |
| 492 | 2025-09-18T23:13:57.645Z | Compiling equivalent v1.0.2 |
| 493 | 2025-09-18T23:13:57.761Z | Compiling icu_normalizer_data v1.5.0 |
| 494 | 2025-09-18T23:13:57.832Z | Compiling hashbrown v0.15.4 |
| 495 | 2025-09-18T23:13:57.887Z | Compiling utf16_iter v1.0.5 |
| 496 | 2025-09-18T23:13:57.918Z | Compiling utf8_iter v1.0.4 |
| 497 | 2025-09-18T23:13:58.024Z | Compiling write16 v1.0.0 |
| 498 | 2025-09-18T23:13:58.413Z | Compiling usdt-impl v0.5.0 |
| 499 | 2025-09-18T23:13:58.618Z | Compiling proc-macro-error-attr v1.0.4 |
| 500 | 2025-09-18T23:13:58.691Z | Compiling winnow v0.7.10 |
| 501 | 2025-09-18T23:13:58.803Z | Compiling toml_write v0.1.2 |
| 502 | 2025-09-18T23:13:58.989Z | Compiling syn v1.0.109 |
| 503 | 2025-09-18T23:13:59.074Z | Compiling thread-id v4.2.2 |
| 504 | 2025-09-18T23:13:59.215Z | Compiling indexmap v2.11.0 |
| 505 | 2025-09-18T23:13:59.872Z | Compiling proc-macro-error v1.0.4 |
| 506 | 2025-09-18T23:14:00.278Z | Compiling getrandom v0.3.1 |
| 507 | 2025-09-18T23:14:00.739Z | Compiling rustix v1.0.7 |
| 508 | 2025-09-18T23:14:00.934Z | Compiling percent-encoding v2.3.2 |
| 509 | 2025-09-18T23:14:01.007Z | Compiling utf8parse v0.2.2 |
| 510 | 2025-09-18T23:14:01.132Z | Compiling plain v0.2.3 |
| 511 | 2025-09-18T23:14:01.363Z | Compiling semver v1.0.26 |
| 512 | 2025-09-18T23:14:01.391Z | Compiling log v0.4.27 |
| 513 | 2025-09-18T23:14:01.479Z | Compiling camino v1.2.0 |
| 514 | 2025-09-18T23:14:01.526Z | Compiling thiserror v2.0.16 |
| 515 | 2025-09-18T23:14:02.049Z | Compiling form_urlencoded v1.2.2 |
| 516 | 2025-09-18T23:14:02.094Z | Compiling anstyle-parse v0.2.5 |
| 517 | 2025-09-18T23:14:02.312Z | Compiling ordered-float v2.10.1 |
| 518 | 2025-09-18T23:14:02.347Z | Compiling terminal_size v0.4.0 |
| 519 | 2025-09-18T23:14:02.731Z | Compiling pretty-hex v0.4.1 |
| 520 | 2025-09-18T23:14:02.927Z | Compiling anstyle v1.0.11 |
| 521 | 2025-09-18T23:14:02.962Z | Compiling anstyle-query v1.1.1 |
| 522 | 2025-09-18T23:14:02.994Z | Compiling cfg-if v1.0.1 |
| 523 | 2025-09-18T23:14:03.198Z | Compiling is_terminal_polyfill v1.70.1 |
| 524 | 2025-09-18T23:14:03.228Z | Compiling colorchoice v1.0.2 |
| 525 | 2025-09-18T23:14:03.387Z | Compiling anstream v0.6.18 |
| 526 | 2025-09-18T23:14:03.837Z | Compiling fs-err v3.1.1 |
| 527 | 2025-09-18T23:14:03.953Z | Compiling anyhow v1.0.99 |
| 528 | 2025-09-18T23:14:04.116Z | Compiling clap_lex v0.7.4 |
| 529 | 2025-09-18T23:14:04.161Z | Compiling unicode-xid v0.2.6 |
| 530 | 2025-09-18T23:14:04.338Z | Compiling synstructure v0.13.1 |
| 531 | 2025-09-18T23:14:04.378Z | Compiling unicode-width v0.1.14 |
| 532 | 2025-09-18T23:14:04.579Z | Compiling strsim v0.11.1 |
| 533 | 2025-09-18T23:14:04.666Z | Compiling fnv v1.0.7 |
| 534 | 2025-09-18T23:14:04.833Z | Compiling heck v0.5.0 |
| 535 | 2025-09-18T23:14:04.920Z | Compiling fastrand v2.1.1 |
| 536 | 2025-09-18T23:14:05.313Z | Compiling bytecount v0.6.8 |
| 537 | 2025-09-18T23:14:05.563Z | Compiling heck v0.4.1 |
| 538 | 2025-09-18T23:14:05.690Z | Compiling tempfile v3.20.0 |
| 539 | 2025-09-18T23:14:05.719Z | Compiling papergrid v0.11.0 |
| 540 | 2025-09-18T23:14:05.777Z | Compiling clap_builder v4.5.41 |
| 541 | 2025-09-18T23:14:06.282Z | Compiling memmap v0.7.0 |
| 542 | 2025-09-18T23:14:06.430Z | Compiling smawk v0.3.2 |
| 543 | 2025-09-18T23:14:06.486Z | Compiling unicode-linebreak v0.1.5 |
| 544 | 2025-09-18T23:14:06.645Z | Compiling unicode-width v0.2.0 |
| 545 | 2025-09-18T23:14:07.181Z | Compiling textwrap v0.16.2 |
| 546 | 2025-09-18T23:14:07.505Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2025-09-18T23:14:07.538Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2025-09-18T23:14:07.922Z | Compiling tabled_derive v0.7.0 |
| 549 | 2025-09-18T23:14:07.965Z | Compiling swrite v0.1.0 |
| 550 | 2025-09-18T23:14:08.634Z | Compiling serde_derive v1.0.223 |
| 551 | 2025-09-18T23:14:08.634Z | Compiling zerofrom-derive v0.1.4 |
| 552 | 2025-09-18T23:14:08.658Z | Compiling yoke-derive v0.7.4 |
| 553 | 2025-09-18T23:14:08.658Z | Compiling zerovec-derive v0.10.3 |
| 554 | 2025-09-18T23:14:08.756Z | Compiling thiserror-impl v1.0.69 |
| 555 | 2025-09-18T23:14:09.899Z | Compiling displaydoc v0.2.5 |
| 556 | 2025-09-18T23:14:10.922Z | Compiling icu_provider_macros v1.5.0 |
| 557 | 2025-09-18T23:14:11.180Z | Compiling zerocopy-derive v0.7.35 |
| 558 | 2025-09-18T23:14:11.347Z | Compiling scroll_derive v0.12.0 |
| 559 | 2025-09-18T23:14:11.656Z | Compiling pest v2.7.14 |
| 560 | 2025-09-18T23:14:11.877Z | Compiling zerofrom v0.1.4 |
| 561 | 2025-09-18T23:14:11.951Z | Compiling thiserror-impl v2.0.16 |
| 562 | 2025-09-18T23:14:12.134Z | Compiling yoke v0.7.4 |
| 563 | 2025-09-18T23:14:12.518Z | Compiling zerovec v0.10.4 |
| 564 | 2025-09-18T23:14:12.621Z | Compiling scroll v0.12.0 |
| 565 | 2025-09-18T23:14:13.077Z | Compiling zerocopy v0.7.35 |
| 566 | 2025-09-18T23:14:13.310Z | Compiling goblin v0.8.2 |
| 567 | 2025-09-18T23:14:13.396Z | Compiling clap_derive v4.5.41 |
| 568 | 2025-09-18T23:14:13.910Z | Compiling tabled v0.15.0 |
| 569 | 2025-09-18T23:14:14.484Z | Compiling tinystr v0.7.6 |
| 570 | 2025-09-18T23:14:14.545Z | Compiling pest_meta v2.7.14 |
| 571 | 2025-09-18T23:14:14.746Z | Compiling icu_collections v1.5.0 |
| 572 | 2025-09-18T23:14:15.001Z | Compiling icu_locid v1.5.0 |
| 573 | 2025-09-18T23:14:15.962Z | Compiling pest_generator v2.7.14 |
| 574 | 2025-09-18T23:14:16.836Z | Compiling icu_provider v1.5.0 |
| 575 | 2025-09-18T23:14:16.866Z | Compiling toml_datetime v0.6.11 |
| 576 | 2025-09-18T23:14:17.048Z | Compiling serde_spanned v0.6.9 |
| 577 | 2025-09-18T23:14:17.106Z | Compiling dof v0.3.0 |
| 578 | 2025-09-18T23:14:17.348Z | Compiling toml_edit v0.22.27 |
| 579 | 2025-09-18T23:14:17.429Z | Compiling serde_tokenstream v0.2.2 |
| 580 | 2025-09-18T23:14:17.665Z | Compiling icu_locid_transform v1.5.0 |
| 581 | 2025-09-18T23:14:17.803Z | Compiling erased-serde v0.4.6 |
| 582 | 2025-09-18T23:14:18.017Z | Compiling serde-value v0.7.0 |
| 583 | 2025-09-18T23:14:18.749Z | Compiling pest_derive v2.7.14 |
| 584 | 2025-09-18T23:14:18.824Z | Compiling serde-untagged v0.1.7 |
| 585 | 2025-09-18T23:14:18.897Z | Compiling cargo-platform v0.2.0 |
| 586 | 2025-09-18T23:14:18.983Z | Compiling icu_properties v1.5.1 |
| 587 | 2025-09-18T23:14:19.474Z | Compiling clap v4.5.41 |
| 588 | 2025-09-18T23:14:19.508Z | Compiling dtrace-parser v0.2.0 |
| 589 | 2025-09-18T23:14:19.599Z | Compiling macaddr v1.0.1 |
| 590 | 2025-09-18T23:14:20.955Z | Compiling toml v0.8.23 |
| 591 | 2025-09-18T23:14:21.204Z | Compiling usdt-macro v0.5.0 |
| 592 | 2025-09-18T23:14:21.266Z | Compiling usdt-attr-macro v0.5.0 |
| 593 | 2025-09-18T23:14:21.867Z | Compiling cargo_toml v0.21.0 |
| 594 | 2025-09-18T23:14:22.459Z | Compiling usdt v0.5.0 |
| 595 | 2025-09-18T23:14:22.547Z | Compiling icu_normalizer v1.5.0 |
| 596 | 2025-09-18T23:14:23.502Z | Compiling idna_adapter v1.2.0 |
| 597 | 2025-09-18T23:14:23.692Z | Compiling idna v1.0.3 |
| 598 | 2025-09-18T23:14:24.263Z | Compiling url v2.5.4 |
| 599 | 2025-09-18T23:14:25.242Z | Compiling cargo-util-schemas v0.8.2 |
| 600 | 2025-09-18T23:14:27.740Z | Compiling cargo_metadata v0.21.0 |
| 601 | 2025-09-18T23:14:30.333Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 602 | 2025-09-18T23:14:35.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 603 | 2025-09-18T23:14:35.911Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 604 | 2025-09-18T23:14:37.122Z | Downloading crates ... |
| 605 | 2025-09-18T23:14:37.334Z | Downloaded critical-section v1.1.3 |
| 606 | 2025-09-18T23:14:37.359Z | Downloaded aho-corasick v1.1.3 |
| 607 | 2025-09-18T23:14:37.384Z | Downloaded http-body v1.0.1 |
| 608 | 2025-09-18T23:14:37.385Z | Downloaded is_ci v1.2.0 |
| 609 | 2025-09-18T23:14:37.385Z | Downloaded hashbrown v0.12.3 |
| 610 | 2025-09-18T23:14:37.410Z | Downloaded lockfree-object-pool v0.1.6 |
| 611 | 2025-09-18T23:14:37.410Z | Downloaded hyper-rustls v0.27.7 |
| 612 | 2025-09-18T23:14:37.410Z | Downloaded indicatif v0.17.11 |
| 613 | 2025-09-18T23:14:37.438Z | Downloaded hubpack v0.1.2 |
| 614 | 2025-09-18T23:14:37.438Z | Downloaded hyper-staticfile v0.10.1 |
| 615 | 2025-09-18T23:14:37.462Z | Downloaded humantime v2.2.0 |
| 616 | 2025-09-18T23:14:37.462Z | Downloaded toml_parser v1.0.2 |
| 617 | 2025-09-18T23:14:37.487Z | Downloaded progenitor-client v0.11.0 |
| 618 | 2025-09-18T23:14:37.487Z | Downloaded debug-ignore v1.0.5 |
| 619 | 2025-09-18T23:14:37.512Z | Downloaded rustc_version v0.4.1 |
| 620 | 2025-09-18T23:14:37.512Z | Downloaded slog-dtrace v0.3.0 |
| 621 | 2025-09-18T23:14:37.512Z | Downloaded support-bundle-viewer v0.1.2 |
| 622 | 2025-09-18T23:14:37.536Z | Downloaded tokio-tungstenite v0.21.0 |
| 623 | 2025-09-18T23:14:37.536Z | Downloaded tower-service v0.3.3 |
| 624 | 2025-09-18T23:14:37.562Z | Downloaded which v4.4.2 |
| 625 | 2025-09-18T23:14:37.563Z | Downloaded want v0.3.1 |
| 626 | 2025-09-18T23:14:37.563Z | Downloaded tower-layer v0.3.3 |
| 627 | 2025-09-18T23:14:37.563Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 628 | 2025-09-18T23:14:37.563Z | Downloaded deranged v0.3.11 |
| 629 | 2025-09-18T23:14:37.587Z | Downloaded nanorand v0.7.0 |
| 630 | 2025-09-18T23:14:37.588Z | Downloaded stringprep v0.1.5 |
| 631 | 2025-09-18T23:14:37.588Z | Downloaded signal-hook-tokio v0.3.1 |
| 632 | 2025-09-18T23:14:37.588Z | Downloaded hash32 v0.3.1 |
| 633 | 2025-09-18T23:14:37.588Z | Downloaded zstd-safe v7.2.3 |
| 634 | 2025-09-18T23:14:37.612Z | Downloaded parse-display v0.10.0 |
| 635 | 2025-09-18T23:14:37.612Z | Downloaded take_mut v0.2.2 |
| 636 | 2025-09-18T23:14:37.612Z | Downloaded tabled_derive v0.11.0 |
| 637 | 2025-09-18T23:14:37.612Z | Downloaded fxhash v0.2.1 |
| 638 | 2025-09-18T23:14:37.612Z | Downloaded ecdsa v0.16.9 |
| 639 | 2025-09-18T23:14:37.637Z | Downloaded unarray v0.1.4 |
| 640 | 2025-09-18T23:14:37.637Z | Downloaded newtype-uuid v1.2.4 |
| 641 | 2025-09-18T23:14:37.637Z | Downloaded foreign-types-shared v0.3.1 |
| 642 | 2025-09-18T23:14:37.637Z | Downloaded progenitor-macro v0.11.0 |
| 643 | 2025-09-18T23:14:37.637Z | Downloaded foreign-types-shared v0.1.1 |
| 644 | 2025-09-18T23:14:37.661Z | Downloaded signal-hook-registry v1.4.2 |
| 645 | 2025-09-18T23:14:37.661Z | Downloaded peg-runtime v0.8.5 |
| 646 | 2025-09-18T23:14:37.661Z | Downloaded russh-cryptovec v0.7.3 |
| 647 | 2025-09-18T23:14:37.661Z | Downloaded unicase v2.7.0 |
| 648 | 2025-09-18T23:14:37.686Z | Downloaded tabled_derive v0.10.0 |
| 649 | 2025-09-18T23:14:37.686Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 650 | 2025-09-18T23:14:37.686Z | Downloaded fs-err v2.11.0 |
| 651 | 2025-09-18T23:14:37.686Z | Downloaded signal-hook-mio v0.2.4 |
| 652 | 2025-09-18T23:14:37.686Z | Downloaded olpc-cjson v0.1.4 |
| 653 | 2025-09-18T23:14:37.710Z | Downloaded ssh-encoding v0.2.0 |
| 654 | 2025-09-18T23:14:37.738Z | Downloaded number_prefix v0.4.0 |
| 655 | 2025-09-18T23:14:37.738Z | Downloaded polyval v0.6.2 |
| 656 | 2025-09-18T23:14:37.738Z | Downloaded p256 v0.13.2 |
| 657 | 2025-09-18T23:14:37.738Z | Downloaded ref-cast-impl v1.0.24 |
| 658 | 2025-09-18T23:14:37.738Z | Downloaded xshell-macros v0.2.7 |
| 659 | 2025-09-18T23:14:37.738Z | Downloaded prefix-trie v0.7.0 |
| 660 | 2025-09-18T23:14:37.738Z | Downloaded secrecy v0.10.3 |
| 661 | 2025-09-18T23:14:37.762Z | Downloaded futures-sink v0.3.31 |
| 662 | 2025-09-18T23:14:37.763Z | Downloaded num-conv v0.1.0 |
| 663 | 2025-09-18T23:14:37.763Z | Downloaded endian-type v0.1.2 |
| 664 | 2025-09-18T23:14:37.763Z | Downloaded termtree v0.5.1 |
| 665 | 2025-09-18T23:14:37.763Z | Downloaded openssl-probe v0.1.5 |
| 666 | 2025-09-18T23:14:37.763Z | Downloaded rustversion v1.0.17 |
| 667 | 2025-09-18T23:14:37.763Z | Downloaded poly1305 v0.8.0 |
| 668 | 2025-09-18T23:14:37.787Z | Downloaded openssl-macros v0.1.1 |
| 669 | 2025-09-18T23:14:37.787Z | Downloaded sigpipe v0.1.3 |
| 670 | 2025-09-18T23:14:37.787Z | Downloaded xattr v1.3.1 |
| 671 | 2025-09-18T23:14:37.787Z | Downloaded rusty-fork v0.3.0 |
| 672 | 2025-09-18T23:14:37.787Z | Downloaded fixedbitset v0.5.7 |
| 673 | 2025-09-18T23:14:37.812Z | Downloaded utf-8 v0.7.6 |
| 674 | 2025-09-18T23:14:37.812Z | Downloaded num-derive v0.3.3 |
| 675 | 2025-09-18T23:14:37.812Z | Downloaded unit-prefix v0.5.1 |
| 676 | 2025-09-18T23:14:37.812Z | Downloaded time-core v0.1.2 |
| 677 | 2025-09-18T23:14:37.812Z | Downloaded thread_local v1.1.8 |
| 678 | 2025-09-18T23:14:37.836Z | Downloaded pkcs8 v0.10.2 |
| 679 | 2025-09-18T23:14:37.836Z | Downloaded derive_builder_macro v0.20.2 |
| 680 | 2025-09-18T23:14:37.836Z | Downloaded testing_table v0.3.0 |
| 681 | 2025-09-18T23:14:37.836Z | Downloaded iddqd v0.3.13 |
| 682 | 2025-09-18T23:14:37.861Z | Downloaded untrusted v0.9.0 |
| 683 | 2025-09-18T23:14:37.861Z | Downloaded void v1.0.2 |
| 684 | 2025-09-18T23:14:37.861Z | Downloaded normalize-line-endings v0.3.0 |
| 685 | 2025-09-18T23:14:37.861Z | Downloaded tokio-macros v2.5.0 |
| 686 | 2025-09-18T23:14:37.861Z | Downloaded foldhash v0.1.5 |
| 687 | 2025-09-18T23:14:37.861Z | Downloaded num-complex v0.4.6 |
| 688 | 2025-09-18T23:14:37.861Z | Downloaded term v1.1.0 |
| 689 | 2025-09-18T23:14:37.887Z | Downloaded rand_chacha v0.3.1 |
| 690 | 2025-09-18T23:14:37.887Z | Downloaded postcard v1.0.10 |
| 691 | 2025-09-18T23:14:37.887Z | Downloaded powerfmt v0.2.0 |
| 692 | 2025-09-18T23:14:37.887Z | Downloaded zone v0.1.8 |
| 693 | 2025-09-18T23:14:37.887Z | Downloaded dirs-next v2.0.0 |
| 694 | 2025-09-18T23:14:37.887Z | Downloaded untrusted v0.7.1 |
| 695 | 2025-09-18T23:14:37.887Z | Downloaded serde_with_macros v3.14.0 |
| 696 | 2025-09-18T23:14:37.914Z | Downloaded r2d2 v0.8.10 |
| 697 | 2025-09-18T23:14:37.914Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 698 | 2025-09-18T23:14:37.914Z | Downloaded schemars_derive v0.8.22 |
| 699 | 2025-09-18T23:14:37.914Z | Downloaded quinn-udp v0.5.5 |
| 700 | 2025-09-18T23:14:37.914Z | Downloaded zone_cfg_derive v0.1.2 |
| 701 | 2025-09-18T23:14:37.914Z | Downloaded futures-macro v0.3.31 |
| 702 | 2025-09-18T23:14:37.939Z | Downloaded num_threads v0.1.7 |
| 703 | 2025-09-18T23:14:37.939Z | Downloaded time-macros v0.2.18 |
| 704 | 2025-09-18T23:14:37.939Z | Downloaded dirs-sys-next v0.1.2 |
| 705 | 2025-09-18T23:14:37.939Z | Downloaded env_filter v0.1.2 |
| 706 | 2025-09-18T23:14:37.939Z | Downloaded foreign-types v0.3.2 |
| 707 | 2025-09-18T23:14:37.964Z | Downloaded rfc6979 v0.4.0 |
| 708 | 2025-09-18T23:14:37.964Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 709 | 2025-09-18T23:14:37.964Z | Downloaded try-lock v0.2.5 |
| 710 | 2025-09-18T23:14:37.964Z | Downloaded snafu-derive v0.8.5 |
| 711 | 2025-09-18T23:14:37.964Z | Downloaded psl-types v2.0.11 |
| 712 | 2025-09-18T23:14:37.964Z | Downloaded similar v2.7.0 |
| 713 | 2025-09-18T23:14:37.990Z | Downloaded phf_shared v0.11.2 |
| 714 | 2025-09-18T23:14:37.990Z | Downloaded oxnet v0.1.3 |
| 715 | 2025-09-18T23:14:37.990Z | Downloaded scrypt v0.11.0 |
| 716 | 2025-09-18T23:14:38.015Z | Downloaded sqlformat v0.3.5 |
| 717 | 2025-09-18T23:14:38.015Z | Downloaded num-iter v0.1.45 |
| 718 | 2025-09-18T23:14:38.015Z | Downloaded siphasher v1.0.1 |
| 719 | 2025-09-18T23:14:38.015Z | Downloaded slab v0.4.9 |
| 720 | 2025-09-18T23:14:38.015Z | Downloaded fd-lock v4.0.2 |
| 721 | 2025-09-18T23:14:38.015Z | Downloaded tls_codec v0.4.1 |
| 722 | 2025-09-18T23:14:38.015Z | Downloaded num_enum v0.5.11 |
| 723 | 2025-09-18T23:14:38.042Z | Downloaded tinyvec_macros v0.1.1 |
| 724 | 2025-09-18T23:14:38.042Z | Downloaded socket2 v0.6.0 |
| 725 | 2025-09-18T23:14:38.042Z | Downloaded uzers v0.12.1 |
| 726 | 2025-09-18T23:14:38.042Z | Downloaded num-rational v0.4.2 |
| 727 | 2025-09-18T23:14:38.042Z | Downloaded futures-executor v0.3.31 |
| 728 | 2025-09-18T23:14:38.042Z | Downloaded slog v2.7.0 |
| 729 | 2025-09-18T23:14:38.066Z | Downloaded unicode-properties v0.1.3 |
| 730 | 2025-09-18T23:14:38.066Z | Downloaded winnow v0.5.40 |
| 731 | 2025-09-18T23:14:38.090Z | Downloaded value-bag v1.9.0 |
| 732 | 2025-09-18T23:14:38.115Z | Downloaded tracing-core v0.1.32 |
| 733 | 2025-09-18T23:14:38.140Z | Downloaded ron v0.8.1 |
| 734 | 2025-09-18T23:14:38.164Z | Downloaded num-bigint-dig v0.8.4 |
| 735 | 2025-09-18T23:14:38.164Z | Downloaded expectorate v1.2.0 |
| 736 | 2025-09-18T23:14:38.190Z | Downloaded rpassword v7.4.0 |
| 737 | 2025-09-18T23:14:38.191Z | Downloaded serde_with v3.14.0 |
| 738 | 2025-09-18T23:14:38.216Z | Downloaded salty v0.3.0 |
| 739 | 2025-09-18T23:14:38.216Z | Downloaded sqlparser v0.45.0 |
| 740 | 2025-09-18T23:14:38.216Z | Downloaded proptest v1.7.0 |
| 741 | 2025-09-18T23:14:38.240Z | Downloaded regex v1.11.1 |
| 742 | 2025-09-18T23:14:38.265Z | Downloaded vcpkg v0.2.15 |
| 743 | 2025-09-18T23:14:38.299Z | Downloaded radix_trie v0.2.1 |
| 744 | 2025-09-18T23:14:38.324Z | Downloaded nix v0.28.0 |
| 745 | 2025-09-18T23:14:38.324Z | Downloaded nix v0.29.0 |
| 746 | 2025-09-18T23:14:38.349Z | Downloaded object v0.36.5 |
| 747 | 2025-09-18T23:14:38.349Z | Downloaded regress v0.10.4 |
| 748 | 2025-09-18T23:14:38.374Z | Downloaded regex-syntax v0.8.5 |
| 749 | 2025-09-18T23:14:38.374Z | Downloaded diesel v2.2.12 |
| 750 | 2025-09-18T23:14:38.398Z | Downloaded jiff v0.2.15 |
| 751 | 2025-09-18T23:14:38.426Z | Downloaded openapiv3 v2.2.0 |
| 752 | 2025-09-18T23:14:38.452Z | Downloaded typify-impl v0.4.3 |
| 753 | 2025-09-18T23:14:38.452Z | Downloaded typify-impl v0.2.0 |
| 754 | 2025-09-18T23:14:38.476Z | Downloaded typify-impl v0.3.0 |
| 755 | 2025-09-18T23:14:38.501Z | Downloaded lzma-sys v0.1.20 |
| 756 | 2025-09-18T23:14:38.525Z | Downloaded zerocopy-derive v0.6.6 |
| 757 | 2025-09-18T23:14:38.551Z | Downloaded nix v0.30.1 |
| 758 | 2025-09-18T23:14:38.551Z | Downloaded sled v0.34.7 |
| 759 | 2025-09-18T23:14:38.576Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 760 | 2025-09-18T23:14:38.601Z | Downloaded smoltcp v0.11.0 |
| 761 | 2025-09-18T23:14:38.601Z | Downloaded regex-automata v0.4.8 |
| 762 | 2025-09-18T23:14:38.625Z | Downloaded dropshot v0.16.4 |
| 763 | 2025-09-18T23:14:38.649Z | Downloaded petname v2.0.2 |
| 764 | 2025-09-18T23:14:38.673Z | Downloaded regex-syntax v0.6.29 |
| 765 | 2025-09-18T23:14:38.673Z | Downloaded csv v1.3.1 |
| 766 | 2025-09-18T23:14:38.698Z | Downloaded openssl v0.10.73 |
| 767 | 2025-09-18T23:14:38.723Z | Downloaded smoltcp v0.9.1 |
| 768 | 2025-09-18T23:14:38.723Z | Downloaded rustls v0.23.19 |
| 769 | 2025-09-18T23:14:38.747Z | Downloaded hickory-proto v0.25.2 |
| 770 | 2025-09-18T23:14:38.771Z | Downloaded petgraph v0.6.5 |
| 771 | 2025-09-18T23:14:38.797Z | Downloaded libz-sys v1.1.20 |
| 772 | 2025-09-18T23:14:38.821Z | Downloaded petgraph v0.8.2 |
| 773 | 2025-09-18T23:14:38.845Z | Downloaded polar-core v0.27.3 |
| 774 | 2025-09-18T23:14:38.845Z | Downloaded nix v0.27.1 |
| 775 | 2025-09-18T23:14:38.870Z | Downloaded sha3 v0.10.8 |
| 776 | 2025-09-18T23:14:38.870Z | Downloaded zerocopy v0.8.26 |
| 777 | 2025-09-18T23:14:38.894Z | Downloaded hickory-proto v0.24.4 |
| 778 | 2025-09-18T23:14:38.923Z | Downloaded quick-xml v0.37.2 |
| 779 | 2025-09-18T23:14:38.947Z | Downloaded tokio v1.47.0 |
| 780 | 2025-09-18T23:14:38.984Z | Downloaded object v0.30.4 |
| 781 | 2025-09-18T23:14:39.012Z | Downloaded tabled v0.20.0 |
| 782 | 2025-09-18T23:14:39.036Z | Downloaded gimli v0.31.1 |
| 783 | 2025-09-18T23:14:39.036Z | Downloaded reqwest v0.12.22 |
| 784 | 2025-09-18T23:14:39.061Z | Downloaded moka v0.12.10 |
| 785 | 2025-09-18T23:14:39.061Z | Downloaded quinn-proto v0.11.8 |
| 786 | 2025-09-18T23:14:39.085Z | Downloaded time v0.3.36 |
| 787 | 2025-09-18T23:14:39.085Z | Downloaded portable-atomic v1.11.0 |
| 788 | 2025-09-18T23:14:39.110Z | Downloaded p384 v0.13.0 |
| 789 | 2025-09-18T23:14:39.110Z | Downloaded rustls v0.22.4 |
| 790 | 2025-09-18T23:14:39.134Z | Downloaded unicode-normalization v0.1.24 |
| 791 | 2025-09-18T23:14:39.134Z | Downloaded git2 v0.19.0 |
| 792 | 2025-09-18T23:14:39.134Z | Downloaded curve25519-dalek v4.1.3 |
| 793 | 2025-09-18T23:14:39.159Z | Downloaded nom v7.1.3 |
| 794 | 2025-09-18T23:14:39.159Z | Downloaded zlib-rs v0.5.1 |
| 795 | 2025-09-18T23:14:39.159Z | Downloaded rustls-webpki v0.102.8 |
| 796 | 2025-09-18T23:14:39.183Z | Downloaded tabled v0.18.0 |
| 797 | 2025-09-18T23:14:39.209Z | Downloaded lalrpop v0.19.12 |
| 798 | 2025-09-18T23:14:39.233Z | Downloaded pin-project v1.1.6 |
| 799 | 2025-09-18T23:14:39.257Z | Downloaded yansi v1.0.1 |
| 800 | 2025-09-18T23:14:39.257Z | Downloaded qorb v0.4.1 |
| 801 | 2025-09-18T23:14:39.257Z | Downloaded unicode-segmentation v1.12.0 |
| 802 | 2025-09-18T23:14:39.257Z | Downloaded rand v0.9.2 |
| 803 | 2025-09-18T23:14:39.257Z | Downloaded rustls-webpki v0.101.7 |
| 804 | 2025-09-18T23:14:39.281Z | Downloaded tungstenite v0.21.0 |
| 805 | 2025-09-18T23:14:39.281Z | Downloaded encoding_rs v0.8.34 |
| 806 | 2025-09-18T23:14:39.305Z | Downloaded publicsuffix v2.3.0 |
| 807 | 2025-09-18T23:14:39.329Z | Downloaded unicode-bidi v0.3.17 |
| 808 | 2025-09-18T23:14:39.330Z | Downloaded tungstenite v0.23.0 |
| 809 | 2025-09-18T23:14:39.330Z | Downloaded samael v0.0.19 |
| 810 | 2025-09-18T23:14:39.330Z | Downloaded rand v0.8.5 |
| 811 | 2025-09-18T23:14:39.330Z | Downloaded zip v4.2.0 |
| 812 | 2025-09-18T23:14:39.354Z | Downloaded ring v0.17.14 |
| 813 | 2025-09-18T23:14:39.389Z | Downloaded ssh-key v0.6.6 |
| 814 | 2025-09-18T23:14:39.413Z | Downloaded p521 v0.13.3 |
| 815 | 2025-09-18T23:14:39.413Z | Downloaded futures-util v0.3.31 |
| 816 | 2025-09-18T23:14:39.438Z | Downloaded winnow v0.6.26 |
| 817 | 2025-09-18T23:14:39.438Z | Downloaded tokio-dtrace v0.1.0 |
| 818 | 2025-09-18T23:14:39.438Z | Downloaded thiserror-no-std v2.0.2 |
| 819 | 2025-09-18T23:14:39.462Z | Downloaded phf_shared v0.12.1 |
| 820 | 2025-09-18T23:14:39.462Z | Downloaded env_logger v0.11.5 |
| 821 | 2025-09-18T23:14:39.462Z | Downloaded env_logger v0.10.2 |
| 822 | 2025-09-18T23:14:39.462Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 823 | 2025-09-18T23:14:39.527Z | Downloaded vsss-rs v3.3.4 |
| 824 | 2025-09-18T23:14:39.552Z | Downloaded fatfs v0.3.6 |
| 825 | 2025-09-18T23:14:39.552Z | Downloaded ron v0.7.1 |
| 826 | 2025-09-18T23:14:39.552Z | Downloaded uuid v1.18.1 |
| 827 | 2025-09-18T23:14:39.552Z | Downloaded vte v0.11.1 |
| 828 | 2025-09-18T23:14:39.552Z | Downloaded num-bigint v0.4.6 |
| 829 | 2025-09-18T23:14:39.576Z | Downloaded rustyline v14.0.0 |
| 830 | 2025-09-18T23:14:39.576Z | Downloaded typed-path v0.9.3 |
| 831 | 2025-09-18T23:14:39.576Z | Downloaded postgres-types v0.2.9 |
| 832 | 2025-09-18T23:14:39.576Z | Downloaded postgres-protocol v0.6.8 |
| 833 | 2025-09-18T23:14:39.602Z | Downloaded float-cmp v0.10.0 |
| 834 | 2025-09-18T23:14:39.602Z | Downloaded filetime v0.2.25 |
| 835 | 2025-09-18T23:14:39.602Z | Downloaded test-strategy v0.4.3 |
| 836 | 2025-09-18T23:14:39.602Z | Downloaded derive_more-impl v2.0.1 |
| 837 | 2025-09-18T23:14:39.602Z | Downloaded phf v0.12.1 |
| 838 | 2025-09-18T23:14:39.602Z | Downloaded fallible-iterator v0.2.0 |
| 839 | 2025-09-18T23:14:39.602Z | Downloaded salsa20 v0.10.2 |
| 840 | 2025-09-18T23:14:39.602Z | Downloaded pin-project-internal v1.1.6 |
| 841 | 2025-09-18T23:14:39.602Z | Downloaded schemars v0.8.22 |
| 842 | 2025-09-18T23:14:39.633Z | Downloaded futures-core v0.3.31 |
| 843 | 2025-09-18T23:14:39.633Z | Downloaded quinn v0.11.5 |
| 844 | 2025-09-18T23:14:39.633Z | Downloaded sec1 v0.7.3 |
| 845 | 2025-09-18T23:14:39.633Z | Downloaded pem v3.0.5 |
| 846 | 2025-09-18T23:14:39.633Z | Downloaded vergen v8.3.2 |
| 847 | 2025-09-18T23:14:39.659Z | Downloaded flume v0.11.1 |
| 848 | 2025-09-18T23:14:39.659Z | Downloaded socket2 v0.5.10 |
| 849 | 2025-09-18T23:14:39.659Z | Downloaded openssl-sys v0.9.109 |
| 850 | 2025-09-18T23:14:39.659Z | Downloaded russh v0.45.0 |
| 851 | 2025-09-18T23:14:39.659Z | Downloaded pem-rfc7468 v0.7.0 |
| 852 | 2025-09-18T23:14:39.659Z | Downloaded ff v0.13.0 |
| 853 | 2025-09-18T23:14:39.659Z | Downloaded tui-tree-widget v0.23.1 |
| 854 | 2025-09-18T23:14:39.659Z | Downloaded derive_more v0.99.20 |
| 855 | 2025-09-18T23:14:39.683Z | Downloaded ppv-lite86 v0.2.20 |
| 856 | 2025-09-18T23:14:39.684Z | Downloaded futures-channel v0.3.31 |
| 857 | 2025-09-18T23:14:39.684Z | Downloaded num_enum_derive v0.5.11 |
| 858 | 2025-09-18T23:14:39.684Z | Downloaded simd-adler32 v0.3.7 |
| 859 | 2025-09-18T23:14:39.684Z | Downloaded sct v0.7.1 |
| 860 | 2025-09-18T23:14:39.684Z | Downloaded num-derive v0.4.2 |
| 861 | 2025-09-18T23:14:39.684Z | Downloaded derive_more v2.0.1 |
| 862 | 2025-09-18T23:14:39.708Z | Downloaded num-integer v0.1.46 |
| 863 | 2025-09-18T23:14:39.708Z | Downloaded foldhash v0.2.0 |
| 864 | 2025-09-18T23:14:39.708Z | Downloaded fixedbitset v0.4.2 |
| 865 | 2025-09-18T23:14:39.708Z | Downloaded diff v0.1.13 |
| 866 | 2025-09-18T23:14:39.708Z | Downloaded zopfli v0.8.1 |
| 867 | 2025-09-18T23:14:39.708Z | Downloaded tls_codec_derive v0.4.1 |
| 868 | 2025-09-18T23:14:39.708Z | Downloaded serde_urlencoded v0.7.1 |
| 869 | 2025-09-18T23:14:39.708Z | Downloaded owo-colors v4.2.2 |
| 870 | 2025-09-18T23:14:39.733Z | Downloaded tinyvec v1.8.0 |
| 871 | 2025-09-18T23:14:39.733Z | Downloaded diesel_derives v2.2.3 |
| 872 | 2025-09-18T23:14:39.733Z | Downloaded tokio-postgres v0.7.13 |
| 873 | 2025-09-18T23:14:39.733Z | Downloaded oxide-tokio-rt v0.1.2 |
| 874 | 2025-09-18T23:14:39.733Z | Downloaded steno v0.4.1 |
| 875 | 2025-09-18T23:14:39.758Z | Downloaded tower-http v0.6.6 |
| 876 | 2025-09-18T23:14:39.758Z | Downloaded itertools v0.12.1 |
| 877 | 2025-09-18T23:14:39.758Z | Downloaded resolv-conf v0.7.0 |
| 878 | 2025-09-18T23:14:39.758Z | Downloaded fs_extra v1.3.0 |
| 879 | 2025-09-18T23:14:39.783Z | Downloaded enum-as-inner v0.6.1 |
| 880 | 2025-09-18T23:14:39.783Z | Downloaded unicode_categories v0.1.1 |
| 881 | 2025-09-18T23:14:39.783Z | Downloaded flate2 v1.1.2 |
| 882 | 2025-09-18T23:14:39.783Z | Downloaded zerocopy-derive v0.8.26 |
| 883 | 2025-09-18T23:14:39.783Z | Downloaded foreign-types v0.5.0 |
| 884 | 2025-09-18T23:14:39.783Z | Downloaded zone v0.3.1 |
| 885 | 2025-09-18T23:14:39.783Z | Downloaded zstd v0.13.3 |
| 886 | 2025-09-18T23:14:39.808Z | Downloaded radium v0.7.0 |
| 887 | 2025-09-18T23:14:39.808Z | Downloaded futures-io v0.3.31 |
| 888 | 2025-09-18T23:14:39.808Z | Downloaded difflib v0.4.0 |
| 889 | 2025-09-18T23:14:39.808Z | Downloaded ed25519-dalek v2.1.1 |
| 890 | 2025-09-18T23:14:39.808Z | Downloaded zone_cfg_derive v0.3.0 |
| 891 | 2025-09-18T23:14:39.808Z | Downloaded spki v0.7.3 |
| 892 | 2025-09-18T23:14:39.808Z | Downloaded smf v0.2.3 |
| 893 | 2025-09-18T23:14:39.808Z | Downloaded oso-derive v0.27.3 |
| 894 | 2025-09-18T23:14:39.808Z | Downloaded scheduled-thread-pool v0.2.7 |
| 895 | 2025-09-18T23:14:39.808Z | Downloaded itertools v0.14.0 |
| 896 | 2025-09-18T23:14:39.833Z | Downloaded hkdf v0.12.4 |
| 897 | 2025-09-18T23:14:39.833Z | Downloaded pkcs1 v0.7.5 |
| 898 | 2025-09-18T23:14:39.833Z | Downloaded tiny-keccak v2.0.2 |
| 899 | 2025-09-18T23:14:39.833Z | Downloaded spin v0.9.8 |
| 900 | 2025-09-18T23:14:39.833Z | Downloaded nu-ansi-term v0.50.1 |
| 901 | 2025-09-18T23:14:39.833Z | Downloaded pkcs5 v0.7.1 |
| 902 | 2025-09-18T23:14:39.833Z | Downloaded oso v0.27.3 |
| 903 | 2025-09-18T23:14:39.857Z | Downloaded dropshot_endpoint v0.16.4 |
| 904 | 2025-09-18T23:14:39.857Z | Downloaded unsafe-libyaml v0.2.11 |
| 905 | 2025-09-18T23:14:39.857Z | Downloaded snafu v0.8.5 |
| 906 | 2025-09-18T23:14:39.857Z | Downloaded futures v0.3.31 |
| 907 | 2025-09-18T23:14:39.884Z | Downloaded webpki-roots v1.0.1 |
| 908 | 2025-09-18T23:14:39.884Z | Downloaded same-file v1.0.6 |
| 909 | 2025-09-18T23:14:39.884Z | Downloaded quick-error v1.2.3 |
| 910 | 2025-09-18T23:14:39.884Z | Downloaded des v0.8.1 |
| 911 | 2025-09-18T23:14:39.884Z | Downloaded pin-project-lite v0.2.14 |
| 912 | 2025-09-18T23:14:39.884Z | Downloaded elliptic-curve v0.13.8 |
| 913 | 2025-09-18T23:14:39.884Z | Downloaded nodrop v0.1.14 |
| 914 | 2025-09-18T23:14:39.884Z | Downloaded float-ord v0.3.2 |
| 915 | 2025-09-18T23:14:39.908Z | Downloaded mio v1.0.2 |
| 916 | 2025-09-18T23:14:39.908Z | Downloaded zip v0.6.6 |
| 917 | 2025-09-18T23:14:39.908Z | Downloaded minimal-lexical v0.2.1 |
| 918 | 2025-09-18T23:14:39.908Z | Downloaded x509-cert v0.2.5 |
| 919 | 2025-09-18T23:14:39.932Z | Downloaded phf v0.11.2 |
| 920 | 2025-09-18T23:14:39.932Z | Downloaded num v0.4.3 |
| 921 | 2025-09-18T23:14:39.932Z | Downloaded prettyplease v0.2.36 |
| 922 | 2025-09-18T23:14:39.932Z | Downloaded serde_yaml v0.9.34+deprecated |
| 923 | 2025-09-18T23:14:39.933Z | Downloaded tracing v0.1.40 |
| 924 | 2025-09-18T23:14:39.933Z | Downloaded libxml v0.3.3 |
| 925 | 2025-09-18T23:14:39.957Z | Downloaded progenitor-impl v0.11.0 |
| 926 | 2025-09-18T23:14:39.957Z | Downloaded dunce v1.0.5 |
| 927 | 2025-09-18T23:14:39.957Z | Downloaded term v0.7.0 |
| 928 | 2025-09-18T23:14:39.957Z | Downloaded typify v0.4.3 |
| 929 | 2025-09-18T23:14:39.957Z | Downloaded typify v0.3.0 |
| 930 | 2025-09-18T23:14:39.957Z | Downloaded pin-utils v0.1.0 |
| 931 | 2025-09-18T23:14:39.957Z | Downloaded xz2 v0.1.7 |
| 932 | 2025-09-18T23:14:39.981Z | Downloaded xshell v0.2.7 |
| 933 | 2025-09-18T23:14:39.981Z | Downloaded paste v1.0.15 |
| 934 | 2025-09-18T23:14:39.981Z | Downloaded zerocopy v0.6.6 |
| 935 | 2025-09-18T23:14:39.981Z | Downloaded signal-hook v0.3.18 |
| 936 | 2025-09-18T23:14:39.981Z | Downloaded rustls-pki-types v1.10.0 |
| 937 | 2025-09-18T23:14:39.981Z | Downloaded der v0.7.9 |
| 938 | 2025-09-18T23:14:40.006Z | Downloaded crossterm v0.29.0 |
| 939 | 2025-09-18T23:14:40.006Z | Downloaded itertools v0.10.5 |
| 940 | 2025-09-18T23:14:40.006Z | Downloaded funty v2.0.0 |
| 941 | 2025-09-18T23:14:40.006Z | Downloaded omicron-zone-package v0.12.2 |
| 942 | 2025-09-18T23:14:40.006Z | Downloaded iri-string v0.7.8 |
| 943 | 2025-09-18T23:14:40.030Z | Downloaded rsa v0.9.6 |
| 944 | 2025-09-18T23:14:40.031Z | Downloaded tracing-attributes v0.1.27 |
| 945 | 2025-09-18T23:14:40.031Z | Downloaded tar v0.4.44 |
| 946 | 2025-09-18T23:14:40.031Z | Downloaded miniz_oxide v0.8.5 |
| 947 | 2025-09-18T23:14:40.055Z | Downloaded document-features v0.2.11 |
| 948 | 2025-09-18T23:14:40.055Z | Downloaded display-error-chain v0.2.2 |
| 949 | 2025-09-18T23:14:40.055Z | Downloaded diesel-dtrace v0.4.2 |
| 950 | 2025-09-18T23:14:40.055Z | Downloaded tokio-native-tls v0.3.1 |
| 951 | 2025-09-18T23:14:40.055Z | Downloaded parking_lot v0.12.3 |
| 952 | 2025-09-18T23:14:40.055Z | Downloaded ena v0.14.3 |
| 953 | 2025-09-18T23:14:40.055Z | Downloaded embedded-io v0.6.1 |
| 954 | 2025-09-18T23:14:40.055Z | Downloaded dsl_auto_type v0.1.2 |
| 955 | 2025-09-18T23:14:40.055Z | Downloaded ssh-cipher v0.2.0 |
| 956 | 2025-09-18T23:14:40.055Z | Downloaded pbkdf2 v0.11.0 |
| 957 | 2025-09-18T23:14:40.055Z | Downloaded libm v0.2.8 |
| 958 | 2025-09-18T23:14:40.079Z | Downloaded wait-timeout v0.2.0 |
| 959 | 2025-09-18T23:14:40.079Z | Downloaded unicode-truncate v1.1.0 |
| 960 | 2025-09-18T23:14:40.079Z | Downloaded siphasher v0.3.11 |
| 961 | 2025-09-18T23:14:40.079Z | Downloaded secrecy v0.8.0 |
| 962 | 2025-09-18T23:14:40.079Z | Downloaded rand_chacha v0.9.0 |
| 963 | 2025-09-18T23:14:40.079Z | Downloaded rand_core v0.9.3 |
| 964 | 2025-09-18T23:14:40.079Z | Downloaded pkg-config v0.3.31 |
| 965 | 2025-09-18T23:14:40.104Z | Downloaded peg v0.8.5 |
| 966 | 2025-09-18T23:14:40.104Z | Downloaded peg-macros v0.8.5 |
| 967 | 2025-09-18T23:14:40.104Z | Downloaded pbkdf2 v0.12.2 |
| 968 | 2025-09-18T23:14:40.104Z | Downloaded opaque-debug v0.3.1 |
| 969 | 2025-09-18T23:14:40.104Z | Downloaded vte_generate_state_changes v0.1.2 |
| 970 | 2025-09-18T23:14:40.104Z | Downloaded universal-hash v0.5.1 |
| 971 | 2025-09-18T23:14:40.104Z | Downloaded termios v0.3.3 |
| 972 | 2025-09-18T23:14:40.104Z | Downloaded native-tls v0.2.12 |
| 973 | 2025-09-18T23:14:40.104Z | Downloaded termcolor v1.4.1 |
| 974 | 2025-09-18T23:14:40.104Z | Downloaded futures-task v0.3.31 |
| 975 | 2025-09-18T23:14:40.104Z | Downloaded papergrid v0.14.0 |
| 976 | 2025-09-18T23:14:40.132Z | Downloaded sqlparser_derive v0.2.2 |
| 977 | 2025-09-18T23:14:40.132Z | Downloaded scopeguard v1.2.0 |
| 978 | 2025-09-18T23:14:40.132Z | Downloaded embedded-io v0.4.0 |
| 979 | 2025-09-18T23:14:40.132Z | Downloaded dyn-clone v1.0.20 |
| 980 | 2025-09-18T23:14:40.132Z | Downloaded yasna v0.5.2 |
| 981 | 2025-09-18T23:14:40.133Z | Downloaded typify v0.2.0 |
| 982 | 2025-09-18T23:14:40.133Z | Downloaded twox-hash v2.1.0 |
| 983 | 2025-09-18T23:14:40.133Z | Downloaded pretty_assertions v1.4.1 |
| 984 | 2025-09-18T23:14:40.133Z | Downloaded rand_core v0.6.4 |
| 985 | 2025-09-18T23:14:40.133Z | Downloaded path-slash v0.1.5 |
| 986 | 2025-09-18T23:14:40.157Z | Downloaded zeroize v1.8.1 |
| 987 | 2025-09-18T23:14:40.157Z | Downloaded static_assertions v1.1.0 |
| 988 | 2025-09-18T23:14:40.157Z | Downloaded rustls-pemfile v2.2.0 |
| 989 | 2025-09-18T23:14:40.157Z | Downloaded derive_builder v0.20.2 |
| 990 | 2025-09-18T23:14:40.157Z | Downloaded derive-where v1.5.0 |
| 991 | 2025-09-18T23:14:40.157Z | Downloaded foreign-types-macros v0.2.3 |
| 992 | 2025-09-18T23:14:40.157Z | Downloaded flagset v0.4.6 |
| 993 | 2025-09-18T23:14:40.157Z | Downloaded typify-macro v0.3.0 |
| 994 | 2025-09-18T23:14:40.157Z | Downloaded newtype_derive v0.1.6 |
| 995 | 2025-09-18T23:14:40.157Z | Downloaded newline-converter v0.3.0 |
| 996 | 2025-09-18T23:14:40.157Z | Downloaded new_debug_unreachable v1.0.6 |
| 997 | 2025-09-18T23:14:40.182Z | Downloaded string_cache v0.8.9 |
| 998 | 2025-09-18T23:14:40.182Z | Downloaded proc-macro-error2 v2.0.1 |
| 999 | 2025-09-18T23:14:40.182Z | Downloaded shlex v1.3.0 |
| 1000 | 2025-09-18T23:14:40.182Z | Downloaded sha1 v0.10.6 |
| 1001 | 2025-09-18T23:14:40.182Z | Downloaded nibble_vec v0.1.0 |
| 1002 | 2025-09-18T23:14:40.182Z | Downloaded rtoolbox v0.0.2 |
| 1003 | 2025-09-18T23:14:40.182Z | Downloaded shell-words v1.1.0 |
| 1004 | 2025-09-18T23:14:40.182Z | Downloaded password-hash v0.5.0 |
| 1005 | 2025-09-18T23:14:40.207Z | Downloaded parking_lot_core v0.9.10 |
| 1006 | 2025-09-18T23:14:40.207Z | Downloaded parking_lot_core v0.8.6 |
| 1007 | 2025-09-18T23:14:40.207Z | Downloaded mime_guess v2.0.5 |
| 1008 | 2025-09-18T23:14:40.207Z | Downloaded progenitor-impl v0.10.0 |
| 1009 | 2025-09-18T23:14:40.207Z | Downloaded hyper v1.7.0 |
| 1010 | 2025-09-18T23:14:40.207Z | Downloaded either v1.15.0 |
| 1011 | 2025-09-18T23:14:40.207Z | Downloaded ed25519 v2.2.3 |
| 1012 | 2025-09-18T23:14:40.207Z | Downloaded predicates v3.1.3 |
| 1013 | 2025-09-18T23:14:40.231Z | Downloaded parking_lot v0.11.2 |
| 1014 | 2025-09-18T23:14:40.231Z | Downloaded papergrid v0.17.0 |
| 1015 | 2025-09-18T23:14:40.231Z | Downloaded primeorder v0.13.6 |
| 1016 | 2025-09-18T23:14:40.231Z | Downloaded predicates-tree v1.0.12 |
| 1017 | 2025-09-18T23:14:40.232Z | Downloaded half v2.4.1 |
| 1018 | 2025-09-18T23:14:40.232Z | Downloaded derive_builder_core v0.20.2 |
| 1019 | 2025-09-18T23:14:40.232Z | Downloaded derive-ex v0.1.8 |
| 1020 | 2025-09-18T23:14:40.232Z | Downloaded ratatui v0.29.0 |
| 1021 | 2025-09-18T23:14:40.256Z | Downloaded multer v3.1.0 |
| 1022 | 2025-09-18T23:14:40.281Z | Downloaded der_derive v0.7.3 |
| 1023 | 2025-09-18T23:14:40.281Z | Downloaded typify-macro v0.4.3 |
| 1024 | 2025-09-18T23:14:40.281Z | Downloaded typify-macro v0.2.0 |
| 1025 | 2025-09-18T23:14:40.281Z | Downloaded half v1.8.3 |
| 1026 | 2025-09-18T23:14:40.281Z | Downloaded tap v1.0.1 |
| 1027 | 2025-09-18T23:14:40.281Z | Downloaded tagptr v0.2.0 |
| 1028 | 2025-09-18T23:14:40.281Z | Downloaded tabwriter v1.4.0 |
| 1029 | 2025-09-18T23:14:40.281Z | Downloaded rustls-pemfile v1.0.4 |
| 1030 | 2025-09-18T23:14:40.281Z | Downloaded predicates-core v1.0.8 |
| 1031 | 2025-09-18T23:14:40.281Z | Downloaded password-hash v0.4.2 |
| 1032 | 2025-09-18T23:14:40.281Z | Downloaded packed_struct_codegen v0.10.1 |
| 1033 | 2025-09-18T23:14:40.281Z | Downloaded slog-term v2.9.2 |
| 1034 | 2025-09-18T23:14:40.306Z | Downloaded precomputed-hash v0.1.1 |
| 1035 | 2025-09-18T23:14:40.306Z | Downloaded signature v2.2.0 |
| 1036 | 2025-09-18T23:14:40.306Z | Downloaded progenitor-macro v0.9.1 |
| 1037 | 2025-09-18T23:14:40.306Z | Downloaded progenitor-macro v0.8.0 |
| 1038 | 2025-09-18T23:14:40.306Z | Downloaded proc-macro-crate v1.3.1 |
| 1039 | 2025-09-18T23:14:40.306Z | Downloaded multimap v0.10.1 |
| 1040 | 2025-09-18T23:14:40.306Z | Downloaded progenitor-macro v0.10.0 |
| 1041 | 2025-09-18T23:14:40.306Z | Downloaded parse-display-derive v0.10.0 |
| 1042 | 2025-09-18T23:14:40.306Z | Downloaded defmt-macros v0.3.9 |
| 1043 | 2025-09-18T23:14:40.306Z | Downloaded litrs v0.4.1 |
| 1044 | 2025-09-18T23:14:40.306Z | Downloaded zeroize_derive v1.4.2 |
| 1045 | 2025-09-18T23:14:40.306Z | Downloaded packed_struct v0.10.1 |
| 1046 | 2025-09-18T23:14:40.331Z | Downloaded crypto-bigint v0.5.5 |
| 1047 | 2025-09-18T23:14:40.331Z | Downloaded hash32 v0.2.1 |
| 1048 | 2025-09-18T23:14:40.331Z | Downloaded getrandom v0.2.15 |
| 1049 | 2025-09-18T23:14:40.331Z | Downloaded gethostname v0.5.0 |
| 1050 | 2025-09-18T23:14:40.331Z | Downloaded smallvec v0.6.14 |
| 1051 | 2025-09-18T23:14:40.331Z | Downloaded progenitor-impl v0.9.1 |
| 1052 | 2025-09-18T23:14:40.331Z | Downloaded indicatif v0.18.0 |
| 1053 | 2025-09-18T23:14:40.356Z | Downloaded group v0.13.0 |
| 1054 | 2025-09-18T23:14:40.356Z | Downloaded darling_core v0.20.10 |
| 1055 | 2025-09-18T23:14:40.356Z | Downloaded ghash v0.5.1 |
| 1056 | 2025-09-18T23:14:40.356Z | Downloaded jiff-static v0.2.15 |
| 1057 | 2025-09-18T23:14:40.356Z | Downloaded darling_core v0.21.0 |
| 1058 | 2025-09-18T23:14:40.356Z | Downloaded slog-json v2.6.1 |
| 1059 | 2025-09-18T23:14:40.380Z | Downloaded rustls-native-certs v0.8.1 |
| 1060 | 2025-09-18T23:14:40.380Z | Downloaded rustls v0.21.12 |
| 1061 | 2025-09-18T23:14:40.380Z | Downloaded libloading v0.8.5 |
| 1062 | 2025-09-18T23:14:40.380Z | Downloaded hickory-server v0.25.2 |
| 1063 | 2025-09-18T23:14:40.404Z | Downloaded tough v0.20.0 |
| 1064 | 2025-09-18T23:14:40.405Z | Downloaded chrono-tz v0.10.4 |
| 1065 | 2025-09-18T23:14:40.429Z | Downloaded darling v0.21.0 |
| 1066 | 2025-09-18T23:14:40.429Z | Downloaded daft-derive v0.1.4 |
| 1067 | 2025-09-18T23:14:40.429Z | Downloaded serde_repr v0.1.19 |
| 1068 | 2025-09-18T23:14:40.453Z | Downloaded linked-hash-map v0.5.6 |
| 1069 | 2025-09-18T23:14:40.453Z | Downloaded parse-size v1.1.0 |
| 1070 | 2025-09-18T23:14:40.454Z | Downloaded defmt v0.3.8 |
| 1071 | 2025-09-18T23:14:40.454Z | Downloaded data-encoding v2.9.0 |
| 1072 | 2025-09-18T23:14:40.454Z | Downloaded darling v0.20.10 |
| 1073 | 2025-09-18T23:14:40.454Z | Downloaded csv-core v0.1.11 |
| 1074 | 2025-09-18T23:14:40.454Z | Downloaded crunchy v0.2.2 |
| 1075 | 2025-09-18T23:14:40.454Z | Downloaded darling_macro v0.21.0 |
| 1076 | 2025-09-18T23:14:40.454Z | Downloaded daft v0.1.4 |
| 1077 | 2025-09-18T23:14:40.454Z | Downloaded memmap2 v0.9.5 |
| 1078 | 2025-09-18T23:14:40.493Z | Downloaded ingot-macros v0.1.1 |
| 1079 | 2025-09-18T23:14:40.493Z | Downloaded h2 v0.4.6 |
| 1080 | 2025-09-18T23:14:40.493Z | Downloaded darling_macro v0.20.10 |
| 1081 | 2025-09-18T23:14:40.493Z | Downloaded cstr-argument v0.1.2 |
| 1082 | 2025-09-18T23:14:40.493Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1083 | 2025-09-18T23:14:40.493Z | Downloaded wyz v0.5.1 |
| 1084 | 2025-09-18T23:14:40.493Z | Downloaded toml_edit v0.19.15 |
| 1085 | 2025-09-18T23:14:40.493Z | Downloaded tokio-util v0.7.15 |
| 1086 | 2025-09-18T23:14:40.517Z | Downloaded ignore v0.4.23 |
| 1087 | 2025-09-18T23:14:40.517Z | Downloaded defmt-parser v0.3.4 |
| 1088 | 2025-09-18T23:14:40.517Z | Downloaded waitgroup v0.1.2 |
| 1089 | 2025-09-18T23:14:40.518Z | Downloaded supports-color v3.0.2 |
| 1090 | 2025-09-18T23:14:40.518Z | Downloaded whoami v1.5.2 |
| 1091 | 2025-09-18T23:14:40.518Z | Downloaded walkdir v2.5.0 |
| 1092 | 2025-09-18T23:14:40.518Z | Downloaded tower v0.5.2 |
| 1093 | 2025-09-18T23:14:40.543Z | Downloaded tokio-tungstenite v0.23.1 |
| 1094 | 2025-09-18T23:14:40.543Z | Downloaded sync-ptr v0.1.4 |
| 1095 | 2025-09-18T23:14:40.543Z | Downloaded slog-stdlog v4.1.1 |
| 1096 | 2025-09-18T23:14:40.543Z | Downloaded serde_spanned v1.0.0 |
| 1097 | 2025-09-18T23:14:40.543Z | Downloaded libscf-sys v1.1.0 |
| 1098 | 2025-09-18T23:14:40.543Z | Downloaded toml_datetime v0.7.0 |
| 1099 | 2025-09-18T23:14:40.543Z | Downloaded toml v0.7.8 |
| 1100 | 2025-09-18T23:14:40.543Z | Downloaded tokio-rustls v0.26.0 |
| 1101 | 2025-09-18T23:14:40.543Z | Downloaded tokio-rustls v0.25.0 |
| 1102 | 2025-09-18T23:14:40.569Z | Downloaded strum_macros v0.27.1 |
| 1103 | 2025-09-18T23:14:40.569Z | Downloaded mime v0.3.17 |
| 1104 | 2025-09-18T23:14:40.569Z | Downloaded lru v0.12.5 |
| 1105 | 2025-09-18T23:14:40.569Z | Downloaded libsw-core v0.3.1 |
| 1106 | 2025-09-18T23:14:40.569Z | Downloaded lazycell v1.3.0 |
| 1107 | 2025-09-18T23:14:40.569Z | Downloaded topological-sort v0.2.2 |
| 1108 | 2025-09-18T23:14:40.569Z | Downloaded toml_writer v1.0.2 |
| 1109 | 2025-09-18T23:14:40.569Z | Downloaded toml v0.9.5 |
| 1110 | 2025-09-18T23:14:40.569Z | Downloaded tokio-stream v0.1.17 |
| 1111 | 2025-09-18T23:14:40.594Z | Downloaded strum_macros v0.26.4 |
| 1112 | 2025-09-18T23:14:40.595Z | Downloaded strum_macros v0.24.3 |
| 1113 | 2025-09-18T23:14:40.595Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1114 | 2025-09-18T23:14:40.595Z | Downloaded md-5 v0.10.6 |
| 1115 | 2025-09-18T23:14:40.595Z | Downloaded maybe-uninit v2.0.0 |
| 1116 | 2025-09-18T23:14:40.595Z | Downloaded managed v0.8.0 |
| 1117 | 2025-09-18T23:14:40.595Z | Downloaded kstat-rs v0.2.4 |
| 1118 | 2025-09-18T23:14:40.595Z | Downloaded indexmap v1.9.3 |
| 1119 | 2025-09-18T23:14:40.595Z | Downloaded tokio-rustls v0.24.1 |
| 1120 | 2025-09-18T23:14:40.595Z | Downloaded sync_wrapper v1.0.1 |
| 1121 | 2025-09-18T23:14:40.595Z | Downloaded subprocess v0.2.9 |
| 1122 | 2025-09-18T23:14:40.595Z | Downloaded strum v0.27.2 |
| 1123 | 2025-09-18T23:14:40.595Z | Downloaded structmeta-derive v0.3.0 |
| 1124 | 2025-09-18T23:14:40.619Z | Downloaded structmeta v0.3.0 |
| 1125 | 2025-09-18T23:14:40.619Z | Downloaded serde_derive_internals v0.29.1 |
| 1126 | 2025-09-18T23:14:40.619Z | Downloaded russh-keys v0.45.0 |
| 1127 | 2025-09-18T23:14:40.619Z | Downloaded lru-cache v0.1.2 |
| 1128 | 2025-09-18T23:14:40.619Z | Downloaded lalrpop-util v0.19.12 |
| 1129 | 2025-09-18T23:14:40.619Z | Downloaded indoc v1.0.9 |
| 1130 | 2025-09-18T23:14:40.619Z | Downloaded http v1.3.1 |
| 1131 | 2025-09-18T23:14:40.619Z | Downloaded aws-lc-sys v0.26.0 |
| 1132 | 2025-09-18T23:14:40.890Z | Downloaded hickory-resolver v0.25.2 |
| 1133 | 2025-09-18T23:14:40.915Z | Downloaded strum v0.26.3 |
| 1134 | 2025-09-18T23:14:40.915Z | Downloaded slog-envlogger v2.2.0 |
| 1135 | 2025-09-18T23:14:40.915Z | Downloaded slog-async v2.8.0 |
| 1136 | 2025-09-18T23:14:40.915Z | Downloaded serde_cbor v0.11.2 |
| 1137 | 2025-09-18T23:14:40.915Z | Downloaded serde-hex v0.1.0 |
| 1138 | 2025-09-18T23:14:40.915Z | Downloaded serde-big-array v0.5.1 |
| 1139 | 2025-09-18T23:14:40.915Z | Downloaded lock_api v0.4.12 |
| 1140 | 2025-09-18T23:14:40.915Z | Downloaded linear-map v1.2.0 |
| 1141 | 2025-09-18T23:14:40.915Z | Downloaded jobserver v0.1.32 |
| 1142 | 2025-09-18T23:14:40.940Z | Downloaded slog-bunyan v2.5.0 |
| 1143 | 2025-09-18T23:14:40.940Z | Downloaded serde_plain v1.0.2 |
| 1144 | 2025-09-18T23:14:40.940Z | Downloaded serde_path_to_error v0.1.17 |
| 1145 | 2025-09-18T23:14:40.940Z | Downloaded serde_bytes v0.11.17 |
| 1146 | 2025-09-18T23:14:40.940Z | Downloaded semver v0.1.20 |
| 1147 | 2025-09-18T23:14:40.940Z | Downloaded rayon-core v1.12.1 |
| 1148 | 2025-09-18T23:14:40.940Z | Downloaded rayon v1.10.0 |
| 1149 | 2025-09-18T23:14:40.965Z | Downloaded lzss v0.8.2 |
| 1150 | 2025-09-18T23:14:40.965Z | Downloaded rustc_version v0.1.7 |
| 1151 | 2025-09-18T23:14:40.965Z | Downloaded rustc-hash v2.1.1 |
| 1152 | 2025-09-18T23:14:40.965Z | Downloaded rustc-hash v1.1.0 |
| 1153 | 2025-09-18T23:14:40.965Z | Downloaded rustc-demangle v0.1.24 |
| 1154 | 2025-09-18T23:14:40.992Z | Downloaded ref-cast v1.0.24 |
| 1155 | 2025-09-18T23:14:40.992Z | Downloaded reedline v0.40.0 |
| 1156 | 2025-09-18T23:14:40.992Z | Downloaded rand_xorshift v0.4.0 |
| 1157 | 2025-09-18T23:14:40.992Z | Downloaded progenitor-client v0.10.0 |
| 1158 | 2025-09-18T23:14:40.992Z | Downloaded progenitor v0.9.1 |
| 1159 | 2025-09-18T23:14:41.016Z | Downloaded memoffset v0.9.1 |
| 1160 | 2025-09-18T23:14:41.016Z | Downloaded libsw v3.5.0 |
| 1161 | 2025-09-18T23:14:41.016Z | Downloaded ipnet v2.11.0 |
| 1162 | 2025-09-18T23:14:41.016Z | Downloaded hmac v0.12.1 |
| 1163 | 2025-09-18T23:14:41.016Z | Downloaded bstr v1.10.0 |
| 1164 | 2025-09-18T23:14:41.040Z | Downloaded ctr v0.9.2 |
| 1165 | 2025-09-18T23:14:41.040Z | Downloaded rcgen v0.12.1 |
| 1166 | 2025-09-18T23:14:41.040Z | Downloaded rand_seeder v0.4.0 |
| 1167 | 2025-09-18T23:14:41.041Z | Downloaded progenitor-impl v0.8.0 |
| 1168 | 2025-09-18T23:14:41.041Z | Downloaded progenitor v0.10.0 |
| 1169 | 2025-09-18T23:14:41.041Z | Downloaded maplit v1.0.2 |
| 1170 | 2025-09-18T23:14:41.041Z | Downloaded libz-rs-sys v0.5.1 |
| 1171 | 2025-09-18T23:14:41.065Z | Downloaded lazy_static v1.5.0 |
| 1172 | 2025-09-18T23:14:41.066Z | Downloaded keccak v0.1.5 |
| 1173 | 2025-09-18T23:14:41.066Z | Downloaded is-terminal v0.4.13 |
| 1174 | 2025-09-18T23:14:41.066Z | Downloaded ipnetwork v0.21.1 |
| 1175 | 2025-09-18T23:14:41.066Z | Downloaded internet-checksum v0.2.1 |
| 1176 | 2025-09-18T23:14:41.066Z | Downloaded ingot v0.1.1 |
| 1177 | 2025-09-18T23:14:41.066Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1178 | 2025-09-18T23:14:41.066Z | Downloaded chrono v0.4.41 |
| 1179 | 2025-09-18T23:14:41.091Z | Downloaded progenitor-client v0.9.1 |
| 1180 | 2025-09-18T23:14:41.091Z | Downloaded progenitor-client v0.8.0 |
| 1181 | 2025-09-18T23:14:41.091Z | Downloaded progenitor v0.11.0 |
| 1182 | 2025-09-18T23:14:41.092Z | Downloaded progenitor v0.8.0 |
| 1183 | 2025-09-18T23:14:41.092Z | Downloaded pretty-hex v0.2.1 |
| 1184 | 2025-09-18T23:14:41.092Z | Downloaded md5 v0.7.0 |
| 1185 | 2025-09-18T23:14:41.092Z | Downloaded match_cfg v0.1.0 |
| 1186 | 2025-09-18T23:14:41.092Z | Downloaded instability v0.3.2 |
| 1187 | 2025-09-18T23:14:41.116Z | Downloaded inout v0.1.3 |
| 1188 | 2025-09-18T23:14:41.116Z | Downloaded ingot-types v0.1.2 |
| 1189 | 2025-09-18T23:14:41.116Z | Downloaded indent_write v2.2.0 |
| 1190 | 2025-09-18T23:14:41.116Z | Downloaded hyper-tls v0.6.0 |
| 1191 | 2025-09-18T23:14:41.116Z | Downloaded httpdate v1.0.3 |
| 1192 | 2025-09-18T23:14:41.116Z | Downloaded hickory-resolver v0.24.4 |
| 1193 | 2025-09-18T23:14:41.116Z | Downloaded hashbrown v0.16.0 |
| 1194 | 2025-09-18T23:14:41.116Z | Downloaded globset v0.4.15 |
| 1195 | 2025-09-18T23:14:41.116Z | Downloaded cookie v0.18.1 |
| 1196 | 2025-09-18T23:14:41.116Z | Downloaded bytes v1.10.1 |
| 1197 | 2025-09-18T23:14:41.141Z | Downloaded blake3 v1.5.4 |
| 1198 | 2025-09-18T23:14:41.141Z | Downloaded bcs v0.1.6 |
| 1199 | 2025-09-18T23:14:41.141Z | Downloaded subtle v2.6.1 |
| 1200 | 2025-09-18T23:14:41.141Z | Downloaded slog-scope v4.4.0 |
| 1201 | 2025-09-18T23:14:41.141Z | Downloaded itertools v0.13.0 |
| 1202 | 2025-09-18T23:14:41.168Z | Downloaded instant v0.1.13 |
| 1203 | 2025-09-18T23:14:41.168Z | Downloaded ident_case v1.0.1 |
| 1204 | 2025-09-18T23:14:41.168Z | Downloaded iana-time-zone v0.1.63 |
| 1205 | 2025-09-18T23:14:41.168Z | Downloaded hubpack_derive v0.1.1 |
| 1206 | 2025-09-18T23:14:41.168Z | Downloaded http-range v0.1.5 |
| 1207 | 2025-09-18T23:14:41.168Z | Downloaded heck v0.3.3 |
| 1208 | 2025-09-18T23:14:41.168Z | Downloaded globwalk v0.9.1 |
| 1209 | 2025-09-18T23:14:41.168Z | Downloaded glob v0.3.2 |
| 1210 | 2025-09-18T23:14:41.168Z | Downloaded crossterm v0.28.1 |
| 1211 | 2025-09-18T23:14:41.168Z | Downloaded crossbeam-deque v0.8.5 |
| 1212 | 2025-09-18T23:14:41.168Z | Downloaded crossbeam-channel v0.5.15 |
| 1213 | 2025-09-18T23:14:41.207Z | Downloaded crc32fast v1.4.2 |
| 1214 | 2025-09-18T23:14:41.207Z | Downloaded crc-any v2.5.0 |
| 1215 | 2025-09-18T23:14:41.207Z | Downloaded crc v3.2.1 |
| 1216 | 2025-09-18T23:14:41.207Z | Downloaded cookie_store v0.21.1 |
| 1217 | 2025-09-18T23:14:41.207Z | Downloaded constant_time_eq v0.3.1 |
| 1218 | 2025-09-18T23:14:41.207Z | Downloaded const_format_proc_macros v0.2.34 |
| 1219 | 2025-09-18T23:14:41.207Z | Downloaded const-oid v0.9.6 |
| 1220 | 2025-09-18T23:14:41.207Z | Downloaded colored v2.2.0 |
| 1221 | 2025-09-18T23:14:41.207Z | Downloaded cmake v0.1.51 |
| 1222 | 2025-09-18T23:14:41.208Z | Downloaded clang-sys v1.8.1 |
| 1223 | 2025-09-18T23:14:41.238Z | Downloaded cipher v0.4.4 |
| 1224 | 2025-09-18T23:14:41.238Z | Downloaded chacha20poly1305 v0.10.1 |
| 1225 | 2025-09-18T23:14:41.238Z | Downloaded chacha20 v0.9.1 |
| 1226 | 2025-09-18T23:14:41.238Z | Downloaded cc v1.2.30 |
| 1227 | 2025-09-18T23:14:41.238Z | Downloaded blowfish v0.9.1 |
| 1228 | 2025-09-18T23:14:41.238Z | Downloaded blake2 v0.10.6 |
| 1229 | 2025-09-18T23:14:41.238Z | Downloaded bitvec v1.0.1 |
| 1230 | 2025-09-18T23:14:41.238Z | Downloaded http-body-util v0.1.3 |
| 1231 | 2025-09-18T23:14:41.238Z | Downloaded heapless v0.7.17 |
| 1232 | 2025-09-18T23:14:41.238Z | Downloaded headers v0.4.1 |
| 1233 | 2025-09-18T23:14:41.263Z | Downloaded crossbeam-utils v0.8.21 |
| 1234 | 2025-09-18T23:14:41.263Z | Downloaded crossbeam-epoch v0.9.18 |
| 1235 | 2025-09-18T23:14:41.263Z | Downloaded convert_case v0.7.1 |
| 1236 | 2025-09-18T23:14:41.263Z | Downloaded const_format v0.2.34 |
| 1237 | 2025-09-18T23:14:41.263Z | Downloaded console v0.16.0 |
| 1238 | 2025-09-18T23:14:41.263Z | Downloaded compact_str v0.8.0 |
| 1239 | 2025-09-18T23:14:41.263Z | Downloaded hex-literal v0.4.1 |
| 1240 | 2025-09-18T23:14:41.263Z | Downloaded headers-core v0.3.0 |
| 1241 | 2025-09-18T23:14:41.263Z | Downloaded hashbrown v0.13.2 |
| 1242 | 2025-09-18T23:14:41.289Z | Downloaded convert_case v0.4.0 |
| 1243 | 2025-09-18T23:14:41.289Z | Downloaded cobs v0.2.3 |
| 1244 | 2025-09-18T23:14:41.289Z | Downloaded ciborium-ll v0.2.2 |
| 1245 | 2025-09-18T23:14:41.289Z | Downloaded ciborium v0.2.2 |
| 1246 | 2025-09-18T23:14:41.289Z | Downloaded cfg_aliases v0.2.1 |
| 1247 | 2025-09-18T23:14:41.289Z | Downloaded cfg_aliases v0.1.1 |
| 1248 | 2025-09-18T23:14:41.289Z | Downloaded cbc v0.1.2 |
| 1249 | 2025-09-18T23:14:41.289Z | Downloaded castaway v0.2.3 |
| 1250 | 2025-09-18T23:14:41.289Z | Downloaded cassowary v0.3.0 |
| 1251 | 2025-09-18T23:14:41.289Z | Downloaded cargo_metadata v0.18.1 |
| 1252 | 2025-09-18T23:14:41.289Z | Downloaded cargo-platform v0.1.8 |
| 1253 | 2025-09-18T23:14:41.289Z | Downloaded cancel-safe-futures v0.1.5 |
| 1254 | 2025-09-18T23:14:41.289Z | Downloaded bumpalo v3.16.0 |
| 1255 | 2025-09-18T23:14:41.314Z | Downloaded buf-list v1.0.3 |
| 1256 | 2025-09-18T23:14:41.314Z | Downloaded block-padding v0.3.3 |
| 1257 | 2025-09-18T23:14:41.314Z | Downloaded bit-set v0.5.3 |
| 1258 | 2025-09-18T23:14:41.314Z | Downloaded httparse v1.9.5 |
| 1259 | 2025-09-18T23:14:41.314Z | Downloaded hostname v0.3.1 |
| 1260 | 2025-09-18T23:14:41.314Z | Downloaded highway v1.3.0 |
| 1261 | 2025-09-18T23:14:41.314Z | Downloaded crc8 v0.1.1 |
| 1262 | 2025-09-18T23:14:41.314Z | Downloaded crc-catalog v2.4.0 |
| 1263 | 2025-09-18T23:14:41.314Z | Downloaded ciborium-io v0.2.2 |
| 1264 | 2025-09-18T23:14:41.314Z | Downloaded cexpr v0.6.0 |
| 1265 | 2025-09-18T23:14:41.314Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1266 | 2025-09-18T23:14:41.340Z | Downloaded bzip2 v0.5.2 |
| 1267 | 2025-09-18T23:14:41.340Z | Downloaded bzip2 v0.4.4 |
| 1268 | 2025-09-18T23:14:41.340Z | Downloaded base64 v0.22.1 |
| 1269 | 2025-09-18T23:14:41.341Z | Downloaded base64 v0.21.7 |
| 1270 | 2025-09-18T23:14:41.341Z | Downloaded base64 v0.13.1 |
| 1271 | 2025-09-18T23:14:41.366Z | Downloaded backtrace v0.3.74 |
| 1272 | 2025-09-18T23:14:41.366Z | Downloaded hyper-util v0.1.16 |
| 1273 | 2025-09-18T23:14:41.366Z | Downloaded home v0.5.9 |
| 1274 | 2025-09-18T23:14:41.366Z | Downloaded hickory-client v0.25.2 |
| 1275 | 2025-09-18T23:14:41.366Z | Downloaded heapless v0.8.0 |
| 1276 | 2025-09-18T23:14:41.366Z | Downloaded bitfield v0.14.0 |
| 1277 | 2025-09-18T23:14:41.366Z | Downloaded backoff v0.4.0 |
| 1278 | 2025-09-18T23:14:41.391Z | Downloaded aws-lc-rs v1.12.4 |
| 1279 | 2025-09-18T23:14:41.391Z | Downloaded atty v0.2.14 |
| 1280 | 2025-09-18T23:14:41.391Z | Downloaded hex v0.4.3 |
| 1281 | 2025-09-18T23:14:41.391Z | Downloaded bitflags v1.3.2 |
| 1282 | 2025-09-18T23:14:41.391Z | Downloaded bitfield-struct v0.6.2 |
| 1283 | 2025-09-18T23:14:41.391Z | Downloaded bit-vec v0.6.3 |
| 1284 | 2025-09-18T23:14:41.391Z | Downloaded bit-set v0.8.0 |
| 1285 | 2025-09-18T23:14:41.417Z | Downloaded bindgen v0.69.5 |
| 1286 | 2025-09-18T23:14:41.418Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1287 | 2025-09-18T23:14:41.418Z | Downloaded base64ct v1.6.0 |
| 1288 | 2025-09-18T23:14:41.418Z | Downloaded async-trait v0.1.89 |
| 1289 | 2025-09-18T23:14:41.418Z | Downloaded libefi-sys v0.1.0 |
| 1290 | 2025-09-18T23:14:41.418Z | Downloaded indoc v2.0.6 |
| 1291 | 2025-09-18T23:14:41.418Z | Downloaded bit-vec v0.8.0 |
| 1292 | 2025-09-18T23:14:41.447Z | Downloaded bindgen v0.71.1 |
| 1293 | 2025-09-18T23:14:41.447Z | Downloaded bb8 v0.8.5 |
| 1294 | 2025-09-18T23:14:41.447Z | Downloaded base16ct v0.2.0 |
| 1295 | 2025-09-18T23:14:41.447Z | Downloaded atomic-waker v1.1.2 |
| 1296 | 2025-09-18T23:14:41.447Z | Downloaded async-stream-impl v0.3.6 |
| 1297 | 2025-09-18T23:14:41.447Z | Downloaded aes-gcm v0.10.3 |
| 1298 | 2025-09-18T23:14:41.447Z | Downloaded atomicwrites v0.4.4 |
| 1299 | 2025-09-18T23:14:41.447Z | Downloaded async-stream v0.3.6 |
| 1300 | 2025-09-18T23:14:41.447Z | Downloaded async-bb8-diesel v0.2.1 |
| 1301 | 2025-09-18T23:14:41.447Z | Downloaded assert_matches v1.5.0 |
| 1302 | 2025-09-18T23:14:41.447Z | Downloaded argon2 v0.5.3 |
| 1303 | 2025-09-18T23:14:41.472Z | Downloaded arc-swap v1.7.1 |
| 1304 | 2025-09-18T23:14:41.472Z | Downloaded aes v0.8.4 |
| 1305 | 2025-09-18T23:14:41.472Z | Downloaded hostname v0.4.0 |
| 1306 | 2025-09-18T23:14:41.472Z | Downloaded async-recursion v1.1.1 |
| 1307 | 2025-09-18T23:14:41.472Z | Downloaded ascii-canvas v3.0.0 |
| 1308 | 2025-09-18T23:14:41.472Z | Downloaded arrayref v0.3.9 |
| 1309 | 2025-09-18T23:14:41.472Z | Downloaded array-init v0.0.4 |
| 1310 | 2025-09-18T23:14:41.472Z | Downloaded allocator-api2 v0.2.21 |
| 1311 | 2025-09-18T23:14:41.472Z | Downloaded ahash v0.8.12 |
| 1312 | 2025-09-18T23:14:41.496Z | Downloaded aead v0.5.2 |
| 1313 | 2025-09-18T23:14:41.497Z | Downloaded adler2 v2.0.0 |
| 1314 | 2025-09-18T23:14:41.497Z | Downloaded addr2line v0.24.2 |
| 1315 | 2025-09-18T23:14:41.497Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1316 | 2025-09-18T23:14:41.497Z | Downloaded console v0.15.10 |
| 1317 | 2025-09-18T23:14:41.497Z | Downloaded arrayvec v0.7.6 |
| 1318 | 2025-09-18T23:14:41.697Z | Compiling value-bag v1.9.0 |
| 1319 | 2025-09-18T23:14:41.697Z | Compiling shlex v1.3.0 |
| 1320 | 2025-09-18T23:14:41.697Z | Compiling lock_api v0.4.12 |
| 1321 | 2025-09-18T23:14:41.697Z | Compiling scopeguard v1.2.0 |
| 1322 | 2025-09-18T23:14:41.722Z | Compiling typenum v1.17.0 |
| 1323 | 2025-09-18T23:14:41.722Z | Compiling syn v2.0.106 |
| 1324 | 2025-09-18T23:14:41.722Z | Compiling getrandom v0.2.15 |
| 1325 | 2025-09-18T23:14:41.722Z | Compiling jobserver v0.1.32 |
| 1326 | 2025-09-18T23:14:41.968Z | Compiling generic-array v0.14.7 |
| 1327 | 2025-09-18T23:14:42.234Z | Compiling rand_core v0.6.4 |
| 1328 | 2025-09-18T23:14:42.336Z | Compiling log v0.4.27 |
| 1329 | 2025-09-18T23:14:42.360Z | Compiling cc v1.2.30 |
| 1330 | 2025-09-18T23:14:42.435Z | Compiling smallvec v1.15.1 |
| 1331 | 2025-09-18T23:14:42.869Z | Compiling portable-atomic v1.11.0 |
| 1332 | 2025-09-18T23:14:42.895Z | Compiling subtle v2.6.1 |
| 1333 | 2025-09-18T23:14:42.922Z | Compiling critical-section v1.1.3 |
| 1334 | 2025-09-18T23:14:42.951Z | Compiling const-oid v0.9.6 |
| 1335 | 2025-09-18T23:14:43.326Z | Compiling pkg-config v0.3.31 |
| 1336 | 2025-09-18T23:14:43.369Z | Compiling parking_lot_core v0.9.10 |
| 1337 | 2025-09-18T23:14:43.780Z | Compiling pin-project-lite v0.2.14 |
| 1338 | 2025-09-18T23:14:43.956Z | Compiling rustix v0.38.37 |
| 1339 | 2025-09-18T23:14:44.761Z | Compiling signal-hook-registry v1.4.2 |
| 1340 | 2025-09-18T23:14:44.876Z | Compiling parking_lot v0.12.3 |
| 1341 | 2025-09-18T23:14:45.186Z | Compiling mio v1.0.2 |
| 1342 | 2025-09-18T23:14:45.459Z | Compiling futures-core v0.3.31 |
| 1343 | 2025-09-18T23:14:45.569Z | Compiling spin v0.9.8 |
| 1344 | 2025-09-18T23:14:45.647Z | Compiling libm v0.2.8 |
| 1345 | 2025-09-18T23:14:45.774Z | Compiling socket2 v0.6.0 |
| 1346 | 2025-09-18T23:14:45.888Z | Compiling num-traits v0.2.19 |
| 1347 | 2025-09-18T23:14:46.041Z | Compiling once_cell v1.21.3 |
| 1348 | 2025-09-18T23:14:46.103Z | Compiling aho-corasick v1.1.3 |
| 1349 | 2025-09-18T23:14:46.247Z | Compiling slab v0.4.9 |
| 1350 | 2025-09-18T23:14:46.276Z | Compiling regex-syntax v0.8.5 |
| 1351 | 2025-09-18T23:14:46.396Z | Compiling allocator-api2 v0.2.21 |
| 1352 | 2025-09-18T23:14:46.532Z | Compiling cpufeatures v0.2.14 |
| 1353 | 2025-09-18T23:14:46.688Z | Compiling foldhash v0.1.5 |
| 1354 | 2025-09-18T23:14:46.713Z | Compiling getrandom v0.3.1 |
| 1355 | 2025-09-18T23:14:46.864Z | Compiling serde_json v1.0.145 |
| 1356 | 2025-09-18T23:14:47.267Z | Compiling hashbrown v0.15.4 |
| 1357 | 2025-09-18T23:14:47.315Z | Compiling glob v0.3.2 |
| 1358 | 2025-09-18T23:14:47.395Z | Compiling percent-encoding v2.3.2 |
| 1359 | 2025-09-18T23:14:47.487Z | Compiling either v1.15.0 |
| 1360 | 2025-09-18T23:14:47.774Z | Compiling futures-sink v0.3.31 |
| 1361 | 2025-09-18T23:14:47.961Z | Compiling futures-channel v0.3.31 |
| 1362 | 2025-09-18T23:14:48.223Z | Compiling clang-sys v1.8.1 |
| 1363 | 2025-09-18T23:14:48.602Z | Compiling futures-task v0.3.31 |
| 1364 | 2025-09-18T23:14:48.901Z | Compiling futures-io v0.3.31 |
| 1365 | 2025-09-18T23:14:48.926Z | Compiling pin-utils v0.1.0 |
| 1366 | 2025-09-18T23:14:48.978Z | Compiling prettyplease v0.2.36 |
| 1367 | 2025-09-18T23:14:49.088Z | Compiling lazy_static v1.5.0 |
| 1368 | 2025-09-18T23:14:49.200Z | Compiling minimal-lexical v0.2.1 |
| 1369 | 2025-09-18T23:14:49.254Z | Compiling libloading v0.8.5 |
| 1370 | 2025-09-18T23:14:49.366Z | Compiling base64ct v1.6.0 |
| 1371 | 2025-09-18T23:14:49.668Z | Compiling nom v7.1.3 |
| 1372 | 2025-09-18T23:14:49.740Z | Compiling bindgen v0.69.5 |
| 1373 | 2025-09-18T23:14:49.986Z | Compiling regex-automata v0.4.8 |
| 1374 | 2025-09-18T23:14:50.205Z | Compiling home v0.5.9 |
| 1375 | 2025-09-18T23:14:50.440Z | Compiling synstructure v0.13.1 |
| 1376 | 2025-09-18T23:14:50.732Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2025-09-18T23:14:51.425Z | Compiling itertools v0.12.1 |
| 1378 | 2025-09-18T23:14:51.905Z | Compiling flagset v0.4.6 |
| 1379 | 2025-09-18T23:14:52.167Z | Compiling rustc-hash v1.1.0 |
| 1380 | 2025-09-18T23:14:52.205Z | Compiling lazycell v1.3.0 |
| 1381 | 2025-09-18T23:14:52.375Z | Compiling cmake v0.1.51 |
| 1382 | 2025-09-18T23:14:52.413Z | Compiling dunce v1.0.5 |
| 1383 | 2025-09-18T23:14:52.583Z | Compiling fs_extra v1.3.0 |
| 1384 | 2025-09-18T23:14:53.028Z | Compiling cexpr v0.6.0 |
| 1385 | 2025-09-18T23:14:53.199Z | Compiling form_urlencoded v1.2.2 |
| 1386 | 2025-09-18T23:14:53.308Z | Compiling paste v1.0.15 |
| 1387 | 2025-09-18T23:14:53.554Z | Compiling vcpkg v0.2.15 |
| 1388 | 2025-09-18T23:14:53.631Z | Compiling iana-time-zone v0.1.63 |
| 1389 | 2025-09-18T23:14:54.076Z | Compiling ring v0.17.14 |
| 1390 | 2025-09-18T23:14:54.371Z | Compiling tracing-core v0.1.32 |
| 1391 | 2025-09-18T23:14:54.556Z | Compiling aws-lc-rs v1.12.4 |
| 1392 | 2025-09-18T23:14:55.035Z | Compiling rustversion v1.0.17 |
| 1393 | 2025-09-18T23:14:55.066Z | Compiling tinyvec_macros v0.1.1 |
| 1394 | 2025-09-18T23:14:55.213Z | Compiling httparse v1.9.5 |
| 1395 | 2025-09-18T23:14:55.274Z | Compiling serde_derive v1.0.223 |
| 1396 | 2025-09-18T23:14:55.366Z | Compiling zeroize_derive v1.4.2 |
| 1397 | 2025-09-18T23:14:55.679Z | Compiling zerofrom-derive v0.1.4 |
| 1398 | 2025-09-18T23:14:55.772Z | Compiling yoke-derive v0.7.4 |
| 1399 | 2025-09-18T23:14:55.959Z | Compiling zerovec-derive v0.10.3 |
| 1400 | 2025-09-18T23:14:56.846Z | Compiling zeroize v1.8.1 |
| 1401 | 2025-09-18T23:14:58.429Z | Compiling displaydoc v0.2.5 |
| 1402 | 2025-09-18T23:14:58.564Z | Compiling tokio-macros v2.5.0 |
| 1403 | 2025-09-18T23:14:58.921Z | Compiling crypto-common v0.1.6 |
| 1404 | 2025-09-18T23:14:59.221Z | Compiling block-buffer v0.10.4 |
| 1405 | 2025-09-18T23:14:59.258Z | Compiling zerofrom v0.1.4 |
| 1406 | 2025-09-18T23:14:59.519Z | Compiling digest v0.10.7 |
| 1407 | 2025-09-18T23:14:59.557Z | Compiling yoke v0.7.4 |
| 1408 | 2025-09-18T23:14:59.970Z | Compiling zerovec v0.10.4 |
| 1409 | 2025-09-18T23:15:00.029Z | Compiling zerocopy-derive v0.7.35 |
| 1410 | 2025-09-18T23:15:00.059Z | Compiling hmac v0.12.1 |
| 1411 | 2025-09-18T23:15:00.086Z | Compiling icu_provider_macros v1.5.0 |
| 1412 | 2025-09-18T23:15:00.354Z | Compiling block-padding v0.3.3 |
| 1413 | 2025-09-18T23:15:00.442Z | Compiling futures-macro v0.3.31 |
| 1414 | 2025-09-18T23:15:00.650Z | Compiling inout v0.1.3 |
| 1415 | 2025-09-18T23:15:00.959Z | Compiling cipher v0.4.4 |
| 1416 | 2025-09-18T23:15:01.156Z | Compiling sha2 v0.10.9 |
| 1417 | 2025-09-18T23:15:01.296Z | Compiling regex v1.11.1 |
| 1418 | 2025-09-18T23:15:01.564Z | Compiling der_derive v0.7.3 |
| 1419 | 2025-09-18T23:15:01.884Z | Compiling thiserror-impl v1.0.69 |
| 1420 | 2025-09-18T23:15:02.044Z | Compiling tinystr v0.7.6 |
| 1421 | 2025-09-18T23:15:02.248Z | Compiling zerocopy v0.7.35 |
| 1422 | 2025-09-18T23:15:02.350Z | Compiling futures-util v0.3.31 |
| 1423 | 2025-09-18T23:15:02.376Z | Compiling icu_collections v1.5.0 |
| 1424 | 2025-09-18T23:15:02.515Z | Compiling icu_locid v1.5.0 |
| 1425 | 2025-09-18T23:15:02.628Z | Compiling serde v1.0.223 |
| 1426 | 2025-09-18T23:15:03.755Z | Compiling ppv-lite86 v0.2.20 |
| 1427 | 2025-09-18T23:15:03.804Z | Compiling salsa20 v0.10.2 |
| 1428 | 2025-09-18T23:15:03.969Z | Compiling bitflags v2.9.1 |
| 1429 | 2025-09-18T23:15:04.090Z | Compiling bytes v1.10.1 |
| 1430 | 2025-09-18T23:15:04.123Z | Compiling semver v1.0.26 |
| 1431 | 2025-09-18T23:15:04.300Z | Compiling icu_provider v1.5.0 |
| 1432 | 2025-09-18T23:15:04.631Z | Compiling indexmap v2.11.0 |
| 1433 | 2025-09-18T23:15:04.817Z | Compiling der v0.7.9 |
| 1434 | 2025-09-18T23:15:04.870Z | Compiling thiserror v1.0.69 |
| 1435 | 2025-09-18T23:15:04.896Z | Compiling pbkdf2 v0.12.2 |
| 1436 | 2025-09-18T23:15:05.061Z | Compiling icu_locid_transform v1.5.0 |
| 1437 | 2025-09-18T23:15:05.154Z | Compiling scrypt v0.11.0 |
| 1438 | 2025-09-18T23:15:05.309Z | Compiling tokio v1.47.0 |
| 1439 | 2025-09-18T23:15:05.575Z | Compiling http v1.3.1 |
| 1440 | 2025-09-18T23:15:05.689Z | Compiling rustc_version v0.4.1 |
| 1441 | 2025-09-18T23:15:06.180Z | Compiling cbc v0.1.2 |
| 1442 | 2025-09-18T23:15:06.440Z | Compiling aes v0.8.4 |
| 1443 | 2025-09-18T23:15:06.468Z | Compiling icu_properties v1.5.1 |
| 1444 | 2025-09-18T23:15:07.487Z | Compiling spki v0.7.3 |
| 1445 | 2025-09-18T23:15:07.881Z | Compiling openssl-sys v0.9.109 |
| 1446 | 2025-09-18T23:15:07.916Z | Compiling pkcs5 v0.7.1 |
| 1447 | 2025-09-18T23:15:07.943Z | Compiling pest v2.7.14 |
| 1448 | 2025-09-18T23:15:08.296Z | Compiling which v4.4.2 |
| 1449 | 2025-09-18T23:15:08.922Z | Compiling chrono v0.4.41 |
| 1450 | 2025-09-18T23:15:09.082Z | Compiling uuid v1.18.1 |
| 1451 | 2025-09-18T23:15:09.108Z | Compiling tracing-attributes v0.1.27 |
| 1452 | 2025-09-18T23:15:09.205Z | Compiling pkcs8 v0.10.2 |
| 1453 | 2025-09-18T23:15:09.832Z | Compiling http-body v1.0.1 |
| 1454 | 2025-09-18T23:15:10.133Z | Compiling scroll_derive v0.12.0 |
| 1455 | 2025-09-18T23:15:10.607Z | Compiling icu_normalizer v1.5.0 |
| 1456 | 2025-09-18T23:15:10.921Z | Compiling pest_meta v2.7.14 |
| 1457 | 2025-09-18T23:15:11.323Z | Compiling base64 v0.22.1 |
| 1458 | 2025-09-18T23:15:11.402Z | Compiling rustls-pki-types v1.10.0 |
| 1459 | 2025-09-18T23:15:12.076Z | Compiling idna_adapter v1.2.0 |
| 1460 | 2025-09-18T23:15:12.230Z | Compiling tracing v0.1.40 |
| 1461 | 2025-09-18T23:15:12.342Z | Compiling idna v1.0.3 |
| 1462 | 2025-09-18T23:15:12.386Z | Compiling scroll v0.12.0 |
| 1463 | 2025-09-18T23:15:12.414Z | Compiling pest_generator v2.7.14 |
| 1464 | 2025-09-18T23:15:12.651Z | Compiling tinyvec v1.8.0 |
| 1465 | 2025-09-18T23:15:12.769Z | Compiling serde_derive_internals v0.29.1 |
| 1466 | 2025-09-18T23:15:12.969Z | Compiling rand_core v0.9.3 |
| 1467 | 2025-09-18T23:15:13.662Z | Compiling url v2.5.4 |
| 1468 | 2025-09-18T23:15:13.974Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1469 | 2025-09-18T23:15:14.167Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1470 | 2025-09-18T23:15:14.264Z | Compiling schemars v0.8.22 |
| 1471 | 2025-09-18T23:15:14.626Z | Compiling openssl v0.10.73 |
| 1472 | 2025-09-18T23:15:14.670Z | Compiling num-conv v0.1.0 |
| 1473 | 2025-09-18T23:15:14.774Z | Compiling untrusted v0.9.0 |
| 1474 | 2025-09-18T23:15:14.998Z | Compiling tokio-util v0.7.15 |
| 1475 | 2025-09-18T23:15:15.025Z | Compiling powerfmt v0.2.0 |
| 1476 | 2025-09-18T23:15:15.094Z | Compiling atomic-waker v1.1.2 |
| 1477 | 2025-09-18T23:15:15.301Z | Compiling tower-service v0.3.3 |
| 1478 | 2025-09-18T23:15:15.326Z | Compiling adler2 v2.0.0 |
| 1479 | 2025-09-18T23:15:15.381Z | Compiling openssl-probe v0.1.5 |
| 1480 | 2025-09-18T23:15:15.473Z | Compiling try-lock v0.2.5 |
| 1481 | 2025-09-18T23:15:15.500Z | Compiling time-core v0.1.2 |
| 1482 | 2025-09-18T23:15:15.557Z | Compiling untrusted v0.7.1 |
| 1483 | 2025-09-18T23:15:15.583Z | Compiling foreign-types-shared v0.1.1 |
| 1484 | 2025-09-18T23:15:15.691Z | Compiling want v0.3.1 |
| 1485 | 2025-09-18T23:15:15.732Z | Compiling miniz_oxide v0.8.5 |
| 1486 | 2025-09-18T23:15:15.758Z | Compiling time-macros v0.2.18 |
| 1487 | 2025-09-18T23:15:15.788Z | Compiling foreign-types v0.3.2 |
| 1488 | 2025-09-18T23:15:15.814Z | Compiling pest_derive v2.7.14 |
| 1489 | 2025-09-18T23:15:15.926Z | Compiling deranged v0.3.11 |
| 1490 | 2025-09-18T23:15:16.018Z | Compiling schemars_derive v0.8.22 |
| 1491 | 2025-09-18T23:15:17.289Z | Compiling h2 v0.4.6 |
| 1492 | 2025-09-18T23:15:18.758Z | Compiling goblin v0.8.2 |
| 1493 | 2025-09-18T23:15:19.287Z | Compiling rand_chacha v0.9.0 |
| 1494 | 2025-09-18T23:15:20.938Z | Compiling ipnet v2.11.0 |
| 1495 | 2025-09-18T23:15:21.494Z | Compiling openssl-macros v0.1.1 |
| 1496 | 2025-09-18T23:15:21.643Z | Compiling crossbeam-utils v0.8.21 |
| 1497 | 2025-09-18T23:15:22.047Z | Compiling rustls v0.23.19 |
| 1498 | 2025-09-18T23:15:22.187Z | Compiling httpdate v1.0.3 |
| 1499 | 2025-09-18T23:15:22.213Z | Compiling native-tls v0.2.12 |
| 1500 | 2025-09-18T23:15:22.262Z | Compiling num_threads v0.1.7 |
| 1501 | 2025-09-18T23:15:22.413Z | Compiling dyn-clone v1.0.20 |
| 1502 | 2025-09-18T23:15:22.442Z | Compiling syn v1.0.109 |
| 1503 | 2025-09-18T23:15:22.578Z | Compiling zerocopy v0.8.26 |
| 1504 | 2025-09-18T23:15:22.747Z | Compiling time v0.3.36 |
| 1505 | 2025-09-18T23:15:23.647Z | Compiling rand v0.9.2 |
| 1506 | 2025-09-18T23:15:25.411Z | Compiling hyper v1.7.0 |
| 1507 | 2025-09-18T23:15:26.108Z | Compiling dof v0.3.0 |
| 1508 | 2025-09-18T23:15:27.478Z | Compiling dtrace-parser v0.2.0 |
| 1509 | 2025-09-18T23:15:27.620Z | Compiling unicode-normalization v0.1.24 |
| 1510 | 2025-09-18T23:15:27.898Z | Compiling heapless v0.7.17 |
| 1511 | 2025-09-18T23:15:28.226Z | Compiling signature v2.2.0 |
| 1512 | 2025-09-18T23:15:28.382Z | Compiling zerocopy-derive v0.8.26 |
| 1513 | 2025-09-18T23:15:28.618Z | Compiling cookie v0.18.1 |
| 1514 | 2025-09-18T23:15:28.757Z | Compiling crc32fast v1.4.2 |
| 1515 | 2025-09-18T23:15:28.923Z | Compiling slog v2.7.0 |
| 1516 | 2025-09-18T23:15:29.108Z | Compiling unicode-bidi v0.3.17 |
| 1517 | 2025-09-18T23:15:29.364Z | Compiling unicode-properties v0.1.3 |
| 1518 | 2025-09-18T23:15:29.429Z | Compiling signal-hook v0.3.18 |
| 1519 | 2025-09-18T23:15:29.453Z | Compiling siphasher v0.3.11 |
| 1520 | 2025-09-18T23:15:29.736Z | Compiling zstd-safe v7.2.3 |
| 1521 | 2025-09-18T23:15:29.772Z | Compiling zlib-rs v0.5.1 |
| 1522 | 2025-09-18T23:15:29.877Z | Compiling stringprep v0.1.5 |
| 1523 | 2025-09-18T23:15:30.090Z | Compiling phf_shared v0.11.2 |
| 1524 | 2025-09-18T23:15:30.584Z | Compiling usdt-impl v0.5.0 |
| 1525 | 2025-09-18T23:15:30.952Z | Compiling hyper-util v0.1.16 |
| 1526 | 2025-09-18T23:15:31.374Z | Compiling curve25519-dalek v4.1.3 |
| 1527 | 2025-09-18T23:15:31.971Z | Compiling rand_chacha v0.3.1 |
| 1528 | 2025-09-18T23:15:32.079Z | Compiling serde_spanned v0.6.9 |
| 1529 | 2025-09-18T23:15:32.270Z | Compiling toml_datetime v0.6.11 |
| 1530 | 2025-09-18T23:15:32.378Z | Compiling serde_tokenstream v0.2.2 |
| 1531 | 2025-09-18T23:15:32.824Z | Compiling md-5 v0.10.6 |
| 1532 | 2025-09-18T23:15:32.983Z | Compiling num-integer v0.1.46 |
| 1533 | 2025-09-18T23:15:33.218Z | Compiling sync_wrapper v1.0.1 |
| 1534 | 2025-09-18T23:15:33.408Z | Compiling hash32 v0.2.1 |
| 1535 | 2025-09-18T23:15:33.758Z | Compiling ff v0.13.0 |
| 1536 | 2025-09-18T23:15:33.791Z | Compiling memoffset v0.9.1 |
| 1537 | 2025-09-18T23:15:34.028Z | Compiling psl-types v2.0.11 |
| 1538 | 2025-09-18T23:15:34.122Z | Compiling cfg_aliases v0.2.1 |
| 1539 | 2025-09-18T23:15:34.197Z | Compiling litrs v0.4.1 |
| 1540 | 2025-09-18T23:15:34.261Z | Compiling num-bigint-dig v0.8.4 |
| 1541 | 2025-09-18T23:15:34.285Z | Compiling fallible-iterator v0.2.0 |
| 1542 | 2025-09-18T23:15:34.594Z | Compiling tower-layer v0.3.3 |
| 1543 | 2025-09-18T23:15:34.827Z | Compiling smoltcp v0.9.1 |
| 1544 | 2025-09-18T23:15:34.904Z | Compiling gimli v0.31.1 |
| 1545 | 2025-09-18T23:15:34.987Z | Compiling newtype-uuid v1.2.4 |
| 1546 | 2025-09-18T23:15:35.114Z | Compiling base16ct v0.2.0 |
| 1547 | 2025-09-18T23:15:35.271Z | Compiling document-features v0.2.11 |
| 1548 | 2025-09-18T23:15:35.330Z | Compiling sec1 v0.7.3 |
| 1549 | 2025-09-18T23:15:35.437Z | Compiling postgres-protocol v0.6.8 |
| 1550 | 2025-09-18T23:15:35.513Z | Compiling tower v0.5.2 |
| 1551 | 2025-09-18T23:15:35.913Z | Compiling libz-rs-sys v0.5.1 |
| 1552 | 2025-09-18T23:15:36.256Z | Compiling flate2 v1.1.2 |
| 1553 | 2025-09-18T23:15:36.503Z | Compiling nix v0.29.0 |
| 1554 | 2025-09-18T23:15:36.536Z | Compiling publicsuffix v2.3.0 |
| 1555 | 2025-09-18T23:15:36.751Z | Compiling group v0.13.0 |
| 1556 | 2025-09-18T23:15:36.908Z | Compiling num-iter v0.1.45 |
| 1557 | 2025-09-18T23:15:37.139Z | Compiling rand v0.8.5 |
| 1558 | 2025-09-18T23:15:37.307Z | Compiling tokio-native-tls v0.3.1 |
| 1559 | 2025-09-18T23:15:37.978Z | Compiling ipnetwork v0.21.1 |
| 1560 | 2025-09-18T23:15:38.384Z | Compiling strum_macros v0.27.1 |
| 1561 | 2025-09-18T23:15:38.484Z | Compiling rustls-native-certs v0.8.1 |
| 1562 | 2025-09-18T23:15:38.644Z | Compiling webpki-roots v1.0.1 |
| 1563 | 2025-09-18T23:15:38.871Z | Compiling http-body-util v0.1.3 |
| 1564 | 2025-09-18T23:15:38.895Z | Compiling terminal_size v0.4.0 |
| 1565 | 2025-09-18T23:15:39.054Z | Compiling hkdf v0.12.4 |
| 1566 | 2025-09-18T23:15:39.163Z | Compiling addr2line v0.24.2 |
| 1567 | 2025-09-18T23:15:39.238Z | Compiling crypto-bigint v0.5.5 |
| 1568 | 2025-09-18T23:15:39.349Z | Compiling async-trait v0.1.89 |
| 1569 | 2025-09-18T23:15:39.379Z | Compiling thiserror-impl v2.0.16 |
| 1570 | 2025-09-18T23:15:39.694Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1571 | 2025-09-18T23:15:39.830Z | Compiling ahash v0.8.12 |
| 1572 | 2025-09-18T23:15:40.202Z | Compiling fs-err v3.1.1 |
| 1573 | 2025-09-18T23:15:40.502Z | Compiling object v0.36.5 |
| 1574 | 2025-09-18T23:15:41.069Z | Compiling managed v0.8.0 |
| 1575 | 2025-09-18T23:15:41.526Z | Compiling winnow v0.5.40 |
| 1576 | 2025-09-18T23:15:41.595Z | Compiling bumpalo v3.16.0 |
| 1577 | 2025-09-18T23:15:42.139Z | Compiling rustix v1.0.7 |
| 1578 | 2025-09-18T23:15:42.384Z | Compiling anyhow v1.0.99 |
| 1579 | 2025-09-18T23:15:42.899Z | Compiling rustc-demangle v0.1.24 |
| 1580 | 2025-09-18T23:15:43.054Z | Compiling buf-list v1.0.3 |
| 1581 | 2025-09-18T23:15:43.091Z | Compiling hubpack_derive v0.1.1 |
| 1582 | 2025-09-18T23:15:43.125Z | Compiling lockfree-object-pool v0.1.6 |
| 1583 | 2025-09-18T23:15:43.449Z | Compiling iri-string v0.7.8 |
| 1584 | 2025-09-18T23:15:43.678Z | Compiling simd-adler32 v0.3.7 |
| 1585 | 2025-09-18T23:15:43.871Z | Compiling bitflags v1.3.2 |
| 1586 | 2025-09-18T23:15:44.032Z | Compiling hubpack v0.1.2 |
| 1587 | 2025-09-18T23:15:44.235Z | Compiling zopfli v0.8.1 |
| 1588 | 2025-09-18T23:15:44.584Z | Compiling strum v0.27.2 |
| 1589 | 2025-09-18T23:15:44.996Z | Compiling toml_edit v0.19.15 |
| 1590 | 2025-09-18T23:15:45.137Z | Compiling clap_builder v4.5.41 |
| 1591 | 2025-09-18T23:15:45.169Z | Compiling thiserror v2.0.16 |
| 1592 | 2025-09-18T23:15:45.399Z | Compiling elliptic-curve v0.13.8 |
| 1593 | 2025-09-18T23:15:46.216Z | Compiling hyper-tls v0.6.0 |
| 1594 | 2025-09-18T23:15:46.697Z | Compiling tower-http v0.6.6 |
| 1595 | 2025-09-18T23:15:47.408Z | Compiling backtrace v0.3.74 |
| 1596 | 2025-09-18T23:15:47.682Z | Compiling oxnet v0.1.3 |
| 1597 | 2025-09-18T23:15:48.026Z | Compiling signal-hook-mio v0.2.4 |
| 1598 | 2025-09-18T23:15:48.303Z | Compiling cookie_store v0.21.1 |
| 1599 | 2025-09-18T23:15:48.490Z | Compiling zstd v0.13.3 |
| 1600 | 2025-09-18T23:15:49.246Z | Compiling postgres-types v0.2.9 |
| 1601 | 2025-09-18T23:15:50.119Z | Compiling usdt-macro v0.5.0 |
| 1602 | 2025-09-18T23:15:50.259Z | Compiling usdt-attr-macro v0.5.0 |
| 1603 | 2025-09-18T23:15:50.498Z | Compiling phf v0.11.2 |
| 1604 | 2025-09-18T23:15:50.813Z | Compiling ed25519 v2.2.3 |
| 1605 | 2025-09-18T23:15:51.462Z | Compiling bzip2 v0.5.2 |
| 1606 | 2025-09-18T23:15:51.787Z | Compiling bzip2 v0.4.4 |
| 1607 | 2025-09-18T23:15:51.833Z | Compiling strum_macros v0.26.4 |
| 1608 | 2025-09-18T23:15:51.920Z | Compiling pkcs1 v0.7.5 |
| 1609 | 2025-09-18T23:15:52.250Z | Compiling serde-big-array v0.5.1 |
| 1610 | 2025-09-18T23:15:52.504Z | Compiling serde_urlencoded v0.7.1 |
| 1611 | 2025-09-18T23:15:52.741Z | Compiling rfc6979 v0.4.0 |
| 1612 | 2025-09-18T23:15:52.931Z | Compiling bstr v1.10.0 |
| 1613 | 2025-09-18T23:15:52.981Z | Compiling clap_derive v4.5.41 |
| 1614 | 2025-09-18T23:15:53.082Z | Compiling serde_repr v0.1.19 |
| 1615 | 2025-09-18T23:15:53.190Z | Compiling enum-as-inner v0.6.1 |
| 1616 | 2025-09-18T23:15:53.234Z | Compiling daft-derive v0.1.4 |
| 1617 | 2025-09-18T23:15:54.138Z | Compiling float-cmp v0.10.0 |
| 1618 | 2025-09-18T23:15:54.267Z | Compiling socket2 v0.5.10 |
| 1619 | 2025-09-18T23:15:54.420Z | Compiling encoding_rs v0.8.34 |
| 1620 | 2025-09-18T23:15:54.532Z | Compiling predicates-core v1.0.8 |
| 1621 | 2025-09-18T23:15:54.742Z | Compiling new_debug_unreachable v1.0.6 |
| 1622 | 2025-09-18T23:15:54.873Z | Compiling unicode-segmentation v1.12.0 |
| 1623 | 2025-09-18T23:15:54.898Z | Compiling static_assertions v1.1.0 |
| 1624 | 2025-09-18T23:15:55.040Z | Compiling difflib v0.4.0 |
| 1625 | 2025-09-18T23:15:55.215Z | Compiling normalize-line-endings v0.3.0 |
| 1626 | 2025-09-18T23:15:55.379Z | Compiling whoami v1.5.2 |
| 1627 | 2025-09-18T23:15:55.722Z | Compiling fixedbitset v0.4.2 |
| 1628 | 2025-09-18T23:15:55.979Z | Compiling precomputed-hash v0.1.1 |
| 1629 | 2025-09-18T23:15:56.135Z | Compiling mime v0.3.17 |
| 1630 | 2025-09-18T23:15:56.161Z | Compiling data-encoding v2.9.0 |
| 1631 | 2025-09-18T23:15:56.214Z | Compiling strum v0.26.3 |
| 1632 | 2025-09-18T23:15:56.334Z | Compiling string_cache v0.8.9 |
| 1633 | 2025-09-18T23:15:56.435Z | Compiling petgraph v0.6.5 |
| 1634 | 2025-09-18T23:15:56.692Z | Compiling toml_edit v0.22.27 |
| 1635 | 2025-09-18T23:15:56.795Z | Compiling tokio-postgres v0.7.13 |
| 1636 | 2025-09-18T23:15:57.168Z | Compiling clap v4.5.41 |
| 1637 | 2025-09-18T23:15:57.313Z | Compiling hickory-proto v0.25.2 |
| 1638 | 2025-09-18T23:15:57.844Z | Compiling similar v2.7.0 |
| 1639 | 2025-09-18T23:15:57.934Z | Compiling predicates v3.1.3 |
| 1640 | 2025-09-18T23:15:59.333Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1641 | 2025-09-18T23:15:59.433Z | Compiling daft v0.1.4 |
| 1642 | 2025-09-18T23:15:59.844Z | Compiling usdt v0.5.0 |
| 1643 | 2025-09-18T23:15:59.982Z | Compiling ecdsa v0.16.9 |
| 1644 | 2025-09-18T23:16:00.264Z | Compiling rsa v0.9.6 |
| 1645 | 2025-09-18T23:16:00.327Z | Compiling zip v0.6.6 |
| 1646 | 2025-09-18T23:16:00.798Z | Compiling zip v4.2.0 |
| 1647 | 2025-09-18T23:16:01.534Z | Compiling ed25519-dalek v2.1.1 |
| 1648 | 2025-09-18T23:16:02.838Z | Compiling toml v0.7.8 |
| 1649 | 2025-09-18T23:16:03.296Z | Compiling crossterm v0.28.1 |
| 1650 | 2025-09-18T23:16:04.549Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1651 | 2025-09-18T23:16:04.766Z | Compiling crossbeam-epoch v0.9.18 |
| 1652 | 2025-09-18T23:16:04.949Z | Compiling tokio-stream v0.1.17 |
| 1653 | 2025-09-18T23:16:05.428Z | Compiling x509-cert v0.2.5 |
| 1654 | 2025-09-18T23:16:05.821Z | Compiling openapiv3 v2.2.0 |
| 1655 | 2025-09-18T23:16:05.896Z | Compiling sha1 v0.10.6 |
| 1656 | 2025-09-18T23:16:06.498Z | Compiling itertools v0.13.0 |
| 1657 | 2025-09-18T23:16:06.524Z | Compiling itertools v0.10.5 |
| 1658 | 2025-09-18T23:16:07.008Z | Compiling winnow v0.6.26 |
| 1659 | 2025-09-18T23:16:07.599Z | Compiling peg-runtime v0.8.5 |
| 1660 | 2025-09-18T23:16:08.432Z | Compiling rustc-hash v2.1.1 |
| 1661 | 2025-09-18T23:16:08.432Z | Compiling lalrpop-util v0.19.12 |
| 1662 | 2025-09-18T23:16:08.457Z | Compiling thread_local v1.1.8 |
| 1663 | 2025-09-18T23:16:08.530Z | Compiling slog-async v2.8.0 |
| 1664 | 2025-09-18T23:16:09.235Z | Compiling crossbeam-channel v0.5.15 |
| 1665 | 2025-09-18T23:16:09.262Z | Compiling xattr v1.3.1 |
| 1666 | 2025-09-18T23:16:09.262Z | Compiling futures-executor v0.3.31 |
| 1667 | 2025-09-18T23:16:09.499Z | Compiling is-terminal v0.4.13 |
| 1668 | 2025-09-18T23:16:09.543Z | Compiling filetime v0.2.25 |
| 1669 | 2025-09-18T23:16:09.543Z | Compiling take_mut v0.2.2 |
| 1670 | 2025-09-18T23:16:09.543Z | Compiling term v1.1.0 |
| 1671 | 2025-09-18T23:16:09.599Z | Compiling tar v0.4.44 |
| 1672 | 2025-09-18T23:16:09.627Z | Compiling futures v0.3.31 |
| 1673 | 2025-09-18T23:16:10.520Z | Compiling slog-term v2.9.2 |
| 1674 | 2025-09-18T23:16:14.122Z | Compiling aws-lc-sys v0.26.0 |
| 1675 | 2025-09-18T23:16:48.980Z | Compiling rustls-webpki v0.102.8 |
| 1676 | 2025-09-18T23:16:56.002Z | Compiling tokio-rustls v0.26.0 |
| 1677 | 2025-09-18T23:16:56.384Z | Compiling hyper-rustls v0.27.7 |
| 1678 | 2025-09-18T23:16:56.777Z | Compiling reqwest v0.12.22 |
| 1679 | 2025-09-18T23:17:01.457Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1680 | 2025-09-18T23:17:01.863Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1681 | 2025-09-18T23:17:07.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
| 1682 | 2025-09-18T23:17:08.051Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1683 | 2025-09-18T23:17:08.133Z | Sep 18 23:17:07.291 INFO Starting download, target: Cockroach |
| 1684 | 2025-09-18T23:17:08.133Z | Sep 18 23:17:07.292 INFO Starting download, target: Console |
| 1685 | 2025-09-18T23:17:08.133Z | Sep 18 23:17:07.292 INFO Starting download, target: DendriteStub |
| 1686 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.292 INFO Starting download, target: Clickhouse |
| 1687 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.292 INFO Starting download, target: MaghemiteMgd |
| 1688 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.292 INFO Starting download, target: TransceiverControl |
| 1689 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.292 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1690 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.292 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1691 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.292 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1692 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.293 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1693 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.293 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1694 | 2025-09-18T23:17:08.158Z | Sep 18 23:17:07.293 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1695 | 2025-09-18T23:17:08.465Z | Sep 18 23:17:07.620 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1696 | 2025-09-18T23:17:08.932Z | Sep 18 23:17:08.083 INFO Download complete, target: Console |
| 1697 | 2025-09-18T23:17:09.669Z | Sep 18 23:17:08.827 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1698 | 2025-09-18T23:17:10.071Z | Sep 18 23:17:09.230 INFO Download complete, target: TransceiverControl |
| 1699 | 2025-09-18T23:17:11.582Z | Sep 18 23:17:10.741 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1700 | 2025-09-18T23:17:11.766Z | Sep 18 23:17:10.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1701 | 2025-09-18T23:17:12.863Z | Sep 18 23:17:12.022 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1702 | 2025-09-18T23:17:12.863Z | Sep 18 23:17:12.022 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1703 | 2025-09-18T23:17:16.506Z | Sep 18 23:17:15.665 INFO Download complete, target: MaghemiteMgd |
| 1704 | 2025-09-18T23:17:17.094Z | Sep 18 23:17:16.252 INFO Download complete, target: DendriteStub |
| 1705 | 2025-09-18T23:17:21.003Z | Sep 18 23:17:20.162 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1706 | 2025-09-18T23:17:22.117Z | Sep 18 23:17:21.276 INFO Checking that binary works, target: Cockroach |
| 1707 | 2025-09-18T23:17:22.314Z | Sep 18 23:17:21.472 INFO Download complete, target: Cockroach |
| 1708 | 2025-09-18T23:17:34.059Z | Sep 18 23:17:33.218 INFO Checking that binary works, target: Clickhouse |
| 1709 | 2025-09-18T23:17:34.294Z | Sep 18 23:17:33.453 INFO Download complete, target: Clickhouse |
| 1710 | 2025-09-18T23:17:34.323Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1711 | 2025-09-18T23:17:34.348Z | |
| 1712 | 2025-09-18T23:17:34.348Z | real 5:50.519059969 |
| 1713 | 2025-09-18T23:17:34.348Z | user 17:19.255546717 |
| 1714 | 2025-09-18T23:17:34.348Z | sys 2:54.877264446 |
| 1715 | 2025-09-18T23:17:34.348Z | trap 0.745905678 |
| 1716 | 2025-09-18T23:17:34.348Z | tflt 0.452537370 |
| 1717 | 2025-09-18T23:17:34.348Z | dflt 1.297121734 |
| 1718 | 2025-09-18T23:17:34.348Z | kflt 0.011258083 |
| 1719 | 2025-09-18T23:17:34.348Z | lock 43:39.322955846 |
| 1720 | 2025-09-18T23:17:34.348Z | slp 1:03:28.751290458 |
| 1721 | 2025-09-18T23:17:34.348Z | lat 1:22.677453975 |
| 1722 | 2025-09-18T23:17:34.348Z | stop 3:04.070092259 |
| 1723 | 2025-09-18T23:17:34.348Z | + banner hack-check |
| 1724 | 2025-09-18T23:17:34.348Z | |
| 1725 | 2025-09-18T23:17:34.348Z | # # ## #### # # #### # # ###### #### # # |
| 1726 | 2025-09-18T23:17:34.348Z | # # # # # # # # # # # # # # # # # |
| 1727 | 2025-09-18T23:17:34.348Z | ###### # # # #### ##### # ###### ##### # #### |
| 1728 | 2025-09-18T23:17:34.348Z | # # ###### # # # # # # # # # # |
| 1729 | 2025-09-18T23:17:34.349Z | # # # # # # # # # # # # # # # # # |
| 1730 | 2025-09-18T23:17:34.349Z | # # # # #### # # #### # # ###### #### # # |
| 1731 | 2025-09-18T23:17:34.349Z | |
| 1732 | 2025-09-18T23:17:34.349Z | + export CARGO_INCREMENTAL=0 |
| 1733 | 2025-09-18T23:17:34.349Z | + CARGO_INCREMENTAL=0 |
| 1734 | 2025-09-18T23:17:34.349Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1735 | 2025-09-18T23:17:35.658Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1736 | 2025-09-18T23:17:36.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1737 | 2025-09-18T23:17:40.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
| 1738 | 2025-09-18T23:17:40.565Z | Running `target/debug/xtask check-features --ci` |
| 1739 | 2025-09-18T23:17:40.600Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1740 | 2025-09-18T23:17:40.600Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1741 | 2025-09-18T23:17:41.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 1742 | 2025-09-18T23:17:41.738Z | Running `target/debug/xtask download cargo-hack` |
| 1743 | 2025-09-18T23:17:43.339Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1744 | 2025-09-18T23:17:43.748Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1745 | 2025-09-18T23:17:48.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s |
| 1746 | 2025-09-18T23:17:49.011Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1747 | 2025-09-18T23:17:49.118Z | Sep 18 23:17:48.143 INFO Starting download, target: CargoHack |
| 1748 | 2025-09-18T23:17:49.118Z | Sep 18 23:17:48.145 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1749 | 2025-09-18T23:17:49.370Z | Sep 18 23:17:48.506 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1750 | 2025-09-18T23:17:49.472Z | Sep 18 23:17:48.609 INFO Download complete, target: CargoHack |
| 1751 | 2025-09-18T23:17:49.497Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1752 | 2025-09-18T23:17:49.497Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1753 | 2025-09-18T23:17:49.785Z | info: running `cargo check --bins` on api_identity (1/227) |
| 1754 | 2025-09-18T23:17:50.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1755 | 2025-09-18T23:17:50.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1756 | 2025-09-18T23:17:50.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1757 | 2025-09-18T23:17:50.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 1758 | 2025-09-18T23:17:50.881Z | |
| 1759 | 2025-09-18T23:17:50.881Z | info: running `cargo check --bins` on bootstore (2/227) |
| 1760 | 2025-09-18T23:17:51.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1761 | 2025-09-18T23:17:51.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1762 | 2025-09-18T23:17:51.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1763 | 2025-09-18T23:17:51.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 1764 | 2025-09-18T23:17:52.057Z | |
| 1765 | 2025-09-18T23:17:52.057Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/227) |
| 1766 | 2025-09-18T23:17:53.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1767 | 2025-09-18T23:17:53.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1768 | 2025-09-18T23:17:53.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1769 | 2025-09-18T23:17:53.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1770 | 2025-09-18T23:17:53.207Z | |
| 1771 | 2025-09-18T23:17:53.207Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227) |
| 1772 | 2025-09-18T23:17:54.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1773 | 2025-09-18T23:17:54.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1774 | 2025-09-18T23:17:54.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1775 | 2025-09-18T23:17:54.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1776 | 2025-09-18T23:17:54.315Z | |
| 1777 | 2025-09-18T23:17:54.315Z | info: running `cargo check --bins` on id-map (5/227) |
| 1778 | 2025-09-18T23:17:55.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1779 | 2025-09-18T23:17:55.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1780 | 2025-09-18T23:17:55.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1781 | 2025-09-18T23:17:55.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 1782 | 2025-09-18T23:17:55.420Z | |
| 1783 | 2025-09-18T23:17:55.420Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227) |
| 1784 | 2025-09-18T23:17:56.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1785 | 2025-09-18T23:17:56.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1786 | 2025-09-18T23:17:56.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1787 | 2025-09-18T23:17:56.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1788 | 2025-09-18T23:17:56.310Z | |
| 1789 | 2025-09-18T23:17:56.310Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227) |
| 1790 | 2025-09-18T23:17:57.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1791 | 2025-09-18T23:17:57.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1792 | 2025-09-18T23:17:57.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1793 | 2025-09-18T23:17:57.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1794 | 2025-09-18T23:17:57.195Z | |
| 1795 | 2025-09-18T23:17:57.195Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227) |
| 1796 | 2025-09-18T23:17:57.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2025-09-18T23:17:57.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2025-09-18T23:17:57.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2025-09-18T23:17:57.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1800 | 2025-09-18T23:17:58.060Z | |
| 1801 | 2025-09-18T23:17:58.060Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227) |
| 1802 | 2025-09-18T23:17:58.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2025-09-18T23:17:58.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2025-09-18T23:17:58.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2025-09-18T23:17:58.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1806 | 2025-09-18T23:17:58.952Z | |
| 1807 | 2025-09-18T23:17:58.952Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227) |
| 1808 | 2025-09-18T23:17:59.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2025-09-18T23:17:59.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2025-09-18T23:17:59.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2025-09-18T23:17:59.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1812 | 2025-09-18T23:17:59.824Z | |
| 1813 | 2025-09-18T23:17:59.824Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227) |
| 1814 | 2025-09-18T23:18:00.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2025-09-18T23:18:00.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2025-09-18T23:18:00.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2025-09-18T23:18:00.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1818 | 2025-09-18T23:18:00.720Z | |
| 1819 | 2025-09-18T23:18:00.720Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227) |
| 1820 | 2025-09-18T23:18:01.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2025-09-18T23:18:01.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2025-09-18T23:18:01.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2025-09-18T23:18:01.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1824 | 2025-09-18T23:18:01.585Z | |
| 1825 | 2025-09-18T23:18:01.585Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227) |
| 1826 | 2025-09-18T23:18:02.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2025-09-18T23:18:02.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2025-09-18T23:18:02.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2025-09-18T23:18:02.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1830 | 2025-09-18T23:18:02.441Z | |
| 1831 | 2025-09-18T23:18:02.441Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227) |
| 1832 | 2025-09-18T23:18:03.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2025-09-18T23:18:03.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2025-09-18T23:18:03.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2025-09-18T23:18:03.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1836 | 2025-09-18T23:18:03.364Z | |
| 1837 | 2025-09-18T23:18:03.364Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227) |
| 1838 | 2025-09-18T23:18:04.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2025-09-18T23:18:04.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2025-09-18T23:18:04.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2025-09-18T23:18:04.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1842 | 2025-09-18T23:18:04.211Z | |
| 1843 | 2025-09-18T23:18:04.211Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227) |
| 1844 | 2025-09-18T23:18:04.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2025-09-18T23:18:04.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2025-09-18T23:18:04.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2025-09-18T23:18:04.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1848 | 2025-09-18T23:18:05.065Z | |
| 1849 | 2025-09-18T23:18:05.065Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227) |
| 1850 | 2025-09-18T23:18:05.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2025-09-18T23:18:05.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2025-09-18T23:18:05.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2025-09-18T23:18:05.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1854 | 2025-09-18T23:18:05.914Z | |
| 1855 | 2025-09-18T23:18:05.914Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227) |
| 1856 | 2025-09-18T23:18:06.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2025-09-18T23:18:06.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2025-09-18T23:18:06.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2025-09-18T23:18:06.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1860 | 2025-09-18T23:18:06.856Z | |
| 1861 | 2025-09-18T23:18:06.856Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227) |
| 1862 | 2025-09-18T23:18:07.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2025-09-18T23:18:07.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2025-09-18T23:18:07.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2025-09-18T23:18:07.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1866 | 2025-09-18T23:18:07.751Z | |
| 1867 | 2025-09-18T23:18:07.751Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227) |
| 1868 | 2025-09-18T23:18:08.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2025-09-18T23:18:08.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2025-09-18T23:18:08.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2025-09-18T23:18:08.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1872 | 2025-09-18T23:18:08.712Z | |
| 1873 | 2025-09-18T23:18:08.712Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227) |
| 1874 | 2025-09-18T23:18:09.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2025-09-18T23:18:09.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2025-09-18T23:18:09.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2025-09-18T23:18:09.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1878 | 2025-09-18T23:18:09.588Z | |
| 1879 | 2025-09-18T23:18:09.588Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227) |
| 1880 | 2025-09-18T23:18:10.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2025-09-18T23:18:10.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2025-09-18T23:18:10.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2025-09-18T23:18:10.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1884 | 2025-09-18T23:18:10.421Z | |
| 1885 | 2025-09-18T23:18:10.421Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227) |
| 1886 | 2025-09-18T23:18:11.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2025-09-18T23:18:11.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2025-09-18T23:18:11.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2025-09-18T23:18:11.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1890 | 2025-09-18T23:18:11.314Z | |
| 1891 | 2025-09-18T23:18:11.314Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227) |
| 1892 | 2025-09-18T23:18:12.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2025-09-18T23:18:12.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2025-09-18T23:18:12.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2025-09-18T23:18:12.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1896 | 2025-09-18T23:18:12.238Z | |
| 1897 | 2025-09-18T23:18:12.238Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227) |
| 1898 | 2025-09-18T23:18:12.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2025-09-18T23:18:13.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2025-09-18T23:18:13.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2025-09-18T23:18:13.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1902 | 2025-09-18T23:18:13.088Z | |
| 1903 | 2025-09-18T23:18:13.088Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227) |
| 1904 | 2025-09-18T23:18:13.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2025-09-18T23:18:13.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2025-09-18T23:18:13.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2025-09-18T23:18:13.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1908 | 2025-09-18T23:18:13.973Z | |
| 1909 | 2025-09-18T23:18:13.973Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227) |
| 1910 | 2025-09-18T23:18:14.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2025-09-18T23:18:14.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2025-09-18T23:18:14.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2025-09-18T23:18:14.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1914 | 2025-09-18T23:18:14.823Z | |
| 1915 | 2025-09-18T23:18:14.823Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227) |
| 1916 | 2025-09-18T23:18:15.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2025-09-18T23:18:15.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2025-09-18T23:18:15.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2025-09-18T23:18:15.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1920 | 2025-09-18T23:18:15.686Z | |
| 1921 | 2025-09-18T23:18:15.686Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227) |
| 1922 | 2025-09-18T23:18:16.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2025-09-18T23:18:16.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2025-09-18T23:18:16.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2025-09-18T23:18:16.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1926 | 2025-09-18T23:18:16.553Z | |
| 1927 | 2025-09-18T23:18:16.553Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227) |
| 1928 | 2025-09-18T23:18:17.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2025-09-18T23:18:17.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2025-09-18T23:18:17.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2025-09-18T23:18:17.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1932 | 2025-09-18T23:18:17.411Z | |
| 1933 | 2025-09-18T23:18:17.411Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227) |
| 1934 | 2025-09-18T23:18:18.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2025-09-18T23:18:18.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2025-09-18T23:18:18.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2025-09-18T23:18:18.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1938 | 2025-09-18T23:18:18.293Z | |
| 1939 | 2025-09-18T23:18:18.293Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227) |
| 1940 | 2025-09-18T23:18:19.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2025-09-18T23:18:19.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2025-09-18T23:18:19.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2025-09-18T23:18:19.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1944 | 2025-09-18T23:18:19.172Z | |
| 1945 | 2025-09-18T23:18:19.172Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227) |
| 1946 | 2025-09-18T23:18:19.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2025-09-18T23:18:19.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2025-09-18T23:18:19.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2025-09-18T23:18:19.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1950 | 2025-09-18T23:18:20.054Z | |
| 1951 | 2025-09-18T23:18:20.054Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227) |
| 1952 | 2025-09-18T23:18:20.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2025-09-18T23:18:20.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2025-09-18T23:18:20.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2025-09-18T23:18:20.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1956 | 2025-09-18T23:18:21.018Z | |
| 1957 | 2025-09-18T23:18:21.018Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227) |
| 1958 | 2025-09-18T23:18:21.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2025-09-18T23:18:21.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2025-09-18T23:18:21.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2025-09-18T23:18:21.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1962 | 2025-09-18T23:18:21.780Z | |
| 1963 | 2025-09-18T23:18:21.780Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227) |
| 1964 | 2025-09-18T23:18:22.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2025-09-18T23:18:22.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2025-09-18T23:18:22.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2025-09-18T23:18:22.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1968 | 2025-09-18T23:18:22.629Z | |
| 1969 | 2025-09-18T23:18:22.629Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227) |
| 1970 | 2025-09-18T23:18:23.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2025-09-18T23:18:23.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2025-09-18T23:18:23.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2025-09-18T23:18:23.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1974 | 2025-09-18T23:18:23.497Z | |
| 1975 | 2025-09-18T23:18:23.497Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227) |
| 1976 | 2025-09-18T23:18:24.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2025-09-18T23:18:24.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2025-09-18T23:18:24.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2025-09-18T23:18:24.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1980 | 2025-09-18T23:18:24.357Z | |
| 1981 | 2025-09-18T23:18:24.357Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227) |
| 1982 | 2025-09-18T23:18:25.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2025-09-18T23:18:25.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2025-09-18T23:18:25.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2025-09-18T23:18:25.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1986 | 2025-09-18T23:18:25.225Z | |
| 1987 | 2025-09-18T23:18:25.225Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227) |
| 1988 | 2025-09-18T23:18:26.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2025-09-18T23:18:26.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2025-09-18T23:18:26.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2025-09-18T23:18:26.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1992 | 2025-09-18T23:18:26.139Z | |
| 1993 | 2025-09-18T23:18:26.139Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227) |
| 1994 | 2025-09-18T23:18:26.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2025-09-18T23:18:26.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2025-09-18T23:18:26.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2025-09-18T23:18:26.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1998 | 2025-09-18T23:18:27.037Z | |
| 1999 | 2025-09-18T23:18:27.037Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227) |
| 2000 | 2025-09-18T23:18:27.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2025-09-18T23:18:27.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2025-09-18T23:18:27.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2025-09-18T23:18:27.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2004 | 2025-09-18T23:18:27.881Z | |
| 2005 | 2025-09-18T23:18:27.881Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227) |
| 2006 | 2025-09-18T23:18:28.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2025-09-18T23:18:28.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2025-09-18T23:18:28.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2025-09-18T23:18:28.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2010 | 2025-09-18T23:18:28.727Z | |
| 2011 | 2025-09-18T23:18:28.727Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227) |
| 2012 | 2025-09-18T23:18:29.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2025-09-18T23:18:29.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2025-09-18T23:18:29.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2025-09-18T23:18:29.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2016 | 2025-09-18T23:18:29.600Z | |
| 2017 | 2025-09-18T23:18:29.600Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227) |
| 2018 | 2025-09-18T23:18:30.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2025-09-18T23:18:30.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2025-09-18T23:18:30.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2025-09-18T23:18:30.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2022 | 2025-09-18T23:18:30.469Z | |
| 2023 | 2025-09-18T23:18:30.469Z | info: running `cargo check --bins` on sled-hardware-types (46/227) |
| 2024 | 2025-09-18T23:18:31.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2025-09-18T23:18:31.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2025-09-18T23:18:31.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2025-09-18T23:18:31.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2028 | 2025-09-18T23:18:31.647Z | |
| 2029 | 2025-09-18T23:18:31.647Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/227) |
| 2030 | 2025-09-18T23:18:32.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2025-09-18T23:18:32.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2025-09-18T23:18:32.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2025-09-18T23:18:32.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2034 | 2025-09-18T23:18:32.837Z | |
| 2035 | 2025-09-18T23:18:32.837Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227) |
| 2036 | 2025-09-18T23:18:33.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2025-09-18T23:18:33.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2025-09-18T23:18:33.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2025-09-18T23:18:33.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2040 | 2025-09-18T23:18:33.989Z | |
| 2041 | 2025-09-18T23:18:33.989Z | info: running `cargo check --bins` on oxlog (49/227) |
| 2042 | 2025-09-18T23:18:34.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2025-09-18T23:18:34.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2025-09-18T23:18:35.102Z | Checking cfg-if v1.0.1 |
| 2045 | 2025-09-18T23:18:35.128Z | Checking libc v0.2.174 |
| 2046 | 2025-09-18T23:18:35.128Z | Checking serde_core v1.0.223 |
| 2047 | 2025-09-18T23:18:35.172Z | Checking zeroize v1.8.1 |
| 2048 | 2025-09-18T23:18:35.197Z | Checking memchr v2.7.4 |
| 2049 | 2025-09-18T23:18:35.223Z | Checking typenum v1.17.0 |
| 2050 | 2025-09-18T23:18:35.223Z | Checking smallvec v1.15.1 |
| 2051 | 2025-09-18T23:18:35.262Z | Checking value-bag v1.9.0 |
| 2052 | 2025-09-18T23:18:35.287Z | Checking subtle v2.6.1 |
| 2053 | 2025-09-18T23:18:35.464Z | Checking scopeguard v1.2.0 |
| 2054 | 2025-09-18T23:18:35.613Z | Checking const-oid v0.9.6 |
| 2055 | 2025-09-18T23:18:35.638Z | Checking itoa v1.0.11 |
| 2056 | 2025-09-18T23:18:35.672Z | Checking lock_api v0.4.12 |
| 2057 | 2025-09-18T23:18:35.697Z | Checking log v0.4.27 |
| 2058 | 2025-09-18T23:18:35.887Z | Checking stable_deref_trait v1.2.0 |
| 2059 | 2025-09-18T23:18:36.027Z | Checking zerofrom v0.1.4 |
| 2060 | 2025-09-18T23:18:36.093Z | Checking byteorder v1.5.0 |
| 2061 | 2025-09-18T23:18:36.151Z | Checking pin-project-lite v0.2.14 |
| 2062 | 2025-09-18T23:18:36.229Z | Checking portable-atomic v1.11.0 |
| 2063 | 2025-09-18T23:18:36.254Z | Checking generic-array v0.14.7 |
| 2064 | 2025-09-18T23:18:36.279Z | Checking yoke v0.7.4 |
| 2065 | 2025-09-18T23:18:36.279Z | Checking getrandom v0.2.15 |
| 2066 | 2025-09-18T23:18:36.315Z | Checking signal-hook-registry v1.4.2 |
| 2067 | 2025-09-18T23:18:36.511Z | Checking parking_lot_core v0.9.10 |
| 2068 | 2025-09-18T23:18:36.586Z | Checking rand_core v0.6.4 |
| 2069 | 2025-09-18T23:18:36.611Z | Checking mio v1.0.2 |
| 2070 | 2025-09-18T23:18:36.636Z | Checking zerovec v0.10.4 |
| 2071 | 2025-09-18T23:18:36.879Z | Checking parking_lot v0.12.3 |
| 2072 | 2025-09-18T23:18:36.934Z | Checking critical-section v1.1.3 |
| 2073 | 2025-09-18T23:18:37.108Z | Checking socket2 v0.6.0 |
| 2074 | 2025-09-18T23:18:37.192Z | Checking foldhash v0.1.5 |
| 2075 | 2025-09-18T23:18:37.238Z | Checking once_cell v1.21.3 |
| 2076 | 2025-09-18T23:18:37.263Z | Checking futures-core v0.3.31 |
| 2077 | 2025-09-18T23:18:37.263Z | Checking allocator-api2 v0.2.21 |
| 2078 | 2025-09-18T23:18:37.341Z | Checking crypto-common v0.1.6 |
| 2079 | 2025-09-18T23:18:37.429Z | Checking block-buffer v0.10.4 |
| 2080 | 2025-09-18T23:18:37.486Z | Checking cpufeatures v0.2.14 |
| 2081 | 2025-09-18T23:18:37.544Z | Checking equivalent v1.0.2 |
| 2082 | 2025-09-18T23:18:37.574Z | Checking writeable v0.5.5 |
| 2083 | 2025-09-18T23:18:37.605Z | Checking litemap v0.7.3 |
| 2084 | 2025-09-18T23:18:37.630Z | Checking block-padding v0.3.3 |
| 2085 | 2025-09-18T23:18:37.672Z | Checking digest v0.10.7 |
| 2086 | 2025-09-18T23:18:37.717Z | Checking getrandom v0.3.1 |
| 2087 | 2025-09-18T23:18:37.856Z | Checking percent-encoding v2.3.2 |
| 2088 | 2025-09-18T23:18:37.894Z | Checking hashbrown v0.15.4 |
| 2089 | 2025-09-18T23:18:37.919Z | Checking inout v0.1.3 |
| 2090 | 2025-09-18T23:18:37.950Z | Checking zerocopy v0.7.35 |
| 2091 | 2025-09-18T23:18:37.975Z | Checking libm v0.2.8 |
| 2092 | 2025-09-18T23:18:38.028Z | Checking hmac v0.12.1 |
| 2093 | 2025-09-18T23:18:38.120Z | Checking icu_locid_transform_data v1.5.0 |
| 2094 | 2025-09-18T23:18:38.163Z | Checking tinystr v0.7.6 |
| 2095 | 2025-09-18T23:18:38.188Z | Checking ryu v1.0.18 |
| 2096 | 2025-09-18T23:18:38.249Z | Checking futures-sink v0.3.31 |
| 2097 | 2025-09-18T23:18:38.274Z | Checking cipher v0.4.4 |
| 2098 | 2025-09-18T23:18:38.436Z | Checking icu_collections v1.5.0 |
| 2099 | 2025-09-18T23:18:38.479Z | Checking futures-channel v0.3.31 |
| 2100 | 2025-09-18T23:18:38.504Z | Checking icu_locid v1.5.0 |
| 2101 | 2025-09-18T23:18:38.702Z | Checking sha2 v0.10.9 |
| 2102 | 2025-09-18T23:18:38.809Z | Checking num-traits v0.2.19 |
| 2103 | 2025-09-18T23:18:38.837Z | Checking slab v0.4.9 |
| 2104 | 2025-09-18T23:18:38.931Z | Checking icu_properties_data v1.5.0 |
| 2105 | 2025-09-18T23:18:38.956Z | Checking serde v1.0.223 |
| 2106 | 2025-09-18T23:18:39.089Z | Checking pin-utils v0.1.0 |
| 2107 | 2025-09-18T23:18:39.125Z | Checking futures-task v0.3.31 |
| 2108 | 2025-09-18T23:18:39.150Z | Checking base64ct v1.6.0 |
| 2109 | 2025-09-18T23:18:39.183Z | Checking futures-io v0.3.31 |
| 2110 | 2025-09-18T23:18:39.208Z | Checking serde_json v1.0.145 |
| 2111 | 2025-09-18T23:18:39.253Z | Checking utf8_iter v1.0.4 |
| 2112 | 2025-09-18T23:18:39.383Z | Checking flagset v0.4.6 |
| 2113 | 2025-09-18T23:18:39.408Z | Checking futures-util v0.3.31 |
| 2114 | 2025-09-18T23:18:39.433Z | Checking icu_provider v1.5.0 |
| 2115 | 2025-09-18T23:18:39.473Z | Checking write16 v1.0.0 |
| 2116 | 2025-09-18T23:18:39.602Z | Checking pem-rfc7468 v0.7.0 |
| 2117 | 2025-09-18T23:18:39.626Z | Checking utf16_iter v1.0.5 |
| 2118 | 2025-09-18T23:18:39.627Z | Checking icu_normalizer_data v1.5.0 |
| 2119 | 2025-09-18T23:18:39.767Z | Checking ppv-lite86 v0.2.20 |
| 2120 | 2025-09-18T23:18:39.824Z | Checking salsa20 v0.10.2 |
| 2121 | 2025-09-18T23:18:39.859Z | Checking bytes v1.10.1 |
| 2122 | 2025-09-18T23:18:39.896Z | Checking bitflags v2.9.1 |
| 2123 | 2025-09-18T23:18:40.043Z | Checking icu_locid_transform v1.5.0 |
| 2124 | 2025-09-18T23:18:40.069Z | Checking indexmap v2.11.0 |
| 2125 | 2025-09-18T23:18:40.172Z | Checking der v0.7.9 |
| 2126 | 2025-09-18T23:18:40.226Z | Checking pbkdf2 v0.12.2 |
| 2127 | 2025-09-18T23:18:40.399Z | Checking fnv v1.0.7 |
| 2128 | 2025-09-18T23:18:40.462Z | Checking scrypt v0.11.0 |
| 2129 | 2025-09-18T23:18:40.559Z | Checking cbc v0.1.2 |
| 2130 | 2025-09-18T23:18:40.701Z | Checking aes v0.8.4 |
| 2131 | 2025-09-18T23:18:40.775Z | Checking form_urlencoded v1.2.2 |
| 2132 | 2025-09-18T23:18:40.800Z | Checking uuid v1.18.1 |
| 2133 | 2025-09-18T23:18:40.897Z | Checking tokio v1.47.0 |
| 2134 | 2025-09-18T23:18:41.011Z | Checking http v1.3.1 |
| 2135 | 2025-09-18T23:18:41.085Z | Checking icu_properties v1.5.1 |
| 2136 | 2025-09-18T23:18:41.382Z | Checking tracing-core v0.1.32 |
| 2137 | 2025-09-18T23:18:41.445Z | Checking base64 v0.22.1 |
| 2138 | 2025-09-18T23:18:41.558Z | Checking rustls-pki-types v1.10.0 |
| 2139 | 2025-09-18T23:18:41.836Z | Checking spki v0.7.3 |
| 2140 | 2025-09-18T23:18:41.925Z | Checking iana-time-zone v0.1.63 |
| 2141 | 2025-09-18T23:18:42.026Z | Checking tracing v0.1.40 |
| 2142 | 2025-09-18T23:18:42.090Z | Checking tinyvec_macros v0.1.1 |
| 2143 | 2025-09-18T23:18:42.114Z | Compiling newtype-uuid v1.2.4 |
| 2144 | 2025-09-18T23:18:42.139Z | Checking pkcs5 v0.7.1 |
| 2145 | 2025-09-18T23:18:42.196Z | Checking tinyvec v1.8.0 |
| 2146 | 2025-09-18T23:18:42.221Z | Checking http-body v1.0.1 |
| 2147 | 2025-09-18T23:18:42.376Z | Checking chrono v0.4.41 |
| 2148 | 2025-09-18T23:18:42.437Z | Checking rand_core v0.9.3 |
| 2149 | 2025-09-18T23:18:42.462Z | Checking errno v0.3.12 |
| 2150 | 2025-09-18T23:18:42.614Z | Checking pkcs8 v0.10.2 |
| 2151 | 2025-09-18T23:18:42.654Z | Checking aws-lc-sys v0.26.0 |
| 2152 | 2025-09-18T23:18:42.781Z | Checking spin v0.9.8 |
| 2153 | 2025-09-18T23:18:42.971Z | Checking atomic-waker v1.1.2 |
| 2154 | 2025-09-18T23:18:43.158Z | Checking untrusted v0.9.0 |
| 2155 | 2025-09-18T23:18:43.187Z | Checking tower-service v0.3.3 |
| 2156 | 2025-09-18T23:18:43.355Z | Checking openssl-probe v0.1.5 |
| 2157 | 2025-09-18T23:18:43.380Z | Checking adler2 v2.0.0 |
| 2158 | 2025-09-18T23:18:43.406Z | Checking foreign-types-shared v0.1.1 |
| 2159 | 2025-09-18T23:18:43.556Z | Checking try-lock v0.2.5 |
| 2160 | 2025-09-18T23:18:43.581Z | Checking untrusted v0.7.1 |
| 2161 | 2025-09-18T23:18:43.606Z | Checking miniz_oxide v0.8.5 |
| 2162 | 2025-09-18T23:18:43.747Z | Checking want v0.3.1 |
| 2163 | 2025-09-18T23:18:43.802Z | Checking foreign-types v0.3.2 |
| 2164 | 2025-09-18T23:18:43.839Z | Checking ring v0.17.14 |
| 2165 | 2025-09-18T23:18:43.933Z | Checking rand_chacha v0.9.0 |
| 2166 | 2025-09-18T23:18:44.005Z | Checking ipnet v2.11.0 |
| 2167 | 2025-09-18T23:18:44.150Z | Checking icu_normalizer v1.5.0 |
| 2168 | 2025-09-18T23:18:44.354Z | Checking httparse v1.9.5 |
| 2169 | 2025-09-18T23:18:44.379Z | Checking openssl-sys v0.9.109 |
| 2170 | 2025-09-18T23:18:44.404Z | Checking thiserror v1.0.69 |
| 2171 | 2025-09-18T23:18:44.576Z | Checking aho-corasick v1.1.3 |
| 2172 | 2025-09-18T23:18:44.601Z | Checking unicode-ident v1.0.18 |
| 2173 | 2025-09-18T23:18:44.810Z | Checking regex-syntax v0.8.5 |
| 2174 | 2025-09-18T23:18:44.835Z | Checking powerfmt v0.2.0 |
| 2175 | 2025-09-18T23:18:44.910Z | Checking aws-lc-rs v1.12.4 |
| 2176 | 2025-09-18T23:18:44.948Z | Checking idna_adapter v1.2.0 |
| 2177 | 2025-09-18T23:18:45.133Z | Checking httpdate v1.0.3 |
| 2178 | 2025-09-18T23:18:45.176Z | Checking idna v1.0.3 |
| 2179 | 2025-09-18T23:18:45.394Z | Checking deranged v0.3.11 |
| 2180 | 2025-09-18T23:18:45.597Z | Checking openssl v0.10.73 |
| 2181 | 2025-09-18T23:18:45.689Z | Checking url v2.5.4 |
| 2182 | 2025-09-18T23:18:46.094Z | Checking proc-macro2 v1.0.101 |
| 2183 | 2025-09-18T23:18:46.193Z | Checking rand v0.9.2 |
| 2184 | 2025-09-18T23:18:46.561Z | Checking unicode-normalization v0.1.24 |
| 2185 | 2025-09-18T23:18:46.635Z | Checking rustix v0.38.37 |
| 2186 | 2025-09-18T23:18:46.665Z | Checking rustls-webpki v0.102.8 |
| 2187 | 2025-09-18T23:18:46.726Z | Checking crossbeam-utils v0.8.21 |
| 2188 | 2025-09-18T23:18:47.149Z | Checking semver v1.0.26 |
| 2189 | 2025-09-18T23:18:47.329Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2190 | 2025-09-18T23:18:47.412Z | Checking scroll v0.12.0 |
| 2191 | 2025-09-18T23:18:47.437Z | Checking signature v2.2.0 |
| 2192 | 2025-09-18T23:18:47.477Z | Checking crc32fast v1.4.2 |
| 2193 | 2025-09-18T23:18:47.561Z | Checking anstyle v1.0.11 |
| 2194 | 2025-09-18T23:18:47.653Z | Checking num_threads v0.1.7 |
| 2195 | 2025-09-18T23:18:47.684Z | Checking regex-automata v0.4.8 |
| 2196 | 2025-09-18T23:18:47.742Z | Checking siphasher v0.3.11 |
| 2197 | 2025-09-18T23:18:47.796Z | Checking ucd-trie v0.1.7 |
| 2198 | 2025-09-18T23:18:47.850Z | Checking tokio-util v0.7.15 |
| 2199 | 2025-09-18T23:18:47.879Z | Checking dyn-clone v1.0.20 |
| 2200 | 2025-09-18T23:18:47.923Z | Checking zlib-rs v0.5.1 |
| 2201 | 2025-09-18T23:18:48.022Z | Checking time-core v0.1.2 |
| 2202 | 2025-09-18T23:18:48.064Z | Checking unicode-properties v0.1.3 |
| 2203 | 2025-09-18T23:18:48.089Z | Checking either v1.15.0 |
| 2204 | 2025-09-18T23:18:48.204Z | Checking utf8parse v0.2.2 |
| 2205 | 2025-09-18T23:18:48.375Z | Checking unicode-bidi v0.3.17 |
| 2206 | 2025-09-18T23:18:48.401Z | Checking plain v0.2.3 |
| 2207 | 2025-09-18T23:18:48.446Z | Checking num-conv v0.1.0 |
| 2208 | 2025-09-18T23:18:48.566Z | Checking goblin v0.8.2 |
| 2209 | 2025-09-18T23:18:48.691Z | Checking time v0.3.36 |
| 2210 | 2025-09-18T23:18:48.965Z | Checking stringprep v0.1.5 |
| 2211 | 2025-09-18T23:18:49.103Z | Checking h2 v0.4.6 |
| 2212 | 2025-09-18T23:18:49.248Z | Checking anstyle-parse v0.2.5 |
| 2213 | 2025-09-18T23:18:49.528Z | Checking phf_shared v0.11.2 |
| 2214 | 2025-09-18T23:18:49.639Z | Checking libz-rs-sys v0.5.1 |
| 2215 | 2025-09-18T23:18:49.677Z | Checking schemars v0.8.22 |
| 2216 | 2025-09-18T23:18:49.803Z | Checking pest v2.7.14 |
| 2217 | 2025-09-18T23:18:49.851Z | Checking crossbeam-epoch v0.9.18 |
| 2218 | 2025-09-18T23:18:50.287Z | Checking rustls v0.23.19 |
| 2219 | 2025-09-18T23:18:50.369Z | Checking native-tls v0.2.12 |
| 2220 | 2025-09-18T23:18:50.730Z | Checking quote v1.0.40 |
| 2221 | 2025-09-18T23:18:51.088Z | Checking rand_chacha v0.3.1 |
| 2222 | 2025-09-18T23:18:51.212Z | Checking zerocopy v0.8.26 |
| 2223 | 2025-09-18T23:18:51.266Z | Checking num-integer v0.1.46 |
| 2224 | 2025-09-18T23:18:51.491Z | Checking toml_datetime v0.6.11 |
| 2225 | 2025-09-18T23:18:51.724Z | Checking serde_spanned v0.6.9 |
| 2226 | 2025-09-18T23:18:51.833Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2227 | 2025-09-18T23:18:51.859Z | Checking md-5 v0.10.6 |
| 2228 | 2025-09-18T23:18:51.949Z | Checking sync_wrapper v1.0.1 |
| 2229 | 2025-09-18T23:18:52.063Z | Checking ff v0.13.0 |
| 2230 | 2025-09-18T23:18:52.093Z | Checking hash32 v0.2.1 |
| 2231 | 2025-09-18T23:18:52.134Z | Checking colorchoice v1.0.2 |
| 2232 | 2025-09-18T23:18:52.199Z | Checking is_terminal_polyfill v1.70.1 |
| 2233 | 2025-09-18T23:18:52.286Z | Checking gimli v0.31.1 |
| 2234 | 2025-09-18T23:18:52.311Z | Checking base16ct v0.2.0 |
| 2235 | 2025-09-18T23:18:52.350Z | Checking tower-layer v0.3.3 |
| 2236 | 2025-09-18T23:18:52.404Z | Checking anstyle-query v1.1.1 |
| 2237 | 2025-09-18T23:18:52.539Z | Checking fallible-iterator v0.2.0 |
| 2238 | 2025-09-18T23:18:52.565Z | Checking pretty-hex v0.4.1 |
| 2239 | 2025-09-18T23:18:52.611Z | Checking psl-types v2.0.11 |
| 2240 | 2025-09-18T23:18:52.771Z | Checking tower v0.5.2 |
| 2241 | 2025-09-18T23:18:52.814Z | Checking publicsuffix v2.3.0 |
| 2242 | 2025-09-18T23:18:53.108Z | Checking anstream v0.6.18 |
| 2243 | 2025-09-18T23:18:53.132Z | Checking postgres-protocol v0.6.8 |
| 2244 | 2025-09-18T23:18:53.251Z | Checking dof v0.3.0 |
| 2245 | 2025-09-18T23:18:53.472Z | Checking sec1 v0.7.3 |
| 2246 | 2025-09-18T23:18:53.540Z | Checking heapless v0.7.17 |
| 2247 | 2025-09-18T23:18:53.788Z | Checking group v0.13.0 |
| 2248 | 2025-09-18T23:18:53.854Z | Checking dtrace-parser v0.2.0 |
| 2249 | 2025-09-18T23:18:53.916Z | Checking zstd-safe v7.2.3 |
| 2250 | 2025-09-18T23:18:54.075Z | Checking num-iter v0.1.45 |
| 2251 | 2025-09-18T23:18:54.211Z | Checking rand v0.8.5 |
| 2252 | 2025-09-18T23:18:54.241Z | Checking ipnetwork v0.21.1 |
| 2253 | 2025-09-18T23:18:54.281Z | Compiling daft v0.1.4 |
| 2254 | 2025-09-18T23:18:54.342Z | Checking syn v2.0.106 |
| 2255 | 2025-09-18T23:18:54.467Z | Checking cookie v0.18.1 |
| 2256 | 2025-09-18T23:18:54.671Z | Checking tokio-native-tls v0.3.1 |
| 2257 | 2025-09-18T23:18:54.859Z | Checking flate2 v1.1.2 |
| 2258 | 2025-09-18T23:18:54.952Z | Checking terminal_size v0.4.0 |
| 2259 | 2025-09-18T23:18:56.002Z | Checking rustls-native-certs v0.8.1 |
| 2260 | 2025-09-18T23:18:56.027Z | Checking lazy_static v1.5.0 |
| 2261 | 2025-09-18T23:18:56.027Z | Checking http-body-util v0.1.3 |
| 2262 | 2025-09-18T23:18:56.027Z | Checking webpki-roots v1.0.1 |
| 2263 | 2025-09-18T23:18:56.027Z | Checking hyper v1.7.0 |
| 2264 | 2025-09-18T23:18:56.027Z | Checking tokio-rustls v0.26.0 |
| 2265 | 2025-09-18T23:18:56.027Z | Checking signal-hook v0.3.18 |
| 2266 | 2025-09-18T23:18:56.027Z | Checking hkdf v0.12.4 |
| 2267 | 2025-09-18T23:18:56.027Z | Checking crypto-bigint v0.5.5 |
| 2268 | 2025-09-18T23:18:56.028Z | Checking thread-id v4.2.2 |
| 2269 | 2025-09-18T23:18:56.028Z | Checking object v0.36.5 |
| 2270 | 2025-09-18T23:18:56.028Z | Checking lockfree-object-pool v0.1.6 |
| 2271 | 2025-09-18T23:18:56.028Z | Checking bumpalo v3.16.0 |
| 2272 | 2025-09-18T23:18:56.028Z | Checking iri-string v0.7.8 |
| 2273 | 2025-09-18T23:18:56.028Z | Checking addr2line v0.24.2 |
| 2274 | 2025-09-18T23:18:56.056Z | Checking simd-adler32 v0.3.7 |
| 2275 | 2025-09-18T23:18:56.152Z | Checking managed v0.8.0 |
| 2276 | 2025-09-18T23:18:56.423Z | Checking strsim v0.11.1 |
| 2277 | 2025-09-18T23:18:56.460Z | Checking rustc-demangle v0.1.24 |
| 2278 | 2025-09-18T23:18:56.540Z | Checking bitflags v1.3.2 |
| 2279 | 2025-09-18T23:18:56.661Z | Compiling rayon-core v1.12.1 |
| 2280 | 2025-09-18T23:18:56.733Z | Checking clap_lex v0.7.4 |
| 2281 | 2025-09-18T23:18:56.909Z | Checking winnow v0.5.40 |
| 2282 | 2025-09-18T23:18:56.986Z | Checking smoltcp v0.9.1 |
| 2283 | 2025-09-18T23:18:57.014Z | Checking clap_builder v4.5.41 |
| 2284 | 2025-09-18T23:18:57.359Z | Checking hyper-util v0.1.16 |
| 2285 | 2025-09-18T23:18:58.128Z | Checking elliptic-curve v0.13.8 |
| 2286 | 2025-09-18T23:18:58.352Z | Checking tower-http v0.6.6 |
| 2287 | 2025-09-18T23:18:58.382Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2288 | 2025-09-18T23:18:58.680Z | Checking zopfli v0.8.1 |
| 2289 | 2025-09-18T23:18:58.710Z | Checking signal-hook-mio v0.2.4 |
| 2290 | 2025-09-18T23:18:58.876Z | Checking num-bigint-dig v0.8.4 |
| 2291 | 2025-09-18T23:18:58.934Z | Checking cookie_store v0.21.1 |
| 2292 | 2025-09-18T23:18:59.339Z | Checking oxnet v0.1.3 |
| 2293 | 2025-09-18T23:18:59.439Z | Checking toml_edit v0.19.15 |
| 2294 | 2025-09-18T23:18:59.580Z | Checking zstd v0.13.3 |
| 2295 | 2025-09-18T23:18:59.753Z | Checking postgres-types v0.2.9 |
| 2296 | 2025-09-18T23:18:59.793Z | Checking hyper-rustls v0.27.7 |
| 2297 | 2025-09-18T23:18:59.922Z | Checking usdt-impl v0.5.0 |
| 2298 | 2025-09-18T23:18:59.948Z | Checking hyper-tls v0.6.0 |
| 2299 | 2025-09-18T23:18:59.948Z | Checking bstr v1.10.0 |
| 2300 | 2025-09-18T23:19:00.169Z | Checking regex v1.11.1 |
| 2301 | 2025-09-18T23:19:00.245Z | Checking crossbeam-deque v0.8.5 |
| 2302 | 2025-09-18T23:19:00.399Z | Checking phf v0.11.2 |
| 2303 | 2025-09-18T23:19:00.474Z | Checking ed25519 v2.2.3 |
| 2304 | 2025-09-18T23:19:00.600Z | Checking bzip2 v0.5.2 |
| 2305 | 2025-09-18T23:19:00.695Z | Checking bzip2 v0.4.4 |
| 2306 | 2025-09-18T23:19:00.836Z | Checking curve25519-dalek v4.1.3 |
| 2307 | 2025-09-18T23:19:00.884Z | Checking thiserror v2.0.16 |
| 2308 | 2025-09-18T23:19:00.910Z | Checking pkcs1 v0.7.5 |
| 2309 | 2025-09-18T23:19:00.910Z | Checking strum v0.27.2 |
| 2310 | 2025-09-18T23:19:00.961Z | Checking hubpack v0.1.2 |
| 2311 | 2025-09-18T23:19:01.056Z | Checking memoffset v0.9.1 |
| 2312 | 2025-09-18T23:19:01.129Z | Checking serde_urlencoded v0.7.1 |
| 2313 | 2025-09-18T23:19:01.220Z | Checking float-cmp v0.10.0 |
| 2314 | 2025-09-18T23:19:01.300Z | Checking serde-big-array v0.5.1 |
| 2315 | 2025-09-18T23:19:01.389Z | Checking rfc6979 v0.4.0 |
| 2316 | 2025-09-18T23:19:01.414Z | Checking socket2 v0.5.10 |
| 2317 | 2025-09-18T23:19:01.460Z | Checking memmap v0.7.0 |
| 2318 | 2025-09-18T23:19:01.591Z | Checking encoding_rs v0.8.34 |
| 2319 | 2025-09-18T23:19:01.618Z | Checking whoami v1.5.2 |
| 2320 | 2025-09-18T23:19:01.644Z | Checking mime v0.3.17 |
| 2321 | 2025-09-18T23:19:01.644Z | Checking backtrace v0.3.74 |
| 2322 | 2025-09-18T23:19:01.730Z | Checking winnow v0.7.10 |
| 2323 | 2025-09-18T23:19:01.929Z | Checking new_debug_unreachable v1.0.6 |
| 2324 | 2025-09-18T23:19:01.957Z | Checking normalize-line-endings v0.3.0 |
| 2325 | 2025-09-18T23:19:02.019Z | Checking precomputed-hash v0.1.1 |
| 2326 | 2025-09-18T23:19:02.049Z | Checking minimal-lexical v0.2.1 |
| 2327 | 2025-09-18T23:19:02.077Z | Checking static_assertions v1.1.0 |
| 2328 | 2025-09-18T23:19:02.115Z | Checking data-encoding v2.9.0 |
| 2329 | 2025-09-18T23:19:02.200Z | Checking unicode-segmentation v1.12.0 |
| 2330 | 2025-09-18T23:19:02.242Z | Checking fixedbitset v0.4.2 |
| 2331 | 2025-09-18T23:19:02.296Z | Checking toml_write v0.1.2 |
| 2332 | 2025-09-18T23:19:02.539Z | Checking difflib v0.4.0 |
| 2333 | 2025-09-18T23:19:02.564Z | Checking predicates-core v1.0.8 |
| 2334 | 2025-09-18T23:19:02.671Z | Checking petgraph v0.6.5 |
| 2335 | 2025-09-18T23:19:02.738Z | Checking hickory-proto v0.25.2 |
| 2336 | 2025-09-18T23:19:02.780Z | Checking ed25519-dalek v2.1.1 |
| 2337 | 2025-09-18T23:19:02.805Z | Checking nom v7.1.3 |
| 2338 | 2025-09-18T23:19:02.984Z | Checking similar v2.7.0 |
| 2339 | 2025-09-18T23:19:03.015Z | Checking predicates v3.1.3 |
| 2340 | 2025-09-18T23:19:03.243Z | Checking anyhow v1.0.99 |
| 2341 | 2025-09-18T23:19:03.638Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2342 | 2025-09-18T23:19:03.684Z | Checking string_cache v0.8.9 |
| 2343 | 2025-09-18T23:19:03.801Z | Checking reqwest v0.12.22 |
| 2344 | 2025-09-18T23:19:03.858Z | Checking tokio-postgres v0.7.13 |
| 2345 | 2025-09-18T23:19:04.011Z | Checking toml v0.7.8 |
| 2346 | 2025-09-18T23:19:04.707Z | Checking toml_edit v0.22.27 |
| 2347 | 2025-09-18T23:19:04.732Z | Checking usdt v0.5.0 |
| 2348 | 2025-09-18T23:19:05.036Z | Checking ecdsa v0.16.9 |
| 2349 | 2025-09-18T23:19:05.691Z | Checking rsa v0.9.6 |
| 2350 | 2025-09-18T23:19:05.783Z | Checking nix v0.29.0 |
| 2351 | 2025-09-18T23:19:05.861Z | Checking zip v0.6.6 |
| 2352 | 2025-09-18T23:19:05.886Z | Checking zip v4.2.0 |
| 2353 | 2025-09-18T23:19:06.719Z | Checking clap v4.5.41 |
| 2354 | 2025-09-18T23:19:06.769Z | Checking crossterm v0.28.1 |
| 2355 | 2025-09-18T23:19:06.880Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2356 | 2025-09-18T23:19:07.185Z | Checking ahash v0.8.12 |
| 2357 | 2025-09-18T23:19:07.210Z | Checking tokio-stream v0.1.17 |
| 2358 | 2025-09-18T23:19:07.273Z | Checking itertools v0.10.5 |
| 2359 | 2025-09-18T23:19:07.298Z | Checking itertools v0.13.0 |
| 2360 | 2025-09-18T23:19:07.333Z | Checking itertools v0.12.1 |
| 2361 | 2025-09-18T23:19:07.594Z | Checking buf-list v1.0.3 |
| 2362 | 2025-09-18T23:19:07.925Z | Checking fs-err v3.1.1 |
| 2363 | 2025-09-18T23:19:08.047Z | Checking strum v0.26.3 |
| 2364 | 2025-09-18T23:19:08.247Z | Checking rustix v1.0.7 |
| 2365 | 2025-09-18T23:19:08.526Z | Checking slog v2.7.0 |
| 2366 | 2025-09-18T23:19:08.629Z | Checking x509-cert v0.2.5 |
| 2367 | 2025-09-18T23:19:09.041Z | Checking openapiv3 v2.2.0 |
| 2368 | 2025-09-18T23:19:09.223Z | Checking sha1 v0.10.6 |
| 2369 | 2025-09-18T23:19:09.511Z | Checking winnow v0.6.26 |
| 2370 | 2025-09-18T23:19:09.536Z | Checking peg-runtime v0.8.5 |
| 2371 | 2025-09-18T23:19:09.672Z | Checking lalrpop-util v0.19.12 |
| 2372 | 2025-09-18T23:19:09.799Z | Checking unicode-xid v0.2.6 |
| 2373 | 2025-09-18T23:19:09.872Z | Checking rustc-hash v2.1.1 |
| 2374 | 2025-09-18T23:19:09.943Z | Checking rayon v1.10.0 |
| 2375 | 2025-09-18T23:19:10.010Z | Checking camino v1.2.0 |
| 2376 | 2025-09-18T23:19:10.035Z | Checking sigpipe v0.1.3 |
| 2377 | 2025-09-18T23:19:10.134Z | Checking jiff v0.2.15 |
| 2378 | 2025-09-18T23:19:10.180Z | Checking glob v0.3.2 |
| 2379 | 2025-09-18T23:19:16.378Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2380 | 2025-09-18T23:19:16.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.99s |
| 2381 | 2025-09-18T23:19:17.199Z | |
| 2382 | 2025-09-18T23:19:17.199Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227) |
| 2383 | 2025-09-18T23:19:18.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2384 | 2025-09-18T23:19:18.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2385 | 2025-09-18T23:19:18.854Z | Compiling regress v0.10.4 |
| 2386 | 2025-09-18T23:19:18.908Z | Compiling ident_case v1.0.1 |
| 2387 | 2025-09-18T23:19:18.963Z | Checking heck v0.5.0 |
| 2388 | 2025-09-18T23:19:19.001Z | Checking newtype-uuid v1.2.4 |
| 2389 | 2025-09-18T23:19:19.026Z | Compiling unsafe-libyaml v0.2.11 |
| 2390 | 2025-09-18T23:19:19.061Z | Checking futures-executor v0.3.31 |
| 2391 | 2025-09-18T23:19:19.087Z | Checking fastrand v2.1.1 |
| 2392 | 2025-09-18T23:19:19.155Z | Compiling darling_core v0.20.10 |
| 2393 | 2025-09-18T23:19:19.221Z | Checking thread_local v1.1.8 |
| 2394 | 2025-09-18T23:19:19.374Z | Checking daft v0.1.4 |
| 2395 | 2025-09-18T23:19:19.403Z | Checking futures v0.3.31 |
| 2396 | 2025-09-18T23:19:19.455Z | Checking tempfile v3.20.0 |
| 2397 | 2025-09-18T23:19:19.564Z | Checking macaddr v1.0.1 |
| 2398 | 2025-09-18T23:19:19.595Z | Compiling structmeta-derive v0.3.0 |
| 2399 | 2025-09-18T23:19:19.939Z | Compiling ref-cast v1.0.24 |
| 2400 | 2025-09-18T23:19:19.964Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2401 | 2025-09-18T23:19:19.989Z | Checking crossbeam-channel v0.5.15 |
| 2402 | 2025-09-18T23:19:20.122Z | Compiling ref-cast-impl v1.0.24 |
| 2403 | 2025-09-18T23:19:20.491Z | Compiling serde_yaml v0.9.34+deprecated |
| 2404 | 2025-09-18T23:19:20.881Z | Checking is-terminal v0.4.13 |
| 2405 | 2025-09-18T23:19:20.908Z | Compiling rustls v0.22.4 |
| 2406 | 2025-09-18T23:19:21.044Z | Checking term v1.1.0 |
| 2407 | 2025-09-18T23:19:21.227Z | Checking take_mut v0.2.2 |
| 2408 | 2025-09-18T23:19:21.430Z | Checking slog-async v2.8.0 |
| 2409 | 2025-09-18T23:19:21.488Z | Compiling multer v3.1.0 |
| 2410 | 2025-09-18T23:19:21.535Z | Checking slog-term v2.9.2 |
| 2411 | 2025-09-18T23:19:21.802Z | Checking match_cfg v0.1.0 |
| 2412 | 2025-09-18T23:19:21.957Z | Checking hostname v0.3.1 |
| 2413 | 2025-09-18T23:19:22.115Z | Checking toml_parser v1.0.2 |
| 2414 | 2025-09-18T23:19:22.140Z | Compiling structmeta v0.3.0 |
| 2415 | 2025-09-18T23:19:22.165Z | Checking slog-json v2.6.1 |
| 2416 | 2025-09-18T23:19:22.342Z | Checking typify-impl v0.3.0 |
| 2417 | 2025-09-18T23:19:22.460Z | Checking serde_spanned v1.0.0 |
| 2418 | 2025-09-18T23:19:22.717Z | Checking hex v0.4.3 |
| 2419 | 2025-09-18T23:19:22.909Z | Checking toml_datetime v0.7.0 |
| 2420 | 2025-09-18T23:19:23.258Z | Compiling async-stream-impl v0.3.6 |
| 2421 | 2025-09-18T23:19:23.325Z | Checking wait-timeout v0.2.0 |
| 2422 | 2025-09-18T23:19:23.556Z | Compiling dropshot v0.16.4 |
| 2423 | 2025-09-18T23:19:23.874Z | Checking bit-vec v0.8.0 |
| 2424 | 2025-09-18T23:19:24.227Z | Checking toml_writer v1.0.2 |
| 2425 | 2025-09-18T23:19:24.323Z | Checking debug-ignore v1.0.5 |
| 2426 | 2025-09-18T23:19:24.530Z | Checking quick-error v1.2.3 |
| 2427 | 2025-09-18T23:19:24.565Z | Checking async-stream v0.3.6 |
| 2428 | 2025-09-18T23:19:24.673Z | Checking toml v0.9.5 |
| 2429 | 2025-09-18T23:19:24.712Z | Checking rusty-fork v0.3.0 |
| 2430 | 2025-09-18T23:19:24.796Z | Checking bit-set v0.8.0 |
| 2431 | 2025-09-18T23:19:25.099Z | Compiling derive-ex v0.1.8 |
| 2432 | 2025-09-18T23:19:25.133Z | Checking slog-bunyan v2.5.0 |
| 2433 | 2025-09-18T23:19:25.158Z | Compiling darling_macro v0.20.10 |
| 2434 | 2025-09-18T23:19:25.336Z | Checking rand_xorshift v0.4.0 |
| 2435 | 2025-09-18T23:19:25.548Z | Checking tokio-rustls v0.25.0 |
| 2436 | 2025-09-18T23:19:25.596Z | Checking progenitor-client v0.9.1 |
| 2437 | 2025-09-18T23:19:25.679Z | Checking waitgroup v0.1.2 |
| 2438 | 2025-09-18T23:19:25.867Z | Checking rustls-pemfile v2.2.0 |
| 2439 | 2025-09-18T23:19:25.960Z | Compiling dropshot_endpoint v0.16.4 |
| 2440 | 2025-09-18T23:19:26.081Z | Checking serde_path_to_error v0.1.17 |
| 2441 | 2025-09-18T23:19:26.121Z | Compiling derive-where v1.5.0 |
| 2442 | 2025-09-18T23:19:26.146Z | Compiling darling v0.20.10 |
| 2443 | 2025-09-18T23:19:26.172Z | Checking hostname v0.4.0 |
| 2444 | 2025-09-18T23:19:26.288Z | Compiling serde_with_macros v3.14.0 |
| 2445 | 2025-09-18T23:19:26.362Z | Checking unarray v0.1.4 |
| 2446 | 2025-09-18T23:19:26.561Z | Checking proptest v1.7.0 |
| 2447 | 2025-09-18T23:19:26.589Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2448 | 2025-09-18T23:19:26.756Z | Compiling parse-display-derive v0.10.0 |
| 2449 | 2025-09-18T23:19:26.781Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2450 | 2025-09-18T23:19:27.323Z | Compiling darling_core v0.21.0 |
| 2451 | 2025-09-18T23:19:28.752Z | Checking serde_with v3.14.0 |
| 2452 | 2025-09-18T23:19:29.398Z | Checking progenitor-client v0.10.0 |
| 2453 | 2025-09-18T23:19:29.529Z | Compiling test-strategy v0.4.3 |
| 2454 | 2025-09-18T23:19:29.859Z | Checking hashbrown v0.16.0 |
| 2455 | 2025-09-18T23:19:30.693Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2456 | 2025-09-18T23:19:30.983Z | Checking instant v0.1.13 |
| 2457 | 2025-09-18T23:19:31.151Z | Checking foldhash v0.2.0 |
| 2458 | 2025-09-18T23:19:31.390Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2459 | 2025-09-18T23:19:31.463Z | Checking iddqd v0.3.13 |
| 2460 | 2025-09-18T23:19:31.548Z | Checking backoff v0.4.0 |
| 2461 | 2025-09-18T23:19:31.573Z | Checking parse-display v0.10.0 |
| 2462 | 2025-09-18T23:19:31.599Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2463 | 2025-09-18T23:19:31.838Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2464 | 2025-09-18T23:19:31.878Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2465 | 2025-09-18T23:19:32.196Z | Checking unicode-width v0.1.14 |
| 2466 | 2025-09-18T23:19:32.300Z | Compiling proc-macro-error v1.0.4 |
| 2467 | 2025-09-18T23:19:32.718Z | Compiling itertools v0.14.0 |
| 2468 | 2025-09-18T23:19:32.980Z | Compiling heapless v0.8.0 |
| 2469 | 2025-09-18T23:19:33.050Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2470 | 2025-09-18T23:19:33.144Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2471 | 2025-09-18T23:19:33.184Z | Compiling proc-macro-crate v1.3.1 |
| 2472 | 2025-09-18T23:19:33.471Z | Checking hash32 v0.3.1 |
| 2473 | 2025-09-18T23:19:33.698Z | Compiling smoltcp v0.11.0 |
| 2474 | 2025-09-18T23:19:33.780Z | Compiling darling_macro v0.21.0 |
| 2475 | 2025-09-18T23:19:33.906Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2476 | 2025-09-18T23:19:34.157Z | Compiling num_enum_derive v0.5.11 |
| 2477 | 2025-09-18T23:19:34.286Z | Compiling typify-impl v0.4.3 |
| 2478 | 2025-09-18T23:19:34.485Z | Compiling foreign-types-macros v0.2.3 |
| 2479 | 2025-09-18T23:19:34.712Z | Compiling typify-macro v0.3.0 |
| 2480 | 2025-09-18T23:19:34.782Z | Checking cobs v0.2.3 |
| 2481 | 2025-09-18T23:19:34.807Z | Compiling darling v0.21.0 |
| 2482 | 2025-09-18T23:19:34.943Z | Checking foreign-types-shared v0.3.1 |
| 2483 | 2025-09-18T23:19:35.030Z | Checking postcard v1.0.10 |
| 2484 | 2025-09-18T23:19:35.566Z | Checking tabwriter v1.4.0 |
| 2485 | 2025-09-18T23:19:35.700Z | Compiling typify-impl v0.2.0 |
| 2486 | 2025-09-18T23:19:35.809Z | Checking foreign-types v0.5.0 |
| 2487 | 2025-09-18T23:19:35.874Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2488 | 2025-09-18T23:19:35.948Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2489 | 2025-09-18T23:19:35.974Z | Compiling ingot-macros v0.1.1 |
| 2490 | 2025-09-18T23:19:36.480Z | Checking cstr-argument v0.1.2 |
| 2491 | 2025-09-18T23:19:36.588Z | Checking num_enum v0.5.11 |
| 2492 | 2025-09-18T23:19:36.684Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2493 | 2025-09-18T23:19:36.718Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2494 | 2025-09-18T23:19:36.786Z | Checking pretty-hex v0.2.1 |
| 2495 | 2025-09-18T23:19:37.021Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2496 | 2025-09-18T23:19:37.106Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2497 | 2025-09-18T23:19:37.132Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2498 | 2025-09-18T23:19:37.332Z | Checking colored v2.2.0 |
| 2499 | 2025-09-18T23:19:37.360Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2500 | 2025-09-18T23:19:37.448Z | Checking unicode-width v0.2.0 |
| 2501 | 2025-09-18T23:19:37.769Z | Compiling crucible-workspace-hack v0.1.0 |
| 2502 | 2025-09-18T23:19:38.099Z | Compiling semver v0.1.20 |
| 2503 | 2025-09-18T23:19:38.235Z | Checking console v0.15.10 |
| 2504 | 2025-09-18T23:19:38.305Z | Compiling zone_cfg_derive v0.3.0 |
| 2505 | 2025-09-18T23:19:38.762Z | Compiling rustc_version v0.1.7 |
| 2506 | 2025-09-18T23:19:38.824Z | Compiling typify v0.3.0 |
| 2507 | 2025-09-18T23:19:39.036Z | Compiling progenitor-impl v0.9.1 |
| 2508 | 2025-09-18T23:19:39.888Z | Checking camino-tempfile v1.4.1 |
| 2509 | 2025-09-18T23:19:40.232Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2510 | 2025-09-18T23:19:40.721Z | Checking smf v0.2.3 |
| 2511 | 2025-09-18T23:19:41.257Z | Compiling num-derive v0.4.2 |
| 2512 | 2025-09-18T23:19:41.339Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2513 | 2025-09-18T23:19:41.728Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2514 | 2025-09-18T23:19:42.064Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2515 | 2025-09-18T23:19:42.182Z | Checking zone v0.3.1 |
| 2516 | 2025-09-18T23:19:42.376Z | Compiling newtype_derive v0.1.6 |
| 2517 | 2025-09-18T23:19:42.754Z | Checking ingot-types v0.1.2 |
| 2518 | 2025-09-18T23:19:43.051Z | Checking num-rational v0.4.2 |
| 2519 | 2025-09-18T23:19:43.085Z | Checking password-hash v0.5.0 |
| 2520 | 2025-09-18T23:19:43.359Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2521 | 2025-09-18T23:19:43.607Z | Checking ingot v0.1.1 |
| 2522 | 2025-09-18T23:19:43.674Z | Checking blake2 v0.10.6 |
| 2523 | 2025-09-18T23:19:43.746Z | Checking num-complex v0.4.6 |
| 2524 | 2025-09-18T23:19:43.819Z | Compiling pin-project-internal v1.1.6 |
| 2525 | 2025-09-18T23:19:44.200Z | Compiling cancel-safe-futures v0.1.5 |
| 2526 | 2025-09-18T23:19:44.551Z | Compiling owo-colors v4.2.2 |
| 2527 | 2025-09-18T23:19:44.637Z | Checking num v0.4.3 |
| 2528 | 2025-09-18T23:19:44.789Z | Checking argon2 v0.5.3 |
| 2529 | 2025-09-18T23:19:45.484Z | Checking atomicwrites v0.4.4 |
| 2530 | 2025-09-18T23:19:45.536Z | Checking newline-converter v0.3.0 |
| 2531 | 2025-09-18T23:19:45.578Z | Checking pem v3.0.5 |
| 2532 | 2025-09-18T23:19:45.754Z | Checking libsw-core v0.3.1 |
| 2533 | 2025-09-18T23:19:45.779Z | Compiling snafu-derive v0.8.5 |
| 2534 | 2025-09-18T23:19:45.884Z | Compiling lzma-sys v0.1.20 |
| 2535 | 2025-09-18T23:19:46.051Z | Checking secrecy v0.10.3 |
| 2536 | 2025-09-18T23:19:46.225Z | Compiling progenitor-macro v0.9.1 |
| 2537 | 2025-09-18T23:19:46.279Z | Checking csv-core v0.1.11 |
| 2538 | 2025-09-18T23:19:46.596Z | Checking pin-project v1.1.6 |
| 2539 | 2025-09-18T23:19:46.621Z | Checking float-ord v0.3.2 |
| 2540 | 2025-09-18T23:19:46.665Z | Checking bytecount v0.6.8 |
| 2541 | 2025-09-18T23:19:46.759Z | Compiling typify-macro v0.4.3 |
| 2542 | 2025-09-18T23:19:46.784Z | Checking utf-8 v0.7.6 |
| 2543 | 2025-09-18T23:19:46.814Z | Checking indent_write v2.2.0 |
| 2544 | 2025-09-18T23:19:46.877Z | Checking fixedbitset v0.5.7 |
| 2545 | 2025-09-18T23:19:47.030Z | Checking arc-swap v1.7.1 |
| 2546 | 2025-09-18T23:19:47.061Z | Checking same-file v1.0.6 |
| 2547 | 2025-09-18T23:19:47.089Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2548 | 2025-09-18T23:19:47.289Z | Compiling convert_case v0.4.0 |
| 2549 | 2025-09-18T23:19:47.315Z | Checking walkdir v2.5.0 |
| 2550 | 2025-09-18T23:19:47.523Z | Checking slog-scope v4.4.0 |
| 2551 | 2025-09-18T23:19:47.613Z | Compiling typify-macro v0.2.0 |
| 2552 | 2025-09-18T23:19:47.638Z | Checking petgraph v0.8.2 |
| 2553 | 2025-09-18T23:19:47.769Z | Checking tungstenite v0.21.0 |
| 2554 | 2025-09-18T23:19:48.152Z | Compiling derive_more v0.99.20 |
| 2555 | 2025-09-18T23:19:48.741Z | Checking papergrid v0.11.0 |
| 2556 | 2025-09-18T23:19:49.607Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2557 | 2025-09-18T23:19:50.134Z | Checking csv v1.3.1 |
| 2558 | 2025-09-18T23:19:50.370Z | Checking snafu v0.8.5 |
| 2559 | 2025-09-18T23:19:50.496Z | Compiling typify v0.4.3 |
| 2560 | 2025-09-18T23:19:50.691Z | Compiling progenitor-impl v0.10.0 |
| 2561 | 2025-09-18T23:19:51.079Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2562 | 2025-09-18T23:19:51.127Z | Checking libsw v3.5.0 |
| 2563 | 2025-09-18T23:19:51.377Z | Compiling typify v0.2.0 |
| 2564 | 2025-09-18T23:19:51.474Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2565 | 2025-09-18T23:19:51.499Z | Checking expectorate v1.2.0 |
| 2566 | 2025-09-18T23:19:51.562Z | Compiling progenitor-impl v0.8.0 |
| 2567 | 2025-09-18T23:19:52.315Z | Compiling tabled_derive v0.7.0 |
| 2568 | 2025-09-18T23:19:53.090Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2569 | 2025-09-18T23:19:53.447Z | Checking globset v0.4.15 |
| 2570 | 2025-09-18T23:19:53.499Z | Checking olpc-cjson v0.1.4 |
| 2571 | 2025-09-18T23:19:53.690Z | Compiling heck v0.3.3 |
| 2572 | 2025-09-18T23:19:53.763Z | Checking progenitor-client v0.8.0 |
| 2573 | 2025-09-18T23:19:53.992Z | Checking serde_plain v1.0.2 |
| 2574 | 2025-09-18T23:19:54.115Z | Compiling async-recursion v1.1.1 |
| 2575 | 2025-09-18T23:19:54.174Z | Checking highway v1.3.0 |
| 2576 | 2025-09-18T23:19:54.286Z | Checking unicode-linebreak v0.1.5 |
| 2577 | 2025-09-18T23:19:54.427Z | Checking linear-map v1.2.0 |
| 2578 | 2025-09-18T23:19:54.452Z | Checking typed-path v0.9.3 |
| 2579 | 2025-09-18T23:19:54.691Z | Checking smawk v0.3.2 |
| 2580 | 2025-09-18T23:19:54.718Z | Checking swrite v0.1.0 |
| 2581 | 2025-09-18T23:19:54.802Z | Checking tabled v0.15.0 |
| 2582 | 2025-09-18T23:19:54.874Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2583 | 2025-09-18T23:19:54.946Z | Checking textwrap v0.16.2 |
| 2584 | 2025-09-18T23:19:55.441Z | Compiling zone_cfg_derive v0.1.2 |
| 2585 | 2025-09-18T23:19:55.610Z | Checking steno v0.4.1 |
| 2586 | 2025-09-18T23:19:56.389Z | Checking tough v0.20.0 |
| 2587 | 2025-09-18T23:19:56.924Z | Checking tokio-tungstenite v0.21.0 |
| 2588 | 2025-09-18T23:19:57.097Z | Compiling progenitor-macro v0.10.0 |
| 2589 | 2025-09-18T23:19:57.463Z | Checking slog-stdlog v4.1.1 |
| 2590 | 2025-09-18T23:19:57.680Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2591 | 2025-09-18T23:19:57.716Z | Checking base64 v0.21.7 |
| 2592 | 2025-09-18T23:19:57.858Z | Checking number_prefix v0.4.0 |
| 2593 | 2025-09-18T23:19:57.889Z | Checking base64 v0.13.1 |
| 2594 | 2025-09-18T23:19:58.006Z | Checking humantime v2.2.0 |
| 2595 | 2025-09-18T23:19:58.102Z | Checking indicatif v0.17.11 |
| 2596 | 2025-09-18T23:19:58.183Z | Compiling progenitor-macro v0.8.0 |
| 2597 | 2025-09-18T23:19:58.251Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2598 | 2025-09-18T23:19:58.374Z | Checking ron v0.7.1 |
| 2599 | 2025-09-18T23:19:58.406Z | Checking slog-envlogger v2.2.0 |
| 2600 | 2025-09-18T23:19:58.685Z | Checking xz2 v0.1.7 |
| 2601 | 2025-09-18T23:19:58.712Z | Checking progenitor v0.9.1 |
| 2602 | 2025-09-18T23:19:58.775Z | Checking zone v0.1.8 |
| 2603 | 2025-09-18T23:19:58.880Z | Checking toml v0.8.23 |
| 2604 | 2025-09-18T23:19:58.965Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2605 | 2025-09-18T23:19:59.057Z | Checking tokio-dtrace v0.1.0 |
| 2606 | 2025-09-18T23:19:59.416Z | Checking xattr v1.3.1 |
| 2607 | 2025-09-18T23:19:59.456Z | Checking yasna v0.5.2 |
| 2608 | 2025-09-18T23:19:59.590Z | Checking headers-core v0.3.0 |
| 2609 | 2025-09-18T23:19:59.655Z | Checking filetime v0.2.25 |
| 2610 | 2025-09-18T23:19:59.705Z | Checking oxide-tokio-rt v0.1.2 |
| 2611 | 2025-09-18T23:19:59.775Z | Checking headers v0.4.1 |
| 2612 | 2025-09-18T23:19:59.935Z | Checking tar v0.4.44 |
| 2613 | 2025-09-18T23:19:59.961Z | Checking subprocess v0.2.9 |
| 2614 | 2025-09-18T23:20:00.294Z | Checking rcgen v0.12.1 |
| 2615 | 2025-09-18T23:20:04.026Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2616 | 2025-09-18T23:20:05.110Z | Checking progenitor v0.10.0 |
| 2617 | 2025-09-18T23:20:05.333Z | Checking progenitor v0.8.0 |
| 2618 | 2025-09-18T23:20:05.621Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2619 | 2025-09-18T23:20:09.622Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2620 | 2025-09-18T23:20:14.532Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2621 | 2025-09-18T23:20:14.532Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2622 | 2025-09-18T23:20:14.557Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2623 | 2025-09-18T23:20:14.557Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2624 | 2025-09-18T23:20:14.558Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2625 | 2025-09-18T23:20:17.550Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2626 | 2025-09-18T23:20:17.831Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2627 | 2025-09-18T23:20:18.197Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2628 | 2025-09-18T23:20:19.015Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2629 | 2025-09-18T23:20:22.351Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2630 | 2025-09-18T23:20:47.359Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2631 | 2025-09-18T23:20:50.235Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2632 | 2025-09-18T23:20:52.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
| 2633 | 2025-09-18T23:20:52.912Z | |
| 2634 | 2025-09-18T23:20:52.912Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227) |
| 2635 | 2025-09-18T23:20:54.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2025-09-18T23:20:54.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2025-09-18T23:20:54.326Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2638 | 2025-09-18T23:20:56.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2639 | 2025-09-18T23:20:57.089Z | |
| 2640 | 2025-09-18T23:20:57.089Z | info: running `cargo check --bins` on nexus-config (52/227) |
| 2641 | 2025-09-18T23:20:58.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2025-09-18T23:20:58.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2025-09-18T23:20:58.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2025-09-18T23:20:58.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2645 | 2025-09-18T23:20:58.369Z | |
| 2646 | 2025-09-18T23:20:58.369Z | info: running `cargo check --bins` on nexus-types (53/227) |
| 2647 | 2025-09-18T23:20:59.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2025-09-18T23:20:59.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2025-09-18T23:20:59.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2025-09-18T23:20:59.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 2651 | 2025-09-18T23:20:59.730Z | |
| 2652 | 2025-09-18T23:20:59.730Z | info: running `cargo check --bins` on clickhouse-admin-types (54/227) |
| 2653 | 2025-09-18T23:21:00.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2025-09-18T23:21:00.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2025-09-18T23:21:00.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2025-09-18T23:21:00.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2657 | 2025-09-18T23:21:00.984Z | |
| 2658 | 2025-09-18T23:21:00.984Z | info: running `cargo check --bins` on cockroach-admin-types (55/227) |
| 2659 | 2025-09-18T23:21:02.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2025-09-18T23:21:02.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2025-09-18T23:21:02.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2025-09-18T23:21:02.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2663 | 2025-09-18T23:21:02.243Z | |
| 2664 | 2025-09-18T23:21:02.243Z | info: running `cargo check --bins` on gateway-client (56/227) |
| 2665 | 2025-09-18T23:21:03.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2025-09-18T23:21:03.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2025-09-18T23:21:03.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2668 | 2025-09-18T23:21:03.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2669 | 2025-09-18T23:21:03.578Z | |
| 2670 | 2025-09-18T23:21:03.578Z | info: running `cargo check --bins` on ereport-types (57/227) |
| 2671 | 2025-09-18T23:21:04.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2025-09-18T23:21:04.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2025-09-18T23:21:04.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2674 | 2025-09-18T23:21:04.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2675 | 2025-09-18T23:21:04.751Z | |
| 2676 | 2025-09-18T23:21:04.751Z | info: running `cargo check --bins` on gateway-types (58/227) |
| 2677 | 2025-09-18T23:21:05.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2025-09-18T23:21:05.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2025-09-18T23:21:05.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2680 | 2025-09-18T23:21:05.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2681 | 2025-09-18T23:21:05.995Z | |
| 2682 | 2025-09-18T23:21:05.995Z | info: running `cargo check --bins` on internal-dns-types (59/227) |
| 2683 | 2025-09-18T23:21:07.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2684 | 2025-09-18T23:21:07.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2685 | 2025-09-18T23:21:07.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2686 | 2025-09-18T23:21:07.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2687 | 2025-09-18T23:21:07.240Z | |
| 2688 | 2025-09-18T23:21:07.240Z | info: running `cargo check --bins` on nexus-sled-agent-shared (60/227) |
| 2689 | 2025-09-18T23:21:08.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2690 | 2025-09-18T23:21:08.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2691 | 2025-09-18T23:21:08.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2692 | 2025-09-18T23:21:08.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2693 | 2025-09-18T23:21:08.411Z | |
| 2694 | 2025-09-18T23:21:08.411Z | info: running `cargo check --bins` on omicron-passwords (61/227) |
| 2695 | 2025-09-18T23:21:09.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2696 | 2025-09-18T23:21:09.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2697 | 2025-09-18T23:21:09.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2698 | 2025-09-18T23:21:09.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2699 | 2025-09-18T23:21:09.662Z | |
| 2700 | 2025-09-18T23:21:09.662Z | info: running `cargo check --bins` on oxql-types (62/227) |
| 2701 | 2025-09-18T23:21:10.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2702 | 2025-09-18T23:21:10.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2703 | 2025-09-18T23:21:10.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2704 | 2025-09-18T23:21:10.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2705 | 2025-09-18T23:21:10.979Z | |
| 2706 | 2025-09-18T23:21:10.979Z | info: running `cargo check --bins` on oximeter-types (63/227) |
| 2707 | 2025-09-18T23:21:12.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2708 | 2025-09-18T23:21:12.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2709 | 2025-09-18T23:21:12.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2710 | 2025-09-18T23:21:12.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2711 | 2025-09-18T23:21:12.259Z | |
| 2712 | 2025-09-18T23:21:12.259Z | info: running `cargo check --bins` on oximeter-macro-impl (64/227) |
| 2713 | 2025-09-18T23:21:13.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2714 | 2025-09-18T23:21:13.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2715 | 2025-09-18T23:21:13.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2716 | 2025-09-18T23:21:13.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2717 | 2025-09-18T23:21:13.393Z | |
| 2718 | 2025-09-18T23:21:13.393Z | info: running `cargo check --bins` on update-engine (65/227) |
| 2719 | 2025-09-18T23:21:14.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2720 | 2025-09-18T23:21:14.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2721 | 2025-09-18T23:21:14.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2722 | 2025-09-18T23:21:14.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2723 | 2025-09-18T23:21:14.714Z | |
| 2724 | 2025-09-18T23:21:14.714Z | info: running `cargo check --bins` on omicron-rpaths (66/227) |
| 2725 | 2025-09-18T23:21:15.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2726 | 2025-09-18T23:21:15.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2727 | 2025-09-18T23:21:15.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2728 | 2025-09-18T23:21:15.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2729 | 2025-09-18T23:21:15.937Z | |
| 2730 | 2025-09-18T23:21:15.937Z | info: running `cargo check --bins` on omicron-certificates (67/227) |
| 2731 | 2025-09-18T23:21:17.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2732 | 2025-09-18T23:21:17.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2733 | 2025-09-18T23:21:17.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2734 | 2025-09-18T23:21:17.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2735 | 2025-09-18T23:21:17.151Z | |
| 2736 | 2025-09-18T23:21:17.151Z | info: running `cargo check --bins` on omicron-clickhouse-admin (68/227) |
| 2737 | 2025-09-18T23:21:18.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2738 | 2025-09-18T23:21:18.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2739 | 2025-09-18T23:21:18.579Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2740 | 2025-09-18T23:21:18.604Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2741 | 2025-09-18T23:21:18.645Z | Compiling tempfile v3.20.0 |
| 2742 | 2025-09-18T23:21:18.675Z | Compiling wait-timeout v0.2.0 |
| 2743 | 2025-09-18T23:21:18.675Z | Compiling bit-vec v0.8.0 |
| 2744 | 2025-09-18T23:21:18.675Z | Compiling quick-error v1.2.3 |
| 2745 | 2025-09-18T23:21:18.675Z | Compiling match_cfg v0.1.0 |
| 2746 | 2025-09-18T23:21:18.675Z | Compiling rustls v0.22.4 |
| 2747 | 2025-09-18T23:21:18.791Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2748 | 2025-09-18T23:21:18.849Z | Compiling hostname v0.3.1 |
| 2749 | 2025-09-18T23:21:18.898Z | Compiling progenitor-client v0.9.1 |
| 2750 | 2025-09-18T23:21:19.113Z | Compiling toml_parser v1.0.2 |
| 2751 | 2025-09-18T23:21:19.177Z | Compiling bit-set v0.8.0 |
| 2752 | 2025-09-18T23:21:19.254Z | Compiling rusty-fork v0.3.0 |
| 2753 | 2025-09-18T23:21:19.280Z | Compiling slog-json v2.6.1 |
| 2754 | 2025-09-18T23:21:19.313Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2755 | 2025-09-18T23:21:19.458Z | Compiling rand_xorshift v0.4.0 |
| 2756 | 2025-09-18T23:21:19.483Z | Compiling hex v0.4.3 |
| 2757 | 2025-09-18T23:21:19.555Z | Compiling toml_datetime v0.7.0 |
| 2758 | 2025-09-18T23:21:19.661Z | Compiling serde_spanned v1.0.0 |
| 2759 | 2025-09-18T23:21:19.792Z | Compiling toml_writer v1.0.2 |
| 2760 | 2025-09-18T23:21:20.001Z | Compiling unarray v0.1.4 |
| 2761 | 2025-09-18T23:21:20.028Z | Compiling slog-bunyan v2.5.0 |
| 2762 | 2025-09-18T23:21:20.125Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2763 | 2025-09-18T23:21:20.228Z | Compiling proptest v1.7.0 |
| 2764 | 2025-09-18T23:21:20.255Z | Compiling toml v0.9.5 |
| 2765 | 2025-09-18T23:21:20.282Z | Compiling progenitor v0.9.1 |
| 2766 | 2025-09-18T23:21:20.310Z | Compiling async-stream v0.3.6 |
| 2767 | 2025-09-18T23:21:20.341Z | Compiling multer v3.1.0 |
| 2768 | 2025-09-18T23:21:20.577Z | Compiling ref-cast v1.0.24 |
| 2769 | 2025-09-18T23:21:20.664Z | Compiling waitgroup v0.1.2 |
| 2770 | 2025-09-18T23:21:20.713Z | Compiling rustls-pemfile v2.2.0 |
| 2771 | 2025-09-18T23:21:20.759Z | Compiling hashbrown v0.16.0 |
| 2772 | 2025-09-18T23:21:20.931Z | Compiling serde_path_to_error v0.1.17 |
| 2773 | 2025-09-18T23:21:21.110Z | Compiling hostname v0.4.0 |
| 2774 | 2025-09-18T23:21:21.351Z | Compiling instant v0.1.13 |
| 2775 | 2025-09-18T23:21:21.377Z | Compiling debug-ignore v1.0.5 |
| 2776 | 2025-09-18T23:21:21.530Z | Compiling foldhash v0.2.0 |
| 2777 | 2025-09-18T23:21:21.572Z | Compiling backoff v0.4.0 |
| 2778 | 2025-09-18T23:21:21.699Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2779 | 2025-09-18T23:21:21.967Z | Compiling iddqd v0.3.13 |
| 2780 | 2025-09-18T23:21:21.997Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2781 | 2025-09-18T23:21:22.028Z | Compiling parse-display v0.10.0 |
| 2782 | 2025-09-18T23:21:22.230Z | Compiling serde_with v3.14.0 |
| 2783 | 2025-09-18T23:21:23.003Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2784 | 2025-09-18T23:21:23.527Z | Compiling tokio-rustls v0.25.0 |
| 2785 | 2025-09-18T23:21:23.783Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2786 | 2025-09-18T23:21:24.055Z | Compiling dropshot v0.16.4 |
| 2787 | 2025-09-18T23:21:24.278Z | Compiling progenitor-client v0.10.0 |
| 2788 | 2025-09-18T23:21:24.841Z | Compiling num-rational v0.4.2 |
| 2789 | 2025-09-18T23:21:25.274Z | Compiling num-complex v0.4.6 |
| 2790 | 2025-09-18T23:21:25.970Z | Compiling macaddr v1.0.1 |
| 2791 | 2025-09-18T23:21:26.264Z | Compiling num v0.4.3 |
| 2792 | 2025-09-18T23:21:26.333Z | Compiling float-ord v0.3.2 |
| 2793 | 2025-09-18T23:21:26.408Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2794 | 2025-09-18T23:21:26.434Z | Compiling toml v0.8.23 |
| 2795 | 2025-09-18T23:21:26.530Z | Checking siphasher v1.0.1 |
| 2796 | 2025-09-18T23:21:26.839Z | Checking linked-hash-map v0.5.6 |
| 2797 | 2025-09-18T23:21:27.153Z | Checking phf_shared v0.12.1 |
| 2798 | 2025-09-18T23:21:27.185Z | Checking lru-cache v0.1.2 |
| 2799 | 2025-09-18T23:21:27.391Z | Checking resolv-conf v0.7.0 |
| 2800 | 2025-09-18T23:21:27.420Z | Checking hickory-proto v0.24.4 |
| 2801 | 2025-09-18T23:21:27.562Z | Checking prettyplease v0.2.36 |
| 2802 | 2025-09-18T23:21:27.766Z | Compiling slog-dtrace v0.3.0 |
| 2803 | 2025-09-18T23:21:27.926Z | Compiling chrono-tz v0.10.4 |
| 2804 | 2025-09-18T23:21:28.198Z | Checking phf v0.12.1 |
| 2805 | 2025-09-18T23:21:28.272Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2806 | 2025-09-18T23:21:28.497Z | Compiling const_format_proc_macros v0.2.34 |
| 2807 | 2025-09-18T23:21:28.775Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2025-09-18T23:21:28.872Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2809 | 2025-09-18T23:21:29.852Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2810 | 2025-09-18T23:21:30.423Z | Checking const_format v0.2.34 |
| 2811 | 2025-09-18T23:21:30.661Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2812 | 2025-09-18T23:21:30.954Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2813 | 2025-09-18T23:21:31.110Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2814 | 2025-09-18T23:21:31.326Z | Checking gethostname v0.5.0 |
| 2815 | 2025-09-18T23:21:31.475Z | Checking bcs v0.1.6 |
| 2816 | 2025-09-18T23:21:31.797Z | Checking hickory-resolver v0.24.4 |
| 2817 | 2025-09-18T23:21:31.968Z | Checking nanorand v0.7.0 |
| 2818 | 2025-09-18T23:21:32.348Z | Checking termtree v0.5.1 |
| 2819 | 2025-09-18T23:21:32.588Z | Checking flume v0.11.1 |
| 2820 | 2025-09-18T23:21:33.106Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2821 | 2025-09-18T23:21:33.327Z | Checking qorb v0.4.1 |
| 2822 | 2025-09-18T23:21:33.552Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2823 | 2025-09-18T23:21:33.976Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2824 | 2025-09-18T23:21:34.094Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2825 | 2025-09-18T23:21:47.290Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2826 | 2025-09-18T23:21:51.833Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2827 | 2025-09-18T23:21:55.925Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2828 | 2025-09-18T23:21:57.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.70s |
| 2829 | 2025-09-18T23:21:58.081Z | |
| 2830 | 2025-09-18T23:21:58.081Z | info: running `cargo check --bins` on clickhouse-admin-api (69/227) |
| 2831 | 2025-09-18T23:21:59.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-09-18T23:21:59.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-09-18T23:21:59.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2025-09-18T23:21:59.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2835 | 2025-09-18T23:21:59.346Z | |
| 2836 | 2025-09-18T23:21:59.346Z | info: running `cargo check --bins` on openapi-manager-types (70/227) |
| 2837 | 2025-09-18T23:22:00.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2025-09-18T23:22:00.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2025-09-18T23:22:00.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2025-09-18T23:22:00.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2841 | 2025-09-18T23:22:00.507Z | |
| 2842 | 2025-09-18T23:22:00.507Z | info: running `cargo check --bins --no-default-features` on oximeter-db (71/227) |
| 2843 | 2025-09-18T23:22:01.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2025-09-18T23:22:01.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2025-09-18T23:22:01.814Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2025-09-18T23:22:02.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
| 2847 | 2025-09-18T23:22:02.836Z | |
| 2848 | 2025-09-18T23:22:02.836Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (72/227) |
| 2849 | 2025-09-18T23:22:03.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2025-09-18T23:22:04.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2025-09-18T23:22:04.200Z | Compiling cfg_aliases v0.1.1 |
| 2852 | 2025-09-18T23:22:04.200Z | Compiling convert_case v0.7.1 |
| 2853 | 2025-09-18T23:22:04.225Z | Compiling vte_generate_state_changes v0.1.2 |
| 2854 | 2025-09-18T23:22:04.226Z | Checking fd-lock v4.0.2 |
| 2855 | 2025-09-18T23:22:04.226Z | Checking nibble_vec v0.1.0 |
| 2856 | 2025-09-18T23:22:04.250Z | Checking endian-type v0.1.2 |
| 2857 | 2025-09-18T23:22:04.349Z | Compiling peg-macros v0.8.5 |
| 2858 | 2025-09-18T23:22:04.374Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2025-09-18T23:22:04.374Z | Compiling nix v0.28.0 |
| 2860 | 2025-09-18T23:22:04.464Z | Compiling sqlparser_derive v0.2.2 |
| 2861 | 2025-09-18T23:22:04.564Z | Checking nu-ansi-term v0.50.1 |
| 2862 | 2025-09-18T23:22:04.595Z | Checking radix_trie v0.2.1 |
| 2863 | 2025-09-18T23:22:04.897Z | Checking vte v0.11.1 |
| 2864 | 2025-09-18T23:22:05.007Z | Checking unicode_categories v0.1.1 |
| 2865 | 2025-09-18T23:22:05.148Z | Checking home v0.5.9 |
| 2866 | 2025-09-18T23:22:05.173Z | Compiling derive_more-impl v2.0.1 |
| 2867 | 2025-09-18T23:22:05.339Z | Checking sqlformat v0.3.5 |
| 2868 | 2025-09-18T23:22:05.364Z | Checking display-error-chain v0.2.2 |
| 2869 | 2025-09-18T23:22:05.536Z | Checking sqlparser v0.45.0 |
| 2870 | 2025-09-18T23:22:06.200Z | Checking strip-ansi-escapes v0.2.0 |
| 2871 | 2025-09-18T23:22:06.375Z | Checking reedline v0.40.0 |
| 2872 | 2025-09-18T23:22:06.804Z | Checking peg v0.8.5 |
| 2873 | 2025-09-18T23:22:06.913Z | Checking derive_more v2.0.1 |
| 2874 | 2025-09-18T23:22:07.044Z | Checking crossterm v0.29.0 |
| 2875 | 2025-09-18T23:22:07.557Z | Checking rustyline v14.0.0 |
| 2876 | 2025-09-18T23:22:21.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s |
| 2877 | 2025-09-18T23:22:21.546Z | |
| 2878 | 2025-09-18T23:22:21.547Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (73/227) |
| 2879 | 2025-09-18T23:22:22.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2025-09-18T23:22:22.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2025-09-18T23:22:22.811Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2882 | 2025-09-18T23:22:31.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.65s |
| 2883 | 2025-09-18T23:22:31.411Z | |
| 2884 | 2025-09-18T23:22:31.411Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (74/227) |
| 2885 | 2025-09-18T23:22:32.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2025-09-18T23:22:32.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2025-09-18T23:22:32.621Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2888 | 2025-09-18T23:22:37.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s |
| 2889 | 2025-09-18T23:22:38.105Z | |
| 2890 | 2025-09-18T23:22:38.106Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (75/227) |
| 2891 | 2025-09-18T23:22:39.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2025-09-18T23:22:39.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2025-09-18T23:22:39.290Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2894 | 2025-09-18T23:22:46.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s |
| 2895 | 2025-09-18T23:22:46.569Z | |
| 2896 | 2025-09-18T23:22:46.569Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (76/227) |
| 2897 | 2025-09-18T23:22:47.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2025-09-18T23:22:47.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2025-09-18T23:22:47.778Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2900 | 2025-09-18T23:22:54.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s |
| 2901 | 2025-09-18T23:22:54.971Z | |
| 2902 | 2025-09-18T23:22:54.971Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (77/227) |
| 2903 | 2025-09-18T23:22:55.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2025-09-18T23:22:55.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2025-09-18T23:22:56.169Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2906 | 2025-09-18T23:23:01.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
| 2907 | 2025-09-18T23:23:01.508Z | |
| 2908 | 2025-09-18T23:23:01.508Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (78/227) |
| 2909 | 2025-09-18T23:23:02.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-09-18T23:23:02.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-09-18T23:23:02.629Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2912 | 2025-09-18T23:23:07.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 2913 | 2025-09-18T23:23:08.085Z | |
| 2914 | 2025-09-18T23:23:08.086Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (79/227) |
| 2915 | 2025-09-18T23:23:09.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-09-18T23:23:09.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-09-18T23:23:09.306Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2918 | 2025-09-18T23:23:16.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s |
| 2919 | 2025-09-18T23:23:16.675Z | |
| 2920 | 2025-09-18T23:23:16.675Z | info: running `cargo check --bins` on oximeter (80/227) |
| 2921 | 2025-09-18T23:23:17.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-09-18T23:23:17.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-09-18T23:23:17.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2025-09-18T23:23:17.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2925 | 2025-09-18T23:23:17.787Z | |
| 2926 | 2025-09-18T23:23:17.787Z | info: running `cargo check --bins` on oximeter-schema (81/227) |
| 2927 | 2025-09-18T23:23:18.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-09-18T23:23:18.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-09-18T23:23:19.006Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2930 | 2025-09-18T23:23:20.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 2931 | 2025-09-18T23:23:20.601Z | |
| 2932 | 2025-09-18T23:23:20.601Z | info: running `cargo check --bins` on oximeter-timeseries-macro (82/227) |
| 2933 | 2025-09-18T23:23:21.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-09-18T23:23:21.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-09-18T23:23:21.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2025-09-18T23:23:21.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2937 | 2025-09-18T23:23:21.762Z | |
| 2938 | 2025-09-18T23:23:21.762Z | info: running `cargo check --bins` on oximeter-test-utils (83/227) |
| 2939 | 2025-09-18T23:23:22.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-09-18T23:23:22.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-09-18T23:23:22.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2025-09-18T23:23:22.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2943 | 2025-09-18T23:23:23.000Z | |
| 2944 | 2025-09-18T23:23:23.000Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (84/227) |
| 2945 | 2025-09-18T23:23:24.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2025-09-18T23:23:24.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2025-09-18T23:23:24.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2025-09-18T23:23:24.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2949 | 2025-09-18T23:23:24.209Z | |
| 2950 | 2025-09-18T23:23:24.209Z | info: running `cargo check --bins` on bootstrap-agent-client (85/227) |
| 2951 | 2025-09-18T23:23:25.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-09-18T23:23:25.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-09-18T23:23:25.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2025-09-18T23:23:25.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2955 | 2025-09-18T23:23:25.351Z | |
| 2956 | 2025-09-18T23:23:25.351Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (86/227) |
| 2957 | 2025-09-18T23:23:26.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-09-18T23:23:26.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-09-18T23:23:26.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-09-18T23:23:26.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2961 | 2025-09-18T23:23:26.495Z | |
| 2962 | 2025-09-18T23:23:26.495Z | info: running `cargo check --bins` on clickhouse-admin-server-client (87/227) |
| 2963 | 2025-09-18T23:23:27.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-09-18T23:23:27.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-09-18T23:23:27.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-09-18T23:23:27.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2967 | 2025-09-18T23:23:27.655Z | |
| 2968 | 2025-09-18T23:23:27.655Z | info: running `cargo check --bins` on clickhouse-admin-single-client (88/227) |
| 2969 | 2025-09-18T23:23:28.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-09-18T23:23:28.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-09-18T23:23:28.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-09-18T23:23:28.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2973 | 2025-09-18T23:23:28.885Z | |
| 2974 | 2025-09-18T23:23:28.885Z | info: running `cargo check --bins` on cockroach-admin-client (89/227) |
| 2975 | 2025-09-18T23:23:29.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-09-18T23:23:29.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-09-18T23:23:29.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-09-18T23:23:29.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2979 | 2025-09-18T23:23:30.028Z | |
| 2980 | 2025-09-18T23:23:30.028Z | info: running `cargo check --bins` on omicron-ddm-admin-client (90/227) |
| 2981 | 2025-09-18T23:23:31.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-09-18T23:23:31.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-09-18T23:23:31.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2984 | 2025-09-18T23:23:31.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2985 | 2025-09-18T23:23:31.227Z | |
| 2986 | 2025-09-18T23:23:31.227Z | info: running `cargo check --bins` on dns-service-client (91/227) |
| 2987 | 2025-09-18T23:23:32.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2025-09-18T23:23:32.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2025-09-18T23:23:32.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2990 | 2025-09-18T23:23:32.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 2991 | 2025-09-18T23:23:32.427Z | |
| 2992 | 2025-09-18T23:23:32.427Z | info: running `cargo check --bins` on installinator-client (92/227) |
| 2993 | 2025-09-18T23:23:33.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2025-09-18T23:23:33.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2025-09-18T23:23:33.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2996 | 2025-09-18T23:23:33.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2997 | 2025-09-18T23:23:33.662Z | |
| 2998 | 2025-09-18T23:23:33.662Z | info: running `cargo check --bins` on installinator-common (93/227) |
| 2999 | 2025-09-18T23:23:34.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2025-09-18T23:23:34.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2025-09-18T23:23:34.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3002 | 2025-09-18T23:23:34.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3003 | 2025-09-18T23:23:34.868Z | |
| 3004 | 2025-09-18T23:23:34.868Z | info: running `cargo check --bins` on nexus-client (94/227) |
| 3005 | 2025-09-18T23:23:35.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2025-09-18T23:23:35.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2025-09-18T23:23:35.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2025-09-18T23:23:35.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3009 | 2025-09-18T23:23:36.085Z | |
| 3010 | 2025-09-18T23:23:36.085Z | info: running `cargo check --bins` on ntp-admin-client (95/227) |
| 3011 | 2025-09-18T23:23:37.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2025-09-18T23:23:37.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2025-09-18T23:23:37.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2025-09-18T23:23:37.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3015 | 2025-09-18T23:23:37.161Z | |
| 3016 | 2025-09-18T23:23:37.161Z | info: running `cargo check --bins` on oxide-client (96/227) |
| 3017 | 2025-09-18T23:23:38.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2025-09-18T23:23:38.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2025-09-18T23:23:38.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2025-09-18T23:23:38.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3021 | 2025-09-18T23:23:38.301Z | |
| 3022 | 2025-09-18T23:23:38.301Z | info: running `cargo check --bins` on oximeter-client (97/227) |
| 3023 | 2025-09-18T23:23:39.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2025-09-18T23:23:39.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2025-09-18T23:23:39.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2025-09-18T23:23:39.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3027 | 2025-09-18T23:23:39.450Z | |
| 3028 | 2025-09-18T23:23:39.450Z | info: running `cargo check --bins` on repo-depot-client (98/227) |
| 3029 | 2025-09-18T23:23:40.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2025-09-18T23:23:40.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2025-09-18T23:23:40.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2025-09-18T23:23:40.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3033 | 2025-09-18T23:23:40.588Z | |
| 3034 | 2025-09-18T23:23:40.588Z | info: running `cargo check --bins` on sled-agent-client (99/227) |
| 3035 | 2025-09-18T23:23:41.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2025-09-18T23:23:41.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2025-09-18T23:23:41.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2025-09-18T23:23:41.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3039 | 2025-09-18T23:23:41.761Z | |
| 3040 | 2025-09-18T23:23:41.761Z | info: running `cargo check --bins` on sled-agent-types (100/227) |
| 3041 | 2025-09-18T23:23:42.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2025-09-18T23:23:42.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2025-09-18T23:23:42.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2025-09-18T23:23:42.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3045 | 2025-09-18T23:23:42.927Z | |
| 3046 | 2025-09-18T23:23:42.927Z | info: running `cargo check --bins` on wicketd-client (101/227) |
| 3047 | 2025-09-18T23:23:44.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2025-09-18T23:23:44.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2025-09-18T23:23:44.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2025-09-18T23:23:44.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3051 | 2025-09-18T23:23:44.136Z | |
| 3052 | 2025-09-18T23:23:44.136Z | info: running `cargo check --bins` on wicket-common (102/227) |
| 3053 | 2025-09-18T23:23:45.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2025-09-18T23:23:45.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2025-09-18T23:23:45.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2025-09-18T23:23:45.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3057 | 2025-09-18T23:23:45.325Z | |
| 3058 | 2025-09-18T23:23:45.325Z | info: running `cargo check --bins` on omicron-cockroach-admin (103/227) |
| 3059 | 2025-09-18T23:23:46.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2025-09-18T23:23:46.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2025-09-18T23:23:46.525Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3062 | 2025-09-18T23:23:46.525Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3063 | 2025-09-18T23:23:46.550Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3064 | 2025-09-18T23:23:46.772Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3065 | 2025-09-18T23:23:46.837Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3066 | 2025-09-18T23:23:48.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 3067 | 2025-09-18T23:23:49.090Z | |
| 3068 | 2025-09-18T23:23:49.090Z | info: running `cargo check --bins` on cockroach-admin-api (104/227) |
| 3069 | 2025-09-18T23:23:50.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2025-09-18T23:23:50.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2025-09-18T23:23:50.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2025-09-18T23:23:50.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3073 | 2025-09-18T23:23:50.240Z | |
| 3074 | 2025-09-18T23:23:50.241Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227) |
| 3075 | 2025-09-18T23:23:51.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2025-09-18T23:23:51.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2025-09-18T23:23:51.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2025-09-18T23:23:51.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3079 | 2025-09-18T23:23:51.656Z | |
| 3080 | 2025-09-18T23:23:51.656Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227) |
| 3081 | 2025-09-18T23:23:52.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2025-09-18T23:23:52.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2025-09-18T23:23:52.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2025-09-18T23:23:52.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3085 | 2025-09-18T23:23:53.072Z | |
| 3086 | 2025-09-18T23:23:53.072Z | info: running `cargo check --bins` on dns-server (107/227) |
| 3087 | 2025-09-18T23:23:54.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2025-09-18T23:23:54.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2025-09-18T23:23:54.386Z | Compiling parking_lot_core v0.8.6 |
| 3090 | 2025-09-18T23:23:54.386Z | Compiling moka v0.12.10 |
| 3091 | 2025-09-18T23:23:54.411Z | Checking tagptr v0.2.0 |
| 3092 | 2025-09-18T23:23:54.411Z | Checking prefix-trie v0.7.0 |
| 3093 | 2025-09-18T23:23:54.411Z | Checking fxhash v0.2.1 |
| 3094 | 2025-09-18T23:23:54.411Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3095 | 2025-09-18T23:23:54.411Z | Checking hickory-client v0.25.2 |
| 3096 | 2025-09-18T23:23:54.436Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3097 | 2025-09-18T23:23:55.224Z | Checking hickory-server v0.25.2 |
| 3098 | 2025-09-18T23:23:55.275Z | Checking parking_lot v0.11.2 |
| 3099 | 2025-09-18T23:23:55.629Z | Checking sled v0.34.7 |
| 3100 | 2025-09-18T23:23:56.088Z | Checking hickory-resolver v0.25.2 |
| 3101 | 2025-09-18T23:23:58.219Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3102 | 2025-09-18T23:24:00.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s |
| 3103 | 2025-09-18T23:24:00.481Z | |
| 3104 | 2025-09-18T23:24:00.481Z | info: running `cargo check --bins` on dns-server-api (108/227) |
| 3105 | 2025-09-18T23:24:01.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2025-09-18T23:24:01.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2025-09-18T23:24:01.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2025-09-18T23:24:01.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3109 | 2025-09-18T23:24:01.612Z | |
| 3110 | 2025-09-18T23:24:01.612Z | info: running `cargo check --bins` on gateway-test-utils (109/227) |
| 3111 | 2025-09-18T23:24:02.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2025-09-18T23:24:02.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2025-09-18T23:24:02.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2025-09-18T23:24:02.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3115 | 2025-09-18T23:24:02.841Z | |
| 3116 | 2025-09-18T23:24:02.841Z | info: running `cargo check --bins` on omicron-gateway (110/227) |
| 3117 | 2025-09-18T23:24:03.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2025-09-18T23:24:04.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2025-09-18T23:24:04.290Z | Compiling radium v0.7.0 |
| 3120 | 2025-09-18T23:24:04.314Z | Compiling zerocopy-derive v0.6.6 |
| 3121 | 2025-09-18T23:24:04.339Z | Compiling maybe-uninit v2.0.0 |
| 3122 | 2025-09-18T23:24:04.370Z | Checking tap v1.0.1 |
| 3123 | 2025-09-18T23:24:04.395Z | Compiling packed_struct v0.10.1 |
| 3124 | 2025-09-18T23:24:04.421Z | Checking crc-catalog v2.4.0 |
| 3125 | 2025-09-18T23:24:04.421Z | Checking funty v2.0.0 |
| 3126 | 2025-09-18T23:24:04.466Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3127 | 2025-09-18T23:24:04.566Z | Checking wyz v0.5.1 |
| 3128 | 2025-09-18T23:24:04.598Z | Checking crc v3.2.1 |
| 3129 | 2025-09-18T23:24:04.905Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3130 | 2025-09-18T23:24:04.962Z | Compiling packed_struct_codegen v0.10.1 |
| 3131 | 2025-09-18T23:24:05.063Z | Compiling indexmap v1.9.3 |
| 3132 | 2025-09-18T23:24:05.088Z | Checking nodrop v0.1.14 |
| 3133 | 2025-09-18T23:24:05.185Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3134 | 2025-09-18T23:24:05.253Z | Checking array-init v0.0.4 |
| 3135 | 2025-09-18T23:24:05.278Z | Checking bitvec v1.0.1 |
| 3136 | 2025-09-18T23:24:05.437Z | Checking smallvec v0.6.14 |
| 3137 | 2025-09-18T23:24:05.572Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3138 | 2025-09-18T23:24:05.597Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3139 | 2025-09-18T23:24:05.821Z | Checking hashbrown v0.12.3 |
| 3140 | 2025-09-18T23:24:06.124Z | Checking termcolor v1.4.1 |
| 3141 | 2025-09-18T23:24:06.148Z | Checking zerocopy v0.6.6 |
| 3142 | 2025-09-18T23:24:06.374Z | Checking bitfield v0.14.0 |
| 3143 | 2025-09-18T23:24:06.519Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3144 | 2025-09-18T23:24:06.646Z | Checking env_logger v0.10.2 |
| 3145 | 2025-09-18T23:24:06.779Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3146 | 2025-09-18T23:24:06.910Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3147 | 2025-09-18T23:24:07.066Z | Checking ron v0.8.1 |
| 3148 | 2025-09-18T23:24:07.094Z | Checking serde-hex v0.1.0 |
| 3149 | 2025-09-18T23:24:07.178Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3150 | 2025-09-18T23:24:07.305Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3151 | 2025-09-18T23:24:07.410Z | Checking hashbrown v0.13.2 |
| 3152 | 2025-09-18T23:24:08.078Z | Checking half v2.4.1 |
| 3153 | 2025-09-18T23:24:08.267Z | Checking ciborium-io v0.2.2 |
| 3154 | 2025-09-18T23:24:08.407Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3155 | 2025-09-18T23:24:08.433Z | Checking crc-any v2.5.0 |
| 3156 | 2025-09-18T23:24:08.560Z | Checking ciborium-ll v0.2.2 |
| 3157 | 2025-09-18T23:24:08.799Z | Checking object v0.30.4 |
| 3158 | 2025-09-18T23:24:08.843Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3159 | 2025-09-18T23:24:08.917Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3160 | 2025-09-18T23:24:09.153Z | Checking half v1.8.3 |
| 3161 | 2025-09-18T23:24:09.257Z | Checking void v1.0.2 |
| 3162 | 2025-09-18T23:24:09.328Z | Checking path-slash v0.1.5 |
| 3163 | 2025-09-18T23:24:09.530Z | Checking lzss v0.8.2 |
| 3164 | 2025-09-18T23:24:09.555Z | Checking tungstenite v0.23.0 |
| 3165 | 2025-09-18T23:24:09.579Z | Checking serde_cbor v0.11.2 |
| 3166 | 2025-09-18T23:24:10.411Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3167 | 2025-09-18T23:24:10.436Z | Checking ciborium v0.2.2 |
| 3168 | 2025-09-18T23:24:10.436Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3169 | 2025-09-18T23:24:10.436Z | Checking nix v0.27.1 |
| 3170 | 2025-09-18T23:24:11.200Z | Checking kstat-rs v0.2.4 |
| 3171 | 2025-09-18T23:24:11.227Z | Checking serde_bytes v0.11.17 |
| 3172 | 2025-09-18T23:24:11.227Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3173 | 2025-09-18T23:24:11.228Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3174 | 2025-09-18T23:24:11.228Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3175 | 2025-09-18T23:24:11.228Z | Checking tokio-tungstenite v0.23.1 |
| 3176 | 2025-09-18T23:24:11.228Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3177 | 2025-09-18T23:24:11.228Z | Checking signal-hook-tokio v0.3.1 |
| 3178 | 2025-09-18T23:24:12.258Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3179 | 2025-09-18T23:24:17.487Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3180 | 2025-09-18T23:24:19.348Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3181 | 2025-09-18T23:24:35.028Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3182 | 2025-09-18T23:24:47.438Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3183 | 2025-09-18T23:24:48.543Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3184 | 2025-09-18T23:24:52.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.14s |
| 3185 | 2025-09-18T23:24:53.233Z | |
| 3186 | 2025-09-18T23:24:53.234Z | info: running `cargo check --bins` on gateway-api (111/227) |
| 3187 | 2025-09-18T23:24:54.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2025-09-18T23:24:54.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2025-09-18T23:24:54.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2025-09-18T23:24:54.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3191 | 2025-09-18T23:24:54.456Z | |
| 3192 | 2025-09-18T23:24:54.457Z | info: running `cargo check --bins` on ipcc (112/227) |
| 3193 | 2025-09-18T23:24:55.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2025-09-18T23:24:55.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2025-09-18T23:24:55.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2025-09-18T23:24:55.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3197 | 2025-09-18T23:24:55.595Z | |
| 3198 | 2025-09-18T23:24:55.595Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227) |
| 3199 | 2025-09-18T23:24:56.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2025-09-18T23:24:56.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2025-09-18T23:24:56.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2025-09-18T23:24:56.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3203 | 2025-09-18T23:24:56.693Z | |
| 3204 | 2025-09-18T23:24:56.693Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227) |
| 3205 | 2025-09-18T23:24:57.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2025-09-18T23:24:57.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2025-09-18T23:24:57.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2025-09-18T23:24:57.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3209 | 2025-09-18T23:24:57.912Z | |
| 3210 | 2025-09-18T23:24:57.912Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227) |
| 3211 | 2025-09-18T23:24:58.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2025-09-18T23:24:59.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2025-09-18T23:24:59.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3214 | 2025-09-18T23:24:59.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3215 | 2025-09-18T23:24:59.127Z | |
| 3216 | 2025-09-18T23:24:59.127Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227) |
| 3217 | 2025-09-18T23:25:00.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2025-09-18T23:25:00.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2025-09-18T23:25:00.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3220 | 2025-09-18T23:25:00.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3221 | 2025-09-18T23:25:00.345Z | |
| 3222 | 2025-09-18T23:25:00.345Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227) |
| 3223 | 2025-09-18T23:25:01.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2025-09-18T23:25:01.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2025-09-18T23:25:01.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3226 | 2025-09-18T23:25:01.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3227 | 2025-09-18T23:25:01.478Z | |
| 3228 | 2025-09-18T23:25:01.478Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227) |
| 3229 | 2025-09-18T23:25:02.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2025-09-18T23:25:02.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2025-09-18T23:25:02.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3232 | 2025-09-18T23:25:02.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3233 | 2025-09-18T23:25:02.631Z | |
| 3234 | 2025-09-18T23:25:02.631Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227) |
| 3235 | 2025-09-18T23:25:03.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2025-09-18T23:25:03.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2025-09-18T23:25:03.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2025-09-18T23:25:03.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3239 | 2025-09-18T23:25:03.850Z | |
| 3240 | 2025-09-18T23:25:03.850Z | info: running `cargo check --bins` on oximeter-producer (120/227) |
| 3241 | 2025-09-18T23:25:04.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2025-09-18T23:25:04.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2025-09-18T23:25:04.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2025-09-18T23:25:04.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3245 | 2025-09-18T23:25:05.093Z | |
| 3246 | 2025-09-18T23:25:05.093Z | info: running `cargo check --bins` on internal-dns-resolver (121/227) |
| 3247 | 2025-09-18T23:25:06.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-09-18T23:25:06.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-09-18T23:25:06.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2025-09-18T23:25:06.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3251 | 2025-09-18T23:25:06.239Z | |
| 3252 | 2025-09-18T23:25:06.239Z | info: running `cargo check --bins` on sp-sim (122/227) |
| 3253 | 2025-09-18T23:25:07.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-09-18T23:25:07.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-09-18T23:25:07.492Z | Compiling nix v0.30.1 |
| 3256 | 2025-09-18T23:25:07.517Z | Checking keccak v0.1.5 |
| 3257 | 2025-09-18T23:25:07.837Z | Checking sha3 v0.10.8 |
| 3258 | 2025-09-18T23:25:09.338Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3259 | 2025-09-18T23:25:12.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s |
| 3260 | 2025-09-18T23:25:12.902Z | |
| 3261 | 2025-09-18T23:25:12.902Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227) |
| 3262 | 2025-09-18T23:25:14.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2025-09-18T23:25:14.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2025-09-18T23:25:14.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2025-09-18T23:25:14.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3266 | 2025-09-18T23:25:14.193Z | |
| 3267 | 2025-09-18T23:25:14.193Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227) |
| 3268 | 2025-09-18T23:25:15.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2025-09-18T23:25:15.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2025-09-18T23:25:15.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2025-09-18T23:25:15.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3272 | 2025-09-18T23:25:15.403Z | |
| 3273 | 2025-09-18T23:25:15.403Z | info: running `cargo check --bins` on db-macros (125/227) |
| 3274 | 2025-09-18T23:25:16.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2025-09-18T23:25:16.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2025-09-18T23:25:16.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2025-09-18T23:25:16.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3278 | 2025-09-18T23:25:16.501Z | |
| 3279 | 2025-09-18T23:25:16.501Z | info: running `cargo check --bins` on nexus-macros-common (126/227) |
| 3280 | 2025-09-18T23:25:17.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2025-09-18T23:25:17.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2025-09-18T23:25:17.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2025-09-18T23:25:17.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3284 | 2025-09-18T23:25:17.582Z | |
| 3285 | 2025-09-18T23:25:17.582Z | info: running `cargo check --bins` on nexus-auth (127/227) |
| 3286 | 2025-09-18T23:25:18.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2025-09-18T23:25:18.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2025-09-18T23:25:18.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2025-09-18T23:25:18.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3290 | 2025-09-18T23:25:18.869Z | |
| 3291 | 2025-09-18T23:25:18.869Z | info: running `cargo check --bins` on authz-macros (128/227) |
| 3292 | 2025-09-18T23:25:19.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2025-09-18T23:25:19.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2025-09-18T23:25:19.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2025-09-18T23:25:19.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3296 | 2025-09-18T23:25:19.959Z | |
| 3297 | 2025-09-18T23:25:19.959Z | info: running `cargo check --bins` on nexus-db-fixed-data (129/227) |
| 3298 | 2025-09-18T23:25:21.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2025-09-18T23:25:21.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2025-09-18T23:25:21.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2025-09-18T23:25:21.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3302 | 2025-09-18T23:25:21.135Z | |
| 3303 | 2025-09-18T23:25:21.135Z | info: running `cargo check --bins` on nexus-db-model (130/227) |
| 3304 | 2025-09-18T23:25:22.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2025-09-18T23:25:22.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2025-09-18T23:25:22.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2025-09-18T23:25:22.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3308 | 2025-09-18T23:25:22.328Z | |
| 3309 | 2025-09-18T23:25:22.328Z | info: running `cargo check --bins` on nexus-db-schema (131/227) |
| 3310 | 2025-09-18T23:25:23.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2025-09-18T23:25:23.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2025-09-18T23:25:23.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2025-09-18T23:25:23.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3314 | 2025-09-18T23:25:23.462Z | |
| 3315 | 2025-09-18T23:25:23.462Z | info: running `cargo check --bins` on nexus-defaults (132/227) |
| 3316 | 2025-09-18T23:25:24.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2025-09-18T23:25:24.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2025-09-18T23:25:24.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2025-09-18T23:25:24.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3320 | 2025-09-18T23:25:24.632Z | |
| 3321 | 2025-09-18T23:25:24.632Z | info: running `cargo check --bins` on omicron-cockroach-metrics (133/227) |
| 3322 | 2025-09-18T23:25:25.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2025-09-18T23:25:25.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2025-09-18T23:25:25.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2025-09-18T23:25:25.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3326 | 2025-09-18T23:25:25.825Z | |
| 3327 | 2025-09-18T23:25:25.825Z | info: running `cargo check --bins` on parallel-task-set (134/227) |
| 3328 | 2025-09-18T23:25:26.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2025-09-18T23:25:26.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2025-09-18T23:25:26.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2025-09-18T23:25:26.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3332 | 2025-09-18T23:25:26.909Z | |
| 3333 | 2025-09-18T23:25:26.909Z | info: running `cargo check --bins` on nexus-db-errors (135/227) |
| 3334 | 2025-09-18T23:25:27.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2025-09-18T23:25:27.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2025-09-18T23:25:27.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2025-09-18T23:25:27.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3338 | 2025-09-18T23:25:28.080Z | |
| 3339 | 2025-09-18T23:25:28.080Z | info: running `cargo check --bins` on nexus-db-lookup (136/227) |
| 3340 | 2025-09-18T23:25:29.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2025-09-18T23:25:29.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2025-09-18T23:25:29.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2025-09-18T23:25:29.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3344 | 2025-09-18T23:25:29.350Z | |
| 3345 | 2025-09-18T23:25:29.350Z | info: running `cargo check --bins` on nexus-inventory (137/227) |
| 3346 | 2025-09-18T23:25:30.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2025-09-18T23:25:30.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2025-09-18T23:25:30.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2025-09-18T23:25:30.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3350 | 2025-09-18T23:25:30.526Z | |
| 3351 | 2025-09-18T23:25:30.526Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/227) |
| 3352 | 2025-09-18T23:25:31.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2025-09-18T23:25:31.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2025-09-18T23:25:31.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2025-09-18T23:25:31.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3356 | 2025-09-18T23:25:31.683Z | |
| 3357 | 2025-09-18T23:25:31.683Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/227) |
| 3358 | 2025-09-18T23:25:32.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2025-09-18T23:25:32.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2025-09-18T23:25:32.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2025-09-18T23:25:32.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3362 | 2025-09-18T23:25:32.852Z | |
| 3363 | 2025-09-18T23:25:32.852Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227) |
| 3364 | 2025-09-18T23:25:33.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2025-09-18T23:25:33.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2025-09-18T23:25:33.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2025-09-18T23:25:33.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3368 | 2025-09-18T23:25:34.016Z | |
| 3369 | 2025-09-18T23:25:34.016Z | info: running `cargo check --bins` on key-manager (141/227) |
| 3370 | 2025-09-18T23:25:34.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2025-09-18T23:25:35.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2025-09-18T23:25:35.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2025-09-18T23:25:35.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3374 | 2025-09-18T23:25:35.114Z | |
| 3375 | 2025-09-18T23:25:35.114Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/227) |
| 3376 | 2025-09-18T23:25:36.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2025-09-18T23:25:36.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2025-09-18T23:25:36.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2025-09-18T23:25:36.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3380 | 2025-09-18T23:25:36.246Z | |
| 3381 | 2025-09-18T23:25:36.246Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227) |
| 3382 | 2025-09-18T23:25:37.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2025-09-18T23:25:37.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2025-09-18T23:25:37.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2025-09-18T23:25:37.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3386 | 2025-09-18T23:25:37.434Z | |
| 3387 | 2025-09-18T23:25:37.434Z | info: running `cargo check --bins` on typed-rng (144/227) |
| 3388 | 2025-09-18T23:25:38.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2025-09-18T23:25:38.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2025-09-18T23:25:38.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2025-09-18T23:25:38.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3392 | 2025-09-18T23:25:38.501Z | |
| 3393 | 2025-09-18T23:25:38.501Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227) |
| 3394 | 2025-09-18T23:25:39.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2025-09-18T23:25:39.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2025-09-18T23:25:39.988Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3397 | 2025-09-18T23:25:39.988Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3398 | 2025-09-18T23:25:39.988Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3399 | 2025-09-18T23:25:40.012Z | Checking universal-hash v0.5.1 |
| 3400 | 2025-09-18T23:25:40.013Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3401 | 2025-09-18T23:25:40.013Z | Checking opaque-debug v0.3.1 |
| 3402 | 2025-09-18T23:25:40.160Z | Checking chacha20 v0.9.1 |
| 3403 | 2025-09-18T23:25:40.184Z | Checking aead v0.5.2 |
| 3404 | 2025-09-18T23:25:40.261Z | Compiling unicase v2.7.0 |
| 3405 | 2025-09-18T23:25:40.286Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3406 | 2025-09-18T23:25:40.323Z | Checking poly1305 v0.8.0 |
| 3407 | 2025-09-18T23:25:40.433Z | Compiling libefi-sys v0.1.0 |
| 3408 | 2025-09-18T23:25:40.505Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3409 | 2025-09-18T23:25:40.542Z | Compiling bitfield-struct v0.6.2 |
| 3410 | 2025-09-18T23:25:40.664Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3411 | 2025-09-18T23:25:40.691Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3412 | 2025-09-18T23:25:40.821Z | Checking chacha20poly1305 v0.10.1 |
| 3413 | 2025-09-18T23:25:40.889Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3414 | 2025-09-18T23:25:41.037Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3415 | 2025-09-18T23:25:41.063Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3416 | 2025-09-18T23:25:41.149Z | Compiling salty v0.3.0 |
| 3417 | 2025-09-18T23:25:41.208Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3418 | 2025-09-18T23:25:41.624Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3419 | 2025-09-18T23:25:41.773Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3420 | 2025-09-18T23:25:41.797Z | Compiling proc-macro-error2 v2.0.1 |
| 3421 | 2025-09-18T23:25:41.848Z | Compiling num-derive v0.3.3 |
| 3422 | 2025-09-18T23:25:41.886Z | Compiling xshell-macros v0.2.7 |
| 3423 | 2025-09-18T23:25:42.334Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3424 | 2025-09-18T23:25:42.387Z | Compiling tabled_derive v0.11.0 |
| 3425 | 2025-09-18T23:25:42.533Z | Checking thiserror-no-std v2.0.2 |
| 3426 | 2025-09-18T23:25:42.605Z | Checking xshell v0.2.7 |
| 3427 | 2025-09-18T23:25:42.713Z | Checking vsss-rs v3.3.4 |
| 3428 | 2025-09-18T23:25:42.796Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3429 | 2025-09-18T23:25:42.960Z | Compiling mime_guess v2.0.5 |
| 3430 | 2025-09-18T23:25:43.145Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3431 | 2025-09-18T23:25:43.535Z | Checking libscf-sys v1.1.0 |
| 3432 | 2025-09-18T23:25:43.748Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3433 | 2025-09-18T23:25:44.259Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3434 | 2025-09-18T23:25:44.428Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3435 | 2025-09-18T23:25:44.705Z | Checking papergrid v0.17.0 |
| 3436 | 2025-09-18T23:25:44.904Z | Checking testing_table v0.3.0 |
| 3437 | 2025-09-18T23:25:45.012Z | Compiling progenitor-impl v0.11.0 |
| 3438 | 2025-09-18T23:25:45.048Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3439 | 2025-09-18T23:25:45.332Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3440 | 2025-09-18T23:25:45.988Z | Checking primeorder v0.13.6 |
| 3441 | 2025-09-18T23:25:46.368Z | Checking env_filter v0.1.2 |
| 3442 | 2025-09-18T23:25:46.400Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3443 | 2025-09-18T23:25:46.425Z | Checking p384 v0.13.0 |
| 3444 | 2025-09-18T23:25:46.458Z | Checking tabled v0.20.0 |
| 3445 | 2025-09-18T23:25:46.626Z | Checking env_logger v0.11.5 |
| 3446 | 2025-09-18T23:25:46.813Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3447 | 2025-09-18T23:25:46.948Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3448 | 2025-09-18T23:25:46.973Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3449 | 2025-09-18T23:25:47.214Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3450 | 2025-09-18T23:25:47.411Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3451 | 2025-09-18T23:25:47.776Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3452 | 2025-09-18T23:25:47.808Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3453 | 2025-09-18T23:25:47.835Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3454 | 2025-09-18T23:25:48.827Z | Checking progenitor-client v0.11.0 |
| 3455 | 2025-09-18T23:25:48.895Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3456 | 2025-09-18T23:25:48.929Z | Checking http-range v0.1.5 |
| 3457 | 2025-09-18T23:25:49.293Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3458 | 2025-09-18T23:25:49.318Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3459 | 2025-09-18T23:25:49.629Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3460 | 2025-09-18T23:25:49.802Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3461 | 2025-09-18T23:25:49.827Z | Checking secrecy v0.8.0 |
| 3462 | 2025-09-18T23:25:50.068Z | Checking atty v0.2.14 |
| 3463 | 2025-09-18T23:25:50.095Z | Checking crc8 v0.1.1 |
| 3464 | 2025-09-18T23:25:50.238Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3465 | 2025-09-18T23:25:50.445Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3466 | 2025-09-18T23:25:50.730Z | Compiling progenitor-macro v0.11.0 |
| 3467 | 2025-09-18T23:25:50.797Z | Checking hyper-staticfile v0.10.1 |
| 3468 | 2025-09-18T23:25:50.852Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3469 | 2025-09-18T23:25:50.890Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3470 | 2025-09-18T23:25:51.254Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3471 | 2025-09-18T23:25:51.313Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3472 | 2025-09-18T23:25:51.337Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3473 | 2025-09-18T23:25:51.462Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3474 | 2025-09-18T23:25:51.660Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3475 | 2025-09-18T23:25:51.737Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3476 | 2025-09-18T23:25:52.067Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3477 | 2025-09-18T23:25:52.185Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3478 | 2025-09-18T23:25:52.597Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3479 | 2025-09-18T23:25:52.622Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3480 | 2025-09-18T23:25:52.919Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3481 | 2025-09-18T23:25:53.587Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3482 | 2025-09-18T23:25:53.837Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3483 | 2025-09-18T23:25:56.430Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3484 | 2025-09-18T23:25:57.173Z | Checking progenitor v0.11.0 |
| 3485 | 2025-09-18T23:25:57.383Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3486 | 2025-09-18T23:26:08.232Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3487 | 2025-09-18T23:26:28.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s |
| 3488 | 2025-09-18T23:26:28.359Z | |
| 3489 | 2025-09-18T23:26:28.359Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227) |
| 3490 | 2025-09-18T23:26:29.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2025-09-18T23:26:29.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2025-09-18T23:26:29.707Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3493 | 2025-09-18T23:26:49.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.11s |
| 3494 | 2025-09-18T23:26:49.700Z | |
| 3495 | 2025-09-18T23:26:49.700Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227) |
| 3496 | 2025-09-18T23:26:50.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2025-09-18T23:26:50.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2025-09-18T23:26:50.993Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3499 | 2025-09-18T23:27:11.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.78s |
| 3500 | 2025-09-18T23:27:11.699Z | |
| 3501 | 2025-09-18T23:27:11.699Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227) |
| 3502 | 2025-09-18T23:27:12.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2025-09-18T23:27:12.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2025-09-18T23:27:13.045Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3505 | 2025-09-18T23:27:32.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s |
| 3506 | 2025-09-18T23:27:32.713Z | |
| 3507 | 2025-09-18T23:27:32.713Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227) |
| 3508 | 2025-09-18T23:27:33.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2025-09-18T23:27:33.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2025-09-18T23:27:34.058Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3511 | 2025-09-18T23:27:54.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.47s |
| 3512 | 2025-09-18T23:27:54.403Z | |
| 3513 | 2025-09-18T23:27:54.403Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227) |
| 3514 | 2025-09-18T23:27:55.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2025-09-18T23:27:55.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2025-09-18T23:27:55.748Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3517 | 2025-09-18T23:28:15.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.12s |
| 3518 | 2025-09-18T23:28:15.758Z | |
| 3519 | 2025-09-18T23:28:15.758Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227) |
| 3520 | 2025-09-18T23:28:16.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2025-09-18T23:28:16.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2025-09-18T23:28:17.168Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3523 | 2025-09-18T23:28:37.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.46s |
| 3524 | 2025-09-18T23:28:37.442Z | |
| 3525 | 2025-09-18T23:28:37.442Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227) |
| 3526 | 2025-09-18T23:28:38.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2025-09-18T23:28:38.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2025-09-18T23:28:38.701Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3529 | 2025-09-18T23:28:57.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.42s |
| 3530 | 2025-09-18T23:28:58.082Z | |
| 3531 | 2025-09-18T23:28:58.082Z | info: running `cargo check --bins` on bootstrap-agent-api (153/227) |
| 3532 | 2025-09-18T23:28:59.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2025-09-18T23:28:59.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2025-09-18T23:28:59.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2025-09-18T23:28:59.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3536 | 2025-09-18T23:28:59.213Z | |
| 3537 | 2025-09-18T23:28:59.213Z | info: running `cargo check --bins` on range-requests (154/227) |
| 3538 | 2025-09-18T23:29:00.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2025-09-18T23:29:00.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2025-09-18T23:29:00.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2025-09-18T23:29:00.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3542 | 2025-09-18T23:29:00.246Z | |
| 3543 | 2025-09-18T23:29:00.246Z | info: running `cargo check --bins` on repo-depot-api (155/227) |
| 3544 | 2025-09-18T23:29:01.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2025-09-18T23:29:01.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2025-09-18T23:29:01.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2025-09-18T23:29:01.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3548 | 2025-09-18T23:29:01.405Z | |
| 3549 | 2025-09-18T23:29:01.405Z | info: running `cargo check --bins` on sled-agent-api (156/227) |
| 3550 | 2025-09-18T23:29:02.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2025-09-18T23:29:02.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2025-09-18T23:29:02.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2025-09-18T23:29:02.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3554 | 2025-09-18T23:29:02.636Z | |
| 3555 | 2025-09-18T23:29:02.636Z | info: running `cargo check --bins` on sled-diagnostics (157/227) |
| 3556 | 2025-09-18T23:29:03.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2025-09-18T23:29:03.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2025-09-18T23:29:03.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2025-09-18T23:29:03.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3560 | 2025-09-18T23:29:03.801Z | |
| 3561 | 2025-09-18T23:29:03.801Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227) |
| 3562 | 2025-09-18T23:29:04.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2025-09-18T23:29:04.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2025-09-18T23:29:04.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2025-09-18T23:29:04.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3566 | 2025-09-18T23:29:05.017Z | |
| 3567 | 2025-09-18T23:29:05.018Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227) |
| 3568 | 2025-09-18T23:29:06.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2025-09-18T23:29:06.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2025-09-18T23:29:06.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2025-09-18T23:29:06.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3572 | 2025-09-18T23:29:06.213Z | |
| 3573 | 2025-09-18T23:29:06.213Z | info: running `cargo check --bins` on sled-agent-zone-images (160/227) |
| 3574 | 2025-09-18T23:29:07.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2025-09-18T23:29:07.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2025-09-18T23:29:07.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2025-09-18T23:29:07.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3578 | 2025-09-18T23:29:07.431Z | |
| 3579 | 2025-09-18T23:29:07.431Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227) |
| 3580 | 2025-09-18T23:29:08.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2025-09-18T23:29:08.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2025-09-18T23:29:08.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2025-09-18T23:29:08.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3584 | 2025-09-18T23:29:08.638Z | |
| 3585 | 2025-09-18T23:29:08.638Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/227) |
| 3586 | 2025-09-18T23:29:09.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2025-09-18T23:29:09.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2025-09-18T23:29:09.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2025-09-18T23:29:09.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3590 | 2025-09-18T23:29:09.969Z | |
| 3591 | 2025-09-18T23:29:09.969Z | info: running `cargo check --bins` on nexus-test-interface (163/227) |
| 3592 | 2025-09-18T23:29:11.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2025-09-18T23:29:11.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2025-09-18T23:29:11.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2025-09-18T23:29:11.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3596 | 2025-09-18T23:29:11.232Z | |
| 3597 | 2025-09-18T23:29:11.232Z | info: running `cargo check --bins` on oximeter-collector (164/227) |
| 3598 | 2025-09-18T23:29:12.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2025-09-18T23:29:12.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2025-09-18T23:29:12.509Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3601 | 2025-09-18T23:29:12.509Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3602 | 2025-09-18T23:29:13.624Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3603 | 2025-09-18T23:29:16.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 3604 | 2025-09-18T23:29:16.727Z | |
| 3605 | 2025-09-18T23:29:16.727Z | info: running `cargo check --bins` on oximeter-api (165/227) |
| 3606 | 2025-09-18T23:29:17.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2025-09-18T23:29:17.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2025-09-18T23:29:17.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2025-09-18T23:29:17.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3610 | 2025-09-18T23:29:17.779Z | |
| 3611 | 2025-09-18T23:29:17.779Z | info: running `cargo check --bins` on cert-dev (166/227) |
| 3612 | 2025-09-18T23:29:18.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2025-09-18T23:29:18.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2025-09-18T23:29:18.834Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3615 | 2025-09-18T23:29:19.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 3616 | 2025-09-18T23:29:19.332Z | |
| 3617 | 2025-09-18T23:29:19.333Z | info: running `cargo check --bins` on clickana (167/227) |
| 3618 | 2025-09-18T23:29:20.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2025-09-18T23:29:20.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2025-09-18T23:29:20.491Z | Checking castaway v0.2.3 |
| 3621 | 2025-09-18T23:29:20.491Z | Checking unicode-truncate v1.1.0 |
| 3622 | 2025-09-18T23:29:20.516Z | Checking lru v0.12.5 |
| 3623 | 2025-09-18T23:29:20.516Z | Compiling instability v0.3.2 |
| 3624 | 2025-09-18T23:29:20.516Z | Compiling indoc v2.0.6 |
| 3625 | 2025-09-18T23:29:20.516Z | Checking cassowary v0.3.0 |
| 3626 | 2025-09-18T23:29:20.517Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3627 | 2025-09-18T23:29:20.680Z | Checking compact_str v0.8.0 |
| 3628 | 2025-09-18T23:29:21.462Z | Checking ratatui v0.29.0 |
| 3629 | 2025-09-18T23:29:23.931Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3630 | 2025-09-18T23:29:25.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
| 3631 | 2025-09-18T23:29:25.372Z | |
| 3632 | 2025-09-18T23:29:25.372Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/227) |
| 3633 | 2025-09-18T23:29:26.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2025-09-18T23:29:26.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2025-09-18T23:29:26.656Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3636 | 2025-09-18T23:29:26.656Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3637 | 2025-09-18T23:29:28.218Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3638 | 2025-09-18T23:29:29.021Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3639 | 2025-09-18T23:29:29.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
| 3640 | 2025-09-18T23:29:29.871Z | |
| 3641 | 2025-09-18T23:29:29.871Z | info: running `cargo check --bins` on ch-dev (169/227) |
| 3642 | 2025-09-18T23:29:30.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2025-09-18T23:29:30.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2025-09-18T23:29:31.092Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3645 | 2025-09-18T23:29:32.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 3646 | 2025-09-18T23:29:32.368Z | |
| 3647 | 2025-09-18T23:29:32.368Z | info: running `cargo check --bins` on dev-tools-common (170/227) |
| 3648 | 2025-09-18T23:29:33.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2025-09-18T23:29:33.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2025-09-18T23:29:33.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2025-09-18T23:29:33.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3652 | 2025-09-18T23:29:33.145Z | |
| 3653 | 2025-09-18T23:29:33.145Z | info: running `cargo check --bins` on crdb-seed (171/227) |
| 3654 | 2025-09-18T23:29:34.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2025-09-18T23:29:34.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2025-09-18T23:29:34.352Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3657 | 2025-09-18T23:29:34.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 3658 | 2025-09-18T23:29:35.095Z | |
| 3659 | 2025-09-18T23:29:35.095Z | info: running `cargo check --bins` on db-dev (172/227) |
| 3660 | 2025-09-18T23:29:36.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2025-09-18T23:29:36.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2025-09-18T23:29:36.325Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3663 | 2025-09-18T23:29:37.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 3664 | 2025-09-18T23:29:37.603Z | |
| 3665 | 2025-09-18T23:29:37.603Z | info: running `cargo check --bins` on omicron-dev-lib (173/227) |
| 3666 | 2025-09-18T23:29:38.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2025-09-18T23:29:38.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2025-09-18T23:29:38.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2025-09-18T23:29:38.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3670 | 2025-09-18T23:29:38.763Z | |
| 3671 | 2025-09-18T23:29:38.763Z | info: running `cargo check --bins` on xtask-downloader (174/227) |
| 3672 | 2025-09-18T23:29:39.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2025-09-18T23:29:39.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2025-09-18T23:29:39.822Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3675 | 2025-09-18T23:29:40.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
| 3676 | 2025-09-18T23:29:41.147Z | |
| 3677 | 2025-09-18T23:29:41.147Z | info: running `cargo check --bins` on omicron-ls-apis (175/227) |
| 3678 | 2025-09-18T23:29:42.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2025-09-18T23:29:42.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2025-09-18T23:29:42.211Z | Checking typeid v1.0.3 |
| 3681 | 2025-09-18T23:29:42.247Z | Checking ordered-float v2.10.1 |
| 3682 | 2025-09-18T23:29:42.272Z | Checking cargo-platform v0.2.0 |
| 3683 | 2025-09-18T23:29:42.385Z | Checking erased-serde v0.4.6 |
| 3684 | 2025-09-18T23:29:42.714Z | Checking serde-value v0.7.0 |
| 3685 | 2025-09-18T23:29:43.163Z | Checking serde-untagged v0.1.7 |
| 3686 | 2025-09-18T23:29:43.488Z | Checking cargo-util-schemas v0.8.2 |
| 3687 | 2025-09-18T23:29:45.152Z | Checking cargo_metadata v0.21.0 |
| 3688 | 2025-09-18T23:29:46.571Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3689 | 2025-09-18T23:29:47.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s |
| 3690 | 2025-09-18T23:29:47.951Z | |
| 3691 | 2025-09-18T23:29:47.951Z | info: running `cargo check --bins` on mgs-dev (176/227) |
| 3692 | 2025-09-18T23:29:49.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2025-09-18T23:29:49.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2025-09-18T23:29:49.237Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3695 | 2025-09-18T23:29:51.844Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3696 | 2025-09-18T23:29:52.681Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3697 | 2025-09-18T23:29:53.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
| 3698 | 2025-09-18T23:29:53.777Z | |
| 3699 | 2025-09-18T23:29:53.777Z | info: running `cargo check --bins` on omicron-omdb (177/227) |
| 3700 | 2025-09-18T23:29:54.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2025-09-18T23:29:55.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2025-09-18T23:29:55.343Z | Compiling dirs-sys-next v0.1.2 |
| 3703 | 2025-09-18T23:29:55.343Z | Compiling crunchy v0.2.2 |
| 3704 | 2025-09-18T23:29:55.367Z | Compiling dsl_auto_type v0.1.2 |
| 3705 | 2025-09-18T23:29:55.367Z | Checking scheduled-thread-pool v0.2.7 |
| 3706 | 2025-09-18T23:29:55.392Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3707 | 2025-09-18T23:29:55.417Z | Compiling tiny-keccak v2.0.2 |
| 3708 | 2025-09-18T23:29:55.498Z | Compiling bit-vec v0.6.3 |
| 3709 | 2025-09-18T23:29:55.522Z | Compiling ena v0.14.3 |
| 3710 | 2025-09-18T23:29:55.721Z | Compiling dirs-next v2.0.0 |
| 3711 | 2025-09-18T23:29:55.781Z | Checking r2d2 v0.8.10 |
| 3712 | 2025-09-18T23:29:55.837Z | Compiling bit-set v0.5.3 |
| 3713 | 2025-09-18T23:29:55.899Z | Compiling term v0.7.0 |
| 3714 | 2025-09-18T23:29:55.926Z | Compiling diff v0.1.13 |
| 3715 | 2025-09-18T23:29:55.951Z | Compiling regex-syntax v0.6.29 |
| 3716 | 2025-09-18T23:29:56.000Z | Compiling bindgen v0.71.1 |
| 3717 | 2025-09-18T23:29:56.128Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3718 | 2025-09-18T23:29:56.158Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3719 | 2025-09-18T23:29:56.408Z | Compiling ascii-canvas v3.0.0 |
| 3720 | 2025-09-18T23:29:56.439Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3721 | 2025-09-18T23:29:56.503Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3722 | 2025-09-18T23:29:56.677Z | Compiling diesel_derives v2.2.3 |
| 3723 | 2025-09-18T23:29:56.736Z | Compiling derive_builder_core v0.20.2 |
| 3724 | 2025-09-18T23:29:56.830Z | Compiling libxml v0.3.3 |
| 3725 | 2025-09-18T23:29:56.890Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3726 | 2025-09-18T23:29:57.060Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3727 | 2025-09-18T23:29:57.224Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3728 | 2025-09-18T23:29:57.380Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3729 | 2025-09-18T23:29:57.440Z | Compiling strum_macros v0.24.3 |
| 3730 | 2025-09-18T23:29:57.517Z | Compiling indoc v1.0.9 |
| 3731 | 2025-09-18T23:29:58.275Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3732 | 2025-09-18T23:29:58.562Z | Compiling oso-derive v0.27.3 |
| 3733 | 2025-09-18T23:29:58.587Z | Compiling derive_builder_macro v0.20.2 |
| 3734 | 2025-09-18T23:29:59.174Z | Compiling lalrpop v0.19.12 |
| 3735 | 2025-09-18T23:29:59.344Z | Checking derive_builder v0.20.2 |
| 3736 | 2025-09-18T23:29:59.401Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3737 | 2025-09-18T23:29:59.550Z | Checking quick-xml v0.37.2 |
| 3738 | 2025-09-18T23:29:59.575Z | Checking maplit v1.0.2 |
| 3739 | 2025-09-18T23:29:59.738Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3740 | 2025-09-18T23:30:00.170Z | Compiling diesel-dtrace v0.4.2 |
| 3741 | 2025-09-18T23:30:00.408Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3742 | 2025-09-18T23:30:00.625Z | Checking bb8 v0.8.5 |
| 3743 | 2025-09-18T23:30:00.771Z | Checking ignore v0.4.23 |
| 3744 | 2025-09-18T23:30:01.063Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3745 | 2025-09-18T23:30:01.087Z | Checking predicates-tree v1.0.12 |
| 3746 | 2025-09-18T23:30:01.271Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3747 | 2025-09-18T23:30:01.377Z | Checking rand_seeder v0.4.0 |
| 3748 | 2025-09-18T23:30:01.442Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3749 | 2025-09-18T23:30:01.549Z | Checking globwalk v0.9.1 |
| 3750 | 2025-09-18T23:30:01.604Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3751 | 2025-09-18T23:30:01.638Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3752 | 2025-09-18T23:30:01.873Z | Checking camino-tempfile-ext v0.3.2 |
| 3753 | 2025-09-18T23:30:01.898Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3754 | 2025-09-18T23:30:02.193Z | Checking console v0.16.0 |
| 3755 | 2025-09-18T23:30:02.241Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3756 | 2025-09-18T23:30:02.752Z | Checking is_ci v1.2.0 |
| 3757 | 2025-09-18T23:30:02.910Z | Checking unit-prefix v0.5.1 |
| 3758 | 2025-09-18T23:30:02.979Z | Checking supports-color v3.0.2 |
| 3759 | 2025-09-18T23:30:03.136Z | Checking indicatif v0.18.0 |
| 3760 | 2025-09-18T23:30:03.205Z | Checking support-bundle-viewer v0.1.2 |
| 3761 | 2025-09-18T23:30:03.236Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3762 | 2025-09-18T23:30:03.487Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3763 | 2025-09-18T23:30:03.601Z | Checking multimap v0.10.1 |
| 3764 | 2025-09-18T23:30:05.140Z | Checking diesel v2.2.12 |
| 3765 | 2025-09-18T23:30:17.940Z | Compiling samael v0.0.19 |
| 3766 | 2025-09-18T23:30:31.932Z | Checking async-bb8-diesel v0.2.1 |
| 3767 | 2025-09-18T23:30:34.226Z | Compiling polar-core v0.27.3 |
| 3768 | 2025-09-18T23:30:43.420Z | Checking oso v0.27.3 |
| 3769 | 2025-09-18T23:31:44.373Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3770 | 2025-09-18T23:32:33.977Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3771 | 2025-09-18T23:32:47.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s |
| 3772 | 2025-09-18T23:32:48.225Z | |
| 3773 | 2025-09-18T23:32:48.226Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/227) |
| 3774 | 2025-09-18T23:32:49.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2025-09-18T23:32:49.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2025-09-18T23:32:49.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2025-09-18T23:32:49.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3778 | 2025-09-18T23:32:49.429Z | |
| 3779 | 2025-09-18T23:32:49.429Z | info: running `cargo check --bins` on nexus-saga-recovery (179/227) |
| 3780 | 2025-09-18T23:32:50.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2025-09-18T23:32:50.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2025-09-18T23:32:50.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3783 | 2025-09-18T23:32:50.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3784 | 2025-09-18T23:32:50.622Z | |
| 3785 | 2025-09-18T23:32:50.622Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/227) |
| 3786 | 2025-09-18T23:32:51.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2025-09-18T23:32:51.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2025-09-18T23:32:51.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3789 | 2025-09-18T23:32:51.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3790 | 2025-09-18T23:32:51.717Z | |
| 3791 | 2025-09-18T23:32:51.717Z | info: running `cargo check --bins` on omicron-nexus (181/227) |
| 3792 | 2025-09-18T23:32:52.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2025-09-18T23:32:52.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2025-09-18T23:32:53.189Z | Compiling libz-sys v1.1.20 |
| 3795 | 2025-09-18T23:32:53.228Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3796 | 2025-09-18T23:32:53.264Z | Compiling vergen v8.3.2 |
| 3797 | 2025-09-18T23:32:53.303Z | Compiling cargo-platform v0.1.8 |
| 3798 | 2025-09-18T23:32:53.328Z | Compiling fs-err v2.11.0 |
| 3799 | 2025-09-18T23:32:53.328Z | Compiling rustls v0.21.12 |
| 3800 | 2025-09-18T23:32:53.358Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3801 | 2025-09-18T23:32:53.384Z | Checking rustls-webpki v0.101.7 |
| 3802 | 2025-09-18T23:32:53.617Z | Compiling cargo_metadata v0.18.1 |
| 3803 | 2025-09-18T23:32:53.708Z | Checking sct v0.7.1 |
| 3804 | 2025-09-18T23:32:53.778Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3805 | 2025-09-18T23:32:53.945Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3806 | 2025-09-18T23:32:53.971Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3807 | 2025-09-18T23:32:54.153Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3808 | 2025-09-18T23:32:54.204Z | Checking parse-size v1.1.0 |
| 3809 | 2025-09-18T23:32:54.344Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3810 | 2025-09-18T23:32:54.379Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3811 | 2025-09-18T23:32:54.414Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3812 | 2025-09-18T23:32:54.498Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3813 | 2025-09-18T23:32:55.162Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 3814 | 2025-09-18T23:32:55.426Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3815 | 2025-09-18T23:32:55.566Z | Checking rustls-pemfile v1.0.4 |
| 3816 | 2025-09-18T23:32:55.801Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3817 | 2025-09-18T23:32:55.999Z | Checking twox-hash v2.1.0 |
| 3818 | 2025-09-18T23:32:56.118Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3819 | 2025-09-18T23:32:56.185Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3820 | 2025-09-18T23:32:56.584Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3821 | 2025-09-18T23:32:56.759Z | Checking tokio-rustls v0.24.1 |
| 3822 | 2025-09-18T23:32:57.350Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3823 | 2025-09-18T23:32:57.886Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3824 | 2025-09-18T23:32:57.961Z | Checking fatfs v0.3.6 |
| 3825 | 2025-09-18T23:32:58.052Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 3826 | 2025-09-18T23:32:58.114Z | Checking assert_matches v1.5.0 |
| 3827 | 2025-09-18T23:33:05.189Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3828 | 2025-09-18T23:33:05.215Z | Compiling git2 v0.19.0 |
| 3829 | 2025-09-18T23:33:05.418Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3830 | 2025-09-18T23:33:10.756Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3831 | 2025-09-18T23:34:48.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
| 3832 | 2025-09-18T23:34:49.162Z | |
| 3833 | 2025-09-18T23:34:49.162Z | info: running `cargo check --bins` on nexus-background-task-interface (182/227) |
| 3834 | 2025-09-18T23:34:50.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2025-09-18T23:34:50.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2025-09-18T23:34:50.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2025-09-18T23:34:50.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3838 | 2025-09-18T23:34:50.276Z | |
| 3839 | 2025-09-18T23:34:50.276Z | info: running `cargo check --bins` on nexus-external-api (183/227) |
| 3840 | 2025-09-18T23:34:51.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2025-09-18T23:34:51.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2025-09-18T23:34:51.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2025-09-18T23:34:51.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3844 | 2025-09-18T23:34:51.497Z | |
| 3845 | 2025-09-18T23:34:51.497Z | info: running `cargo check --bins` on nexus-internal-api (184/227) |
| 3846 | 2025-09-18T23:34:52.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-09-18T23:34:52.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-09-18T23:34:52.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2025-09-18T23:34:52.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3850 | 2025-09-18T23:34:52.682Z | |
| 3851 | 2025-09-18T23:34:52.683Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/227) |
| 3852 | 2025-09-18T23:34:53.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-09-18T23:34:53.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-09-18T23:34:53.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2025-09-18T23:34:53.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3856 | 2025-09-18T23:34:53.917Z | |
| 3857 | 2025-09-18T23:34:53.917Z | info: running `cargo check --bins` on nexus-mgs-updates (186/227) |
| 3858 | 2025-09-18T23:34:54.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2025-09-18T23:34:54.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2025-09-18T23:34:54.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2025-09-18T23:34:54.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3862 | 2025-09-18T23:34:55.073Z | |
| 3863 | 2025-09-18T23:34:55.073Z | info: running `cargo check --bins` on nexus-networking (187/227) |
| 3864 | 2025-09-18T23:34:56.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2025-09-18T23:34:56.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2025-09-18T23:34:56.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3867 | 2025-09-18T23:34:56.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3868 | 2025-09-18T23:34:56.281Z | |
| 3869 | 2025-09-18T23:34:56.282Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/227) |
| 3870 | 2025-09-18T23:34:57.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2025-09-18T23:34:57.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2025-09-18T23:34:57.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3873 | 2025-09-18T23:34:57.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3874 | 2025-09-18T23:34:57.515Z | |
| 3875 | 2025-09-18T23:34:57.515Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/227) |
| 3876 | 2025-09-18T23:34:58.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2025-09-18T23:34:58.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2025-09-18T23:34:58.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3879 | 2025-09-18T23:34:58.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3880 | 2025-09-18T23:34:58.701Z | |
| 3881 | 2025-09-18T23:34:58.701Z | info: running `cargo check --bins` on update-common (190/227) |
| 3882 | 2025-09-18T23:34:59.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2025-09-18T23:34:59.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2025-09-18T23:34:59.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3885 | 2025-09-18T23:34:59.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3886 | 2025-09-18T23:34:59.843Z | |
| 3887 | 2025-09-18T23:34:59.843Z | info: running `cargo check --bins` on omicron-dev (191/227) |
| 3888 | 2025-09-18T23:35:01.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2025-09-18T23:35:01.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2025-09-18T23:35:01.532Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3891 | 2025-09-18T23:35:01.557Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3892 | 2025-09-18T23:35:01.604Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3893 | 2025-09-18T23:35:01.630Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3894 | 2025-09-18T23:35:01.655Z | Checking yansi v1.0.1 |
| 3895 | 2025-09-18T23:35:01.655Z | Checking diff v0.1.13 |
| 3896 | 2025-09-18T23:35:01.655Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3897 | 2025-09-18T23:35:01.703Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3898 | 2025-09-18T23:35:02.188Z | Checking pretty_assertions v1.4.1 |
| 3899 | 2025-09-18T23:35:03.360Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3900 | 2025-09-18T23:35:49.619Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3901 | 2025-09-18T23:35:49.644Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3902 | 2025-09-18T23:35:49.644Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3903 | 2025-09-18T23:35:49.644Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3904 | 2025-09-18T23:35:49.644Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3905 | 2025-09-18T23:35:49.644Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3906 | 2025-09-18T23:35:50.349Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3907 | 2025-09-18T23:35:50.829Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3908 | 2025-09-18T23:35:52.710Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3909 | 2025-09-18T23:37:18.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 3910 | 2025-09-18T23:37:18.343Z | |
| 3911 | 2025-09-18T23:37:18.344Z | info: running `cargo check --bins` on openapi-manager (192/227) |
| 3912 | 2025-09-18T23:37:19.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3913 | 2025-09-18T23:37:19.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3914 | 2025-09-18T23:37:19.625Z | Compiling tabled_derive v0.10.0 |
| 3915 | 2025-09-18T23:37:19.625Z | Checking papergrid v0.14.0 |
| 3916 | 2025-09-18T23:37:19.650Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3917 | 2025-09-18T23:37:19.650Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3918 | 2025-09-18T23:37:19.675Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3919 | 2025-09-18T23:37:19.675Z | Checking heck v0.4.1 |
| 3920 | 2025-09-18T23:37:19.708Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3921 | 2025-09-18T23:37:19.978Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3922 | 2025-09-18T23:37:20.032Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3923 | 2025-09-18T23:37:21.107Z | Checking tabled v0.18.0 |
| 3924 | 2025-09-18T23:37:21.335Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3925 | 2025-09-18T23:37:25.220Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3926 | 2025-09-18T23:37:27.593Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3927 | 2025-09-18T23:37:28.790Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3928 | 2025-09-18T23:37:30.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.61s |
| 3929 | 2025-09-18T23:37:31.182Z | |
| 3930 | 2025-09-18T23:37:31.182Z | info: running `cargo check --bins` on installinator-api (193/227) |
| 3931 | 2025-09-18T23:37:32.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2025-09-18T23:37:32.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2025-09-18T23:37:32.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2025-09-18T23:37:32.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3935 | 2025-09-18T23:37:32.304Z | |
| 3936 | 2025-09-18T23:37:32.304Z | info: running `cargo check --bins` on ntp-admin-api (194/227) |
| 3937 | 2025-09-18T23:37:33.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2025-09-18T23:37:33.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2025-09-18T23:37:33.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2025-09-18T23:37:33.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3941 | 2025-09-18T23:37:33.388Z | |
| 3942 | 2025-09-18T23:37:33.388Z | info: running `cargo check --bins` on ntp-admin-types (195/227) |
| 3943 | 2025-09-18T23:37:34.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2025-09-18T23:37:34.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2025-09-18T23:37:34.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2025-09-18T23:37:34.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3947 | 2025-09-18T23:37:34.452Z | |
| 3948 | 2025-09-18T23:37:34.452Z | info: running `cargo check --bins` on wicketd-api (196/227) |
| 3949 | 2025-09-18T23:37:35.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2025-09-18T23:37:35.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2025-09-18T23:37:35.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2025-09-18T23:37:35.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3953 | 2025-09-18T23:37:35.543Z | |
| 3954 | 2025-09-18T23:37:35.543Z | info: running `cargo check --bins` on omicron-pins (197/227) |
| 3955 | 2025-09-18T23:37:36.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2025-09-18T23:37:36.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2025-09-18T23:37:36.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2025-09-18T23:37:36.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3959 | 2025-09-18T23:37:36.554Z | |
| 3960 | 2025-09-18T23:37:36.555Z | info: running `cargo check --bins` on reconfigurator-cli (198/227) |
| 3961 | 2025-09-18T23:37:37.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2025-09-18T23:37:37.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2025-09-18T23:37:37.866Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3964 | 2025-09-18T23:37:37.891Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3965 | 2025-09-18T23:37:37.926Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3966 | 2025-09-18T23:37:37.951Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3967 | 2025-09-18T23:37:37.951Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3968 | 2025-09-18T23:37:37.976Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3969 | 2025-09-18T23:37:38.022Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3970 | 2025-09-18T23:37:38.046Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3971 | 2025-09-18T23:37:38.195Z | Compiling petname v2.0.2 |
| 3972 | 2025-09-18T23:37:38.252Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3973 | 2025-09-18T23:37:38.545Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3974 | 2025-09-18T23:37:38.619Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3975 | 2025-09-18T23:37:38.921Z | Checking sync-ptr v0.1.4 |
| 3976 | 2025-09-18T23:37:38.988Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3977 | 2025-09-18T23:37:39.013Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3978 | 2025-09-18T23:37:39.150Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3979 | 2025-09-18T23:37:39.445Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3980 | 2025-09-18T23:37:39.470Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3981 | 2025-09-18T23:37:40.801Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3982 | 2025-09-18T23:37:43.973Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3983 | 2025-09-18T23:37:43.997Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3984 | 2025-09-18T23:37:53.203Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3985 | 2025-09-18T23:37:54.462Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3986 | 2025-09-18T23:37:56.985Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3987 | 2025-09-18T23:38:00.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.28s |
| 3988 | 2025-09-18T23:38:01.069Z | |
| 3989 | 2025-09-18T23:38:01.069Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227) |
| 3990 | 2025-09-18T23:38:02.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3991 | 2025-09-18T23:38:02.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3992 | 2025-09-18T23:38:02.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3993 | 2025-09-18T23:38:02.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3994 | 2025-09-18T23:38:02.309Z | |
| 3995 | 2025-09-18T23:38:02.309Z | info: running `cargo check --bins` on omicron-repl-utils (200/227) |
| 3996 | 2025-09-18T23:38:03.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3997 | 2025-09-18T23:38:03.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3998 | 2025-09-18T23:38:03.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3999 | 2025-09-18T23:38:03.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 4000 | 2025-09-18T23:38:03.382Z | |
| 4001 | 2025-09-18T23:38:03.382Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227) |
| 4002 | 2025-09-18T23:38:04.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4003 | 2025-09-18T23:38:04.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4004 | 2025-09-18T23:38:04.691Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4005 | 2025-09-18T23:38:06.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s |
| 4006 | 2025-09-18T23:38:06.285Z | |
| 4007 | 2025-09-18T23:38:06.285Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/227) |
| 4008 | 2025-09-18T23:38:07.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2025-09-18T23:38:07.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2025-09-18T23:38:07.547Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4011 | 2025-09-18T23:38:08.026Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4012 | 2025-09-18T23:38:09.652Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4013 | 2025-09-18T23:38:10.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
| 4014 | 2025-09-18T23:38:10.877Z | |
| 4015 | 2025-09-18T23:38:10.877Z | info: running `cargo check --bins` on omicron-releng (203/227) |
| 4016 | 2025-09-18T23:38:11.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2025-09-18T23:38:11.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2025-09-18T23:38:12.005Z | Compiling blake3 v1.5.4 |
| 4019 | 2025-09-18T23:38:12.029Z | Checking memmap2 v0.9.5 |
| 4020 | 2025-09-18T23:38:12.029Z | Checking constant_time_eq v0.3.1 |
| 4021 | 2025-09-18T23:38:12.029Z | Checking arrayvec v0.7.6 |
| 4022 | 2025-09-18T23:38:12.029Z | Checking arrayref v0.3.9 |
| 4023 | 2025-09-18T23:38:12.059Z | Checking topological-sort v0.2.2 |
| 4024 | 2025-09-18T23:38:12.059Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4025 | 2025-09-18T23:38:12.084Z | Checking shell-words v1.1.0 |
| 4026 | 2025-09-18T23:38:13.499Z | Checking omicron-zone-package v0.12.2 |
| 4027 | 2025-09-18T23:38:15.148Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4028 | 2025-09-18T23:38:16.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s |
| 4029 | 2025-09-18T23:38:17.016Z | |
| 4030 | 2025-09-18T23:38:17.016Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/227) |
| 4031 | 2025-09-18T23:38:18.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2025-09-18T23:38:18.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2025-09-18T23:38:18.202Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4034 | 2025-09-18T23:38:18.588Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4035 | 2025-09-18T23:38:19.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 4036 | 2025-09-18T23:38:19.468Z | |
| 4037 | 2025-09-18T23:38:19.468Z | info: running `cargo check --bins` on xtask (205/227) |
| 4038 | 2025-09-18T23:38:20.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4039 | 2025-09-18T23:38:20.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4040 | 2025-09-18T23:38:20.279Z | Checking bitflags v2.9.1 |
| 4041 | 2025-09-18T23:38:20.279Z | Checking serde v1.0.223 |
| 4042 | 2025-09-18T23:38:20.303Z | Checking zerofrom v0.1.4 |
| 4043 | 2025-09-18T23:38:20.333Z | Checking smallvec v1.15.1 |
| 4044 | 2025-09-18T23:38:20.357Z | Checking hashbrown v0.15.4 |
| 4045 | 2025-09-18T23:38:20.381Z | Checking thiserror v1.0.69 |
| 4046 | 2025-09-18T23:38:20.406Z | Checking serde_json v1.0.145 |
| 4047 | 2025-09-18T23:38:20.406Z | Checking scroll v0.12.0 |
| 4048 | 2025-09-18T23:38:20.545Z | Checking yoke v0.7.4 |
| 4049 | 2025-09-18T23:38:20.569Z | Checking num-traits v0.2.19 |
| 4050 | 2025-09-18T23:38:20.601Z | Checking rustix v0.38.37 |
| 4051 | 2025-09-18T23:38:20.696Z | Checking log v0.4.27 |
| 4052 | 2025-09-18T23:38:20.850Z | Checking percent-encoding v2.3.2 |
| 4053 | 2025-09-18T23:38:20.924Z | Checking zerovec v0.10.4 |
| 4054 | 2025-09-18T23:38:20.974Z | Checking pest v2.7.14 |
| 4055 | 2025-09-18T23:38:21.101Z | Checking form_urlencoded v1.2.2 |
| 4056 | 2025-09-18T23:38:21.277Z | Checking indexmap v2.11.0 |
| 4057 | 2025-09-18T23:38:21.307Z | Checking serde_spanned v0.6.9 |
| 4058 | 2025-09-18T23:38:21.334Z | Checking toml_datetime v0.6.11 |
| 4059 | 2025-09-18T23:38:21.519Z | Checking erased-serde v0.4.6 |
| 4060 | 2025-09-18T23:38:21.543Z | Checking terminal_size v0.4.0 |
| 4061 | 2025-09-18T23:38:21.661Z | Checking goblin v0.8.2 |
| 4062 | 2025-09-18T23:38:21.717Z | Checking zerocopy v0.7.35 |
| 4063 | 2025-09-18T23:38:21.760Z | Checking getrandom v0.3.1 |
| 4064 | 2025-09-18T23:38:21.919Z | Checking ordered-float v2.10.1 |
| 4065 | 2025-09-18T23:38:21.981Z | Checking thiserror v2.0.16 |
| 4066 | 2025-09-18T23:38:22.135Z | Checking syn v2.0.106 |
| 4067 | 2025-09-18T23:38:22.315Z | Checking serde-untagged v0.1.7 |
| 4068 | 2025-09-18T23:38:22.376Z | Checking serde-value v0.7.0 |
| 4069 | 2025-09-18T23:38:22.406Z | Checking tinystr v0.7.6 |
| 4070 | 2025-09-18T23:38:22.431Z | Checking icu_collections v1.5.0 |
| 4071 | 2025-09-18T23:38:22.664Z | Checking toml_edit v0.22.27 |
| 4072 | 2025-09-18T23:38:22.769Z | Checking icu_locid v1.5.0 |
| 4073 | 2025-09-18T23:38:22.797Z | Checking rustix v1.0.7 |
| 4074 | 2025-09-18T23:38:22.822Z | Checking semver v1.0.26 |
| 4075 | 2025-09-18T23:38:23.060Z | Checking once_cell v1.21.3 |
| 4076 | 2025-09-18T23:38:23.104Z | Checking dtrace-parser v0.2.0 |
| 4077 | 2025-09-18T23:38:23.199Z | Checking clap_builder v4.5.41 |
| 4078 | 2025-09-18T23:38:23.375Z | Checking cargo-platform v0.2.0 |
| 4079 | 2025-09-18T23:38:23.523Z | Checking textwrap v0.16.2 |
| 4080 | 2025-09-18T23:38:23.680Z | Checking icu_provider v1.5.0 |
| 4081 | 2025-09-18T23:38:23.705Z | Checking fs-err v3.1.1 |
| 4082 | 2025-09-18T23:38:23.888Z | Checking anyhow v1.0.99 |
| 4083 | 2025-09-18T23:38:24.006Z | Checking tabled v0.15.0 |
| 4084 | 2025-09-18T23:38:24.095Z | Checking tempfile v3.20.0 |
| 4085 | 2025-09-18T23:38:24.249Z | Checking macaddr v1.0.1 |
| 4086 | 2025-09-18T23:38:24.274Z | Checking icu_locid_transform v1.5.0 |
| 4087 | 2025-09-18T23:38:24.452Z | Checking camino-tempfile v1.4.1 |
| 4088 | 2025-09-18T23:38:24.570Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4089 | 2025-09-18T23:38:24.891Z | Checking toml v0.8.23 |
| 4090 | 2025-09-18T23:38:25.145Z | Checking icu_properties v1.5.1 |
| 4091 | 2025-09-18T23:38:25.559Z | Checking cargo_toml v0.21.0 |
| 4092 | 2025-09-18T23:38:25.859Z | Checking dof v0.3.0 |
| 4093 | 2025-09-18T23:38:25.896Z | Checking clap v4.5.41 |
| 4094 | 2025-09-18T23:38:26.411Z | Checking usdt-impl v0.5.0 |
| 4095 | 2025-09-18T23:38:26.899Z | Checking usdt v0.5.0 |
| 4096 | 2025-09-18T23:38:28.094Z | Checking icu_normalizer v1.5.0 |
| 4097 | 2025-09-18T23:38:28.759Z | Checking idna_adapter v1.2.0 |
| 4098 | 2025-09-18T23:38:28.953Z | Checking idna v1.0.3 |
| 4099 | 2025-09-18T23:38:29.388Z | Checking url v2.5.4 |
| 4100 | 2025-09-18T23:38:30.058Z | Checking cargo-util-schemas v0.8.2 |
| 4101 | 2025-09-18T23:38:31.726Z | Checking cargo_metadata v0.21.0 |
| 4102 | 2025-09-18T23:38:33.121Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4103 | 2025-09-18T23:38:34.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
| 4104 | 2025-09-18T23:38:34.257Z | |
| 4105 | 2025-09-18T23:38:34.257Z | info: running `cargo check --bins` on end-to-end-tests (206/227) |
| 4106 | 2025-09-18T23:38:35.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4107 | 2025-09-18T23:38:35.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4108 | 2025-09-18T23:38:35.657Z | Checking polyval v0.6.2 |
| 4109 | 2025-09-18T23:38:35.681Z | Checking ctr v0.9.2 |
| 4110 | 2025-09-18T23:38:35.718Z | Checking ssh-encoding v0.2.0 |
| 4111 | 2025-09-18T23:38:35.742Z | Checking blowfish v0.9.1 |
| 4112 | 2025-09-18T23:38:35.767Z | Checking password-hash v0.4.2 |
| 4113 | 2025-09-18T23:38:35.794Z | Checking p256 v0.13.2 |
| 4114 | 2025-09-18T23:38:35.794Z | Checking p521 v0.13.3 |
| 4115 | 2025-09-18T23:38:35.839Z | Checking russh-cryptovec v0.7.3 |
| 4116 | 2025-09-18T23:38:35.987Z | Checking ghash v0.5.1 |
| 4117 | 2025-09-18T23:38:36.011Z | Checking bcrypt-pbkdf v0.10.0 |
| 4118 | 2025-09-18T23:38:36.037Z | Checking md5 v0.7.0 |
| 4119 | 2025-09-18T23:38:36.088Z | Checking num-bigint v0.4.6 |
| 4120 | 2025-09-18T23:38:36.112Z | Checking des v0.8.1 |
| 4121 | 2025-09-18T23:38:36.195Z | Checking aes-gcm v0.10.3 |
| 4122 | 2025-09-18T23:38:36.220Z | Checking pbkdf2 v0.11.0 |
| 4123 | 2025-09-18T23:38:36.297Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4124 | 2025-09-18T23:38:36.323Z | Checking hex-literal v0.4.1 |
| 4125 | 2025-09-18T23:38:36.354Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4126 | 2025-09-18T23:38:36.404Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4127 | 2025-09-18T23:38:36.446Z | Checking ssh-cipher v0.2.0 |
| 4128 | 2025-09-18T23:38:36.492Z | Checking internet-checksum v0.2.1 |
| 4129 | 2025-09-18T23:38:36.776Z | Checking ssh-key v0.6.6 |
| 4130 | 2025-09-18T23:38:36.963Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4131 | 2025-09-18T23:38:38.292Z | Checking russh-keys v0.45.0 |
| 4132 | 2025-09-18T23:38:39.449Z | Checking russh v0.45.0 |
| 4133 | 2025-09-18T23:39:09.837Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4134 | 2025-09-18T23:39:12.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.76s |
| 4135 | 2025-09-18T23:39:12.254Z | |
| 4136 | 2025-09-18T23:39:12.254Z | info: running `cargo check --bins` on gateway-cli (207/227) |
| 4137 | 2025-09-18T23:39:13.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2025-09-18T23:39:13.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2025-09-18T23:39:13.419Z | Checking termios v0.3.3 |
| 4140 | 2025-09-18T23:39:13.633Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4141 | 2025-09-18T23:39:14.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
| 4142 | 2025-09-18T23:39:14.895Z | |
| 4143 | 2025-09-18T23:39:14.895Z | info: running `cargo check --bins --no-default-features` on installinator (208/227) |
| 4144 | 2025-09-18T23:39:15.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2025-09-18T23:39:16.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2025-09-18T23:39:16.193Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4147 | 2025-09-18T23:39:16.193Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4148 | 2025-09-18T23:39:16.218Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4149 | 2025-09-18T23:39:17.281Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4150 | 2025-09-18T23:39:19.809Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4151 | 2025-09-18T23:39:22.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s |
| 4152 | 2025-09-18T23:39:22.961Z | |
| 4153 | 2025-09-18T23:39:22.961Z | info: running `cargo check --bins` on internal-dns-cli (209/227) |
| 4154 | 2025-09-18T23:39:23.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4155 | 2025-09-18T23:39:23.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4156 | 2025-09-18T23:39:24.097Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4157 | 2025-09-18T23:39:24.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4158 | 2025-09-18T23:39:24.826Z | |
| 4159 | 2025-09-18T23:39:24.826Z | info: running `cargo check --bins` on omicron-live-tests (210/227) |
| 4160 | 2025-09-18T23:39:25.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4161 | 2025-09-18T23:39:25.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4162 | 2025-09-18T23:39:25.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4163 | 2025-09-18T23:39:25.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4164 | 2025-09-18T23:39:25.926Z | |
| 4165 | 2025-09-18T23:39:25.926Z | info: running `cargo check --bins` on live-tests-macros (211/227) |
| 4166 | 2025-09-18T23:39:26.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4167 | 2025-09-18T23:39:26.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4168 | 2025-09-18T23:39:26.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4169 | 2025-09-18T23:39:26.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 4170 | 2025-09-18T23:39:26.992Z | |
| 4171 | 2025-09-18T23:39:26.992Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227) |
| 4172 | 2025-09-18T23:39:28.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2025-09-18T23:39:28.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2025-09-18T23:39:28.301Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4175 | 2025-09-18T23:39:29.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
| 4176 | 2025-09-18T23:39:29.323Z | |
| 4177 | 2025-09-18T23:39:29.323Z | info: running `cargo check --bins` on omicron-ntp-admin (213/227) |
| 4178 | 2025-09-18T23:39:30.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4179 | 2025-09-18T23:39:30.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4180 | 2025-09-18T23:39:30.448Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4181 | 2025-09-18T23:39:30.448Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4182 | 2025-09-18T23:39:30.771Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4183 | 2025-09-18T23:39:32.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
| 4184 | 2025-09-18T23:39:32.350Z | |
| 4185 | 2025-09-18T23:39:32.350Z | info: running `cargo check --bins` on omicron-package (214/227) |
| 4186 | 2025-09-18T23:39:33.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4187 | 2025-09-18T23:39:33.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4188 | 2025-09-18T23:39:33.569Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4189 | 2025-09-18T23:39:35.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 4190 | 2025-09-18T23:39:35.690Z | |
| 4191 | 2025-09-18T23:39:35.691Z | info: running `cargo check --bins --no-default-features` on trust-quorum (215/227) |
| 4192 | 2025-09-18T23:39:36.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2025-09-18T23:39:36.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2025-09-18T23:39:36.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4195 | 2025-09-18T23:39:36.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4196 | 2025-09-18T23:39:36.908Z | |
| 4197 | 2025-09-18T23:39:36.908Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227) |
| 4198 | 2025-09-18T23:39:37.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2025-09-18T23:39:37.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2025-09-18T23:39:37.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2025-09-18T23:39:37.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 4202 | 2025-09-18T23:39:38.073Z | |
| 4203 | 2025-09-18T23:39:38.073Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227) |
| 4204 | 2025-09-18T23:39:39.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2025-09-18T23:39:39.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2025-09-18T23:39:39.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2025-09-18T23:39:39.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4208 | 2025-09-18T23:39:39.239Z | |
| 4209 | 2025-09-18T23:39:39.239Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227) |
| 4210 | 2025-09-18T23:39:40.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2025-09-18T23:39:40.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2025-09-18T23:39:40.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2025-09-18T23:39:40.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4214 | 2025-09-18T23:39:40.432Z | |
| 4215 | 2025-09-18T23:39:40.432Z | info: running `cargo check --bins --no-default-features` on gfss (219/227) |
| 4216 | 2025-09-18T23:39:41.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2025-09-18T23:39:41.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2025-09-18T23:39:41.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4219 | 2025-09-18T23:39:41.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 4220 | 2025-09-18T23:39:41.601Z | |
| 4221 | 2025-09-18T23:39:41.601Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227) |
| 4222 | 2025-09-18T23:39:42.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2025-09-18T23:39:42.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2025-09-18T23:39:42.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4225 | 2025-09-18T23:39:42.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 4226 | 2025-09-18T23:39:42.764Z | |
| 4227 | 2025-09-18T23:39:42.764Z | info: running `cargo check --bins` on trust-quorum-test-utils (221/227) |
| 4228 | 2025-09-18T23:39:43.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2025-09-18T23:39:43.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2025-09-18T23:39:43.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2025-09-18T23:39:43.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4232 | 2025-09-18T23:39:43.984Z | |
| 4233 | 2025-09-18T23:39:43.985Z | info: running `cargo check --bins` on tqdb (222/227) |
| 4234 | 2025-09-18T23:39:45.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2025-09-18T23:39:45.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2025-09-18T23:39:45.350Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4237 | 2025-09-18T23:39:45.797Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4238 | 2025-09-18T23:39:48.054Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4239 | 2025-09-18T23:39:49.270Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4240 | 2025-09-18T23:39:50.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
| 4241 | 2025-09-18T23:39:50.528Z | |
| 4242 | 2025-09-18T23:39:50.528Z | info: running `cargo check --bins` on wicket-dbg (223/227) |
| 4243 | 2025-09-18T23:39:51.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2025-09-18T23:39:51.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2025-09-18T23:39:51.844Z | Checking rtoolbox v0.0.2 |
| 4246 | 2025-09-18T23:39:51.844Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4247 | 2025-09-18T23:39:51.869Z | Checking tui-tree-widget v0.23.1 |
| 4248 | 2025-09-18T23:39:52.081Z | Checking rpassword v7.4.0 |
| 4249 | 2025-09-18T23:39:58.992Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4250 | 2025-09-18T23:40:03.311Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4251 | 2025-09-18T23:40:05.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
| 4252 | 2025-09-18T23:40:05.336Z | |
| 4253 | 2025-09-18T23:40:05.336Z | info: running `cargo check --bins` on wicket (224/227) |
| 4254 | 2025-09-18T23:40:06.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2025-09-18T23:40:06.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2025-09-18T23:40:06.621Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4257 | 2025-09-18T23:40:07.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4258 | 2025-09-18T23:40:07.328Z | |
| 4259 | 2025-09-18T23:40:07.328Z | info: running `cargo check --bins` on wicketd (225/227) |
| 4260 | 2025-09-18T23:40:08.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2025-09-18T23:40:08.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2025-09-18T23:40:08.654Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4263 | 2025-09-18T23:40:14.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s |
| 4264 | 2025-09-18T23:40:15.055Z | |
| 4265 | 2025-09-18T23:40:15.055Z | info: running `cargo check --bins` on omicron-workspace-hack (226/227) |
| 4266 | 2025-09-18T23:40:16.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2025-09-18T23:40:16.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2025-09-18T23:40:16.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2025-09-18T23:40:16.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4270 | 2025-09-18T23:40:16.237Z | |
| 4271 | 2025-09-18T23:40:16.237Z | info: running `cargo check --bins` on zone-setup (227/227) |
| 4272 | 2025-09-18T23:40:17.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2025-09-18T23:40:17.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2025-09-18T23:40:17.578Z | Checking uzers v0.12.1 |
| 4275 | 2025-09-18T23:40:17.966Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4276 | 2025-09-18T23:40:19.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4277 | 2025-09-18T23:40:19.688Z | |
| 4278 | 2025-09-18T23:40:19.688Z | real 22:45.358915849 |
| 4279 | 2025-09-18T23:40:19.688Z | user 37:47.172095945 |
| 4280 | 2025-09-18T23:40:19.688Z | sys 6:53.662883446 |
| 4281 | 2025-09-18T23:40:19.688Z | trap 1.024450273 |
| 4282 | 2025-09-18T23:40:19.688Z | tflt 0.376718215 |
| 4283 | 2025-09-18T23:40:19.688Z | dflt 1.715481539 |
| 4284 | 2025-09-18T23:40:19.688Z | kflt 0.000889951 |
| 4285 | 2025-09-18T23:40:19.688Z | lock 1:37:32.940150355 |
| 4286 | 2025-09-18T23:40:19.688Z | slp 3:22:42.456556694 |
| 4287 | 2025-09-18T23:40:19.688Z | lat 1:39.924316777 |
| 4288 | 2025-09-18T23:40:19.689Z | stop 5:02.288567231 |
| 4289 | 2025-09-18T23:40:19.713Z | process exited: duration 1716111 ms, exit code 0 |
| |
| 4290 | 2025-09-18T23:40:19.764Z | found 0 output files |