|
|
|
| 1 | 2025-08-01T15:05:05.993Z | job assigned to worker 01K1K2KXRKYPSDW3N1G515YZWX [factory gimlet-EVT22200007-propolis, EVT22200007/36774] (queued for 23 s) |
| |
| 2 | 2025-08-01T15:05:15.121Z | starting task 0: "setup" |
| 3 | 2025-08-01T15:05:15.148Z | ++ uname -s |
| 4 | 2025-08-01T15:05:15.148Z | + kern=SunOS |
| 5 | 2025-08-01T15:05:15.148Z | + build_user=build |
| 6 | 2025-08-01T15:05:15.148Z | + build_uid=12345 |
| 7 | 2025-08-01T15:05:15.148Z | + work_dir=/work |
| 8 | 2025-08-01T15:05:15.148Z | + input_dir=/input |
| 9 | 2025-08-01T15:05:15.148Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-01T15:05:15.148Z | + case "$kern" in |
| 11 | 2025-08-01T15:05:15.148Z | + groupadd -g 12345 build |
| 12 | 2025-08-01T15:05:15.148Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-01T15:05:17.144Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-01T15:05:17.176Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-01T15:05:17.203Z | + home_fs=zfs |
| 16 | 2025-08-01T15:05:17.203Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-01T15:05:17.203Z | + mkdir -p /home/build |
| 18 | 2025-08-01T15:05:17.203Z | + chown build:build /home/build /work |
| 19 | 2025-08-01T15:05:19.185Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-01T15:05:19.213Z | process exited: duration 4071 ms, exit code 0 |
| |
| 21 | 2025-08-01T15:05:19.267Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-01T15:05:19.295Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
| 23 | 2025-08-01T15:05:19.295Z | * rust toolchain channel = "1.88.0" |
| 24 | 2025-08-01T15:05:19.295Z | * rust toolchain profile = "default" |
| 25 | 2025-08-01T15:05:19.295Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-08-01T15:05:19.295Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-01T15:05:19.295Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-01T15:05:19.296Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-01T15:05:19.296Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
| 30 | 2025-08-01T15:05:19.419Z | info: downloading installer |
| 31 | 2025-08-01T15:05:20.023Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-01T15:05:20.023Z | warn: /opt/ooce/bin |
| 33 | 2025-08-01T15:05:20.023Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-01T15:05:20.023Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-01T15:05:20.023Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-01T15:05:20.023Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-01T15:05:20.023Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-01T15:05:20.023Z | error: cannot install while Rust is installed |
| 39 | 2025-08-01T15:05:20.023Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-01T15:05:20.049Z | info: profile set to 'default' |
| 41 | 2025-08-01T15:05:20.049Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-01T15:05:20.049Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
| 43 | 2025-08-01T15:05:20.179Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
| 44 | 2025-08-01T15:05:20.179Z | info: downloading component 'cargo' |
| 45 | 2025-08-01T15:05:20.468Z | info: downloading component 'clippy' |
| 46 | 2025-08-01T15:05:20.664Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-01T15:05:21.112Z | info: downloading component 'rust-std' |
| 48 | 2025-08-01T15:05:21.625Z | info: downloading component 'rustc' |
| 49 | 2025-08-01T15:05:24.110Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-01T15:05:24.197Z | info: installing component 'cargo' |
| 51 | 2025-08-01T15:05:25.374Z | info: installing component 'clippy' |
| 52 | 2025-08-01T15:05:25.833Z | info: installing component 'rust-docs' |
| 53 | 2025-08-01T15:05:28.839Z | info: installing component 'rust-std' |
| 54 | 2025-08-01T15:05:30.813Z | info: installing component 'rustc' |
| 55 | 2025-08-01T15:05:38.776Z | info: installing component 'rustfmt' |
| 56 | 2025-08-01T15:05:39.145Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
| 57 | 2025-08-01T15:05:39.146Z | |
| 58 | 2025-08-01T15:05:39.312Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
| 59 | 2025-08-01T15:05:39.312Z | |
| 60 | 2025-08-01T15:05:39.340Z | |
| 61 | 2025-08-01T15:05:39.340Z | Rust is installed now. Great! |
| 62 | 2025-08-01T15:05:39.340Z | |
| 63 | 2025-08-01T15:05:39.340Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-01T15:05:39.340Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-01T15:05:39.341Z | |
| 66 | 2025-08-01T15:05:39.341Z | To configure your current shell, you need to source |
| 67 | 2025-08-01T15:05:39.341Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-01T15:05:39.341Z | |
| 69 | 2025-08-01T15:05:39.341Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-01T15:05:39.341Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-01T15:05:39.341Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-01T15:05:39.341Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-01T15:05:39.409Z | + rustup --version |
| 74 | 2025-08-01T15:05:39.438Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-01T15:05:39.438Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-01T15:05:39.556Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
| 77 | 2025-08-01T15:05:39.591Z | + cargo --version |
| 78 | 2025-08-01T15:05:39.650Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 79 | 2025-08-01T15:05:39.679Z | + rustc --version |
| 80 | 2025-08-01T15:05:39.768Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 81 | 2025-08-01T15:05:39.796Z | process exited: duration 20505 ms, exit code 0 |
| |
| 82 | 2025-08-01T15:05:39.853Z | starting task 2: "authentication" |
| 83 | 2025-08-01T15:05:39.915Z | process exited: duration 64 ms, exit code 0 |
| |
| 84 | 2025-08-01T15:05:39.970Z | starting task 3: "clone repository" |
| 85 | 2025-08-01T15:05:39.997Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-01T15:05:39.997Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-01T15:05:40.023Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-01T15:05:51.336Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-01T15:05:51.336Z | + git fetch origin 487a2945fef8acc2d01176946c399effca856c1f |
| 90 | 2025-08-01T15:05:51.837Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-01T15:05:51.837Z | * branch 487a2945fef8acc2d01176946c399effca856c1f -> FETCH_HEAD |
| 92 | 2025-08-01T15:05:51.864Z | + [[ -n john/host-os-updates-prep ]] |
| 93 | 2025-08-01T15:05:51.864Z | ++ git branch --show-current |
| 94 | 2025-08-01T15:05:51.864Z | + current=main |
| 95 | 2025-08-01T15:05:51.864Z | + [[ main != john/host-os-updates-prep ]] |
| 96 | 2025-08-01T15:05:51.864Z | + git branch -f john/host-os-updates-prep 487a2945fef8acc2d01176946c399effca856c1f |
| 97 | 2025-08-01T15:05:51.864Z | + git checkout -f john/host-os-updates-prep |
| 98 | 2025-08-01T15:05:52.153Z | Switched to branch 'john/host-os-updates-prep' |
| 99 | 2025-08-01T15:05:52.180Z | + git reset --hard 487a2945fef8acc2d01176946c399effca856c1f |
| 100 | 2025-08-01T15:05:52.207Z | HEAD is now at 487a2945f Merge remote-tracking branch 'origin/main' into john/host-os-updates-prep |
| 101 | 2025-08-01T15:05:52.207Z | process exited: duration 12218 ms, exit code 0 |
| |
| 102 | 2025-08-01T15:05:52.261Z | starting task 4: "build" |
| 103 | 2025-08-01T15:05:52.288Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-01T15:05:52.288Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-01T15:05:52.288Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-01T15:05:52.288Z | + cargo --version |
| 107 | 2025-08-01T15:05:52.334Z | cargo 1.88.0 (873a06493 2025-05-10) |
| 108 | 2025-08-01T15:05:52.361Z | + rustc --version |
| 109 | 2025-08-01T15:05:52.420Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
| 110 | 2025-08-01T15:05:52.447Z | + source ./env.sh |
| 111 | 2025-08-01T15:05:52.447Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-08-01T15:05:52.447Z | ++ set -o xtrace |
| 113 | 2025-08-01T15:05:52.447Z | ++++ dirname ./env.sh |
| 114 | 2025-08-01T15:05:52.447Z | +++ readlink -f . |
| 115 | 2025-08-01T15:05:52.447Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-08-01T15:05:52.447Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-08-01T15:05:52.447Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-08-01T15:05:52.447Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2025-08-01T15:05:52.447Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-08-01T15:05:52.447Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2025-08-01T15:05:52.447Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-08-01T15:05:52.447Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2025-08-01T15:05:52.447Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 124 | 2025-08-01T15:05:52.447Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-08-01T15:05:52.447Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-08-01T15:05:52.447Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-08-01T15:05:52.447Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2025-08-01T15:05:52.447Z | + banner prerequisites |
| 129 | 2025-08-01T15:05:52.447Z | |
| 130 | 2025-08-01T15:05:52.447Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-08-01T15:05:52.447Z | # # # # # # # # # # # # # # # |
| 132 | 2025-08-01T15:05:52.447Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-08-01T15:05:52.447Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-08-01T15:05:52.447Z | # # # # # # # # # # # # # # # |
| 135 | 2025-08-01T15:05:52.448Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-08-01T15:05:52.448Z | |
| 137 | 2025-08-01T15:05:52.448Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-08-01T15:06:05.528Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-08-01T15:06:14.135Z | Startup: Caching catalogs ... Done |
| 140 | 2025-08-01T15:06:21.024Z | Planning: Solver setup ... Done (5.321s) |
| 141 | 2025-08-01T15:06:21.071Z | Planning: Running solver ... Done (0.047s) |
| 142 | 2025-08-01T15:06:21.143Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2025-08-01T15:06:21.228Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-08-01T15:06:21.611Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-08-01T15:06:21.669Z | Planning: Package planning ... Done (0.058s) |
| 146 | 2025-08-01T15:06:21.727Z | Planning: Merging actions ... Done (0.058s) |
| 147 | 2025-08-01T15:06:22.069Z | Planning: Checking for conflicting actions ... Done (0.341s) |
| 148 | 2025-08-01T15:06:22.095Z | Planning: Consolidating action changes ... Done (0.013s) |
| 149 | 2025-08-01T15:06:22.707Z | Planning: Evaluating mediators ... Done (0.625s) |
| 150 | 2025-08-01T15:06:22.734Z | Planning: Planning completed in 8.48 seconds |
| 151 | 2025-08-01T15:06:22.734Z | Packages to install: 4 |
| 152 | 2025-08-01T15:06:22.734Z | Mediators to change: 2 |
| 153 | 2025-08-01T15:06:22.734Z | Services to change: 1 |
| 154 | 2025-08-01T15:06:22.734Z | Estimated space available: 155.02 GB |
| 155 | 2025-08-01T15:06:22.734Z | Estimated space to be consumed: 1.71 GB |
| 156 | 2025-08-01T15:06:22.734Z | Create boot environment: No |
| 157 | 2025-08-01T15:06:22.734Z | Create backup boot environment: No |
| 158 | 2025-08-01T15:06:22.734Z | Rebuild boot archive: No |
| 159 | 2025-08-01T15:06:22.734Z | |
| 160 | 2025-08-01T15:06:22.734Z | Changed mediators: |
| 161 | 2025-08-01T15:06:22.734Z | mediator clang: |
| 162 | 2025-08-01T15:06:22.734Z | version: None -> 15 (system default) |
| 163 | 2025-08-01T15:06:22.735Z | |
| 164 | 2025-08-01T15:06:22.735Z | mediator llvm: |
| 165 | 2025-08-01T15:06:22.735Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-08-01T15:06:22.735Z | |
| 167 | 2025-08-01T15:06:22.761Z | Changed packages: |
| 168 | 2025-08-01T15:06:22.762Z | helios-dev |
| 169 | 2025-08-01T15:06:22.762Z | developer/build-essential |
| 170 | 2025-08-01T15:06:22.762Z | None -> 11-2.0 |
| 171 | 2025-08-01T15:06:22.762Z | library/libxmlsec1 |
| 172 | 2025-08-01T15:06:22.762Z | None -> 1.2.35-2.0 |
| 173 | 2025-08-01T15:06:22.762Z | ooce/developer/clang-15 |
| 174 | 2025-08-01T15:06:22.762Z | None -> 15.0.7-2.0 |
| 175 | 2025-08-01T15:06:22.762Z | ooce/developer/llvm-15 |
| 176 | 2025-08-01T15:06:22.762Z | None -> 15.0.7-2.0 |
| 177 | 2025-08-01T15:06:22.762Z | |
| 178 | 2025-08-01T15:06:22.762Z | Services: |
| 179 | 2025-08-01T15:06:22.762Z | restart_fmri: |
| 180 | 2025-08-01T15:06:22.762Z | svc:/system/update-man-index:default |
| 181 | 2025-08-01T15:06:22.790Z | |
| 182 | 2025-08-01T15:06:22.791Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-08-01T15:06:27.878Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (18.1M/s) |
| 184 | 2025-08-01T15:06:33.003Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (14.3M/s) |
| 185 | 2025-08-01T15:06:38.015Z | Download: 3246/3290 items 195.3/212.6MB 91% complete (11.1M/s) |
| 186 | 2025-08-01T15:06:42.570Z | Download: Completed 212.60 MB in 19.78 seconds (10.8M/s) |
| 187 | 2025-08-01T15:06:42.729Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-08-01T15:06:48.076Z | Actions: 2635/3689 actions (Installing new actions) |
| 189 | 2025-08-01T15:06:48.419Z | Actions: Completed 3689 actions in 5.69 seconds. |
| 190 | 2025-08-01T15:06:49.292Z | Done (0.867s) |
| 191 | 2025-08-01T15:06:49.292Z | Done (0.000s) |
| 192 | 2025-08-01T15:06:50.305Z | Done (1.012s) |
| 193 | 2025-08-01T15:06:55.244Z | Done (4.715s) |
| 194 | 2025-08-01T15:06:55.336Z | Done (0.018s) |
| 195 | 2025-08-01T15:06:55.363Z | Done (0.000s) |
| 196 | 2025-08-01T15:06:55.506Z | Done (0.000s) |
| 197 | 2025-08-01T15:06:56.411Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-08-01T15:06:56.674Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-08-01T15:06:56.701Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-08-01T15:06:57.006Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-08-01T15:06:57.032Z | Planning: Planning completed in 0.59 seconds |
| 202 | 2025-08-01T15:06:57.059Z | Mediators to change: 2 |
| 203 | 2025-08-01T15:06:57.059Z | Create boot environment: No |
| 204 | 2025-08-01T15:06:57.059Z | Create backup boot environment: No |
| 205 | 2025-08-01T15:06:57.103Z | Done |
| 206 | 2025-08-01T15:06:57.103Z | Done |
| 207 | 2025-08-01T15:06:57.951Z | Done |
| 208 | 2025-08-01T15:07:02.316Z | Done |
| 209 | 2025-08-01T15:07:02.405Z | Done |
| 210 | 2025-08-01T15:07:02.431Z | Done |
| 211 | 2025-08-01T15:07:02.458Z | Done |
| 212 | 2025-08-01T15:07:03.239Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-08-01T15:07:03.266Z | Planning: Merging actions ... Done |
| 214 | 2025-08-01T15:07:03.531Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-08-01T15:07:03.558Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-08-01T15:07:03.873Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-08-01T15:07:03.947Z | Planning: Planning completed in 1.02 seconds |
| 218 | 2025-08-01T15:07:03.989Z | Packages to change: 1 |
| 219 | 2025-08-01T15:07:03.989Z | Mediators to change: 1 |
| 220 | 2025-08-01T15:07:03.989Z | Services to change: 1 |
| 221 | 2025-08-01T15:07:03.990Z | Create boot environment: No |
| 222 | 2025-08-01T15:07:03.990Z | Create backup boot environment: Yes |
| 223 | 2025-08-01T15:07:05.968Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-08-01T15:07:05.996Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-08-01T15:07:05.996Z | Done |
| 226 | 2025-08-01T15:07:05.996Z | Done |
| 227 | 2025-08-01T15:07:06.173Z | Done |
| 228 | 2025-08-01T15:07:10.445Z | Done |
| 229 | 2025-08-01T15:07:10.547Z | Done |
| 230 | 2025-08-01T15:07:10.574Z | Done |
| 231 | 2025-08-01T15:07:10.646Z | Done |
| 232 | 2025-08-01T15:07:11.179Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-08-01T15:07:11.179Z | clang system 15 system |
| 234 | 2025-08-01T15:07:11.179Z | csh system system illumos |
| 235 | 2025-08-01T15:07:11.179Z | ctags system system illumos |
| 236 | 2025-08-01T15:07:11.179Z | file system system illumos |
| 237 | 2025-08-01T15:07:11.179Z | gcc vendor 12 vendor |
| 238 | 2025-08-01T15:07:11.179Z | gcc system 10 system |
| 239 | 2025-08-01T15:07:11.179Z | gcc system 7 system |
| 240 | 2025-08-01T15:07:11.179Z | go system 1.20 system |
| 241 | 2025-08-01T15:07:11.179Z | go system 1.19 system |
| 242 | 2025-08-01T15:07:11.179Z | llvm system 15 system |
| 243 | 2025-08-01T15:07:11.179Z | llvm system 14 system |
| 244 | 2025-08-01T15:07:11.179Z | mariadb system 10.6 system |
| 245 | 2025-08-01T15:07:11.179Z | mta vendor vendor dma |
| 246 | 2025-08-01T15:07:11.179Z | openjdk system 17 system |
| 247 | 2025-08-01T15:07:11.179Z | openjdk system 11 system |
| 248 | 2025-08-01T15:07:11.179Z | openjdk system 1.8 system |
| 249 | 2025-08-01T15:07:11.179Z | openssl vendor 3 vendor |
| 250 | 2025-08-01T15:07:11.179Z | perl system 5.36 system |
| 251 | 2025-08-01T15:07:11.179Z | postgresql system 15 system |
| 252 | 2025-08-01T15:07:11.179Z | postgresql system 13 system |
| 253 | 2025-08-01T15:07:11.179Z | python vendor 3 vendor |
| 254 | 2025-08-01T15:07:11.179Z | python system 2 system |
| 255 | 2025-08-01T15:07:11.179Z | python3 system 3.11 system |
| 256 | 2025-08-01T15:07:11.179Z | ruby system 3.0 system |
| 257 | 2025-08-01T15:07:11.179Z | words vendor vendor american-english |
| 258 | 2025-08-01T15:07:11.179Z | words system system australian-english |
| 259 | 2025-08-01T15:07:11.179Z | words system system british-english |
| 260 | 2025-08-01T15:07:11.179Z | words system system canadian-english |
| 261 | 2025-08-01T15:07:11.180Z | words system system french |
| 262 | 2025-08-01T15:07:11.180Z | words system system italian |
| 263 | 2025-08-01T15:07:11.180Z | words system system ngerman |
| 264 | 2025-08-01T15:07:11.180Z | words system system ogerman |
| 265 | 2025-08-01T15:07:11.180Z | words system system spanish |
| 266 | 2025-08-01T15:07:11.559Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2025-08-01T15:07:11.559Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2025-08-01T15:07:17.358Z | FMRI IFO |
| 269 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-08-01T15:07:17.358Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-08-01T15:07:18.395Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-08-01T15:07:18.829Z | Updating crates.io index |
| 287 | 2025-08-01T15:07:18.856Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-08-01T15:07:19.417Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-08-01T15:07:20.250Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-08-01T15:07:20.590Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-08-01T15:07:21.022Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-08-01T15:07:21.542Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-08-01T15:07:22.995Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-08-01T15:07:25.298Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-08-01T15:07:26.463Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-08-01T15:07:27.369Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-08-01T15:07:27.745Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-08-01T15:07:28.201Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-08-01T15:07:29.061Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-08-01T15:07:29.511Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2025-08-01T15:07:30.078Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2025-08-01T15:07:30.766Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-08-01T15:07:31.340Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-08-01T15:07:31.770Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-08-01T15:07:32.141Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-08-01T15:07:32.493Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-08-01T15:07:32.927Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2025-08-01T15:07:33.496Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-08-01T15:07:33.996Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-08-01T15:07:34.496Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2025-08-01T15:07:35.063Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2025-08-01T15:07:35.609Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-08-01T15:07:36.003Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-08-01T15:07:36.547Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-08-01T15:07:37.170Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-08-01T15:07:37.581Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-08-01T15:07:38.004Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-08-01T15:07:38.429Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-08-01T15:07:48.902Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-08-01T15:07:50.449Z | Downloading crates ... |
| 321 | 2025-08-01T15:07:50.520Z | Downloaded generic-array v0.14.7 |
| 322 | 2025-08-01T15:07:50.551Z | Downloaded anstyle-parse v0.2.5 |
| 323 | 2025-08-01T15:07:50.551Z | Downloaded anstyle-query v1.1.1 |
| 324 | 2025-08-01T15:07:50.551Z | Downloaded clap_lex v0.7.4 |
| 325 | 2025-08-01T15:07:50.551Z | Downloaded bitflags v2.9.1 |
| 326 | 2025-08-01T15:07:50.552Z | Downloaded cargo_toml v0.21.0 |
| 327 | 2025-08-01T15:07:50.552Z | Downloaded anstream v0.6.18 |
| 328 | 2025-08-01T15:07:50.552Z | Downloaded yoke-derive v0.7.4 |
| 329 | 2025-08-01T15:07:50.552Z | Downloaded form_urlencoded v1.2.1 |
| 330 | 2025-08-01T15:07:50.552Z | Downloaded tinystr v0.7.6 |
| 331 | 2025-08-01T15:07:50.552Z | Downloaded cargo_metadata v0.21.0 |
| 332 | 2025-08-01T15:07:50.582Z | Downloaded cfg-if v1.0.1 |
| 333 | 2025-08-01T15:07:50.582Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2025-08-01T15:07:50.582Z | Downloaded icu_normalizer_data v1.5.0 |
| 335 | 2025-08-01T15:07:50.583Z | Downloaded zerofrom v0.1.4 |
| 336 | 2025-08-01T15:07:50.583Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2025-08-01T15:07:50.583Z | Downloaded toml_write v0.1.2 |
| 338 | 2025-08-01T15:07:50.583Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2025-08-01T15:07:50.583Z | Downloaded icu_normalizer v1.5.0 |
| 340 | 2025-08-01T15:07:50.583Z | Downloaded icu_locid_transform v1.5.0 |
| 341 | 2025-08-01T15:07:50.583Z | Downloaded toml_datetime v0.6.11 |
| 342 | 2025-08-01T15:07:50.583Z | Downloaded pest_derive v2.7.14 |
| 343 | 2025-08-01T15:07:50.583Z | Downloaded thiserror-impl v1.0.69 |
| 344 | 2025-08-01T15:07:50.583Z | Downloaded typenum v1.17.0 |
| 345 | 2025-08-01T15:07:50.617Z | Downloaded utf8_iter v1.0.4 |
| 346 | 2025-08-01T15:07:50.617Z | Downloaded thiserror-impl v2.0.12 |
| 347 | 2025-08-01T15:07:50.617Z | Downloaded dtrace-parser v0.2.0 |
| 348 | 2025-08-01T15:07:50.618Z | Downloaded thiserror v2.0.12 |
| 349 | 2025-08-01T15:07:50.656Z | Downloaded version_check v0.9.5 |
| 350 | 2025-08-01T15:07:50.656Z | Downloaded textwrap v0.16.2 |
| 351 | 2025-08-01T15:07:50.656Z | Downloaded url v2.5.4 |
| 352 | 2025-08-01T15:07:50.657Z | Downloaded stable_deref_trait v1.2.0 |
| 353 | 2025-08-01T15:07:50.657Z | Downloaded zerovec v0.10.4 |
| 354 | 2025-08-01T15:07:50.657Z | Downloaded zerocopy v0.7.35 |
| 355 | 2025-08-01T15:07:50.685Z | Downloaded tempfile v3.20.0 |
| 356 | 2025-08-01T15:07:50.685Z | Downloaded winnow v0.7.10 |
| 357 | 2025-08-01T15:07:50.686Z | Downloaded serde v1.0.219 |
| 358 | 2025-08-01T15:07:50.686Z | Downloaded pest v2.7.14 |
| 359 | 2025-08-01T15:07:50.724Z | Downloaded hashbrown v0.15.4 |
| 360 | 2025-08-01T15:07:50.724Z | Downloaded serde_json v1.0.141 |
| 361 | 2025-08-01T15:07:50.725Z | Downloaded unicode-width v0.1.14 |
| 362 | 2025-08-01T15:07:50.725Z | Downloaded unicode-width v0.2.0 |
| 363 | 2025-08-01T15:07:50.725Z | Downloaded tabled v0.15.0 |
| 364 | 2025-08-01T15:07:50.752Z | Downloaded goblin v0.8.2 |
| 365 | 2025-08-01T15:07:50.752Z | Downloaded icu_properties_data v1.5.0 |
| 366 | 2025-08-01T15:07:50.752Z | Downloaded syn v1.0.109 |
| 367 | 2025-08-01T15:07:50.778Z | Downloaded idna v1.0.3 |
| 368 | 2025-08-01T15:07:50.778Z | Downloaded serde_derive v1.0.219 |
| 369 | 2025-08-01T15:07:50.778Z | Downloaded proc-macro2 v1.0.95 |
| 370 | 2025-08-01T15:07:50.778Z | Downloaded syn v2.0.104 |
| 371 | 2025-08-01T15:07:50.778Z | Downloaded num-traits v0.2.19 |
| 372 | 2025-08-01T15:07:50.805Z | Downloaded log v0.4.27 |
| 373 | 2025-08-01T15:07:50.805Z | Downloaded rustix v0.38.37 |
| 374 | 2025-08-01T15:07:50.832Z | Downloaded indexmap v2.10.0 |
| 375 | 2025-08-01T15:07:50.832Z | Downloaded icu_collections v1.5.0 |
| 376 | 2025-08-01T15:07:50.832Z | Downloaded rustix v1.0.7 |
| 377 | 2025-08-01T15:07:50.859Z | Downloaded proc-macro-error v1.0.4 |
| 378 | 2025-08-01T15:07:50.859Z | Downloaded pest_meta v2.7.14 |
| 379 | 2025-08-01T15:07:50.859Z | Downloaded papergrid v0.11.0 |
| 380 | 2025-08-01T15:07:50.859Z | Downloaded memchr v2.7.4 |
| 381 | 2025-08-01T15:07:50.859Z | Downloaded icu_locid_transform_data v1.5.0 |
| 382 | 2025-08-01T15:07:50.859Z | Downloaded icu_locid v1.5.0 |
| 383 | 2025-08-01T15:07:50.885Z | Downloaded synstructure v0.13.1 |
| 384 | 2025-08-01T15:07:50.885Z | Downloaded smawk v0.3.2 |
| 385 | 2025-08-01T15:07:50.885Z | Downloaded smallvec v1.15.1 |
| 386 | 2025-08-01T15:07:50.885Z | Downloaded sha2 v0.10.9 |
| 387 | 2025-08-01T15:07:50.885Z | Downloaded serde_tokenstream v0.2.2 |
| 388 | 2025-08-01T15:07:50.885Z | Downloaded semver v1.0.26 |
| 389 | 2025-08-01T15:07:50.886Z | Downloaded scroll v0.12.0 |
| 390 | 2025-08-01T15:07:50.886Z | Downloaded quote v1.0.40 |
| 391 | 2025-08-01T15:07:50.886Z | Downloaded ucd-trie v0.1.7 |
| 392 | 2025-08-01T15:07:50.886Z | Downloaded serde_spanned v0.6.9 |
| 393 | 2025-08-01T15:07:50.886Z | Downloaded serde-value v0.7.0 |
| 394 | 2025-08-01T15:07:50.886Z | Downloaded pest_generator v2.7.14 |
| 395 | 2025-08-01T15:07:50.886Z | Downloaded heck v0.5.0 |
| 396 | 2025-08-01T15:07:50.886Z | Downloaded heck v0.4.1 |
| 397 | 2025-08-01T15:07:50.886Z | Downloaded fnv v1.0.7 |
| 398 | 2025-08-01T15:07:50.913Z | Downloaded libc v0.2.174 |
| 399 | 2025-08-01T15:07:50.913Z | Downloaded erased-serde v0.4.6 |
| 400 | 2025-08-01T15:07:50.913Z | Downloaded dof v0.3.0 |
| 401 | 2025-08-01T15:07:50.939Z | Downloaded digest v0.10.7 |
| 402 | 2025-08-01T15:07:50.939Z | Downloaded crypto-common v0.1.6 |
| 403 | 2025-08-01T15:07:50.939Z | Downloaded colorchoice v1.0.2 |
| 404 | 2025-08-01T15:07:50.940Z | Downloaded unicode-ident v1.0.18 |
| 405 | 2025-08-01T15:07:50.940Z | Downloaded toml_edit v0.22.27 |
| 406 | 2025-08-01T15:07:50.940Z | Downloaded toml v0.8.23 |
| 407 | 2025-08-01T15:07:50.940Z | Downloaded thread-id v4.2.2 |
| 408 | 2025-08-01T15:07:50.940Z | Downloaded terminal_size v0.4.0 |
| 409 | 2025-08-01T15:07:50.940Z | Downloaded swrite v0.1.0 |
| 410 | 2025-08-01T15:07:50.940Z | Downloaded strsim v0.11.1 |
| 411 | 2025-08-01T15:07:50.940Z | Downloaded serde-untagged v0.1.7 |
| 412 | 2025-08-01T15:07:50.940Z | Downloaded scroll_derive v0.12.0 |
| 413 | 2025-08-01T15:07:50.940Z | Downloaded ryu v1.0.18 |
| 414 | 2025-08-01T15:07:50.940Z | Downloaded proc-macro-error-attr v1.0.4 |
| 415 | 2025-08-01T15:07:50.940Z | Downloaded pretty-hex v0.4.1 |
| 416 | 2025-08-01T15:07:50.940Z | Downloaded memmap v0.7.0 |
| 417 | 2025-08-01T15:07:50.967Z | Downloaded zerocopy-derive v0.7.35 |
| 418 | 2025-08-01T15:07:50.967Z | Downloaded yoke v0.7.4 |
| 419 | 2025-08-01T15:07:50.967Z | Downloaded writeable v0.5.5 |
| 420 | 2025-08-01T15:07:50.967Z | Downloaded thiserror v1.0.69 |
| 421 | 2025-08-01T15:07:50.967Z | Downloaded zerovec-derive v0.10.3 |
| 422 | 2025-08-01T15:07:50.967Z | Downloaded zerofrom-derive v0.1.4 |
| 423 | 2025-08-01T15:07:50.967Z | Downloaded utf8parse v0.2.2 |
| 424 | 2025-08-01T15:07:50.967Z | Downloaded utf16_iter v1.0.5 |
| 425 | 2025-08-01T15:07:50.967Z | Downloaded usdt v0.5.0 |
| 426 | 2025-08-01T15:07:50.967Z | Downloaded unicode-xid v0.2.6 |
| 427 | 2025-08-01T15:07:50.967Z | Downloaded unicode-linebreak v0.1.5 |
| 428 | 2025-08-01T15:07:50.967Z | Downloaded percent-encoding v2.3.1 |
| 429 | 2025-08-01T15:07:50.967Z | Downloaded ordered-float v2.10.1 |
| 430 | 2025-08-01T15:07:50.967Z | Downloaded is_terminal_polyfill v1.70.1 |
| 431 | 2025-08-01T15:07:50.967Z | Downloaded idna_adapter v1.2.0 |
| 432 | 2025-08-01T15:07:50.967Z | Downloaded icu_provider_macros v1.5.0 |
| 433 | 2025-08-01T15:07:50.967Z | Downloaded errno v0.3.12 |
| 434 | 2025-08-01T15:07:50.994Z | Downloaded equivalent v1.0.2 |
| 435 | 2025-08-01T15:07:50.994Z | Downloaded typeid v1.0.3 |
| 436 | 2025-08-01T15:07:50.994Z | Downloaded macaddr v1.0.1 |
| 437 | 2025-08-01T15:07:50.994Z | Downloaded usdt-attr-macro v0.5.0 |
| 438 | 2025-08-01T15:07:50.994Z | Downloaded icu_properties v1.5.1 |
| 439 | 2025-08-01T15:07:50.994Z | Downloaded litemap v0.7.3 |
| 440 | 2025-08-01T15:07:50.994Z | Downloaded icu_provider v1.5.0 |
| 441 | 2025-08-01T15:07:50.994Z | Downloaded displaydoc v0.2.5 |
| 442 | 2025-08-01T15:07:50.994Z | Downloaded plain v0.2.3 |
| 443 | 2025-08-01T15:07:50.994Z | Downloaded fastrand v2.1.1 |
| 444 | 2025-08-01T15:07:50.994Z | Downloaded cpufeatures v0.2.14 |
| 445 | 2025-08-01T15:07:50.994Z | Downloaded write16 v1.0.0 |
| 446 | 2025-08-01T15:07:50.994Z | Downloaded once_cell v1.21.3 |
| 447 | 2025-08-01T15:07:50.994Z | Downloaded itoa v1.0.11 |
| 448 | 2025-08-01T15:07:50.995Z | Downloaded getrandom v0.3.1 |
| 449 | 2025-08-01T15:07:50.995Z | Downloaded clap_derive v4.5.41 |
| 450 | 2025-08-01T15:07:51.022Z | Downloaded clap v4.5.41 |
| 451 | 2025-08-01T15:07:51.022Z | Downloaded clap_builder v4.5.41 |
| 452 | 2025-08-01T15:07:51.022Z | Downloaded cargo-util-schemas v0.8.2 |
| 453 | 2025-08-01T15:07:51.022Z | Downloaded camino-tempfile v1.4.1 |
| 454 | 2025-08-01T15:07:51.022Z | Downloaded camino v1.1.10 |
| 455 | 2025-08-01T15:07:51.022Z | Downloaded cargo-platform v0.2.0 |
| 456 | 2025-08-01T15:07:51.022Z | Downloaded block-buffer v0.10.4 |
| 457 | 2025-08-01T15:07:51.022Z | Downloaded autocfg v1.4.0 |
| 458 | 2025-08-01T15:07:51.022Z | Downloaded fs-err v3.1.1 |
| 459 | 2025-08-01T15:07:51.049Z | Downloaded byteorder v1.5.0 |
| 460 | 2025-08-01T15:07:51.049Z | Downloaded bytecount v0.6.8 |
| 461 | 2025-08-01T15:07:51.049Z | Downloaded anyhow v1.0.98 |
| 462 | 2025-08-01T15:07:51.049Z | Downloaded anstyle v1.0.11 |
| 463 | 2025-08-01T15:07:51.107Z | Compiling proc-macro2 v1.0.95 |
| 464 | 2025-08-01T15:07:51.108Z | Compiling unicode-ident v1.0.18 |
| 465 | 2025-08-01T15:07:51.135Z | Compiling serde v1.0.219 |
| 466 | 2025-08-01T15:07:51.135Z | Compiling version_check v0.9.5 |
| 467 | 2025-08-01T15:07:51.135Z | Compiling libc v0.2.174 |
| 468 | 2025-08-01T15:07:51.135Z | Compiling memchr v2.7.4 |
| 469 | 2025-08-01T15:07:51.135Z | Compiling thiserror v1.0.69 |
| 470 | 2025-08-01T15:07:51.135Z | Compiling stable_deref_trait v1.2.0 |
| 471 | 2025-08-01T15:07:51.411Z | Compiling autocfg v1.4.0 |
| 472 | 2025-08-01T15:07:51.439Z | Compiling itoa v1.0.11 |
| 473 | 2025-08-01T15:07:51.685Z | Compiling ucd-trie v0.1.7 |
| 474 | 2025-08-01T15:07:51.834Z | Compiling ryu v1.0.18 |
| 475 | 2025-08-01T15:07:51.865Z | Compiling litemap v0.7.3 |
| 476 | 2025-08-01T15:07:52.149Z | Compiling writeable v0.5.5 |
| 477 | 2025-08-01T15:07:52.177Z | Compiling once_cell v1.21.3 |
| 478 | 2025-08-01T15:07:52.236Z | Compiling bitflags v2.9.1 |
| 479 | 2025-08-01T15:07:52.263Z | Compiling icu_locid_transform_data v1.5.0 |
| 480 | 2025-08-01T15:07:52.383Z | Compiling byteorder v1.5.0 |
| 481 | 2025-08-01T15:07:52.411Z | Compiling icu_properties_data v1.5.0 |
| 482 | 2025-08-01T15:07:52.622Z | Compiling serde_json v1.0.141 |
| 483 | 2025-08-01T15:07:52.649Z | Compiling num-traits v0.2.19 |
| 484 | 2025-08-01T15:07:52.694Z | Compiling utf8_iter v1.0.4 |
| 485 | 2025-08-01T15:07:52.726Z | Compiling write16 v1.0.0 |
| 486 | 2025-08-01T15:07:52.783Z | Compiling quote v1.0.40 |
| 487 | 2025-08-01T15:07:52.875Z | Compiling hashbrown v0.15.4 |
| 488 | 2025-08-01T15:07:52.922Z | Compiling errno v0.3.12 |
| 489 | 2025-08-01T15:07:52.977Z | Compiling icu_normalizer_data v1.5.0 |
| 490 | 2025-08-01T15:07:53.070Z | Compiling smallvec v1.15.1 |
| 491 | 2025-08-01T15:07:53.110Z | Compiling typeid v1.0.3 |
| 492 | 2025-08-01T15:07:53.158Z | Compiling syn v2.0.104 |
| 493 | 2025-08-01T15:07:53.272Z | Compiling equivalent v1.0.2 |
| 494 | 2025-08-01T15:07:53.299Z | Compiling utf16_iter v1.0.5 |
| 495 | 2025-08-01T15:07:53.326Z | Compiling rustix v0.38.37 |
| 496 | 2025-08-01T15:07:53.452Z | Compiling usdt-impl v0.5.0 |
| 497 | 2025-08-01T15:07:53.498Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2025-08-01T15:07:53.630Z | Compiling winnow v0.7.10 |
| 499 | 2025-08-01T15:07:53.681Z | Compiling syn v1.0.109 |
| 500 | 2025-08-01T15:07:53.762Z | Compiling indexmap v2.10.0 |
| 501 | 2025-08-01T15:07:53.789Z | Compiling toml_write v0.1.2 |
| 502 | 2025-08-01T15:07:53.989Z | Compiling thread-id v4.2.2 |
| 503 | 2025-08-01T15:07:54.163Z | Compiling proc-macro-error v1.0.4 |
| 504 | 2025-08-01T15:07:54.234Z | Compiling plain v0.2.3 |
| 505 | 2025-08-01T15:07:54.299Z | Compiling thiserror v2.0.12 |
| 506 | 2025-08-01T15:07:54.401Z | Compiling utf8parse v0.2.2 |
| 507 | 2025-08-01T15:07:54.441Z | Compiling rustix v1.0.7 |
| 508 | 2025-08-01T15:07:54.570Z | Compiling log v0.4.27 |
| 509 | 2025-08-01T15:07:54.773Z | Compiling camino v1.1.10 |
| 510 | 2025-08-01T15:07:54.837Z | Compiling percent-encoding v2.3.1 |
| 511 | 2025-08-01T15:07:54.888Z | Compiling semver v1.0.26 |
| 512 | 2025-08-01T15:07:54.988Z | Compiling getrandom v0.3.1 |
| 513 | 2025-08-01T15:07:55.146Z | Compiling form_urlencoded v1.2.1 |
| 514 | 2025-08-01T15:07:55.307Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-08-01T15:07:55.357Z | Compiling terminal_size v0.4.0 |
| 516 | 2025-08-01T15:07:55.439Z | Compiling anstyle-parse v0.2.5 |
| 517 | 2025-08-01T15:07:55.819Z | Compiling anstyle v1.0.11 |
| 518 | 2025-08-01T15:07:55.861Z | Compiling colorchoice v1.0.2 |
| 519 | 2025-08-01T15:07:55.888Z | Compiling cfg-if v1.0.1 |
| 520 | 2025-08-01T15:07:56.000Z | Compiling is_terminal_polyfill v1.70.1 |
| 521 | 2025-08-01T15:07:56.029Z | Compiling pretty-hex v0.4.1 |
| 522 | 2025-08-01T15:07:56.056Z | Compiling anstyle-query v1.1.1 |
| 523 | 2025-08-01T15:07:56.201Z | Compiling anstream v0.6.18 |
| 524 | 2025-08-01T15:07:56.375Z | Compiling fs-err v3.1.1 |
| 525 | 2025-08-01T15:07:56.477Z | Compiling unicode-xid v0.2.6 |
| 526 | 2025-08-01T15:07:56.523Z | Compiling fastrand v2.1.1 |
| 527 | 2025-08-01T15:07:56.644Z | Compiling anyhow v1.0.98 |
| 528 | 2025-08-01T15:07:56.670Z | Compiling heck v0.5.0 |
| 529 | 2025-08-01T15:07:56.752Z | Compiling fnv v1.0.7 |
| 530 | 2025-08-01T15:07:56.897Z | Compiling clap_lex v0.7.4 |
| 531 | 2025-08-01T15:07:57.071Z | Compiling strsim v0.11.1 |
| 532 | 2025-08-01T15:07:57.121Z | Compiling unicode-width v0.1.14 |
| 533 | 2025-08-01T15:07:57.274Z | Compiling bytecount v0.6.8 |
| 534 | 2025-08-01T15:07:57.315Z | Compiling heck v0.4.1 |
| 535 | 2025-08-01T15:07:57.478Z | Compiling papergrid v0.11.0 |
| 536 | 2025-08-01T15:07:57.548Z | Compiling clap_builder v4.5.41 |
| 537 | 2025-08-01T15:07:57.674Z | Compiling tempfile v3.20.0 |
| 538 | 2025-08-01T15:07:58.156Z | Compiling memmap v0.7.0 |
| 539 | 2025-08-01T15:07:58.332Z | Compiling unicode-width v0.2.0 |
| 540 | 2025-08-01T15:07:58.470Z | Compiling smawk v0.3.2 |
| 541 | 2025-08-01T15:07:58.497Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2025-08-01T15:07:58.685Z | Compiling synstructure v0.13.1 |
| 543 | 2025-08-01T15:07:58.910Z | Compiling textwrap v0.16.2 |
| 544 | 2025-08-01T15:07:59.790Z | Compiling tabled_derive v0.7.0 |
| 545 | 2025-08-01T15:07:59.818Z | Compiling swrite v0.1.0 |
| 546 | 2025-08-01T15:07:59.845Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2025-08-01T15:08:00.970Z | Compiling serde_derive v1.0.219 |
| 548 | 2025-08-01T15:08:01.031Z | Compiling zerofrom-derive v0.1.4 |
| 549 | 2025-08-01T15:08:01.096Z | Compiling yoke-derive v0.7.4 |
| 550 | 2025-08-01T15:08:01.135Z | Compiling thiserror-impl v1.0.69 |
| 551 | 2025-08-01T15:08:01.250Z | Compiling zerovec-derive v0.10.3 |
| 552 | 2025-08-01T15:08:02.078Z | Compiling displaydoc v0.2.5 |
| 553 | 2025-08-01T15:08:02.228Z | Compiling icu_provider_macros v1.5.0 |
| 554 | 2025-08-01T15:08:03.140Z | Compiling zerocopy-derive v0.7.35 |
| 555 | 2025-08-01T15:08:03.213Z | Compiling scroll_derive v0.12.0 |
| 556 | 2025-08-01T15:08:03.324Z | Compiling thiserror-impl v2.0.12 |
| 557 | 2025-08-01T15:08:03.477Z | Compiling clap_derive v4.5.41 |
| 558 | 2025-08-01T15:08:03.708Z | Compiling pest v2.7.14 |
| 559 | 2025-08-01T15:08:03.902Z | Compiling zerofrom v0.1.4 |
| 560 | 2025-08-01T15:08:04.123Z | Compiling yoke v0.7.4 |
| 561 | 2025-08-01T15:08:04.283Z | Compiling scroll v0.12.0 |
| 562 | 2025-08-01T15:08:04.486Z | Compiling zerovec v0.10.4 |
| 563 | 2025-08-01T15:08:04.760Z | Compiling goblin v0.8.2 |
| 564 | 2025-08-01T15:08:04.806Z | Compiling zerocopy v0.7.35 |
| 565 | 2025-08-01T15:08:05.016Z | Compiling tabled v0.15.0 |
| 566 | 2025-08-01T15:08:05.899Z | Compiling pest_meta v2.7.14 |
| 567 | 2025-08-01T15:08:06.121Z | Compiling tinystr v0.7.6 |
| 568 | 2025-08-01T15:08:06.245Z | Compiling icu_collections v1.5.0 |
| 569 | 2025-08-01T15:08:06.410Z | Compiling icu_locid v1.5.0 |
| 570 | 2025-08-01T15:08:07.060Z | Compiling clap v4.5.41 |
| 571 | 2025-08-01T15:08:07.192Z | Compiling pest_generator v2.7.14 |
| 572 | 2025-08-01T15:08:07.762Z | Compiling icu_provider v1.5.0 |
| 573 | 2025-08-01T15:08:08.467Z | Compiling icu_locid_transform v1.5.0 |
| 574 | 2025-08-01T15:08:08.773Z | Compiling pest_derive v2.7.14 |
| 575 | 2025-08-01T15:08:09.427Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-08-01T15:08:09.643Z | Compiling icu_properties v1.5.1 |
| 577 | 2025-08-01T15:08:11.082Z | Compiling toml_datetime v0.6.11 |
| 578 | 2025-08-01T15:08:11.083Z | Compiling serde_spanned v0.6.9 |
| 579 | 2025-08-01T15:08:11.110Z | Compiling erased-serde v0.4.6 |
| 580 | 2025-08-01T15:08:11.424Z | Compiling toml_edit v0.22.27 |
| 581 | 2025-08-01T15:08:11.452Z | Compiling serde_tokenstream v0.2.2 |
| 582 | 2025-08-01T15:08:11.550Z | Compiling serde-value v0.7.0 |
| 583 | 2025-08-01T15:08:11.950Z | Compiling serde-untagged v0.1.7 |
| 584 | 2025-08-01T15:08:12.106Z | Compiling cargo-platform v0.2.0 |
| 585 | 2025-08-01T15:08:12.226Z | Compiling camino-tempfile v1.4.1 |
| 586 | 2025-08-01T15:08:12.390Z | Compiling macaddr v1.0.1 |
| 587 | 2025-08-01T15:08:12.528Z | Compiling dof v0.3.0 |
| 588 | 2025-08-01T15:08:12.640Z | Compiling icu_normalizer v1.5.0 |
| 589 | 2025-08-01T15:08:13.431Z | Compiling idna_adapter v1.2.0 |
| 590 | 2025-08-01T15:08:13.640Z | Compiling idna v1.0.3 |
| 591 | 2025-08-01T15:08:14.187Z | Compiling url v2.5.4 |
| 592 | 2025-08-01T15:08:14.227Z | Compiling usdt-macro v0.5.0 |
| 593 | 2025-08-01T15:08:14.227Z | Compiling usdt-attr-macro v0.5.0 |
| 594 | 2025-08-01T15:08:14.421Z | Compiling toml v0.8.23 |
| 595 | 2025-08-01T15:08:15.155Z | Compiling cargo-util-schemas v0.8.2 |
| 596 | 2025-08-01T15:08:15.229Z | Compiling cargo_toml v0.21.0 |
| 597 | 2025-08-01T15:08:15.281Z | Compiling usdt v0.5.0 |
| 598 | 2025-08-01T15:08:17.071Z | Compiling cargo_metadata v0.21.0 |
| 599 | 2025-08-01T15:08:19.201Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 600 | 2025-08-01T15:08:23.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 601 | 2025-08-01T15:08:23.776Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 602 | 2025-08-01T15:08:24.679Z | Downloading crates ... |
| 603 | 2025-08-01T15:08:24.904Z | Downloaded bit-set v0.8.0 |
| 604 | 2025-08-01T15:08:24.930Z | Downloaded cobs v0.2.3 |
| 605 | 2025-08-01T15:08:24.930Z | Downloaded libscf-sys v1.1.0 |
| 606 | 2025-08-01T15:08:24.958Z | Downloaded crc32fast v1.4.2 |
| 607 | 2025-08-01T15:08:24.958Z | Downloaded spki v0.7.3 |
| 608 | 2025-08-01T15:08:24.958Z | Downloaded hashbrown v0.13.2 |
| 609 | 2025-08-01T15:08:24.986Z | Downloaded slog-scope v4.4.0 |
| 610 | 2025-08-01T15:08:24.986Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 611 | 2025-08-01T15:08:25.013Z | Downloaded derive_builder_core v0.20.2 |
| 612 | 2025-08-01T15:08:25.040Z | Downloaded jobserver v0.1.32 |
| 613 | 2025-08-01T15:08:25.067Z | Downloaded smoltcp v0.9.1 |
| 614 | 2025-08-01T15:08:25.094Z | Downloaded env_filter v0.1.2 |
| 615 | 2025-08-01T15:08:25.149Z | Downloaded spin v0.9.8 |
| 616 | 2025-08-01T15:08:25.177Z | Downloaded openssl-probe v0.1.5 |
| 617 | 2025-08-01T15:08:25.177Z | Downloaded tokio-native-tls v0.3.1 |
| 618 | 2025-08-01T15:08:25.177Z | Downloaded parse-size v1.1.0 |
| 619 | 2025-08-01T15:08:25.205Z | Downloaded zone_cfg_derive v0.3.0 |
| 620 | 2025-08-01T15:08:25.232Z | Downloaded cstr-argument v0.1.2 |
| 621 | 2025-08-01T15:08:25.259Z | Downloaded unicase v2.7.0 |
| 622 | 2025-08-01T15:08:25.287Z | Downloaded r2d2 v0.8.10 |
| 623 | 2025-08-01T15:08:25.287Z | Downloaded unarray v0.1.4 |
| 624 | 2025-08-01T15:08:25.314Z | Downloaded pem v3.0.5 |
| 625 | 2025-08-01T15:08:25.342Z | Downloaded darling_macro v0.21.0 |
| 626 | 2025-08-01T15:08:25.342Z | Downloaded strip-ansi-escapes v0.2.0 |
| 627 | 2025-08-01T15:08:25.342Z | Downloaded strum v0.26.3 |
| 628 | 2025-08-01T15:08:25.370Z | Downloaded slab v0.4.9 |
| 629 | 2025-08-01T15:08:25.370Z | Downloaded either v1.15.0 |
| 630 | 2025-08-01T15:08:25.398Z | Downloaded ed25519 v2.2.3 |
| 631 | 2025-08-01T15:08:25.398Z | Downloaded foreign-types-shared v0.3.1 |
| 632 | 2025-08-01T15:08:25.425Z | Downloaded rustls-pemfile v2.2.0 |
| 633 | 2025-08-01T15:08:25.425Z | Downloaded poly1305 v0.8.0 |
| 634 | 2025-08-01T15:08:25.452Z | Downloaded rustls-pemfile v1.0.4 |
| 635 | 2025-08-01T15:08:25.452Z | Downloaded postcard v1.0.10 |
| 636 | 2025-08-01T15:08:25.452Z | Downloaded rustls-pki-types v1.10.0 |
| 637 | 2025-08-01T15:08:25.452Z | Downloaded git2 v0.19.0 |
| 638 | 2025-08-01T15:08:25.479Z | Downloaded rustyline v14.0.0 |
| 639 | 2025-08-01T15:08:25.479Z | Downloaded derive_more v2.0.1 |
| 640 | 2025-08-01T15:08:25.507Z | Downloaded derive_more-impl v2.0.1 |
| 641 | 2025-08-01T15:08:25.507Z | Downloaded ratatui v0.29.0 |
| 642 | 2025-08-01T15:08:25.533Z | Downloaded vcpkg v0.2.15 |
| 643 | 2025-08-01T15:08:25.586Z | Downloaded rand v0.8.5 |
| 644 | 2025-08-01T15:08:25.613Z | Downloaded portable-atomic v1.11.0 |
| 645 | 2025-08-01T15:08:25.613Z | Downloaded rustls-webpki v0.102.8 |
| 646 | 2025-08-01T15:08:25.640Z | Downloaded salty v0.3.0 |
| 647 | 2025-08-01T15:08:25.640Z | Downloaded rustls-webpki v0.101.7 |
| 648 | 2025-08-01T15:08:25.667Z | Downloaded diesel v2.2.11 |
| 649 | 2025-08-01T15:08:25.693Z | Downloaded polar-core v0.27.3 |
| 650 | 2025-08-01T15:08:25.693Z | Downloaded tokio v1.47.0 |
| 651 | 2025-08-01T15:08:25.733Z | Downloaded radix_trie v0.2.1 |
| 652 | 2025-08-01T15:08:25.760Z | Downloaded typify-impl v0.4.1 |
| 653 | 2025-08-01T15:08:25.760Z | Downloaded typify-impl v0.3.0 |
| 654 | 2025-08-01T15:08:25.786Z | Downloaded regex-automata v0.4.8 |
| 655 | 2025-08-01T15:08:25.787Z | Downloaded typify-impl v0.2.0 |
| 656 | 2025-08-01T15:08:25.813Z | Downloaded libz-sys v1.1.20 |
| 657 | 2025-08-01T15:08:25.813Z | Downloaded sled v0.34.7 |
| 658 | 2025-08-01T15:08:25.840Z | Downloaded curve25519-dalek v4.1.3 |
| 659 | 2025-08-01T15:08:25.840Z | Downloaded gimli v0.31.1 |
| 660 | 2025-08-01T15:08:25.867Z | Downloaded lzma-sys v0.1.20 |
| 661 | 2025-08-01T15:08:25.893Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 662 | 2025-08-01T15:08:25.920Z | Downloaded zerocopy-derive v0.6.6 |
| 663 | 2025-08-01T15:08:25.920Z | Downloaded der v0.7.9 |
| 664 | 2025-08-01T15:08:25.920Z | Downloaded sqlparser v0.45.0 |
| 665 | 2025-08-01T15:08:25.947Z | Downloaded serde_with v3.14.0 |
| 666 | 2025-08-01T15:08:25.947Z | Downloaded petname v2.0.2 |
| 667 | 2025-08-01T15:08:25.947Z | Downloaded csv v1.3.1 |
| 668 | 2025-08-01T15:08:25.974Z | Downloaded petgraph v0.6.5 |
| 669 | 2025-08-01T15:08:26.001Z | Downloaded petgraph v0.8.2 |
| 670 | 2025-08-01T15:08:26.028Z | Downloaded flume v0.11.1 |
| 671 | 2025-08-01T15:08:26.028Z | Downloaded elliptic-curve v0.13.8 |
| 672 | 2025-08-01T15:08:26.028Z | Downloaded tabled v0.18.0 |
| 673 | 2025-08-01T15:08:26.055Z | Downloaded rustls-native-certs v0.8.1 |
| 674 | 2025-08-01T15:08:26.055Z | Downloaded sha3 v0.10.8 |
| 675 | 2025-08-01T15:08:26.055Z | Downloaded postgres-types v0.2.9 |
| 676 | 2025-08-01T15:08:26.055Z | Downloaded postgres-protocol v0.6.8 |
| 677 | 2025-08-01T15:08:26.055Z | Downloaded futures v0.3.31 |
| 678 | 2025-08-01T15:08:26.055Z | Downloaded embedded-io v0.4.0 |
| 679 | 2025-08-01T15:08:26.055Z | Downloaded diesel_derives v2.2.3 |
| 680 | 2025-08-01T15:08:26.082Z | Downloaded encoding_rs v0.8.34 |
| 681 | 2025-08-01T15:08:26.082Z | Downloaded proptest v1.7.0 |
| 682 | 2025-08-01T15:08:26.109Z | Downloaded regress v0.10.4 |
| 683 | 2025-08-01T15:08:26.109Z | Downloaded jiff v0.2.15 |
| 684 | 2025-08-01T15:08:26.136Z | Downloaded pkcs8 v0.10.2 |
| 685 | 2025-08-01T15:08:26.136Z | Downloaded fs-err v2.11.0 |
| 686 | 2025-08-01T15:08:26.136Z | Downloaded foldhash v0.1.5 |
| 687 | 2025-08-01T15:08:26.136Z | Downloaded float-cmp v0.10.0 |
| 688 | 2025-08-01T15:08:26.136Z | Downloaded derive_more v0.99.20 |
| 689 | 2025-08-01T15:08:26.136Z | Downloaded defmt-parser v0.3.4 |
| 690 | 2025-08-01T15:08:26.136Z | Downloaded rustversion v1.0.17 |
| 691 | 2025-08-01T15:08:26.136Z | Downloaded ssh-key v0.6.6 |
| 692 | 2025-08-01T15:08:26.163Z | Downloaded samael v0.0.19 |
| 693 | 2025-08-01T15:08:26.163Z | Downloaded rustls v0.23.19 |
| 694 | 2025-08-01T15:08:26.190Z | Downloaded regex-syntax v0.8.5 |
| 695 | 2025-08-01T15:08:26.190Z | Downloaded radium v0.7.0 |
| 696 | 2025-08-01T15:08:26.190Z | Downloaded polyval v0.6.2 |
| 697 | 2025-08-01T15:08:26.190Z | Downloaded pkg-config v0.3.31 |
| 698 | 2025-08-01T15:08:26.190Z | Downloaded funty v2.0.0 |
| 699 | 2025-08-01T15:08:26.190Z | Downloaded fs_extra v1.3.0 |
| 700 | 2025-08-01T15:08:26.190Z | Downloaded foreign-types-shared v0.1.1 |
| 701 | 2025-08-01T15:08:26.190Z | Downloaded ring v0.17.14 |
| 702 | 2025-08-01T15:08:26.230Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 703 | 2025-08-01T15:08:26.292Z | Downloaded foreign-types-macros v0.2.3 |
| 704 | 2025-08-01T15:08:26.319Z | Downloaded foreign-types v0.3.2 |
| 705 | 2025-08-01T15:08:26.319Z | Downloaded float-ord v0.3.2 |
| 706 | 2025-08-01T15:08:26.319Z | Downloaded embedded-io v0.6.1 |
| 707 | 2025-08-01T15:08:26.319Z | Downloaded der_derive v0.7.3 |
| 708 | 2025-08-01T15:08:26.319Z | Downloaded salsa20 v0.10.2 |
| 709 | 2025-08-01T15:08:26.319Z | Downloaded rusty-fork v0.3.0 |
| 710 | 2025-08-01T15:08:26.319Z | Downloaded ed25519-dalek v2.1.1 |
| 711 | 2025-08-01T15:08:26.319Z | Downloaded steno v0.4.1 |
| 712 | 2025-08-01T15:08:26.319Z | Downloaded futures-util v0.3.31 |
| 713 | 2025-08-01T15:08:26.346Z | Downloaded quinn-proto v0.11.8 |
| 714 | 2025-08-01T15:08:26.346Z | Downloaded rustls v0.22.4 |
| 715 | 2025-08-01T15:08:26.346Z | Downloaded regex-syntax v0.6.29 |
| 716 | 2025-08-01T15:08:26.373Z | Downloaded openapiv3 v2.2.0 |
| 717 | 2025-08-01T15:08:26.373Z | Downloaded foreign-types v0.5.0 |
| 718 | 2025-08-01T15:08:26.373Z | Downloaded defmt-macros v0.3.9 |
| 719 | 2025-08-01T15:08:26.373Z | Downloaded dirs-next v2.0.0 |
| 720 | 2025-08-01T15:08:26.373Z | Downloaded difflib v0.4.0 |
| 721 | 2025-08-01T15:08:26.373Z | Downloaded diff v0.1.13 |
| 722 | 2025-08-01T15:08:26.373Z | Downloaded des v0.8.1 |
| 723 | 2025-08-01T15:08:26.400Z | Downloaded serde_yaml v0.9.34+deprecated |
| 724 | 2025-08-01T15:08:26.400Z | Downloaded tar v0.4.44 |
| 725 | 2025-08-01T15:08:26.400Z | Downloaded unicode-normalization v0.1.24 |
| 726 | 2025-08-01T15:08:26.400Z | Downloaded quick-xml v0.37.2 |
| 727 | 2025-08-01T15:08:26.400Z | Downloaded zerocopy v0.8.26 |
| 728 | 2025-08-01T15:08:26.427Z | Downloaded ecdsa v0.16.9 |
| 729 | 2025-08-01T15:08:26.427Z | Downloaded dunce v1.0.5 |
| 730 | 2025-08-01T15:08:26.427Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 731 | 2025-08-01T15:08:26.427Z | Downloaded diesel-dtrace v0.4.2 |
| 732 | 2025-08-01T15:08:26.428Z | Downloaded data-encoding v2.9.0 |
| 733 | 2025-08-01T15:08:26.428Z | Downloaded sqlformat v0.3.5 |
| 734 | 2025-08-01T15:08:26.428Z | Downloaded slog v2.7.0 |
| 735 | 2025-08-01T15:08:26.454Z | Downloaded signal-hook-tokio v0.3.1 |
| 736 | 2025-08-01T15:08:26.455Z | Downloaded signal-hook v0.3.18 |
| 737 | 2025-08-01T15:08:26.455Z | Downloaded shlex v1.3.0 |
| 738 | 2025-08-01T15:08:26.455Z | Downloaded sha1 v0.10.6 |
| 739 | 2025-08-01T15:08:26.455Z | Downloaded serde_with_macros v3.14.0 |
| 740 | 2025-08-01T15:08:26.455Z | Downloaded serde_urlencoded v0.7.1 |
| 741 | 2025-08-01T15:08:26.455Z | Downloaded serde_repr v0.1.19 |
| 742 | 2025-08-01T15:08:26.455Z | Downloaded serde_plain v1.0.2 |
| 743 | 2025-08-01T15:08:26.455Z | Downloaded serde_path_to_error v0.1.17 |
| 744 | 2025-08-01T15:08:26.455Z | Downloaded serde_derive_internals v0.29.1 |
| 745 | 2025-08-01T15:08:26.455Z | Downloaded smoltcp v0.11.0 |
| 746 | 2025-08-01T15:08:26.482Z | Downloaded dyn-clone v1.0.19 |
| 747 | 2025-08-01T15:08:26.482Z | Downloaded display-error-chain v0.2.2 |
| 748 | 2025-08-01T15:08:26.482Z | Downloaded dirs-sys-next v0.1.2 |
| 749 | 2025-08-01T15:08:26.482Z | Downloaded defmt v0.3.8 |
| 750 | 2025-08-01T15:08:26.482Z | Downloaded debug-ignore v1.0.5 |
| 751 | 2025-08-01T15:08:26.482Z | Downloaded structmeta-derive v0.3.0 |
| 752 | 2025-08-01T15:08:26.482Z | Downloaded structmeta v0.3.0 |
| 753 | 2025-08-01T15:08:26.482Z | Downloaded string_cache v0.8.9 |
| 754 | 2025-08-01T15:08:26.482Z | Downloaded similar v2.7.0 |
| 755 | 2025-08-01T15:08:26.482Z | Downloaded simd-adler32 v0.3.7 |
| 756 | 2025-08-01T15:08:26.482Z | Downloaded sigpipe v0.1.3 |
| 757 | 2025-08-01T15:08:26.509Z | Downloaded signature v2.2.0 |
| 758 | 2025-08-01T15:08:26.509Z | Downloaded signal-hook-registry v1.4.2 |
| 759 | 2025-08-01T15:08:26.509Z | Downloaded signal-hook-mio v0.2.4 |
| 760 | 2025-08-01T15:08:26.509Z | Downloaded shell-words v1.1.0 |
| 761 | 2025-08-01T15:08:26.509Z | Downloaded serde_cbor v0.11.2 |
| 762 | 2025-08-01T15:08:26.509Z | Downloaded serde_bytes v0.11.17 |
| 763 | 2025-08-01T15:08:26.509Z | Downloaded darling_core v0.21.0 |
| 764 | 2025-08-01T15:08:26.509Z | Downloaded darling_core v0.20.10 |
| 765 | 2025-08-01T15:08:26.510Z | Downloaded csv-core v0.1.11 |
| 766 | 2025-08-01T15:08:26.510Z | Downloaded uuid v1.17.0 |
| 767 | 2025-08-01T15:08:26.510Z | Downloaded unsafe-libyaml v0.2.11 |
| 768 | 2025-08-01T15:08:26.537Z | Downloaded typed-path v0.9.3 |
| 769 | 2025-08-01T15:08:26.537Z | Downloaded zlib-rs v0.5.1 |
| 770 | 2025-08-01T15:08:26.537Z | Downloaded rustls v0.21.12 |
| 771 | 2025-08-01T15:08:26.537Z | Downloaded regex v1.11.1 |
| 772 | 2025-08-01T15:08:26.563Z | Downloaded rayon v1.10.0 |
| 773 | 2025-08-01T15:08:26.564Z | Downloaded siphasher v0.3.11 |
| 774 | 2025-08-01T15:08:26.564Z | Downloaded subprocess v0.2.9 |
| 775 | 2025-08-01T15:08:26.564Z | Downloaded strum_macros v0.27.1 |
| 776 | 2025-08-01T15:08:26.590Z | Downloaded tungstenite v0.23.0 |
| 777 | 2025-08-01T15:08:26.590Z | Downloaded openssl v0.10.73 |
| 778 | 2025-08-01T15:08:26.590Z | Downloaded object v0.36.5 |
| 779 | 2025-08-01T15:08:26.617Z | Downloaded object v0.30.4 |
| 780 | 2025-08-01T15:08:26.617Z | Downloaded stringprep v0.1.5 |
| 781 | 2025-08-01T15:08:26.617Z | Downloaded static_assertions v1.1.0 |
| 782 | 2025-08-01T15:08:26.617Z | Downloaded ssh-encoding v0.2.0 |
| 783 | 2025-08-01T15:08:26.617Z | Downloaded ssh-cipher v0.2.0 |
| 784 | 2025-08-01T15:08:26.617Z | Downloaded sqlparser_derive v0.2.2 |
| 785 | 2025-08-01T15:08:26.617Z | Downloaded siphasher v1.0.1 |
| 786 | 2025-08-01T15:08:26.617Z | Downloaded value-bag v1.9.0 |
| 787 | 2025-08-01T15:08:26.617Z | Downloaded tap v1.0.1 |
| 788 | 2025-08-01T15:08:26.617Z | Downloaded take_mut v0.2.2 |
| 789 | 2025-08-01T15:08:26.617Z | Downloaded tagptr v0.2.0 |
| 790 | 2025-08-01T15:08:26.617Z | Downloaded tabwriter v1.4.0 |
| 791 | 2025-08-01T15:08:26.645Z | Downloaded tabled_derive v0.10.0 |
| 792 | 2025-08-01T15:08:26.645Z | Downloaded supports-color v3.0.2 |
| 793 | 2025-08-01T15:08:26.645Z | Downloaded support-bundle-viewer v0.1.2 |
| 794 | 2025-08-01T15:08:26.645Z | Downloaded subtle v2.6.1 |
| 795 | 2025-08-01T15:08:26.645Z | Downloaded strum_macros v0.26.4 |
| 796 | 2025-08-01T15:08:26.645Z | Downloaded strum_macros v0.24.3 |
| 797 | 2025-08-01T15:08:26.645Z | Downloaded strum v0.27.2 |
| 798 | 2025-08-01T15:08:26.645Z | Downloaded pkcs5 v0.7.1 |
| 799 | 2025-08-01T15:08:26.645Z | Downloaded pin-project v1.1.6 |
| 800 | 2025-08-01T15:08:26.672Z | Downloaded num-bigint-dig v0.8.4 |
| 801 | 2025-08-01T15:08:26.672Z | Downloaded num-bigint v0.4.6 |
| 802 | 2025-08-01T15:08:26.672Z | Downloaded zip v4.2.0 |
| 803 | 2025-08-01T15:08:26.672Z | Downloaded webpki-roots v1.0.1 |
| 804 | 2025-08-01T15:08:26.672Z | Downloaded ctr v0.9.2 |
| 805 | 2025-08-01T15:08:26.672Z | Downloaded uzers v0.12.1 |
| 806 | 2025-08-01T15:08:26.672Z | Downloaded utf-8 v0.7.6 |
| 807 | 2025-08-01T15:08:26.672Z | Downloaded untrusted v0.9.0 |
| 808 | 2025-08-01T15:08:26.699Z | Downloaded untrusted v0.7.1 |
| 809 | 2025-08-01T15:08:26.699Z | Downloaded sync_wrapper v1.0.1 |
| 810 | 2025-08-01T15:08:26.699Z | Downloaded sync-ptr v0.1.4 |
| 811 | 2025-08-01T15:08:26.699Z | Downloaded peg-macros v0.8.5 |
| 812 | 2025-08-01T15:08:26.699Z | Downloaded ghash v0.5.1 |
| 813 | 2025-08-01T15:08:26.699Z | Downloaded getrandom v0.2.15 |
| 814 | 2025-08-01T15:08:26.699Z | Downloaded gethostname v0.5.0 |
| 815 | 2025-08-01T15:08:26.699Z | Downloaded fxhash v0.2.1 |
| 816 | 2025-08-01T15:08:26.699Z | Downloaded futures-sink v0.3.31 |
| 817 | 2025-08-01T15:08:26.699Z | Downloaded futures-macro v0.3.31 |
| 818 | 2025-08-01T15:08:26.699Z | Downloaded futures-executor v0.3.31 |
| 819 | 2025-08-01T15:08:26.699Z | Downloaded futures-core v0.3.31 |
| 820 | 2025-08-01T15:08:26.699Z | Downloaded futures-channel v0.3.31 |
| 821 | 2025-08-01T15:08:26.699Z | Downloaded typify v0.3.0 |
| 822 | 2025-08-01T15:08:26.699Z | Downloaded tungstenite v0.21.0 |
| 823 | 2025-08-01T15:08:26.699Z | Downloaded tokio-tungstenite v0.21.0 |
| 824 | 2025-08-01T15:08:26.726Z | Downloaded tokio-rustls v0.26.0 |
| 825 | 2025-08-01T15:08:26.726Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 826 | 2025-08-01T15:08:26.726Z | Downloaded test-strategy v0.4.3 |
| 827 | 2025-08-01T15:08:26.726Z | Downloaded termcolor v1.4.1 |
| 828 | 2025-08-01T15:08:26.726Z | Downloaded term v0.7.0 |
| 829 | 2025-08-01T15:08:26.726Z | Downloaded prettyplease v0.2.36 |
| 830 | 2025-08-01T15:08:26.726Z | Downloaded pretty_assertions v1.4.1 |
| 831 | 2025-08-01T15:08:26.726Z | Downloaded prefix-trie v0.7.0 |
| 832 | 2025-08-01T15:08:26.726Z | Downloaded zip v0.6.6 |
| 833 | 2025-08-01T15:08:26.726Z | Downloaded zerocopy-derive v0.8.26 |
| 834 | 2025-08-01T15:08:26.753Z | Downloaded tough v0.20.0 |
| 835 | 2025-08-01T15:08:26.753Z | Downloaded tokio-util v0.7.15 |
| 836 | 2025-08-01T15:08:26.753Z | Downloaded darling_macro v0.20.10 |
| 837 | 2025-08-01T15:08:26.753Z | Downloaded pkcs1 v0.7.5 |
| 838 | 2025-08-01T15:08:26.753Z | Downloaded pin-utils v0.1.0 |
| 839 | 2025-08-01T15:08:26.780Z | Downloaded pin-project-lite v0.2.14 |
| 840 | 2025-08-01T15:08:26.780Z | Downloaded pin-project-internal v1.1.6 |
| 841 | 2025-08-01T15:08:26.780Z | Downloaded phf_shared v0.12.1 |
| 842 | 2025-08-01T15:08:26.780Z | Downloaded phf_shared v0.11.2 |
| 843 | 2025-08-01T15:08:26.780Z | Downloaded phf v0.12.1 |
| 844 | 2025-08-01T15:08:26.780Z | Downloaded phf v0.11.2 |
| 845 | 2025-08-01T15:08:26.780Z | Downloaded pem-rfc7468 v0.7.0 |
| 846 | 2025-08-01T15:08:26.780Z | Downloaded peg v0.8.5 |
| 847 | 2025-08-01T15:08:26.780Z | Downloaded futures-task v0.3.31 |
| 848 | 2025-08-01T15:08:26.780Z | Downloaded futures-io v0.3.31 |
| 849 | 2025-08-01T15:08:26.781Z | Downloaded unicode-bidi v0.3.17 |
| 850 | 2025-08-01T15:08:26.781Z | Downloaded typify v0.4.1 |
| 851 | 2025-08-01T15:08:26.808Z | Downloaded typify v0.2.0 |
| 852 | 2025-08-01T15:08:26.808Z | Downloaded twox-hash v2.1.0 |
| 853 | 2025-08-01T15:08:26.808Z | Downloaded try-lock v0.2.5 |
| 854 | 2025-08-01T15:08:26.808Z | Downloaded tokio-stream v0.1.17 |
| 855 | 2025-08-01T15:08:26.808Z | Downloaded termtree v0.5.1 |
| 856 | 2025-08-01T15:08:26.808Z | Downloaded publicsuffix v2.3.0 |
| 857 | 2025-08-01T15:08:26.808Z | Downloaded progenitor-impl v0.10.0 |
| 858 | 2025-08-01T15:08:26.808Z | Downloaded proc-macro-error2 v2.0.1 |
| 859 | 2025-08-01T15:08:26.808Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 860 | 2025-08-01T15:08:26.808Z | Downloaded proc-macro-crate v1.3.1 |
| 861 | 2025-08-01T15:08:26.808Z | Downloaded primeorder v0.13.6 |
| 862 | 2025-08-01T15:08:26.808Z | Downloaded yansi v1.0.1 |
| 863 | 2025-08-01T15:08:26.835Z | Downloaded tower v0.5.2 |
| 864 | 2025-08-01T15:08:26.835Z | Downloaded toml_edit v0.19.15 |
| 865 | 2025-08-01T15:08:26.861Z | Downloaded reqwest v0.12.22 |
| 866 | 2025-08-01T15:08:26.862Z | Downloaded rand v0.9.1 |
| 867 | 2025-08-01T15:08:26.862Z | Downloaded p384 v0.13.0 |
| 868 | 2025-08-01T15:08:26.862Z | Downloaded winnow v0.6.26 |
| 869 | 2025-08-01T15:08:26.889Z | Downloaded winnow v0.5.40 |
| 870 | 2025-08-01T15:08:26.889Z | Downloaded peg-runtime v0.8.5 |
| 871 | 2025-08-01T15:08:26.889Z | Downloaded typify-macro v0.4.1 |
| 872 | 2025-08-01T15:08:26.889Z | Downloaded typify-macro v0.3.0 |
| 873 | 2025-08-01T15:08:26.889Z | Downloaded typify-macro v0.2.0 |
| 874 | 2025-08-01T15:08:26.889Z | Downloaded tui-tree-widget v0.23.1 |
| 875 | 2025-08-01T15:08:26.889Z | Downloaded termios v0.3.3 |
| 876 | 2025-08-01T15:08:26.889Z | Downloaded progenitor-impl v0.8.0 |
| 877 | 2025-08-01T15:08:26.889Z | Downloaded progenitor v0.9.1 |
| 878 | 2025-08-01T15:08:26.889Z | Downloaded progenitor v0.8.0 |
| 879 | 2025-08-01T15:08:26.889Z | Downloaded predicates-core v1.0.8 |
| 880 | 2025-08-01T15:08:26.915Z | Downloaded powerfmt v0.2.0 |
| 881 | 2025-08-01T15:08:26.915Z | Downloaded pbkdf2 v0.12.2 |
| 882 | 2025-08-01T15:08:26.915Z | Downloaded password-hash v0.5.0 |
| 883 | 2025-08-01T15:08:26.916Z | Downloaded crossterm v0.29.0 |
| 884 | 2025-08-01T15:08:26.916Z | Downloaded rayon-core v1.12.1 |
| 885 | 2025-08-01T15:08:26.916Z | Downloaded progenitor-impl v0.9.1 |
| 886 | 2025-08-01T15:08:26.916Z | Downloaded predicates-tree v1.0.12 |
| 887 | 2025-08-01T15:08:26.916Z | Downloaded quinn-udp v0.5.5 |
| 888 | 2025-08-01T15:08:26.916Z | Downloaded quinn v0.11.5 |
| 889 | 2025-08-01T15:08:26.916Z | Downloaded quick-error v1.2.3 |
| 890 | 2025-08-01T15:08:26.916Z | Downloaded qorb v0.4.0 |
| 891 | 2025-08-01T15:08:26.943Z | Downloaded psl-types v2.0.11 |
| 892 | 2025-08-01T15:08:26.943Z | Downloaded progenitor-macro v0.10.0 |
| 893 | 2025-08-01T15:08:26.944Z | Downloaded progenitor-macro v0.9.1 |
| 894 | 2025-08-01T15:08:26.944Z | Downloaded progenitor-macro v0.8.0 |
| 895 | 2025-08-01T15:08:26.944Z | Downloaded progenitor-client v0.10.0 |
| 896 | 2025-08-01T15:08:26.944Z | Downloaded progenitor-client v0.9.1 |
| 897 | 2025-08-01T15:08:26.944Z | Downloaded progenitor v0.10.0 |
| 898 | 2025-08-01T15:08:26.944Z | Downloaded pretty-hex v0.2.1 |
| 899 | 2025-08-01T15:08:26.944Z | Downloaded predicates v3.1.3 |
| 900 | 2025-08-01T15:08:26.944Z | Downloaded precomputed-hash v0.1.1 |
| 901 | 2025-08-01T15:08:26.944Z | Downloaded ppv-lite86 v0.2.20 |
| 902 | 2025-08-01T15:08:26.944Z | Downloaded pbkdf2 v0.11.0 |
| 903 | 2025-08-01T15:08:26.944Z | Downloaded path-slash v0.1.5 |
| 904 | 2025-08-01T15:08:26.944Z | Downloaded paste v1.0.15 |
| 905 | 2025-08-01T15:08:26.944Z | Downloaded num-integer v0.1.46 |
| 906 | 2025-08-01T15:08:26.944Z | Downloaded num-derive v0.3.3 |
| 907 | 2025-08-01T15:08:26.944Z | Downloaded num-conv v0.1.0 |
| 908 | 2025-08-01T15:08:26.971Z | Downloaded num-complex v0.4.6 |
| 909 | 2025-08-01T15:08:26.971Z | Downloaded glob v0.3.2 |
| 910 | 2025-08-01T15:08:26.971Z | Downloaded crypto-bigint v0.5.5 |
| 911 | 2025-08-01T15:08:26.971Z | Downloaded zeroize_derive v1.4.2 |
| 912 | 2025-08-01T15:08:26.971Z | Downloaded zerocopy v0.6.6 |
| 913 | 2025-08-01T15:08:26.971Z | Downloaded yasna v0.5.2 |
| 914 | 2025-08-01T15:08:26.971Z | Downloaded vte v0.11.1 |
| 915 | 2025-08-01T15:08:26.971Z | Downloaded vsss-rs v3.3.4 |
| 916 | 2025-08-01T15:08:26.971Z | Downloaded vergen v8.3.2 |
| 917 | 2025-08-01T15:08:26.971Z | Downloaded tower-http v0.6.6 |
| 918 | 2025-08-01T15:08:26.998Z | Downloaded toml v0.7.8 |
| 919 | 2025-08-01T15:08:26.998Z | Downloaded russh v0.45.0 |
| 920 | 2025-08-01T15:08:26.998Z | Downloaded rpassword v7.4.0 |
| 921 | 2025-08-01T15:08:26.999Z | Downloaded reedline v0.40.0 |
| 922 | 2025-08-01T15:08:26.999Z | Downloaded rcgen v0.12.1 |
| 923 | 2025-08-01T15:08:27.026Z | Downloaded p521 v0.13.3 |
| 924 | 2025-08-01T15:08:27.026Z | Downloaded aws-lc-sys v0.26.0 |
| 925 | 2025-08-01T15:08:27.228Z | Downloaded x509-cert v0.2.5 |
| 926 | 2025-08-01T15:08:27.254Z | Downloaded unicode-segmentation v1.12.0 |
| 927 | 2025-08-01T15:08:27.255Z | Downloaded time v0.3.36 |
| 928 | 2025-08-01T15:08:27.255Z | Downloaded nix v0.30.1 |
| 929 | 2025-08-01T15:08:27.281Z | Downloaded progenitor-client v0.8.0 |
| 930 | 2025-08-01T15:08:27.281Z | Downloaded num-derive v0.4.2 |
| 931 | 2025-08-01T15:08:27.281Z | Downloaded zstd-safe v7.2.3 |
| 932 | 2025-08-01T15:08:27.281Z | Downloaded zstd v0.13.3 |
| 933 | 2025-08-01T15:08:27.281Z | Downloaded zopfli v0.8.1 |
| 934 | 2025-08-01T15:08:27.281Z | Downloaded zone_cfg_derive v0.1.2 |
| 935 | 2025-08-01T15:08:27.281Z | Downloaded zone v0.3.1 |
| 936 | 2025-08-01T15:08:27.281Z | Downloaded zone v0.1.8 |
| 937 | 2025-08-01T15:08:27.281Z | Downloaded zeroize v1.8.1 |
| 938 | 2025-08-01T15:08:27.281Z | Downloaded xz2 v0.1.7 |
| 939 | 2025-08-01T15:08:27.281Z | Downloaded vte_generate_state_changes v0.1.2 |
| 940 | 2025-08-01T15:08:27.281Z | Downloaded void v1.0.2 |
| 941 | 2025-08-01T15:08:27.282Z | Downloaded tracing-core v0.1.32 |
| 942 | 2025-08-01T15:08:27.282Z | Downloaded tracing v0.1.40 |
| 943 | 2025-08-01T15:08:27.309Z | Downloaded topological-sort v0.2.2 |
| 944 | 2025-08-01T15:08:27.309Z | Downloaded tokio-tungstenite v0.23.1 |
| 945 | 2025-08-01T15:08:27.309Z | Downloaded russh-keys v0.45.0 |
| 946 | 2025-08-01T15:08:27.309Z | Downloaded rsa v0.9.6 |
| 947 | 2025-08-01T15:08:27.309Z | Downloaded ron v0.8.1 |
| 948 | 2025-08-01T15:08:27.309Z | Downloaded rand_seeder v0.3.0 |
| 949 | 2025-08-01T15:08:27.309Z | Downloaded rand_core v0.9.2 |
| 950 | 2025-08-01T15:08:27.309Z | Downloaded rand_chacha v0.9.0 |
| 951 | 2025-08-01T15:08:27.309Z | Downloaded rand_chacha v0.3.1 |
| 952 | 2025-08-01T15:08:27.309Z | Downloaded papergrid v0.14.0 |
| 953 | 2025-08-01T15:08:27.336Z | Downloaded openssl-sys v0.9.109 |
| 954 | 2025-08-01T15:08:27.336Z | Downloaded expectorate v1.2.0 |
| 955 | 2025-08-01T15:08:27.336Z | Downloaded dropshot v0.16.2 |
| 956 | 2025-08-01T15:08:27.362Z | Downloaded unicode_categories v0.1.1 |
| 957 | 2025-08-01T15:08:27.362Z | Downloaded tokio-postgres v0.7.13 |
| 958 | 2025-08-01T15:08:27.362Z | Downloaded snafu v0.8.5 |
| 959 | 2025-08-01T15:08:27.362Z | Downloaded nix v0.29.0 |
| 960 | 2025-08-01T15:08:27.389Z | Downloaded crunchy v0.2.2 |
| 961 | 2025-08-01T15:08:27.389Z | Downloaded crucible-workspace-hack v0.1.0 |
| 962 | 2025-08-01T15:08:27.389Z | Downloaded tracing-attributes v0.1.27 |
| 963 | 2025-08-01T15:08:27.389Z | Downloaded rustc_version v0.1.7 |
| 964 | 2025-08-01T15:08:27.389Z | Downloaded rustc-hash v2.1.1 |
| 965 | 2025-08-01T15:08:27.389Z | Downloaded rustc-hash v1.1.0 |
| 966 | 2025-08-01T15:08:27.389Z | Downloaded rustc-demangle v0.1.24 |
| 967 | 2025-08-01T15:08:27.389Z | Downloaded rtoolbox v0.0.2 |
| 968 | 2025-08-01T15:08:27.389Z | Downloaded ron v0.7.1 |
| 969 | 2025-08-01T15:08:27.389Z | Downloaded rfc6979 v0.4.0 |
| 970 | 2025-08-01T15:08:27.389Z | Downloaded resolv-conf v0.7.0 |
| 971 | 2025-08-01T15:08:27.389Z | Downloaded ref-cast-impl v1.0.24 |
| 972 | 2025-08-01T15:08:27.389Z | Downloaded ref-cast v1.0.24 |
| 973 | 2025-08-01T15:08:27.389Z | Downloaded rand_xorshift v0.4.0 |
| 974 | 2025-08-01T15:08:27.416Z | Downloaded rand_core v0.6.4 |
| 975 | 2025-08-01T15:08:27.416Z | Downloaded p256 v0.13.2 |
| 976 | 2025-08-01T15:08:27.416Z | Downloaded omicron-zone-package v0.12.2 |
| 977 | 2025-08-01T15:08:27.416Z | Downloaded num_enum_derive v0.5.11 |
| 978 | 2025-08-01T15:08:27.417Z | Downloaded num_enum v0.5.11 |
| 979 | 2025-08-01T15:08:27.417Z | Downloaded num-rational v0.4.2 |
| 980 | 2025-08-01T15:08:27.417Z | Downloaded num-iter v0.1.45 |
| 981 | 2025-08-01T15:08:27.417Z | Downloaded flate2 v1.1.2 |
| 982 | 2025-08-01T15:08:27.417Z | Downloaded enum-as-inner v0.6.1 |
| 983 | 2025-08-01T15:08:27.417Z | Downloaded ena v0.14.3 |
| 984 | 2025-08-01T15:08:27.417Z | Downloaded dropshot_endpoint v0.16.2 |
| 985 | 2025-08-01T15:08:27.444Z | Downloaded whoami v1.5.2 |
| 986 | 2025-08-01T15:08:27.444Z | Downloaded unicode-properties v0.1.3 |
| 987 | 2025-08-01T15:08:27.444Z | Downloaded nix v0.28.0 |
| 988 | 2025-08-01T15:08:27.444Z | Downloaded nix v0.27.1 |
| 989 | 2025-08-01T15:08:27.470Z | Downloaded http v1.3.1 |
| 990 | 2025-08-01T15:08:27.470Z | Downloaded hickory-proto v0.25.2 |
| 991 | 2025-08-01T15:08:27.470Z | Downloaded tower-service v0.3.3 |
| 992 | 2025-08-01T15:08:27.470Z | Downloaded tower-layer v0.3.3 |
| 993 | 2025-08-01T15:08:27.471Z | Downloaded rustc_version v0.4.1 |
| 994 | 2025-08-01T15:08:27.471Z | Downloaded russh-cryptovec v0.7.3 |
| 995 | 2025-08-01T15:08:27.471Z | Downloaded password-hash v0.4.2 |
| 996 | 2025-08-01T15:08:27.497Z | Downloaded parking_lot_core v0.9.10 |
| 997 | 2025-08-01T15:08:27.497Z | Downloaded parking_lot_core v0.8.6 |
| 998 | 2025-08-01T15:08:27.497Z | Downloaded parking_lot v0.11.2 |
| 999 | 2025-08-01T15:08:27.497Z | Downloaded oxnet v0.1.3 |
| 1000 | 2025-08-01T15:08:27.497Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1001 | 2025-08-01T15:08:27.497Z | Downloaded owo-colors v4.2.2 |
| 1002 | 2025-08-01T15:08:27.497Z | Downloaded num_threads v0.1.7 |
| 1003 | 2025-08-01T15:08:27.498Z | Downloaded fixedbitset v0.5.7 |
| 1004 | 2025-08-01T15:08:27.498Z | Downloaded fatfs v0.3.6 |
| 1005 | 2025-08-01T15:08:27.498Z | Downloaded env_logger v0.11.5 |
| 1006 | 2025-08-01T15:08:27.498Z | Downloaded env_logger v0.10.2 |
| 1007 | 2025-08-01T15:08:27.498Z | Downloaded endian-type v0.1.2 |
| 1008 | 2025-08-01T15:08:27.498Z | Downloaded derive-where v1.5.0 |
| 1009 | 2025-08-01T15:08:27.525Z | Downloaded derive-ex v0.1.8 |
| 1010 | 2025-08-01T15:08:27.525Z | Downloaded deranged v0.3.11 |
| 1011 | 2025-08-01T15:08:27.525Z | Downloaded daft v0.1.4 |
| 1012 | 2025-08-01T15:08:27.525Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1013 | 2025-08-01T15:08:27.525Z | Downloaded xshell v0.2.7 |
| 1014 | 2025-08-01T15:08:27.525Z | Downloaded walkdir v2.5.0 |
| 1015 | 2025-08-01T15:08:27.525Z | Downloaded unicode-truncate v1.1.0 |
| 1016 | 2025-08-01T15:08:27.525Z | Downloaded tinyvec v1.8.0 |
| 1017 | 2025-08-01T15:08:27.525Z | Downloaded moka v0.12.10 |
| 1018 | 2025-08-01T15:08:27.525Z | Downloaded parse-display-derive v0.10.0 |
| 1019 | 2025-08-01T15:08:27.552Z | Downloaded parse-display v0.10.0 |
| 1020 | 2025-08-01T15:08:27.552Z | Downloaded parking_lot v0.12.3 |
| 1021 | 2025-08-01T15:08:27.552Z | Downloaded packed_struct_codegen v0.10.1 |
| 1022 | 2025-08-01T15:08:27.552Z | Downloaded packed_struct v0.10.1 |
| 1023 | 2025-08-01T15:08:27.552Z | Downloaded oso-derive v0.27.3 |
| 1024 | 2025-08-01T15:08:27.552Z | Downloaded oso v0.27.3 |
| 1025 | 2025-08-01T15:08:27.552Z | Downloaded opaque-debug v0.3.1 |
| 1026 | 2025-08-01T15:08:27.552Z | Downloaded olpc-cjson v0.1.4 |
| 1027 | 2025-08-01T15:08:27.552Z | Downloaded flagset v0.4.6 |
| 1028 | 2025-08-01T15:08:27.552Z | Downloaded fixedbitset v0.4.2 |
| 1029 | 2025-08-01T15:08:27.552Z | Downloaded filetime v0.2.25 |
| 1030 | 2025-08-01T15:08:27.552Z | Downloaded ff v0.13.0 |
| 1031 | 2025-08-01T15:08:27.552Z | Downloaded fd-lock v4.0.2 |
| 1032 | 2025-08-01T15:08:27.553Z | Downloaded fallible-iterator v0.2.0 |
| 1033 | 2025-08-01T15:08:27.553Z | Downloaded dsl_auto_type v0.1.2 |
| 1034 | 2025-08-01T15:08:27.553Z | Downloaded document-features v0.2.11 |
| 1035 | 2025-08-01T15:08:27.553Z | Downloaded darling v0.21.0 |
| 1036 | 2025-08-01T15:08:27.580Z | Downloaded darling v0.20.10 |
| 1037 | 2025-08-01T15:08:27.580Z | Downloaded xshell-macros v0.2.7 |
| 1038 | 2025-08-01T15:08:27.580Z | Downloaded xattr v1.3.1 |
| 1039 | 2025-08-01T15:08:27.580Z | Downloaded wyz v0.5.1 |
| 1040 | 2025-08-01T15:08:27.580Z | Downloaded which v4.4.2 |
| 1041 | 2025-08-01T15:08:27.580Z | Downloaded want v0.3.1 |
| 1042 | 2025-08-01T15:08:27.580Z | Downloaded waitgroup v0.1.2 |
| 1043 | 2025-08-01T15:08:27.580Z | Downloaded wait-timeout v0.2.0 |
| 1044 | 2025-08-01T15:08:27.580Z | Downloaded unit-prefix v0.5.1 |
| 1045 | 2025-08-01T15:08:27.580Z | Downloaded tokio-rustls v0.25.0 |
| 1046 | 2025-08-01T15:08:27.580Z | Downloaded tokio-rustls v0.24.1 |
| 1047 | 2025-08-01T15:08:27.580Z | Downloaded tokio-dtrace v0.1.0 |
| 1048 | 2025-08-01T15:08:27.580Z | Downloaded tiny-keccak v2.0.2 |
| 1049 | 2025-08-01T15:08:27.580Z | Downloaded time-macros v0.2.18 |
| 1050 | 2025-08-01T15:08:27.580Z | Downloaded socket2 v0.5.10 |
| 1051 | 2025-08-01T15:08:27.607Z | Downloaded snafu-derive v0.8.5 |
| 1052 | 2025-08-01T15:08:27.607Z | Downloaded hickory-resolver v0.25.2 |
| 1053 | 2025-08-01T15:08:27.607Z | Downloaded tls_codec_derive v0.4.1 |
| 1054 | 2025-08-01T15:08:27.607Z | Downloaded tls_codec v0.4.1 |
| 1055 | 2025-08-01T15:08:27.607Z | Downloaded time-core v0.1.2 |
| 1056 | 2025-08-01T15:08:27.607Z | Downloaded thread_local v1.1.8 |
| 1057 | 2025-08-01T15:08:27.607Z | Downloaded thiserror-no-std v2.0.2 |
| 1058 | 2025-08-01T15:08:27.607Z | Downloaded socket2 v0.6.0 |
| 1059 | 2025-08-01T15:08:27.607Z | Downloaded smallvec v0.6.14 |
| 1060 | 2025-08-01T15:08:27.607Z | Downloaded slog-term v2.9.1 |
| 1061 | 2025-08-01T15:08:27.607Z | Downloaded semver v0.1.20 |
| 1062 | 2025-08-01T15:08:27.607Z | Downloaded sct v0.7.1 |
| 1063 | 2025-08-01T15:08:27.634Z | Downloaded schemars v0.8.22 |
| 1064 | 2025-08-01T15:08:27.634Z | Downloaded heapless v0.7.17 |
| 1065 | 2025-08-01T15:08:27.634Z | Downloaded openssl-macros v0.1.1 |
| 1066 | 2025-08-01T15:08:27.634Z | Downloaded number_prefix v0.4.0 |
| 1067 | 2025-08-01T15:08:27.634Z | Downloaded derive_builder_macro v0.20.2 |
| 1068 | 2025-08-01T15:08:27.634Z | Downloaded derive_builder v0.20.2 |
| 1069 | 2025-08-01T15:08:27.634Z | Downloaded daft-derive v0.1.4 |
| 1070 | 2025-08-01T15:08:27.661Z | Downloaded universal-hash v0.5.1 |
| 1071 | 2025-08-01T15:08:27.661Z | Downloaded tokio-macros v2.5.0 |
| 1072 | 2025-08-01T15:08:27.661Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2025-08-01T15:08:27.661Z | Downloaded smf v0.2.3 |
| 1074 | 2025-08-01T15:08:27.661Z | Downloaded slog-stdlog v4.1.1 |
| 1075 | 2025-08-01T15:08:27.661Z | Downloaded slog-json v2.6.1 |
| 1076 | 2025-08-01T15:08:27.661Z | Downloaded slog-envlogger v2.2.0 |
| 1077 | 2025-08-01T15:08:27.661Z | Downloaded slog-dtrace v0.3.0 |
| 1078 | 2025-08-01T15:08:27.661Z | Downloaded slog-bunyan v2.5.0 |
| 1079 | 2025-08-01T15:08:27.661Z | Downloaded slog-async v2.8.0 |
| 1080 | 2025-08-01T15:08:27.661Z | Downloaded serde-hex v0.1.0 |
| 1081 | 2025-08-01T15:08:27.661Z | Downloaded serde-big-array v0.5.1 |
| 1082 | 2025-08-01T15:08:27.662Z | Downloaded secrecy v0.10.3 |
| 1083 | 2025-08-01T15:08:27.662Z | Downloaded secrecy v0.8.0 |
| 1084 | 2025-08-01T15:08:27.662Z | Downloaded sec1 v0.7.3 |
| 1085 | 2025-08-01T15:08:27.662Z | Downloaded scrypt v0.11.0 |
| 1086 | 2025-08-01T15:08:27.662Z | Downloaded scopeguard v1.2.0 |
| 1087 | 2025-08-01T15:08:27.662Z | Downloaded schemars_derive v0.8.22 |
| 1088 | 2025-08-01T15:08:27.662Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1089 | 2025-08-01T15:08:27.662Z | Downloaded nom v7.1.3 |
| 1090 | 2025-08-01T15:08:27.689Z | Downloaded mio v1.0.2 |
| 1091 | 2025-08-01T15:08:27.689Z | Downloaded libxml v0.3.3 |
| 1092 | 2025-08-01T15:08:27.689Z | Downloaded lalrpop v0.19.12 |
| 1093 | 2025-08-01T15:08:27.716Z | Downloaded hkdf v0.12.4 |
| 1094 | 2025-08-01T15:08:27.716Z | Downloaded hickory-proto v0.24.4 |
| 1095 | 2025-08-01T15:08:27.716Z | Downloaded same-file v1.0.6 |
| 1096 | 2025-08-01T15:08:27.716Z | Downloaded minimal-lexical v0.2.1 |
| 1097 | 2025-08-01T15:08:27.716Z | Downloaded libm v0.2.8 |
| 1098 | 2025-08-01T15:08:27.743Z | Downloaded itertools v0.14.0 |
| 1099 | 2025-08-01T15:08:27.743Z | Downloaded itertools v0.12.1 |
| 1100 | 2025-08-01T15:08:27.743Z | Downloaded iri-string v0.7.8 |
| 1101 | 2025-08-01T15:08:27.770Z | Downloaded hickory-server v0.25.2 |
| 1102 | 2025-08-01T15:08:27.770Z | Downloaded hickory-resolver v0.24.4 |
| 1103 | 2025-08-01T15:08:27.770Z | Downloaded heapless v0.8.0 |
| 1104 | 2025-08-01T15:08:27.770Z | Downloaded headers v0.4.1 |
| 1105 | 2025-08-01T15:08:27.770Z | Downloaded hashbrown v0.12.3 |
| 1106 | 2025-08-01T15:08:27.770Z | Downloaded h2 v0.4.6 |
| 1107 | 2025-08-01T15:08:27.797Z | Downloaded num v0.4.3 |
| 1108 | 2025-08-01T15:08:27.797Z | Downloaded nu-ansi-term v0.50.1 |
| 1109 | 2025-08-01T15:08:27.797Z | Downloaded nodrop v0.1.14 |
| 1110 | 2025-08-01T15:08:27.797Z | Downloaded nibble_vec v0.1.0 |
| 1111 | 2025-08-01T15:08:27.797Z | Downloaded newtype-uuid v1.2.4 |
| 1112 | 2025-08-01T15:08:27.797Z | Downloaded native-tls v0.2.12 |
| 1113 | 2025-08-01T15:08:27.797Z | Downloaded nanorand v0.7.0 |
| 1114 | 2025-08-01T15:08:27.797Z | Downloaded multimap v0.10.1 |
| 1115 | 2025-08-01T15:08:27.797Z | Downloaded multer v3.1.0 |
| 1116 | 2025-08-01T15:08:27.797Z | Downloaded miniz_oxide v0.8.5 |
| 1117 | 2025-08-01T15:08:27.797Z | Downloaded mime v0.3.17 |
| 1118 | 2025-08-01T15:08:27.797Z | Downloaded memoffset v0.9.1 |
| 1119 | 2025-08-01T15:08:27.797Z | Downloaded md5 v0.7.0 |
| 1120 | 2025-08-01T15:08:27.797Z | Downloaded maybe-uninit v2.0.0 |
| 1121 | 2025-08-01T15:08:27.824Z | Downloaded managed v0.8.0 |
| 1122 | 2025-08-01T15:08:27.824Z | Downloaded lzss v0.8.2 |
| 1123 | 2025-08-01T15:08:27.824Z | Downloaded lru-cache v0.1.2 |
| 1124 | 2025-08-01T15:08:27.824Z | Downloaded litrs v0.4.1 |
| 1125 | 2025-08-01T15:08:27.824Z | Downloaded lazy_static v1.5.0 |
| 1126 | 2025-08-01T15:08:27.824Z | Downloaded lalrpop-util v0.19.12 |
| 1127 | 2025-08-01T15:08:27.824Z | Downloaded jiff-static v0.2.15 |
| 1128 | 2025-08-01T15:08:27.824Z | Downloaded ingot-types v0.1.2 |
| 1129 | 2025-08-01T15:08:27.824Z | Downloaded ingot-macros v0.1.1 |
| 1130 | 2025-08-01T15:08:27.824Z | Downloaded ingot v0.1.1 |
| 1131 | 2025-08-01T15:08:27.824Z | Downloaded indoc v2.0.6 |
| 1132 | 2025-08-01T15:08:27.825Z | Downloaded iddqd v0.3.9 |
| 1133 | 2025-08-01T15:08:27.825Z | Downloaded hyper-util v0.1.16 |
| 1134 | 2025-08-01T15:08:27.852Z | Downloaded http-body v1.0.1 |
| 1135 | 2025-08-01T15:08:27.852Z | Downloaded hostname v0.4.0 |
| 1136 | 2025-08-01T15:08:27.852Z | Downloaded hostname v0.3.1 |
| 1137 | 2025-08-01T15:08:27.852Z | Downloaded home v0.5.9 |
| 1138 | 2025-08-01T15:08:27.852Z | Downloaded hmac v0.12.1 |
| 1139 | 2025-08-01T15:08:27.852Z | Downloaded highway v1.3.0 |
| 1140 | 2025-08-01T15:08:27.852Z | Downloaded hex-literal v0.4.1 |
| 1141 | 2025-08-01T15:08:27.852Z | Downloaded hex v0.4.3 |
| 1142 | 2025-08-01T15:08:27.852Z | Downloaded heck v0.3.3 |
| 1143 | 2025-08-01T15:08:27.852Z | Downloaded hash32 v0.2.1 |
| 1144 | 2025-08-01T15:08:27.852Z | Downloaded half v1.8.3 |
| 1145 | 2025-08-01T15:08:27.852Z | Downloaded normalize-line-endings v0.3.0 |
| 1146 | 2025-08-01T15:08:27.852Z | Downloaded newtype_derive v0.1.6 |
| 1147 | 2025-08-01T15:08:27.852Z | Downloaded newline-converter v0.3.0 |
| 1148 | 2025-08-01T15:08:27.852Z | Downloaded new_debug_unreachable v1.0.6 |
| 1149 | 2025-08-01T15:08:27.852Z | Downloaded mime_guess v2.0.5 |
| 1150 | 2025-08-01T15:08:27.852Z | Downloaded memmap2 v0.9.5 |
| 1151 | 2025-08-01T15:08:27.879Z | Downloaded md-5 v0.10.6 |
| 1152 | 2025-08-01T15:08:27.879Z | Downloaded match_cfg v0.1.0 |
| 1153 | 2025-08-01T15:08:27.879Z | Downloaded maplit v1.0.2 |
| 1154 | 2025-08-01T15:08:27.879Z | Downloaded lru v0.12.5 |
| 1155 | 2025-08-01T15:08:27.879Z | Downloaded lockfree-object-pool v0.1.6 |
| 1156 | 2025-08-01T15:08:27.880Z | Downloaded lock_api v0.4.12 |
| 1157 | 2025-08-01T15:08:27.880Z | Downloaded linked-hash-map v0.5.6 |
| 1158 | 2025-08-01T15:08:27.880Z | Downloaded linear-map v1.2.0 |
| 1159 | 2025-08-01T15:08:27.880Z | Downloaded libz-rs-sys v0.5.1 |
| 1160 | 2025-08-01T15:08:27.880Z | Downloaded libsw-core v0.3.1 |
| 1161 | 2025-08-01T15:08:27.880Z | Downloaded libsw v3.5.0 |
| 1162 | 2025-08-01T15:08:27.880Z | Downloaded libloading v0.8.5 |
| 1163 | 2025-08-01T15:08:27.880Z | Downloaded libefi-sys v0.1.0 |
| 1164 | 2025-08-01T15:08:27.880Z | Downloaded lazycell v1.3.0 |
| 1165 | 2025-08-01T15:08:27.880Z | Downloaded kstat-rs v0.2.4 |
| 1166 | 2025-08-01T15:08:27.880Z | Downloaded keccak v0.1.5 |
| 1167 | 2025-08-01T15:08:27.880Z | Downloaded itertools v0.13.0 |
| 1168 | 2025-08-01T15:08:27.907Z | Downloaded itertools v0.10.5 |
| 1169 | 2025-08-01T15:08:27.907Z | Downloaded is-terminal v0.4.13 |
| 1170 | 2025-08-01T15:08:27.907Z | Downloaded ipnet v2.11.0 |
| 1171 | 2025-08-01T15:08:27.907Z | Downloaded ident_case v1.0.1 |
| 1172 | 2025-08-01T15:08:27.907Z | Downloaded hyper-staticfile v0.10.1 |
| 1173 | 2025-08-01T15:08:27.907Z | Downloaded hyper v1.6.0 |
| 1174 | 2025-08-01T15:08:27.907Z | Downloaded hickory-client v0.25.2 |
| 1175 | 2025-08-01T15:08:27.907Z | Downloaded group v0.13.0 |
| 1176 | 2025-08-01T15:08:27.907Z | Downloaded globwalk v0.9.1 |
| 1177 | 2025-08-01T15:08:27.907Z | Downloaded globset v0.4.15 |
| 1178 | 2025-08-01T15:08:27.934Z | Downloaded crossterm v0.28.1 |
| 1179 | 2025-08-01T15:08:27.934Z | Downloaded is_ci v1.2.0 |
| 1180 | 2025-08-01T15:08:27.934Z | Downloaded ipnetwork v0.21.1 |
| 1181 | 2025-08-01T15:08:27.934Z | Downloaded internet-checksum v0.2.1 |
| 1182 | 2025-08-01T15:08:27.934Z | Downloaded indicatif v0.18.0 |
| 1183 | 2025-08-01T15:08:27.934Z | Downloaded indicatif v0.17.11 |
| 1184 | 2025-08-01T15:08:27.934Z | Downloaded indexmap v1.9.3 |
| 1185 | 2025-08-01T15:08:27.934Z | Downloaded indent_write v2.2.0 |
| 1186 | 2025-08-01T15:08:27.934Z | Downloaded ignore v0.4.23 |
| 1187 | 2025-08-01T15:08:27.934Z | Downloaded iana-time-zone v0.1.63 |
| 1188 | 2025-08-01T15:08:27.962Z | Downloaded hyper-rustls v0.27.7 |
| 1189 | 2025-08-01T15:08:27.962Z | Downloaded hubpack v0.1.2 |
| 1190 | 2025-08-01T15:08:27.962Z | Downloaded http-range v0.1.5 |
| 1191 | 2025-08-01T15:08:27.962Z | Downloaded headers-core v0.3.0 |
| 1192 | 2025-08-01T15:08:27.962Z | Downloaded hash32 v0.3.1 |
| 1193 | 2025-08-01T15:08:27.962Z | Downloaded chrono-tz v0.10.4 |
| 1194 | 2025-08-01T15:08:27.962Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1195 | 2025-08-01T15:08:27.989Z | Downloaded instant v0.1.13 |
| 1196 | 2025-08-01T15:08:27.989Z | Downloaded inout v0.1.3 |
| 1197 | 2025-08-01T15:08:27.989Z | Downloaded indoc v1.0.9 |
| 1198 | 2025-08-01T15:08:27.989Z | Downloaded hyper-tls v0.6.0 |
| 1199 | 2025-08-01T15:08:27.989Z | Downloaded hubpack_derive v0.1.1 |
| 1200 | 2025-08-01T15:08:27.989Z | Downloaded httparse v1.9.5 |
| 1201 | 2025-08-01T15:08:27.989Z | Downloaded bstr v1.10.0 |
| 1202 | 2025-08-01T15:08:28.016Z | Downloaded bitvec v1.0.1 |
| 1203 | 2025-08-01T15:08:28.016Z | Downloaded humantime v2.2.0 |
| 1204 | 2025-08-01T15:08:28.016Z | Downloaded httpdate v1.0.3 |
| 1205 | 2025-08-01T15:08:28.016Z | Downloaded http-body-util v0.1.3 |
| 1206 | 2025-08-01T15:08:28.016Z | Downloaded chrono v0.4.41 |
| 1207 | 2025-08-01T15:08:28.043Z | Downloaded crossbeam-utils v0.8.21 |
| 1208 | 2025-08-01T15:08:28.043Z | Downloaded crossbeam-channel v0.5.15 |
| 1209 | 2025-08-01T15:08:28.043Z | Downloaded crc-any v2.5.0 |
| 1210 | 2025-08-01T15:08:28.043Z | Downloaded const_format v0.2.34 |
| 1211 | 2025-08-01T15:08:28.043Z | Downloaded compact_str v0.8.0 |
| 1212 | 2025-08-01T15:08:28.043Z | Downloaded clang-sys v1.8.1 |
| 1213 | 2025-08-01T15:08:28.043Z | Downloaded ciborium v0.2.2 |
| 1214 | 2025-08-01T15:08:28.043Z | Downloaded chacha20poly1305 v0.10.1 |
| 1215 | 2025-08-01T15:08:28.043Z | Downloaded cc v1.2.30 |
| 1216 | 2025-08-01T15:08:28.070Z | Downloaded bytes v1.10.1 |
| 1217 | 2025-08-01T15:08:28.070Z | Downloaded bumpalo v3.16.0 |
| 1218 | 2025-08-01T15:08:28.070Z | Downloaded blake3 v1.5.4 |
| 1219 | 2025-08-01T15:08:28.070Z | Downloaded backtrace v0.3.74 |
| 1220 | 2025-08-01T15:08:28.070Z | Downloaded half v2.4.1 |
| 1221 | 2025-08-01T15:08:28.070Z | Downloaded crossbeam-epoch v0.9.18 |
| 1222 | 2025-08-01T15:08:28.097Z | Downloaded cookie_store v0.21.1 |
| 1223 | 2025-08-01T15:08:28.098Z | Downloaded const-oid v0.9.6 |
| 1224 | 2025-08-01T15:08:28.098Z | Downloaded console v0.15.10 |
| 1225 | 2025-08-01T15:08:28.098Z | Downloaded crc v3.2.1 |
| 1226 | 2025-08-01T15:08:28.098Z | Downloaded convert_case v0.7.1 |
| 1227 | 2025-08-01T15:08:28.098Z | Downloaded constant_time_eq v0.3.1 |
| 1228 | 2025-08-01T15:08:28.098Z | Downloaded const_format_proc_macros v0.2.34 |
| 1229 | 2025-08-01T15:08:28.098Z | Downloaded console v0.16.0 |
| 1230 | 2025-08-01T15:08:28.098Z | Downloaded colored v2.2.0 |
| 1231 | 2025-08-01T15:08:28.098Z | Downloaded cmake v0.1.51 |
| 1232 | 2025-08-01T15:08:28.098Z | Downloaded cipher v0.4.4 |
| 1233 | 2025-08-01T15:08:28.098Z | Downloaded castaway v0.2.3 |
| 1234 | 2025-08-01T15:08:28.125Z | Downloaded cassowary v0.3.0 |
| 1235 | 2025-08-01T15:08:28.125Z | Downloaded cargo_metadata v0.18.1 |
| 1236 | 2025-08-01T15:08:28.125Z | Downloaded cancel-safe-futures v0.1.5 |
| 1237 | 2025-08-01T15:08:28.126Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1238 | 2025-08-01T15:08:28.126Z | Downloaded bitfield v0.14.0 |
| 1239 | 2025-08-01T15:08:28.126Z | Downloaded base16ct v0.2.0 |
| 1240 | 2025-08-01T15:08:28.126Z | Downloaded backoff v0.4.0 |
| 1241 | 2025-08-01T15:08:28.126Z | Downloaded instability v0.3.2 |
| 1242 | 2025-08-01T15:08:28.126Z | Downloaded crossbeam-deque v0.8.5 |
| 1243 | 2025-08-01T15:08:28.126Z | Downloaded critical-section v1.1.3 |
| 1244 | 2025-08-01T15:08:28.126Z | Downloaded crc8 v0.1.1 |
| 1245 | 2025-08-01T15:08:28.126Z | Downloaded crc-catalog v2.4.0 |
| 1246 | 2025-08-01T15:08:28.126Z | Downloaded cookie v0.18.1 |
| 1247 | 2025-08-01T15:08:28.126Z | Downloaded convert_case v0.4.0 |
| 1248 | 2025-08-01T15:08:28.126Z | Downloaded ciborium-ll v0.2.2 |
| 1249 | 2025-08-01T15:08:28.126Z | Downloaded ciborium-io v0.2.2 |
| 1250 | 2025-08-01T15:08:28.126Z | Downloaded cfg_aliases v0.1.1 |
| 1251 | 2025-08-01T15:08:28.126Z | Downloaded cbc v0.1.2 |
| 1252 | 2025-08-01T15:08:28.153Z | Downloaded cargo-platform v0.1.8 |
| 1253 | 2025-08-01T15:08:28.153Z | Downloaded bzip2 v0.4.4 |
| 1254 | 2025-08-01T15:08:28.153Z | Downloaded buf-list v1.0.3 |
| 1255 | 2025-08-01T15:08:28.153Z | Downloaded block-padding v0.3.3 |
| 1256 | 2025-08-01T15:08:28.153Z | Downloaded blake2 v0.10.6 |
| 1257 | 2025-08-01T15:08:28.153Z | Downloaded atty v0.2.14 |
| 1258 | 2025-08-01T15:08:28.153Z | Downloaded chacha20 v0.9.1 |
| 1259 | 2025-08-01T15:08:28.153Z | Downloaded cfg_aliases v0.2.1 |
| 1260 | 2025-08-01T15:08:28.153Z | Downloaded cexpr v0.6.0 |
| 1261 | 2025-08-01T15:08:28.153Z | Downloaded bzip2 v0.5.2 |
| 1262 | 2025-08-01T15:08:28.153Z | Downloaded blowfish v0.9.1 |
| 1263 | 2025-08-01T15:08:28.153Z | Downloaded bitflags v1.3.2 |
| 1264 | 2025-08-01T15:08:28.153Z | Downloaded bitfield-struct v0.6.2 |
| 1265 | 2025-08-01T15:08:28.153Z | Downloaded bit-vec v0.8.0 |
| 1266 | 2025-08-01T15:08:28.153Z | Downloaded bit-vec v0.6.3 |
| 1267 | 2025-08-01T15:08:28.181Z | Downloaded bindgen v0.71.1 |
| 1268 | 2025-08-01T15:08:28.181Z | Downloaded bindgen v0.69.5 |
| 1269 | 2025-08-01T15:08:28.181Z | Downloaded base64ct v1.6.0 |
| 1270 | 2025-08-01T15:08:28.181Z | Downloaded bit-set v0.5.3 |
| 1271 | 2025-08-01T15:08:28.181Z | Downloaded bcs v0.1.6 |
| 1272 | 2025-08-01T15:08:28.181Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1273 | 2025-08-01T15:08:28.181Z | Downloaded bb8 v0.8.5 |
| 1274 | 2025-08-01T15:08:28.181Z | Downloaded base64 v0.22.1 |
| 1275 | 2025-08-01T15:08:28.207Z | Downloaded base64 v0.21.7 |
| 1276 | 2025-08-01T15:08:28.207Z | Downloaded base64 v0.13.1 |
| 1277 | 2025-08-01T15:08:28.208Z | Downloaded aws-lc-rs v1.12.4 |
| 1278 | 2025-08-01T15:08:28.208Z | Downloaded atomicwrites v0.4.4 |
| 1279 | 2025-08-01T15:08:28.208Z | Downloaded atomic-waker v1.1.2 |
| 1280 | 2025-08-01T15:08:28.208Z | Downloaded async-trait v0.1.88 |
| 1281 | 2025-08-01T15:08:28.208Z | Downloaded async-stream-impl v0.3.6 |
| 1282 | 2025-08-01T15:08:28.208Z | Downloaded async-stream v0.3.6 |
| 1283 | 2025-08-01T15:08:28.208Z | Downloaded async-recursion v1.1.1 |
| 1284 | 2025-08-01T15:08:28.234Z | Downloaded async-bb8-diesel v0.2.1 |
| 1285 | 2025-08-01T15:08:28.234Z | Downloaded assert_matches v1.5.0 |
| 1286 | 2025-08-01T15:08:28.235Z | Downloaded ascii-canvas v3.0.0 |
| 1287 | 2025-08-01T15:08:28.235Z | Downloaded arrayvec v0.7.6 |
| 1288 | 2025-08-01T15:08:28.235Z | Downloaded arrayref v0.3.9 |
| 1289 | 2025-08-01T15:08:28.235Z | Downloaded array-init v0.0.4 |
| 1290 | 2025-08-01T15:08:28.235Z | Downloaded argon2 v0.5.3 |
| 1291 | 2025-08-01T15:08:28.235Z | Downloaded arc-swap v1.7.1 |
| 1292 | 2025-08-01T15:08:28.235Z | Downloaded allocator-api2 v0.2.21 |
| 1293 | 2025-08-01T15:08:28.235Z | Downloaded aho-corasick v1.1.3 |
| 1294 | 2025-08-01T15:08:28.235Z | Downloaded ahash v0.8.12 |
| 1295 | 2025-08-01T15:08:28.262Z | Downloaded aes-gcm v0.10.3 |
| 1296 | 2025-08-01T15:08:28.262Z | Downloaded aes v0.8.4 |
| 1297 | 2025-08-01T15:08:28.262Z | Downloaded aead v0.5.2 |
| 1298 | 2025-08-01T15:08:28.262Z | Downloaded adler2 v2.0.0 |
| 1299 | 2025-08-01T15:08:28.262Z | Downloaded addr2line v0.24.2 |
| 1300 | 2025-08-01T15:08:28.444Z | Compiling value-bag v1.9.0 |
| 1301 | 2025-08-01T15:08:28.444Z | Compiling shlex v1.3.0 |
| 1302 | 2025-08-01T15:08:28.444Z | Compiling lock_api v0.4.12 |
| 1303 | 2025-08-01T15:08:28.444Z | Compiling scopeguard v1.2.0 |
| 1304 | 2025-08-01T15:08:28.471Z | Compiling typenum v1.17.0 |
| 1305 | 2025-08-01T15:08:28.471Z | Compiling generic-array v0.14.7 |
| 1306 | 2025-08-01T15:08:28.471Z | Compiling syn v2.0.104 |
| 1307 | 2025-08-01T15:08:28.471Z | Compiling getrandom v0.2.15 |
| 1308 | 2025-08-01T15:08:28.720Z | Compiling jobserver v0.1.32 |
| 1309 | 2025-08-01T15:08:28.849Z | Compiling log v0.4.27 |
| 1310 | 2025-08-01T15:08:28.914Z | Compiling rand_core v0.6.4 |
| 1311 | 2025-08-01T15:08:28.940Z | Compiling smallvec v1.15.1 |
| 1312 | 2025-08-01T15:08:29.062Z | Compiling portable-atomic v1.11.0 |
| 1313 | 2025-08-01T15:08:29.239Z | Compiling cc v1.2.30 |
| 1314 | 2025-08-01T15:08:29.343Z | Compiling critical-section v1.1.3 |
| 1315 | 2025-08-01T15:08:29.370Z | Compiling subtle v2.6.1 |
| 1316 | 2025-08-01T15:08:29.408Z | Compiling const-oid v0.9.6 |
| 1317 | 2025-08-01T15:08:29.490Z | Compiling pkg-config v0.3.31 |
| 1318 | 2025-08-01T15:08:29.517Z | Compiling parking_lot_core v0.9.10 |
| 1319 | 2025-08-01T15:08:29.690Z | Compiling pin-project-lite v0.2.14 |
| 1320 | 2025-08-01T15:08:29.853Z | Compiling rustix v0.38.37 |
| 1321 | 2025-08-01T15:08:30.335Z | Compiling signal-hook-registry v1.4.2 |
| 1322 | 2025-08-01T15:08:30.394Z | Compiling parking_lot v0.12.3 |
| 1323 | 2025-08-01T15:08:30.504Z | Compiling mio v1.0.2 |
| 1324 | 2025-08-01T15:08:30.551Z | Compiling futures-core v0.3.31 |
| 1325 | 2025-08-01T15:08:31.178Z | Compiling once_cell v1.21.3 |
| 1326 | 2025-08-01T15:08:31.217Z | Compiling spin v0.9.8 |
| 1327 | 2025-08-01T15:08:31.301Z | Compiling socket2 v0.6.0 |
| 1328 | 2025-08-01T15:08:31.361Z | Compiling slab v0.4.9 |
| 1329 | 2025-08-01T15:08:31.469Z | Compiling aho-corasick v1.1.3 |
| 1330 | 2025-08-01T15:08:31.522Z | Compiling libm v0.2.8 |
| 1331 | 2025-08-01T15:08:31.553Z | Compiling getrandom v0.3.1 |
| 1332 | 2025-08-01T15:08:31.636Z | Compiling cpufeatures v0.2.14 |
| 1333 | 2025-08-01T15:08:31.751Z | Compiling regex-syntax v0.8.5 |
| 1334 | 2025-08-01T15:08:31.777Z | Compiling serde_json v1.0.141 |
| 1335 | 2025-08-01T15:08:31.980Z | Compiling num-traits v0.2.19 |
| 1336 | 2025-08-01T15:08:32.059Z | Compiling either v1.15.0 |
| 1337 | 2025-08-01T15:08:32.130Z | Compiling percent-encoding v2.3.1 |
| 1338 | 2025-08-01T15:08:32.157Z | Compiling futures-sink v0.3.31 |
| 1339 | 2025-08-01T15:08:32.257Z | Compiling glob v0.3.2 |
| 1340 | 2025-08-01T15:08:32.669Z | Compiling prettyplease v0.2.36 |
| 1341 | 2025-08-01T15:08:32.721Z | Compiling lazy_static v1.5.0 |
| 1342 | 2025-08-01T15:08:32.808Z | Compiling foldhash v0.1.5 |
| 1343 | 2025-08-01T15:08:32.858Z | Compiling allocator-api2 v0.2.21 |
| 1344 | 2025-08-01T15:08:32.953Z | Compiling clang-sys v1.8.1 |
| 1345 | 2025-08-01T15:08:33.004Z | Compiling minimal-lexical v0.2.1 |
| 1346 | 2025-08-01T15:08:33.165Z | Compiling libloading v0.8.5 |
| 1347 | 2025-08-01T15:08:33.477Z | Compiling hashbrown v0.15.4 |
| 1348 | 2025-08-01T15:08:33.549Z | Compiling nom v7.1.3 |
| 1349 | 2025-08-01T15:08:33.605Z | Compiling home v0.5.9 |
| 1350 | 2025-08-01T15:08:33.647Z | Compiling base64ct v1.6.0 |
| 1351 | 2025-08-01T15:08:33.855Z | Compiling bindgen v0.69.5 |
| 1352 | 2025-08-01T15:08:34.194Z | Compiling pem-rfc7468 v0.7.0 |
| 1353 | 2025-08-01T15:08:34.688Z | Compiling regex-automata v0.4.8 |
| 1354 | 2025-08-01T15:08:34.761Z | Compiling itertools v0.12.1 |
| 1355 | 2025-08-01T15:08:34.971Z | Compiling synstructure v0.13.1 |
| 1356 | 2025-08-01T15:08:36.187Z | Compiling cexpr v0.6.0 |
| 1357 | 2025-08-01T15:08:36.214Z | Compiling futures-channel v0.3.31 |
| 1358 | 2025-08-01T15:08:36.512Z | Compiling rustc-hash v1.1.0 |
| 1359 | 2025-08-01T15:08:36.556Z | Compiling pin-utils v0.1.0 |
| 1360 | 2025-08-01T15:08:36.665Z | Compiling lazycell v1.3.0 |
| 1361 | 2025-08-01T15:08:36.693Z | Compiling futures-task v0.3.31 |
| 1362 | 2025-08-01T15:08:36.828Z | Compiling futures-io v0.3.31 |
| 1363 | 2025-08-01T15:08:36.951Z | Compiling flagset v0.4.6 |
| 1364 | 2025-08-01T15:08:37.066Z | Compiling zerocopy v0.8.26 |
| 1365 | 2025-08-01T15:08:37.107Z | Compiling cmake v0.1.51 |
| 1366 | 2025-08-01T15:08:37.154Z | Compiling fs_extra v1.3.0 |
| 1367 | 2025-08-01T15:08:37.286Z | Compiling dunce v1.0.5 |
| 1368 | 2025-08-01T15:08:37.420Z | Compiling form_urlencoded v1.2.1 |
| 1369 | 2025-08-01T15:08:37.446Z | Compiling paste v1.0.15 |
| 1370 | 2025-08-01T15:08:37.602Z | Compiling vcpkg v0.2.15 |
| 1371 | 2025-08-01T15:08:37.707Z | Compiling ring v0.17.14 |
| 1372 | 2025-08-01T15:08:37.783Z | Compiling tracing-core v0.1.32 |
| 1373 | 2025-08-01T15:08:37.828Z | Compiling aws-lc-rs v1.12.4 |
| 1374 | 2025-08-01T15:08:38.185Z | Compiling iana-time-zone v0.1.63 |
| 1375 | 2025-08-01T15:08:38.507Z | Compiling httparse v1.9.5 |
| 1376 | 2025-08-01T15:08:38.828Z | Compiling rustls-pki-types v1.10.0 |
| 1377 | 2025-08-01T15:08:38.855Z | Compiling base64 v0.22.1 |
| 1378 | 2025-08-01T15:08:38.905Z | Compiling serde_derive v1.0.219 |
| 1379 | 2025-08-01T15:08:39.015Z | Compiling zeroize_derive v1.4.2 |
| 1380 | 2025-08-01T15:08:39.130Z | Compiling zerofrom-derive v0.1.4 |
| 1381 | 2025-08-01T15:08:39.505Z | Compiling yoke-derive v0.7.4 |
| 1382 | 2025-08-01T15:08:39.675Z | Compiling zerovec-derive v0.10.3 |
| 1383 | 2025-08-01T15:08:40.232Z | Compiling zeroize v1.8.1 |
| 1384 | 2025-08-01T15:08:41.711Z | Compiling displaydoc v0.2.5 |
| 1385 | 2025-08-01T15:08:41.737Z | Compiling tokio-macros v2.5.0 |
| 1386 | 2025-08-01T15:08:41.820Z | Compiling crypto-common v0.1.6 |
| 1387 | 2025-08-01T15:08:42.046Z | Compiling block-buffer v0.10.4 |
| 1388 | 2025-08-01T15:08:42.077Z | Compiling zerofrom v0.1.4 |
| 1389 | 2025-08-01T15:08:42.327Z | Compiling digest v0.10.7 |
| 1390 | 2025-08-01T15:08:42.355Z | Compiling yoke v0.7.4 |
| 1391 | 2025-08-01T15:08:42.724Z | Compiling zerovec v0.10.4 |
| 1392 | 2025-08-01T15:08:42.794Z | Compiling zerocopy-derive v0.7.35 |
| 1393 | 2025-08-01T15:08:43.022Z | Compiling hmac v0.12.1 |
| 1394 | 2025-08-01T15:08:43.106Z | Compiling icu_provider_macros v1.5.0 |
| 1395 | 2025-08-01T15:08:43.305Z | Compiling block-padding v0.3.3 |
| 1396 | 2025-08-01T15:08:43.357Z | Compiling sha2 v0.10.9 |
| 1397 | 2025-08-01T15:08:43.482Z | Compiling regex v1.11.1 |
| 1398 | 2025-08-01T15:08:43.509Z | Compiling futures-macro v0.3.31 |
| 1399 | 2025-08-01T15:08:43.590Z | Compiling inout v0.1.3 |
| 1400 | 2025-08-01T15:08:43.854Z | Compiling cipher v0.4.4 |
| 1401 | 2025-08-01T15:08:44.016Z | Compiling der_derive v0.7.3 |
| 1402 | 2025-08-01T15:08:44.331Z | Compiling tinystr v0.7.6 |
| 1403 | 2025-08-01T15:08:44.358Z | Compiling icu_collections v1.5.0 |
| 1404 | 2025-08-01T15:08:44.530Z | Compiling zerocopy v0.7.35 |
| 1405 | 2025-08-01T15:08:44.573Z | Compiling zerocopy-derive v0.8.26 |
| 1406 | 2025-08-01T15:08:44.723Z | Compiling icu_locid v1.5.0 |
| 1407 | 2025-08-01T15:08:45.038Z | Compiling serde v1.0.219 |
| 1408 | 2025-08-01T15:08:45.189Z | Compiling futures-util v0.3.31 |
| 1409 | 2025-08-01T15:08:45.528Z | Compiling thiserror-impl v1.0.69 |
| 1410 | 2025-08-01T15:08:45.765Z | Compiling ppv-lite86 v0.2.20 |
| 1411 | 2025-08-01T15:08:45.993Z | Compiling icu_provider v1.5.0 |
| 1412 | 2025-08-01T15:08:46.048Z | Compiling der v0.7.9 |
| 1413 | 2025-08-01T15:08:46.438Z | Compiling salsa20 v0.10.2 |
| 1414 | 2025-08-01T15:08:46.558Z | Compiling pbkdf2 v0.12.2 |
| 1415 | 2025-08-01T15:08:46.664Z | Compiling icu_locid_transform v1.5.0 |
| 1416 | 2025-08-01T15:08:46.735Z | Compiling scrypt v0.11.0 |
| 1417 | 2025-08-01T15:08:46.825Z | Compiling aes v0.8.4 |
| 1418 | 2025-08-01T15:08:47.183Z | Compiling cbc v0.1.2 |
| 1419 | 2025-08-01T15:08:47.415Z | Compiling openssl-sys v0.9.109 |
| 1420 | 2025-08-01T15:08:48.072Z | Compiling icu_properties v1.5.1 |
| 1421 | 2025-08-01T15:08:48.321Z | Compiling thiserror v1.0.69 |
| 1422 | 2025-08-01T15:08:48.486Z | Compiling spki v0.7.3 |
| 1423 | 2025-08-01T15:08:48.742Z | Compiling pest v2.7.14 |
| 1424 | 2025-08-01T15:08:48.769Z | Compiling pkcs5 v0.7.1 |
| 1425 | 2025-08-01T15:08:48.925Z | Compiling tracing-attributes v0.1.27 |
| 1426 | 2025-08-01T15:08:49.005Z | Compiling scroll_derive v0.12.0 |
| 1427 | 2025-08-01T15:08:49.678Z | Compiling bitflags v2.9.1 |
| 1428 | 2025-08-01T15:08:49.868Z | Compiling bytes v1.10.1 |
| 1429 | 2025-08-01T15:08:50.104Z | Compiling semver v1.0.26 |
| 1430 | 2025-08-01T15:08:50.385Z | Compiling indexmap v2.10.0 |
| 1431 | 2025-08-01T15:08:50.757Z | Compiling rustc_version v0.4.1 |
| 1432 | 2025-08-01T15:08:51.168Z | Compiling tokio v1.47.0 |
| 1433 | 2025-08-01T15:08:51.256Z | Compiling icu_normalizer v1.5.0 |
| 1434 | 2025-08-01T15:08:51.339Z | Compiling http v1.3.1 |
| 1435 | 2025-08-01T15:08:51.638Z | Compiling uuid v1.17.0 |
| 1436 | 2025-08-01T15:08:51.665Z | Compiling tracing v0.1.40 |
| 1437 | 2025-08-01T15:08:51.972Z | Compiling pest_meta v2.7.14 |
| 1438 | 2025-08-01T15:08:52.100Z | Compiling idna_adapter v1.2.0 |
| 1439 | 2025-08-01T15:08:52.342Z | Compiling idna v1.0.3 |
| 1440 | 2025-08-01T15:08:52.523Z | Compiling chrono v0.4.41 |
| 1441 | 2025-08-01T15:08:52.723Z | Compiling http-body v1.0.1 |
| 1442 | 2025-08-01T15:08:52.880Z | Compiling pkcs8 v0.10.2 |
| 1443 | 2025-08-01T15:08:52.978Z | Compiling url v2.5.4 |
| 1444 | 2025-08-01T15:08:53.309Z | Compiling which v4.4.2 |
| 1445 | 2025-08-01T15:08:53.478Z | Compiling rustversion v1.0.17 |
| 1446 | 2025-08-01T15:08:53.795Z | Compiling tinyvec_macros v0.1.1 |
| 1447 | 2025-08-01T15:08:53.906Z | Compiling tinyvec v1.8.0 |
| 1448 | 2025-08-01T15:08:54.124Z | Compiling pest_generator v2.7.14 |
| 1449 | 2025-08-01T15:08:54.151Z | Compiling rand_core v0.9.2 |
| 1450 | 2025-08-01T15:08:54.453Z | Compiling scroll v0.12.0 |
| 1451 | 2025-08-01T15:08:54.618Z | Compiling serde_derive_internals v0.29.1 |
| 1452 | 2025-08-01T15:08:54.939Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1453 | 2025-08-01T15:08:55.146Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1454 | 2025-08-01T15:08:55.368Z | Compiling untrusted v0.7.1 |
| 1455 | 2025-08-01T15:08:55.395Z | Compiling openssl-probe v0.1.5 |
| 1456 | 2025-08-01T15:08:55.525Z | Compiling adler2 v2.0.0 |
| 1457 | 2025-08-01T15:08:55.576Z | Compiling try-lock v0.2.5 |
| 1458 | 2025-08-01T15:08:55.728Z | Compiling foreign-types-shared v0.1.1 |
| 1459 | 2025-08-01T15:08:55.775Z | Compiling time-core v0.1.2 |
| 1460 | 2025-08-01T15:08:55.802Z | Compiling atomic-waker v1.1.2 |
| 1461 | 2025-08-01T15:08:55.802Z | Compiling schemars v0.8.22 |
| 1462 | 2025-08-01T15:08:55.847Z | Compiling tower-service v0.3.3 |
| 1463 | 2025-08-01T15:08:55.876Z | Compiling powerfmt v0.2.0 |
| 1464 | 2025-08-01T15:08:55.980Z | Compiling openssl v0.10.73 |
| 1465 | 2025-08-01T15:08:56.008Z | Compiling untrusted v0.9.0 |
| 1466 | 2025-08-01T15:08:56.008Z | Compiling num-conv v0.1.0 |
| 1467 | 2025-08-01T15:08:56.179Z | Compiling deranged v0.3.11 |
| 1468 | 2025-08-01T15:08:56.307Z | Compiling time-macros v0.2.18 |
| 1469 | 2025-08-01T15:08:56.399Z | Compiling foreign-types v0.3.2 |
| 1470 | 2025-08-01T15:08:56.512Z | Compiling pest_derive v2.7.14 |
| 1471 | 2025-08-01T15:08:56.540Z | Compiling schemars_derive v0.8.22 |
| 1472 | 2025-08-01T15:08:57.208Z | Compiling want v0.3.1 |
| 1473 | 2025-08-01T15:08:57.391Z | Compiling goblin v0.8.2 |
| 1474 | 2025-08-01T15:08:57.490Z | Compiling miniz_oxide v0.8.5 |
| 1475 | 2025-08-01T15:08:58.764Z | Compiling tokio-util v0.7.15 |
| 1476 | 2025-08-01T15:08:59.728Z | Compiling rand_chacha v0.9.0 |
| 1477 | 2025-08-01T15:08:59.956Z | Compiling h2 v0.4.6 |
| 1478 | 2025-08-01T15:09:00.273Z | Compiling ipnet v2.11.0 |
| 1479 | 2025-08-01T15:09:01.351Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2025-08-01T15:09:01.425Z | Compiling dyn-clone v1.0.19 |
| 1481 | 2025-08-01T15:09:01.637Z | Compiling syn v1.0.109 |
| 1482 | 2025-08-01T15:09:01.950Z | Compiling httpdate v1.0.3 |
| 1483 | 2025-08-01T15:09:02.136Z | Compiling crossbeam-utils v0.8.21 |
| 1484 | 2025-08-01T15:09:02.328Z | Compiling rustls v0.23.19 |
| 1485 | 2025-08-01T15:09:02.358Z | Compiling native-tls v0.2.12 |
| 1486 | 2025-08-01T15:09:02.602Z | Compiling num_threads v0.1.7 |
| 1487 | 2025-08-01T15:09:02.693Z | Compiling dof v0.3.0 |
| 1488 | 2025-08-01T15:09:02.721Z | Compiling time v0.3.36 |
| 1489 | 2025-08-01T15:09:04.348Z | Compiling rand v0.9.1 |
| 1490 | 2025-08-01T15:09:05.154Z | Compiling dtrace-parser v0.2.0 |
| 1491 | 2025-08-01T15:09:05.883Z | Compiling unicode-normalization v0.1.24 |
| 1492 | 2025-08-01T15:09:05.910Z | Compiling heapless v0.7.17 |
| 1493 | 2025-08-01T15:09:06.287Z | Compiling hyper v1.6.0 |
| 1494 | 2025-08-01T15:09:06.526Z | Compiling signature v2.2.0 |
| 1495 | 2025-08-01T15:09:06.736Z | Compiling crc32fast v1.4.2 |
| 1496 | 2025-08-01T15:09:06.763Z | Compiling cookie v0.18.1 |
| 1497 | 2025-08-01T15:09:06.823Z | Compiling signal-hook v0.3.18 |
| 1498 | 2025-08-01T15:09:07.052Z | Compiling zlib-rs v0.5.1 |
| 1499 | 2025-08-01T15:09:07.093Z | Compiling zstd-safe v7.2.3 |
| 1500 | 2025-08-01T15:09:07.121Z | Compiling unicode-properties v0.1.3 |
| 1501 | 2025-08-01T15:09:07.397Z | Compiling unicode-bidi v0.3.17 |
| 1502 | 2025-08-01T15:09:07.475Z | Compiling siphasher v0.3.11 |
| 1503 | 2025-08-01T15:09:07.855Z | Compiling slog v2.7.0 |
| 1504 | 2025-08-01T15:09:08.236Z | Compiling stringprep v0.1.5 |
| 1505 | 2025-08-01T15:09:08.376Z | Compiling phf_shared v0.11.2 |
| 1506 | 2025-08-01T15:09:08.618Z | Compiling hyper-util v0.1.16 |
| 1507 | 2025-08-01T15:09:08.833Z | Compiling usdt-impl v0.5.0 |
| 1508 | 2025-08-01T15:09:09.311Z | Compiling curve25519-dalek v4.1.3 |
| 1509 | 2025-08-01T15:09:09.453Z | Compiling serde_spanned v0.6.9 |
| 1510 | 2025-08-01T15:09:09.677Z | Compiling toml_datetime v0.6.11 |
| 1511 | 2025-08-01T15:09:09.909Z | Compiling serde_tokenstream v0.2.2 |
| 1512 | 2025-08-01T15:09:09.936Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2025-08-01T15:09:10.083Z | Compiling md-5 v0.10.6 |
| 1514 | 2025-08-01T15:09:10.146Z | Compiling num-integer v0.1.46 |
| 1515 | 2025-08-01T15:09:10.345Z | Compiling sync_wrapper v1.0.1 |
| 1516 | 2025-08-01T15:09:10.421Z | Compiling hash32 v0.2.1 |
| 1517 | 2025-08-01T15:09:10.506Z | Compiling ff v0.13.0 |
| 1518 | 2025-08-01T15:09:10.753Z | Compiling memoffset v0.9.1 |
| 1519 | 2025-08-01T15:09:10.783Z | Compiling litrs v0.4.1 |
| 1520 | 2025-08-01T15:09:10.810Z | Compiling gimli v0.31.1 |
| 1521 | 2025-08-01T15:09:11.042Z | Compiling tower-layer v0.3.3 |
| 1522 | 2025-08-01T15:09:11.295Z | Compiling smoltcp v0.9.1 |
| 1523 | 2025-08-01T15:09:11.765Z | Compiling num-bigint-dig v0.8.4 |
| 1524 | 2025-08-01T15:09:11.793Z | Compiling psl-types v2.0.11 |
| 1525 | 2025-08-01T15:09:11.857Z | Compiling cfg_aliases v0.2.1 |
| 1526 | 2025-08-01T15:09:11.885Z | Compiling fallible-iterator v0.2.0 |
| 1527 | 2025-08-01T15:09:11.979Z | Compiling newtype-uuid v1.2.4 |
| 1528 | 2025-08-01T15:09:12.006Z | Compiling base16ct v0.2.0 |
| 1529 | 2025-08-01T15:09:12.082Z | Compiling nix v0.29.0 |
| 1530 | 2025-08-01T15:09:12.274Z | Compiling sec1 v0.7.3 |
| 1531 | 2025-08-01T15:09:12.304Z | Compiling publicsuffix v2.3.0 |
| 1532 | 2025-08-01T15:09:12.489Z | Compiling libz-rs-sys v0.5.1 |
| 1533 | 2025-08-01T15:09:12.603Z | Compiling postgres-protocol v0.6.8 |
| 1534 | 2025-08-01T15:09:12.781Z | Compiling flate2 v1.1.2 |
| 1535 | 2025-08-01T15:09:12.808Z | Compiling document-features v0.2.11 |
| 1536 | 2025-08-01T15:09:12.861Z | Compiling tower v0.5.2 |
| 1537 | 2025-08-01T15:09:13.324Z | Compiling group v0.13.0 |
| 1538 | 2025-08-01T15:09:13.616Z | Compiling num-iter v0.1.45 |
| 1539 | 2025-08-01T15:09:13.643Z | Compiling rand v0.8.5 |
| 1540 | 2025-08-01T15:09:13.874Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2025-08-01T15:09:14.495Z | Compiling addr2line v0.24.2 |
| 1542 | 2025-08-01T15:09:14.655Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2025-08-01T15:09:14.784Z | Compiling strum_macros v0.27.1 |
| 1544 | 2025-08-01T15:09:14.812Z | Compiling rustls-native-certs v0.8.1 |
| 1545 | 2025-08-01T15:09:14.959Z | Compiling terminal_size v0.4.0 |
| 1546 | 2025-08-01T15:09:15.147Z | Compiling http-body-util v0.1.3 |
| 1547 | 2025-08-01T15:09:15.183Z | Compiling hkdf v0.12.4 |
| 1548 | 2025-08-01T15:09:15.294Z | Compiling crypto-bigint v0.5.5 |
| 1549 | 2025-08-01T15:09:15.322Z | Compiling webpki-roots v1.0.1 |
| 1550 | 2025-08-01T15:09:15.401Z | Compiling async-trait v0.1.88 |
| 1551 | 2025-08-01T15:09:15.445Z | Compiling thiserror-impl v2.0.12 |
| 1552 | 2025-08-01T15:09:15.528Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1553 | 2025-08-01T15:09:15.566Z | Compiling fs-err v3.1.1 |
| 1554 | 2025-08-01T15:09:15.868Z | Compiling object v0.36.5 |
| 1555 | 2025-08-01T15:09:16.742Z | Compiling ahash v0.8.12 |
| 1556 | 2025-08-01T15:09:17.038Z | Compiling iri-string v0.7.8 |
| 1557 | 2025-08-01T15:09:17.458Z | Compiling rustc-demangle v0.1.24 |
| 1558 | 2025-08-01T15:09:18.073Z | Compiling anyhow v1.0.98 |
| 1559 | 2025-08-01T15:09:18.245Z | Compiling rustix v1.0.7 |
| 1560 | 2025-08-01T15:09:18.582Z | Compiling winnow v0.5.40 |
| 1561 | 2025-08-01T15:09:18.788Z | Compiling simd-adler32 v0.3.7 |
| 1562 | 2025-08-01T15:09:18.838Z | Compiling buf-list v1.0.3 |
| 1563 | 2025-08-01T15:09:18.865Z | Compiling hubpack_derive v0.1.1 |
| 1564 | 2025-08-01T15:09:19.272Z | Compiling bumpalo v3.16.0 |
| 1565 | 2025-08-01T15:09:19.351Z | Compiling managed v0.8.0 |
| 1566 | 2025-08-01T15:09:19.574Z | Compiling lockfree-object-pool v0.1.6 |
| 1567 | 2025-08-01T15:09:19.693Z | Compiling bitflags v1.3.2 |
| 1568 | 2025-08-01T15:09:19.759Z | Compiling clap_builder v4.5.41 |
| 1569 | 2025-08-01T15:09:19.836Z | Compiling zopfli v0.8.1 |
| 1570 | 2025-08-01T15:09:20.092Z | Compiling hubpack v0.1.2 |
| 1571 | 2025-08-01T15:09:20.358Z | Compiling tower-http v0.6.6 |
| 1572 | 2025-08-01T15:09:20.720Z | Compiling strum v0.27.2 |
| 1573 | 2025-08-01T15:09:21.151Z | Compiling thiserror v2.0.12 |
| 1574 | 2025-08-01T15:09:21.215Z | Compiling elliptic-curve v0.13.8 |
| 1575 | 2025-08-01T15:09:21.247Z | Compiling toml_edit v0.19.15 |
| 1576 | 2025-08-01T15:09:21.389Z | Compiling backtrace v0.3.74 |
| 1577 | 2025-08-01T15:09:21.644Z | Compiling hyper-tls v0.6.0 |
| 1578 | 2025-08-01T15:09:21.912Z | Compiling oxnet v0.1.3 |
| 1579 | 2025-08-01T15:09:21.939Z | Compiling zstd v0.13.3 |
| 1580 | 2025-08-01T15:09:22.431Z | Compiling cookie_store v0.21.1 |
| 1581 | 2025-08-01T15:09:22.580Z | Compiling signal-hook-mio v0.2.4 |
| 1582 | 2025-08-01T15:09:22.895Z | Compiling postgres-types v0.2.9 |
| 1583 | 2025-08-01T15:09:23.845Z | Compiling usdt-macro v0.5.0 |
| 1584 | 2025-08-01T15:09:23.972Z | Compiling usdt-attr-macro v0.5.0 |
| 1585 | 2025-08-01T15:09:24.142Z | Compiling phf v0.11.2 |
| 1586 | 2025-08-01T15:09:24.396Z | Compiling ed25519 v2.2.3 |
| 1587 | 2025-08-01T15:09:25.003Z | Compiling bzip2 v0.4.4 |
| 1588 | 2025-08-01T15:09:25.216Z | Compiling bzip2 v0.5.2 |
| 1589 | 2025-08-01T15:09:25.350Z | Compiling strum_macros v0.26.4 |
| 1590 | 2025-08-01T15:09:25.554Z | Compiling pkcs1 v0.7.5 |
| 1591 | 2025-08-01T15:09:25.925Z | Compiling serde_urlencoded v0.7.1 |
| 1592 | 2025-08-01T15:09:26.337Z | Compiling serde-big-array v0.5.1 |
| 1593 | 2025-08-01T15:09:26.391Z | Compiling rfc6979 v0.4.0 |
| 1594 | 2025-08-01T15:09:26.487Z | Compiling bstr v1.10.0 |
| 1595 | 2025-08-01T15:09:26.577Z | Compiling enum-as-inner v0.6.1 |
| 1596 | 2025-08-01T15:09:26.605Z | Compiling clap_derive v4.5.41 |
| 1597 | 2025-08-01T15:09:26.932Z | Compiling daft-derive v0.1.4 |
| 1598 | 2025-08-01T15:09:27.291Z | Compiling serde_repr v0.1.19 |
| 1599 | 2025-08-01T15:09:27.439Z | Compiling float-cmp v0.10.0 |
| 1600 | 2025-08-01T15:09:27.680Z | Compiling socket2 v0.5.10 |
| 1601 | 2025-08-01T15:09:27.806Z | Compiling encoding_rs v0.8.34 |
| 1602 | 2025-08-01T15:09:28.224Z | Compiling static_assertions v1.1.0 |
| 1603 | 2025-08-01T15:09:28.311Z | Compiling normalize-line-endings v0.3.0 |
| 1604 | 2025-08-01T15:09:28.347Z | Compiling unicode-segmentation v1.12.0 |
| 1605 | 2025-08-01T15:09:28.463Z | Compiling fixedbitset v0.4.2 |
| 1606 | 2025-08-01T15:09:28.490Z | Compiling predicates-core v1.0.8 |
| 1607 | 2025-08-01T15:09:28.796Z | Compiling precomputed-hash v0.1.1 |
| 1608 | 2025-08-01T15:09:28.902Z | Compiling data-encoding v2.9.0 |
| 1609 | 2025-08-01T15:09:28.935Z | Compiling new_debug_unreachable v1.0.6 |
| 1610 | 2025-08-01T15:09:29.052Z | Compiling difflib v0.4.0 |
| 1611 | 2025-08-01T15:09:29.081Z | Compiling mime v0.3.17 |
| 1612 | 2025-08-01T15:09:29.108Z | Compiling whoami v1.5.2 |
| 1613 | 2025-08-01T15:09:29.569Z | Compiling toml_edit v0.22.27 |
| 1614 | 2025-08-01T15:09:29.602Z | Compiling hickory-proto v0.25.2 |
| 1615 | 2025-08-01T15:09:30.147Z | Compiling clap v4.5.41 |
| 1616 | 2025-08-01T15:09:30.174Z | Compiling predicates v3.1.3 |
| 1617 | 2025-08-01T15:09:30.256Z | Compiling tokio-postgres v0.7.13 |
| 1618 | 2025-08-01T15:09:30.399Z | Compiling strum v0.26.3 |
| 1619 | 2025-08-01T15:09:30.636Z | Compiling string_cache v0.8.9 |
| 1620 | 2025-08-01T15:09:30.832Z | Compiling similar v2.7.0 |
| 1621 | 2025-08-01T15:09:31.042Z | Compiling petgraph v0.6.5 |
| 1622 | 2025-08-01T15:09:31.478Z | Compiling console v0.15.10 |
| 1623 | 2025-08-01T15:09:32.623Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1624 | 2025-08-01T15:09:32.649Z | Compiling daft v0.1.4 |
| 1625 | 2025-08-01T15:09:33.163Z | Compiling usdt v0.5.0 |
| 1626 | 2025-08-01T15:09:33.190Z | Compiling ecdsa v0.16.9 |
| 1627 | 2025-08-01T15:09:33.613Z | Compiling rsa v0.9.6 |
| 1628 | 2025-08-01T15:09:33.895Z | Compiling zip v4.2.0 |
| 1629 | 2025-08-01T15:09:34.241Z | Compiling zip v0.6.6 |
| 1630 | 2025-08-01T15:09:34.760Z | Compiling ed25519-dalek v2.1.1 |
| 1631 | 2025-08-01T15:09:35.304Z | Compiling toml v0.7.8 |
| 1632 | 2025-08-01T15:09:35.753Z | Compiling crossterm v0.28.1 |
| 1633 | 2025-08-01T15:09:37.336Z | Compiling crossbeam-epoch v0.9.18 |
| 1634 | 2025-08-01T15:09:37.691Z | Compiling tokio-stream v0.1.17 |
| 1635 | 2025-08-01T15:09:37.962Z | Compiling openapiv3 v2.2.0 |
| 1636 | 2025-08-01T15:09:38.299Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1637 | 2025-08-01T15:09:38.528Z | Compiling x509-cert v0.2.5 |
| 1638 | 2025-08-01T15:09:38.554Z | Compiling sha1 v0.10.6 |
| 1639 | 2025-08-01T15:09:38.685Z | Compiling itertools v0.10.5 |
| 1640 | 2025-08-01T15:09:38.929Z | Compiling itertools v0.13.0 |
| 1641 | 2025-08-01T15:09:39.445Z | Compiling dirs-sys-next v0.1.2 |
| 1642 | 2025-08-01T15:09:39.534Z | Compiling winnow v0.6.26 |
| 1643 | 2025-08-01T15:09:39.920Z | Compiling rustc-hash v2.1.1 |
| 1644 | 2025-08-01T15:09:39.962Z | Compiling peg-runtime v0.8.5 |
| 1645 | 2025-08-01T15:09:40.148Z | Compiling lalrpop-util v0.19.12 |
| 1646 | 2025-08-01T15:09:40.453Z | Compiling dirs-next v2.0.0 |
| 1647 | 2025-08-01T15:09:40.479Z | Compiling thread_local v1.1.8 |
| 1648 | 2025-08-01T15:09:40.678Z | Compiling slog-async v2.8.0 |
| 1649 | 2025-08-01T15:09:40.845Z | Compiling term v0.7.0 |
| 1650 | 2025-08-01T15:09:40.926Z | Compiling crossbeam-channel v0.5.15 |
| 1651 | 2025-08-01T15:09:41.191Z | Compiling xattr v1.3.1 |
| 1652 | 2025-08-01T15:09:41.220Z | Compiling futures-executor v0.3.31 |
| 1653 | 2025-08-01T15:09:41.443Z | Compiling filetime v0.2.25 |
| 1654 | 2025-08-01T15:09:41.471Z | Compiling is-terminal v0.4.13 |
| 1655 | 2025-08-01T15:09:41.610Z | Compiling take_mut v0.2.2 |
| 1656 | 2025-08-01T15:09:41.658Z | Compiling tar v0.4.44 |
| 1657 | 2025-08-01T15:09:41.733Z | Compiling slog-term v2.9.1 |
| 1658 | 2025-08-01T15:09:41.811Z | Compiling futures v0.3.31 |
| 1659 | 2025-08-01T15:09:41.935Z | Compiling camino v1.1.10 |
| 1660 | 2025-08-01T15:09:47.105Z | Compiling aws-lc-sys v0.26.0 |
| 1661 | 2025-08-01T15:10:19.148Z | Compiling rustls-webpki v0.102.8 |
| 1662 | 2025-08-01T15:10:24.672Z | Compiling tokio-rustls v0.26.0 |
| 1663 | 2025-08-01T15:10:24.981Z | Compiling hyper-rustls v0.27.7 |
| 1664 | 2025-08-01T15:10:25.304Z | Compiling reqwest v0.12.22 |
| 1665 | 2025-08-01T15:10:29.225Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1666 | 2025-08-01T15:10:29.576Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1667 | 2025-08-01T15:10:34.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
| 1668 | 2025-08-01T15:10:34.896Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1669 | 2025-08-01T15:10:34.971Z | Aug 01 15:10:34.273 INFO Starting download, target: Cockroach |
| 1670 | 2025-08-01T15:10:34.971Z | Aug 01 15:10:34.274 INFO Starting download, target: Clickhouse |
| 1671 | 2025-08-01T15:10:34.971Z | Aug 01 15:10:34.274 INFO Starting download, target: Console |
| 1672 | 2025-08-01T15:10:34.971Z | Aug 01 15:10:34.274 INFO Starting download, target: DendriteStub |
| 1673 | 2025-08-01T15:10:34.971Z | Aug 01 15:10:34.274 INFO Starting download, target: MaghemiteMgd |
| 1674 | 2025-08-01T15:10:34.971Z | Aug 01 15:10:34.274 INFO Starting download, target: TransceiverControl |
| 1675 | 2025-08-01T15:10:34.998Z | Aug 01 15:10:34.276 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1676 | 2025-08-01T15:10:34.998Z | Aug 01 15:10:34.276 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1677 | 2025-08-01T15:10:34.998Z | Aug 01 15:10:34.276 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1678 | 2025-08-01T15:10:34.998Z | Aug 01 15:10:34.277 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1679 | 2025-08-01T15:10:34.998Z | Aug 01 15:10:34.277 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1680 | 2025-08-01T15:10:34.998Z | Aug 01 15:10:34.277 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1681 | 2025-08-01T15:10:35.274Z | Aug 01 15:10:34.577 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1682 | 2025-08-01T15:10:35.737Z | Aug 01 15:10:34.980 INFO Download complete, target: Console |
| 1683 | 2025-08-01T15:10:35.835Z | Aug 01 15:10:35.067 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1684 | 2025-08-01T15:10:36.124Z | Aug 01 15:10:35.425 INFO Download complete, target: TransceiverControl |
| 1685 | 2025-08-01T15:10:38.448Z | Aug 01 15:10:37.745 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1686 | 2025-08-01T15:10:38.649Z | Aug 01 15:10:37.945 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1687 | 2025-08-01T15:10:40.932Z | Aug 01 15:10:40.235 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1688 | 2025-08-01T15:10:40.932Z | Aug 01 15:10:40.235 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1689 | 2025-08-01T15:10:42.183Z | Aug 01 15:10:41.486 INFO Download complete, target: DendriteStub |
| 1690 | 2025-08-01T15:10:42.651Z | Aug 01 15:10:41.953 INFO Download complete, target: MaghemiteMgd |
| 1691 | 2025-08-01T15:10:48.265Z | Aug 01 15:10:47.466 INFO Checking that binary works, target: Cockroach |
| 1692 | 2025-08-01T15:10:48.494Z | Aug 01 15:10:47.744 INFO Download complete, target: Cockroach |
| 1693 | 2025-08-01T15:11:04.414Z | Aug 01 15:11:03.717 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1694 | 2025-08-01T15:11:15.446Z | Aug 01 15:11:14.748 INFO Checking that binary works, target: Clickhouse |
| 1695 | 2025-08-01T15:11:15.638Z | Aug 01 15:11:14.941 INFO Download complete, target: Clickhouse |
| 1696 | 2025-08-01T15:11:15.665Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1697 | 2025-08-01T15:11:15.692Z | |
| 1698 | 2025-08-01T15:11:15.692Z | real 5:23.228442109 |
| 1699 | 2025-08-01T15:11:15.692Z | user 14:36.514971389 |
| 1700 | 2025-08-01T15:11:15.692Z | sys 2:26.974596229 |
| 1701 | 2025-08-01T15:11:15.692Z | trap 0.547590704 |
| 1702 | 2025-08-01T15:11:15.692Z | tflt 0.369150480 |
| 1703 | 2025-08-01T15:11:15.692Z | dflt 1.138484630 |
| 1704 | 2025-08-01T15:11:15.692Z | kflt 0.009434610 |
| 1705 | 2025-08-01T15:11:15.692Z | lock 43:47.867749439 |
| 1706 | 2025-08-01T15:11:15.692Z | slp 53:46.588316522 |
| 1707 | 2025-08-01T15:11:15.692Z | lat 1:14.011874948 |
| 1708 | 2025-08-01T15:11:15.692Z | stop 2:41.562523102 |
| 1709 | 2025-08-01T15:11:15.692Z | + banner hack-check |
| 1710 | 2025-08-01T15:11:15.692Z | |
| 1711 | 2025-08-01T15:11:15.692Z | # # ## #### # # #### # # ###### #### # # |
| 1712 | 2025-08-01T15:11:15.693Z | # # # # # # # # # # # # # # # # # |
| 1713 | 2025-08-01T15:11:15.693Z | ###### # # # #### ##### # ###### ##### # #### |
| 1714 | 2025-08-01T15:11:15.693Z | # # ###### # # # # # # # # # # |
| 1715 | 2025-08-01T15:11:15.693Z | # # # # # # # # # # # # # # # # # |
| 1716 | 2025-08-01T15:11:15.693Z | # # # # #### # # #### # # ###### #### # # |
| 1717 | 2025-08-01T15:11:15.693Z | |
| 1718 | 2025-08-01T15:11:15.693Z | + export CARGO_INCREMENTAL=0 |
| 1719 | 2025-08-01T15:11:15.693Z | + CARGO_INCREMENTAL=0 |
| 1720 | 2025-08-01T15:11:15.693Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1721 | 2025-08-01T15:11:16.660Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1722 | 2025-08-01T15:11:16.955Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1723 | 2025-08-01T15:11:20.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
| 1724 | 2025-08-01T15:11:20.765Z | Running `target/debug/xtask check-features --ci` |
| 1725 | 2025-08-01T15:11:20.795Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1726 | 2025-08-01T15:11:20.795Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1727 | 2025-08-01T15:11:21.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1728 | 2025-08-01T15:11:21.600Z | Running `target/debug/xtask download cargo-hack` |
| 1729 | 2025-08-01T15:11:22.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2025-08-01T15:11:23.206Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2025-08-01T15:11:27.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s |
| 1732 | 2025-08-01T15:11:27.679Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1733 | 2025-08-01T15:11:27.738Z | Aug 01 15:11:27.041 INFO Starting download, target: CargoHack |
| 1734 | 2025-08-01T15:11:27.765Z | Aug 01 15:11:27.042 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1735 | 2025-08-01T15:11:28.214Z | Aug 01 15:11:27.518 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1736 | 2025-08-01T15:11:28.302Z | Aug 01 15:11:27.605 INFO Download complete, target: CargoHack |
| 1737 | 2025-08-01T15:11:28.328Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1738 | 2025-08-01T15:11:28.355Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1739 | 2025-08-01T15:11:28.578Z | info: running `cargo check --bins` on api_identity (1/221) |
| 1740 | 2025-08-01T15:11:29.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-08-01T15:11:29.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-08-01T15:11:29.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-08-01T15:11:29.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1744 | 2025-08-01T15:11:29.481Z | |
| 1745 | 2025-08-01T15:11:29.481Z | info: running `cargo check --bins` on bootstore (2/221) |
| 1746 | 2025-08-01T15:11:30.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-08-01T15:11:30.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-08-01T15:11:30.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-08-01T15:11:30.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1750 | 2025-08-01T15:11:30.422Z | |
| 1751 | 2025-08-01T15:11:30.422Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
| 1752 | 2025-08-01T15:11:31.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-08-01T15:11:31.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-08-01T15:11:31.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-08-01T15:11:31.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1756 | 2025-08-01T15:11:31.354Z | |
| 1757 | 2025-08-01T15:11:31.354Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
| 1758 | 2025-08-01T15:11:32.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-08-01T15:11:32.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-08-01T15:11:32.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-08-01T15:11:32.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1762 | 2025-08-01T15:11:32.274Z | |
| 1763 | 2025-08-01T15:11:32.274Z | info: running `cargo check --bins` on id-map (5/221) |
| 1764 | 2025-08-01T15:11:33.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-08-01T15:11:33.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-08-01T15:11:33.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-08-01T15:11:33.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1768 | 2025-08-01T15:11:33.177Z | |
| 1769 | 2025-08-01T15:11:33.177Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
| 1770 | 2025-08-01T15:11:33.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-08-01T15:11:33.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-08-01T15:11:33.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-08-01T15:11:33.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1774 | 2025-08-01T15:11:33.864Z | |
| 1775 | 2025-08-01T15:11:33.865Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
| 1776 | 2025-08-01T15:11:34.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-08-01T15:11:34.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-08-01T15:11:34.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-08-01T15:11:34.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1780 | 2025-08-01T15:11:34.551Z | |
| 1781 | 2025-08-01T15:11:34.551Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
| 1782 | 2025-08-01T15:11:35.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-08-01T15:11:35.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-08-01T15:11:35.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-08-01T15:11:35.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1786 | 2025-08-01T15:11:35.238Z | |
| 1787 | 2025-08-01T15:11:35.238Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
| 1788 | 2025-08-01T15:11:35.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-08-01T15:11:35.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-08-01T15:11:35.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-08-01T15:11:35.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1792 | 2025-08-01T15:11:35.933Z | |
| 1793 | 2025-08-01T15:11:35.933Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
| 1794 | 2025-08-01T15:11:36.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-08-01T15:11:36.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-08-01T15:11:36.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-08-01T15:11:36.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1798 | 2025-08-01T15:11:36.645Z | |
| 1799 | 2025-08-01T15:11:36.645Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
| 1800 | 2025-08-01T15:11:37.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-08-01T15:11:37.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-08-01T15:11:37.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-08-01T15:11:37.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1804 | 2025-08-01T15:11:37.355Z | |
| 1805 | 2025-08-01T15:11:37.355Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
| 1806 | 2025-08-01T15:11:37.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-08-01T15:11:38.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-08-01T15:11:38.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-08-01T15:11:38.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1810 | 2025-08-01T15:11:38.043Z | |
| 1811 | 2025-08-01T15:11:38.043Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
| 1812 | 2025-08-01T15:11:38.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-08-01T15:11:38.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-08-01T15:11:38.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-08-01T15:11:38.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1816 | 2025-08-01T15:11:38.739Z | |
| 1817 | 2025-08-01T15:11:38.739Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
| 1818 | 2025-08-01T15:11:39.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-08-01T15:11:39.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-08-01T15:11:39.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-08-01T15:11:39.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1822 | 2025-08-01T15:11:39.423Z | |
| 1823 | 2025-08-01T15:11:39.423Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
| 1824 | 2025-08-01T15:11:40.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-08-01T15:11:40.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-08-01T15:11:40.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-08-01T15:11:40.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1828 | 2025-08-01T15:11:40.104Z | |
| 1829 | 2025-08-01T15:11:40.104Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
| 1830 | 2025-08-01T15:11:40.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-08-01T15:11:40.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-08-01T15:11:40.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-08-01T15:11:40.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1834 | 2025-08-01T15:11:40.797Z | |
| 1835 | 2025-08-01T15:11:40.797Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
| 1836 | 2025-08-01T15:11:41.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-08-01T15:11:41.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-08-01T15:11:41.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-08-01T15:11:41.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1840 | 2025-08-01T15:11:41.619Z | |
| 1841 | 2025-08-01T15:11:41.619Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
| 1842 | 2025-08-01T15:11:42.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-08-01T15:11:42.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-08-01T15:11:42.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-08-01T15:11:42.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1846 | 2025-08-01T15:11:42.304Z | |
| 1847 | 2025-08-01T15:11:42.304Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
| 1848 | 2025-08-01T15:11:42.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-08-01T15:11:42.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-08-01T15:11:42.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-08-01T15:11:42.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1852 | 2025-08-01T15:11:42.994Z | |
| 1853 | 2025-08-01T15:11:42.994Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
| 1854 | 2025-08-01T15:11:43.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-08-01T15:11:43.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-08-01T15:11:43.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-08-01T15:11:43.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1858 | 2025-08-01T15:11:43.700Z | |
| 1859 | 2025-08-01T15:11:43.700Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
| 1860 | 2025-08-01T15:11:44.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-08-01T15:11:44.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-08-01T15:11:44.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-08-01T15:11:44.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1864 | 2025-08-01T15:11:44.405Z | |
| 1865 | 2025-08-01T15:11:44.405Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
| 1866 | 2025-08-01T15:11:45.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-08-01T15:11:45.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-08-01T15:11:45.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-08-01T15:11:45.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1870 | 2025-08-01T15:11:45.095Z | |
| 1871 | 2025-08-01T15:11:45.095Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
| 1872 | 2025-08-01T15:11:45.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-08-01T15:11:45.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-08-01T15:11:45.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-08-01T15:11:45.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1876 | 2025-08-01T15:11:45.796Z | |
| 1877 | 2025-08-01T15:11:45.796Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
| 1878 | 2025-08-01T15:11:46.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-08-01T15:11:46.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-08-01T15:11:46.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-08-01T15:11:46.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1882 | 2025-08-01T15:11:46.500Z | |
| 1883 | 2025-08-01T15:11:46.500Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
| 1884 | 2025-08-01T15:11:47.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-08-01T15:11:47.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-08-01T15:11:47.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-08-01T15:11:47.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1888 | 2025-08-01T15:11:47.190Z | |
| 1889 | 2025-08-01T15:11:47.190Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
| 1890 | 2025-08-01T15:11:47.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-08-01T15:11:47.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-08-01T15:11:47.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-08-01T15:11:47.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1894 | 2025-08-01T15:11:47.878Z | |
| 1895 | 2025-08-01T15:11:47.878Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
| 1896 | 2025-08-01T15:11:48.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-08-01T15:11:48.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-08-01T15:11:48.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-08-01T15:11:48.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1900 | 2025-08-01T15:11:48.563Z | |
| 1901 | 2025-08-01T15:11:48.563Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
| 1902 | 2025-08-01T15:11:49.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-08-01T15:11:49.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-08-01T15:11:49.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-08-01T15:11:49.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1906 | 2025-08-01T15:11:49.255Z | |
| 1907 | 2025-08-01T15:11:49.255Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
| 1908 | 2025-08-01T15:11:49.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-08-01T15:11:49.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-08-01T15:11:49.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-08-01T15:11:49.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1912 | 2025-08-01T15:11:49.954Z | |
| 1913 | 2025-08-01T15:11:49.954Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
| 1914 | 2025-08-01T15:11:50.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-08-01T15:11:50.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-08-01T15:11:50.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-08-01T15:11:50.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1918 | 2025-08-01T15:11:50.653Z | |
| 1919 | 2025-08-01T15:11:50.653Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
| 1920 | 2025-08-01T15:11:51.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-08-01T15:11:51.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-08-01T15:11:51.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2025-08-01T15:11:51.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1924 | 2025-08-01T15:11:51.363Z | |
| 1925 | 2025-08-01T15:11:51.363Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
| 1926 | 2025-08-01T15:11:52.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2025-08-01T15:11:52.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2025-08-01T15:11:52.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2025-08-01T15:11:52.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1930 | 2025-08-01T15:11:52.072Z | |
| 1931 | 2025-08-01T15:11:52.072Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
| 1932 | 2025-08-01T15:11:52.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2025-08-01T15:11:52.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2025-08-01T15:11:52.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2025-08-01T15:11:52.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1936 | 2025-08-01T15:11:52.773Z | |
| 1937 | 2025-08-01T15:11:52.773Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
| 1938 | 2025-08-01T15:11:53.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2025-08-01T15:11:53.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2025-08-01T15:11:53.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2025-08-01T15:11:53.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1942 | 2025-08-01T15:11:53.472Z | |
| 1943 | 2025-08-01T15:11:53.472Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
| 1944 | 2025-08-01T15:11:54.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2025-08-01T15:11:54.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2025-08-01T15:11:54.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2025-08-01T15:11:54.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1948 | 2025-08-01T15:11:54.178Z | |
| 1949 | 2025-08-01T15:11:54.178Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
| 1950 | 2025-08-01T15:11:54.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2025-08-01T15:11:54.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2025-08-01T15:11:54.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2025-08-01T15:11:54.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1954 | 2025-08-01T15:11:54.887Z | |
| 1955 | 2025-08-01T15:11:54.887Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
| 1956 | 2025-08-01T15:11:55.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2025-08-01T15:11:55.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2025-08-01T15:11:55.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2025-08-01T15:11:55.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1960 | 2025-08-01T15:11:55.589Z | |
| 1961 | 2025-08-01T15:11:55.590Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
| 1962 | 2025-08-01T15:11:56.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2025-08-01T15:11:56.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2025-08-01T15:11:56.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2025-08-01T15:11:56.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1966 | 2025-08-01T15:11:56.311Z | |
| 1967 | 2025-08-01T15:11:56.311Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
| 1968 | 2025-08-01T15:11:56.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2025-08-01T15:11:56.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2025-08-01T15:11:56.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2025-08-01T15:11:56.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1972 | 2025-08-01T15:11:57.020Z | |
| 1973 | 2025-08-01T15:11:57.020Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
| 1974 | 2025-08-01T15:11:57.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2025-08-01T15:11:57.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2025-08-01T15:11:57.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2025-08-01T15:11:57.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1978 | 2025-08-01T15:11:57.757Z | |
| 1979 | 2025-08-01T15:11:57.757Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
| 1980 | 2025-08-01T15:11:58.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2025-08-01T15:11:58.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2025-08-01T15:11:58.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2025-08-01T15:11:58.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1984 | 2025-08-01T15:11:58.462Z | |
| 1985 | 2025-08-01T15:11:58.463Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
| 1986 | 2025-08-01T15:11:59.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2025-08-01T15:11:59.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2025-08-01T15:11:59.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2025-08-01T15:11:59.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1990 | 2025-08-01T15:11:59.158Z | |
| 1991 | 2025-08-01T15:11:59.158Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
| 1992 | 2025-08-01T15:11:59.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2025-08-01T15:11:59.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2025-08-01T15:11:59.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2025-08-01T15:11:59.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1996 | 2025-08-01T15:11:59.863Z | |
| 1997 | 2025-08-01T15:11:59.863Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
| 1998 | 2025-08-01T15:12:00.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2025-08-01T15:12:00.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2025-08-01T15:12:00.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2025-08-01T15:12:00.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2002 | 2025-08-01T15:12:00.550Z | |
| 2003 | 2025-08-01T15:12:00.550Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
| 2004 | 2025-08-01T15:12:01.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2025-08-01T15:12:01.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2025-08-01T15:12:01.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2025-08-01T15:12:01.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2008 | 2025-08-01T15:12:01.251Z | |
| 2009 | 2025-08-01T15:12:01.251Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
| 2010 | 2025-08-01T15:12:02.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2025-08-01T15:12:02.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2025-08-01T15:12:02.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2025-08-01T15:12:02.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2014 | 2025-08-01T15:12:02.238Z | |
| 2015 | 2025-08-01T15:12:02.238Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
| 2016 | 2025-08-01T15:12:03.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2025-08-01T15:12:03.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2025-08-01T15:12:03.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2025-08-01T15:12:03.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2020 | 2025-08-01T15:12:03.189Z | |
| 2021 | 2025-08-01T15:12:03.189Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
| 2022 | 2025-08-01T15:12:04.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2025-08-01T15:12:04.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2025-08-01T15:12:04.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2025-08-01T15:12:04.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2026 | 2025-08-01T15:12:04.169Z | |
| 2027 | 2025-08-01T15:12:04.169Z | info: running `cargo check --bins` on oxlog (49/221) |
| 2028 | 2025-08-01T15:12:04.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2025-08-01T15:12:05.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2025-08-01T15:12:05.145Z | Checking cfg-if v1.0.1 |
| 2031 | 2025-08-01T15:12:05.145Z | Checking libc v0.2.174 |
| 2032 | 2025-08-01T15:12:05.172Z | Checking serde v1.0.219 |
| 2033 | 2025-08-01T15:12:05.200Z | Checking zeroize v1.8.1 |
| 2034 | 2025-08-01T15:12:05.200Z | Checking memchr v2.7.4 |
| 2035 | 2025-08-01T15:12:05.227Z | Checking typenum v1.17.0 |
| 2036 | 2025-08-01T15:12:05.227Z | Checking smallvec v1.15.1 |
| 2037 | 2025-08-01T15:12:05.227Z | Checking value-bag v1.9.0 |
| 2038 | 2025-08-01T15:12:05.253Z | Checking subtle v2.6.1 |
| 2039 | 2025-08-01T15:12:05.425Z | Checking scopeguard v1.2.0 |
| 2040 | 2025-08-01T15:12:05.503Z | Checking const-oid v0.9.6 |
| 2041 | 2025-08-01T15:12:05.555Z | Checking itoa v1.0.11 |
| 2042 | 2025-08-01T15:12:05.581Z | Checking lock_api v0.4.12 |
| 2043 | 2025-08-01T15:12:05.641Z | Checking log v0.4.27 |
| 2044 | 2025-08-01T15:12:05.757Z | Checking stable_deref_trait v1.2.0 |
| 2045 | 2025-08-01T15:12:05.869Z | Checking zerofrom v0.1.4 |
| 2046 | 2025-08-01T15:12:05.919Z | Checking byteorder v1.5.0 |
| 2047 | 2025-08-01T15:12:05.946Z | Checking pin-project-lite v0.2.14 |
| 2048 | 2025-08-01T15:12:06.078Z | Checking portable-atomic v1.11.0 |
| 2049 | 2025-08-01T15:12:06.105Z | Checking yoke v0.7.4 |
| 2050 | 2025-08-01T15:12:06.132Z | Checking critical-section v1.1.3 |
| 2051 | 2025-08-01T15:12:06.159Z | Checking getrandom v0.2.15 |
| 2052 | 2025-08-01T15:12:06.186Z | Checking generic-array v0.14.7 |
| 2053 | 2025-08-01T15:12:06.294Z | Checking signal-hook-registry v1.4.2 |
| 2054 | 2025-08-01T15:12:06.321Z | Checking parking_lot_core v0.9.10 |
| 2055 | 2025-08-01T15:12:06.393Z | Checking rand_core v0.6.4 |
| 2056 | 2025-08-01T15:12:06.422Z | Checking mio v1.0.2 |
| 2057 | 2025-08-01T15:12:06.526Z | Checking zerovec v0.10.4 |
| 2058 | 2025-08-01T15:12:06.616Z | Checking parking_lot v0.12.3 |
| 2059 | 2025-08-01T15:12:06.678Z | Checking socket2 v0.6.0 |
| 2060 | 2025-08-01T15:12:06.930Z | Checking once_cell v1.21.3 |
| 2061 | 2025-08-01T15:12:06.957Z | Checking cpufeatures v0.2.14 |
| 2062 | 2025-08-01T15:12:06.957Z | Checking futures-core v0.3.31 |
| 2063 | 2025-08-01T15:12:06.985Z | Checking litemap v0.7.3 |
| 2064 | 2025-08-01T15:12:07.071Z | Checking crypto-common v0.1.6 |
| 2065 | 2025-08-01T15:12:07.098Z | Checking block-buffer v0.10.4 |
| 2066 | 2025-08-01T15:12:07.098Z | Checking writeable v0.5.5 |
| 2067 | 2025-08-01T15:12:07.130Z | Checking block-padding v0.3.3 |
| 2068 | 2025-08-01T15:12:07.219Z | Checking getrandom v0.3.1 |
| 2069 | 2025-08-01T15:12:07.254Z | Checking percent-encoding v2.3.1 |
| 2070 | 2025-08-01T15:12:07.304Z | Checking digest v0.10.7 |
| 2071 | 2025-08-01T15:12:07.336Z | Checking zerocopy v0.7.35 |
| 2072 | 2025-08-01T15:12:07.363Z | Checking inout v0.1.3 |
| 2073 | 2025-08-01T15:12:07.403Z | Checking libm v0.2.8 |
| 2074 | 2025-08-01T15:12:07.454Z | Checking equivalent v1.0.2 |
| 2075 | 2025-08-01T15:12:07.481Z | Checking allocator-api2 v0.2.21 |
| 2076 | 2025-08-01T15:12:07.588Z | Checking ryu v1.0.18 |
| 2077 | 2025-08-01T15:12:07.615Z | Checking foldhash v0.1.5 |
| 2078 | 2025-08-01T15:12:07.666Z | Checking hmac v0.12.1 |
| 2079 | 2025-08-01T15:12:07.803Z | Checking futures-sink v0.3.31 |
| 2080 | 2025-08-01T15:12:07.849Z | Checking icu_locid_transform_data v1.5.0 |
| 2081 | 2025-08-01T15:12:07.876Z | Checking tinystr v0.7.6 |
| 2082 | 2025-08-01T15:12:07.876Z | Checking icu_collections v1.5.0 |
| 2083 | 2025-08-01T15:12:07.957Z | Checking sha2 v0.10.9 |
| 2084 | 2025-08-01T15:12:07.984Z | Checking cipher v0.4.4 |
| 2085 | 2025-08-01T15:12:08.019Z | Checking hashbrown v0.15.4 |
| 2086 | 2025-08-01T15:12:08.176Z | Checking icu_locid v1.5.0 |
| 2087 | 2025-08-01T15:12:08.203Z | Checking num-traits v0.2.19 |
| 2088 | 2025-08-01T15:12:08.326Z | Checking slab v0.4.9 |
| 2089 | 2025-08-01T15:12:08.353Z | Checking icu_properties_data v1.5.0 |
| 2090 | 2025-08-01T15:12:08.422Z | Checking base64ct v1.6.0 |
| 2091 | 2025-08-01T15:12:08.457Z | Checking flagset v0.4.6 |
| 2092 | 2025-08-01T15:12:08.569Z | Checking write16 v1.0.0 |
| 2093 | 2025-08-01T15:12:08.596Z | Checking utf16_iter v1.0.5 |
| 2094 | 2025-08-01T15:12:08.651Z | Checking icu_normalizer_data v1.5.0 |
| 2095 | 2025-08-01T15:12:08.702Z | Checking utf8_iter v1.0.4 |
| 2096 | 2025-08-01T15:12:08.761Z | Checking ppv-lite86 v0.2.20 |
| 2097 | 2025-08-01T15:12:08.761Z | Checking salsa20 v0.10.2 |
| 2098 | 2025-08-01T15:12:08.822Z | Checking pem-rfc7468 v0.7.0 |
| 2099 | 2025-08-01T15:12:08.894Z | Checking bytes v1.10.1 |
| 2100 | 2025-08-01T15:12:08.921Z | Checking bitflags v2.9.1 |
| 2101 | 2025-08-01T15:12:08.947Z | Checking indexmap v2.10.0 |
| 2102 | 2025-08-01T15:12:08.991Z | Checking serde_json v1.0.141 |
| 2103 | 2025-08-01T15:12:09.054Z | Checking icu_provider v1.5.0 |
| 2104 | 2025-08-01T15:12:09.081Z | Checking der v0.7.9 |
| 2105 | 2025-08-01T15:12:09.205Z | Checking futures-channel v0.3.31 |
| 2106 | 2025-08-01T15:12:09.346Z | Checking pbkdf2 v0.12.2 |
| 2107 | 2025-08-01T15:12:09.410Z | Checking zerocopy v0.8.26 |
| 2108 | 2025-08-01T15:12:09.511Z | Checking pin-utils v0.1.0 |
| 2109 | 2025-08-01T15:12:09.538Z | Checking futures-task v0.3.31 |
| 2110 | 2025-08-01T15:12:09.583Z | Checking icu_locid_transform v1.5.0 |
| 2111 | 2025-08-01T15:12:09.614Z | Checking fnv v1.0.7 |
| 2112 | 2025-08-01T15:12:09.744Z | Checking futures-io v0.3.31 |
| 2113 | 2025-08-01T15:12:09.771Z | Checking scrypt v0.11.0 |
| 2114 | 2025-08-01T15:12:09.798Z | Checking tokio v1.47.0 |
| 2115 | 2025-08-01T15:12:09.924Z | Checking futures-util v0.3.31 |
| 2116 | 2025-08-01T15:12:09.967Z | Checking http v1.3.1 |
| 2117 | 2025-08-01T15:12:09.994Z | Checking aes v0.8.4 |
| 2118 | 2025-08-01T15:12:10.342Z | Checking cbc v0.1.2 |
| 2119 | 2025-08-01T15:12:10.410Z | Checking icu_properties v1.5.1 |
| 2120 | 2025-08-01T15:12:10.524Z | Checking spki v0.7.3 |
| 2121 | 2025-08-01T15:12:10.551Z | Checking form_urlencoded v1.2.1 |
| 2122 | 2025-08-01T15:12:10.698Z | Checking uuid v1.17.0 |
| 2123 | 2025-08-01T15:12:10.743Z | Checking tracing-core v0.1.32 |
| 2124 | 2025-08-01T15:12:10.785Z | Checking pkcs5 v0.7.1 |
| 2125 | 2025-08-01T15:12:11.054Z | Checking http-body v1.0.1 |
| 2126 | 2025-08-01T15:12:11.255Z | Compiling newtype-uuid v1.2.4 |
| 2127 | 2025-08-01T15:12:11.282Z | Checking pkcs8 v0.10.2 |
| 2128 | 2025-08-01T15:12:11.312Z | Checking base64 v0.22.1 |
| 2129 | 2025-08-01T15:12:11.339Z | Checking tracing v0.1.40 |
| 2130 | 2025-08-01T15:12:11.519Z | Checking rustls-pki-types v1.10.0 |
| 2131 | 2025-08-01T15:12:11.570Z | Checking tinyvec_macros v0.1.1 |
| 2132 | 2025-08-01T15:12:11.663Z | Checking iana-time-zone v0.1.63 |
| 2133 | 2025-08-01T15:12:11.690Z | Checking tinyvec v1.8.0 |
| 2134 | 2025-08-01T15:12:11.764Z | Checking aws-lc-sys v0.26.0 |
| 2135 | 2025-08-01T15:12:11.828Z | Checking chrono v0.4.41 |
| 2136 | 2025-08-01T15:12:11.987Z | Checking errno v0.3.12 |
| 2137 | 2025-08-01T15:12:12.113Z | Checking rand_core v0.9.2 |
| 2138 | 2025-08-01T15:12:12.167Z | Checking spin v0.9.8 |
| 2139 | 2025-08-01T15:12:12.411Z | Checking adler2 v2.0.0 |
| 2140 | 2025-08-01T15:12:12.495Z | Checking openssl-probe v0.1.5 |
| 2141 | 2025-08-01T15:12:12.597Z | Checking untrusted v0.9.0 |
| 2142 | 2025-08-01T15:12:12.660Z | Checking atomic-waker v1.1.2 |
| 2143 | 2025-08-01T15:12:12.765Z | Checking foreign-types-shared v0.1.1 |
| 2144 | 2025-08-01T15:12:12.792Z | Checking untrusted v0.7.1 |
| 2145 | 2025-08-01T15:12:12.820Z | Checking tower-service v0.3.3 |
| 2146 | 2025-08-01T15:12:12.885Z | Checking try-lock v0.2.5 |
| 2147 | 2025-08-01T15:12:12.954Z | Checking foreign-types v0.3.2 |
| 2148 | 2025-08-01T15:12:12.980Z | Checking ring v0.17.14 |
| 2149 | 2025-08-01T15:12:13.035Z | Checking want v0.3.1 |
| 2150 | 2025-08-01T15:12:13.062Z | Checking miniz_oxide v0.8.5 |
| 2151 | 2025-08-01T15:12:13.210Z | Checking icu_normalizer v1.5.0 |
| 2152 | 2025-08-01T15:12:13.243Z | Checking rand_chacha v0.9.0 |
| 2153 | 2025-08-01T15:12:13.497Z | Checking ipnet v2.11.0 |
| 2154 | 2025-08-01T15:12:13.576Z | Checking httparse v1.9.5 |
| 2155 | 2025-08-01T15:12:13.619Z | Checking aws-lc-rs v1.12.4 |
| 2156 | 2025-08-01T15:12:13.697Z | Checking openssl-sys v0.9.109 |
| 2157 | 2025-08-01T15:12:13.791Z | Checking thiserror v1.0.69 |
| 2158 | 2025-08-01T15:12:13.868Z | Checking idna_adapter v1.2.0 |
| 2159 | 2025-08-01T15:12:13.934Z | Checking aho-corasick v1.1.3 |
| 2160 | 2025-08-01T15:12:13.970Z | Checking httpdate v1.0.3 |
| 2161 | 2025-08-01T15:12:13.997Z | Checking powerfmt v0.2.0 |
| 2162 | 2025-08-01T15:12:14.059Z | Checking idna v1.0.3 |
| 2163 | 2025-08-01T15:12:14.199Z | Checking regex-syntax v0.8.5 |
| 2164 | 2025-08-01T15:12:14.245Z | Checking unicode-ident v1.0.18 |
| 2165 | 2025-08-01T15:12:14.411Z | Checking proc-macro2 v1.0.95 |
| 2166 | 2025-08-01T15:12:14.489Z | Checking url v2.5.4 |
| 2167 | 2025-08-01T15:12:14.697Z | Checking openssl v0.10.73 |
| 2168 | 2025-08-01T15:12:14.863Z | Checking deranged v0.3.11 |
| 2169 | 2025-08-01T15:12:14.968Z | Checking rand v0.9.1 |
| 2170 | 2025-08-01T15:12:15.108Z | Checking rustls-webpki v0.102.8 |
| 2171 | 2025-08-01T15:12:15.227Z | Checking unicode-normalization v0.1.24 |
| 2172 | 2025-08-01T15:12:15.264Z | Checking rustix v0.38.37 |
| 2173 | 2025-08-01T15:12:15.759Z | Checking crossbeam-utils v0.8.21 |
| 2174 | 2025-08-01T15:12:15.868Z | Checking semver v1.0.26 |
| 2175 | 2025-08-01T15:12:15.950Z | Checking tokio-util v0.7.15 |
| 2176 | 2025-08-01T15:12:15.977Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2177 | 2025-08-01T15:12:16.004Z | Checking signature v2.2.0 |
| 2178 | 2025-08-01T15:12:16.119Z | Checking scroll v0.12.0 |
| 2179 | 2025-08-01T15:12:16.192Z | Checking crc32fast v1.4.2 |
| 2180 | 2025-08-01T15:12:16.247Z | Checking num_threads v0.1.7 |
| 2181 | 2025-08-01T15:12:16.370Z | Checking time-core v0.1.2 |
| 2182 | 2025-08-01T15:12:16.397Z | Checking zlib-rs v0.5.1 |
| 2183 | 2025-08-01T15:12:16.425Z | Checking siphasher v0.3.11 |
| 2184 | 2025-08-01T15:12:16.520Z | Checking anstyle v1.0.11 |
| 2185 | 2025-08-01T15:12:16.546Z | Checking either v1.15.0 |
| 2186 | 2025-08-01T15:12:16.712Z | Checking plain v0.2.3 |
| 2187 | 2025-08-01T15:12:16.739Z | Checking regex-automata v0.4.8 |
| 2188 | 2025-08-01T15:12:16.829Z | Checking utf8parse v0.2.2 |
| 2189 | 2025-08-01T15:12:16.874Z | Checking num-conv v0.1.0 |
| 2190 | 2025-08-01T15:12:16.901Z | Checking h2 v0.4.6 |
| 2191 | 2025-08-01T15:12:16.901Z | Checking unicode-bidi v0.3.17 |
| 2192 | 2025-08-01T15:12:16.992Z | Checking unicode-properties v0.1.3 |
| 2193 | 2025-08-01T15:12:17.115Z | Checking dyn-clone v1.0.19 |
| 2194 | 2025-08-01T15:12:17.260Z | Checking ucd-trie v0.1.7 |
| 2195 | 2025-08-01T15:12:17.290Z | Checking schemars v0.8.22 |
| 2196 | 2025-08-01T15:12:17.416Z | Checking stringprep v0.1.5 |
| 2197 | 2025-08-01T15:12:17.461Z | Checking pest v2.7.14 |
| 2198 | 2025-08-01T15:12:17.689Z | Checking time v0.3.36 |
| 2199 | 2025-08-01T15:12:17.999Z | Checking libz-rs-sys v0.5.1 |
| 2200 | 2025-08-01T15:12:18.051Z | Checking anstyle-parse v0.2.5 |
| 2201 | 2025-08-01T15:12:18.186Z | Checking goblin v0.8.2 |
| 2202 | 2025-08-01T15:12:18.295Z | Checking phf_shared v0.11.2 |
| 2203 | 2025-08-01T15:12:18.535Z | Checking crossbeam-epoch v0.9.18 |
| 2204 | 2025-08-01T15:12:18.571Z | Checking rustls v0.23.19 |
| 2205 | 2025-08-01T15:12:18.938Z | Checking quote v1.0.40 |
| 2206 | 2025-08-01T15:12:18.965Z | Checking native-tls v0.2.12 |
| 2207 | 2025-08-01T15:12:19.253Z | Checking num-integer v0.1.46 |
| 2208 | 2025-08-01T15:12:19.482Z | Checking rand_chacha v0.3.1 |
| 2209 | 2025-08-01T15:12:19.509Z | Checking toml_datetime v0.6.11 |
| 2210 | 2025-08-01T15:12:19.676Z | Checking serde_spanned v0.6.9 |
| 2211 | 2025-08-01T15:12:19.702Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2212 | 2025-08-01T15:12:19.806Z | Checking md-5 v0.10.6 |
| 2213 | 2025-08-01T15:12:19.842Z | Checking sync_wrapper v1.0.1 |
| 2214 | 2025-08-01T15:12:19.880Z | Checking ff v0.13.0 |
| 2215 | 2025-08-01T15:12:19.907Z | Checking hash32 v0.2.1 |
| 2216 | 2025-08-01T15:12:20.001Z | Checking gimli v0.31.1 |
| 2217 | 2025-08-01T15:12:20.028Z | Checking fallible-iterator v0.2.0 |
| 2218 | 2025-08-01T15:12:20.076Z | Checking tower-layer v0.3.3 |
| 2219 | 2025-08-01T15:12:20.164Z | Checking pretty-hex v0.4.1 |
| 2220 | 2025-08-01T15:12:20.310Z | Checking is_terminal_polyfill v1.70.1 |
| 2221 | 2025-08-01T15:12:20.337Z | Checking colorchoice v1.0.2 |
| 2222 | 2025-08-01T15:12:20.431Z | Checking base16ct v0.2.0 |
| 2223 | 2025-08-01T15:12:20.457Z | Checking psl-types v2.0.11 |
| 2224 | 2025-08-01T15:12:20.484Z | Checking anstyle-query v1.1.1 |
| 2225 | 2025-08-01T15:12:20.530Z | Checking postgres-protocol v0.6.8 |
| 2226 | 2025-08-01T15:12:20.611Z | Checking anstream v0.6.18 |
| 2227 | 2025-08-01T15:12:20.637Z | Checking publicsuffix v2.3.0 |
| 2228 | 2025-08-01T15:12:20.637Z | Checking sec1 v0.7.3 |
| 2229 | 2025-08-01T15:12:20.883Z | Checking tower v0.5.2 |
| 2230 | 2025-08-01T15:12:20.959Z | Checking heapless v0.7.17 |
| 2231 | 2025-08-01T15:12:21.019Z | Checking group v0.13.0 |
| 2232 | 2025-08-01T15:12:21.083Z | Checking zstd-safe v7.2.3 |
| 2233 | 2025-08-01T15:12:21.262Z | Checking rand v0.8.5 |
| 2234 | 2025-08-01T15:12:21.373Z | Checking cookie v0.18.1 |
| 2235 | 2025-08-01T15:12:21.508Z | Checking num-iter v0.1.45 |
| 2236 | 2025-08-01T15:12:21.664Z | Checking dtrace-parser v0.2.0 |
| 2237 | 2025-08-01T15:12:21.768Z | Compiling daft v0.1.4 |
| 2238 | 2025-08-01T15:12:21.795Z | Checking tokio-native-tls v0.3.1 |
| 2239 | 2025-08-01T15:12:22.005Z | Checking hyper v1.6.0 |
| 2240 | 2025-08-01T15:12:22.032Z | Checking syn v2.0.104 |
| 2241 | 2025-08-01T15:12:22.078Z | Checking ipnetwork v0.21.1 |
| 2242 | 2025-08-01T15:12:22.181Z | Checking dof v0.3.0 |
| 2243 | 2025-08-01T15:12:22.235Z | Checking flate2 v1.1.2 |
| 2244 | 2025-08-01T15:12:22.275Z | Checking terminal_size v0.4.0 |
| 2245 | 2025-08-01T15:12:22.434Z | Checking rustls-native-certs v0.8.1 |
| 2246 | 2025-08-01T15:12:22.461Z | Checking lazy_static v1.5.0 |
| 2247 | 2025-08-01T15:12:22.587Z | Checking webpki-roots v1.0.1 |
| 2248 | 2025-08-01T15:12:22.626Z | Checking http-body-util v0.1.3 |
| 2249 | 2025-08-01T15:12:22.726Z | Checking signal-hook v0.3.18 |
| 2250 | 2025-08-01T15:12:22.770Z | Checking hkdf v0.12.4 |
| 2251 | 2025-08-01T15:12:22.811Z | Checking tokio-rustls v0.26.0 |
| 2252 | 2025-08-01T15:12:22.811Z | Checking crypto-bigint v0.5.5 |
| 2253 | 2025-08-01T15:12:22.985Z | Checking thread-id v4.2.2 |
| 2254 | 2025-08-01T15:12:23.012Z | Checking object v0.36.5 |
| 2255 | 2025-08-01T15:12:23.039Z | Checking iri-string v0.7.8 |
| 2256 | 2025-08-01T15:12:23.072Z | Checking addr2line v0.24.2 |
| 2257 | 2025-08-01T15:12:23.110Z | Checking bitflags v1.3.2 |
| 2258 | 2025-08-01T15:12:23.163Z | Compiling rayon-core v1.12.1 |
| 2259 | 2025-08-01T15:12:23.217Z | Checking winnow v0.5.40 |
| 2260 | 2025-08-01T15:12:23.417Z | Checking managed v0.8.0 |
| 2261 | 2025-08-01T15:12:23.532Z | Checking lockfree-object-pool v0.1.6 |
| 2262 | 2025-08-01T15:12:23.654Z | Checking hyper-util v0.1.16 |
| 2263 | 2025-08-01T15:12:23.738Z | Checking strsim v0.11.1 |
| 2264 | 2025-08-01T15:12:23.765Z | Checking rustc-demangle v0.1.24 |
| 2265 | 2025-08-01T15:12:23.996Z | Checking clap_lex v0.7.4 |
| 2266 | 2025-08-01T15:12:24.139Z | Checking simd-adler32 v0.3.7 |
| 2267 | 2025-08-01T15:12:24.227Z | Checking bumpalo v3.16.0 |
| 2268 | 2025-08-01T15:12:24.453Z | Checking clap_builder v4.5.41 |
| 2269 | 2025-08-01T15:12:24.514Z | Checking zopfli v0.8.1 |
| 2270 | 2025-08-01T15:12:25.005Z | Checking elliptic-curve v0.13.8 |
| 2271 | 2025-08-01T15:12:25.089Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2272 | 2025-08-01T15:12:25.163Z | Checking tower-http v0.6.6 |
| 2273 | 2025-08-01T15:12:25.360Z | Checking smoltcp v0.9.1 |
| 2274 | 2025-08-01T15:12:25.440Z | Checking toml_edit v0.19.15 |
| 2275 | 2025-08-01T15:12:25.574Z | Checking signal-hook-mio v0.2.4 |
| 2276 | 2025-08-01T15:12:25.669Z | Checking num-bigint-dig v0.8.4 |
| 2277 | 2025-08-01T15:12:25.734Z | Checking oxnet v0.1.3 |
| 2278 | 2025-08-01T15:12:25.761Z | Checking hyper-rustls v0.27.7 |
| 2279 | 2025-08-01T15:12:26.088Z | Checking hyper-tls v0.6.0 |
| 2280 | 2025-08-01T15:12:26.115Z | Checking cookie_store v0.21.1 |
| 2281 | 2025-08-01T15:12:26.344Z | Checking zstd v0.13.3 |
| 2282 | 2025-08-01T15:12:26.561Z | Checking postgres-types v0.2.9 |
| 2283 | 2025-08-01T15:12:26.655Z | Checking regex v1.11.1 |
| 2284 | 2025-08-01T15:12:26.713Z | Checking bstr v1.10.0 |
| 2285 | 2025-08-01T15:12:26.984Z | Checking crossbeam-deque v0.8.5 |
| 2286 | 2025-08-01T15:12:27.011Z | Checking usdt-impl v0.5.0 |
| 2287 | 2025-08-01T15:12:27.145Z | Checking phf v0.11.2 |
| 2288 | 2025-08-01T15:12:27.182Z | Checking ed25519 v2.2.3 |
| 2289 | 2025-08-01T15:12:27.272Z | Checking bzip2 v0.5.2 |
| 2290 | 2025-08-01T15:12:27.399Z | Checking bzip2 v0.4.4 |
| 2291 | 2025-08-01T15:12:27.443Z | Checking curve25519-dalek v4.1.3 |
| 2292 | 2025-08-01T15:12:27.483Z | Checking thiserror v2.0.12 |
| 2293 | 2025-08-01T15:12:27.509Z | Checking strum v0.27.2 |
| 2294 | 2025-08-01T15:12:27.536Z | Checking hubpack v0.1.2 |
| 2295 | 2025-08-01T15:12:27.569Z | Checking memoffset v0.9.1 |
| 2296 | 2025-08-01T15:12:27.638Z | Checking pkcs1 v0.7.5 |
| 2297 | 2025-08-01T15:12:27.681Z | Checking serde_urlencoded v0.7.1 |
| 2298 | 2025-08-01T15:12:27.707Z | Checking float-cmp v0.10.0 |
| 2299 | 2025-08-01T15:12:27.707Z | Checking serde-big-array v0.5.1 |
| 2300 | 2025-08-01T15:12:27.818Z | Checking rfc6979 v0.4.0 |
| 2301 | 2025-08-01T15:12:27.844Z | Checking memmap v0.7.0 |
| 2302 | 2025-08-01T15:12:27.909Z | Checking socket2 v0.5.10 |
| 2303 | 2025-08-01T15:12:27.936Z | Checking encoding_rs v0.8.34 |
| 2304 | 2025-08-01T15:12:28.002Z | Checking minimal-lexical v0.2.1 |
| 2305 | 2025-08-01T15:12:28.033Z | Checking normalize-line-endings v0.3.0 |
| 2306 | 2025-08-01T15:12:28.063Z | Checking data-encoding v2.9.0 |
| 2307 | 2025-08-01T15:12:28.090Z | Checking mime v0.3.17 |
| 2308 | 2025-08-01T15:12:28.117Z | Checking backtrace v0.3.74 |
| 2309 | 2025-08-01T15:12:28.158Z | Checking difflib v0.4.0 |
| 2310 | 2025-08-01T15:12:28.349Z | Checking precomputed-hash v0.1.1 |
| 2311 | 2025-08-01T15:12:28.375Z | Checking toml_write v0.1.2 |
| 2312 | 2025-08-01T15:12:28.402Z | Checking winnow v0.7.10 |
| 2313 | 2025-08-01T15:12:28.467Z | Checking fixedbitset v0.4.2 |
| 2314 | 2025-08-01T15:12:28.494Z | Checking unicode-segmentation v1.12.0 |
| 2315 | 2025-08-01T15:12:28.550Z | Checking predicates-core v1.0.8 |
| 2316 | 2025-08-01T15:12:28.598Z | Checking unicode-width v0.2.0 |
| 2317 | 2025-08-01T15:12:28.665Z | Checking static_assertions v1.1.0 |
| 2318 | 2025-08-01T15:12:28.726Z | Checking whoami v1.5.2 |
| 2319 | 2025-08-01T15:12:28.752Z | Checking new_debug_unreachable v1.0.6 |
| 2320 | 2025-08-01T15:12:28.779Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2321 | 2025-08-01T15:12:28.853Z | Checking string_cache v0.8.9 |
| 2322 | 2025-08-01T15:12:29.013Z | Checking tokio-postgres v0.7.13 |
| 2323 | 2025-08-01T15:12:29.040Z | Checking console v0.15.10 |
| 2324 | 2025-08-01T15:12:29.041Z | Checking ed25519-dalek v2.1.1 |
| 2325 | 2025-08-01T15:12:29.075Z | Checking similar v2.7.0 |
| 2326 | 2025-08-01T15:12:29.132Z | Checking predicates v3.1.3 |
| 2327 | 2025-08-01T15:12:29.442Z | Checking petgraph v0.6.5 |
| 2328 | 2025-08-01T15:12:29.521Z | Checking anyhow v1.0.98 |
| 2329 | 2025-08-01T15:12:29.695Z | Checking hickory-proto v0.25.2 |
| 2330 | 2025-08-01T15:12:29.751Z | Checking reqwest v0.12.22 |
| 2331 | 2025-08-01T15:12:29.792Z | Checking nom v7.1.3 |
| 2332 | 2025-08-01T15:12:29.867Z | Checking usdt v0.5.0 |
| 2333 | 2025-08-01T15:12:30.145Z | Checking rsa v0.9.6 |
| 2334 | 2025-08-01T15:12:30.734Z | Checking toml_edit v0.22.27 |
| 2335 | 2025-08-01T15:12:30.976Z | Checking ecdsa v0.16.9 |
| 2336 | 2025-08-01T15:12:31.349Z | Checking nix v0.29.0 |
| 2337 | 2025-08-01T15:12:31.567Z | Checking zip v0.6.6 |
| 2338 | 2025-08-01T15:12:31.692Z | Checking toml v0.7.8 |
| 2339 | 2025-08-01T15:12:31.865Z | Checking zip v4.2.0 |
| 2340 | 2025-08-01T15:12:32.157Z | Checking clap v4.5.41 |
| 2341 | 2025-08-01T15:12:32.270Z | Checking crossterm v0.28.1 |
| 2342 | 2025-08-01T15:12:32.315Z | Checking tokio-stream v0.1.17 |
| 2343 | 2025-08-01T15:12:32.514Z | Checking itertools v0.10.5 |
| 2344 | 2025-08-01T15:12:32.581Z | Checking itertools v0.13.0 |
| 2345 | 2025-08-01T15:12:32.934Z | Checking itertools v0.12.1 |
| 2346 | 2025-08-01T15:12:32.961Z | Checking strum v0.26.3 |
| 2347 | 2025-08-01T15:12:33.000Z | Checking buf-list v1.0.3 |
| 2348 | 2025-08-01T15:12:33.118Z | Checking fs-err v3.1.1 |
| 2349 | 2025-08-01T15:12:33.280Z | Checking ahash v0.8.12 |
| 2350 | 2025-08-01T15:12:33.307Z | Checking slog v2.7.0 |
| 2351 | 2025-08-01T15:12:33.623Z | Checking rustix v1.0.7 |
| 2352 | 2025-08-01T15:12:33.649Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2353 | 2025-08-01T15:12:33.676Z | Checking x509-cert v0.2.5 |
| 2354 | 2025-08-01T15:12:33.720Z | Checking openapiv3 v2.2.0 |
| 2355 | 2025-08-01T15:12:33.942Z | Checking sha1 v0.10.6 |
| 2356 | 2025-08-01T15:12:34.190Z | Checking winnow v0.6.26 |
| 2357 | 2025-08-01T15:12:34.282Z | Checking lalrpop-util v0.19.12 |
| 2358 | 2025-08-01T15:12:34.539Z | Checking peg-runtime v0.8.5 |
| 2359 | 2025-08-01T15:12:34.612Z | Checking rustc-hash v2.1.1 |
| 2360 | 2025-08-01T15:12:34.764Z | Checking unicode-xid v0.2.6 |
| 2361 | 2025-08-01T15:12:34.791Z | Checking rayon v1.10.0 |
| 2362 | 2025-08-01T15:12:34.928Z | Checking camino v1.1.10 |
| 2363 | 2025-08-01T15:12:34.955Z | Checking sigpipe v0.1.3 |
| 2364 | 2025-08-01T15:12:34.981Z | Checking jiff v0.2.15 |
| 2365 | 2025-08-01T15:12:35.072Z | Checking glob v0.3.2 |
| 2366 | 2025-08-01T15:12:39.976Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2025-08-01T15:12:40.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.31s |
| 2368 | 2025-08-01T15:12:40.667Z | |
| 2369 | 2025-08-01T15:12:40.667Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
| 2370 | 2025-08-01T15:12:41.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2371 | 2025-08-01T15:12:41.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2372 | 2025-08-01T15:12:41.813Z | Compiling regress v0.10.4 |
| 2373 | 2025-08-01T15:12:41.852Z | Checking heck v0.5.0 |
| 2374 | 2025-08-01T15:12:41.897Z | Compiling unsafe-libyaml v0.2.11 |
| 2375 | 2025-08-01T15:12:41.926Z | Checking newtype-uuid v1.2.4 |
| 2376 | 2025-08-01T15:12:41.952Z | Compiling structmeta-derive v0.3.0 |
| 2377 | 2025-08-01T15:12:41.953Z | Checking dirs-sys-next v0.1.2 |
| 2378 | 2025-08-01T15:12:41.990Z | Checking fastrand v2.1.1 |
| 2379 | 2025-08-01T15:12:42.076Z | Checking thread_local v1.1.8 |
| 2380 | 2025-08-01T15:12:42.165Z | Checking dirs-next v2.0.0 |
| 2381 | 2025-08-01T15:12:42.214Z | Checking daft v0.1.4 |
| 2382 | 2025-08-01T15:12:42.298Z | Checking tempfile v3.20.0 |
| 2383 | 2025-08-01T15:12:42.325Z | Compiling ident_case v1.0.1 |
| 2384 | 2025-08-01T15:12:42.352Z | Checking term v0.7.0 |
| 2385 | 2025-08-01T15:12:42.522Z | Compiling darling_core v0.20.10 |
| 2386 | 2025-08-01T15:12:42.648Z | Checking crossbeam-channel v0.5.15 |
| 2387 | 2025-08-01T15:12:42.675Z | Checking futures-executor v0.3.31 |
| 2388 | 2025-08-01T15:12:42.756Z | Checking is-terminal v0.4.13 |
| 2389 | 2025-08-01T15:12:42.889Z | Checking take_mut v0.2.2 |
| 2390 | 2025-08-01T15:12:42.916Z | Compiling rustls v0.22.4 |
| 2391 | 2025-08-01T15:12:43.054Z | Compiling serde_yaml v0.9.34+deprecated |
| 2392 | 2025-08-01T15:12:43.180Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2393 | 2025-08-01T15:12:43.270Z | Checking slog-async v2.8.0 |
| 2394 | 2025-08-01T15:12:43.381Z | Checking futures v0.3.31 |
| 2395 | 2025-08-01T15:12:43.503Z | Checking slog-term v2.9.1 |
| 2396 | 2025-08-01T15:12:43.553Z | Compiling proc-macro-crate v1.3.1 |
| 2397 | 2025-08-01T15:12:43.580Z | Checking wait-timeout v0.2.0 |
| 2398 | 2025-08-01T15:12:43.767Z | Compiling multer v3.1.0 |
| 2399 | 2025-08-01T15:12:43.951Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2400 | 2025-08-01T15:12:44.058Z | Compiling structmeta v0.3.0 |
| 2401 | 2025-08-01T15:12:44.085Z | Compiling ref-cast v1.0.24 |
| 2402 | 2025-08-01T15:12:44.229Z | Checking quick-error v1.2.3 |
| 2403 | 2025-08-01T15:12:44.336Z | Checking bit-vec v0.8.0 |
| 2404 | 2025-08-01T15:12:44.383Z | Checking match_cfg v0.1.0 |
| 2405 | 2025-08-01T15:12:44.433Z | Compiling derive-ex v0.1.8 |
| 2406 | 2025-08-01T15:12:44.494Z | Checking hostname v0.3.1 |
| 2407 | 2025-08-01T15:12:44.604Z | Checking rusty-fork v0.3.0 |
| 2408 | 2025-08-01T15:12:44.645Z | Compiling num_enum_derive v0.5.11 |
| 2409 | 2025-08-01T15:12:44.703Z | Checking bit-set v0.8.0 |
| 2410 | 2025-08-01T15:12:44.729Z | Checking typify-impl v0.3.0 |
| 2411 | 2025-08-01T15:12:44.952Z | Compiling typify-impl v0.2.0 |
| 2412 | 2025-08-01T15:12:47.026Z | Checking progenitor-client v0.9.1 |
| 2413 | 2025-08-01T15:12:47.457Z | Checking rand_xorshift v0.4.0 |
| 2414 | 2025-08-01T15:12:47.509Z | Compiling darling_macro v0.20.10 |
| 2415 | 2025-08-01T15:12:47.720Z | Checking slog-json v2.6.1 |
| 2416 | 2025-08-01T15:12:47.979Z | Compiling lzma-sys v0.1.20 |
| 2417 | 2025-08-01T15:12:48.006Z | Checking hex v0.4.3 |
| 2418 | 2025-08-01T15:12:48.225Z | Compiling async-stream-impl v0.3.6 |
| 2419 | 2025-08-01T15:12:48.327Z | Compiling darling v0.20.10 |
| 2420 | 2025-08-01T15:12:48.353Z | Compiling foreign-types-macros v0.2.3 |
| 2421 | 2025-08-01T15:12:48.444Z | Compiling ref-cast-impl v1.0.24 |
| 2422 | 2025-08-01T15:12:48.470Z | Compiling dropshot v0.16.2 |
| 2423 | 2025-08-01T15:12:48.612Z | Checking foreign-types-shared v0.3.1 |
| 2424 | 2025-08-01T15:12:48.753Z | Checking arc-swap v1.7.1 |
| 2425 | 2025-08-01T15:12:48.780Z | Checking unarray v0.1.4 |
| 2426 | 2025-08-01T15:12:48.933Z | Checking utf-8 v0.7.6 |
| 2427 | 2025-08-01T15:12:49.142Z | Checking slog-scope v4.4.0 |
| 2428 | 2025-08-01T15:12:49.169Z | Checking tungstenite v0.21.0 |
| 2429 | 2025-08-01T15:12:49.281Z | Checking async-stream v0.3.6 |
| 2430 | 2025-08-01T15:12:49.350Z | Checking proptest v1.7.0 |
| 2431 | 2025-08-01T15:12:49.377Z | Checking foreign-types v0.5.0 |
| 2432 | 2025-08-01T15:12:49.488Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2433 | 2025-08-01T15:12:49.583Z | Compiling serde_with_macros v3.14.0 |
| 2434 | 2025-08-01T15:12:49.610Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2435 | 2025-08-01T15:12:49.637Z | Compiling test-strategy v0.4.3 |
| 2436 | 2025-08-01T15:12:49.777Z | Checking slog-bunyan v2.5.0 |
| 2437 | 2025-08-01T15:12:49.908Z | Checking tokio-rustls v0.25.0 |
| 2438 | 2025-08-01T15:12:49.955Z | Compiling proc-macro-error v1.0.4 |
| 2439 | 2025-08-01T15:12:50.355Z | Checking num_enum v0.5.11 |
| 2440 | 2025-08-01T15:12:50.428Z | Compiling parse-display-derive v0.10.0 |
| 2441 | 2025-08-01T15:12:50.636Z | Checking toml v0.8.23 |
| 2442 | 2025-08-01T15:12:50.670Z | Checking progenitor-client v0.8.0 |
| 2443 | 2025-08-01T15:12:51.000Z | Compiling heck v0.3.3 |
| 2444 | 2025-08-01T15:12:51.315Z | Checking waitgroup v0.1.2 |
| 2445 | 2025-08-01T15:12:51.342Z | Checking rustls-pemfile v2.2.0 |
| 2446 | 2025-08-01T15:12:51.478Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2447 | 2025-08-01T15:12:51.569Z | Compiling dropshot_endpoint v0.16.2 |
| 2448 | 2025-08-01T15:12:51.780Z | Checking serde_path_to_error v0.1.17 |
| 2449 | 2025-08-01T15:12:52.167Z | Compiling derive-where v1.5.0 |
| 2450 | 2025-08-01T15:12:52.317Z | Checking cstr-argument v0.1.2 |
| 2451 | 2025-08-01T15:12:52.577Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2452 | 2025-08-01T15:12:52.650Z | Checking hostname v0.4.0 |
| 2453 | 2025-08-01T15:12:52.794Z | Checking instant v0.1.13 |
| 2454 | 2025-08-01T15:12:52.921Z | Checking debug-ignore v1.0.5 |
| 2455 | 2025-08-01T15:12:53.092Z | Checking pretty-hex v0.2.1 |
| 2456 | 2025-08-01T15:12:53.208Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2457 | 2025-08-01T15:12:53.272Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2458 | 2025-08-01T15:12:53.515Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2459 | 2025-08-01T15:12:53.542Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2460 | 2025-08-01T15:12:53.568Z | Checking backoff v0.4.0 |
| 2461 | 2025-08-01T15:12:53.712Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2462 | 2025-08-01T15:12:53.823Z | Checking parse-display v0.10.0 |
| 2463 | 2025-08-01T15:12:53.849Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2464 | 2025-08-01T15:12:54.015Z | Checking serde_with v3.14.0 |
| 2465 | 2025-08-01T15:12:54.043Z | Compiling zone_cfg_derive v0.1.2 |
| 2466 | 2025-08-01T15:12:54.070Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2467 | 2025-08-01T15:12:54.160Z | Checking tokio-tungstenite v0.21.0 |
| 2468 | 2025-08-01T15:12:54.708Z | Checking iddqd v0.3.9 |
| 2469 | 2025-08-01T15:12:54.815Z | Checking slog-stdlog v4.1.1 |
| 2470 | 2025-08-01T15:12:54.842Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2471 | 2025-08-01T15:12:54.868Z | Compiling typify-macro v0.3.0 |
| 2472 | 2025-08-01T15:12:54.972Z | Compiling typify-macro v0.2.0 |
| 2473 | 2025-08-01T15:12:55.005Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2474 | 2025-08-01T15:12:55.162Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2475 | 2025-08-01T15:12:55.191Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2476 | 2025-08-01T15:12:55.439Z | Checking progenitor-client v0.10.0 |
| 2477 | 2025-08-01T15:12:55.466Z | Checking colored v2.2.0 |
| 2478 | 2025-08-01T15:12:55.802Z | Checking macaddr v1.0.1 |
| 2479 | 2025-08-01T15:12:55.829Z | Checking unicode-width v0.1.14 |
| 2480 | 2025-08-01T15:12:56.126Z | Checking base64 v0.21.7 |
| 2481 | 2025-08-01T15:12:56.164Z | Checking base64 v0.13.1 |
| 2482 | 2025-08-01T15:12:56.190Z | Checking number_prefix v0.4.0 |
| 2483 | 2025-08-01T15:12:56.284Z | Checking tabwriter v1.4.0 |
| 2484 | 2025-08-01T15:12:56.408Z | Checking indicatif v0.17.11 |
| 2485 | 2025-08-01T15:12:56.537Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2486 | 2025-08-01T15:12:56.582Z | Checking ron v0.7.1 |
| 2487 | 2025-08-01T15:12:56.609Z | Checking zone v0.1.8 |
| 2488 | 2025-08-01T15:12:56.966Z | Checking slog-envlogger v2.2.0 |
| 2489 | 2025-08-01T15:12:57.057Z | Checking xz2 v0.1.7 |
| 2490 | 2025-08-01T15:12:57.195Z | Checking tokio-dtrace v0.1.0 |
| 2491 | 2025-08-01T15:12:57.221Z | Checking xattr v1.3.1 |
| 2492 | 2025-08-01T15:12:57.342Z | Checking yasna v0.5.2 |
| 2493 | 2025-08-01T15:12:57.427Z | Checking pem v3.0.5 |
| 2494 | 2025-08-01T15:12:57.520Z | Checking smf v0.2.3 |
| 2495 | 2025-08-01T15:12:57.595Z | Checking headers-core v0.3.0 |
| 2496 | 2025-08-01T15:12:57.749Z | Checking filetime v0.2.25 |
| 2497 | 2025-08-01T15:12:57.776Z | Checking same-file v1.0.6 |
| 2498 | 2025-08-01T15:12:57.933Z | Checking headers v0.4.1 |
| 2499 | 2025-08-01T15:12:57.961Z | Checking walkdir v2.5.0 |
| 2500 | 2025-08-01T15:12:57.988Z | Checking tar v0.4.44 |
| 2501 | 2025-08-01T15:12:58.015Z | Checking oxide-tokio-rt v0.1.2 |
| 2502 | 2025-08-01T15:12:58.154Z | Checking rcgen v0.12.1 |
| 2503 | 2025-08-01T15:12:58.228Z | Checking camino-tempfile v1.4.1 |
| 2504 | 2025-08-01T15:12:58.256Z | Checking atomicwrites v0.4.4 |
| 2505 | 2025-08-01T15:12:58.290Z | Compiling typify v0.3.0 |
| 2506 | 2025-08-01T15:12:58.377Z | Compiling typify v0.2.0 |
| 2507 | 2025-08-01T15:12:58.457Z | Compiling progenitor-impl v0.9.1 |
| 2508 | 2025-08-01T15:12:58.541Z | Compiling progenitor-impl v0.8.0 |
| 2509 | 2025-08-01T15:12:58.703Z | Checking subprocess v0.2.9 |
| 2510 | 2025-08-01T15:13:01.767Z | Compiling progenitor-macro v0.9.1 |
| 2511 | 2025-08-01T15:13:01.893Z | Compiling progenitor-macro v0.8.0 |
| 2512 | 2025-08-01T15:13:06.570Z | Checking progenitor v0.9.1 |
| 2513 | 2025-08-01T15:13:06.772Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2514 | 2025-08-01T15:13:07.381Z | Checking progenitor v0.8.0 |
| 2515 | 2025-08-01T15:13:07.594Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2516 | 2025-08-01T15:13:10.551Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2517 | 2025-08-01T15:13:10.914Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2518 | 2025-08-01T15:13:19.410Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2519 | 2025-08-01T15:13:21.724Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2520 | 2025-08-01T15:13:23.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.99s |
| 2521 | 2025-08-01T15:13:23.877Z | |
| 2522 | 2025-08-01T15:13:23.877Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
| 2523 | 2025-08-01T15:13:24.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2524 | 2025-08-01T15:13:24.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2525 | 2025-08-01T15:13:25.058Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2526 | 2025-08-01T15:13:27.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 2527 | 2025-08-01T15:13:27.231Z | |
| 2528 | 2025-08-01T15:13:27.232Z | info: running `cargo check --bins` on nexus-config (52/221) |
| 2529 | 2025-08-01T15:13:28.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2530 | 2025-08-01T15:13:28.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2531 | 2025-08-01T15:13:28.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2532 | 2025-08-01T15:13:28.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2533 | 2025-08-01T15:13:28.274Z | |
| 2534 | 2025-08-01T15:13:28.274Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
| 2535 | 2025-08-01T15:13:29.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2536 | 2025-08-01T15:13:29.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2537 | 2025-08-01T15:13:29.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2538 | 2025-08-01T15:13:29.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2539 | 2025-08-01T15:13:29.265Z | |
| 2540 | 2025-08-01T15:13:29.265Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
| 2541 | 2025-08-01T15:13:30.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2542 | 2025-08-01T15:13:30.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2543 | 2025-08-01T15:13:30.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2544 | 2025-08-01T15:13:30.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2545 | 2025-08-01T15:13:30.313Z | |
| 2546 | 2025-08-01T15:13:30.314Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
| 2547 | 2025-08-01T15:13:31.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2548 | 2025-08-01T15:13:31.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2549 | 2025-08-01T15:13:31.568Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2550 | 2025-08-01T15:13:31.602Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2551 | 2025-08-01T15:13:31.630Z | Compiling darling_core v0.21.0 |
| 2552 | 2025-08-01T15:13:31.657Z | Compiling tempfile v3.20.0 |
| 2553 | 2025-08-01T15:13:31.684Z | Compiling wait-timeout v0.2.0 |
| 2554 | 2025-08-01T15:13:31.684Z | Compiling quick-error v1.2.3 |
| 2555 | 2025-08-01T15:13:31.684Z | Compiling bit-vec v0.8.0 |
| 2556 | 2025-08-01T15:13:31.684Z | Compiling match_cfg v0.1.0 |
| 2557 | 2025-08-01T15:13:31.762Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2558 | 2025-08-01T15:13:31.811Z | Compiling hostname v0.3.1 |
| 2559 | 2025-08-01T15:13:31.854Z | Compiling rustls v0.22.4 |
| 2560 | 2025-08-01T15:13:32.050Z | Compiling progenitor-client v0.9.1 |
| 2561 | 2025-08-01T15:13:32.097Z | Compiling bit-set v0.8.0 |
| 2562 | 2025-08-01T15:13:32.182Z | Compiling rusty-fork v0.3.0 |
| 2563 | 2025-08-01T15:13:32.259Z | Compiling slog-json v2.6.1 |
| 2564 | 2025-08-01T15:13:32.382Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2565 | 2025-08-01T15:13:32.408Z | Compiling rand_xorshift v0.4.0 |
| 2566 | 2025-08-01T15:13:32.544Z | Compiling itertools v0.14.0 |
| 2567 | 2025-08-01T15:13:32.625Z | Compiling hex v0.4.3 |
| 2568 | 2025-08-01T15:13:32.652Z | Compiling unarray v0.1.4 |
| 2569 | 2025-08-01T15:13:32.726Z | Compiling heapless v0.8.0 |
| 2570 | 2025-08-01T15:13:32.841Z | Compiling proptest v1.7.0 |
| 2571 | 2025-08-01T15:13:32.896Z | Compiling slog-bunyan v2.5.0 |
| 2572 | 2025-08-01T15:13:33.124Z | Compiling progenitor v0.9.1 |
| 2573 | 2025-08-01T15:13:33.198Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2574 | 2025-08-01T15:13:33.366Z | Compiling async-stream v0.3.6 |
| 2575 | 2025-08-01T15:13:33.392Z | Compiling ref-cast v1.0.24 |
| 2576 | 2025-08-01T15:13:33.541Z | Compiling multer v3.1.0 |
| 2577 | 2025-08-01T15:13:33.568Z | Compiling toml v0.8.23 |
| 2578 | 2025-08-01T15:13:33.666Z | Compiling waitgroup v0.1.2 |
| 2579 | 2025-08-01T15:13:33.888Z | Compiling rustls-pemfile v2.2.0 |
| 2580 | 2025-08-01T15:13:34.227Z | Checking hash32 v0.3.1 |
| 2581 | 2025-08-01T15:13:34.421Z | Compiling serde_path_to_error v0.1.17 |
| 2582 | 2025-08-01T15:13:34.448Z | Compiling hostname v0.4.0 |
| 2583 | 2025-08-01T15:13:34.659Z | Compiling instant v0.1.13 |
| 2584 | 2025-08-01T15:13:34.831Z | Compiling debug-ignore v1.0.5 |
| 2585 | 2025-08-01T15:13:34.866Z | Compiling smoltcp v0.11.0 |
| 2586 | 2025-08-01T15:13:35.000Z | Compiling backoff v0.4.0 |
| 2587 | 2025-08-01T15:13:35.253Z | Compiling iddqd v0.3.9 |
| 2588 | 2025-08-01T15:13:35.364Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2589 | 2025-08-01T15:13:35.472Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2590 | 2025-08-01T15:13:35.689Z | Compiling parse-display v0.10.0 |
| 2591 | 2025-08-01T15:13:36.026Z | Compiling tokio-rustls v0.25.0 |
| 2592 | 2025-08-01T15:13:36.310Z | Compiling serde_with v3.14.0 |
| 2593 | 2025-08-01T15:13:36.484Z | Compiling dropshot v0.16.2 |
| 2594 | 2025-08-01T15:13:37.587Z | Compiling darling_macro v0.21.0 |
| 2595 | 2025-08-01T15:13:37.927Z | Checking num-rational v0.4.2 |
| 2596 | 2025-08-01T15:13:38.566Z | Compiling darling v0.21.0 |
| 2597 | 2025-08-01T15:13:38.592Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 2598 | 2025-08-01T15:13:38.735Z | Compiling ingot-macros v0.1.1 |
| 2599 | 2025-08-01T15:13:39.369Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2600 | 2025-08-01T15:13:39.714Z | Compiling progenitor-client v0.10.0 |
| 2601 | 2025-08-01T15:13:39.740Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2602 | 2025-08-01T15:13:40.256Z | Checking num-complex v0.4.6 |
| 2603 | 2025-08-01T15:13:41.449Z | Compiling macaddr v1.0.1 |
| 2604 | 2025-08-01T15:13:41.728Z | Checking cobs v0.2.3 |
| 2605 | 2025-08-01T15:13:41.904Z | Compiling num v0.4.3 |
| 2606 | 2025-08-01T15:13:41.936Z | Checking postcard v1.0.10 |
| 2607 | 2025-08-01T15:13:42.225Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2608 | 2025-08-01T15:13:42.563Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2609 | 2025-08-01T15:13:42.612Z | Compiling float-ord v0.3.2 |
| 2610 | 2025-08-01T15:13:42.797Z | Compiling convert_case v0.4.0 |
| 2611 | 2025-08-01T15:13:42.876Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2612 | 2025-08-01T15:13:42.981Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2613 | 2025-08-01T15:13:43.587Z | Compiling derive_more v0.99.20 |
| 2614 | 2025-08-01T15:13:43.723Z | Checking linked-hash-map v0.5.6 |
| 2615 | 2025-08-01T15:13:44.043Z | Compiling crucible-workspace-hack v0.1.0 |
| 2616 | 2025-08-01T15:13:44.330Z | Checking siphasher v1.0.1 |
| 2617 | 2025-08-01T15:13:44.639Z | Checking phf_shared v0.12.1 |
| 2618 | 2025-08-01T15:13:44.826Z | Checking ingot-types v0.1.2 |
| 2619 | 2025-08-01T15:13:44.856Z | Checking lru-cache v0.1.2 |
| 2620 | 2025-08-01T15:13:44.885Z | Checking resolv-conf v0.7.0 |
| 2621 | 2025-08-01T15:13:44.912Z | Checking newline-converter v0.3.0 |
| 2622 | 2025-08-01T15:13:45.067Z | Checking hickory-proto v0.24.4 |
| 2623 | 2025-08-01T15:13:45.221Z | Checking prettyplease v0.2.36 |
| 2624 | 2025-08-01T15:13:45.552Z | Checking ingot v0.1.1 |
| 2625 | 2025-08-01T15:13:45.808Z | Compiling slog-dtrace v0.3.0 |
| 2626 | 2025-08-01T15:13:46.113Z | Compiling chrono-tz v0.10.4 |
| 2627 | 2025-08-01T15:13:46.310Z | Compiling zone_cfg_derive v0.3.0 |
| 2628 | 2025-08-01T15:13:46.417Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2629 | 2025-08-01T15:13:47.394Z | Checking expectorate v1.2.0 |
| 2630 | 2025-08-01T15:13:47.465Z | Checking phf v0.12.1 |
| 2631 | 2025-08-01T15:13:47.614Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2632 | 2025-08-01T15:13:47.673Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2633 | 2025-08-01T15:13:47.743Z | Compiling const_format_proc_macros v0.2.34 |
| 2634 | 2025-08-01T15:13:47.946Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2635 | 2025-08-01T15:13:48.586Z | Compiling num-derive v0.4.2 |
| 2636 | 2025-08-01T15:13:48.616Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2637 | 2025-08-01T15:13:48.837Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2638 | 2025-08-01T15:13:48.864Z | Checking hickory-resolver v0.24.4 |
| 2639 | 2025-08-01T15:13:49.130Z | Checking highway v1.3.0 |
| 2640 | 2025-08-01T15:13:49.157Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2641 | 2025-08-01T15:13:49.375Z | Checking const_format v0.2.34 |
| 2642 | 2025-08-01T15:13:49.416Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2643 | 2025-08-01T15:13:49.551Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2644 | 2025-08-01T15:13:49.815Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2645 | 2025-08-01T15:13:50.311Z | Checking qorb v0.4.0 |
| 2646 | 2025-08-01T15:13:50.338Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2647 | 2025-08-01T15:13:50.647Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2648 | 2025-08-01T15:13:50.785Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 2649 | 2025-08-01T15:13:50.834Z | Checking zone v0.3.1 |
| 2650 | 2025-08-01T15:13:51.412Z | Checking gethostname v0.5.0 |
| 2651 | 2025-08-01T15:13:51.514Z | Checking bcs v0.1.6 |
| 2652 | 2025-08-01T15:13:51.541Z | Checking nanorand v0.7.0 |
| 2653 | 2025-08-01T15:13:51.568Z | Compiling async-recursion v1.1.1 |
| 2654 | 2025-08-01T15:13:51.886Z | Checking termtree v0.5.1 |
| 2655 | 2025-08-01T15:13:52.003Z | Checking flume v0.11.1 |
| 2656 | 2025-08-01T15:13:52.125Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2657 | 2025-08-01T15:13:52.192Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
| 2658 | 2025-08-01T15:13:58.075Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2659 | 2025-08-01T15:14:02.552Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2660 | 2025-08-01T15:14:06.426Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2661 | 2025-08-01T15:14:08.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s |
| 2662 | 2025-08-01T15:14:08.486Z | |
| 2663 | 2025-08-01T15:14:08.486Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
| 2664 | 2025-08-01T15:14:09.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-08-01T15:14:09.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-08-01T15:14:09.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2025-08-01T15:14:09.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2668 | 2025-08-01T15:14:09.576Z | |
| 2669 | 2025-08-01T15:14:09.576Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
| 2670 | 2025-08-01T15:14:10.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2025-08-01T15:14:10.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2025-08-01T15:14:10.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2025-08-01T15:14:10.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2674 | 2025-08-01T15:14:10.689Z | |
| 2675 | 2025-08-01T15:14:10.690Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
| 2676 | 2025-08-01T15:14:11.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2025-08-01T15:14:11.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2025-08-01T15:14:11.897Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2679 | 2025-08-01T15:14:12.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 2680 | 2025-08-01T15:14:12.963Z | |
| 2681 | 2025-08-01T15:14:12.963Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
| 2682 | 2025-08-01T15:14:13.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2683 | 2025-08-01T15:14:13.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2684 | 2025-08-01T15:14:14.130Z | Compiling cfg_aliases v0.1.1 |
| 2685 | 2025-08-01T15:14:14.130Z | Compiling convert_case v0.7.1 |
| 2686 | 2025-08-01T15:14:14.157Z | Compiling vte_generate_state_changes v0.1.2 |
| 2687 | 2025-08-01T15:14:14.157Z | Checking fd-lock v4.0.2 |
| 2688 | 2025-08-01T15:14:14.183Z | Checking nibble_vec v0.1.0 |
| 2689 | 2025-08-01T15:14:14.183Z | Checking endian-type v0.1.2 |
| 2690 | 2025-08-01T15:14:14.210Z | Checking bytecount v0.6.8 |
| 2691 | 2025-08-01T15:14:14.236Z | Compiling tabled_derive v0.7.0 |
| 2692 | 2025-08-01T15:14:14.309Z | Compiling nix v0.28.0 |
| 2693 | 2025-08-01T15:14:14.405Z | Checking papergrid v0.11.0 |
| 2694 | 2025-08-01T15:14:14.432Z | Compiling peg-macros v0.8.5 |
| 2695 | 2025-08-01T15:14:14.483Z | Checking radix_trie v0.2.1 |
| 2696 | 2025-08-01T15:14:14.510Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2697 | 2025-08-01T15:14:14.825Z | Checking vte v0.11.1 |
| 2698 | 2025-08-01T15:14:14.871Z | Compiling sqlparser_derive v0.2.2 |
| 2699 | 2025-08-01T15:14:15.030Z | Compiling derive_more-impl v2.0.1 |
| 2700 | 2025-08-01T15:14:15.441Z | Checking unicode_categories v0.1.1 |
| 2701 | 2025-08-01T15:14:15.723Z | Checking nu-ansi-term v0.50.1 |
| 2702 | 2025-08-01T15:14:15.749Z | Checking home v0.5.9 |
| 2703 | 2025-08-01T15:14:15.788Z | Checking sqlparser v0.45.0 |
| 2704 | 2025-08-01T15:14:15.906Z | Checking sqlformat v0.3.5 |
| 2705 | 2025-08-01T15:14:16.056Z | Checking strip-ansi-escapes v0.2.0 |
| 2706 | 2025-08-01T15:14:16.126Z | Checking display-error-chain v0.2.2 |
| 2707 | 2025-08-01T15:14:16.225Z | Checking reedline v0.40.0 |
| 2708 | 2025-08-01T15:14:16.281Z | Checking tabled v0.15.0 |
| 2709 | 2025-08-01T15:14:16.622Z | Checking derive_more v2.0.1 |
| 2710 | 2025-08-01T15:14:16.744Z | Checking crossterm v0.29.0 |
| 2711 | 2025-08-01T15:14:17.034Z | Checking peg v0.8.5 |
| 2712 | 2025-08-01T15:14:17.296Z | Checking rustyline v14.0.0 |
| 2713 | 2025-08-01T15:14:30.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.29s |
| 2714 | 2025-08-01T15:14:30.469Z | |
| 2715 | 2025-08-01T15:14:30.469Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
| 2716 | 2025-08-01T15:14:31.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2717 | 2025-08-01T15:14:31.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2718 | 2025-08-01T15:14:31.675Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2719 | 2025-08-01T15:14:39.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s |
| 2720 | 2025-08-01T15:14:39.193Z | |
| 2721 | 2025-08-01T15:14:39.193Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
| 2722 | 2025-08-01T15:14:40.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2723 | 2025-08-01T15:14:40.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2724 | 2025-08-01T15:14:40.383Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2725 | 2025-08-01T15:14:45.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s |
| 2726 | 2025-08-01T15:14:46.148Z | |
| 2727 | 2025-08-01T15:14:46.148Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
| 2728 | 2025-08-01T15:14:47.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2729 | 2025-08-01T15:14:47.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2730 | 2025-08-01T15:14:47.396Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2731 | 2025-08-01T15:14:55.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
| 2732 | 2025-08-01T15:14:55.431Z | |
| 2733 | 2025-08-01T15:14:55.431Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
| 2734 | 2025-08-01T15:14:56.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2735 | 2025-08-01T15:14:56.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2736 | 2025-08-01T15:14:56.688Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2737 | 2025-08-01T15:15:03.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.49s |
| 2738 | 2025-08-01T15:15:04.134Z | |
| 2739 | 2025-08-01T15:15:04.134Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
| 2740 | 2025-08-01T15:15:05.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2741 | 2025-08-01T15:15:05.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2742 | 2025-08-01T15:15:05.373Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2743 | 2025-08-01T15:15:10.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
| 2744 | 2025-08-01T15:15:10.858Z | |
| 2745 | 2025-08-01T15:15:10.858Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
| 2746 | 2025-08-01T15:15:11.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2747 | 2025-08-01T15:15:11.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2748 | 2025-08-01T15:15:11.985Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2749 | 2025-08-01T15:15:17.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s |
| 2750 | 2025-08-01T15:15:17.871Z | |
| 2751 | 2025-08-01T15:15:17.872Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
| 2752 | 2025-08-01T15:15:18.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2753 | 2025-08-01T15:15:18.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2754 | 2025-08-01T15:15:19.081Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2025-08-01T15:15:26.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s |
| 2756 | 2025-08-01T15:15:26.599Z | |
| 2757 | 2025-08-01T15:15:26.599Z | info: running `cargo check --bins` on oximeter (67/221) |
| 2758 | 2025-08-01T15:15:27.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2759 | 2025-08-01T15:15:27.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2760 | 2025-08-01T15:15:27.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2761 | 2025-08-01T15:15:27.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2762 | 2025-08-01T15:15:27.710Z | |
| 2763 | 2025-08-01T15:15:27.710Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
| 2764 | 2025-08-01T15:15:28.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2765 | 2025-08-01T15:15:28.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2766 | 2025-08-01T15:15:28.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2767 | 2025-08-01T15:15:28.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2768 | 2025-08-01T15:15:28.773Z | |
| 2769 | 2025-08-01T15:15:28.773Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
| 2770 | 2025-08-01T15:15:29.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2771 | 2025-08-01T15:15:29.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2772 | 2025-08-01T15:15:29.845Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2773 | 2025-08-01T15:15:32.558Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2774 | 2025-08-01T15:15:33.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 2775 | 2025-08-01T15:15:34.090Z | |
| 2776 | 2025-08-01T15:15:34.090Z | info: running `cargo check --bins` on oximeter-types (70/221) |
| 2777 | 2025-08-01T15:15:35.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-08-01T15:15:35.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-08-01T15:15:35.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-08-01T15:15:35.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2781 | 2025-08-01T15:15:35.171Z | |
| 2782 | 2025-08-01T15:15:35.171Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
| 2783 | 2025-08-01T15:15:36.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-08-01T15:15:36.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-08-01T15:15:36.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-08-01T15:15:36.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2787 | 2025-08-01T15:15:36.208Z | |
| 2788 | 2025-08-01T15:15:36.208Z | info: running `cargo check --bins` on oxql-types (72/221) |
| 2789 | 2025-08-01T15:15:37.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-08-01T15:15:37.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-08-01T15:15:37.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-08-01T15:15:37.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2793 | 2025-08-01T15:15:37.233Z | |
| 2794 | 2025-08-01T15:15:37.233Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
| 2795 | 2025-08-01T15:15:38.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-08-01T15:15:38.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-08-01T15:15:38.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-08-01T15:15:38.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2799 | 2025-08-01T15:15:38.357Z | |
| 2800 | 2025-08-01T15:15:38.357Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
| 2801 | 2025-08-01T15:15:39.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-08-01T15:15:39.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-08-01T15:15:39.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2025-08-01T15:15:39.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2805 | 2025-08-01T15:15:39.392Z | |
| 2806 | 2025-08-01T15:15:39.392Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
| 2807 | 2025-08-01T15:15:40.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2025-08-01T15:15:40.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2025-08-01T15:15:40.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2025-08-01T15:15:40.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2811 | 2025-08-01T15:15:40.440Z | |
| 2812 | 2025-08-01T15:15:40.440Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
| 2813 | 2025-08-01T15:15:41.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2025-08-01T15:15:41.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2025-08-01T15:15:41.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2025-08-01T15:15:41.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2817 | 2025-08-01T15:15:41.504Z | |
| 2818 | 2025-08-01T15:15:41.504Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
| 2819 | 2025-08-01T15:15:42.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2025-08-01T15:15:42.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2025-08-01T15:15:42.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2025-08-01T15:15:42.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2823 | 2025-08-01T15:15:42.578Z | |
| 2824 | 2025-08-01T15:15:42.578Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
| 2825 | 2025-08-01T15:15:43.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-08-01T15:15:43.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-08-01T15:15:43.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-08-01T15:15:43.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2829 | 2025-08-01T15:15:43.647Z | |
| 2830 | 2025-08-01T15:15:43.647Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
| 2831 | 2025-08-01T15:15:44.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-08-01T15:15:44.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-08-01T15:15:44.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2025-08-01T15:15:44.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2835 | 2025-08-01T15:15:44.666Z | |
| 2836 | 2025-08-01T15:15:44.666Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
| 2837 | 2025-08-01T15:15:45.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2025-08-01T15:15:45.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2025-08-01T15:15:45.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2025-08-01T15:15:45.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2841 | 2025-08-01T15:15:45.751Z | |
| 2842 | 2025-08-01T15:15:45.751Z | info: running `cargo check --bins` on dns-service-client (81/221) |
| 2843 | 2025-08-01T15:15:46.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2025-08-01T15:15:46.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2025-08-01T15:15:46.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2025-08-01T15:15:46.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2847 | 2025-08-01T15:15:46.826Z | |
| 2848 | 2025-08-01T15:15:46.826Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
| 2849 | 2025-08-01T15:15:47.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2025-08-01T15:15:47.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2025-08-01T15:15:47.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2025-08-01T15:15:47.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2853 | 2025-08-01T15:15:47.902Z | |
| 2854 | 2025-08-01T15:15:47.903Z | info: running `cargo check --bins` on gateway-client (83/221) |
| 2855 | 2025-08-01T15:15:48.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2025-08-01T15:15:48.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2025-08-01T15:15:48.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2858 | 2025-08-01T15:15:48.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2859 | 2025-08-01T15:15:48.953Z | |
| 2860 | 2025-08-01T15:15:48.953Z | info: running `cargo check --bins` on ereport-types (84/221) |
| 2861 | 2025-08-01T15:15:49.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2025-08-01T15:15:49.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2025-08-01T15:15:49.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2025-08-01T15:15:49.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2865 | 2025-08-01T15:15:49.971Z | |
| 2866 | 2025-08-01T15:15:49.971Z | info: running `cargo check --bins` on gateway-types (85/221) |
| 2867 | 2025-08-01T15:15:50.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2025-08-01T15:15:50.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2025-08-01T15:15:50.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2870 | 2025-08-01T15:15:50.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2871 | 2025-08-01T15:15:50.996Z | |
| 2872 | 2025-08-01T15:15:50.996Z | info: running `cargo check --bins` on ipcc (86/221) |
| 2873 | 2025-08-01T15:15:51.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2025-08-01T15:15:51.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2025-08-01T15:15:51.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2025-08-01T15:15:51.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2877 | 2025-08-01T15:15:52.028Z | |
| 2878 | 2025-08-01T15:15:52.028Z | info: running `cargo check --bins` on installinator-client (87/221) |
| 2879 | 2025-08-01T15:15:52.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2025-08-01T15:15:52.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2025-08-01T15:15:52.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2025-08-01T15:15:52.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2883 | 2025-08-01T15:15:53.101Z | |
| 2884 | 2025-08-01T15:15:53.102Z | info: running `cargo check --bins` on installinator-common (88/221) |
| 2885 | 2025-08-01T15:15:54.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2025-08-01T15:15:54.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2025-08-01T15:15:54.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2025-08-01T15:15:54.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2889 | 2025-08-01T15:15:54.234Z | |
| 2890 | 2025-08-01T15:15:54.234Z | info: running `cargo check --bins` on update-engine (89/221) |
| 2891 | 2025-08-01T15:15:55.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2025-08-01T15:15:55.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2025-08-01T15:15:55.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2025-08-01T15:15:55.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2895 | 2025-08-01T15:15:55.253Z | |
| 2896 | 2025-08-01T15:15:55.253Z | info: running `cargo check --bins` on nexus-client (90/221) |
| 2897 | 2025-08-01T15:15:56.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2025-08-01T15:15:56.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2025-08-01T15:15:56.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2025-08-01T15:15:56.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2901 | 2025-08-01T15:15:56.370Z | |
| 2902 | 2025-08-01T15:15:56.370Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
| 2903 | 2025-08-01T15:15:57.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2025-08-01T15:15:57.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2025-08-01T15:15:57.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2025-08-01T15:15:57.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2907 | 2025-08-01T15:15:57.441Z | |
| 2908 | 2025-08-01T15:15:57.441Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
| 2909 | 2025-08-01T15:15:58.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-08-01T15:15:58.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-08-01T15:15:58.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2025-08-01T15:15:58.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2913 | 2025-08-01T15:15:58.471Z | |
| 2914 | 2025-08-01T15:15:58.471Z | info: running `cargo check --bins` on nexus-types (93/221) |
| 2915 | 2025-08-01T15:15:59.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-08-01T15:15:59.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-08-01T15:15:59.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2025-08-01T15:15:59.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2919 | 2025-08-01T15:15:59.576Z | |
| 2920 | 2025-08-01T15:15:59.576Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
| 2921 | 2025-08-01T15:16:00.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-08-01T15:16:00.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-08-01T15:16:00.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2025-08-01T15:16:00.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2925 | 2025-08-01T15:16:00.589Z | |
| 2926 | 2025-08-01T15:16:00.589Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
| 2927 | 2025-08-01T15:16:01.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-08-01T15:16:01.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-08-01T15:16:01.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2025-08-01T15:16:01.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2931 | 2025-08-01T15:16:01.601Z | |
| 2932 | 2025-08-01T15:16:01.601Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
| 2933 | 2025-08-01T15:16:02.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-08-01T15:16:02.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-08-01T15:16:02.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2025-08-01T15:16:02.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2937 | 2025-08-01T15:16:02.608Z | |
| 2938 | 2025-08-01T15:16:02.608Z | info: running `cargo check --bins` on oxide-client (97/221) |
| 2939 | 2025-08-01T15:16:03.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-08-01T15:16:03.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-08-01T15:16:03.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2025-08-01T15:16:03.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2943 | 2025-08-01T15:16:03.605Z | |
| 2944 | 2025-08-01T15:16:03.605Z | info: running `cargo check --bins` on oximeter-client (98/221) |
| 2945 | 2025-08-01T15:16:04.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2025-08-01T15:16:04.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2025-08-01T15:16:04.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2025-08-01T15:16:04.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2949 | 2025-08-01T15:16:04.697Z | |
| 2950 | 2025-08-01T15:16:04.697Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
| 2951 | 2025-08-01T15:16:05.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-08-01T15:16:05.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-08-01T15:16:05.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2025-08-01T15:16:05.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2955 | 2025-08-01T15:16:05.728Z | |
| 2956 | 2025-08-01T15:16:05.728Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
| 2957 | 2025-08-01T15:16:06.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-08-01T15:16:06.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-08-01T15:16:06.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-08-01T15:16:06.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2961 | 2025-08-01T15:16:06.836Z | |
| 2962 | 2025-08-01T15:16:06.836Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
| 2963 | 2025-08-01T15:16:07.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-08-01T15:16:07.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-08-01T15:16:07.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-08-01T15:16:07.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2967 | 2025-08-01T15:16:07.927Z | |
| 2968 | 2025-08-01T15:16:07.927Z | info: running `cargo check --bins` on wicketd-client (102/221) |
| 2969 | 2025-08-01T15:16:08.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-08-01T15:16:08.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-08-01T15:16:08.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-08-01T15:16:08.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2973 | 2025-08-01T15:16:09.042Z | |
| 2974 | 2025-08-01T15:16:09.042Z | info: running `cargo check --bins` on wicket-common (103/221) |
| 2975 | 2025-08-01T15:16:09.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-08-01T15:16:10.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-08-01T15:16:10.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-08-01T15:16:10.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2979 | 2025-08-01T15:16:10.143Z | |
| 2980 | 2025-08-01T15:16:10.143Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
| 2981 | 2025-08-01T15:16:11.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-08-01T15:16:11.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-08-01T15:16:11.281Z | Checking csv-core v0.1.11 |
| 2984 | 2025-08-01T15:16:11.281Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2985 | 2025-08-01T15:16:11.281Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2986 | 2025-08-01T15:16:11.308Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2987 | 2025-08-01T15:16:11.593Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2988 | 2025-08-01T15:16:11.652Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2989 | 2025-08-01T15:16:11.679Z | Checking csv v1.3.1 |
| 2990 | 2025-08-01T15:16:12.426Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2991 | 2025-08-01T15:16:13.104Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2992 | 2025-08-01T15:16:16.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
| 2993 | 2025-08-01T15:16:16.420Z | |
| 2994 | 2025-08-01T15:16:16.420Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
| 2995 | 2025-08-01T15:16:17.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2025-08-01T15:16:17.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2025-08-01T15:16:17.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2025-08-01T15:16:17.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2999 | 2025-08-01T15:16:17.463Z | |
| 3000 | 2025-08-01T15:16:17.463Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
| 3001 | 2025-08-01T15:16:18.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2025-08-01T15:16:18.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2025-08-01T15:16:18.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2025-08-01T15:16:18.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3005 | 2025-08-01T15:16:18.561Z | |
| 3006 | 2025-08-01T15:16:18.561Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
| 3007 | 2025-08-01T15:16:19.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2025-08-01T15:16:19.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2025-08-01T15:16:19.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2025-08-01T15:16:19.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3011 | 2025-08-01T15:16:19.792Z | |
| 3012 | 2025-08-01T15:16:19.792Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
| 3013 | 2025-08-01T15:16:20.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2025-08-01T15:16:20.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2025-08-01T15:16:20.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2025-08-01T15:16:20.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3017 | 2025-08-01T15:16:21.019Z | |
| 3018 | 2025-08-01T15:16:21.019Z | info: running `cargo check --bins` on dns-server (109/221) |
| 3019 | 2025-08-01T15:16:21.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-08-01T15:16:21.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-08-01T15:16:22.141Z | Compiling typify-impl v0.4.1 |
| 3022 | 2025-08-01T15:16:22.176Z | Compiling parking_lot_core v0.8.6 |
| 3023 | 2025-08-01T15:16:22.203Z | Compiling moka v0.12.10 |
| 3024 | 2025-08-01T15:16:22.203Z | Checking tagptr v0.2.0 |
| 3025 | 2025-08-01T15:16:22.203Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3026 | 2025-08-01T15:16:22.230Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3027 | 2025-08-01T15:16:22.256Z | Checking prefix-trie v0.7.0 |
| 3028 | 2025-08-01T15:16:22.530Z | Checking fxhash v0.2.1 |
| 3029 | 2025-08-01T15:16:22.557Z | Checking hickory-client v0.25.2 |
| 3030 | 2025-08-01T15:16:22.940Z | Checking hickory-server v0.25.2 |
| 3031 | 2025-08-01T15:16:22.972Z | Checking parking_lot v0.11.2 |
| 3032 | 2025-08-01T15:16:23.314Z | Checking sled v0.34.7 |
| 3033 | 2025-08-01T15:16:23.516Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3034 | 2025-08-01T15:16:23.866Z | Checking hickory-resolver v0.25.2 |
| 3035 | 2025-08-01T15:16:27.638Z | Compiling typify-macro v0.4.1 |
| 3036 | 2025-08-01T15:16:29.663Z | Compiling typify v0.4.1 |
| 3037 | 2025-08-01T15:16:29.795Z | Compiling progenitor-impl v0.10.0 |
| 3038 | 2025-08-01T15:16:33.101Z | Compiling progenitor-macro v0.10.0 |
| 3039 | 2025-08-01T15:16:37.800Z | Checking progenitor v0.10.0 |
| 3040 | 2025-08-01T15:16:37.993Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3041 | 2025-08-01T15:16:38.651Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3042 | 2025-08-01T15:16:40.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.56s |
| 3043 | 2025-08-01T15:16:40.776Z | |
| 3044 | 2025-08-01T15:16:40.776Z | info: running `cargo check --bins` on dns-server-api (110/221) |
| 3045 | 2025-08-01T15:16:41.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2025-08-01T15:16:41.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2025-08-01T15:16:41.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2025-08-01T15:16:41.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3049 | 2025-08-01T15:16:41.788Z | |
| 3050 | 2025-08-01T15:16:41.788Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
| 3051 | 2025-08-01T15:16:42.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2025-08-01T15:16:42.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2025-08-01T15:16:42.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2025-08-01T15:16:42.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3055 | 2025-08-01T15:16:42.787Z | |
| 3056 | 2025-08-01T15:16:42.787Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
| 3057 | 2025-08-01T15:16:43.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2025-08-01T15:16:43.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2025-08-01T15:16:43.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2025-08-01T15:16:43.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3061 | 2025-08-01T15:16:43.900Z | |
| 3062 | 2025-08-01T15:16:43.900Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
| 3063 | 2025-08-01T15:16:44.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2025-08-01T15:16:44.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2025-08-01T15:16:45.143Z | Checking half v2.4.1 |
| 3066 | 2025-08-01T15:16:45.143Z | Checking ciborium-io v0.2.2 |
| 3067 | 2025-08-01T15:16:45.143Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3068 | 2025-08-01T15:16:45.206Z | Compiling radium v0.7.0 |
| 3069 | 2025-08-01T15:16:45.206Z | Compiling semver v0.1.20 |
| 3070 | 2025-08-01T15:16:45.250Z | Compiling zerocopy-derive v0.6.6 |
| 3071 | 2025-08-01T15:16:45.276Z | Compiling maybe-uninit v2.0.0 |
| 3072 | 2025-08-01T15:16:45.276Z | Checking tap v1.0.1 |
| 3073 | 2025-08-01T15:16:45.316Z | Checking password-hash v0.5.0 |
| 3074 | 2025-08-01T15:16:45.451Z | Checking wyz v0.5.1 |
| 3075 | 2025-08-01T15:16:45.605Z | Checking ciborium-ll v0.2.2 |
| 3076 | 2025-08-01T15:16:45.673Z | Compiling rustc_version v0.1.7 |
| 3077 | 2025-08-01T15:16:45.723Z | Checking blake2 v0.10.6 |
| 3078 | 2025-08-01T15:16:45.750Z | Compiling pin-project-internal v1.1.6 |
| 3079 | 2025-08-01T15:16:45.822Z | Checking crc-catalog v2.4.0 |
| 3080 | 2025-08-01T15:16:45.858Z | Compiling owo-colors v4.2.2 |
| 3081 | 2025-08-01T15:16:45.911Z | Checking ciborium v0.2.2 |
| 3082 | 2025-08-01T15:16:45.996Z | Compiling packed_struct v0.10.1 |
| 3083 | 2025-08-01T15:16:46.074Z | Compiling cancel-safe-futures v0.1.5 |
| 3084 | 2025-08-01T15:16:46.100Z | Compiling newtype_derive v0.1.6 |
| 3085 | 2025-08-01T15:16:46.160Z | Checking funty v2.0.0 |
| 3086 | 2025-08-01T15:16:46.486Z | Checking argon2 v0.5.3 |
| 3087 | 2025-08-01T15:16:46.512Z | Checking crc v3.2.1 |
| 3088 | 2025-08-01T15:16:46.551Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3089 | 2025-08-01T15:16:46.640Z | Compiling packed_struct_codegen v0.10.1 |
| 3090 | 2025-08-01T15:16:46.752Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3091 | 2025-08-01T15:16:46.872Z | Checking zerocopy v0.6.6 |
| 3092 | 2025-08-01T15:16:46.898Z | Checking bitvec v1.0.1 |
| 3093 | 2025-08-01T15:16:46.925Z | Checking libsw-core v0.3.1 |
| 3094 | 2025-08-01T15:16:47.102Z | Checking secrecy v0.10.3 |
| 3095 | 2025-08-01T15:16:47.131Z | Compiling snafu-derive v0.8.5 |
| 3096 | 2025-08-01T15:16:47.158Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3097 | 2025-08-01T15:16:47.184Z | Compiling indexmap v1.9.3 |
| 3098 | 2025-08-01T15:16:47.291Z | Checking indent_write v2.2.0 |
| 3099 | 2025-08-01T15:16:47.509Z | Checking fixedbitset v0.5.7 |
| 3100 | 2025-08-01T15:16:47.536Z | Checking nodrop v0.1.14 |
| 3101 | 2025-08-01T15:16:47.585Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3102 | 2025-08-01T15:16:47.674Z | Checking array-init v0.0.4 |
| 3103 | 2025-08-01T15:16:47.901Z | Checking petgraph v0.8.2 |
| 3104 | 2025-08-01T15:16:47.927Z | Checking libsw v3.5.0 |
| 3105 | 2025-08-01T15:16:48.013Z | Checking pin-project v1.1.6 |
| 3106 | 2025-08-01T15:16:48.165Z | Checking smallvec v0.6.14 |
| 3107 | 2025-08-01T15:16:48.192Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3108 | 2025-08-01T15:16:48.841Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3109 | 2025-08-01T15:16:48.867Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3110 | 2025-08-01T15:16:48.895Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3111 | 2025-08-01T15:16:49.097Z | Checking globset v0.4.15 |
| 3112 | 2025-08-01T15:16:49.562Z | Checking olpc-cjson v0.1.4 |
| 3113 | 2025-08-01T15:16:49.589Z | Checking serde_plain v1.0.2 |
| 3114 | 2025-08-01T15:16:49.819Z | Checking typed-path v0.9.3 |
| 3115 | 2025-08-01T15:16:49.890Z | Checking linear-map v1.2.0 |
| 3116 | 2025-08-01T15:16:49.917Z | Checking bitfield v0.14.0 |
| 3117 | 2025-08-01T15:16:49.943Z | Checking smawk v0.3.2 |
| 3118 | 2025-08-01T15:16:50.112Z | Checking swrite v0.1.0 |
| 3119 | 2025-08-01T15:16:50.198Z | Checking termcolor v1.4.1 |
| 3120 | 2025-08-01T15:16:50.225Z | Checking unicode-linebreak v0.1.5 |
| 3121 | 2025-08-01T15:16:50.265Z | Checking hashbrown v0.12.3 |
| 3122 | 2025-08-01T15:16:50.292Z | Checking ron v0.8.1 |
| 3123 | 2025-08-01T15:16:50.630Z | Checking env_logger v0.10.2 |
| 3124 | 2025-08-01T15:16:50.658Z | Checking textwrap v0.16.2 |
| 3125 | 2025-08-01T15:16:50.981Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3126 | 2025-08-01T15:16:51.079Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3127 | 2025-08-01T15:16:51.106Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3128 | 2025-08-01T15:16:51.298Z | Checking snafu v0.8.5 |
| 3129 | 2025-08-01T15:16:51.403Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3130 | 2025-08-01T15:16:51.588Z | Checking steno v0.4.1 |
| 3131 | 2025-08-01T15:16:51.723Z | Checking tough v0.20.0 |
| 3132 | 2025-08-01T15:16:51.855Z | Checking serde-hex v0.1.0 |
| 3133 | 2025-08-01T15:16:52.048Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3134 | 2025-08-01T15:16:52.305Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3135 | 2025-08-01T15:16:52.333Z | Checking hashbrown v0.13.2 |
| 3136 | 2025-08-01T15:16:53.159Z | Checking crc-any v2.5.0 |
| 3137 | 2025-08-01T15:16:53.425Z | Checking humantime v2.2.0 |
| 3138 | 2025-08-01T15:16:53.476Z | Checking object v0.30.4 |
| 3139 | 2025-08-01T15:16:53.503Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3140 | 2025-08-01T15:16:53.717Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3141 | 2025-08-01T15:16:53.748Z | Checking half v1.8.3 |
| 3142 | 2025-08-01T15:16:53.775Z | Checking path-slash v0.1.5 |
| 3143 | 2025-08-01T15:16:53.943Z | Checking void v1.0.2 |
| 3144 | 2025-08-01T15:16:54.021Z | Checking tungstenite v0.23.0 |
| 3145 | 2025-08-01T15:16:55.121Z | Checking lzss v0.8.2 |
| 3146 | 2025-08-01T15:16:55.148Z | Checking serde_cbor v0.11.2 |
| 3147 | 2025-08-01T15:16:55.148Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3148 | 2025-08-01T15:16:55.148Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3149 | 2025-08-01T15:16:55.148Z | Checking nix v0.27.1 |
| 3150 | 2025-08-01T15:16:55.148Z | Checking kstat-rs v0.2.4 |
| 3151 | 2025-08-01T15:16:55.148Z | Checking serde_bytes v0.11.17 |
| 3152 | 2025-08-01T15:16:55.148Z | Checking tokio-tungstenite v0.23.1 |
| 3153 | 2025-08-01T15:16:55.254Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3154 | 2025-08-01T15:16:55.301Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3155 | 2025-08-01T15:16:55.328Z | Checking signal-hook-tokio v0.3.1 |
| 3156 | 2025-08-01T15:16:55.557Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3157 | 2025-08-01T15:16:58.334Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3158 | 2025-08-01T15:17:00.010Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3159 | 2025-08-01T15:17:13.103Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3160 | 2025-08-01T15:17:22.142Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3161 | 2025-08-01T15:17:23.145Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3162 | 2025-08-01T15:17:27.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.34s |
| 3163 | 2025-08-01T15:17:27.474Z | |
| 3164 | 2025-08-01T15:17:27.475Z | info: running `cargo check --bins` on gateway-api (114/221) |
| 3165 | 2025-08-01T15:17:28.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2025-08-01T15:17:28.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2025-08-01T15:17:28.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2025-08-01T15:17:28.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3169 | 2025-08-01T15:17:28.521Z | |
| 3170 | 2025-08-01T15:17:28.521Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
| 3171 | 2025-08-01T15:17:29.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2025-08-01T15:17:29.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2025-08-01T15:17:29.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2025-08-01T15:17:29.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3175 | 2025-08-01T15:17:29.498Z | |
| 3176 | 2025-08-01T15:17:29.498Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
| 3177 | 2025-08-01T15:17:30.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2025-08-01T15:17:30.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2025-08-01T15:17:30.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2025-08-01T15:17:30.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3181 | 2025-08-01T15:17:30.530Z | |
| 3182 | 2025-08-01T15:17:30.530Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
| 3183 | 2025-08-01T15:17:31.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2025-08-01T15:17:31.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2025-08-01T15:17:31.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2025-08-01T15:17:31.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3187 | 2025-08-01T15:17:31.568Z | |
| 3188 | 2025-08-01T15:17:31.568Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
| 3189 | 2025-08-01T15:17:32.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2025-08-01T15:17:32.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2025-08-01T15:17:32.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2025-08-01T15:17:32.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3193 | 2025-08-01T15:17:32.603Z | |
| 3194 | 2025-08-01T15:17:32.604Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
| 3195 | 2025-08-01T15:17:33.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2025-08-01T15:17:33.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2025-08-01T15:17:33.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2025-08-01T15:17:33.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3199 | 2025-08-01T15:17:33.641Z | |
| 3200 | 2025-08-01T15:17:33.641Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
| 3201 | 2025-08-01T15:17:34.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2025-08-01T15:17:34.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2025-08-01T15:17:34.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2025-08-01T15:17:34.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3205 | 2025-08-01T15:17:34.683Z | |
| 3206 | 2025-08-01T15:17:34.684Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
| 3207 | 2025-08-01T15:17:35.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2025-08-01T15:17:35.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2025-08-01T15:17:35.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2025-08-01T15:17:35.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3211 | 2025-08-01T15:17:35.728Z | |
| 3212 | 2025-08-01T15:17:35.728Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
| 3213 | 2025-08-01T15:17:36.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2025-08-01T15:17:36.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2025-08-01T15:17:36.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2025-08-01T15:17:36.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3217 | 2025-08-01T15:17:36.824Z | |
| 3218 | 2025-08-01T15:17:36.824Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
| 3219 | 2025-08-01T15:17:37.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2025-08-01T15:17:37.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2025-08-01T15:17:37.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2025-08-01T15:17:37.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3223 | 2025-08-01T15:17:37.864Z | |
| 3224 | 2025-08-01T15:17:37.864Z | info: running `cargo check --bins` on sp-sim (124/221) |
| 3225 | 2025-08-01T15:17:38.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2025-08-01T15:17:38.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2025-08-01T15:17:38.953Z | Compiling nix v0.30.1 |
| 3228 | 2025-08-01T15:17:38.953Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3229 | 2025-08-01T15:17:38.980Z | Checking keccak v0.1.5 |
| 3230 | 2025-08-01T15:17:39.302Z | Checking sha3 v0.10.8 |
| 3231 | 2025-08-01T15:17:39.345Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3232 | 2025-08-01T15:17:41.466Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3233 | 2025-08-01T15:17:44.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
| 3234 | 2025-08-01T15:17:44.404Z | |
| 3235 | 2025-08-01T15:17:44.404Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
| 3236 | 2025-08-01T15:17:45.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2025-08-01T15:17:45.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2025-08-01T15:17:45.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3239 | 2025-08-01T15:17:45.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3240 | 2025-08-01T15:17:45.532Z | |
| 3241 | 2025-08-01T15:17:45.532Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
| 3242 | 2025-08-01T15:17:46.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2025-08-01T15:17:46.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2025-08-01T15:17:46.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3245 | 2025-08-01T15:17:46.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3246 | 2025-08-01T15:17:46.646Z | |
| 3247 | 2025-08-01T15:17:46.646Z | info: running `cargo check --bins` on db-macros (127/221) |
| 3248 | 2025-08-01T15:17:47.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2025-08-01T15:17:47.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2025-08-01T15:17:47.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2025-08-01T15:17:47.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3252 | 2025-08-01T15:17:47.625Z | |
| 3253 | 2025-08-01T15:17:47.625Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
| 3254 | 2025-08-01T15:17:48.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2025-08-01T15:17:48.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2025-08-01T15:17:48.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2025-08-01T15:17:48.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3258 | 2025-08-01T15:17:48.590Z | |
| 3259 | 2025-08-01T15:17:48.590Z | info: running `cargo check --bins` on nexus-auth (129/221) |
| 3260 | 2025-08-01T15:17:49.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2025-08-01T15:17:49.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2025-08-01T15:17:49.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3263 | 2025-08-01T15:17:49.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3264 | 2025-08-01T15:17:49.693Z | |
| 3265 | 2025-08-01T15:17:49.693Z | info: running `cargo check --bins` on authz-macros (130/221) |
| 3266 | 2025-08-01T15:17:50.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2025-08-01T15:17:50.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2025-08-01T15:17:50.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2025-08-01T15:17:50.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3270 | 2025-08-01T15:17:50.689Z | |
| 3271 | 2025-08-01T15:17:50.689Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
| 3272 | 2025-08-01T15:17:51.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2025-08-01T15:17:51.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2025-08-01T15:17:51.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2025-08-01T15:17:51.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3276 | 2025-08-01T15:17:51.797Z | |
| 3277 | 2025-08-01T15:17:51.797Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
| 3278 | 2025-08-01T15:17:52.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2025-08-01T15:17:52.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2025-08-01T15:17:52.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2025-08-01T15:17:52.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3282 | 2025-08-01T15:17:52.920Z | |
| 3283 | 2025-08-01T15:17:52.920Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
| 3284 | 2025-08-01T15:17:53.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2025-08-01T15:17:53.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2025-08-01T15:17:53.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2025-08-01T15:17:53.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3288 | 2025-08-01T15:17:53.917Z | |
| 3289 | 2025-08-01T15:17:53.917Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
| 3290 | 2025-08-01T15:17:54.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2025-08-01T15:17:54.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2025-08-01T15:17:54.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2025-08-01T15:17:54.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3294 | 2025-08-01T15:17:54.959Z | |
| 3295 | 2025-08-01T15:17:54.959Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
| 3296 | 2025-08-01T15:17:55.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2025-08-01T15:17:55.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2025-08-01T15:17:55.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2025-08-01T15:17:55.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3300 | 2025-08-01T15:17:56.096Z | |
| 3301 | 2025-08-01T15:17:56.096Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
| 3302 | 2025-08-01T15:17:57.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2025-08-01T15:17:57.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2025-08-01T15:17:57.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2025-08-01T15:17:57.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 3306 | 2025-08-01T15:17:57.240Z | |
| 3307 | 2025-08-01T15:17:57.240Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
| 3308 | 2025-08-01T15:17:58.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2025-08-01T15:17:58.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2025-08-01T15:17:58.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2025-08-01T15:17:58.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3312 | 2025-08-01T15:17:58.337Z | |
| 3313 | 2025-08-01T15:17:58.337Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
| 3314 | 2025-08-01T15:17:59.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2025-08-01T15:17:59.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2025-08-01T15:17:59.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3317 | 2025-08-01T15:17:59.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3318 | 2025-08-01T15:17:59.384Z | |
| 3319 | 2025-08-01T15:17:59.384Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
| 3320 | 2025-08-01T15:18:00.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2025-08-01T15:18:00.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2025-08-01T15:18:00.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3323 | 2025-08-01T15:18:00.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3324 | 2025-08-01T15:18:00.416Z | |
| 3325 | 2025-08-01T15:18:00.416Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
| 3326 | 2025-08-01T15:18:01.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2025-08-01T15:18:01.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2025-08-01T15:18:01.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3329 | 2025-08-01T15:18:01.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3330 | 2025-08-01T15:18:01.445Z | |
| 3331 | 2025-08-01T15:18:01.445Z | info: running `cargo check --bins` on key-manager (141/221) |
| 3332 | 2025-08-01T15:18:02.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2025-08-01T15:18:02.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2025-08-01T15:18:02.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2025-08-01T15:18:02.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3336 | 2025-08-01T15:18:02.459Z | |
| 3337 | 2025-08-01T15:18:02.459Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
| 3338 | 2025-08-01T15:18:03.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2025-08-01T15:18:03.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2025-08-01T15:18:03.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2025-08-01T15:18:03.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3342 | 2025-08-01T15:18:03.492Z | |
| 3343 | 2025-08-01T15:18:03.493Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
| 3344 | 2025-08-01T15:18:04.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2025-08-01T15:18:04.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2025-08-01T15:18:04.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2025-08-01T15:18:04.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3348 | 2025-08-01T15:18:04.515Z | |
| 3349 | 2025-08-01T15:18:04.515Z | info: running `cargo check --bins` on typed-rng (144/221) |
| 3350 | 2025-08-01T15:18:05.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2025-08-01T15:18:05.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2025-08-01T15:18:05.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2025-08-01T15:18:05.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3354 | 2025-08-01T15:18:05.466Z | |
| 3355 | 2025-08-01T15:18:05.466Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
| 3356 | 2025-08-01T15:18:06.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2025-08-01T15:18:06.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2025-08-01T15:18:06.782Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3359 | 2025-08-01T15:18:06.782Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3360 | 2025-08-01T15:18:06.782Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3361 | 2025-08-01T15:18:06.782Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3362 | 2025-08-01T15:18:06.809Z | Checking universal-hash v0.5.1 |
| 3363 | 2025-08-01T15:18:06.809Z | Checking opaque-debug v0.3.1 |
| 3364 | 2025-08-01T15:18:06.809Z | Checking chacha20 v0.9.1 |
| 3365 | 2025-08-01T15:18:06.809Z | Checking aead v0.5.2 |
| 3366 | 2025-08-01T15:18:07.031Z | Compiling unicase v2.7.0 |
| 3367 | 2025-08-01T15:18:07.112Z | Compiling libefi-sys v0.1.0 |
| 3368 | 2025-08-01T15:18:07.138Z | Checking poly1305 v0.8.0 |
| 3369 | 2025-08-01T15:18:07.138Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3370 | 2025-08-01T15:18:07.240Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3371 | 2025-08-01T15:18:07.296Z | Compiling bitfield-struct v0.6.2 |
| 3372 | 2025-08-01T15:18:07.330Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3373 | 2025-08-01T15:18:07.509Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3374 | 2025-08-01T15:18:07.586Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3375 | 2025-08-01T15:18:07.657Z | Checking chacha20poly1305 v0.10.1 |
| 3376 | 2025-08-01T15:18:07.791Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3377 | 2025-08-01T15:18:07.817Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3378 | 2025-08-01T15:18:07.858Z | Compiling salty v0.3.0 |
| 3379 | 2025-08-01T15:18:07.950Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3380 | 2025-08-01T15:18:08.283Z | Compiling num-derive v0.3.3 |
| 3381 | 2025-08-01T15:18:08.445Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3382 | 2025-08-01T15:18:08.471Z | Compiling proc-macro-error2 v2.0.1 |
| 3383 | 2025-08-01T15:18:08.510Z | Compiling xshell-macros v0.2.7 |
| 3384 | 2025-08-01T15:18:08.937Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3385 | 2025-08-01T15:18:08.992Z | Compiling tabled_derive v0.10.0 |
| 3386 | 2025-08-01T15:18:09.110Z | Checking xshell v0.2.7 |
| 3387 | 2025-08-01T15:18:09.169Z | Checking thiserror-no-std v2.0.2 |
| 3388 | 2025-08-01T15:18:09.290Z | Checking vsss-rs v3.3.4 |
| 3389 | 2025-08-01T15:18:09.351Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3390 | 2025-08-01T15:18:09.432Z | Compiling mime_guess v2.0.5 |
| 3391 | 2025-08-01T15:18:09.576Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3392 | 2025-08-01T15:18:09.856Z | Checking libscf-sys v1.1.0 |
| 3393 | 2025-08-01T15:18:10.328Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3394 | 2025-08-01T15:18:10.552Z | Checking papergrid v0.14.0 |
| 3395 | 2025-08-01T15:18:10.726Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3396 | 2025-08-01T15:18:11.167Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3397 | 2025-08-01T15:18:11.463Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3398 | 2025-08-01T15:18:11.734Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3399 | 2025-08-01T15:18:11.819Z | Checking primeorder v0.13.6 |
| 3400 | 2025-08-01T15:18:11.868Z | Checking env_filter v0.1.2 |
| 3401 | 2025-08-01T15:18:12.110Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3402 | 2025-08-01T15:18:12.251Z | Checking p384 v0.13.0 |
| 3403 | 2025-08-01T15:18:12.366Z | Checking env_logger v0.11.5 |
| 3404 | 2025-08-01T15:18:12.562Z | Checking tabled v0.18.0 |
| 3405 | 2025-08-01T15:18:12.746Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3406 | 2025-08-01T15:18:12.843Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3407 | 2025-08-01T15:18:12.980Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3408 | 2025-08-01T15:18:13.335Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3409 | 2025-08-01T15:18:13.362Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3410 | 2025-08-01T15:18:13.362Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3411 | 2025-08-01T15:18:13.425Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3412 | 2025-08-01T15:18:13.581Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3413 | 2025-08-01T15:18:13.613Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3414 | 2025-08-01T15:18:13.885Z | Checking http-range v0.1.5 |
| 3415 | 2025-08-01T15:18:13.970Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3416 | 2025-08-01T15:18:14.239Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3417 | 2025-08-01T15:18:14.369Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3418 | 2025-08-01T15:18:14.396Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3419 | 2025-08-01T15:18:14.659Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3420 | 2025-08-01T15:18:14.686Z | Checking secrecy v0.8.0 |
| 3421 | 2025-08-01T15:18:14.713Z | Checking atty v0.2.14 |
| 3422 | 2025-08-01T15:18:14.846Z | Checking crc8 v0.1.1 |
| 3423 | 2025-08-01T15:18:14.993Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
| 3424 | 2025-08-01T15:18:15.080Z | Checking hyper-staticfile v0.10.1 |
| 3425 | 2025-08-01T15:18:15.144Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3426 | 2025-08-01T15:18:15.473Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3427 | 2025-08-01T15:18:15.553Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3428 | 2025-08-01T15:18:15.655Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3429 | 2025-08-01T15:18:15.884Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3430 | 2025-08-01T15:18:15.916Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3431 | 2025-08-01T15:18:16.259Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3432 | 2025-08-01T15:18:16.350Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3433 | 2025-08-01T15:18:16.402Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3434 | 2025-08-01T15:18:17.596Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3435 | 2025-08-01T15:18:17.596Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3436 | 2025-08-01T15:18:17.623Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3437 | 2025-08-01T15:18:17.936Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3438 | 2025-08-01T15:18:18.380Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3439 | 2025-08-01T15:18:19.154Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3440 | 2025-08-01T15:18:20.085Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3441 | 2025-08-01T15:18:22.448Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3442 | 2025-08-01T15:18:28.749Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3443 | 2025-08-01T15:18:46.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.02s |
| 3444 | 2025-08-01T15:18:46.711Z | |
| 3445 | 2025-08-01T15:18:46.711Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
| 3446 | 2025-08-01T15:18:47.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2025-08-01T15:18:47.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2025-08-01T15:18:47.925Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3449 | 2025-08-01T15:19:05.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.99s |
| 3450 | 2025-08-01T15:19:05.916Z | |
| 3451 | 2025-08-01T15:19:05.916Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
| 3452 | 2025-08-01T15:19:06.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2025-08-01T15:19:06.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2025-08-01T15:19:07.154Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3455 | 2025-08-01T15:19:25.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s |
| 3456 | 2025-08-01T15:19:25.273Z | |
| 3457 | 2025-08-01T15:19:25.273Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
| 3458 | 2025-08-01T15:19:26.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2025-08-01T15:19:26.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2025-08-01T15:19:26.531Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3461 | 2025-08-01T15:19:44.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s |
| 3462 | 2025-08-01T15:19:45.054Z | |
| 3463 | 2025-08-01T15:19:45.054Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
| 3464 | 2025-08-01T15:19:46.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2025-08-01T15:19:46.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2025-08-01T15:19:46.359Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3467 | 2025-08-01T15:20:05.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s |
| 3468 | 2025-08-01T15:20:05.391Z | |
| 3469 | 2025-08-01T15:20:05.391Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
| 3470 | 2025-08-01T15:20:06.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2025-08-01T15:20:06.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2025-08-01T15:20:06.664Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3473 | 2025-08-01T15:20:25.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.66s |
| 3474 | 2025-08-01T15:20:25.276Z | |
| 3475 | 2025-08-01T15:20:25.276Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
| 3476 | 2025-08-01T15:20:26.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2025-08-01T15:20:26.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2025-08-01T15:20:26.550Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3479 | 2025-08-01T15:20:45.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.29s |
| 3480 | 2025-08-01T15:20:45.800Z | |
| 3481 | 2025-08-01T15:20:45.800Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
| 3482 | 2025-08-01T15:20:46.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2025-08-01T15:20:46.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2025-08-01T15:20:47.151Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3485 | 2025-08-01T15:21:07.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.41s |
| 3486 | 2025-08-01T15:21:07.443Z | |
| 3487 | 2025-08-01T15:21:07.443Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
| 3488 | 2025-08-01T15:21:08.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2025-08-01T15:21:08.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2025-08-01T15:21:08.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2025-08-01T15:21:08.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3492 | 2025-08-01T15:21:08.590Z | |
| 3493 | 2025-08-01T15:21:08.590Z | info: running `cargo check --bins` on range-requests (154/221) |
| 3494 | 2025-08-01T15:21:09.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2025-08-01T15:21:09.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2025-08-01T15:21:09.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2025-08-01T15:21:09.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3498 | 2025-08-01T15:21:09.573Z | |
| 3499 | 2025-08-01T15:21:09.573Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
| 3500 | 2025-08-01T15:21:10.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2025-08-01T15:21:10.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2025-08-01T15:21:10.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2025-08-01T15:21:10.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3504 | 2025-08-01T15:21:10.592Z | |
| 3505 | 2025-08-01T15:21:10.592Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
| 3506 | 2025-08-01T15:21:11.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2025-08-01T15:21:11.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2025-08-01T15:21:11.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2025-08-01T15:21:11.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3510 | 2025-08-01T15:21:11.713Z | |
| 3511 | 2025-08-01T15:21:11.713Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
| 3512 | 2025-08-01T15:21:12.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2025-08-01T15:21:12.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2025-08-01T15:21:12.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2025-08-01T15:21:12.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3516 | 2025-08-01T15:21:12.858Z | |
| 3517 | 2025-08-01T15:21:12.858Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
| 3518 | 2025-08-01T15:21:13.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2025-08-01T15:21:13.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2025-08-01T15:21:13.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2025-08-01T15:21:13.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3522 | 2025-08-01T15:21:13.979Z | |
| 3523 | 2025-08-01T15:21:13.979Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
| 3524 | 2025-08-01T15:21:14.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2025-08-01T15:21:14.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2025-08-01T15:21:14.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2025-08-01T15:21:14.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3528 | 2025-08-01T15:21:15.065Z | |
| 3529 | 2025-08-01T15:21:15.065Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
| 3530 | 2025-08-01T15:21:16.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2025-08-01T15:21:16.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2025-08-01T15:21:16.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2025-08-01T15:21:16.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3534 | 2025-08-01T15:21:16.227Z | |
| 3535 | 2025-08-01T15:21:16.227Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
| 3536 | 2025-08-01T15:21:17.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2025-08-01T15:21:17.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2025-08-01T15:21:17.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2025-08-01T15:21:17.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3540 | 2025-08-01T15:21:17.433Z | |
| 3541 | 2025-08-01T15:21:17.433Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
| 3542 | 2025-08-01T15:21:18.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2025-08-01T15:21:18.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2025-08-01T15:21:18.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2025-08-01T15:21:18.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3546 | 2025-08-01T15:21:18.675Z | |
| 3547 | 2025-08-01T15:21:18.675Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
| 3548 | 2025-08-01T15:21:19.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2025-08-01T15:21:19.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2025-08-01T15:21:19.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2025-08-01T15:21:19.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3552 | 2025-08-01T15:21:19.886Z | |
| 3553 | 2025-08-01T15:21:19.886Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
| 3554 | 2025-08-01T15:21:20.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2025-08-01T15:21:20.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2025-08-01T15:21:21.121Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3557 | 2025-08-01T15:21:21.122Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3558 | 2025-08-01T15:21:22.280Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3559 | 2025-08-01T15:21:25.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 3560 | 2025-08-01T15:21:25.352Z | |
| 3561 | 2025-08-01T15:21:25.352Z | info: running `cargo check --bins` on oximeter-api (165/221) |
| 3562 | 2025-08-01T15:21:26.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2025-08-01T15:21:26.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2025-08-01T15:21:26.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2025-08-01T15:21:26.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3566 | 2025-08-01T15:21:26.444Z | |
| 3567 | 2025-08-01T15:21:26.444Z | info: running `cargo check --bins` on cert-dev (166/221) |
| 3568 | 2025-08-01T15:21:27.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2025-08-01T15:21:27.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2025-08-01T15:21:27.556Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3571 | 2025-08-01T15:21:27.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3572 | 2025-08-01T15:21:28.083Z | |
| 3573 | 2025-08-01T15:21:28.084Z | info: running `cargo check --bins` on clickana (167/221) |
| 3574 | 2025-08-01T15:21:29.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2025-08-01T15:21:29.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2025-08-01T15:21:29.211Z | Checking castaway v0.2.3 |
| 3577 | 2025-08-01T15:21:29.238Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3578 | 2025-08-01T15:21:29.238Z | Checking lru v0.12.5 |
| 3579 | 2025-08-01T15:21:29.238Z | Compiling instability v0.3.2 |
| 3580 | 2025-08-01T15:21:29.238Z | Checking unicode-truncate v1.1.0 |
| 3581 | 2025-08-01T15:21:29.238Z | Checking cassowary v0.3.0 |
| 3582 | 2025-08-01T15:21:29.238Z | Compiling indoc v2.0.6 |
| 3583 | 2025-08-01T15:21:29.400Z | Checking compact_str v0.8.0 |
| 3584 | 2025-08-01T15:21:30.142Z | Checking ratatui v0.29.0 |
| 3585 | 2025-08-01T15:21:31.348Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3586 | 2025-08-01T15:21:33.047Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3587 | 2025-08-01T15:21:34.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s |
| 3588 | 2025-08-01T15:21:34.452Z | |
| 3589 | 2025-08-01T15:21:34.452Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
| 3590 | 2025-08-01T15:21:35.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-08-01T15:21:35.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-08-01T15:21:35.634Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3593 | 2025-08-01T15:21:35.634Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3594 | 2025-08-01T15:21:37.066Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3595 | 2025-08-01T15:21:37.739Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3596 | 2025-08-01T15:21:38.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 3597 | 2025-08-01T15:21:38.546Z | |
| 3598 | 2025-08-01T15:21:38.546Z | info: running `cargo check --bins` on ch-dev (169/221) |
| 3599 | 2025-08-01T15:21:39.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2025-08-01T15:21:39.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2025-08-01T15:21:39.695Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3602 | 2025-08-01T15:21:40.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 3603 | 2025-08-01T15:21:40.822Z | |
| 3604 | 2025-08-01T15:21:40.823Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
| 3605 | 2025-08-01T15:21:41.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2025-08-01T15:21:41.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2025-08-01T15:21:41.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2025-08-01T15:21:41.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3609 | 2025-08-01T15:21:41.602Z | |
| 3610 | 2025-08-01T15:21:41.602Z | info: running `cargo check --bins` on crdb-seed (171/221) |
| 3611 | 2025-08-01T15:21:42.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2025-08-01T15:21:42.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2025-08-01T15:21:42.808Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3614 | 2025-08-01T15:21:43.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 3615 | 2025-08-01T15:21:43.446Z | |
| 3616 | 2025-08-01T15:21:43.446Z | info: running `cargo check --bins` on db-dev (172/221) |
| 3617 | 2025-08-01T15:21:44.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2025-08-01T15:21:44.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2025-08-01T15:21:44.549Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3620 | 2025-08-01T15:21:45.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 3621 | 2025-08-01T15:21:45.672Z | |
| 3622 | 2025-08-01T15:21:45.672Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
| 3623 | 2025-08-01T15:21:46.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2025-08-01T15:21:46.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2025-08-01T15:21:46.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2025-08-01T15:21:46.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3627 | 2025-08-01T15:21:46.799Z | |
| 3628 | 2025-08-01T15:21:46.799Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
| 3629 | 2025-08-01T15:21:47.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2025-08-01T15:21:47.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2025-08-01T15:21:47.964Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3632 | 2025-08-01T15:21:49.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 3633 | 2025-08-01T15:21:49.233Z | |
| 3634 | 2025-08-01T15:21:49.233Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
| 3635 | 2025-08-01T15:21:50.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2025-08-01T15:21:50.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2025-08-01T15:21:50.276Z | Checking typeid v1.0.3 |
| 3638 | 2025-08-01T15:21:50.312Z | Checking ordered-float v2.10.1 |
| 3639 | 2025-08-01T15:21:50.339Z | Checking cargo-platform v0.2.0 |
| 3640 | 2025-08-01T15:21:50.449Z | Checking erased-serde v0.4.6 |
| 3641 | 2025-08-01T15:21:50.771Z | Checking serde-value v0.7.0 |
| 3642 | 2025-08-01T15:21:51.220Z | Checking serde-untagged v0.1.7 |
| 3643 | 2025-08-01T15:21:51.539Z | Checking cargo-util-schemas v0.8.2 |
| 3644 | 2025-08-01T15:21:53.378Z | Checking cargo_metadata v0.21.0 |
| 3645 | 2025-08-01T15:21:54.752Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3646 | 2025-08-01T15:21:55.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s |
| 3647 | 2025-08-01T15:21:56.138Z | |
| 3648 | 2025-08-01T15:21:56.138Z | info: running `cargo check --bins` on mgs-dev (176/221) |
| 3649 | 2025-08-01T15:21:57.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2025-08-01T15:21:57.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2025-08-01T15:21:57.480Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3652 | 2025-08-01T15:21:59.900Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3653 | 2025-08-01T15:22:00.732Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3654 | 2025-08-01T15:22:01.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 3655 | 2025-08-01T15:22:01.742Z | |
| 3656 | 2025-08-01T15:22:01.742Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
| 3657 | 2025-08-01T15:22:02.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3658 | 2025-08-01T15:22:02.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3659 | 2025-08-01T15:22:03.238Z | Compiling crunchy v0.2.2 |
| 3660 | 2025-08-01T15:22:03.266Z | Compiling dsl_auto_type v0.1.2 |
| 3661 | 2025-08-01T15:22:03.266Z | Checking scheduled-thread-pool v0.2.7 |
| 3662 | 2025-08-01T15:22:03.266Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3663 | 2025-08-01T15:22:03.266Z | Compiling tiny-keccak v2.0.2 |
| 3664 | 2025-08-01T15:22:03.266Z | Compiling bit-vec v0.6.3 |
| 3665 | 2025-08-01T15:22:03.293Z | Compiling ascii-canvas v3.0.0 |
| 3666 | 2025-08-01T15:22:03.357Z | Compiling ena v0.14.3 |
| 3667 | 2025-08-01T15:22:03.534Z | Checking r2d2 v0.8.10 |
| 3668 | 2025-08-01T15:22:03.722Z | Compiling bit-set v0.5.3 |
| 3669 | 2025-08-01T15:22:03.771Z | Compiling regex-syntax v0.6.29 |
| 3670 | 2025-08-01T15:22:03.821Z | Compiling diff v0.1.13 |
| 3671 | 2025-08-01T15:22:03.876Z | Compiling bindgen v0.71.1 |
| 3672 | 2025-08-01T15:22:03.903Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3673 | 2025-08-01T15:22:03.930Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3674 | 2025-08-01T15:22:03.989Z | Compiling derive_builder_core v0.20.2 |
| 3675 | 2025-08-01T15:22:04.144Z | Compiling libxml v0.3.3 |
| 3676 | 2025-08-01T15:22:04.226Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3677 | 2025-08-01T15:22:04.399Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3678 | 2025-08-01T15:22:04.523Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3679 | 2025-08-01T15:22:04.583Z | Compiling strum_macros v0.24.3 |
| 3680 | 2025-08-01T15:22:04.636Z | Compiling diesel_derives v2.2.3 |
| 3681 | 2025-08-01T15:22:04.748Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3682 | 2025-08-01T15:22:04.819Z | Compiling indoc v1.0.9 |
| 3683 | 2025-08-01T15:22:05.543Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3684 | 2025-08-01T15:22:05.775Z | Compiling derive_builder_macro v0.20.2 |
| 3685 | 2025-08-01T15:22:05.815Z | Compiling oso-derive v0.27.3 |
| 3686 | 2025-08-01T15:22:06.545Z | Compiling lalrpop v0.19.12 |
| 3687 | 2025-08-01T15:22:06.572Z | Checking derive_builder v0.20.2 |
| 3688 | 2025-08-01T15:22:06.632Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3689 | 2025-08-01T15:22:06.780Z | Checking quick-xml v0.37.2 |
| 3690 | 2025-08-01T15:22:06.807Z | Checking maplit v1.0.2 |
| 3691 | 2025-08-01T15:22:06.975Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3692 | 2025-08-01T15:22:07.308Z | Compiling diesel-dtrace v0.4.2 |
| 3693 | 2025-08-01T15:22:07.728Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3694 | 2025-08-01T15:22:08.014Z | Checking bb8 v0.8.5 |
| 3695 | 2025-08-01T15:22:08.296Z | Checking ignore v0.4.23 |
| 3696 | 2025-08-01T15:22:08.323Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3697 | 2025-08-01T15:22:08.457Z | Checking predicates-tree v1.0.12 |
| 3698 | 2025-08-01T15:22:08.633Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3699 | 2025-08-01T15:22:08.661Z | Checking rand_seeder v0.3.0 |
| 3700 | 2025-08-01T15:22:08.691Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3701 | 2025-08-01T15:22:08.930Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3702 | 2025-08-01T15:22:08.960Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3703 | 2025-08-01T15:22:09.017Z | Checking globwalk v0.9.1 |
| 3704 | 2025-08-01T15:22:09.175Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3705 | 2025-08-01T15:22:09.320Z | Checking camino-tempfile-ext v0.3.2 |
| 3706 | 2025-08-01T15:22:09.460Z | Checking console v0.16.0 |
| 3707 | 2025-08-01T15:22:09.658Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3708 | 2025-08-01T15:22:09.968Z | Checking is_ci v1.2.0 |
| 3709 | 2025-08-01T15:22:10.141Z | Checking unit-prefix v0.5.1 |
| 3710 | 2025-08-01T15:22:10.338Z | Checking supports-color v3.0.2 |
| 3711 | 2025-08-01T15:22:10.364Z | Checking indicatif v0.18.0 |
| 3712 | 2025-08-01T15:22:10.548Z | Checking support-bundle-viewer v0.1.2 |
| 3713 | 2025-08-01T15:22:10.575Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3714 | 2025-08-01T15:22:10.636Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3715 | 2025-08-01T15:22:10.956Z | Checking multimap v0.10.1 |
| 3716 | 2025-08-01T15:22:12.538Z | Checking diesel v2.2.11 |
| 3717 | 2025-08-01T15:22:27.382Z | Compiling samael v0.0.19 |
| 3718 | 2025-08-01T15:22:36.924Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3719 | 2025-08-01T15:22:41.224Z | Checking async-bb8-diesel v0.2.1 |
| 3720 | 2025-08-01T15:22:43.441Z | Compiling polar-core v0.27.3 |
| 3721 | 2025-08-01T15:22:52.373Z | Checking oso v0.27.3 |
| 3722 | 2025-08-01T15:23:46.933Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3723 | 2025-08-01T15:24:34.351Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3724 | 2025-08-01T15:24:48.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s |
| 3725 | 2025-08-01T15:24:48.452Z | |
| 3726 | 2025-08-01T15:24:48.452Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
| 3727 | 2025-08-01T15:24:49.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2025-08-01T15:24:49.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2025-08-01T15:24:49.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2025-08-01T15:24:49.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3731 | 2025-08-01T15:24:49.589Z | |
| 3732 | 2025-08-01T15:24:49.589Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
| 3733 | 2025-08-01T15:24:50.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2025-08-01T15:24:50.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2025-08-01T15:24:50.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2025-08-01T15:24:50.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3737 | 2025-08-01T15:24:50.745Z | |
| 3738 | 2025-08-01T15:24:50.745Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
| 3739 | 2025-08-01T15:24:51.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2025-08-01T15:24:51.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2025-08-01T15:24:51.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2025-08-01T15:24:51.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3743 | 2025-08-01T15:24:51.849Z | |
| 3744 | 2025-08-01T15:24:51.849Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
| 3745 | 2025-08-01T15:24:52.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2025-08-01T15:24:53.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2025-08-01T15:24:53.375Z | Compiling libz-sys v1.1.20 |
| 3748 | 2025-08-01T15:24:53.402Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3749 | 2025-08-01T15:24:53.432Z | Compiling vergen v8.3.2 |
| 3750 | 2025-08-01T15:24:53.432Z | Compiling cargo-platform v0.1.8 |
| 3751 | 2025-08-01T15:24:53.473Z | Compiling fs-err v2.11.0 |
| 3752 | 2025-08-01T15:24:53.500Z | Compiling rustls v0.21.12 |
| 3753 | 2025-08-01T15:24:53.526Z | Checking rustls-webpki v0.101.7 |
| 3754 | 2025-08-01T15:24:53.526Z | Checking sct v0.7.1 |
| 3755 | 2025-08-01T15:24:53.794Z | Compiling cargo_metadata v0.18.1 |
| 3756 | 2025-08-01T15:24:53.870Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3757 | 2025-08-01T15:24:53.870Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3758 | 2025-08-01T15:24:53.968Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3759 | 2025-08-01T15:24:54.233Z | Checking parse-size v1.1.0 |
| 3760 | 2025-08-01T15:24:54.337Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3761 | 2025-08-01T15:24:54.364Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3762 | 2025-08-01T15:24:54.391Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3763 | 2025-08-01T15:24:54.391Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3764 | 2025-08-01T15:24:54.436Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3765 | 2025-08-01T15:24:54.588Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3766 | 2025-08-01T15:24:55.225Z | Checking rustls-pemfile v1.0.4 |
| 3767 | 2025-08-01T15:24:55.304Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3768 | 2025-08-01T15:24:55.459Z | Checking twox-hash v2.1.0 |
| 3769 | 2025-08-01T15:24:55.520Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3770 | 2025-08-01T15:24:55.982Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3771 | 2025-08-01T15:24:56.044Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3772 | 2025-08-01T15:24:56.293Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3773 | 2025-08-01T15:24:56.803Z | Checking tokio-rustls v0.24.1 |
| 3774 | 2025-08-01T15:24:57.123Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3775 | 2025-08-01T15:24:57.181Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3776 | 2025-08-01T15:24:57.453Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3777 | 2025-08-01T15:24:57.489Z | Checking fatfs v0.3.6 |
| 3778 | 2025-08-01T15:24:57.684Z | Checking assert_matches v1.5.0 |
| 3779 | 2025-08-01T15:25:04.148Z | Compiling git2 v0.19.0 |
| 3780 | 2025-08-01T15:25:09.554Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3781 | 2025-08-01T15:26:42.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
| 3782 | 2025-08-01T15:26:42.318Z | |
| 3783 | 2025-08-01T15:26:42.318Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
| 3784 | 2025-08-01T15:26:43.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2025-08-01T15:26:43.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2025-08-01T15:26:43.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2025-08-01T15:26:43.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3788 | 2025-08-01T15:26:43.398Z | |
| 3789 | 2025-08-01T15:26:43.398Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
| 3790 | 2025-08-01T15:26:44.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2025-08-01T15:26:44.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2025-08-01T15:26:44.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2025-08-01T15:26:44.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3794 | 2025-08-01T15:26:44.564Z | |
| 3795 | 2025-08-01T15:26:44.564Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
| 3796 | 2025-08-01T15:26:45.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2025-08-01T15:26:45.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2025-08-01T15:26:45.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2025-08-01T15:26:45.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3800 | 2025-08-01T15:26:45.791Z | |
| 3801 | 2025-08-01T15:26:45.791Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
| 3802 | 2025-08-01T15:26:46.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-08-01T15:26:46.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-08-01T15:26:46.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2025-08-01T15:26:46.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3806 | 2025-08-01T15:26:47.087Z | |
| 3807 | 2025-08-01T15:26:47.087Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
| 3808 | 2025-08-01T15:26:48.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2025-08-01T15:26:48.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2025-08-01T15:26:48.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2025-08-01T15:26:48.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3812 | 2025-08-01T15:26:48.241Z | |
| 3813 | 2025-08-01T15:26:48.241Z | info: running `cargo check --bins` on nexus-networking (187/221) |
| 3814 | 2025-08-01T15:26:49.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2025-08-01T15:26:49.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2025-08-01T15:26:49.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2025-08-01T15:26:49.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3818 | 2025-08-01T15:26:49.430Z | |
| 3819 | 2025-08-01T15:26:49.430Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
| 3820 | 2025-08-01T15:26:50.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2025-08-01T15:26:50.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2025-08-01T15:26:50.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2025-08-01T15:26:50.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3824 | 2025-08-01T15:26:50.676Z | |
| 3825 | 2025-08-01T15:26:50.676Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
| 3826 | 2025-08-01T15:26:51.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2025-08-01T15:26:51.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2025-08-01T15:26:51.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2025-08-01T15:26:51.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3830 | 2025-08-01T15:26:51.884Z | |
| 3831 | 2025-08-01T15:26:51.884Z | info: running `cargo check --bins` on update-common (190/221) |
| 3832 | 2025-08-01T15:26:52.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-08-01T15:26:52.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-08-01T15:26:52.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2025-08-01T15:26:52.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3836 | 2025-08-01T15:26:52.979Z | |
| 3837 | 2025-08-01T15:26:52.979Z | info: running `cargo check --bins` on omicron-dev (191/221) |
| 3838 | 2025-08-01T15:26:54.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2025-08-01T15:26:54.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2025-08-01T15:26:54.541Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3841 | 2025-08-01T15:26:54.541Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3842 | 2025-08-01T15:26:54.611Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3843 | 2025-08-01T15:26:54.637Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3844 | 2025-08-01T15:26:54.671Z | Checking yansi v1.0.1 |
| 3845 | 2025-08-01T15:26:54.698Z | Checking diff v0.1.13 |
| 3846 | 2025-08-01T15:26:54.698Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3847 | 2025-08-01T15:26:54.698Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3848 | 2025-08-01T15:26:55.201Z | Checking pretty_assertions v1.4.1 |
| 3849 | 2025-08-01T15:26:55.344Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3850 | 2025-08-01T15:26:56.436Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3851 | 2025-08-01T15:27:45.765Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3852 | 2025-08-01T15:27:45.792Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3853 | 2025-08-01T15:27:45.792Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3854 | 2025-08-01T15:27:45.792Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3855 | 2025-08-01T15:27:45.792Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3856 | 2025-08-01T15:27:45.792Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3857 | 2025-08-01T15:27:46.591Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3858 | 2025-08-01T15:27:47.069Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3859 | 2025-08-01T15:27:48.833Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3860 | 2025-08-01T15:29:17.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 3861 | 2025-08-01T15:29:18.216Z | |
| 3862 | 2025-08-01T15:29:18.216Z | info: running `cargo check --bins` on openapi-manager (192/221) |
| 3863 | 2025-08-01T15:29:19.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2025-08-01T15:29:19.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2025-08-01T15:29:19.504Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3866 | 2025-08-01T15:29:19.504Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3867 | 2025-08-01T15:29:19.531Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3868 | 2025-08-01T15:29:19.531Z | Checking heck v0.4.1 |
| 3869 | 2025-08-01T15:29:19.531Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3870 | 2025-08-01T15:29:19.841Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3871 | 2025-08-01T15:29:19.911Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3872 | 2025-08-01T15:29:21.080Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3873 | 2025-08-01T15:29:24.362Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3874 | 2025-08-01T15:29:26.629Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3875 | 2025-08-01T15:29:27.778Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3876 | 2025-08-01T15:29:29.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s |
| 3877 | 2025-08-01T15:29:30.154Z | |
| 3878 | 2025-08-01T15:29:30.154Z | info: running `cargo check --bins` on installinator-api (193/221) |
| 3879 | 2025-08-01T15:29:31.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2025-08-01T15:29:31.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2025-08-01T15:29:31.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2025-08-01T15:29:31.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3883 | 2025-08-01T15:29:31.430Z | |
| 3884 | 2025-08-01T15:29:31.430Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
| 3885 | 2025-08-01T15:29:32.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2025-08-01T15:29:32.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2025-08-01T15:29:32.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2025-08-01T15:29:32.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3889 | 2025-08-01T15:29:32.563Z | |
| 3890 | 2025-08-01T15:29:32.563Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
| 3891 | 2025-08-01T15:29:33.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2025-08-01T15:29:33.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2025-08-01T15:29:33.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3894 | 2025-08-01T15:29:33.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3895 | 2025-08-01T15:29:33.712Z | |
| 3896 | 2025-08-01T15:29:33.712Z | info: running `cargo check --bins` on wicketd-api (196/221) |
| 3897 | 2025-08-01T15:29:34.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2025-08-01T15:29:34.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2025-08-01T15:29:34.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2025-08-01T15:29:34.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3901 | 2025-08-01T15:29:34.892Z | |
| 3902 | 2025-08-01T15:29:34.892Z | info: running `cargo check --bins` on omicron-pins (197/221) |
| 3903 | 2025-08-01T15:29:35.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2025-08-01T15:29:35.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2025-08-01T15:29:35.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2025-08-01T15:29:35.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3907 | 2025-08-01T15:29:35.996Z | |
| 3908 | 2025-08-01T15:29:35.996Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
| 3909 | 2025-08-01T15:29:37.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2025-08-01T15:29:37.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2025-08-01T15:29:37.392Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3912 | 2025-08-01T15:29:37.419Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3913 | 2025-08-01T15:29:37.455Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3914 | 2025-08-01T15:29:37.483Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3915 | 2025-08-01T15:29:37.509Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3916 | 2025-08-01T15:29:37.509Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3917 | 2025-08-01T15:29:37.553Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3918 | 2025-08-01T15:29:37.580Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3919 | 2025-08-01T15:29:37.763Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3920 | 2025-08-01T15:29:37.815Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3921 | 2025-08-01T15:29:37.847Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3922 | 2025-08-01T15:29:38.071Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3923 | 2025-08-01T15:29:38.100Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3924 | 2025-08-01T15:29:38.173Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3925 | 2025-08-01T15:29:38.593Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3926 | 2025-08-01T15:29:38.633Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3927 | 2025-08-01T15:29:38.895Z | Compiling petname v2.0.2 |
| 3928 | 2025-08-01T15:29:39.574Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3929 | 2025-08-01T15:29:39.818Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3930 | 2025-08-01T15:29:40.139Z | Checking sync-ptr v0.1.4 |
| 3931 | 2025-08-01T15:29:40.166Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3932 | 2025-08-01T15:29:40.195Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3933 | 2025-08-01T15:29:40.341Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
| 3934 | 2025-08-01T15:29:40.371Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3935 | 2025-08-01T15:29:41.019Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3936 | 2025-08-01T15:29:42.535Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3937 | 2025-08-01T15:29:44.330Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3938 | 2025-08-01T15:29:44.330Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3939 | 2025-08-01T15:30:02.473Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3940 | 2025-08-01T15:30:02.499Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3941 | 2025-08-01T15:30:03.873Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3942 | 2025-08-01T15:30:06.594Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3943 | 2025-08-01T15:30:10.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.73s |
| 3944 | 2025-08-01T15:30:11.044Z | |
| 3945 | 2025-08-01T15:30:11.044Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
| 3946 | 2025-08-01T15:30:12.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2025-08-01T15:30:12.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2025-08-01T15:30:12.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2025-08-01T15:30:12.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3950 | 2025-08-01T15:30:12.438Z | |
| 3951 | 2025-08-01T15:30:12.438Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
| 3952 | 2025-08-01T15:30:13.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2025-08-01T15:30:13.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2025-08-01T15:30:13.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2025-08-01T15:30:13.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3956 | 2025-08-01T15:30:13.568Z | |
| 3957 | 2025-08-01T15:30:13.568Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
| 3958 | 2025-08-01T15:30:14.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2025-08-01T15:30:14.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2025-08-01T15:30:15.009Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3961 | 2025-08-01T15:30:16.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s |
| 3962 | 2025-08-01T15:30:16.750Z | |
| 3963 | 2025-08-01T15:30:16.750Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
| 3964 | 2025-08-01T15:30:17.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3965 | 2025-08-01T15:30:17.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3966 | 2025-08-01T15:30:18.132Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3967 | 2025-08-01T15:30:18.617Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3968 | 2025-08-01T15:30:20.364Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3969 | 2025-08-01T15:30:21.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
| 3970 | 2025-08-01T15:30:21.570Z | |
| 3971 | 2025-08-01T15:30:21.571Z | info: running `cargo check --bins` on omicron-releng (203/221) |
| 3972 | 2025-08-01T15:30:22.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2025-08-01T15:30:22.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2025-08-01T15:30:22.822Z | Compiling blake3 v1.5.4 |
| 3975 | 2025-08-01T15:30:22.849Z | Checking memmap2 v0.9.5 |
| 3976 | 2025-08-01T15:30:22.849Z | Checking arrayref v0.3.9 |
| 3977 | 2025-08-01T15:30:22.849Z | Checking arrayvec v0.7.6 |
| 3978 | 2025-08-01T15:30:22.849Z | Checking constant_time_eq v0.3.1 |
| 3979 | 2025-08-01T15:30:22.876Z | Checking topological-sort v0.2.2 |
| 3980 | 2025-08-01T15:30:22.902Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3981 | 2025-08-01T15:30:22.902Z | Checking shell-words v1.1.0 |
| 3982 | 2025-08-01T15:30:24.377Z | Checking omicron-zone-package v0.12.2 |
| 3983 | 2025-08-01T15:30:26.185Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3984 | 2025-08-01T15:30:27.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 3985 | 2025-08-01T15:30:28.125Z | |
| 3986 | 2025-08-01T15:30:28.125Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
| 3987 | 2025-08-01T15:30:29.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2025-08-01T15:30:29.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2025-08-01T15:30:29.333Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3990 | 2025-08-01T15:30:29.754Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3991 | 2025-08-01T15:30:30.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 3992 | 2025-08-01T15:30:30.750Z | |
| 3993 | 2025-08-01T15:30:30.750Z | info: running `cargo check --bins` on xtask (205/221) |
| 3994 | 2025-08-01T15:30:31.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2025-08-01T15:30:31.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2025-08-01T15:30:31.596Z | Checking bitflags v2.9.1 |
| 3997 | 2025-08-01T15:30:31.596Z | Checking serde v1.0.219 |
| 3998 | 2025-08-01T15:30:31.622Z | Checking zerofrom v0.1.4 |
| 3999 | 2025-08-01T15:30:31.649Z | Checking hashbrown v0.15.4 |
| 4000 | 2025-08-01T15:30:31.649Z | Checking smallvec v1.15.1 |
| 4001 | 2025-08-01T15:30:31.686Z | Checking thiserror v1.0.69 |
| 4002 | 2025-08-01T15:30:31.712Z | Checking scroll v0.12.0 |
| 4003 | 2025-08-01T15:30:31.712Z | Checking num-traits v0.2.19 |
| 4004 | 2025-08-01T15:30:31.859Z | Checking percent-encoding v2.3.1 |
| 4005 | 2025-08-01T15:30:31.885Z | Checking yoke v0.7.4 |
| 4006 | 2025-08-01T15:30:31.912Z | Checking rustix v0.38.37 |
| 4007 | 2025-08-01T15:30:32.040Z | Checking log v0.4.27 |
| 4008 | 2025-08-01T15:30:32.106Z | Checking form_urlencoded v1.2.1 |
| 4009 | 2025-08-01T15:30:32.199Z | Checking zerocopy v0.7.35 |
| 4010 | 2025-08-01T15:30:32.226Z | Checking zerovec v0.10.4 |
| 4011 | 2025-08-01T15:30:32.340Z | Checking pest v2.7.14 |
| 4012 | 2025-08-01T15:30:32.367Z | Checking goblin v0.8.2 |
| 4013 | 2025-08-01T15:30:32.664Z | Checking indexmap v2.10.0 |
| 4014 | 2025-08-01T15:30:32.814Z | Checking terminal_size v0.4.0 |
| 4015 | 2025-08-01T15:30:33.003Z | Checking getrandom v0.3.1 |
| 4016 | 2025-08-01T15:30:33.107Z | Checking ordered-float v2.10.1 |
| 4017 | 2025-08-01T15:30:33.248Z | Checking thiserror v2.0.12 |
| 4018 | 2025-08-01T15:30:33.352Z | Checking syn v2.0.104 |
| 4019 | 2025-08-01T15:30:33.420Z | Checking rustix v1.0.7 |
| 4020 | 2025-08-01T15:30:33.595Z | Checking once_cell v1.21.3 |
| 4021 | 2025-08-01T15:30:33.723Z | Checking tinystr v0.7.6 |
| 4022 | 2025-08-01T15:30:33.815Z | Checking icu_collections v1.5.0 |
| 4023 | 2025-08-01T15:30:33.924Z | Checking clap_builder v4.5.41 |
| 4024 | 2025-08-01T15:30:34.091Z | Checking icu_locid v1.5.0 |
| 4025 | 2025-08-01T15:30:34.507Z | Checking textwrap v0.16.2 |
| 4026 | 2025-08-01T15:30:34.639Z | Checking dtrace-parser v0.2.0 |
| 4027 | 2025-08-01T15:30:34.888Z | Checking tempfile v3.20.0 |
| 4028 | 2025-08-01T15:30:34.915Z | Checking fs-err v3.1.1 |
| 4029 | 2025-08-01T15:30:35.084Z | Checking icu_provider v1.5.0 |
| 4030 | 2025-08-01T15:30:35.139Z | Checking tabled v0.15.0 |
| 4031 | 2025-08-01T15:30:35.261Z | Checking anyhow v1.0.98 |
| 4032 | 2025-08-01T15:30:35.288Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4033 | 2025-08-01T15:30:35.735Z | Checking icu_locid_transform v1.5.0 |
| 4034 | 2025-08-01T15:30:35.852Z | Checking toml_datetime v0.6.11 |
| 4035 | 2025-08-01T15:30:35.852Z | Checking serde_spanned v0.6.9 |
| 4036 | 2025-08-01T15:30:35.878Z | Checking serde_json v1.0.141 |
| 4037 | 2025-08-01T15:30:36.121Z | Checking erased-serde v0.4.6 |
| 4038 | 2025-08-01T15:30:36.203Z | Checking toml_edit v0.22.27 |
| 4039 | 2025-08-01T15:30:36.685Z | Checking icu_properties v1.5.1 |
| 4040 | 2025-08-01T15:30:36.877Z | Checking semver v1.0.26 |
| 4041 | 2025-08-01T15:30:36.934Z | Checking serde-value v0.7.0 |
| 4042 | 2025-08-01T15:30:36.997Z | Checking serde-untagged v0.1.7 |
| 4043 | 2025-08-01T15:30:37.295Z | Checking dof v0.3.0 |
| 4044 | 2025-08-01T15:30:37.321Z | Checking camino v1.1.10 |
| 4045 | 2025-08-01T15:30:37.348Z | Checking cargo-platform v0.2.0 |
| 4046 | 2025-08-01T15:30:37.375Z | Checking clap v4.5.41 |
| 4047 | 2025-08-01T15:30:37.507Z | Checking macaddr v1.0.1 |
| 4048 | 2025-08-01T15:30:37.876Z | Checking camino-tempfile v1.4.1 |
| 4049 | 2025-08-01T15:30:37.936Z | Checking usdt-impl v0.5.0 |
| 4050 | 2025-08-01T15:30:38.466Z | Checking usdt v0.5.0 |
| 4051 | 2025-08-01T15:30:38.725Z | Checking toml v0.8.23 |
| 4052 | 2025-08-01T15:30:39.401Z | Checking cargo_toml v0.21.0 |
| 4053 | 2025-08-01T15:30:39.856Z | Checking icu_normalizer v1.5.0 |
| 4054 | 2025-08-01T15:30:40.655Z | Checking idna_adapter v1.2.0 |
| 4055 | 2025-08-01T15:30:40.886Z | Checking idna v1.0.3 |
| 4056 | 2025-08-01T15:30:41.367Z | Checking url v2.5.4 |
| 4057 | 2025-08-01T15:30:42.162Z | Checking cargo-util-schemas v0.8.2 |
| 4058 | 2025-08-01T15:30:43.903Z | Checking cargo_metadata v0.21.0 |
| 4059 | 2025-08-01T15:30:45.474Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4060 | 2025-08-01T15:30:46.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s |
| 4061 | 2025-08-01T15:30:46.622Z | |
| 4062 | 2025-08-01T15:30:46.622Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
| 4063 | 2025-08-01T15:30:47.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2025-08-01T15:30:47.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2025-08-01T15:30:48.136Z | Checking polyval v0.6.2 |
| 4066 | 2025-08-01T15:30:48.163Z | Checking ctr v0.9.2 |
| 4067 | 2025-08-01T15:30:48.204Z | Checking ssh-encoding v0.2.0 |
| 4068 | 2025-08-01T15:30:48.204Z | Checking blowfish v0.9.1 |
| 4069 | 2025-08-01T15:30:48.255Z | Checking password-hash v0.4.2 |
| 4070 | 2025-08-01T15:30:48.284Z | Checking p521 v0.13.3 |
| 4071 | 2025-08-01T15:30:48.311Z | Checking p256 v0.13.2 |
| 4072 | 2025-08-01T15:30:48.340Z | Checking russh-cryptovec v0.7.3 |
| 4073 | 2025-08-01T15:30:48.463Z | Checking ghash v0.5.1 |
| 4074 | 2025-08-01T15:30:48.506Z | Checking bcrypt-pbkdf v0.10.0 |
| 4075 | 2025-08-01T15:30:48.533Z | Checking md5 v0.7.0 |
| 4076 | 2025-08-01T15:30:48.589Z | Checking num-bigint v0.4.6 |
| 4077 | 2025-08-01T15:30:48.616Z | Checking des v0.8.1 |
| 4078 | 2025-08-01T15:30:48.677Z | Checking aes-gcm v0.10.3 |
| 4079 | 2025-08-01T15:30:48.706Z | Checking pbkdf2 v0.11.0 |
| 4080 | 2025-08-01T15:30:48.798Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4081 | 2025-08-01T15:30:48.842Z | Checking hex-literal v0.4.1 |
| 4082 | 2025-08-01T15:30:48.912Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4083 | 2025-08-01T15:30:48.939Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4084 | 2025-08-01T15:30:48.939Z | Checking ssh-cipher v0.2.0 |
| 4085 | 2025-08-01T15:30:49.011Z | Checking internet-checksum v0.2.1 |
| 4086 | 2025-08-01T15:30:49.274Z | Checking ssh-key v0.6.6 |
| 4087 | 2025-08-01T15:30:49.550Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4088 | 2025-08-01T15:30:50.829Z | Checking russh-keys v0.45.0 |
| 4089 | 2025-08-01T15:30:52.130Z | Checking russh v0.45.0 |
| 4090 | 2025-08-01T15:31:26.131Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4091 | 2025-08-01T15:31:28.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.94s |
| 4092 | 2025-08-01T15:31:28.847Z | |
| 4093 | 2025-08-01T15:31:28.847Z | info: running `cargo check --bins` on gateway-cli (207/221) |
| 4094 | 2025-08-01T15:31:29.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2025-08-01T15:31:29.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2025-08-01T15:31:30.138Z | Checking termios v0.3.3 |
| 4097 | 2025-08-01T15:31:30.391Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4098 | 2025-08-01T15:31:31.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s |
| 4099 | 2025-08-01T15:31:31.834Z | |
| 4100 | 2025-08-01T15:31:31.834Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
| 4101 | 2025-08-01T15:31:32.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4102 | 2025-08-01T15:31:32.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4103 | 2025-08-01T15:31:33.126Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4104 | 2025-08-01T15:31:33.126Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4105 | 2025-08-01T15:31:34.222Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4106 | 2025-08-01T15:31:36.786Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4107 | 2025-08-01T15:31:39.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s |
| 4108 | 2025-08-01T15:31:40.019Z | |
| 4109 | 2025-08-01T15:31:40.019Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
| 4110 | 2025-08-01T15:31:40.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2025-08-01T15:31:40.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2025-08-01T15:31:41.111Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4113 | 2025-08-01T15:31:41.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 4114 | 2025-08-01T15:31:41.870Z | |
| 4115 | 2025-08-01T15:31:41.870Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
| 4116 | 2025-08-01T15:31:42.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2025-08-01T15:31:42.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2025-08-01T15:31:42.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2025-08-01T15:31:42.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4120 | 2025-08-01T15:31:42.915Z | |
| 4121 | 2025-08-01T15:31:42.915Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
| 4122 | 2025-08-01T15:31:43.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2025-08-01T15:31:43.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2025-08-01T15:31:43.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2025-08-01T15:31:43.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 4126 | 2025-08-01T15:31:43.962Z | |
| 4127 | 2025-08-01T15:31:43.962Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
| 4128 | 2025-08-01T15:31:45.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2025-08-01T15:31:45.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2025-08-01T15:31:45.307Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4131 | 2025-08-01T15:31:46.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 4132 | 2025-08-01T15:31:46.329Z | |
| 4133 | 2025-08-01T15:31:46.329Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
| 4134 | 2025-08-01T15:31:47.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2025-08-01T15:31:47.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2025-08-01T15:31:47.479Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4137 | 2025-08-01T15:31:47.479Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4138 | 2025-08-01T15:31:47.770Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4139 | 2025-08-01T15:31:49.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
| 4140 | 2025-08-01T15:31:49.328Z | |
| 4141 | 2025-08-01T15:31:49.328Z | info: running `cargo check --bins` on omicron-package (214/221) |
| 4142 | 2025-08-01T15:31:50.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2025-08-01T15:31:50.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2025-08-01T15:31:50.569Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4145 | 2025-08-01T15:31:52.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4146 | 2025-08-01T15:31:52.595Z | |
| 4147 | 2025-08-01T15:31:52.595Z | info: running `cargo check --bins` on trust-quorum (215/221) |
| 4148 | 2025-08-01T15:31:53.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4149 | 2025-08-01T15:31:53.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4150 | 2025-08-01T15:31:53.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4151 | 2025-08-01T15:31:53.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4152 | 2025-08-01T15:31:53.729Z | |
| 4153 | 2025-08-01T15:31:53.729Z | info: running `cargo check --bins` on gfss (216/221) |
| 4154 | 2025-08-01T15:31:54.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4155 | 2025-08-01T15:31:54.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4156 | 2025-08-01T15:31:54.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4157 | 2025-08-01T15:31:54.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 4158 | 2025-08-01T15:31:54.812Z | |
| 4159 | 2025-08-01T15:31:54.812Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
| 4160 | 2025-08-01T15:31:55.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4161 | 2025-08-01T15:31:55.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4162 | 2025-08-01T15:31:56.123Z | Checking rtoolbox v0.0.2 |
| 4163 | 2025-08-01T15:31:56.124Z | Checking tui-tree-widget v0.23.1 |
| 4164 | 2025-08-01T15:31:56.151Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4165 | 2025-08-01T15:31:56.342Z | Checking rpassword v7.4.0 |
| 4166 | 2025-08-01T15:32:03.098Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4167 | 2025-08-01T15:32:07.395Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4168 | 2025-08-01T15:32:09.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
| 4169 | 2025-08-01T15:32:09.297Z | |
| 4170 | 2025-08-01T15:32:09.297Z | info: running `cargo check --bins` on wicket (218/221) |
| 4171 | 2025-08-01T15:32:10.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4172 | 2025-08-01T15:32:10.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4173 | 2025-08-01T15:32:10.461Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4174 | 2025-08-01T15:32:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4175 | 2025-08-01T15:32:11.143Z | |
| 4176 | 2025-08-01T15:32:11.143Z | info: running `cargo check --bins` on wicketd (219/221) |
| 4177 | 2025-08-01T15:32:12.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4178 | 2025-08-01T15:32:12.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4179 | 2025-08-01T15:32:12.383Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4180 | 2025-08-01T15:32:18.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s |
| 4181 | 2025-08-01T15:32:18.221Z | |
| 4182 | 2025-08-01T15:32:18.221Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
| 4183 | 2025-08-01T15:32:19.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2025-08-01T15:32:19.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2025-08-01T15:32:19.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4186 | 2025-08-01T15:32:19.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4187 | 2025-08-01T15:32:19.265Z | |
| 4188 | 2025-08-01T15:32:19.265Z | info: running `cargo check --bins` on zone-setup (221/221) |
| 4189 | 2025-08-01T15:32:20.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2025-08-01T15:32:20.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2025-08-01T15:32:20.417Z | Checking uzers v0.12.1 |
| 4192 | 2025-08-01T15:32:20.779Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4193 | 2025-08-01T15:32:22.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s |
| 4194 | 2025-08-01T15:32:22.414Z | |
| 4195 | 2025-08-01T15:32:22.414Z | real 21:06.746399967 |
| 4196 | 2025-08-01T15:32:22.414Z | user 34:33.913394503 |
| 4197 | 2025-08-01T15:32:22.414Z | sys 6:10.608189114 |
| 4198 | 2025-08-01T15:32:22.414Z | trap 0.917833208 |
| 4199 | 2025-08-01T15:32:22.414Z | tflt 0.412804330 |
| 4200 | 2025-08-01T15:32:22.414Z | dflt 2.326959632 |
| 4201 | 2025-08-01T15:32:22.441Z | kflt 0.002133907 |
| 4202 | 2025-08-01T15:32:22.441Z | lock 1:28:31.502256078 |
| 4203 | 2025-08-01T15:32:22.441Z | slp 3:04:30.696233176 |
| 4204 | 2025-08-01T15:32:22.441Z | lat 1:30.559106711 |
| 4205 | 2025-08-01T15:32:22.441Z | stop 4:24.696620850 |
| 4206 | 2025-08-01T15:32:22.441Z | process exited: duration 1590163 ms, exit code 0 |
| |
| 4207 | 2025-08-01T15:32:22.496Z | found 0 output files |