|
|
|
| 1 | 2025-03-03T04:03:01.003Z | job assigned to worker 01JND2Q1WH0KYSAC8X3P0XVH1R [factory gimlet-EVT22200007-propolis, EVT22200007/21111] (queued for 28 s) |
| |
| 2 | 2025-03-03T04:03:09.181Z | starting task 0: "setup" |
| 3 | 2025-03-03T04:03:09.206Z | ++ uname -s |
| 4 | 2025-03-03T04:03:09.206Z | + kern=SunOS |
| 5 | 2025-03-03T04:03:09.206Z | + build_user=build |
| 6 | 2025-03-03T04:03:09.207Z | + build_uid=12345 |
| 7 | 2025-03-03T04:03:09.207Z | + work_dir=/work |
| 8 | 2025-03-03T04:03:09.207Z | + input_dir=/input |
| 9 | 2025-03-03T04:03:09.207Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T04:03:09.207Z | + case "$kern" in |
| 11 | 2025-03-03T04:03:09.207Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T04:03:09.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T04:03:11.207Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T04:03:11.242Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T04:03:11.268Z | + home_fs=zfs |
| 16 | 2025-03-03T04:03:11.268Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T04:03:11.268Z | + mkdir -p /home/build |
| 18 | 2025-03-03T04:03:11.268Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T04:03:13.252Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T04:03:13.276Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2025-03-03T04:03:13.326Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T04:03:13.350Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T04:03:13.350Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-03T04:03:13.350Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-03-03T04:03:13.350Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-03-03T04:03:13.351Z | * rust toolchain channel = "1.85.0" |
| 27 | 2025-03-03T04:03:13.351Z | * rust toolchain profile = "default" |
| 28 | 2025-03-03T04:03:13.351Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T04:03:13.351Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T04:03:13.466Z | info: downloading installer |
| 31 | 2025-03-03T04:03:13.837Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T04:03:13.837Z | warning: /opt/ooce/bin |
| 33 | 2025-03-03T04:03:13.837Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T04:03:13.837Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-03-03T04:03:13.837Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T04:03:13.837Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T04:03:13.837Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T04:03:13.838Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T04:03:13.838Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T04:03:13.862Z | info: profile set to 'default' |
| 41 | 2025-03-03T04:03:13.862Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T04:03:13.862Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T04:03:13.972Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T04:03:13.972Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T04:03:14.101Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T04:03:14.162Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T04:03:14.483Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T04:03:14.999Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T04:03:17.072Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T04:03:17.142Z | info: installing component 'cargo' |
| 51 | 2025-03-03T04:03:18.239Z | info: installing component 'clippy' |
| 52 | 2025-03-03T04:03:18.705Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T04:03:21.643Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T04:03:23.813Z | info: installing component 'rustc' |
| 55 | 2025-03-03T04:03:31.138Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T04:03:31.514Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T04:03:31.514Z | |
| 58 | 2025-03-03T04:03:31.662Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T04:03:31.662Z | |
| 60 | 2025-03-03T04:03:31.662Z | |
| 61 | 2025-03-03T04:03:31.662Z | Rust is installed now. Great! |
| 62 | 2025-03-03T04:03:31.662Z | |
| 63 | 2025-03-03T04:03:31.662Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T04:03:31.662Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T04:03:31.663Z | |
| 66 | 2025-03-03T04:03:31.688Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T04:03:31.688Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T04:03:31.688Z | |
| 69 | 2025-03-03T04:03:31.688Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T04:03:31.688Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T04:03:31.688Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T04:03:31.752Z | + rustup --version |
| 73 | 2025-03-03T04:03:31.777Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-03-03T04:03:31.777Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-03-03T04:03:31.887Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-03-03T04:03:31.913Z | + cargo --version |
| 77 | 2025-03-03T04:03:31.998Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-03-03T04:03:32.023Z | + rustc --version |
| 79 | 2025-03-03T04:03:32.133Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-03-03T04:03:32.159Z | process exited: duration 18812 ms, exit code 0 |
| |
| 81 | 2025-03-03T04:03:32.210Z | starting task 2: "authentication" |
| 82 | 2025-03-03T04:03:32.273Z | process exited: duration 63 ms, exit code 0 |
| |
| 83 | 2025-03-03T04:03:32.323Z | starting task 3: "clone repository" |
| 84 | 2025-03-03T04:03:32.348Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-03-03T04:03:32.348Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-03-03T04:03:32.373Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-03-03T04:03:40.212Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-03-03T04:03:40.212Z | + git fetch origin 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 |
| 89 | 2025-03-03T04:03:40.639Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-03-03T04:03:40.639Z | * branch 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 -> FETCH_HEAD |
| 91 | 2025-03-03T04:03:40.665Z | + [[ -n renovate/cargo_metadata-0.x ]] |
| 92 | 2025-03-03T04:03:40.665Z | ++ git branch --show-current |
| 93 | 2025-03-03T04:03:40.665Z | + current=main |
| 94 | 2025-03-03T04:03:40.665Z | + [[ main != renovate/cargo_metadata-0.x ]] |
| 95 | 2025-03-03T04:03:40.665Z | + git branch -f renovate/cargo_metadata-0.x 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 |
| 96 | 2025-03-03T04:03:40.691Z | + git checkout -f renovate/cargo_metadata-0.x |
| 97 | 2025-03-03T04:03:40.916Z | Switched to branch 'renovate/cargo_metadata-0.x' |
| 98 | 2025-03-03T04:03:40.941Z | + git reset --hard 4d4c482c1911a9c5db8d3e7b06c51522f2b17884 |
| 99 | 2025-03-03T04:03:40.941Z | HEAD is now at 4d4c482c1 Update Rust crate cargo_metadata to 0.19.2 |
| 100 | 2025-03-03T04:03:40.941Z | process exited: duration 8617 ms, exit code 0 |
| |
| 101 | 2025-03-03T04:03:40.991Z | starting task 4: "build" |
| 102 | 2025-03-03T04:03:41.016Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-03-03T04:03:41.016Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-03-03T04:03:41.016Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-03-03T04:03:41.016Z | + cargo --version |
| 106 | 2025-03-03T04:03:41.066Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-03-03T04:03:41.091Z | + rustc --version |
| 108 | 2025-03-03T04:03:41.152Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-03-03T04:03:41.177Z | + source ./env.sh |
| 110 | 2025-03-03T04:03:41.177Z | ++ OLD_SHELL_OPTS=ehxB |
| 111 | 2025-03-03T04:03:41.177Z | ++ set -o xtrace |
| 112 | 2025-03-03T04:03:41.177Z | ++++ dirname ./env.sh |
| 113 | 2025-03-03T04:03:41.177Z | +++ readlink -f . |
| 114 | 2025-03-03T04:03:41.177Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 115 | 2025-03-03T04:03:41.177Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-03-03T04:03:41.177Z | ++ 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-03-03T04:03:41.178Z | ++ 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 |
| 118 | 2025-03-03T04:03:41.178Z | ++ 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-03-03T04:03:41.178Z | ++ 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 |
| 120 | 2025-03-03T04:03:41.178Z | ++ 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-03-03T04:03:41.178Z | ++ 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 |
| 122 | 2025-03-03T04:03:41.178Z | ++ 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-03-03T04:03:41.178Z | ++ case $OLD_SHELL_OPTS in |
| 124 | 2025-03-03T04:03:41.178Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 125 | 2025-03-03T04:03:41.178Z | + 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 |
| 126 | 2025-03-03T04:03:41.179Z | + 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-03-03T04:03:41.179Z | + banner prerequisites |
| 128 | 2025-03-03T04:03:41.179Z | |
| 129 | 2025-03-03T04:03:41.179Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 130 | 2025-03-03T04:03:41.179Z | # # # # # # # # # # # # # # # |
| 131 | 2025-03-03T04:03:41.179Z | # # # # ##### # # ##### # # # # # #### # |
| 132 | 2025-03-03T04:03:41.179Z | ##### ##### # ##### # # # # # # # # # |
| 133 | 2025-03-03T04:03:41.179Z | # # # # # # # # # # # # # # # |
| 134 | 2025-03-03T04:03:41.179Z | # # # ###### # # ###### ### # #### # #### # |
| 135 | 2025-03-03T04:03:41.179Z | |
| 136 | 2025-03-03T04:03:41.179Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 137 | 2025-03-03T04:03:42.547Z | pkg list: illegal option -- F |
| 138 | 2025-03-03T04:03:42.547Z | Usage: |
| 139 | 2025-03-03T04:03:42.547Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 140 | 2025-03-03T04:03:42.547Z | [pkg_fmri_pattern ...] |
| 141 | 2025-03-03T04:03:43.565Z | pkg list: illegal option -- F |
| 142 | 2025-03-03T04:03:43.565Z | Usage: |
| 143 | 2025-03-03T04:03:43.565Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 144 | 2025-03-03T04:03:43.565Z | [pkg_fmri_pattern ...] |
| 145 | 2025-03-03T04:03:59.396Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 146 | 2025-03-03T04:04:04.633Z | Startup: Caching catalogs ... Done |
| 147 | 2025-03-03T04:04:20.666Z | Planning: Solver setup ... Done (15.016s) |
| 148 | 2025-03-03T04:04:20.849Z | Planning: Running solver ... Done (0.183s) |
| 149 | 2025-03-03T04:04:20.967Z | Planning: Finding local manifests ... Done (0.003s) |
| 150 | 2025-03-03T04:04:21.047Z | Planning: Fetching manifests: 0/7 0% complete |
| 151 | 2025-03-03T04:04:21.533Z | Planning: Fetching manifests: 7/7 100% complete |
| 152 | 2025-03-03T04:04:21.663Z | Planning: Package planning ... Done (0.129s) |
| 153 | 2025-03-03T04:04:21.729Z | Planning: Merging actions ... Done (0.066s) |
| 154 | 2025-03-03T04:04:21.948Z | Planning: Checking for conflicting actions ... Done (0.220s) |
| 155 | 2025-03-03T04:04:23.000Z | Planning: Consolidating action changes ... Done (1.051s) |
| 156 | 2025-03-03T04:04:23.395Z | Planning: Evaluating mediators ... Done (0.395s) |
| 157 | 2025-03-03T04:04:23.489Z | Planning: Planning completed in 18.87 seconds |
| 158 | 2025-03-03T04:04:23.515Z | Packages to install: 4 |
| 159 | 2025-03-03T04:04:23.515Z | Packages to update: 3 |
| 160 | 2025-03-03T04:04:23.515Z | Mediators to change: 2 |
| 161 | 2025-03-03T04:04:23.515Z | Services to change: 1 |
| 162 | 2025-03-03T04:04:23.516Z | Estimated space available: 155.13 GB |
| 163 | 2025-03-03T04:04:23.516Z | Estimated space to be consumed: 1.66 GB |
| 164 | 2025-03-03T04:04:23.516Z | Create boot environment: No |
| 165 | 2025-03-03T04:04:23.516Z | Create backup boot environment: Yes |
| 166 | 2025-03-03T04:04:23.516Z | Rebuild boot archive: No |
| 167 | 2025-03-03T04:04:23.516Z | |
| 168 | 2025-03-03T04:04:23.516Z | Changed mediators: |
| 169 | 2025-03-03T04:04:23.516Z | mediator clang: |
| 170 | 2025-03-03T04:04:23.516Z | version: None -> 15 (system default) |
| 171 | 2025-03-03T04:04:23.516Z | |
| 172 | 2025-03-03T04:04:23.517Z | mediator llvm: |
| 173 | 2025-03-03T04:04:23.517Z | version: 14 (system default) -> 15 (system default) |
| 174 | 2025-03-03T04:04:23.517Z | |
| 175 | 2025-03-03T04:04:23.517Z | Changed packages: |
| 176 | 2025-03-03T04:04:23.517Z | helios-dev |
| 177 | 2025-03-03T04:04:23.517Z | developer/build-essential |
| 178 | 2025-03-03T04:04:23.517Z | None -> 11-2.0 |
| 179 | 2025-03-03T04:04:23.517Z | library/libxmlsec1 |
| 180 | 2025-03-03T04:04:23.517Z | None -> 1.2.35-2.0 |
| 181 | 2025-03-03T04:04:23.517Z | ooce/developer/clang-15 |
| 182 | 2025-03-03T04:04:23.517Z | None -> 15.0.7-2.0 |
| 183 | 2025-03-03T04:04:23.517Z | ooce/developer/llvm-15 |
| 184 | 2025-03-03T04:04:23.517Z | None -> 15.0.7-2.0 |
| 185 | 2025-03-03T04:04:23.517Z | package/pkg |
| 186 | 2025-03-03T04:04:23.517Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 187 | 2025-03-03T04:04:23.517Z | system/library/g++-runtime |
| 188 | 2025-03-03T04:04:23.517Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-03-03T04:04:23.517Z | system/library/gcc-runtime |
| 190 | 2025-03-03T04:04:23.517Z | 13-2.0 -> 14-2.0 |
| 191 | 2025-03-03T04:04:23.517Z | |
| 192 | 2025-03-03T04:04:23.517Z | Services: |
| 193 | 2025-03-03T04:04:23.517Z | restart_fmri: |
| 194 | 2025-03-03T04:04:23.517Z | svc:/system/update-man-index:default |
| 195 | 2025-03-03T04:04:23.517Z | |
| 196 | 2025-03-03T04:04:23.517Z | Editable files to change: |
| 197 | 2025-03-03T04:04:23.517Z | Update: |
| 198 | 2025-03-03T04:04:23.517Z | usr/share/lib/pkg/web/config.shtml |
| 199 | 2025-03-03T04:04:23.576Z | |
| 200 | 2025-03-03T04:04:23.576Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 201 | 2025-03-03T04:04:28.582Z | Download: 811/4301 items 18.7/225.4MB 8% complete (3.9M/s) |
| 202 | 2025-03-03T04:04:33.581Z | Download: 1195/4301 items 69.1/225.4MB 30% complete (7.0M/s) |
| 203 | 2025-03-03T04:04:38.588Z | Download: 1198/4301 items 78.5/225.4MB 34% complete (6.0M/s) |
| 204 | 2025-03-03T04:04:43.592Z | Download: 1948/4301 items 118.7/225.4MB 52% complete (5.0M/s) |
| 205 | 2025-03-03T04:04:48.592Z | Download: 2409/4301 items 120.1/225.4MB 53% complete (4.2M/s) |
| 206 | 2025-03-03T04:04:53.592Z | Download: 3218/4301 items 156.4/225.4MB 69% complete (3.7M/s) |
| 207 | 2025-03-03T04:04:58.594Z | Download: 3248/4301 items 184.9/225.4MB 82% complete (6.4M/s) |
| 208 | 2025-03-03T04:05:03.596Z | Download: 3783/4301 items 217.3/225.4MB 96% complete (6.3M/s) |
| 209 | 2025-03-03T04:05:10.962Z | Download: 4299/4301 items 225.2/225.4MB 99% complete (4.1M/s) |
| 210 | 2025-03-03T04:05:11.060Z | Download: Completed 225.42 MB in 47.49 seconds (4.8M/s) |
| 211 | 2025-03-03T04:05:12.527Z | Actions: 1/5122 actions (Removing old actions) |
| 212 | 2025-03-03T04:05:12.552Z | Actions: 194/5122 actions (Installing new actions) |
| 213 | 2025-03-03T04:05:17.570Z | Actions: 3440/5122 actions (Installing new actions) |
| 214 | 2025-03-03T04:05:18.504Z | Actions: 4267/5122 actions (Updating modified actions) |
| 215 | 2025-03-03T04:05:18.926Z | Actions: Completed 5122 actions in 6.40 seconds. |
| 216 | 2025-03-03T04:05:19.520Z | Done (0.577s) |
| 217 | 2025-03-03T04:05:19.551Z | Done (0.002s) |
| 218 | 2025-03-03T04:05:20.252Z | Done (0.733s) |
| 219 | 2025-03-03T04:05:25.006Z | Done (4.560s) |
| 220 | 2025-03-03T04:05:25.092Z | Done (0.018s) |
| 221 | 2025-03-03T04:05:25.122Z | Done (0.000s) |
| 222 | 2025-03-03T04:05:25.253Z | Done (0.000s) |
| 223 | 2025-03-03T04:05:26.043Z | Planning: Evaluating mediator changes ... Done |
| 224 | 2025-03-03T04:05:26.223Z | Planning: Checking for conflicting actions ... Done |
| 225 | 2025-03-03T04:05:26.252Z | Planning: Consolidating action changes ... Done |
| 226 | 2025-03-03T04:05:26.555Z | Planning: Evaluating mediators ... Done |
| 227 | 2025-03-03T04:05:26.591Z | Planning: Planning completed in 0.53 seconds |
| 228 | 2025-03-03T04:05:26.622Z | Mediators to change: 2 |
| 229 | 2025-03-03T04:05:26.624Z | Create boot environment: No |
| 230 | 2025-03-03T04:05:26.624Z | Create backup boot environment: No |
| 231 | 2025-03-03T04:05:26.698Z | Done |
| 232 | 2025-03-03T04:05:26.699Z | Done |
| 233 | 2025-03-03T04:05:27.178Z | Done |
| 234 | 2025-03-03T04:05:31.451Z | Done |
| 235 | 2025-03-03T04:05:31.549Z | Done |
| 236 | 2025-03-03T04:05:31.549Z | Done |
| 237 | 2025-03-03T04:05:31.639Z | Done |
| 238 | 2025-03-03T04:05:32.358Z | Planning: Evaluating mediator changes ... Done |
| 239 | 2025-03-03T04:05:32.392Z | Planning: Merging actions ... Done |
| 240 | 2025-03-03T04:05:32.587Z | Planning: Checking for conflicting actions ... Done |
| 241 | 2025-03-03T04:05:32.618Z | Planning: Consolidating action changes ... Done |
| 242 | 2025-03-03T04:05:32.902Z | Planning: Evaluating mediators ... Done |
| 243 | 2025-03-03T04:05:32.969Z | Planning: Planning completed in 0.90 seconds |
| 244 | 2025-03-03T04:05:33.011Z | Packages to change: 1 |
| 245 | 2025-03-03T04:05:33.011Z | Mediators to change: 1 |
| 246 | 2025-03-03T04:05:33.011Z | Services to change: 1 |
| 247 | 2025-03-03T04:05:33.011Z | Create boot environment: No |
| 248 | 2025-03-03T04:05:33.011Z | Create backup boot environment: Yes |
| 249 | 2025-03-03T04:05:33.699Z | Actions: 1/6 actions (Updating modified actions) |
| 250 | 2025-03-03T04:05:33.728Z | Actions: Completed 6 actions in 0.00 seconds. |
| 251 | 2025-03-03T04:05:33.728Z | Done |
| 252 | 2025-03-03T04:05:33.728Z | Done |
| 253 | 2025-03-03T04:05:33.847Z | Done |
| 254 | 2025-03-03T04:05:38.196Z | Done |
| 255 | 2025-03-03T04:05:38.288Z | Done |
| 256 | 2025-03-03T04:05:38.313Z | Done |
| 257 | 2025-03-03T04:05:38.381Z | Done |
| 258 | 2025-03-03T04:05:38.899Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 259 | 2025-03-03T04:05:38.899Z | clang system 15 system |
| 260 | 2025-03-03T04:05:38.899Z | csh system system illumos |
| 261 | 2025-03-03T04:05:38.899Z | ctags system system illumos |
| 262 | 2025-03-03T04:05:38.899Z | gcc vendor 12 vendor |
| 263 | 2025-03-03T04:05:38.899Z | gcc system 10 system |
| 264 | 2025-03-03T04:05:38.899Z | gcc system 7 system |
| 265 | 2025-03-03T04:05:38.899Z | go system 1.20 system |
| 266 | 2025-03-03T04:05:38.899Z | go system 1.19 system |
| 267 | 2025-03-03T04:05:38.899Z | llvm system 15 system |
| 268 | 2025-03-03T04:05:38.899Z | llvm system 14 system |
| 269 | 2025-03-03T04:05:38.899Z | mariadb system 10.6 system |
| 270 | 2025-03-03T04:05:38.899Z | mta vendor vendor dma |
| 271 | 2025-03-03T04:05:38.899Z | openjdk system 17 system |
| 272 | 2025-03-03T04:05:38.899Z | openjdk system 11 system |
| 273 | 2025-03-03T04:05:38.899Z | openjdk system 1.8 system |
| 274 | 2025-03-03T04:05:38.899Z | openssl vendor 3 vendor |
| 275 | 2025-03-03T04:05:38.899Z | perl system 5.36 system |
| 276 | 2025-03-03T04:05:38.899Z | postgresql system 15 system |
| 277 | 2025-03-03T04:05:38.899Z | postgresql system 13 system |
| 278 | 2025-03-03T04:05:38.899Z | python vendor 3 vendor |
| 279 | 2025-03-03T04:05:38.899Z | python system 2 system |
| 280 | 2025-03-03T04:05:38.899Z | python3 system 3.11 system |
| 281 | 2025-03-03T04:05:38.900Z | ruby system 3.0 system |
| 282 | 2025-03-03T04:05:38.900Z | words vendor vendor american-english |
| 283 | 2025-03-03T04:05:38.900Z | words system system australian-english |
| 284 | 2025-03-03T04:05:38.900Z | words system system british-english |
| 285 | 2025-03-03T04:05:38.900Z | words system system canadian-english |
| 286 | 2025-03-03T04:05:38.900Z | words system system french |
| 287 | 2025-03-03T04:05:38.900Z | words system system italian |
| 288 | 2025-03-03T04:05:38.900Z | words system system ngerman |
| 289 | 2025-03-03T04:05:38.900Z | words system system ogerman |
| 290 | 2025-03-03T04:05:38.900Z | words system system spanish |
| 291 | 2025-03-03T04:05:39.311Z | PUBLISHER TYPE STATUS P LOCATION |
| 292 | 2025-03-03T04:05:39.312Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 293 | 2025-03-03T04:05:43.050Z | FMRI IFO |
| 294 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 295 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 296 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 297 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 298 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 299 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 300 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 301 | 2025-03-03T04:05:43.051Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 302 | 2025-03-03T04:05:43.052Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 303 | 2025-03-03T04:05:43.052Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 304 | 2025-03-03T04:05:43.052Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 305 | 2025-03-03T04:05:43.052Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 306 | 2025-03-03T04:05:43.052Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 307 | 2025-03-03T04:05:43.053Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 308 | 2025-03-03T04:05:43.053Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 309 | 2025-03-03T04:05:43.884Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 310 | 2025-03-03T04:05:44.317Z | Updating crates.io index |
| 311 | 2025-03-03T04:05:44.375Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 312 | 2025-03-03T04:05:45.029Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 313 | 2025-03-03T04:05:45.344Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 314 | 2025-03-03T04:05:45.671Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 315 | 2025-03-03T04:05:46.043Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 316 | 2025-03-03T04:05:47.063Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 317 | 2025-03-03T04:05:49.049Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 318 | 2025-03-03T04:05:49.789Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 319 | 2025-03-03T04:05:50.567Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 320 | 2025-03-03T04:05:50.939Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 321 | 2025-03-03T04:05:51.347Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 322 | 2025-03-03T04:05:52.125Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 323 | 2025-03-03T04:05:52.699Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 324 | 2025-03-03T04:05:53.092Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 325 | 2025-03-03T04:05:53.709Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 326 | 2025-03-03T04:05:54.117Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 327 | 2025-03-03T04:05:54.498Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 328 | 2025-03-03T04:05:54.823Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 329 | 2025-03-03T04:05:55.142Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 330 | 2025-03-03T04:05:55.542Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 331 | 2025-03-03T04:05:55.959Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 332 | 2025-03-03T04:05:56.341Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 333 | 2025-03-03T04:05:56.810Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 334 | 2025-03-03T04:05:57.244Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 335 | 2025-03-03T04:05:57.584Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 336 | 2025-03-03T04:05:58.259Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 337 | 2025-03-03T04:05:58.618Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 338 | 2025-03-03T04:05:59.080Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 339 | 2025-03-03T04:05:59.557Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 340 | 2025-03-03T04:05:59.914Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 341 | 2025-03-03T04:06:00.216Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 342 | 2025-03-03T04:06:00.561Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 343 | 2025-03-03T04:06:01.998Z | Downloading crates ... |
| 344 | 2025-03-03T04:06:02.060Z | Downloaded anstyle v1.0.10 |
| 345 | 2025-03-03T04:06:02.096Z | Downloaded equivalent v1.0.1 |
| 346 | 2025-03-03T04:06:02.096Z | Downloaded dtrace-parser v0.2.0 |
| 347 | 2025-03-03T04:06:02.096Z | Downloaded bytecount v0.6.8 |
| 348 | 2025-03-03T04:06:02.096Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2025-03-03T04:06:02.097Z | Downloaded io-lifetimes v1.0.11 |
| 350 | 2025-03-03T04:06:02.097Z | Downloaded utf8parse v0.2.2 |
| 351 | 2025-03-03T04:06:02.097Z | Downloaded generic-array v0.14.7 |
| 352 | 2025-03-03T04:06:02.097Z | Downloaded camino-tempfile v1.1.1 |
| 353 | 2025-03-03T04:06:02.097Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2025-03-03T04:06:02.097Z | Downloaded thiserror v2.0.11 |
| 355 | 2025-03-03T04:06:02.097Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2025-03-03T04:06:02.097Z | Downloaded serde_derive v1.0.218 |
| 357 | 2025-03-03T04:06:02.138Z | Downloaded usdt-attr-macro v0.5.0 |
| 358 | 2025-03-03T04:06:02.138Z | Downloaded toml_edit v0.22.24 |
| 359 | 2025-03-03T04:06:02.138Z | Downloaded pest v2.7.14 |
| 360 | 2025-03-03T04:06:02.166Z | Downloaded serde_json v1.0.139 |
| 361 | 2025-03-03T04:06:02.166Z | Downloaded tabled v0.15.0 |
| 362 | 2025-03-03T04:06:02.166Z | Downloaded zerocopy v0.7.35 |
| 363 | 2025-03-03T04:06:02.195Z | Downloaded winnow v0.7.3 |
| 364 | 2025-03-03T04:06:02.196Z | Downloaded syn v2.0.98 |
| 365 | 2025-03-03T04:06:02.227Z | Downloaded rustix v0.38.37 |
| 366 | 2025-03-03T04:06:02.228Z | Downloaded rustix v0.37.28 |
| 367 | 2025-03-03T04:06:02.256Z | Downloaded unicode-width v0.1.14 |
| 368 | 2025-03-03T04:06:02.256Z | Downloaded syn v1.0.109 |
| 369 | 2025-03-03T04:06:02.282Z | Downloaded thread-id v4.2.2 |
| 370 | 2025-03-03T04:06:02.282Z | Downloaded pest_meta v2.7.14 |
| 371 | 2025-03-03T04:06:02.282Z | Downloaded terminal_size v0.2.6 |
| 372 | 2025-03-03T04:06:02.282Z | Downloaded cargo_toml v0.21.0 |
| 373 | 2025-03-03T04:06:02.282Z | Downloaded proc-macro2 v1.0.93 |
| 374 | 2025-03-03T04:06:02.283Z | Downloaded libc v0.2.170 |
| 375 | 2025-03-03T04:06:02.308Z | Downloaded goblin v0.8.2 |
| 376 | 2025-03-03T04:06:02.308Z | Downloaded clap_builder v4.5.31 |
| 377 | 2025-03-03T04:06:02.337Z | Downloaded hashbrown v0.15.1 |
| 378 | 2025-03-03T04:06:02.337Z | Downloaded serde v1.0.218 |
| 379 | 2025-03-03T04:06:02.337Z | Downloaded ryu v1.0.18 |
| 380 | 2025-03-03T04:06:02.337Z | Downloaded memchr v2.7.4 |
| 381 | 2025-03-03T04:06:02.337Z | Downloaded indexmap v2.7.1 |
| 382 | 2025-03-03T04:06:02.337Z | Downloaded pest_derive v2.7.14 |
| 383 | 2025-03-03T04:06:02.337Z | Downloaded papergrid v0.11.0 |
| 384 | 2025-03-03T04:06:02.367Z | Downloaded version_check v0.9.5 |
| 385 | 2025-03-03T04:06:02.367Z | Downloaded unicode-ident v1.0.14 |
| 386 | 2025-03-03T04:06:02.367Z | Downloaded ucd-trie v0.1.7 |
| 387 | 2025-03-03T04:06:02.367Z | Downloaded typenum v1.17.0 |
| 388 | 2025-03-03T04:06:02.367Z | Downloaded toml v0.8.20 |
| 389 | 2025-03-03T04:06:02.367Z | Downloaded textwrap v0.16.1 |
| 390 | 2025-03-03T04:06:02.367Z | Downloaded smawk v0.3.2 |
| 391 | 2025-03-03T04:06:02.367Z | Downloaded quote v1.0.38 |
| 392 | 2025-03-03T04:06:02.367Z | Downloaded once_cell v1.20.3 |
| 393 | 2025-03-03T04:06:02.367Z | Downloaded clap_derive v4.5.28 |
| 394 | 2025-03-03T04:06:02.367Z | Downloaded clap v4.5.31 |
| 395 | 2025-03-03T04:06:02.423Z | Downloaded tempfile v3.13.0 |
| 396 | 2025-03-03T04:06:02.423Z | Downloaded swrite v0.1.0 |
| 397 | 2025-03-03T04:06:02.423Z | Downloaded sha2 v0.10.8 |
| 398 | 2025-03-03T04:06:02.423Z | Downloaded semver v1.0.25 |
| 399 | 2025-03-03T04:06:02.423Z | Downloaded proc-macro-error v1.0.4 |
| 400 | 2025-03-03T04:06:02.423Z | Downloaded memmap v0.7.0 |
| 401 | 2025-03-03T04:06:02.423Z | Downloaded log v0.4.22 |
| 402 | 2025-03-03T04:06:02.423Z | Downloaded heck v0.5.0 |
| 403 | 2025-03-03T04:06:02.424Z | Downloaded cargo_metadata v0.19.2 |
| 404 | 2025-03-03T04:06:02.424Z | Downloaded anstream v0.6.15 |
| 405 | 2025-03-03T04:06:02.424Z | Downloaded usdt v0.5.0 |
| 406 | 2025-03-03T04:06:02.424Z | Downloaded unicode-linebreak v0.1.5 |
| 407 | 2025-03-03T04:06:02.424Z | Downloaded toml_datetime v0.6.8 |
| 408 | 2025-03-03T04:06:02.424Z | Downloaded thiserror-impl v1.0.69 |
| 409 | 2025-03-03T04:06:02.424Z | Downloaded thiserror v1.0.69 |
| 410 | 2025-03-03T04:06:02.449Z | Downloaded terminal_size v0.4.0 |
| 411 | 2025-03-03T04:06:02.449Z | Downloaded tabled_derive v0.7.0 |
| 412 | 2025-03-03T04:06:02.449Z | Downloaded strsim v0.11.1 |
| 413 | 2025-03-03T04:06:02.449Z | Downloaded serde_tokenstream v0.2.2 |
| 414 | 2025-03-03T04:06:02.450Z | Downloaded scroll v0.12.0 |
| 415 | 2025-03-03T04:06:02.450Z | Downloaded proc-macro-error-attr v1.0.4 |
| 416 | 2025-03-03T04:06:02.450Z | Downloaded pest_generator v2.7.14 |
| 417 | 2025-03-03T04:06:02.450Z | Downloaded itoa v1.0.11 |
| 418 | 2025-03-03T04:06:02.450Z | Downloaded camino v1.1.9 |
| 419 | 2025-03-03T04:06:02.450Z | Downloaded thiserror-impl v2.0.11 |
| 420 | 2025-03-03T04:06:02.450Z | Downloaded serde_spanned v0.6.8 |
| 421 | 2025-03-03T04:06:02.450Z | Downloaded scroll_derive v0.12.0 |
| 422 | 2025-03-03T04:06:02.450Z | Downloaded plain v0.2.3 |
| 423 | 2025-03-03T04:06:02.450Z | Downloaded macaddr v1.0.1 |
| 424 | 2025-03-03T04:06:02.450Z | Downloaded fs-err v2.11.0 |
| 425 | 2025-03-03T04:06:02.450Z | Downloaded fnv v1.0.7 |
| 426 | 2025-03-03T04:06:02.450Z | Downloaded fastrand v2.1.1 |
| 427 | 2025-03-03T04:06:02.450Z | Downloaded byteorder v1.5.0 |
| 428 | 2025-03-03T04:06:02.451Z | Downloaded block-buffer v0.10.4 |
| 429 | 2025-03-03T04:06:02.451Z | Downloaded digest v0.10.7 |
| 430 | 2025-03-03T04:06:02.451Z | Downloaded clap_lex v0.7.4 |
| 431 | 2025-03-03T04:06:02.451Z | Downloaded cfg-if v1.0.0 |
| 432 | 2025-03-03T04:06:02.451Z | Downloaded cargo-platform v0.1.8 |
| 433 | 2025-03-03T04:06:02.451Z | Downloaded anstyle-parse v0.2.5 |
| 434 | 2025-03-03T04:06:02.451Z | Downloaded pretty-hex v0.4.1 |
| 435 | 2025-03-03T04:06:02.451Z | Downloaded is_terminal_polyfill v1.70.1 |
| 436 | 2025-03-03T04:06:02.451Z | Downloaded heck v0.4.1 |
| 437 | 2025-03-03T04:06:02.451Z | Downloaded errno v0.3.9 |
| 438 | 2025-03-03T04:06:02.451Z | Downloaded dof v0.3.0 |
| 439 | 2025-03-03T04:06:02.451Z | Downloaded crypto-common v0.1.6 |
| 440 | 2025-03-03T04:06:02.451Z | Downloaded cpufeatures v0.2.14 |
| 441 | 2025-03-03T04:06:02.451Z | Downloaded colorchoice v1.0.2 |
| 442 | 2025-03-03T04:06:02.451Z | Downloaded bitflags v2.6.0 |
| 443 | 2025-03-03T04:06:02.451Z | Downloaded bitflags v1.3.2 |
| 444 | 2025-03-03T04:06:02.480Z | Downloaded autocfg v1.4.0 |
| 445 | 2025-03-03T04:06:02.481Z | Downloaded anyhow v1.0.96 |
| 446 | 2025-03-03T04:06:02.481Z | Downloaded anstyle-query v1.1.1 |
| 447 | 2025-03-03T04:06:02.593Z | Compiling proc-macro2 v1.0.93 |
| 448 | 2025-03-03T04:06:02.593Z | Compiling unicode-ident v1.0.14 |
| 449 | 2025-03-03T04:06:02.593Z | Compiling libc v0.2.170 |
| 450 | 2025-03-03T04:06:02.622Z | Compiling version_check v0.9.5 |
| 451 | 2025-03-03T04:06:02.622Z | Compiling serde v1.0.218 |
| 452 | 2025-03-03T04:06:02.622Z | Compiling memchr v2.7.4 |
| 453 | 2025-03-03T04:06:02.622Z | Compiling thiserror v1.0.69 |
| 454 | 2025-03-03T04:06:02.622Z | Compiling ucd-trie v0.1.7 |
| 455 | 2025-03-03T04:06:02.880Z | Compiling ryu v1.0.18 |
| 456 | 2025-03-03T04:06:03.258Z | Compiling itoa v1.0.11 |
| 457 | 2025-03-03T04:06:03.324Z | Compiling once_cell v1.20.3 |
| 458 | 2025-03-03T04:06:03.501Z | Compiling byteorder v1.5.0 |
| 459 | 2025-03-03T04:06:03.599Z | Compiling rustix v0.38.37 |
| 460 | 2025-03-03T04:06:03.728Z | Compiling serde_json v1.0.139 |
| 461 | 2025-03-03T04:06:04.084Z | Compiling bitflags v2.6.0 |
| 462 | 2025-03-03T04:06:04.198Z | Compiling proc-macro-error-attr v1.0.4 |
| 463 | 2025-03-03T04:06:04.233Z | Compiling usdt-impl v0.5.0 |
| 464 | 2025-03-03T04:06:04.528Z | Compiling io-lifetimes v1.0.11 |
| 465 | 2025-03-03T04:06:04.556Z | Compiling syn v1.0.109 |
| 466 | 2025-03-03T04:06:04.622Z | Compiling proc-macro-error v1.0.4 |
| 467 | 2025-03-03T04:06:04.663Z | Compiling quote v1.0.38 |
| 468 | 2025-03-03T04:06:04.767Z | Compiling errno v0.3.9 |
| 469 | 2025-03-03T04:06:05.040Z | Compiling syn v2.0.98 |
| 470 | 2025-03-03T04:06:05.070Z | Compiling plain v0.2.3 |
| 471 | 2025-03-03T04:06:05.225Z | Compiling thread-id v4.2.2 |
| 472 | 2025-03-03T04:06:05.253Z | Compiling utf8parse v0.2.2 |
| 473 | 2025-03-03T04:06:05.282Z | Compiling camino v1.1.9 |
| 474 | 2025-03-03T04:06:05.309Z | Compiling equivalent v1.0.1 |
| 475 | 2025-03-03T04:06:05.335Z | Compiling log v0.4.22 |
| 476 | 2025-03-03T04:06:05.364Z | Compiling hashbrown v0.15.1 |
| 477 | 2025-03-03T04:06:05.438Z | Compiling rustix v0.37.28 |
| 478 | 2025-03-03T04:06:05.463Z | Compiling anstyle-parse v0.2.5 |
| 479 | 2025-03-03T04:06:05.957Z | Compiling autocfg v1.4.0 |
| 480 | 2025-03-03T04:06:06.222Z | Compiling bitflags v1.3.2 |
| 481 | 2025-03-03T04:06:06.293Z | Compiling is_terminal_polyfill v1.70.1 |
| 482 | 2025-03-03T04:06:06.334Z | Compiling indexmap v2.7.1 |
| 483 | 2025-03-03T04:06:06.359Z | Compiling pretty-hex v0.4.1 |
| 484 | 2025-03-03T04:06:06.387Z | Compiling winnow v0.7.3 |
| 485 | 2025-03-03T04:06:06.435Z | Compiling anstyle-query v1.1.1 |
| 486 | 2025-03-03T04:06:06.577Z | Compiling anstyle v1.0.10 |
| 487 | 2025-03-03T04:06:06.607Z | Compiling unicode-width v0.1.14 |
| 488 | 2025-03-03T04:06:06.794Z | Compiling thiserror v2.0.11 |
| 489 | 2025-03-03T04:06:06.944Z | Compiling semver v1.0.25 |
| 490 | 2025-03-03T04:06:07.035Z | Compiling colorchoice v1.0.2 |
| 491 | 2025-03-03T04:06:07.180Z | Compiling anstream v0.6.15 |
| 492 | 2025-03-03T04:06:07.209Z | Compiling fs-err v2.11.0 |
| 493 | 2025-03-03T04:06:07.405Z | Compiling terminal_size v0.4.0 |
| 494 | 2025-03-03T04:06:07.637Z | Compiling cfg-if v1.0.0 |
| 495 | 2025-03-03T04:06:07.666Z | Compiling fnv v1.0.7 |
| 496 | 2025-03-03T04:06:07.731Z | Compiling fastrand v2.1.1 |
| 497 | 2025-03-03T04:06:07.774Z | Compiling bytecount v0.6.8 |
| 498 | 2025-03-03T04:06:07.813Z | Compiling clap_lex v0.7.4 |
| 499 | 2025-03-03T04:06:07.814Z | Compiling strsim v0.11.1 |
| 500 | 2025-03-03T04:06:07.973Z | Compiling anyhow v1.0.96 |
| 501 | 2025-03-03T04:06:08.483Z | Compiling heck v0.4.1 |
| 502 | 2025-03-03T04:06:08.523Z | Compiling heck v0.5.0 |
| 503 | 2025-03-03T04:06:08.582Z | Compiling tempfile v3.13.0 |
| 504 | 2025-03-03T04:06:08.716Z | Compiling terminal_size v0.2.6 |
| 505 | 2025-03-03T04:06:08.845Z | Compiling clap_builder v4.5.31 |
| 506 | 2025-03-03T04:06:08.889Z | Compiling papergrid v0.11.0 |
| 507 | 2025-03-03T04:06:08.959Z | Compiling memmap v0.7.0 |
| 508 | 2025-03-03T04:06:09.063Z | Compiling smawk v0.3.2 |
| 509 | 2025-03-03T04:06:09.226Z | Compiling unicode-linebreak v0.1.5 |
| 510 | 2025-03-03T04:06:09.304Z | Compiling swrite v0.1.0 |
| 511 | 2025-03-03T04:06:09.639Z | Compiling textwrap v0.16.1 |
| 512 | 2025-03-03T04:06:09.882Z | Compiling tabled_derive v0.7.0 |
| 513 | 2025-03-03T04:06:11.195Z | Compiling tabled v0.15.0 |
| 514 | 2025-03-03T04:06:11.391Z | Compiling serde_derive v1.0.218 |
| 515 | 2025-03-03T04:06:11.391Z | Compiling thiserror-impl v1.0.69 |
| 516 | 2025-03-03T04:06:11.392Z | Compiling zerocopy-derive v0.7.35 |
| 517 | 2025-03-03T04:06:11.416Z | Compiling scroll_derive v0.12.0 |
| 518 | 2025-03-03T04:06:11.416Z | Compiling thiserror-impl v2.0.11 |
| 519 | 2025-03-03T04:06:11.416Z | Compiling clap_derive v4.5.28 |
| 520 | 2025-03-03T04:06:12.539Z | Compiling scroll v0.12.0 |
| 521 | 2025-03-03T04:06:13.006Z | Compiling goblin v0.8.2 |
| 522 | 2025-03-03T04:06:13.073Z | Compiling zerocopy v0.7.35 |
| 523 | 2025-03-03T04:06:13.966Z | Compiling pest v2.7.14 |
| 524 | 2025-03-03T04:06:14.769Z | Compiling clap v4.5.31 |
| 525 | 2025-03-03T04:06:16.084Z | Compiling pest_meta v2.7.14 |
| 526 | 2025-03-03T04:06:17.234Z | Compiling pest_generator v2.7.14 |
| 527 | 2025-03-03T04:06:18.323Z | Compiling pest_derive v2.7.14 |
| 528 | 2025-03-03T04:06:18.957Z | Compiling dtrace-parser v0.2.0 |
| 529 | 2025-03-03T04:06:20.056Z | Compiling serde_spanned v0.6.8 |
| 530 | 2025-03-03T04:06:20.099Z | Compiling toml_datetime v0.6.8 |
| 531 | 2025-03-03T04:06:20.099Z | Compiling cargo-platform v0.1.8 |
| 532 | 2025-03-03T04:06:20.398Z | Compiling serde_tokenstream v0.2.2 |
| 533 | 2025-03-03T04:06:20.434Z | Compiling macaddr v1.0.1 |
| 534 | 2025-03-03T04:06:20.559Z | Compiling toml_edit v0.22.24 |
| 535 | 2025-03-03T04:06:20.598Z | Compiling camino-tempfile v1.1.1 |
| 536 | 2025-03-03T04:06:21.438Z | Compiling dof v0.3.0 |
| 537 | 2025-03-03T04:06:21.438Z | Compiling cargo_metadata v0.19.2 |
| 538 | 2025-03-03T04:06:22.997Z | Compiling usdt-attr-macro v0.5.0 |
| 539 | 2025-03-03T04:06:22.997Z | Compiling usdt-macro v0.5.0 |
| 540 | 2025-03-03T04:06:23.425Z | Compiling toml v0.8.20 |
| 541 | 2025-03-03T04:06:24.033Z | Compiling usdt v0.5.0 |
| 542 | 2025-03-03T04:06:24.077Z | Compiling cargo_toml v0.21.0 |
| 543 | 2025-03-03T04:06:27.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 544 | 2025-03-03T04:06:31.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.54s |
| 545 | 2025-03-03T04:06:31.467Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 546 | 2025-03-03T04:06:32.231Z | Downloading crates ... |
| 547 | 2025-03-03T04:06:32.395Z | Downloaded atty v0.2.14 |
| 548 | 2025-03-03T04:06:32.444Z | Downloaded aead v0.5.2 |
| 549 | 2025-03-03T04:06:32.444Z | Downloaded adler2 v2.0.0 |
| 550 | 2025-03-03T04:06:32.444Z | Downloaded crunchy v0.2.2 |
| 551 | 2025-03-03T04:06:32.445Z | Downloaded array-init v0.0.4 |
| 552 | 2025-03-03T04:06:32.445Z | Downloaded cstr-argument v0.1.2 |
| 553 | 2025-03-03T04:06:32.445Z | Downloaded httparse v1.9.5 |
| 554 | 2025-03-03T04:06:32.445Z | Downloaded match_cfg v0.1.0 |
| 555 | 2025-03-03T04:06:32.445Z | Downloaded atomic-waker v1.1.2 |
| 556 | 2025-03-03T04:06:32.445Z | Downloaded lock_api v0.4.12 |
| 557 | 2025-03-03T04:06:32.445Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 558 | 2025-03-03T04:06:32.446Z | Downloaded hostname v0.3.1 |
| 559 | 2025-03-03T04:06:32.446Z | Downloaded progenitor v0.8.0 |
| 560 | 2025-03-03T04:06:32.446Z | Downloaded proc-macro-error2 v2.0.1 |
| 561 | 2025-03-03T04:06:32.446Z | Downloaded const-oid v0.9.6 |
| 562 | 2025-03-03T04:06:32.483Z | Downloaded rand_xorshift v0.3.0 |
| 563 | 2025-03-03T04:06:32.484Z | Downloaded strum_macros v0.25.3 |
| 564 | 2025-03-03T04:06:32.484Z | Downloaded tower-service v0.3.3 |
| 565 | 2025-03-03T04:06:32.484Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 566 | 2025-03-03T04:06:32.484Z | Downloaded endian-type v0.1.2 |
| 567 | 2025-03-03T04:06:32.484Z | Downloaded embedded-io v0.4.0 |
| 568 | 2025-03-03T04:06:32.484Z | Downloaded funty v2.0.0 |
| 569 | 2025-03-03T04:06:32.484Z | Downloaded blake3 v1.5.4 |
| 570 | 2025-03-03T04:06:32.519Z | Downloaded futures-channel v0.3.31 |
| 571 | 2025-03-03T04:06:32.520Z | Downloaded path-slash v0.1.5 |
| 572 | 2025-03-03T04:06:32.520Z | Downloaded strum v0.26.3 |
| 573 | 2025-03-03T04:06:32.520Z | Downloaded parse-size v1.1.0 |
| 574 | 2025-03-03T04:06:32.520Z | Downloaded packed_struct_codegen v0.10.1 |
| 575 | 2025-03-03T04:06:32.520Z | Downloaded russh-cryptovec v0.7.3 |
| 576 | 2025-03-03T04:06:32.520Z | Downloaded password-hash v0.5.0 |
| 577 | 2025-03-03T04:06:32.597Z | Downloaded subtle v2.6.1 |
| 578 | 2025-03-03T04:06:32.598Z | Downloaded utf8_iter v1.0.4 |
| 579 | 2025-03-03T04:06:32.598Z | Downloaded new_debug_unreachable v1.0.6 |
| 580 | 2025-03-03T04:06:32.599Z | Downloaded fxhash v0.2.1 |
| 581 | 2025-03-03T04:06:32.599Z | Downloaded futures-core v0.3.31 |
| 582 | 2025-03-03T04:06:32.599Z | Downloaded progenitor-client v0.9.1 |
| 583 | 2025-03-03T04:06:32.599Z | Downloaded progenitor-client v0.8.0 |
| 584 | 2025-03-03T04:06:32.599Z | Downloaded percent-encoding v2.3.1 |
| 585 | 2025-03-03T04:06:32.599Z | Downloaded progenitor-macro v0.8.0 |
| 586 | 2025-03-03T04:06:32.599Z | Downloaded termtree v0.4.1 |
| 587 | 2025-03-03T04:06:32.599Z | Downloaded downcast v0.11.0 |
| 588 | 2025-03-03T04:06:32.599Z | Downloaded synstructure v0.13.1 |
| 589 | 2025-03-03T04:06:32.599Z | Downloaded displaydoc v0.2.5 |
| 590 | 2025-03-03T04:06:32.643Z | Downloaded precomputed-hash v0.1.1 |
| 591 | 2025-03-03T04:06:32.643Z | Downloaded normalize-line-endings v0.3.0 |
| 592 | 2025-03-03T04:06:32.643Z | Downloaded ppv-lite86 v0.2.20 |
| 593 | 2025-03-03T04:06:32.643Z | Downloaded want v0.3.1 |
| 594 | 2025-03-03T04:06:32.643Z | Downloaded zone_cfg_derive v0.1.2 |
| 595 | 2025-03-03T04:06:32.643Z | Downloaded slog-stdlog v4.1.1 |
| 596 | 2025-03-03T04:06:32.643Z | Downloaded number_prefix v0.4.0 |
| 597 | 2025-03-03T04:06:32.643Z | Downloaded wait-timeout v0.2.0 |
| 598 | 2025-03-03T04:06:32.646Z | Downloaded sigpipe v0.1.3 |
| 599 | 2025-03-03T04:06:32.646Z | Downloaded float-cmp v0.10.0 |
| 600 | 2025-03-03T04:06:32.646Z | Downloaded num_enum_derive v0.5.11 |
| 601 | 2025-03-03T04:06:32.646Z | Downloaded write16 v1.0.0 |
| 602 | 2025-03-03T04:06:32.646Z | Downloaded polyval v0.6.2 |
| 603 | 2025-03-03T04:06:32.646Z | Downloaded typify-macro v0.2.0 |
| 604 | 2025-03-03T04:06:32.646Z | Downloaded slab v0.4.9 |
| 605 | 2025-03-03T04:06:32.646Z | Downloaded which v4.4.2 |
| 606 | 2025-03-03T04:06:32.647Z | Downloaded slog-bunyan v2.5.0 |
| 607 | 2025-03-03T04:06:32.647Z | Downloaded slog-async v2.8.0 |
| 608 | 2025-03-03T04:06:32.697Z | Downloaded newtype_derive v0.1.6 |
| 609 | 2025-03-03T04:06:32.697Z | Downloaded fixedbitset v0.5.7 |
| 610 | 2025-03-03T04:06:32.697Z | Downloaded tinyvec_macros v0.1.1 |
| 611 | 2025-03-03T04:06:32.697Z | Downloaded openssl-macros v0.1.1 |
| 612 | 2025-03-03T04:06:32.698Z | Downloaded pkcs1 v0.7.5 |
| 613 | 2025-03-03T04:06:32.698Z | Downloaded openssl-probe v0.1.5 |
| 614 | 2025-03-03T04:06:32.698Z | Downloaded pkcs8 v0.10.2 |
| 615 | 2025-03-03T04:06:32.698Z | Downloaded resolv-conf v0.7.0 |
| 616 | 2025-03-03T04:06:32.698Z | Downloaded opaque-debug v0.3.1 |
| 617 | 2025-03-03T04:06:32.698Z | Downloaded snafu v0.8.5 |
| 618 | 2025-03-03T04:06:32.755Z | Downloaded ref-cast v1.0.23 |
| 619 | 2025-03-03T04:06:32.755Z | Downloaded zone v0.1.8 |
| 620 | 2025-03-03T04:06:32.755Z | Downloaded form_urlencoded v1.2.1 |
| 621 | 2025-03-03T04:06:32.755Z | Downloaded shell-words v1.1.0 |
| 622 | 2025-03-03T04:06:32.755Z | Downloaded foreign-types-shared v0.3.1 |
| 623 | 2025-03-03T04:06:32.755Z | Downloaded quinn-udp v0.5.5 |
| 624 | 2025-03-03T04:06:32.756Z | Downloaded tls_codec_derive v0.4.1 |
| 625 | 2025-03-03T04:06:32.756Z | Downloaded oso-derive v0.27.3 |
| 626 | 2025-03-03T04:06:32.756Z | Downloaded phf_shared v0.11.2 |
| 627 | 2025-03-03T04:06:32.756Z | Downloaded ecdsa v0.16.9 |
| 628 | 2025-03-03T04:06:32.756Z | Downloaded tls_codec v0.4.1 |
| 629 | 2025-03-03T04:06:32.756Z | Downloaded phf_shared v0.10.0 |
| 630 | 2025-03-03T04:06:32.757Z | Downloaded portable-atomic v1.9.0 |
| 631 | 2025-03-03T04:06:32.758Z | Downloaded unicode-properties v0.1.3 |
| 632 | 2025-03-03T04:06:32.802Z | Downloaded unicode-bidi v0.3.17 |
| 633 | 2025-03-03T04:06:32.803Z | Downloaded pin-project v1.1.6 |
| 634 | 2025-03-03T04:06:32.803Z | Downloaded unicode-segmentation v1.12.0 |
| 635 | 2025-03-03T04:06:32.803Z | Downloaded typify v0.2.0 |
| 636 | 2025-03-03T04:06:32.803Z | Downloaded vergen v8.3.2 |
| 637 | 2025-03-03T04:06:32.803Z | Downloaded unicode-normalization v0.1.24 |
| 638 | 2025-03-03T04:06:32.803Z | Downloaded owo-colors v4.2.0 |
| 639 | 2025-03-03T04:06:32.848Z | Downloaded typify v0.3.0 |
| 640 | 2025-03-03T04:06:32.848Z | Downloaded rcgen v0.12.1 |
| 641 | 2025-03-03T04:06:32.848Z | Downloaded signal-hook v0.3.17 |
| 642 | 2025-03-03T04:06:32.848Z | Downloaded openssl v0.10.71 |
| 643 | 2025-03-03T04:06:32.848Z | Downloaded zip v2.1.3 |
| 644 | 2025-03-03T04:06:32.849Z | Downloaded num-bigint-dig v0.8.4 |
| 645 | 2025-03-03T04:06:32.849Z | Downloaded time v0.3.36 |
| 646 | 2025-03-03T04:06:32.886Z | Downloaded itertools v0.13.0 |
| 647 | 2025-03-03T04:06:32.886Z | Downloaded reedline v0.38.0 |
| 648 | 2025-03-03T04:06:32.886Z | Downloaded rustls-webpki v0.101.7 |
| 649 | 2025-03-03T04:06:32.916Z | Downloaded icu_properties_data v1.5.0 |
| 650 | 2025-03-03T04:06:32.917Z | Downloaded typify-impl v0.3.0 |
| 651 | 2025-03-03T04:06:32.944Z | Downloaded sled v0.34.7 |
| 652 | 2025-03-03T04:06:32.945Z | Downloaded webpki-roots v0.26.6 |
| 653 | 2025-03-03T04:06:32.945Z | Downloaded smoltcp v0.9.1 |
| 654 | 2025-03-03T04:06:32.973Z | Downloaded polar-core v0.27.3 |
| 655 | 2025-03-03T04:06:32.974Z | Downloaded curve25519-dalek v4.1.3 |
| 656 | 2025-03-03T04:06:32.974Z | Downloaded zerocopy-derive v0.6.6 |
| 657 | 2025-03-03T04:06:33.002Z | Downloaded petgraph v0.6.5 |
| 658 | 2025-03-03T04:06:33.027Z | Downloaded petgraph v0.7.1 |
| 659 | 2025-03-03T04:06:33.055Z | Downloaded diesel v2.2.7 |
| 660 | 2025-03-03T04:06:33.055Z | Downloaded smoltcp v0.11.0 |
| 661 | 2025-03-03T04:06:33.089Z | Downloaded regex-automata v0.4.8 |
| 662 | 2025-03-03T04:06:33.125Z | Downloaded rustls v0.23.19 |
| 663 | 2025-03-03T04:06:33.125Z | Downloaded rustls v0.22.4 |
| 664 | 2025-03-03T04:06:33.151Z | Downloaded rustls v0.21.12 |
| 665 | 2025-03-03T04:06:33.151Z | Downloaded hickory-proto v0.24.4 |
| 666 | 2025-03-03T04:06:33.179Z | Downloaded typify-impl v0.2.0 |
| 667 | 2025-03-03T04:06:33.179Z | Downloaded csv v1.3.1 |
| 668 | 2025-03-03T04:06:33.204Z | Downloaded reqwest v0.12.12 |
| 669 | 2025-03-03T04:06:33.231Z | Downloaded lalrpop v0.19.12 |
| 670 | 2025-03-03T04:06:33.231Z | Downloaded openapiv3 v2.0.0 |
| 671 | 2025-03-03T04:06:33.258Z | Downloaded proptest v1.6.0 |
| 672 | 2025-03-03T04:06:33.258Z | Downloaded tokio v1.43.0 |
| 673 | 2025-03-03T04:06:33.295Z | Downloaded x509-cert v0.2.5 |
| 674 | 2025-03-03T04:06:33.321Z | Downloaded idna v1.0.3 |
| 675 | 2025-03-03T04:06:33.322Z | Downloaded zip v0.6.6 |
| 676 | 2025-03-03T04:06:33.322Z | Downloaded tungstenite v0.24.0 |
| 677 | 2025-03-03T04:06:33.322Z | Downloaded lzma-sys v0.1.20 |
| 678 | 2025-03-03T04:06:33.367Z | Downloaded rand v0.9.0 |
| 679 | 2025-03-03T04:06:33.395Z | Downloaded regex-syntax v0.8.5 |
| 680 | 2025-03-03T04:06:33.395Z | Downloaded libm v0.2.8 |
| 681 | 2025-03-03T04:06:33.428Z | Downloaded itertools v0.14.0 |
| 682 | 2025-03-03T04:06:33.428Z | Downloaded libz-sys v1.1.20 |
| 683 | 2025-03-03T04:06:33.456Z | Downloaded openssl-sys v0.9.106 |
| 684 | 2025-03-03T04:06:33.456Z | Downloaded vcpkg v0.2.15 |
| 685 | 2025-03-03T04:06:33.498Z | Downloaded encoding_rs v0.8.34 |
| 686 | 2025-03-03T04:06:33.524Z | Downloaded sha3 v0.10.8 |
| 687 | 2025-03-03T04:06:33.553Z | Downloaded object v0.36.5 |
| 688 | 2025-03-03T04:06:33.554Z | Downloaded quinn-proto v0.11.8 |
| 689 | 2025-03-03T04:06:33.554Z | Downloaded quick-xml v0.37.2 |
| 690 | 2025-03-03T04:06:33.581Z | Downloaded tungstenite v0.23.0 |
| 691 | 2025-03-03T04:06:33.581Z | Downloaded zerocopy v0.8.10 |
| 692 | 2025-03-03T04:06:33.606Z | Downloaded unicode-width v0.2.0 |
| 693 | 2025-03-03T04:06:33.606Z | Downloaded regress v0.10.3 |
| 694 | 2025-03-03T04:06:33.606Z | Downloaded num-bigint v0.4.6 |
| 695 | 2025-03-03T04:06:33.606Z | Downloaded itertools v0.12.1 |
| 696 | 2025-03-03T04:06:33.631Z | Downloaded ring v0.17.11 |
| 697 | 2025-03-03T04:06:33.662Z | Downloaded rustls-pki-types v1.10.0 |
| 698 | 2025-03-03T04:06:33.688Z | Downloaded oso v0.27.3 |
| 699 | 2025-03-03T04:06:33.688Z | Downloaded zerocopy-derive v0.8.10 |
| 700 | 2025-03-03T04:06:33.688Z | Downloaded radix_trie v0.2.1 |
| 701 | 2025-03-03T04:06:33.688Z | Downloaded regex-syntax v0.6.29 |
| 702 | 2025-03-03T04:06:33.742Z | Downloaded nix v0.29.0 |
| 703 | 2025-03-03T04:06:33.742Z | Downloaded dropshot v0.16.0 |
| 704 | 2025-03-03T04:06:33.742Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 705 | 2025-03-03T04:06:33.742Z | Downloaded nix v0.28.0 |
| 706 | 2025-03-03T04:06:33.769Z | Downloaded mio v1.0.2 |
| 707 | 2025-03-03T04:06:33.769Z | Downloaded hashbrown v0.13.2 |
| 708 | 2025-03-03T04:06:33.769Z | Downloaded libxml v0.3.3 |
| 709 | 2025-03-03T04:06:33.795Z | Downloaded hyper v1.6.0 |
| 710 | 2025-03-03T04:06:33.795Z | Downloaded typed-path v0.9.3 |
| 711 | 2025-03-03T04:06:33.795Z | Downloaded fs_extra v1.3.0 |
| 712 | 2025-03-03T04:06:33.795Z | Downloaded object v0.30.4 |
| 713 | 2025-03-03T04:06:33.820Z | Downloaded regex v1.11.1 |
| 714 | 2025-03-03T04:06:33.820Z | Downloaded dropshot v0.12.0 |
| 715 | 2025-03-03T04:06:33.844Z | Downloaded itertools v0.10.5 |
| 716 | 2025-03-03T04:06:33.844Z | Downloaded tinyvec v1.8.0 |
| 717 | 2025-03-03T04:06:33.869Z | Downloaded rayon-core v1.12.1 |
| 718 | 2025-03-03T04:06:33.869Z | Downloaded prettyplease v0.2.29 |
| 719 | 2025-03-03T04:06:33.870Z | Downloaded nix v0.27.1 |
| 720 | 2025-03-03T04:06:33.870Z | Downloaded ratatui v0.29.0 |
| 721 | 2025-03-03T04:06:33.894Z | Downloaded zerovec-derive v0.10.3 |
| 722 | 2025-03-03T04:06:33.894Z | Downloaded unicase v2.7.0 |
| 723 | 2025-03-03T04:06:33.895Z | Downloaded quinn v0.11.5 |
| 724 | 2025-03-03T04:06:33.921Z | Downloaded publicsuffix v2.3.0 |
| 725 | 2025-03-03T04:06:33.921Z | Downloaded rustls-pemfile v2.2.0 |
| 726 | 2025-03-03T04:06:33.921Z | Downloaded twox-hash v2.1.0 |
| 727 | 2025-03-03T04:06:33.921Z | Downloaded futures-executor v0.3.31 |
| 728 | 2025-03-03T04:06:33.921Z | Downloaded qorb v0.2.1 |
| 729 | 2025-03-03T04:06:33.921Z | Downloaded signature v2.2.0 |
| 730 | 2025-03-03T04:06:33.921Z | Downloaded socket2 v0.5.8 |
| 731 | 2025-03-03T04:06:33.921Z | Downloaded winnow v0.6.20 |
| 732 | 2025-03-03T04:06:33.947Z | Downloaded winnow v0.5.40 |
| 733 | 2025-03-03T04:06:33.947Z | Downloaded omicron-zone-package v0.12.0 |
| 734 | 2025-03-03T04:06:33.947Z | Downloaded zopfli v0.8.1 |
| 735 | 2025-03-03T04:06:33.947Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 736 | 2025-03-03T04:06:34.006Z | Downloaded phf_generator v0.11.2 |
| 737 | 2025-03-03T04:06:34.031Z | Downloaded smallvec v1.14.0 |
| 738 | 2025-03-03T04:06:34.031Z | Downloaded fragile v2.0.0 |
| 739 | 2025-03-03T04:06:34.031Z | Downloaded foreign-types-shared v0.1.1 |
| 740 | 2025-03-03T04:06:34.031Z | Downloaded tungstenite v0.21.0 |
| 741 | 2025-03-03T04:06:34.031Z | Downloaded signal-hook-mio v0.2.4 |
| 742 | 2025-03-03T04:06:34.031Z | Downloaded snafu-derive v0.8.5 |
| 743 | 2025-03-03T04:06:34.031Z | Downloaded test-strategy v0.4.0 |
| 744 | 2025-03-03T04:06:34.031Z | Downloaded minimal-lexical v0.2.1 |
| 745 | 2025-03-03T04:06:34.031Z | Downloaded icu_collections v1.5.0 |
| 746 | 2025-03-03T04:06:34.057Z | Downloaded futures-macro v0.3.31 |
| 747 | 2025-03-03T04:06:34.057Z | Downloaded futures-io v0.3.31 |
| 748 | 2025-03-03T04:06:34.057Z | Downloaded phf_codegen v0.11.2 |
| 749 | 2025-03-03T04:06:34.057Z | Downloaded primeorder v0.13.6 |
| 750 | 2025-03-03T04:06:34.057Z | Downloaded dirs-sys-next v0.1.2 |
| 751 | 2025-03-03T04:06:34.057Z | Downloaded xattr v1.3.1 |
| 752 | 2025-03-03T04:06:34.057Z | Downloaded ed25519 v2.2.3 |
| 753 | 2025-03-03T04:06:34.057Z | Downloaded sqlparser v0.45.0 |
| 754 | 2025-03-03T04:06:34.057Z | Downloaded derive_more v0.99.19 |
| 755 | 2025-03-03T04:06:34.083Z | Downloaded data-encoding v2.6.0 |
| 756 | 2025-03-03T04:06:34.083Z | Downloaded num-rational v0.4.2 |
| 757 | 2025-03-03T04:06:34.083Z | Downloaded debug-ignore v1.0.5 |
| 758 | 2025-03-03T04:06:34.083Z | Downloaded dropshot_endpoint v0.16.0 |
| 759 | 2025-03-03T04:06:34.083Z | Downloaded shlex v1.3.0 |
| 760 | 2025-03-03T04:06:34.083Z | Downloaded pin-project-lite v0.2.14 |
| 761 | 2025-03-03T04:06:34.083Z | Downloaded pin-project-internal v1.1.6 |
| 762 | 2025-03-03T04:06:34.083Z | Downloaded yasna v0.5.2 |
| 763 | 2025-03-03T04:06:34.083Z | Downloaded num-traits v0.2.19 |
| 764 | 2025-03-03T04:06:34.108Z | Downloaded unicode_categories v0.1.1 |
| 765 | 2025-03-03T04:06:34.108Z | Downloaded rand v0.8.5 |
| 766 | 2025-03-03T04:06:34.108Z | Downloaded expectorate v1.1.0 |
| 767 | 2025-03-03T04:06:34.108Z | Downloaded proc-macro-crate v1.3.1 |
| 768 | 2025-03-03T04:06:34.108Z | Downloaded slog-term v2.9.1 |
| 769 | 2025-03-03T04:06:34.108Z | Downloaded num-complex v0.4.6 |
| 770 | 2025-03-03T04:06:34.108Z | Downloaded rustls-webpki v0.102.8 |
| 771 | 2025-03-03T04:06:34.135Z | Downloaded petname v2.0.2 |
| 772 | 2025-03-03T04:06:34.135Z | Downloaded indicatif v0.17.11 |
| 773 | 2025-03-03T04:06:34.135Z | Downloaded psl-types v2.0.11 |
| 774 | 2025-03-03T04:06:34.135Z | Downloaded xz2 v0.1.7 |
| 775 | 2025-03-03T04:06:34.135Z | Downloaded defmt v0.3.8 |
| 776 | 2025-03-03T04:06:34.177Z | Downloaded unicode-truncate v1.1.0 |
| 777 | 2025-03-03T04:06:34.177Z | Downloaded zerocopy v0.6.6 |
| 778 | 2025-03-03T04:06:34.177Z | Downloaded num-iter v0.1.45 |
| 779 | 2025-03-03T04:06:34.177Z | Downloaded num-integer v0.1.46 |
| 780 | 2025-03-03T04:06:34.177Z | Downloaded wyz v0.5.1 |
| 781 | 2025-03-03T04:06:34.178Z | Downloaded unsafe-libyaml v0.2.11 |
| 782 | 2025-03-03T04:06:34.178Z | Downloaded ed25519-dalek v2.1.1 |
| 783 | 2025-03-03T04:06:34.178Z | Downloaded writeable v0.5.5 |
| 784 | 2025-03-03T04:06:34.178Z | Downloaded flate2 v1.1.0 |
| 785 | 2025-03-03T04:06:34.253Z | Downloaded smf v0.2.3 |
| 786 | 2025-03-03T04:06:34.253Z | Downloaded time-macros v0.2.18 |
| 787 | 2025-03-03T04:06:34.253Z | Downloaded getrandom v0.2.15 |
| 788 | 2025-03-03T04:06:34.284Z | Downloaded num_enum v0.5.11 |
| 789 | 2025-03-03T04:06:34.285Z | Downloaded rfc6979 v0.4.0 |
| 790 | 2025-03-03T04:06:34.285Z | Downloaded pkcs5 v0.7.1 |
| 791 | 2025-03-03T04:06:34.285Z | Downloaded unarray v0.1.4 |
| 792 | 2025-03-03T04:06:34.285Z | Downloaded typify-macro v0.3.0 |
| 793 | 2025-03-03T04:06:34.285Z | Downloaded predicates-tree v1.0.11 |
| 794 | 2025-03-03T04:06:34.285Z | Downloaded gimli v0.31.1 |
| 795 | 2025-03-03T04:06:34.285Z | Downloaded darling_core v0.20.10 |
| 796 | 2025-03-03T04:06:34.285Z | Downloaded tar v0.4.44 |
| 797 | 2025-03-03T04:06:34.285Z | Downloaded yoke v0.7.4 |
| 798 | 2025-03-03T04:06:34.285Z | Downloaded foreign-types-macros v0.2.3 |
| 799 | 2025-03-03T04:06:34.285Z | Downloaded fatfs v0.3.6 |
| 800 | 2025-03-03T04:06:34.285Z | Downloaded subprocess v0.2.9 |
| 801 | 2025-03-03T04:06:34.285Z | Downloaded peg-macros v0.8.4 |
| 802 | 2025-03-03T04:06:34.286Z | Downloaded zerofrom v0.1.4 |
| 803 | 2025-03-03T04:06:34.286Z | Downloaded yoke-derive v0.7.4 |
| 804 | 2025-03-03T04:06:34.286Z | Downloaded num-derive v0.4.2 |
| 805 | 2025-03-03T04:06:34.286Z | Downloaded foldhash v0.1.3 |
| 806 | 2025-03-03T04:06:34.286Z | Downloaded termtree v0.5.1 |
| 807 | 2025-03-03T04:06:34.287Z | Downloaded serde_with v3.12.0 |
| 808 | 2025-03-03T04:06:34.287Z | Downloaded signal-hook-tokio v0.3.1 |
| 809 | 2025-03-03T04:06:34.287Z | Downloaded signal-hook-registry v1.4.2 |
| 810 | 2025-03-03T04:06:34.287Z | Downloaded pkg-config v0.3.31 |
| 811 | 2025-03-03T04:06:34.287Z | Downloaded slog v2.7.0 |
| 812 | 2025-03-03T04:06:34.287Z | Downloaded smallvec v0.6.14 |
| 813 | 2025-03-03T04:06:34.288Z | Downloaded dsl_auto_type v0.1.2 |
| 814 | 2025-03-03T04:06:34.288Z | Downloaded pin-utils v0.1.0 |
| 815 | 2025-03-03T04:06:34.288Z | Downloaded newtype-uuid v1.2.1 |
| 816 | 2025-03-03T04:06:34.288Z | Downloaded futures-sink v0.3.31 |
| 817 | 2025-03-03T04:06:34.288Z | Downloaded universal-hash v0.5.1 |
| 818 | 2025-03-03T04:06:34.288Z | Downloaded fallible-iterator v0.2.0 |
| 819 | 2025-03-03T04:06:34.288Z | Downloaded similar v2.7.0 |
| 820 | 2025-03-03T04:06:34.288Z | Downloaded olpc-cjson v0.1.4 |
| 821 | 2025-03-03T04:06:34.288Z | Downloaded thiserror-no-std v2.0.2 |
| 822 | 2025-03-03T04:06:34.288Z | Downloaded mockall_derive v0.13.1 |
| 823 | 2025-03-03T04:06:34.288Z | Downloaded filetime v0.2.25 |
| 824 | 2025-03-03T04:06:34.289Z | Downloaded env_logger v0.11.5 |
| 825 | 2025-03-03T04:06:34.289Z | Downloaded env_logger v0.10.2 |
| 826 | 2025-03-03T04:06:34.289Z | Downloaded nom v7.1.3 |
| 827 | 2025-03-03T04:06:34.289Z | Downloaded unicode-xid v0.2.6 |
| 828 | 2025-03-03T04:06:34.359Z | Downloaded radium v0.7.0 |
| 829 | 2025-03-03T04:06:34.359Z | Downloaded vsss-rs v3.3.4 |
| 830 | 2025-03-03T04:06:34.359Z | Downloaded flume v0.11.1 |
| 831 | 2025-03-03T04:06:34.359Z | Downloaded predicates-core v1.0.8 |
| 832 | 2025-03-03T04:06:34.360Z | Downloaded tinystr v0.7.6 |
| 833 | 2025-03-03T04:06:34.360Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 834 | 2025-03-03T04:06:34.360Z | Downloaded p384 v0.13.0 |
| 835 | 2025-03-03T04:06:34.360Z | Downloaded git2 v0.19.0 |
| 836 | 2025-03-03T04:06:34.360Z | Downloaded whoami v1.5.2 |
| 837 | 2025-03-03T04:06:34.360Z | Downloaded poly1305 v0.8.0 |
| 838 | 2025-03-03T04:06:34.360Z | Downloaded native-tls v0.2.12 |
| 839 | 2025-03-03T04:06:34.360Z | Downloaded foreign-types v0.5.0 |
| 840 | 2025-03-03T04:06:34.361Z | Downloaded flagset v0.4.6 |
| 841 | 2025-03-03T04:06:34.361Z | Downloaded fixedbitset v0.4.2 |
| 842 | 2025-03-03T04:06:34.361Z | Downloaded ff v0.13.0 |
| 843 | 2025-03-03T04:06:34.361Z | Downloaded fd-lock v4.0.2 |
| 844 | 2025-03-03T04:06:34.361Z | Downloaded env_filter v0.1.2 |
| 845 | 2025-03-03T04:06:34.361Z | Downloaded postcard v1.0.10 |
| 846 | 2025-03-03T04:06:34.361Z | Downloaded futures-util v0.3.31 |
| 847 | 2025-03-03T04:06:34.402Z | Downloaded des v0.8.1 |
| 848 | 2025-03-03T04:06:34.402Z | Downloaded value-bag v1.9.0 |
| 849 | 2025-03-03T04:06:34.402Z | Downloaded simd-adler32 v0.3.7 |
| 850 | 2025-03-03T04:06:34.403Z | Downloaded num v0.4.3 |
| 851 | 2025-03-03T04:06:34.403Z | Downloaded dyn-clone v1.0.18 |
| 852 | 2025-03-03T04:06:34.404Z | Downloaded tiny-keccak v2.0.2 |
| 853 | 2025-03-03T04:06:34.404Z | Downloaded foreign-types v0.3.2 |
| 854 | 2025-03-03T04:06:34.404Z | Downloaded zone_cfg_derive v0.3.0 |
| 855 | 2025-03-03T04:06:34.404Z | Downloaded siphasher v0.3.11 |
| 856 | 2025-03-03T04:06:34.404Z | Downloaded postgres-protocol v0.6.8 |
| 857 | 2025-03-03T04:06:34.404Z | Downloaded darling_macro v0.20.10 |
| 858 | 2025-03-03T04:06:34.405Z | Downloaded dunce v1.0.5 |
| 859 | 2025-03-03T04:06:34.405Z | Downloaded thread_local v1.1.8 |
| 860 | 2025-03-03T04:06:34.405Z | Downloaded miniz_oxide v0.8.5 |
| 861 | 2025-03-03T04:06:34.405Z | Downloaded icu_locid v1.5.0 |
| 862 | 2025-03-03T04:06:34.405Z | Downloaded chrono-tz v0.10.1 |
| 863 | 2025-03-03T04:06:34.405Z | Downloaded litrs v0.4.1 |
| 864 | 2025-03-03T04:06:34.405Z | Downloaded float-ord v0.3.2 |
| 865 | 2025-03-03T04:06:34.405Z | Downloaded zone v0.3.0 |
| 866 | 2025-03-03T04:06:34.406Z | Downloaded phf v0.11.2 |
| 867 | 2025-03-03T04:06:34.406Z | Downloaded multimap v0.10.0 |
| 868 | 2025-03-03T04:06:34.406Z | Downloaded iana-time-zone v0.1.61 |
| 869 | 2025-03-03T04:06:34.447Z | Downloaded vte v0.11.1 |
| 870 | 2025-03-03T04:06:34.447Z | Downloaded multer v3.1.0 |
| 871 | 2025-03-03T04:06:34.447Z | Downloaded gethostname v0.5.0 |
| 872 | 2025-03-03T04:06:34.447Z | Downloaded memmap2 v0.9.5 |
| 873 | 2025-03-03T04:06:34.447Z | Downloaded bstr v1.10.0 |
| 874 | 2025-03-03T04:06:34.447Z | Downloaded num_threads v0.1.7 |
| 875 | 2025-03-03T04:06:34.448Z | Downloaded walkdir v2.5.0 |
| 876 | 2025-03-03T04:06:34.448Z | Downloaded slog-envlogger v2.2.0 |
| 877 | 2025-03-03T04:06:34.448Z | Downloaded serde_yaml v0.9.34+deprecated |
| 878 | 2025-03-03T04:06:34.448Z | Downloaded progenitor-macro v0.9.1 |
| 879 | 2025-03-03T04:06:34.448Z | Downloaded hyper-util v0.1.10 |
| 880 | 2025-03-03T04:06:34.448Z | Downloaded dropshot_endpoint v0.12.0 |
| 881 | 2025-03-03T04:06:34.448Z | Downloaded nanorand v0.7.0 |
| 882 | 2025-03-03T04:06:34.477Z | Downloaded dirs-next v2.0.0 |
| 883 | 2025-03-03T04:06:34.477Z | Downloaded icu_locid_transform_data v1.5.0 |
| 884 | 2025-03-03T04:06:34.478Z | Downloaded slog-scope v4.4.0 |
| 885 | 2025-03-03T04:06:34.478Z | Downloaded slog-json v2.6.1 |
| 886 | 2025-03-03T04:06:34.478Z | Downloaded predicates v3.1.3 |
| 887 | 2025-03-03T04:06:34.478Z | Downloaded serde_with_macros v3.12.0 |
| 888 | 2025-03-03T04:06:34.478Z | Downloaded mockall v0.13.1 |
| 889 | 2025-03-03T04:06:34.478Z | Downloaded slog-dtrace v0.3.0 |
| 890 | 2025-03-03T04:06:34.478Z | Downloaded postgres-types v0.2.9 |
| 891 | 2025-03-03T04:06:34.478Z | Downloaded zerovec v0.10.4 |
| 892 | 2025-03-03T04:06:34.478Z | Downloaded rustc-hash v1.1.0 |
| 893 | 2025-03-03T04:06:34.478Z | Downloaded http v1.2.0 |
| 894 | 2025-03-03T04:06:34.478Z | Downloaded waitgroup v0.1.2 |
| 895 | 2025-03-03T04:06:34.478Z | Downloaded vte_generate_state_changes v0.1.2 |
| 896 | 2025-03-03T04:06:34.479Z | Downloaded ref-cast-impl v1.0.23 |
| 897 | 2025-03-03T04:06:34.479Z | Downloaded num-conv v0.1.0 |
| 898 | 2025-03-03T04:06:34.479Z | Downloaded nu-ansi-term v0.50.1 |
| 899 | 2025-03-03T04:06:34.479Z | Downloaded time-core v0.1.2 |
| 900 | 2025-03-03T04:06:34.479Z | Downloaded sqlformat v0.2.6 |
| 901 | 2025-03-03T04:06:34.507Z | Downloaded rustls-pemfile v1.0.4 |
| 902 | 2025-03-03T04:06:34.507Z | Downloaded powerfmt v0.2.0 |
| 903 | 2025-03-03T04:06:34.507Z | Downloaded display-error-chain v0.2.2 |
| 904 | 2025-03-03T04:06:34.508Z | Downloaded h2 v0.4.6 |
| 905 | 2025-03-03T04:06:34.508Z | Downloaded jobserver v0.1.32 |
| 906 | 2025-03-03T04:06:34.508Z | Downloaded hyper-rustls v0.27.3 |
| 907 | 2025-03-03T04:06:34.508Z | Downloaded structmeta-derive v0.3.0 |
| 908 | 2025-03-03T04:06:34.508Z | Downloaded rustc-hash v2.1.1 |
| 909 | 2025-03-03T04:06:34.509Z | Downloaded russh v0.45.0 |
| 910 | 2025-03-03T04:06:34.509Z | Downloaded p521 v0.13.3 |
| 911 | 2025-03-03T04:06:34.536Z | Downloaded nodrop v0.1.14 |
| 912 | 2025-03-03T04:06:34.536Z | Downloaded nibble_vec v0.1.0 |
| 913 | 2025-03-03T04:06:34.536Z | Downloaded document-features v0.2.10 |
| 914 | 2025-03-03T04:06:34.536Z | Downloaded termcolor v1.4.1 |
| 915 | 2025-03-03T04:06:34.536Z | Downloaded term v0.7.0 |
| 916 | 2025-03-03T04:06:34.536Z | Downloaded spin v0.9.8 |
| 917 | 2025-03-03T04:06:34.536Z | Downloaded sha1 v0.10.6 |
| 918 | 2025-03-03T04:06:34.536Z | Downloaded serde_urlencoded v0.7.1 |
| 919 | 2025-03-03T04:06:34.536Z | Downloaded rusty-fork v0.3.0 |
| 920 | 2025-03-03T04:06:34.536Z | Downloaded rustversion v1.0.17 |
| 921 | 2025-03-03T04:06:34.537Z | Downloaded progenitor-impl v0.9.1 |
| 922 | 2025-03-03T04:06:34.537Z | Downloaded p256 v0.13.2 |
| 923 | 2025-03-03T04:06:34.580Z | Downloaded ssh-key v0.6.6 |
| 924 | 2025-03-03T04:06:34.580Z | Downloaded tabled v0.18.0 |
| 925 | 2025-03-03T04:06:34.622Z | Downloaded termios v0.3.3 |
| 926 | 2025-03-03T04:06:34.622Z | Downloaded supports-color v3.0.2 |
| 927 | 2025-03-03T04:06:34.622Z | Downloaded serde_repr v0.1.19 |
| 928 | 2025-03-03T04:06:34.622Z | Downloaded progenitor-impl v0.8.0 |
| 929 | 2025-03-03T04:06:34.622Z | Downloaded der v0.7.9 |
| 930 | 2025-03-03T04:06:34.622Z | Downloaded tabwriter v1.4.0 |
| 931 | 2025-03-03T04:06:34.623Z | Downloaded serde_plain v1.0.2 |
| 932 | 2025-03-03T04:06:34.623Z | Downloaded icu_provider v1.5.0 |
| 933 | 2025-03-03T04:06:34.623Z | Downloaded headers v0.4.0 |
| 934 | 2025-03-03T04:06:34.623Z | Downloaded sync_wrapper v1.0.1 |
| 935 | 2025-03-03T04:06:34.623Z | Downloaded sync-ptr v0.1.1 |
| 936 | 2025-03-03T04:06:34.623Z | Downloaded sqlparser_derive v0.2.2 |
| 937 | 2025-03-03T04:06:34.623Z | Downloaded spki v0.7.3 |
| 938 | 2025-03-03T04:06:34.623Z | Downloaded steno v0.4.1 |
| 939 | 2025-03-03T04:06:34.624Z | Downloaded progenitor v0.9.1 |
| 940 | 2025-03-03T04:06:34.624Z | Downloaded pem-rfc7468 v0.7.0 |
| 941 | 2025-03-03T04:06:34.624Z | Downloaded oxnet v0.1.1 |
| 942 | 2025-03-03T04:06:34.624Z | Downloaded url v2.5.3 |
| 943 | 2025-03-03T04:06:34.653Z | Downloaded strum_macros v0.26.4 |
| 944 | 2025-03-03T04:06:34.653Z | Downloaded difflib v0.4.0 |
| 945 | 2025-03-03T04:06:34.653Z | Downloaded tui-tree-widget v0.23.0 |
| 946 | 2025-03-03T04:06:34.653Z | Downloaded mime_guess v2.0.5 |
| 947 | 2025-03-03T04:06:34.653Z | Downloaded derive_builder_macro v0.20.2 |
| 948 | 2025-03-03T04:06:34.653Z | Downloaded derive-where v1.2.7 |
| 949 | 2025-03-03T04:06:34.654Z | Downloaded der_derive v0.7.3 |
| 950 | 2025-03-03T04:06:34.654Z | Downloaded rsa v0.9.6 |
| 951 | 2025-03-03T04:06:34.654Z | Downloaded parse-zoneinfo v0.3.1 |
| 952 | 2025-03-03T04:06:34.654Z | Downloaded linked-hash-map v0.5.6 |
| 953 | 2025-03-03T04:06:34.654Z | Downloaded pem v3.0.5 |
| 954 | 2025-03-03T04:06:34.654Z | Downloaded newline-converter v0.3.0 |
| 955 | 2025-03-03T04:06:34.654Z | Downloaded derive_builder_core v0.20.2 |
| 956 | 2025-03-03T04:06:34.654Z | Downloaded uuid v1.15.1 |
| 957 | 2025-03-03T04:06:34.654Z | Downloaded peg-runtime v0.8.3 |
| 958 | 2025-03-03T04:06:34.654Z | Downloaded derive_builder v0.20.2 |
| 959 | 2025-03-03T04:06:34.683Z | Downloaded tap v1.0.1 |
| 960 | 2025-03-03T04:06:34.683Z | Downloaded maybe-uninit v2.0.0 |
| 961 | 2025-03-03T04:06:34.684Z | Downloaded lru v0.12.5 |
| 962 | 2025-03-03T04:06:34.684Z | Downloaded internet-checksum v0.2.1 |
| 963 | 2025-03-03T04:06:34.684Z | Downloaded futures-task v0.3.31 |
| 964 | 2025-03-03T04:06:34.685Z | Downloaded defmt-parser v0.3.4 |
| 965 | 2025-03-03T04:06:34.685Z | Downloaded defmt-macros v0.3.9 |
| 966 | 2025-03-03T04:06:34.685Z | Downloaded ron v0.8.1 |
| 967 | 2025-03-03T04:06:34.686Z | Downloaded ron v0.7.1 |
| 968 | 2025-03-03T04:06:34.686Z | Downloaded md-5 v0.10.6 |
| 969 | 2025-03-03T04:06:34.686Z | Downloaded deranged v0.3.11 |
| 970 | 2025-03-03T04:06:34.686Z | Downloaded russh-keys v0.45.0 |
| 971 | 2025-03-03T04:06:34.737Z | Downloaded hashbrown v0.12.3 |
| 972 | 2025-03-03T04:06:34.737Z | Downloaded serde_path_to_error v0.1.16 |
| 973 | 2025-03-03T04:06:34.737Z | Downloaded salty v0.3.0 |
| 974 | 2025-03-03T04:06:34.737Z | Downloaded rustfmt-wrapper v0.2.1 |
| 975 | 2025-03-03T04:06:34.737Z | Downloaded memoffset v0.9.1 |
| 976 | 2025-03-03T04:06:34.737Z | Downloaded lazycell v1.3.0 |
| 977 | 2025-03-03T04:06:34.737Z | Downloaded inout v0.1.3 |
| 978 | 2025-03-03T04:06:34.737Z | Downloaded idna_adapter v1.2.0 |
| 979 | 2025-03-03T04:06:34.737Z | Downloaded zeroize_derive v1.4.2 |
| 980 | 2025-03-03T04:06:34.738Z | Downloaded uzers v0.12.1 |
| 981 | 2025-03-03T04:06:34.738Z | Downloaded utf16_iter v1.0.5 |
| 982 | 2025-03-03T04:06:34.738Z | Downloaded utf-8 v0.7.6 |
| 983 | 2025-03-03T04:06:34.738Z | Downloaded tokio-util v0.7.13 |
| 984 | 2025-03-03T04:06:34.776Z | Downloaded lru-cache v0.1.2 |
| 985 | 2025-03-03T04:06:34.777Z | Downloaded zeroize v1.8.1 |
| 986 | 2025-03-03T04:06:34.777Z | Downloaded zerofrom-derive v0.1.4 |
| 987 | 2025-03-03T04:06:34.777Z | Downloaded rustc-demangle v0.1.24 |
| 988 | 2025-03-03T04:06:34.777Z | Downloaded papergrid v0.14.0 |
| 989 | 2025-03-03T04:06:34.777Z | Downloaded tough v0.19.0 |
| 990 | 2025-03-03T04:06:34.777Z | Downloaded untrusted v0.9.0 |
| 991 | 2025-03-03T04:06:34.777Z | Downloaded untrusted v0.7.1 |
| 992 | 2025-03-03T04:06:34.777Z | Downloaded strip-ansi-escapes v0.2.0 |
| 993 | 2025-03-03T04:06:34.777Z | Downloaded static_assertions v1.1.0 |
| 994 | 2025-03-03T04:06:34.777Z | Downloaded stable_deref_trait v1.2.0 |
| 995 | 2025-03-03T04:06:34.777Z | Downloaded ssh-cipher v0.2.0 |
| 996 | 2025-03-03T04:06:34.777Z | Downloaded parking_lot v0.12.3 |
| 997 | 2025-03-03T04:06:34.778Z | Downloaded maplit v1.0.2 |
| 998 | 2025-03-03T04:06:34.778Z | Downloaded libsw-core v0.3.1 |
| 999 | 2025-03-03T04:06:34.778Z | Downloaded ipnetwork v0.21.1 |
| 1000 | 2025-03-03T04:06:34.778Z | Downloaded ipnet v2.11.0 |
| 1001 | 2025-03-03T04:06:34.778Z | Downloaded icu_normalizer_data v1.5.0 |
| 1002 | 2025-03-03T04:06:34.778Z | Downloaded structmeta v0.3.0 |
| 1003 | 2025-03-03T04:06:34.778Z | Downloaded stringprep v0.1.5 |
| 1004 | 2025-03-03T04:06:34.778Z | Downloaded string_cache v0.8.7 |
| 1005 | 2025-03-03T04:06:34.778Z | Downloaded ssh-encoding v0.2.0 |
| 1006 | 2025-03-03T04:06:34.778Z | Downloaded rtoolbox v0.0.2 |
| 1007 | 2025-03-03T04:06:34.778Z | Downloaded rpassword v7.3.1 |
| 1008 | 2025-03-03T04:06:34.779Z | Downloaded peg v0.8.4 |
| 1009 | 2025-03-03T04:06:34.817Z | Downloaded mime v0.3.17 |
| 1010 | 2025-03-03T04:06:34.818Z | Downloaded linear-map v1.2.0 |
| 1011 | 2025-03-03T04:06:34.818Z | Downloaded lazy_static v1.5.0 |
| 1012 | 2025-03-03T04:06:34.818Z | Downloaded password-hash v0.4.2 |
| 1013 | 2025-03-03T04:06:34.818Z | Downloaded parking_lot_core v0.8.6 |
| 1014 | 2025-03-03T04:06:34.818Z | Downloaded packed_struct v0.10.1 |
| 1015 | 2025-03-03T04:06:34.818Z | Downloaded half v2.4.1 |
| 1016 | 2025-03-03T04:06:34.818Z | Downloaded getrandom v0.3.1 |
| 1017 | 2025-03-03T04:06:34.818Z | Downloaded try-lock v0.2.5 |
| 1018 | 2025-03-03T04:06:34.819Z | Downloaded tower v0.5.2 |
| 1019 | 2025-03-03T04:06:34.819Z | Downloaded take_mut v0.2.2 |
| 1020 | 2025-03-03T04:06:34.819Z | Downloaded rustyline v14.0.0 |
| 1021 | 2025-03-03T04:06:34.821Z | Downloaded rayon v1.10.0 |
| 1022 | 2025-03-03T04:06:34.848Z | Downloaded lalrpop-util v0.19.12 |
| 1023 | 2025-03-03T04:06:34.848Z | Downloaded kstat-rs v0.2.4 |
| 1024 | 2025-03-03T04:06:34.849Z | Downloaded is-terminal v0.4.13 |
| 1025 | 2025-03-03T04:06:34.849Z | Downloaded indoc v2.0.5 |
| 1026 | 2025-03-03T04:06:34.849Z | Downloaded indent_write v2.2.0 |
| 1027 | 2025-03-03T04:06:34.849Z | Downloaded icu_provider_macros v1.5.0 |
| 1028 | 2025-03-03T04:06:34.849Z | Downloaded hyper-tls v0.6.0 |
| 1029 | 2025-03-03T04:06:34.849Z | Downloaded hyper-staticfile v0.10.1 |
| 1030 | 2025-03-03T04:06:34.849Z | Downloaded chrono v0.4.40 |
| 1031 | 2025-03-03T04:06:34.849Z | Downloaded bitvec v1.0.1 |
| 1032 | 2025-03-03T04:06:34.875Z | Downloaded bindgen v0.71.1 |
| 1033 | 2025-03-03T04:06:34.876Z | Downloaded bindgen v0.69.5 |
| 1034 | 2025-03-03T04:06:34.902Z | Downloaded pbkdf2 v0.12.2 |
| 1035 | 2025-03-03T04:06:34.903Z | Downloaded pbkdf2 v0.11.0 |
| 1036 | 2025-03-03T04:06:34.903Z | Downloaded paste v1.0.15 |
| 1037 | 2025-03-03T04:06:34.903Z | Downloaded parse-display-derive v0.10.0 |
| 1038 | 2025-03-03T04:06:34.903Z | Downloaded parse-display v0.10.0 |
| 1039 | 2025-03-03T04:06:34.903Z | Downloaded parking_lot_core v0.9.10 |
| 1040 | 2025-03-03T04:06:34.903Z | Downloaded parking_lot v0.11.2 |
| 1041 | 2025-03-03T04:06:34.903Z | Downloaded hash32 v0.2.1 |
| 1042 | 2025-03-03T04:06:34.903Z | Downloaded libefi-sys v0.1.0 |
| 1043 | 2025-03-03T04:06:34.904Z | Downloaded futures v0.3.31 |
| 1044 | 2025-03-03T04:06:34.930Z | Downloaded elliptic-curve v0.13.8 |
| 1045 | 2025-03-03T04:06:34.930Z | Downloaded toml_edit v0.19.15 |
| 1046 | 2025-03-03T04:06:34.930Z | Downloaded tokio-postgres v0.7.13 |
| 1047 | 2025-03-03T04:06:34.961Z | Downloaded md5 v0.7.0 |
| 1048 | 2025-03-03T04:06:34.961Z | Downloaded hash32 v0.3.1 |
| 1049 | 2025-03-03T04:06:34.961Z | Downloaded group v0.13.0 |
| 1050 | 2025-03-03T04:06:34.961Z | Downloaded globset v0.4.15 |
| 1051 | 2025-03-03T04:06:34.962Z | Downloaded glob v0.3.2 |
| 1052 | 2025-03-03T04:06:34.962Z | Downloaded ghash v0.5.1 |
| 1053 | 2025-03-03T04:06:34.962Z | Downloaded embedded-io v0.6.1 |
| 1054 | 2025-03-03T04:06:34.962Z | Downloaded hickory-resolver v0.24.4 |
| 1055 | 2025-03-03T04:06:34.962Z | Downloaded aws-lc-rs v1.12.4 |
| 1056 | 2025-03-03T04:06:34.962Z | Downloaded diesel_derives v2.2.3 |
| 1057 | 2025-03-03T04:06:34.994Z | Downloaded tracing v0.1.40 |
| 1058 | 2025-03-03T04:06:34.994Z | Downloaded managed v0.8.0 |
| 1059 | 2025-03-03T04:06:34.994Z | Downloaded lockfree-object-pool v0.1.6 |
| 1060 | 2025-03-03T04:06:34.994Z | Downloaded libsw v3.4.0 |
| 1061 | 2025-03-03T04:06:34.995Z | Downloaded keccak v0.1.5 |
| 1062 | 2025-03-03T04:06:34.995Z | Downloaded instant v0.1.13 |
| 1063 | 2025-03-03T04:06:34.995Z | Downloaded indoc v1.0.9 |
| 1064 | 2025-03-03T04:06:34.995Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1065 | 2025-03-03T04:06:34.995Z | Downloaded ident_case v1.0.1 |
| 1066 | 2025-03-03T04:06:34.995Z | Downloaded icu_locid_transform v1.5.0 |
| 1067 | 2025-03-03T04:06:34.995Z | Downloaded enum-as-inner v0.6.1 |
| 1068 | 2025-03-03T04:06:35.034Z | Downloaded ena v0.14.3 |
| 1069 | 2025-03-03T04:06:35.035Z | Downloaded diff v0.1.13 |
| 1070 | 2025-03-03T04:06:35.035Z | Downloaded darling v0.20.10 |
| 1071 | 2025-03-03T04:06:35.035Z | Downloaded tracing-core v0.1.32 |
| 1072 | 2025-03-03T04:06:35.035Z | Downloaded toml v0.7.8 |
| 1073 | 2025-03-03T04:06:35.035Z | Downloaded tokio-tungstenite v0.23.1 |
| 1074 | 2025-03-03T04:06:35.036Z | Downloaded is_ci v1.2.0 |
| 1075 | 2025-03-03T04:06:35.036Z | Downloaded instability v0.3.2 |
| 1076 | 2025-03-03T04:06:35.036Z | Downloaded hubpack_derive v0.1.1 |
| 1077 | 2025-03-03T04:06:35.036Z | Downloaded hmac v0.12.1 |
| 1078 | 2025-03-03T04:06:35.036Z | Downloaded hex v0.4.3 |
| 1079 | 2025-03-03T04:06:35.036Z | Downloaded either v1.14.0 |
| 1080 | 2025-03-03T04:06:35.036Z | Downloaded daft-derive v0.1.1 |
| 1081 | 2025-03-03T04:06:35.036Z | Downloaded tokio-rustls v0.26.0 |
| 1082 | 2025-03-03T04:06:35.036Z | Downloaded diesel-dtrace v0.4.2 |
| 1083 | 2025-03-03T04:06:35.036Z | Downloaded tokio-tungstenite v0.24.0 |
| 1084 | 2025-03-03T04:06:35.077Z | Downloaded tokio-stream v0.1.17 |
| 1085 | 2025-03-03T04:06:35.078Z | Downloaded tokio-rustls v0.25.0 |
| 1086 | 2025-03-03T04:06:35.078Z | Downloaded tabled_derive v0.10.0 |
| 1087 | 2025-03-03T04:06:35.078Z | Downloaded schemars v0.8.22 |
| 1088 | 2025-03-03T04:06:35.078Z | Downloaded samael v0.0.18 |
| 1089 | 2025-03-03T04:06:35.078Z | Downloaded highway v1.3.0 |
| 1090 | 2025-03-03T04:06:35.078Z | Downloaded daft v0.1.1 |
| 1091 | 2025-03-03T04:06:35.079Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1092 | 2025-03-03T04:06:35.079Z | Downloaded tracing-attributes v0.1.27 |
| 1093 | 2025-03-03T04:06:35.079Z | Downloaded topological-sort v0.2.2 |
| 1094 | 2025-03-03T04:06:35.113Z | Downloaded aws-lc-sys v0.26.0 |
| 1095 | 2025-03-03T04:06:35.339Z | Downloaded tokio-tungstenite v0.21.0 |
| 1096 | 2025-03-03T04:06:35.364Z | Downloaded tokio-rustls v0.24.1 |
| 1097 | 2025-03-03T04:06:35.365Z | Downloaded tokio-macros v2.5.0 |
| 1098 | 2025-03-03T04:06:35.365Z | Downloaded http-body-util v0.1.2 |
| 1099 | 2025-03-03T04:06:35.365Z | Downloaded hostname v0.4.0 |
| 1100 | 2025-03-03T04:06:35.365Z | Downloaded hickory-client v0.24.4 |
| 1101 | 2025-03-03T04:06:35.365Z | Downloaded heck v0.3.3 |
| 1102 | 2025-03-03T04:06:35.365Z | Downloaded heapless v0.7.17 |
| 1103 | 2025-03-03T04:06:35.365Z | Downloaded aho-corasick v1.1.3 |
| 1104 | 2025-03-03T04:06:35.394Z | Downloaded aes-gcm v0.10.3 |
| 1105 | 2025-03-03T04:06:35.394Z | Downloaded tower-layer v0.3.3 |
| 1106 | 2025-03-03T04:06:35.394Z | Downloaded toolchain_find v0.4.0 |
| 1107 | 2025-03-03T04:06:35.394Z | Downloaded tokio-native-tls v0.3.1 |
| 1108 | 2025-03-03T04:06:35.394Z | Downloaded serde_derive_internals v0.29.1 |
| 1109 | 2025-03-03T04:06:35.395Z | Downloaded serde-hex v0.1.0 |
| 1110 | 2025-03-03T04:06:35.395Z | Downloaded sct v0.7.1 |
| 1111 | 2025-03-03T04:06:35.395Z | Downloaded hubpack v0.1.2 |
| 1112 | 2025-03-03T04:06:35.395Z | Downloaded http-range v0.1.5 |
| 1113 | 2025-03-03T04:06:35.395Z | Downloaded http-body v1.0.1 |
| 1114 | 2025-03-03T04:06:35.395Z | Downloaded home v0.5.9 |
| 1115 | 2025-03-03T04:06:35.395Z | Downloaded hickory-server v0.24.4 |
| 1116 | 2025-03-03T04:06:35.395Z | Downloaded headers-core v0.3.0 |
| 1117 | 2025-03-03T04:06:35.395Z | Downloaded crossterm v0.28.1 |
| 1118 | 2025-03-03T04:06:35.429Z | Downloaded crossbeam-channel v0.5.13 |
| 1119 | 2025-03-03T04:06:35.429Z | Downloaded aes v0.8.4 |
| 1120 | 2025-03-03T04:06:35.429Z | Downloaded strum_macros v0.24.3 |
| 1121 | 2025-03-03T04:06:35.429Z | Downloaded serde-big-array v0.5.1 |
| 1122 | 2025-03-03T04:06:35.429Z | Downloaded semver v0.1.20 |
| 1123 | 2025-03-03T04:06:35.429Z | Downloaded secrecy v0.8.0 |
| 1124 | 2025-03-03T04:06:35.430Z | Downloaded sec1 v0.7.3 |
| 1125 | 2025-03-03T04:06:35.430Z | Downloaded scrypt v0.11.0 |
| 1126 | 2025-03-03T04:06:35.430Z | Downloaded scopeguard v1.2.0 |
| 1127 | 2025-03-03T04:06:35.430Z | Downloaded schemars_derive v0.8.22 |
| 1128 | 2025-03-03T04:06:35.430Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1129 | 2025-03-03T04:06:35.459Z | Downloaded same-file v1.0.6 |
| 1130 | 2025-03-03T04:06:35.459Z | Downloaded salsa20 v0.10.2 |
| 1131 | 2025-03-03T04:06:35.459Z | Downloaded rustc_version v0.4.1 |
| 1132 | 2025-03-03T04:06:35.459Z | Downloaded rustc_version v0.1.7 |
| 1133 | 2025-03-03T04:06:35.460Z | Downloaded rand_core v0.9.2 |
| 1134 | 2025-03-03T04:06:35.460Z | Downloaded rand_core v0.6.4 |
| 1135 | 2025-03-03T04:06:35.460Z | Downloaded rand_chacha v0.9.0 |
| 1136 | 2025-03-03T04:06:35.460Z | Downloaded rand_chacha v0.3.1 |
| 1137 | 2025-03-03T04:06:35.460Z | Downloaded httpdate v1.0.3 |
| 1138 | 2025-03-03T04:06:35.460Z | Downloaded ctr v0.9.2 |
| 1139 | 2025-03-03T04:06:35.460Z | Downloaded const_format v0.2.34 |
| 1140 | 2025-03-03T04:06:35.460Z | Downloaded cc v1.2.15 |
| 1141 | 2025-03-03T04:06:35.460Z | Downloaded rand_seeder v0.3.0 |
| 1142 | 2025-03-03T04:06:35.461Z | Downloaded r2d2 v0.8.10 |
| 1143 | 2025-03-03T04:06:35.461Z | Downloaded quick-error v1.2.3 |
| 1144 | 2025-03-03T04:06:35.461Z | Downloaded humantime v2.1.0 |
| 1145 | 2025-03-03T04:06:35.461Z | Downloaded hkdf v0.12.4 |
| 1146 | 2025-03-03T04:06:35.461Z | Downloaded hex-literal v0.4.1 |
| 1147 | 2025-03-03T04:06:35.461Z | Downloaded crypto-bigint v0.5.5 |
| 1148 | 2025-03-03T04:06:35.487Z | Downloaded compact_str v0.8.0 |
| 1149 | 2025-03-03T04:06:35.487Z | Downloaded chacha20poly1305 v0.10.1 |
| 1150 | 2025-03-03T04:06:35.488Z | Downloaded bytes v1.10.0 |
| 1151 | 2025-03-03T04:06:35.488Z | Downloaded bumpalo v3.16.0 |
| 1152 | 2025-03-03T04:06:35.488Z | Downloaded base64 v0.22.1 |
| 1153 | 2025-03-03T04:06:35.488Z | Downloaded base64 v0.21.7 |
| 1154 | 2025-03-03T04:06:35.489Z | Downloaded backtrace v0.3.74 |
| 1155 | 2025-03-03T04:06:35.516Z | Downloaded base64 v0.13.1 |
| 1156 | 2025-03-03T04:06:35.516Z | Downloaded allocator-api2 v0.2.18 |
| 1157 | 2025-03-03T04:06:35.516Z | Downloaded crossbeam-utils v0.8.20 |
| 1158 | 2025-03-03T04:06:35.516Z | Downloaded crc-any v2.5.0 |
| 1159 | 2025-03-03T04:06:35.516Z | Downloaded cookie v0.18.1 |
| 1160 | 2025-03-03T04:06:35.516Z | Downloaded console v0.15.10 |
| 1161 | 2025-03-03T04:06:35.517Z | Downloaded ciborium v0.2.2 |
| 1162 | 2025-03-03T04:06:35.517Z | Downloaded bit-vec v0.8.0 |
| 1163 | 2025-03-03T04:06:35.517Z | Downloaded async-bb8-diesel v0.2.1 |
| 1164 | 2025-03-03T04:06:35.572Z | Downloaded heapless v0.8.0 |
| 1165 | 2025-03-03T04:06:35.572Z | Downloaded crossbeam-epoch v0.9.18 |
| 1166 | 2025-03-03T04:06:35.572Z | Downloaded clang-sys v1.8.1 |
| 1167 | 2025-03-03T04:06:35.573Z | Downloaded blake2 v0.10.6 |
| 1168 | 2025-03-03T04:06:35.573Z | Downloaded cmake v0.1.51 |
| 1169 | 2025-03-03T04:06:35.573Z | Downloaded castaway v0.2.3 |
| 1170 | 2025-03-03T04:06:35.573Z | Downloaded bcs v0.1.6 |
| 1171 | 2025-03-03T04:06:35.573Z | Downloaded argon2 v0.5.3 |
| 1172 | 2025-03-03T04:06:35.573Z | Downloaded pretty-hex v0.2.1 |
| 1173 | 2025-03-03T04:06:35.573Z | Downloaded indexmap v1.9.3 |
| 1174 | 2025-03-03T04:06:35.573Z | Downloaded icu_normalizer v1.5.0 |
| 1175 | 2025-03-03T04:06:35.574Z | Downloaded csv-core v0.1.11 |
| 1176 | 2025-03-03T04:06:35.574Z | Downloaded crc32fast v1.4.2 |
| 1177 | 2025-03-03T04:06:35.574Z | Downloaded crc v3.2.1 |
| 1178 | 2025-03-03T04:06:35.574Z | Downloaded cookie_store v0.21.1 |
| 1179 | 2025-03-03T04:06:35.574Z | Downloaded convert_case v0.4.0 |
| 1180 | 2025-03-03T04:06:35.618Z | Downloaded colored v2.2.0 |
| 1181 | 2025-03-03T04:06:35.619Z | Downloaded cobs v0.2.3 |
| 1182 | 2025-03-03T04:06:35.620Z | Downloaded ciborium-ll v0.2.2 |
| 1183 | 2025-03-03T04:06:35.621Z | Downloaded cbc v0.1.2 |
| 1184 | 2025-03-03T04:06:35.621Z | Downloaded cassowary v0.3.0 |
| 1185 | 2025-03-03T04:06:35.622Z | Downloaded cargo_metadata v0.18.1 |
| 1186 | 2025-03-03T04:06:35.622Z | Downloaded cancel-safe-futures v0.1.5 |
| 1187 | 2025-03-03T04:06:35.623Z | Downloaded bzip2 v0.4.4 |
| 1188 | 2025-03-03T04:06:35.623Z | Downloaded blowfish v0.9.1 |
| 1189 | 2025-03-03T04:06:35.626Z | Downloaded bit-set v0.8.0 |
| 1190 | 2025-03-03T04:06:35.626Z | Downloaded base64ct v1.6.0 |
| 1191 | 2025-03-03T04:06:35.626Z | Downloaded backoff v0.4.0 |
| 1192 | 2025-03-03T04:06:35.626Z | Downloaded async-trait v0.1.86 |
| 1193 | 2025-03-03T04:06:35.627Z | Downloaded ascii-canvas v3.0.0 |
| 1194 | 2025-03-03T04:06:35.627Z | Downloaded arrayvec v0.7.6 |
| 1195 | 2025-03-03T04:06:35.627Z | Downloaded litemap v0.7.3 |
| 1196 | 2025-03-03T04:06:35.627Z | Downloaded libloading v0.8.5 |
| 1197 | 2025-03-03T04:06:35.627Z | Downloaded icu_properties v1.5.1 |
| 1198 | 2025-03-03T04:06:35.627Z | Downloaded const_format_proc_macros v0.2.34 |
| 1199 | 2025-03-03T04:06:35.628Z | Downloaded chacha20 v0.9.1 |
| 1200 | 2025-03-03T04:06:35.628Z | Downloaded arc-swap v1.7.1 |
| 1201 | 2025-03-03T04:06:35.628Z | Downloaded crossbeam-deque v0.8.5 |
| 1202 | 2025-03-03T04:06:35.628Z | Downloaded crc-catalog v2.4.0 |
| 1203 | 2025-03-03T04:06:35.628Z | Downloaded constant_time_eq v0.3.1 |
| 1204 | 2025-03-03T04:06:35.659Z | Downloaded cipher v0.4.4 |
| 1205 | 2025-03-03T04:06:35.659Z | Downloaded chrono-tz-build v0.4.0 |
| 1206 | 2025-03-03T04:06:35.659Z | Downloaded cexpr v0.6.0 |
| 1207 | 2025-03-03T04:06:35.660Z | Downloaded buf-list v1.0.3 |
| 1208 | 2025-03-03T04:06:35.660Z | Downloaded block-padding v0.3.3 |
| 1209 | 2025-03-03T04:06:35.660Z | Downloaded bitfield-struct v0.6.2 |
| 1210 | 2025-03-03T04:06:35.660Z | Downloaded bitfield v0.14.0 |
| 1211 | 2025-03-03T04:06:35.660Z | Downloaded bit-vec v0.6.3 |
| 1212 | 2025-03-03T04:06:35.660Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1213 | 2025-03-03T04:06:35.660Z | Downloaded bb8 v0.8.5 |
| 1214 | 2025-03-03T04:06:35.661Z | Downloaded base16ct v0.2.0 |
| 1215 | 2025-03-03T04:06:35.661Z | Downloaded async-stream v0.3.6 |
| 1216 | 2025-03-03T04:06:35.661Z | Downloaded async-recursion v1.1.1 |
| 1217 | 2025-03-03T04:06:35.661Z | Downloaded assert_matches v1.5.0 |
| 1218 | 2025-03-03T04:06:35.661Z | Downloaded bit-set v0.5.3 |
| 1219 | 2025-03-03T04:06:35.661Z | Downloaded atomicwrites v0.4.4 |
| 1220 | 2025-03-03T04:06:35.662Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1221 | 2025-03-03T04:06:35.662Z | Downloaded ciborium-io v0.2.2 |
| 1222 | 2025-03-03T04:06:35.662Z | Downloaded cfg_aliases v0.2.1 |
| 1223 | 2025-03-03T04:06:35.662Z | Downloaded cfg_aliases v0.1.1 |
| 1224 | 2025-03-03T04:06:35.662Z | Downloaded async-stream-impl v0.3.6 |
| 1225 | 2025-03-03T04:06:35.662Z | Downloaded arrayref v0.3.9 |
| 1226 | 2025-03-03T04:06:35.662Z | Downloaded ahash v0.8.11 |
| 1227 | 2025-03-03T04:06:35.662Z | Downloaded addr2line v0.24.2 |
| 1228 | 2025-03-03T04:06:35.790Z | Compiling serde v1.0.218 |
| 1229 | 2025-03-03T04:06:35.828Z | Compiling value-bag v1.9.0 |
| 1230 | 2025-03-03T04:06:35.828Z | Compiling lock_api v0.4.12 |
| 1231 | 2025-03-03T04:06:35.828Z | Compiling scopeguard v1.2.0 |
| 1232 | 2025-03-03T04:06:35.828Z | Compiling typenum v1.17.0 |
| 1233 | 2025-03-03T04:06:35.858Z | Compiling generic-array v0.14.7 |
| 1234 | 2025-03-03T04:06:35.890Z | Compiling syn v2.0.98 |
| 1235 | 2025-03-03T04:06:35.915Z | Compiling getrandom v0.2.15 |
| 1236 | 2025-03-03T04:06:36.038Z | Compiling shlex v1.3.0 |
| 1237 | 2025-03-03T04:06:36.206Z | Compiling rand_core v0.6.4 |
| 1238 | 2025-03-03T04:06:36.375Z | Compiling log v0.4.22 |
| 1239 | 2025-03-03T04:06:36.485Z | Compiling jobserver v0.1.32 |
| 1240 | 2025-03-03T04:06:36.511Z | Compiling subtle v2.6.1 |
| 1241 | 2025-03-03T04:06:36.536Z | Compiling smallvec v1.14.0 |
| 1242 | 2025-03-03T04:06:36.815Z | Compiling const-oid v0.9.6 |
| 1243 | 2025-03-03T04:06:36.882Z | Compiling pin-project-lite v0.2.14 |
| 1244 | 2025-03-03T04:06:36.931Z | Compiling cc v1.2.15 |
| 1245 | 2025-03-03T04:06:36.980Z | Compiling parking_lot_core v0.9.10 |
| 1246 | 2025-03-03T04:06:37.040Z | Compiling rustix v0.38.37 |
| 1247 | 2025-03-03T04:06:37.154Z | Compiling signal-hook-registry v1.4.2 |
| 1248 | 2025-03-03T04:06:37.276Z | Compiling futures-core v0.3.31 |
| 1249 | 2025-03-03T04:06:37.519Z | Compiling mio v1.0.2 |
| 1250 | 2025-03-03T04:06:37.787Z | Compiling parking_lot v0.12.3 |
| 1251 | 2025-03-03T04:06:37.812Z | Compiling spin v0.9.8 |
| 1252 | 2025-03-03T04:06:37.918Z | Compiling socket2 v0.5.8 |
| 1253 | 2025-03-03T04:06:37.980Z | Compiling aho-corasick v1.1.3 |
| 1254 | 2025-03-03T04:06:38.134Z | Compiling cpufeatures v0.2.14 |
| 1255 | 2025-03-03T04:06:38.242Z | Compiling stable_deref_trait v1.2.0 |
| 1256 | 2025-03-03T04:06:38.477Z | Compiling regex-syntax v0.8.5 |
| 1257 | 2025-03-03T04:06:38.524Z | Compiling either v1.14.0 |
| 1258 | 2025-03-03T04:06:38.552Z | Compiling futures-sink v0.3.31 |
| 1259 | 2025-03-03T04:06:38.703Z | Compiling slab v0.4.9 |
| 1260 | 2025-03-03T04:06:38.846Z | Compiling glob v0.3.2 |
| 1261 | 2025-03-03T04:06:39.019Z | Compiling prettyplease v0.2.29 |
| 1262 | 2025-03-03T04:06:39.063Z | Compiling lazy_static v1.5.0 |
| 1263 | 2025-03-03T04:06:39.319Z | Compiling serde_json v1.0.139 |
| 1264 | 2025-03-03T04:06:39.348Z | Compiling minimal-lexical v0.2.1 |
| 1265 | 2025-03-03T04:06:39.514Z | Compiling futures-channel v0.3.31 |
| 1266 | 2025-03-03T04:06:39.545Z | Compiling libloading v0.8.5 |
| 1267 | 2025-03-03T04:06:39.596Z | Compiling clang-sys v1.8.1 |
| 1268 | 2025-03-03T04:06:39.819Z | Compiling nom v7.1.3 |
| 1269 | 2025-03-03T04:06:39.887Z | Compiling foldhash v0.1.3 |
| 1270 | 2025-03-03T04:06:39.912Z | Compiling allocator-api2 v0.2.18 |
| 1271 | 2025-03-03T04:06:40.176Z | Compiling futures-io v0.3.31 |
| 1272 | 2025-03-03T04:06:40.228Z | Compiling futures-task v0.3.31 |
| 1273 | 2025-03-03T04:06:40.427Z | Compiling bindgen v0.69.5 |
| 1274 | 2025-03-03T04:06:40.504Z | Compiling home v0.5.9 |
| 1275 | 2025-03-03T04:06:40.572Z | Compiling pin-utils v0.1.0 |
| 1276 | 2025-03-03T04:06:40.670Z | Compiling hashbrown v0.15.1 |
| 1277 | 2025-03-03T04:06:40.720Z | Compiling itertools v0.12.1 |
| 1278 | 2025-03-03T04:06:41.182Z | Compiling lazycell v1.3.0 |
| 1279 | 2025-03-03T04:06:41.342Z | Compiling pkg-config v0.3.31 |
| 1280 | 2025-03-03T04:06:41.757Z | Compiling libm v0.2.8 |
| 1281 | 2025-03-03T04:06:42.047Z | Compiling regex-automata v0.4.8 |
| 1282 | 2025-03-03T04:06:42.149Z | Compiling rustc-hash v1.1.0 |
| 1283 | 2025-03-03T04:06:42.332Z | Compiling cmake v0.1.51 |
| 1284 | 2025-03-03T04:06:42.537Z | Compiling cexpr v0.6.0 |
| 1285 | 2025-03-03T04:06:42.639Z | Compiling num-traits v0.2.19 |
| 1286 | 2025-03-03T04:06:42.893Z | Compiling synstructure v0.13.1 |
| 1287 | 2025-03-03T04:06:43.210Z | Compiling dunce v1.0.5 |
| 1288 | 2025-03-03T04:06:43.393Z | Compiling fs_extra v1.3.0 |
| 1289 | 2025-03-03T04:06:43.924Z | Compiling writeable v0.5.5 |
| 1290 | 2025-03-03T04:06:44.121Z | Compiling litemap v0.7.3 |
| 1291 | 2025-03-03T04:06:44.145Z | Compiling getrandom v0.3.1 |
| 1292 | 2025-03-03T04:06:44.464Z | Compiling ring v0.17.11 |
| 1293 | 2025-03-03T04:06:44.510Z | Compiling base64ct v1.6.0 |
| 1294 | 2025-03-03T04:06:45.042Z | Compiling paste v1.0.15 |
| 1295 | 2025-03-03T04:06:45.075Z | Compiling pem-rfc7468 v0.7.0 |
| 1296 | 2025-03-03T04:06:45.667Z | Compiling aws-lc-rs v1.12.4 |
| 1297 | 2025-03-03T04:06:45.710Z | Compiling httparse v1.9.5 |
| 1298 | 2025-03-03T04:06:45.975Z | Compiling flagset v0.4.6 |
| 1299 | 2025-03-03T04:06:46.081Z | Compiling icu_locid_transform_data v1.5.0 |
| 1300 | 2025-03-03T04:06:46.231Z | Compiling tracing-core v0.1.32 |
| 1301 | 2025-03-03T04:06:46.327Z | Compiling rustls-pki-types v1.10.0 |
| 1302 | 2025-03-03T04:06:46.443Z | Compiling regex v1.11.1 |
| 1303 | 2025-03-03T04:06:47.031Z | Compiling serde_derive v1.0.218 |
| 1304 | 2025-03-03T04:06:47.145Z | Compiling zeroize_derive v1.4.2 |
| 1305 | 2025-03-03T04:06:47.212Z | Compiling zerocopy-derive v0.7.35 |
| 1306 | 2025-03-03T04:06:47.273Z | Compiling tokio-macros v2.5.0 |
| 1307 | 2025-03-03T04:06:47.299Z | Compiling zerofrom-derive v0.1.4 |
| 1308 | 2025-03-03T04:06:48.319Z | Compiling zeroize v1.8.1 |
| 1309 | 2025-03-03T04:06:48.551Z | Compiling thiserror-impl v1.0.69 |
| 1310 | 2025-03-03T04:06:48.886Z | Compiling zerocopy v0.7.35 |
| 1311 | 2025-03-03T04:06:49.768Z | Compiling crypto-common v0.1.6 |
| 1312 | 2025-03-03T04:06:49.811Z | Compiling block-buffer v0.10.4 |
| 1313 | 2025-03-03T04:06:49.863Z | Compiling yoke-derive v0.7.4 |
| 1314 | 2025-03-03T04:06:50.012Z | Compiling futures-macro v0.3.31 |
| 1315 | 2025-03-03T04:06:50.057Z | Compiling digest v0.10.7 |
| 1316 | 2025-03-03T04:06:50.088Z | Compiling displaydoc v0.2.5 |
| 1317 | 2025-03-03T04:06:50.205Z | Compiling zerofrom v0.1.4 |
| 1318 | 2025-03-03T04:06:50.418Z | Compiling zerovec-derive v0.10.3 |
| 1319 | 2025-03-03T04:06:50.501Z | Compiling hmac v0.12.1 |
| 1320 | 2025-03-03T04:06:50.546Z | Compiling block-padding v0.3.3 |
| 1321 | 2025-03-03T04:06:50.754Z | Compiling inout v0.1.3 |
| 1322 | 2025-03-03T04:06:50.803Z | Compiling ppv-lite86 v0.2.20 |
| 1323 | 2025-03-03T04:06:51.075Z | Compiling cipher v0.4.4 |
| 1324 | 2025-03-03T04:06:51.106Z | Compiling thiserror v1.0.69 |
| 1325 | 2025-03-03T04:06:51.217Z | Compiling sha2 v0.10.8 |
| 1326 | 2025-03-03T04:06:51.426Z | Compiling icu_provider_macros v1.5.0 |
| 1327 | 2025-03-03T04:06:51.501Z | Compiling der_derive v0.7.3 |
| 1328 | 2025-03-03T04:06:51.547Z | Compiling tracing-attributes v0.1.27 |
| 1329 | 2025-03-03T04:06:51.594Z | Compiling futures-util v0.3.31 |
| 1330 | 2025-03-03T04:06:52.105Z | Compiling yoke v0.7.4 |
| 1331 | 2025-03-03T04:06:52.315Z | Compiling icu_properties_data v1.5.0 |
| 1332 | 2025-03-03T04:06:52.428Z | Compiling percent-encoding v2.3.1 |
| 1333 | 2025-03-03T04:06:52.487Z | Compiling zerovec v0.10.4 |
| 1334 | 2025-03-03T04:06:52.566Z | Compiling crossbeam-utils v0.8.20 |
| 1335 | 2025-03-03T04:06:52.733Z | Compiling pest v2.7.14 |
| 1336 | 2025-03-03T04:06:53.064Z | Compiling salsa20 v0.10.2 |
| 1337 | 2025-03-03T04:06:53.299Z | Compiling pbkdf2 v0.12.2 |
| 1338 | 2025-03-03T04:06:53.413Z | Compiling der v0.7.9 |
| 1339 | 2025-03-03T04:06:53.976Z | Compiling utf8_iter v1.0.4 |
| 1340 | 2025-03-03T04:06:54.130Z | Compiling tinystr v0.7.6 |
| 1341 | 2025-03-03T04:06:54.211Z | Compiling icu_collections v1.5.0 |
| 1342 | 2025-03-03T04:06:54.286Z | Compiling tracing v0.1.40 |
| 1343 | 2025-03-03T04:06:54.311Z | Compiling utf16_iter v1.0.5 |
| 1344 | 2025-03-03T04:06:54.491Z | Compiling icu_locid v1.5.0 |
| 1345 | 2025-03-03T04:06:54.516Z | Compiling time-core v0.1.2 |
| 1346 | 2025-03-03T04:06:54.689Z | Compiling vcpkg v0.2.15 |
| 1347 | 2025-03-03T04:06:54.732Z | Compiling icu_normalizer_data v1.5.0 |
| 1348 | 2025-03-03T04:06:54.864Z | Compiling powerfmt v0.2.0 |
| 1349 | 2025-03-03T04:06:55.210Z | Compiling spki v0.7.3 |
| 1350 | 2025-03-03T04:06:55.363Z | Compiling num-conv v0.1.0 |
| 1351 | 2025-03-03T04:06:55.394Z | Compiling untrusted v0.7.1 |
| 1352 | 2025-03-03T04:06:55.542Z | Compiling icu_provider v1.5.0 |
| 1353 | 2025-03-03T04:06:55.569Z | Compiling untrusted v0.9.0 |
| 1354 | 2025-03-03T04:06:55.629Z | Compiling write16 v1.0.0 |
| 1355 | 2025-03-03T04:06:55.787Z | Compiling time-macros v0.2.18 |
| 1356 | 2025-03-03T04:06:55.928Z | Compiling deranged v0.3.11 |
| 1357 | 2025-03-03T04:06:56.188Z | Compiling pest_meta v2.7.14 |
| 1358 | 2025-03-03T04:06:56.214Z | Compiling icu_locid_transform v1.5.0 |
| 1359 | 2025-03-03T04:06:56.407Z | Compiling openssl-sys v0.9.106 |
| 1360 | 2025-03-03T04:06:56.433Z | Compiling scrypt v0.11.0 |
| 1361 | 2025-03-03T04:06:57.142Z | Compiling cbc v0.1.2 |
| 1362 | 2025-03-03T04:06:57.300Z | Compiling aes v0.8.4 |
| 1363 | 2025-03-03T04:06:57.370Z | Compiling icu_properties v1.5.1 |
| 1364 | 2025-03-03T04:06:57.764Z | Compiling bytes v1.10.0 |
| 1365 | 2025-03-03T04:06:57.840Z | Compiling bitflags v2.6.0 |
| 1366 | 2025-03-03T04:06:58.237Z | Compiling indexmap v2.7.1 |
| 1367 | 2025-03-03T04:06:59.049Z | Compiling tokio v1.43.0 |
| 1368 | 2025-03-03T04:06:59.452Z | Compiling semver v1.0.25 |
| 1369 | 2025-03-03T04:06:59.482Z | Compiling http v1.2.0 |
| 1370 | 2025-03-03T04:06:59.541Z | Compiling scroll_derive v0.12.0 |
| 1371 | 2025-03-03T04:06:59.715Z | Compiling num_threads v0.1.7 |
| 1372 | 2025-03-03T04:06:59.846Z | Compiling rustc_version v0.4.1 |
| 1373 | 2025-03-03T04:07:00.032Z | Compiling tinyvec_macros v0.1.1 |
| 1374 | 2025-03-03T04:07:00.137Z | Compiling atomic-waker v1.1.2 |
| 1375 | 2025-03-03T04:07:00.317Z | Compiling tinyvec v1.8.0 |
| 1376 | 2025-03-03T04:07:00.436Z | Compiling icu_normalizer v1.5.0 |
| 1377 | 2025-03-03T04:07:00.630Z | Compiling time v0.3.36 |
| 1378 | 2025-03-03T04:07:00.688Z | Compiling scroll v0.12.0 |
| 1379 | 2025-03-03T04:07:01.164Z | Compiling http-body v1.0.1 |
| 1380 | 2025-03-03T04:07:01.252Z | Compiling which v4.4.2 |
| 1381 | 2025-03-03T04:07:01.355Z | Compiling idna_adapter v1.2.0 |
| 1382 | 2025-03-03T04:07:01.390Z | Compiling pkcs5 v0.7.1 |
| 1383 | 2025-03-03T04:07:01.577Z | Compiling pest_generator v2.7.14 |
| 1384 | 2025-03-03T04:07:01.814Z | Compiling form_urlencoded v1.2.1 |
| 1385 | 2025-03-03T04:07:01.975Z | Compiling rand_chacha v0.3.1 |
| 1386 | 2025-03-03T04:07:02.101Z | Compiling slog v2.7.0 |
| 1387 | 2025-03-03T04:07:02.176Z | Compiling zerocopy v0.8.10 |
| 1388 | 2025-03-03T04:07:02.309Z | Compiling try-lock v0.2.5 |
| 1389 | 2025-03-03T04:07:02.472Z | Compiling goblin v0.8.2 |
| 1390 | 2025-03-03T04:07:02.603Z | Compiling want v0.3.1 |
| 1391 | 2025-03-03T04:07:02.863Z | Compiling rand v0.8.5 |
| 1392 | 2025-03-03T04:07:02.917Z | Compiling pkcs8 v0.10.2 |
| 1393 | 2025-03-03T04:07:03.017Z | Compiling pest_derive v2.7.14 |
| 1394 | 2025-03-03T04:07:03.517Z | Compiling idna v1.0.3 |
| 1395 | 2025-03-03T04:07:03.708Z | Compiling uuid v1.15.1 |
| 1396 | 2025-03-03T04:07:03.810Z | Compiling zerocopy-derive v0.8.10 |
| 1397 | 2025-03-03T04:07:04.565Z | Compiling iana-time-zone v0.1.61 |
| 1398 | 2025-03-03T04:07:04.671Z | Compiling tower-service v0.3.3 |
| 1399 | 2025-03-03T04:07:04.815Z | Compiling adler2 v2.0.0 |
| 1400 | 2025-03-03T04:07:04.887Z | Compiling httpdate v1.0.3 |
| 1401 | 2025-03-03T04:07:04.931Z | Compiling chrono v0.4.40 |
| 1402 | 2025-03-03T04:07:05.042Z | Compiling miniz_oxide v0.8.5 |
| 1403 | 2025-03-03T04:07:05.076Z | Compiling dtrace-parser v0.2.0 |
| 1404 | 2025-03-03T04:07:05.929Z | Compiling serde_tokenstream v0.2.2 |
| 1405 | 2025-03-03T04:07:06.308Z | Compiling tokio-util v0.7.13 |
| 1406 | 2025-03-03T04:07:06.458Z | Compiling toml_datetime v0.6.8 |
| 1407 | 2025-03-03T04:07:06.582Z | Compiling serde_spanned v0.6.8 |
| 1408 | 2025-03-03T04:07:06.809Z | Compiling rustversion v1.0.17 |
| 1409 | 2025-03-03T04:07:06.876Z | Compiling match_cfg v0.1.0 |
| 1410 | 2025-03-03T04:07:06.984Z | Compiling base64 v0.22.1 |
| 1411 | 2025-03-03T04:07:07.382Z | Compiling h2 v0.4.6 |
| 1412 | 2025-03-03T04:07:07.408Z | Compiling dof v0.3.0 |
| 1413 | 2025-03-03T04:07:07.600Z | Compiling foreign-types-shared v0.1.1 |
| 1414 | 2025-03-03T04:07:07.732Z | Compiling openssl v0.10.71 |
| 1415 | 2025-03-03T04:07:07.768Z | Compiling foreign-types v0.3.2 |
| 1416 | 2025-03-03T04:07:07.952Z | Compiling hostname v0.3.1 |
| 1417 | 2025-03-03T04:07:08.140Z | Compiling usdt-impl v0.5.0 |
| 1418 | 2025-03-03T04:07:08.165Z | Compiling url v2.5.3 |
| 1419 | 2025-03-03T04:07:08.697Z | Compiling rand_core v0.9.2 |
| 1420 | 2025-03-03T04:07:09.135Z | Compiling openssl-macros v0.1.1 |
| 1421 | 2025-03-03T04:07:09.411Z | Compiling async-trait v0.1.86 |
| 1422 | 2025-03-03T04:07:09.777Z | Compiling serde_derive_internals v0.29.1 |
| 1423 | 2025-03-03T04:07:09.876Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1424 | 2025-03-03T04:07:10.168Z | Compiling dirs-sys-next v0.1.2 |
| 1425 | 2025-03-03T04:07:10.262Z | Compiling native-tls v0.2.12 |
| 1426 | 2025-03-03T04:07:10.379Z | Compiling siphasher v0.3.11 |
| 1427 | 2025-03-03T04:07:10.591Z | Compiling rustls v0.23.19 |
| 1428 | 2025-03-03T04:07:10.632Z | Compiling data-encoding v2.6.0 |
| 1429 | 2025-03-03T04:07:10.727Z | Compiling rustls v0.22.4 |
| 1430 | 2025-03-03T04:07:10.762Z | Compiling syn v1.0.109 |
| 1431 | 2025-03-03T04:07:10.916Z | Compiling schemars v0.8.22 |
| 1432 | 2025-03-03T04:07:11.108Z | Compiling dirs-next v2.0.0 |
| 1433 | 2025-03-03T04:07:11.418Z | Compiling rand_chacha v0.9.0 |
| 1434 | 2025-03-03T04:07:11.847Z | Compiling schemars_derive v0.8.22 |
| 1435 | 2025-03-03T04:07:12.307Z | Compiling unicode-normalization v0.1.24 |
| 1436 | 2025-03-03T04:07:12.543Z | Compiling http-body-util v0.1.2 |
| 1437 | 2025-03-03T04:07:12.614Z | Compiling heapless v0.7.17 |
| 1438 | 2025-03-03T04:07:13.012Z | Compiling crossbeam-epoch v0.9.18 |
| 1439 | 2025-03-03T04:07:13.039Z | Compiling sha1 v0.10.6 |
| 1440 | 2025-03-03T04:07:13.129Z | Compiling signature v2.2.0 |
| 1441 | 2025-03-03T04:07:13.193Z | Compiling thread_local v1.1.8 |
| 1442 | 2025-03-03T04:07:13.503Z | Compiling crc32fast v1.4.2 |
| 1443 | 2025-03-03T04:07:13.541Z | Compiling cookie v0.18.1 |
| 1444 | 2025-03-03T04:07:13.697Z | Compiling hyper v1.6.0 |
| 1445 | 2025-03-03T04:07:13.727Z | Compiling encoding_rs v0.8.34 |
| 1446 | 2025-03-03T04:07:13.803Z | Compiling multer v3.1.0 |
| 1447 | 2025-03-03T04:07:13.830Z | Compiling ipnet v2.11.0 |
| 1448 | 2025-03-03T04:07:14.097Z | Compiling gimli v0.31.1 |
| 1449 | 2025-03-03T04:07:14.332Z | Compiling slog-async v2.8.0 |
| 1450 | 2025-03-03T04:07:14.790Z | Compiling rayon-core v1.12.1 |
| 1451 | 2025-03-03T04:07:14.827Z | Compiling signal-hook v0.3.17 |
| 1452 | 2025-03-03T04:07:15.034Z | Compiling mime v0.3.17 |
| 1453 | 2025-03-03T04:07:15.064Z | Compiling unicode-properties v0.1.3 |
| 1454 | 2025-03-03T04:07:15.426Z | Compiling dyn-clone v1.0.18 |
| 1455 | 2025-03-03T04:07:15.505Z | Compiling openssl-probe v0.1.5 |
| 1456 | 2025-03-03T04:07:15.639Z | Compiling unicode-bidi v0.3.17 |
| 1457 | 2025-03-03T04:07:15.797Z | Compiling hyper-util v0.1.10 |
| 1458 | 2025-03-03T04:07:16.753Z | Compiling stringprep v0.1.5 |
| 1459 | 2025-03-03T04:07:17.163Z | Compiling toml_edit v0.22.24 |
| 1460 | 2025-03-03T04:07:17.473Z | Compiling crossbeam-deque v0.8.5 |
| 1461 | 2025-03-03T04:07:17.649Z | Compiling addr2line v0.24.2 |
| 1462 | 2025-03-03T04:07:17.920Z | Compiling rand v0.9.0 |
| 1463 | 2025-03-03T04:07:18.117Z | Compiling term v0.7.0 |
| 1464 | 2025-03-03T04:07:18.267Z | Compiling usdt-macro v0.5.0 |
| 1465 | 2025-03-03T04:07:18.293Z | Compiling usdt-attr-macro v0.5.0 |
| 1466 | 2025-03-03T04:07:18.914Z | Compiling slog-json v2.6.1 |
| 1467 | 2025-03-03T04:07:19.238Z | Compiling serde_urlencoded v0.7.1 |
| 1468 | 2025-03-03T04:07:19.265Z | Compiling curve25519-dalek v4.1.3 |
| 1469 | 2025-03-03T04:07:19.497Z | Compiling crossbeam-channel v0.5.13 |
| 1470 | 2025-03-03T04:07:19.523Z | Compiling futures-executor v0.3.31 |
| 1471 | 2025-03-03T04:07:19.591Z | Compiling enum-as-inner v0.6.1 |
| 1472 | 2025-03-03T04:07:19.713Z | Compiling md-5 v0.10.6 |
| 1473 | 2025-03-03T04:07:19.873Z | Compiling async-stream-impl v0.3.6 |
| 1474 | 2025-03-03T04:07:19.966Z | Compiling rustls-pemfile v2.2.0 |
| 1475 | 2025-03-03T04:07:19.993Z | Compiling num-integer v0.1.46 |
| 1476 | 2025-03-03T04:07:20.282Z | Compiling hash32 v0.2.1 |
| 1477 | 2025-03-03T04:07:20.415Z | Compiling ff v0.13.0 |
| 1478 | 2025-03-03T04:07:20.455Z | Compiling is-terminal v0.4.13 |
| 1479 | 2025-03-03T04:07:20.597Z | Compiling dropshot v0.12.0 |
| 1480 | 2025-03-03T04:07:20.625Z | Compiling memoffset v0.9.1 |
| 1481 | 2025-03-03T04:07:20.652Z | Compiling object v0.36.5 |
| 1482 | 2025-03-03T04:07:20.686Z | Compiling psl-types v2.0.11 |
| 1483 | 2025-03-03T04:07:20.875Z | Compiling linked-hash-map v0.5.6 |
| 1484 | 2025-03-03T04:07:20.908Z | Compiling rustc-demangle v0.1.24 |
| 1485 | 2025-03-03T04:07:20.936Z | Compiling utf-8 v0.7.6 |
| 1486 | 2025-03-03T04:07:20.964Z | Compiling take_mut v0.2.2 |
| 1487 | 2025-03-03T04:07:21.142Z | Compiling litrs v0.4.1 |
| 1488 | 2025-03-03T04:07:21.191Z | Compiling anyhow v1.0.96 |
| 1489 | 2025-03-03T04:07:21.256Z | Compiling num-bigint-dig v0.8.4 |
| 1490 | 2025-03-03T04:07:21.543Z | Compiling cfg_aliases v0.2.1 |
| 1491 | 2025-03-03T04:07:21.655Z | Compiling quick-error v1.2.3 |
| 1492 | 2025-03-03T04:07:21.693Z | Compiling fallible-iterator v0.2.0 |
| 1493 | 2025-03-03T04:07:21.745Z | Compiling smoltcp v0.9.1 |
| 1494 | 2025-03-03T04:07:21.820Z | Compiling base16ct v0.2.0 |
| 1495 | 2025-03-03T04:07:22.121Z | Compiling portable-atomic v1.9.0 |
| 1496 | 2025-03-03T04:07:22.146Z | Compiling document-features v0.2.10 |
| 1497 | 2025-03-03T04:07:22.300Z | Compiling postgres-protocol v0.6.8 |
| 1498 | 2025-03-03T04:07:22.353Z | Compiling sec1 v0.7.3 |
| 1499 | 2025-03-03T04:07:22.849Z | Compiling resolv-conf v0.7.0 |
| 1500 | 2025-03-03T04:07:23.162Z | Compiling nix v0.29.0 |
| 1501 | 2025-03-03T04:07:23.416Z | Compiling tungstenite v0.24.0 |
| 1502 | 2025-03-03T04:07:23.462Z | Compiling lru-cache v0.1.2 |
| 1503 | 2025-03-03T04:07:23.558Z | Compiling async-stream v0.3.6 |
| 1504 | 2025-03-03T04:07:23.861Z | Compiling publicsuffix v2.3.0 |
| 1505 | 2025-03-03T04:07:23.900Z | Compiling usdt v0.5.0 |
| 1506 | 2025-03-03T04:07:23.985Z | Compiling group v0.13.0 |
| 1507 | 2025-03-03T04:07:24.148Z | Compiling slog-term v2.9.1 |
| 1508 | 2025-03-03T04:07:24.355Z | Compiling hickory-proto v0.24.4 |
| 1509 | 2025-03-03T04:07:24.398Z | Compiling num-iter v0.1.45 |
| 1510 | 2025-03-03T04:07:24.589Z | Compiling toml v0.8.20 |
| 1511 | 2025-03-03T04:07:25.144Z | Compiling futures v0.3.31 |
| 1512 | 2025-03-03T04:07:25.196Z | Compiling slog-bunyan v2.5.0 |
| 1513 | 2025-03-03T04:07:25.251Z | Compiling bzip2 v0.4.4 |
| 1514 | 2025-03-03T04:07:25.622Z | Compiling tokio-native-tls v0.3.1 |
| 1515 | 2025-03-03T04:07:26.466Z | Compiling camino v1.1.9 |
| 1516 | 2025-03-03T04:07:26.665Z | Compiling backtrace v0.3.74 |
| 1517 | 2025-03-03T04:07:26.694Z | Compiling flate2 v1.1.0 |
| 1518 | 2025-03-03T04:07:26.771Z | Compiling phf_shared v0.11.2 |
| 1519 | 2025-03-03T04:07:26.925Z | Compiling dropshot_endpoint v0.12.0 |
| 1520 | 2025-03-03T04:07:27.114Z | Compiling terminal_size v0.4.0 |
| 1521 | 2025-03-03T04:07:27.139Z | Compiling waitgroup v0.1.2 |
| 1522 | 2025-03-03T04:07:27.335Z | Compiling openapiv3 v2.0.0 |
| 1523 | 2025-03-03T04:07:27.359Z | Compiling serde_path_to_error v0.1.16 |
| 1524 | 2025-03-03T04:07:27.476Z | Compiling hkdf v0.12.4 |
| 1525 | 2025-03-03T04:07:27.733Z | Compiling crypto-bigint v0.5.5 |
| 1526 | 2025-03-03T04:07:28.028Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1527 | 2025-03-03T04:07:28.210Z | Compiling hubpack_derive v0.1.1 |
| 1528 | 2025-03-03T04:07:28.958Z | Compiling zerocopy-derive v0.6.6 |
| 1529 | 2025-03-03T04:07:29.139Z | Compiling webpki-roots v0.26.6 |
| 1530 | 2025-03-03T04:07:29.266Z | Compiling sync_wrapper v1.0.1 |
| 1531 | 2025-03-03T04:07:29.328Z | Compiling hostname v0.4.0 |
| 1532 | 2025-03-03T04:07:29.413Z | Compiling fs-err v2.11.0 |
| 1533 | 2025-03-03T04:07:29.518Z | Compiling ahash v0.8.11 |
| 1534 | 2025-03-03T04:07:29.672Z | Compiling winnow v0.5.40 |
| 1535 | 2025-03-03T04:07:29.796Z | Compiling managed v0.8.0 |
| 1536 | 2025-03-03T04:07:30.172Z | Compiling lockfree-object-pool v0.1.6 |
| 1537 | 2025-03-03T04:07:30.286Z | Compiling buf-list v1.0.3 |
| 1538 | 2025-03-03T04:07:30.413Z | Compiling newtype-uuid v1.2.1 |
| 1539 | 2025-03-03T04:07:30.541Z | Compiling zip v2.1.3 |
| 1540 | 2025-03-03T04:07:30.640Z | Compiling unicode-width v0.2.0 |
| 1541 | 2025-03-03T04:07:30.669Z | Compiling bumpalo v3.16.0 |
| 1542 | 2025-03-03T04:07:30.827Z | Compiling simd-adler32 v0.3.7 |
| 1543 | 2025-03-03T04:07:30.851Z | Compiling tower-layer v0.3.3 |
| 1544 | 2025-03-03T04:07:31.094Z | Compiling debug-ignore v1.0.5 |
| 1545 | 2025-03-03T04:07:31.126Z | Compiling tower v0.5.2 |
| 1546 | 2025-03-03T04:07:31.150Z | Compiling console v0.15.10 |
| 1547 | 2025-03-03T04:07:31.271Z | Compiling zopfli v0.8.1 |
| 1548 | 2025-03-03T04:07:31.869Z | Compiling zerocopy v0.6.6 |
| 1549 | 2025-03-03T04:07:32.041Z | Compiling strum_macros v0.25.3 |
| 1550 | 2025-03-03T04:07:32.296Z | Compiling elliptic-curve v0.13.8 |
| 1551 | 2025-03-03T04:07:32.493Z | Compiling toml_edit v0.19.15 |
| 1552 | 2025-03-03T04:07:32.597Z | Compiling clap_builder v4.5.31 |
| 1553 | 2025-03-03T04:07:32.801Z | Compiling hickory-resolver v0.24.4 |
| 1554 | 2025-03-03T04:07:33.003Z | Compiling hubpack v0.1.2 |
| 1555 | 2025-03-03T04:07:33.434Z | Compiling phf v0.11.2 |
| 1556 | 2025-03-03T04:07:33.679Z | Compiling signal-hook-mio v0.2.4 |
| 1557 | 2025-03-03T04:07:33.837Z | Compiling rayon v1.10.0 |
| 1558 | 2025-03-03T04:07:33.863Z | Compiling cookie_store v0.21.1 |
| 1559 | 2025-03-03T04:07:35.052Z | Compiling hyper-tls v0.6.0 |
| 1560 | 2025-03-03T04:07:35.434Z | Compiling tokio-tungstenite v0.24.0 |
| 1561 | 2025-03-03T04:07:37.110Z | Compiling postgres-types v0.2.9 |
| 1562 | 2025-03-03T04:07:37.386Z | Compiling ed25519 v2.2.3 |
| 1563 | 2025-03-03T04:07:37.450Z | Compiling phf_shared v0.10.0 |
| 1564 | 2025-03-03T04:07:37.782Z | Compiling tokio-stream v0.1.17 |
| 1565 | 2025-03-03T04:07:38.175Z | Compiling pkcs1 v0.7.5 |
| 1566 | 2025-03-03T04:07:38.353Z | Compiling serde-big-array v0.5.1 |
| 1567 | 2025-03-03T04:07:38.572Z | Compiling clap_derive v4.5.28 |
| 1568 | 2025-03-03T04:07:38.628Z | Compiling rfc6979 v0.4.0 |
| 1569 | 2025-03-03T04:07:38.820Z | Compiling derive-where v1.2.7 |
| 1570 | 2025-03-03T04:07:38.903Z | Compiling serde_repr v0.1.19 |
| 1571 | 2025-03-03T04:07:38.931Z | Compiling bstr v1.10.0 |
| 1572 | 2025-03-03T04:07:38.985Z | Compiling float-cmp v0.10.0 |
| 1573 | 2025-03-03T04:07:39.225Z | Compiling number_prefix v0.4.0 |
| 1574 | 2025-03-03T04:07:39.298Z | Compiling predicates-core v1.0.8 |
| 1575 | 2025-03-03T04:07:39.461Z | Compiling whoami v1.5.2 |
| 1576 | 2025-03-03T04:07:39.624Z | Compiling precomputed-hash v0.1.1 |
| 1577 | 2025-03-03T04:07:39.745Z | Compiling unicode-segmentation v1.12.0 |
| 1578 | 2025-03-03T04:07:39.847Z | Compiling difflib v0.4.0 |
| 1579 | 2025-03-03T04:07:40.007Z | Compiling new_debug_unreachable v1.0.6 |
| 1580 | 2025-03-03T04:07:40.093Z | Compiling static_assertions v1.1.0 |
| 1581 | 2025-03-03T04:07:40.258Z | Compiling normalize-line-endings v0.3.0 |
| 1582 | 2025-03-03T04:07:40.365Z | Compiling fixedbitset v0.4.2 |
| 1583 | 2025-03-03T04:07:40.408Z | Compiling similar v2.7.0 |
| 1584 | 2025-03-03T04:07:40.524Z | Compiling predicates v3.1.3 |
| 1585 | 2025-03-03T04:07:40.792Z | Compiling petgraph v0.6.5 |
| 1586 | 2025-03-03T04:07:41.056Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1587 | 2025-03-03T04:07:41.486Z | Compiling string_cache v0.8.7 |
| 1588 | 2025-03-03T04:07:41.851Z | Compiling tokio-postgres v0.7.13 |
| 1589 | 2025-03-03T04:07:41.875Z | Compiling indicatif v0.17.11 |
| 1590 | 2025-03-03T04:07:42.171Z | Compiling ecdsa v0.16.9 |
| 1591 | 2025-03-03T04:07:42.201Z | Compiling clap v4.5.31 |
| 1592 | 2025-03-03T04:07:42.331Z | Compiling rsa v0.9.6 |
| 1593 | 2025-03-03T04:07:42.916Z | Compiling ed25519-dalek v2.1.1 |
| 1594 | 2025-03-03T04:07:43.875Z | Compiling toml v0.7.8 |
| 1595 | 2025-03-03T04:07:44.044Z | Compiling crossterm v0.28.1 |
| 1596 | 2025-03-03T04:07:46.302Z | Compiling zip v0.6.6 |
| 1597 | 2025-03-03T04:07:46.471Z | Compiling hex v0.4.3 |
| 1598 | 2025-03-03T04:07:46.636Z | Compiling x509-cert v0.2.5 |
| 1599 | 2025-03-03T04:07:46.719Z | Compiling itertools v0.10.5 |
| 1600 | 2025-03-03T04:07:46.805Z | Compiling lalrpop-util v0.19.12 |
| 1601 | 2025-03-03T04:07:46.984Z | Compiling peg-runtime v0.8.3 |
| 1602 | 2025-03-03T04:07:47.127Z | Compiling unicode-xid v0.2.6 |
| 1603 | 2025-03-03T04:07:47.302Z | Compiling strum_macros v0.26.4 |
| 1604 | 2025-03-03T04:07:47.417Z | Compiling xattr v1.3.1 |
| 1605 | 2025-03-03T04:07:47.442Z | Compiling filetime v0.2.25 |
| 1606 | 2025-03-03T04:07:47.666Z | Compiling tar v0.4.44 |
| 1607 | 2025-03-03T04:07:50.778Z | Compiling strum v0.26.3 |
| 1608 | 2025-03-03T04:07:53.483Z | Compiling aws-lc-sys v0.26.0 |
| 1609 | 2025-03-03T04:08:26.487Z | Compiling rustls-webpki v0.102.8 |
| 1610 | 2025-03-03T04:08:30.579Z | Compiling tokio-rustls v0.25.0 |
| 1611 | 2025-03-03T04:08:32.559Z | Compiling tokio-rustls v0.26.0 |
| 1612 | 2025-03-03T04:08:32.883Z | Compiling hyper-rustls v0.27.3 |
| 1613 | 2025-03-03T04:08:33.227Z | Compiling reqwest v0.12.12 |
| 1614 | 2025-03-03T04:08:34.659Z | Compiling qorb v0.2.1 |
| 1615 | 2025-03-03T04:08:37.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1616 | 2025-03-03T04:08:38.265Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1617 | 2025-03-03T04:08:43.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1618 | 2025-03-03T04:08:43.875Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1619 | 2025-03-03T04:08:43.931Z | Mar 03 04:08:43.515 INFO Starting download, target: Clickhouse |
| 1620 | 2025-03-03T04:08:43.931Z | Mar 03 04:08:43.515 INFO Starting download, target: Cockroach |
| 1621 | 2025-03-03T04:08:43.931Z | Mar 03 04:08:43.515 INFO Starting download, target: Console |
| 1622 | 2025-03-03T04:08:43.932Z | Mar 03 04:08:43.515 INFO Starting download, target: DendriteOpenapi |
| 1623 | 2025-03-03T04:08:43.957Z | Mar 03 04:08:43.515 INFO Starting download, target: DendriteStub |
| 1624 | 2025-03-03T04:08:43.957Z | Mar 03 04:08:43.515 INFO Starting download, target: MaghemiteMgd |
| 1625 | 2025-03-03T04:08:43.957Z | Mar 03 04:08:43.515 INFO Starting download, target: TransceiverControl |
| 1626 | 2025-03-03T04:08:43.957Z | Mar 03 04:08:43.517 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1627 | 2025-03-03T04:08:43.957Z | Mar 03 04:08:43.517 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1628 | 2025-03-03T04:08:43.957Z | Mar 03 04:08:43.517 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1629 | 2025-03-03T04:08:43.957Z | Mar 03 04:08:43.517 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1630 | 2025-03-03T04:08:43.958Z | Mar 03 04:08:43.517 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1631 | 2025-03-03T04:08:43.958Z | Mar 03 04:08:43.517 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1632 | 2025-03-03T04:08:43.958Z | Mar 03 04:08:43.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1633 | 2025-03-03T04:08:44.220Z | Mar 03 04:08:43.793 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1634 | 2025-03-03T04:08:44.350Z | Mar 03 04:08:43.933 INFO Download complete, target: DendriteOpenapi |
| 1635 | 2025-03-03T04:08:44.567Z | Mar 03 04:08:44.149 INFO Download complete, target: Console |
| 1636 | 2025-03-03T04:08:44.719Z | Mar 03 04:08:44.297 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1637 | 2025-03-03T04:08:45.107Z | Mar 03 04:08:44.691 INFO Download complete, target: TransceiverControl |
| 1638 | 2025-03-03T04:08:46.926Z | Mar 03 04:08:46.511 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1639 | 2025-03-03T04:08:47.449Z | Mar 03 04:08:47.017 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1640 | 2025-03-03T04:08:48.537Z | Mar 03 04:08:48.122 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1641 | 2025-03-03T04:08:48.537Z | Mar 03 04:08:48.122 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1642 | 2025-03-03T04:08:49.585Z | Mar 03 04:08:49.170 INFO Download complete, target: MaghemiteMgd |
| 1643 | 2025-03-03T04:08:49.990Z | Mar 03 04:08:49.575 INFO Download complete, target: DendriteStub |
| 1644 | 2025-03-03T04:08:56.214Z | Mar 03 04:08:55.800 INFO Checking that binary works, target: Cockroach |
| 1645 | 2025-03-03T04:08:56.512Z | Mar 03 04:08:56.098 INFO Download complete, target: Cockroach |
| 1646 | 2025-03-03T04:08:59.584Z | Mar 03 04:08:59.170 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1647 | 2025-03-03T04:09:11.373Z | Mar 03 04:09:10.960 INFO Checking that binary works, target: Clickhouse |
| 1648 | 2025-03-03T04:09:11.548Z | Mar 03 04:09:11.135 INFO Download complete, target: Clickhouse |
| 1649 | 2025-03-03T04:09:11.583Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1650 | 2025-03-03T04:09:11.610Z | |
| 1651 | 2025-03-03T04:09:11.610Z | real 5:30.425336130 |
| 1652 | 2025-03-03T04:09:11.610Z | user 14:14.194404322 |
| 1653 | 2025-03-03T04:09:11.610Z | sys 2:22.530774880 |
| 1654 | 2025-03-03T04:09:11.610Z | trap 0.524577511 |
| 1655 | 2025-03-03T04:09:11.610Z | tflt 0.441609962 |
| 1656 | 2025-03-03T04:09:11.610Z | dflt 1.387569416 |
| 1657 | 2025-03-03T04:09:11.610Z | kflt 0.009467794 |
| 1658 | 2025-03-03T04:09:11.610Z | lock 25:27.973004915 |
| 1659 | 2025-03-03T04:09:11.610Z | slp 51:54.395705062 |
| 1660 | 2025-03-03T04:09:11.610Z | lat 1:06.780838933 |
| 1661 | 2025-03-03T04:09:11.610Z | stop 2:30.762163277 |
| 1662 | 2025-03-03T04:09:11.610Z | + banner hack-check |
| 1663 | 2025-03-03T04:09:11.610Z | |
| 1664 | 2025-03-03T04:09:11.610Z | # # ## #### # # #### # # ###### #### # # |
| 1665 | 2025-03-03T04:09:11.610Z | # # # # # # # # # # # # # # # # # |
| 1666 | 2025-03-03T04:09:11.611Z | ###### # # # #### ##### # ###### ##### # #### |
| 1667 | 2025-03-03T04:09:11.611Z | # # ###### # # # # # # # # # # |
| 1668 | 2025-03-03T04:09:11.611Z | # # # # # # # # # # # # # # # # # |
| 1669 | 2025-03-03T04:09:11.611Z | # # # # #### # # #### # # ###### #### # # |
| 1670 | 2025-03-03T04:09:11.611Z | |
| 1671 | 2025-03-03T04:09:11.611Z | + export CARGO_INCREMENTAL=0 |
| 1672 | 2025-03-03T04:09:11.611Z | + CARGO_INCREMENTAL=0 |
| 1673 | 2025-03-03T04:09:11.611Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1674 | 2025-03-03T04:09:12.443Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1675 | 2025-03-03T04:09:16.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 1676 | 2025-03-03T04:09:16.092Z | Running `target/debug/xtask check-features --ci` |
| 1677 | 2025-03-03T04:09:16.126Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1678 | 2025-03-03T04:09:16.126Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1679 | 2025-03-03T04:09:16.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1680 | 2025-03-03T04:09:16.944Z | Running `target/debug/xtask download cargo-hack` |
| 1681 | 2025-03-03T04:09:18.321Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1682 | 2025-03-03T04:09:18.723Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1683 | 2025-03-03T04:09:23.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
| 1684 | 2025-03-03T04:09:23.737Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1685 | 2025-03-03T04:09:23.783Z | Mar 03 04:09:23.371 INFO Starting download, target: CargoHack |
| 1686 | 2025-03-03T04:09:23.808Z | Mar 03 04:09:23.372 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1687 | 2025-03-03T04:09:24.477Z | Mar 03 04:09:24.064 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1688 | 2025-03-03T04:09:24.565Z | Mar 03 04:09:24.153 INFO Download complete, target: CargoHack |
| 1689 | 2025-03-03T04:09:24.590Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1690 | 2025-03-03T04:09:24.615Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1691 | 2025-03-03T04:09:24.817Z | info: running `cargo check --bins` on api_identity (1/196) |
| 1692 | 2025-03-03T04:09:25.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1693 | 2025-03-03T04:09:25.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1694 | 2025-03-03T04:09:25.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1695 | 2025-03-03T04:09:25.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1696 | 2025-03-03T04:09:25.667Z | |
| 1697 | 2025-03-03T04:09:25.667Z | info: running `cargo check --bins` on bootstore (2/196) |
| 1698 | 2025-03-03T04:09:26.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1699 | 2025-03-03T04:09:26.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1700 | 2025-03-03T04:09:26.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1701 | 2025-03-03T04:09:26.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1702 | 2025-03-03T04:09:26.570Z | |
| 1703 | 2025-03-03T04:09:26.570Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/196) |
| 1704 | 2025-03-03T04:09:27.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1705 | 2025-03-03T04:09:27.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1706 | 2025-03-03T04:09:27.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1707 | 2025-03-03T04:09:27.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1708 | 2025-03-03T04:09:27.549Z | |
| 1709 | 2025-03-03T04:09:27.549Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/196) |
| 1710 | 2025-03-03T04:09:28.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1711 | 2025-03-03T04:09:28.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1712 | 2025-03-03T04:09:28.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1713 | 2025-03-03T04:09:28.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1714 | 2025-03-03T04:09:28.440Z | |
| 1715 | 2025-03-03T04:09:28.440Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/196) |
| 1716 | 2025-03-03T04:09:28.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1717 | 2025-03-03T04:09:28.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1718 | 2025-03-03T04:09:28.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1719 | 2025-03-03T04:09:28.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1720 | 2025-03-03T04:09:29.018Z | |
| 1721 | 2025-03-03T04:09:29.018Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/196) |
| 1722 | 2025-03-03T04:09:29.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1723 | 2025-03-03T04:09:29.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1724 | 2025-03-03T04:09:29.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1725 | 2025-03-03T04:09:29.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1726 | 2025-03-03T04:09:29.626Z | |
| 1727 | 2025-03-03T04:09:29.626Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/196) |
| 1728 | 2025-03-03T04:09:30.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1729 | 2025-03-03T04:09:30.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1730 | 2025-03-03T04:09:30.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1731 | 2025-03-03T04:09:30.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1732 | 2025-03-03T04:09:30.210Z | |
| 1733 | 2025-03-03T04:09:30.210Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/196) |
| 1734 | 2025-03-03T04:09:30.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1735 | 2025-03-03T04:09:30.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1736 | 2025-03-03T04:09:30.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1737 | 2025-03-03T04:09:30.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1738 | 2025-03-03T04:09:30.813Z | |
| 1739 | 2025-03-03T04:09:30.813Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/196) |
| 1740 | 2025-03-03T04:09:31.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-03-03T04:09:31.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-03-03T04:09:31.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-03-03T04:09:31.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1744 | 2025-03-03T04:09:31.422Z | |
| 1745 | 2025-03-03T04:09:31.422Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/196) |
| 1746 | 2025-03-03T04:09:31.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-03-03T04:09:31.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-03-03T04:09:31.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-03-03T04:09:31.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1750 | 2025-03-03T04:09:32.009Z | |
| 1751 | 2025-03-03T04:09:32.009Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/196) |
| 1752 | 2025-03-03T04:09:32.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-03-03T04:09:32.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-03-03T04:09:32.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-03-03T04:09:32.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1756 | 2025-03-03T04:09:32.623Z | |
| 1757 | 2025-03-03T04:09:32.623Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/196) |
| 1758 | 2025-03-03T04:09:33.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-03-03T04:09:33.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-03-03T04:09:33.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-03-03T04:09:33.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1762 | 2025-03-03T04:09:33.227Z | |
| 1763 | 2025-03-03T04:09:33.227Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/196) |
| 1764 | 2025-03-03T04:09:33.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-03-03T04:09:33.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-03-03T04:09:33.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-03-03T04:09:33.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1768 | 2025-03-03T04:09:33.834Z | |
| 1769 | 2025-03-03T04:09:33.834Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/196) |
| 1770 | 2025-03-03T04:09:34.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-03-03T04:09:34.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-03-03T04:09:34.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-03-03T04:09:34.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1774 | 2025-03-03T04:09:34.448Z | |
| 1775 | 2025-03-03T04:09:34.448Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/196) |
| 1776 | 2025-03-03T04:09:34.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-03-03T04:09:35.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-03-03T04:09:35.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-03-03T04:09:35.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1780 | 2025-03-03T04:09:35.057Z | |
| 1781 | 2025-03-03T04:09:35.057Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/196) |
| 1782 | 2025-03-03T04:09:35.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-03-03T04:09:35.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-03-03T04:09:35.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-03-03T04:09:35.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1786 | 2025-03-03T04:09:35.643Z | |
| 1787 | 2025-03-03T04:09:35.643Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/196) |
| 1788 | 2025-03-03T04:09:36.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-03-03T04:09:36.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-03-03T04:09:36.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-03-03T04:09:36.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1792 | 2025-03-03T04:09:36.262Z | |
| 1793 | 2025-03-03T04:09:36.262Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/196) |
| 1794 | 2025-03-03T04:09:36.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-03-03T04:09:36.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-03-03T04:09:36.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-03-03T04:09:36.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1798 | 2025-03-03T04:09:36.890Z | |
| 1799 | 2025-03-03T04:09:36.890Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/196) |
| 1800 | 2025-03-03T04:09:37.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-03-03T04:09:37.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-03-03T04:09:37.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-03-03T04:09:37.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1804 | 2025-03-03T04:09:37.501Z | |
| 1805 | 2025-03-03T04:09:37.501Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/196) |
| 1806 | 2025-03-03T04:09:38.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-03-03T04:09:38.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-03-03T04:09:38.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-03-03T04:09:38.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1810 | 2025-03-03T04:09:38.109Z | |
| 1811 | 2025-03-03T04:09:38.109Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/196) |
| 1812 | 2025-03-03T04:09:38.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-03-03T04:09:38.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-03-03T04:09:38.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-03-03T04:09:38.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1816 | 2025-03-03T04:09:38.725Z | |
| 1817 | 2025-03-03T04:09:38.725Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/196) |
| 1818 | 2025-03-03T04:09:39.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-03-03T04:09:39.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-03-03T04:09:39.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-03-03T04:09:39.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1822 | 2025-03-03T04:09:39.329Z | |
| 1823 | 2025-03-03T04:09:39.330Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/196) |
| 1824 | 2025-03-03T04:09:39.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-03-03T04:09:39.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-03-03T04:09:39.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-03-03T04:09:39.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1828 | 2025-03-03T04:09:39.936Z | |
| 1829 | 2025-03-03T04:09:39.936Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/196) |
| 1830 | 2025-03-03T04:09:40.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-03-03T04:09:40.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-03-03T04:09:40.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-03-03T04:09:40.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1834 | 2025-03-03T04:09:40.549Z | |
| 1835 | 2025-03-03T04:09:40.549Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/196) |
| 1836 | 2025-03-03T04:09:41.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-03-03T04:09:41.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-03-03T04:09:41.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-03-03T04:09:41.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1840 | 2025-03-03T04:09:41.178Z | |
| 1841 | 2025-03-03T04:09:41.178Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/196) |
| 1842 | 2025-03-03T04:09:41.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-03-03T04:09:41.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-03-03T04:09:41.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-03-03T04:09:41.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1846 | 2025-03-03T04:09:41.815Z | |
| 1847 | 2025-03-03T04:09:41.815Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/196) |
| 1848 | 2025-03-03T04:09:42.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-03-03T04:09:42.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-03-03T04:09:42.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-03-03T04:09:42.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1852 | 2025-03-03T04:09:42.408Z | |
| 1853 | 2025-03-03T04:09:42.408Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/196) |
| 1854 | 2025-03-03T04:09:42.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-03-03T04:09:42.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-03-03T04:09:42.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-03-03T04:09:42.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1858 | 2025-03-03T04:09:43.009Z | |
| 1859 | 2025-03-03T04:09:43.009Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/196) |
| 1860 | 2025-03-03T04:09:43.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-03-03T04:09:43.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-03-03T04:09:43.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-03-03T04:09:43.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1864 | 2025-03-03T04:09:43.606Z | |
| 1865 | 2025-03-03T04:09:43.606Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/196) |
| 1866 | 2025-03-03T04:09:44.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-03-03T04:09:44.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-03-03T04:09:44.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-03-03T04:09:44.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1870 | 2025-03-03T04:09:44.216Z | |
| 1871 | 2025-03-03T04:09:44.216Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/196) |
| 1872 | 2025-03-03T04:09:44.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-03-03T04:09:44.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-03-03T04:09:44.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-03-03T04:09:44.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1876 | 2025-03-03T04:09:44.787Z | |
| 1877 | 2025-03-03T04:09:44.787Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/196) |
| 1878 | 2025-03-03T04:09:45.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-03-03T04:09:45.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-03-03T04:09:45.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-03-03T04:09:45.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1882 | 2025-03-03T04:09:45.396Z | |
| 1883 | 2025-03-03T04:09:45.396Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/196) |
| 1884 | 2025-03-03T04:09:45.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-03-03T04:09:45.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-03-03T04:09:45.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-03-03T04:09:45.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1888 | 2025-03-03T04:09:46.018Z | |
| 1889 | 2025-03-03T04:09:46.018Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/196) |
| 1890 | 2025-03-03T04:09:46.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-03-03T04:09:46.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-03-03T04:09:46.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-03-03T04:09:46.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1894 | 2025-03-03T04:09:46.617Z | |
| 1895 | 2025-03-03T04:09:46.617Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/196) |
| 1896 | 2025-03-03T04:09:47.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-03-03T04:09:47.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-03-03T04:09:47.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-03-03T04:09:47.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1900 | 2025-03-03T04:09:47.202Z | |
| 1901 | 2025-03-03T04:09:47.202Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/196) |
| 1902 | 2025-03-03T04:09:47.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-03-03T04:09:47.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-03-03T04:09:47.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-03-03T04:09:47.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1906 | 2025-03-03T04:09:47.793Z | |
| 1907 | 2025-03-03T04:09:47.793Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/196) |
| 1908 | 2025-03-03T04:09:48.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-03-03T04:09:48.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-03-03T04:09:48.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-03-03T04:09:48.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1912 | 2025-03-03T04:09:48.391Z | |
| 1913 | 2025-03-03T04:09:48.391Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/196) |
| 1914 | 2025-03-03T04:09:48.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-03-03T04:09:48.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-03-03T04:09:48.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-03-03T04:09:48.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1918 | 2025-03-03T04:09:48.987Z | |
| 1919 | 2025-03-03T04:09:48.987Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/196) |
| 1920 | 2025-03-03T04:09:49.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-03-03T04:09:49.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-03-03T04:09:49.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2025-03-03T04:09:49.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1924 | 2025-03-03T04:09:49.590Z | |
| 1925 | 2025-03-03T04:09:49.590Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/196) |
| 1926 | 2025-03-03T04:09:50.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2025-03-03T04:09:50.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2025-03-03T04:09:50.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2025-03-03T04:09:50.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1930 | 2025-03-03T04:09:50.229Z | |
| 1931 | 2025-03-03T04:09:50.229Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/196) |
| 1932 | 2025-03-03T04:09:50.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2025-03-03T04:09:50.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2025-03-03T04:09:50.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2025-03-03T04:09:50.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1936 | 2025-03-03T04:09:50.857Z | |
| 1937 | 2025-03-03T04:09:50.857Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/196) |
| 1938 | 2025-03-03T04:09:51.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2025-03-03T04:09:51.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2025-03-03T04:09:51.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2025-03-03T04:09:51.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1942 | 2025-03-03T04:09:51.485Z | |
| 1943 | 2025-03-03T04:09:51.485Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/196) |
| 1944 | 2025-03-03T04:09:52.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2025-03-03T04:09:52.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2025-03-03T04:09:52.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2025-03-03T04:09:52.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1948 | 2025-03-03T04:09:52.102Z | |
| 1949 | 2025-03-03T04:09:52.102Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/196) |
| 1950 | 2025-03-03T04:09:52.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2025-03-03T04:09:52.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2025-03-03T04:09:52.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2025-03-03T04:09:52.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1954 | 2025-03-03T04:09:52.708Z | |
| 1955 | 2025-03-03T04:09:52.708Z | info: running `cargo check --bins` on sled-hardware-types (45/196) |
| 1956 | 2025-03-03T04:09:53.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2025-03-03T04:09:53.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2025-03-03T04:09:53.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2025-03-03T04:09:53.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1960 | 2025-03-03T04:09:53.593Z | |
| 1961 | 2025-03-03T04:09:53.593Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/196) |
| 1962 | 2025-03-03T04:09:54.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2025-03-03T04:09:54.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2025-03-03T04:09:54.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2025-03-03T04:09:54.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1966 | 2025-03-03T04:09:54.461Z | |
| 1967 | 2025-03-03T04:09:54.461Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/196) |
| 1968 | 2025-03-03T04:09:55.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2025-03-03T04:09:55.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2025-03-03T04:09:55.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2025-03-03T04:09:55.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1972 | 2025-03-03T04:09:55.373Z | |
| 1973 | 2025-03-03T04:09:55.373Z | info: running `cargo check --bins` on oxlog (48/196) |
| 1974 | 2025-03-03T04:09:56.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2025-03-03T04:09:56.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2025-03-03T04:09:56.251Z | Checking cfg-if v1.0.0 |
| 1977 | 2025-03-03T04:09:56.275Z | Checking libc v0.2.170 |
| 1978 | 2025-03-03T04:09:56.276Z | Checking serde v1.0.218 |
| 1979 | 2025-03-03T04:09:56.276Z | Checking zeroize v1.8.1 |
| 1980 | 2025-03-03T04:09:56.327Z | Checking memchr v2.7.4 |
| 1981 | 2025-03-03T04:09:56.352Z | Checking typenum v1.17.0 |
| 1982 | 2025-03-03T04:09:56.352Z | Checking value-bag v1.9.0 |
| 1983 | 2025-03-03T04:09:56.380Z | Checking subtle v2.6.1 |
| 1984 | 2025-03-03T04:09:56.406Z | Checking scopeguard v1.2.0 |
| 1985 | 2025-03-03T04:09:56.542Z | Checking smallvec v1.14.0 |
| 1986 | 2025-03-03T04:09:56.572Z | Checking lock_api v0.4.12 |
| 1987 | 2025-03-03T04:09:56.641Z | Checking itoa v1.0.11 |
| 1988 | 2025-03-03T04:09:56.729Z | Checking log v0.4.22 |
| 1989 | 2025-03-03T04:09:56.842Z | Checking const-oid v0.9.6 |
| 1990 | 2025-03-03T04:09:56.866Z | Checking pin-project-lite v0.2.14 |
| 1991 | 2025-03-03T04:09:56.931Z | Checking byteorder v1.5.0 |
| 1992 | 2025-03-03T04:09:56.980Z | Checking once_cell v1.20.3 |
| 1993 | 2025-03-03T04:09:57.082Z | Checking futures-core v0.3.31 |
| 1994 | 2025-03-03T04:09:57.187Z | Checking futures-sink v0.3.31 |
| 1995 | 2025-03-03T04:09:57.212Z | Checking getrandom v0.2.15 |
| 1996 | 2025-03-03T04:09:57.257Z | Checking generic-array v0.14.7 |
| 1997 | 2025-03-03T04:09:57.282Z | Checking signal-hook-registry v1.4.2 |
| 1998 | 2025-03-03T04:09:57.282Z | Checking parking_lot_core v0.9.10 |
| 1999 | 2025-03-03T04:09:57.311Z | Checking mio v1.0.2 |
| 2000 | 2025-03-03T04:09:57.338Z | Checking socket2 v0.5.8 |
| 2001 | 2025-03-03T04:09:57.442Z | Checking rand_core v0.6.4 |
| 2002 | 2025-03-03T04:09:57.531Z | Checking cpufeatures v0.2.14 |
| 2003 | 2025-03-03T04:09:57.632Z | Checking stable_deref_trait v1.2.0 |
| 2004 | 2025-03-03T04:09:57.656Z | Checking parking_lot v0.12.3 |
| 2005 | 2025-03-03T04:09:57.738Z | Checking zerocopy v0.7.35 |
| 2006 | 2025-03-03T04:09:57.763Z | Checking zerofrom v0.1.4 |
| 2007 | 2025-03-03T04:09:57.788Z | Checking slab v0.4.9 |
| 2008 | 2025-03-03T04:09:57.844Z | Checking futures-channel v0.3.31 |
| 2009 | 2025-03-03T04:09:57.949Z | Checking yoke v0.7.4 |
| 2010 | 2025-03-03T04:09:57.975Z | Checking allocator-api2 v0.2.18 |
| 2011 | 2025-03-03T04:09:58.013Z | Checking futures-io v0.3.31 |
| 2012 | 2025-03-03T04:09:58.156Z | Checking foldhash v0.1.3 |
| 2013 | 2025-03-03T04:09:58.188Z | Checking crypto-common v0.1.6 |
| 2014 | 2025-03-03T04:09:58.212Z | Checking block-buffer v0.10.4 |
| 2015 | 2025-03-03T04:09:58.264Z | Checking equivalent v1.0.1 |
| 2016 | 2025-03-03T04:09:58.339Z | Checking pin-utils v0.1.0 |
| 2017 | 2025-03-03T04:09:58.363Z | Checking futures-task v0.3.31 |
| 2018 | 2025-03-03T04:09:58.389Z | Checking zerovec v0.10.4 |
| 2019 | 2025-03-03T04:09:58.413Z | Checking block-padding v0.3.3 |
| 2020 | 2025-03-03T04:09:58.438Z | Checking digest v0.10.7 |
| 2021 | 2025-03-03T04:09:58.462Z | Checking ryu v1.0.18 |
| 2022 | 2025-03-03T04:09:58.520Z | Checking hashbrown v0.15.1 |
| 2023 | 2025-03-03T04:09:58.588Z | Checking futures-util v0.3.31 |
| 2024 | 2025-03-03T04:09:58.631Z | Checking inout v0.1.3 |
| 2025 | 2025-03-03T04:09:58.656Z | Checking writeable v0.5.5 |
| 2026 | 2025-03-03T04:09:58.760Z | Checking hmac v0.12.1 |
| 2027 | 2025-03-03T04:09:58.824Z | Checking ppv-lite86 v0.2.20 |
| 2028 | 2025-03-03T04:09:58.848Z | Checking litemap v0.7.3 |
| 2029 | 2025-03-03T04:09:58.963Z | Checking fnv v1.0.7 |
| 2030 | 2025-03-03T04:09:58.987Z | Checking cipher v0.4.4 |
| 2031 | 2025-03-03T04:09:59.093Z | Checking sha2 v0.10.8 |
| 2032 | 2025-03-03T04:09:59.182Z | Checking libm v0.2.8 |
| 2033 | 2025-03-03T04:09:59.351Z | Checking base64ct v1.6.0 |
| 2034 | 2025-03-03T04:09:59.431Z | Checking getrandom v0.3.1 |
| 2035 | 2025-03-03T04:09:59.455Z | Checking thiserror v1.0.69 |
| 2036 | 2025-03-03T04:09:59.573Z | Checking icu_locid_transform_data v1.5.0 |
| 2037 | 2025-03-03T04:09:59.599Z | Checking flagset v0.4.6 |
| 2038 | 2025-03-03T04:09:59.663Z | Checking tracing-core v0.1.32 |
| 2039 | 2025-03-03T04:09:59.689Z | Checking icu_properties_data v1.5.0 |
| 2040 | 2025-03-03T04:09:59.768Z | Checking pem-rfc7468 v0.7.0 |
| 2041 | 2025-03-03T04:09:59.792Z | Checking percent-encoding v2.3.1 |
| 2042 | 2025-03-03T04:09:59.818Z | Checking tinystr v0.7.6 |
| 2043 | 2025-03-03T04:09:59.908Z | Checking icu_collections v1.5.0 |
| 2044 | 2025-03-03T04:09:59.932Z | Checking num-traits v0.2.19 |
| 2045 | 2025-03-03T04:10:00.007Z | Checking rustls-pki-types v1.10.0 |
| 2046 | 2025-03-03T04:10:00.032Z | Checking der v0.7.9 |
| 2047 | 2025-03-03T04:10:00.134Z | Checking bytes v1.10.0 |
| 2048 | 2025-03-03T04:10:00.159Z | Checking indexmap v2.7.1 |
| 2049 | 2025-03-03T04:10:00.227Z | Checking icu_locid v1.5.0 |
| 2050 | 2025-03-03T04:10:00.496Z | Checking serde_json v1.0.139 |
| 2051 | 2025-03-03T04:10:00.520Z | Checking bitflags v2.6.0 |
| 2052 | 2025-03-03T04:10:00.793Z | Checking tracing v0.1.40 |
| 2053 | 2025-03-03T04:10:01.017Z | Checking tokio v1.43.0 |
| 2054 | 2025-03-03T04:10:01.093Z | Checking http v1.2.0 |
| 2055 | 2025-03-03T04:10:01.119Z | Checking icu_provider v1.5.0 |
| 2056 | 2025-03-03T04:10:01.203Z | Checking salsa20 v0.10.2 |
| 2057 | 2025-03-03T04:10:01.228Z | Checking pbkdf2 v0.12.2 |
| 2058 | 2025-03-03T04:10:01.377Z | Checking aws-lc-sys v0.26.0 |
| 2059 | 2025-03-03T04:10:01.415Z | Checking httparse v1.9.5 |
| 2060 | 2025-03-03T04:10:01.562Z | Checking spki v0.7.3 |
| 2061 | 2025-03-03T04:10:01.659Z | Checking icu_locid_transform v1.5.0 |
| 2062 | 2025-03-03T04:10:01.782Z | Checking icu_normalizer_data v1.5.0 |
| 2063 | 2025-03-03T04:10:01.812Z | Checking utf16_iter v1.0.5 |
| 2064 | 2025-03-03T04:10:01.889Z | Checking utf8_iter v1.0.4 |
| 2065 | 2025-03-03T04:10:01.914Z | Checking powerfmt v0.2.0 |
| 2066 | 2025-03-03T04:10:01.979Z | Checking untrusted v0.7.1 |
| 2067 | 2025-03-03T04:10:02.082Z | Checking write16 v1.0.0 |
| 2068 | 2025-03-03T04:10:02.153Z | Checking untrusted v0.9.0 |
| 2069 | 2025-03-03T04:10:02.177Z | Checking deranged v0.3.11 |
| 2070 | 2025-03-03T04:10:02.223Z | Checking scrypt v0.11.0 |
| 2071 | 2025-03-03T04:10:02.250Z | Checking aes v0.8.4 |
| 2072 | 2025-03-03T04:10:02.320Z | Checking ring v0.17.11 |
| 2073 | 2025-03-03T04:10:02.428Z | Checking cbc v0.1.2 |
| 2074 | 2025-03-03T04:10:02.475Z | Checking icu_properties v1.5.1 |
| 2075 | 2025-03-03T04:10:02.621Z | Checking crossbeam-utils v0.8.20 |
| 2076 | 2025-03-03T04:10:02.645Z | Checking spin v0.9.8 |
| 2077 | 2025-03-03T04:10:02.942Z | Checking time-core v0.1.2 |
| 2078 | 2025-03-03T04:10:02.989Z | Checking num-conv v0.1.0 |
| 2079 | 2025-03-03T04:10:03.096Z | Checking tinyvec_macros v0.1.1 |
| 2080 | 2025-03-03T04:10:03.172Z | Checking aws-lc-rs v1.12.4 |
| 2081 | 2025-03-03T04:10:03.196Z | Checking num_threads v0.1.7 |
| 2082 | 2025-03-03T04:10:03.224Z | Checking atomic-waker v1.1.2 |
| 2083 | 2025-03-03T04:10:03.250Z | Checking tinyvec v1.8.0 |
| 2084 | 2025-03-03T04:10:03.310Z | Checking pkcs5 v0.7.1 |
| 2085 | 2025-03-03T04:10:03.334Z | Checking time v0.3.36 |
| 2086 | 2025-03-03T04:10:03.361Z | Checking http-body v1.0.1 |
| 2087 | 2025-03-03T04:10:03.564Z | Checking form_urlencoded v1.2.1 |
| 2088 | 2025-03-03T04:10:03.767Z | Checking rand_chacha v0.3.1 |
| 2089 | 2025-03-03T04:10:03.792Z | Checking try-lock v0.2.5 |
| 2090 | 2025-03-03T04:10:03.928Z | Checking want v0.3.1 |
| 2091 | 2025-03-03T04:10:04.107Z | Checking pkcs8 v0.10.2 |
| 2092 | 2025-03-03T04:10:04.132Z | Checking rand v0.8.5 |
| 2093 | 2025-03-03T04:10:04.293Z | Checking uuid v1.15.1 |
| 2094 | 2025-03-03T04:10:04.343Z | Checking httpdate v1.0.3 |
| 2095 | 2025-03-03T04:10:04.398Z | Checking unicode-ident v1.0.14 |
| 2096 | 2025-03-03T04:10:04.567Z | Checking adler2 v2.0.0 |
| 2097 | 2025-03-03T04:10:04.592Z | Checking tower-service v0.3.3 |
| 2098 | 2025-03-03T04:10:04.707Z | Checking proc-macro2 v1.0.93 |
| 2099 | 2025-03-03T04:10:04.732Z | Checking miniz_oxide v0.8.5 |
| 2100 | 2025-03-03T04:10:04.757Z | Checking rustls-webpki v0.102.8 |
| 2101 | 2025-03-03T04:10:04.835Z | Checking serde_spanned v0.6.8 |
| 2102 | 2025-03-03T04:10:05.019Z | Checking toml_datetime v0.6.8 |
| 2103 | 2025-03-03T04:10:05.126Z | Checking zerocopy v0.8.10 |
| 2104 | 2025-03-03T04:10:05.226Z | Checking icu_normalizer v1.5.0 |
| 2105 | 2025-03-03T04:10:05.285Z | Checking slog v2.7.0 |
| 2106 | 2025-03-03T04:10:05.310Z | Checking scroll v0.12.0 |
| 2107 | 2025-03-03T04:10:05.370Z | Checking base64 v0.22.1 |
| 2108 | 2025-03-03T04:10:05.410Z | Checking iana-time-zone v0.1.61 |
| 2109 | 2025-03-03T04:10:05.487Z | Checking match_cfg v0.1.0 |
| 2110 | 2025-03-03T04:10:05.562Z | Checking foreign-types-shared v0.1.1 |
| 2111 | 2025-03-03T04:10:05.587Z | Checking plain v0.2.3 |
| 2112 | 2025-03-03T04:10:05.704Z | Checking ucd-trie v0.1.7 |
| 2113 | 2025-03-03T04:10:05.729Z | Checking foreign-types v0.3.2 |
| 2114 | 2025-03-03T04:10:05.729Z | Checking hostname v0.3.1 |
| 2115 | 2025-03-03T04:10:05.756Z | Checking goblin v0.8.2 |
| 2116 | 2025-03-03T04:10:05.804Z | Checking chrono v0.4.40 |
| 2117 | 2025-03-03T04:10:05.829Z | Checking quote v1.0.38 |
| 2118 | 2025-03-03T04:10:05.876Z | Checking openssl-sys v0.9.106 |
| 2119 | 2025-03-03T04:10:05.923Z | Checking pest v2.7.14 |
| 2120 | 2025-03-03T04:10:05.948Z | Checking idna_adapter v1.2.0 |
| 2121 | 2025-03-03T04:10:06.123Z | Checking idna v1.0.3 |
| 2122 | 2025-03-03T04:10:06.151Z | Checking dirs-sys-next v0.1.2 |
| 2123 | 2025-03-03T04:10:06.326Z | Checking errno v0.3.9 |
| 2124 | 2025-03-03T04:10:06.497Z | Checking aho-corasick v1.1.3 |
| 2125 | 2025-03-03T04:10:06.562Z | Checking url v2.5.3 |
| 2126 | 2025-03-03T04:10:06.831Z | Checking siphasher v0.3.11 |
| 2127 | 2025-03-03T04:10:06.952Z | Checking tokio-util v0.7.13 |
| 2128 | 2025-03-03T04:10:07.106Z | Checking data-encoding v2.6.0 |
| 2129 | 2025-03-03T04:10:07.294Z | Checking regex-syntax v0.8.5 |
| 2130 | 2025-03-03T04:10:07.552Z | Checking rand_core v0.9.2 |
| 2131 | 2025-03-03T04:10:07.585Z | Compiling newtype-uuid v1.2.1 |
| 2132 | 2025-03-03T04:10:07.611Z | Checking pretty-hex v0.4.1 |
| 2133 | 2025-03-03T04:10:07.742Z | Checking h2 v0.4.6 |
| 2134 | 2025-03-03T04:10:07.793Z | Checking openssl v0.10.71 |
| 2135 | 2025-03-03T04:10:07.866Z | Checking rustix v0.38.37 |
| 2136 | 2025-03-03T04:10:07.890Z | Checking rand_chacha v0.9.0 |
| 2137 | 2025-03-03T04:10:07.915Z | Checking dirs-next v2.0.0 |
| 2138 | 2025-03-03T04:10:08.046Z | Checking syn v2.0.98 |
| 2139 | 2025-03-03T04:10:08.136Z | Checking dtrace-parser v0.2.0 |
| 2140 | 2025-03-03T04:10:08.246Z | Checking unicode-normalization v0.1.24 |
| 2141 | 2025-03-03T04:10:08.553Z | Checking http-body-util v0.1.2 |
| 2142 | 2025-03-03T04:10:08.926Z | Checking crossbeam-epoch v0.9.18 |
| 2143 | 2025-03-03T04:10:08.991Z | Checking sha1 v0.10.6 |
| 2144 | 2025-03-03T04:10:09.250Z | Checking signature v2.2.0 |
| 2145 | 2025-03-03T04:10:09.310Z | Checking thread_local v1.1.8 |
| 2146 | 2025-03-03T04:10:09.441Z | Checking thread-id v4.2.2 |
| 2147 | 2025-03-03T04:10:09.551Z | Checking encoding_rs v0.8.34 |
| 2148 | 2025-03-03T04:10:09.576Z | Checking crc32fast v1.4.2 |
| 2149 | 2025-03-03T04:10:09.792Z | Checking unicode-properties v0.1.3 |
| 2150 | 2025-03-03T04:10:09.926Z | Checking dof v0.3.0 |
| 2151 | 2025-03-03T04:10:10.017Z | Checking regex-automata v0.4.8 |
| 2152 | 2025-03-03T04:10:10.107Z | Checking ipnet v2.11.0 |
| 2153 | 2025-03-03T04:10:10.462Z | Checking openssl-probe v0.1.5 |
| 2154 | 2025-03-03T04:10:10.541Z | Checking utf8parse v0.2.2 |
| 2155 | 2025-03-03T04:10:10.631Z | Checking either v1.14.0 |
| 2156 | 2025-03-03T04:10:10.678Z | Checking mime v0.3.17 |
| 2157 | 2025-03-03T04:10:10.711Z | Checking anstyle v1.0.10 |
| 2158 | 2025-03-03T04:10:10.958Z | Checking winnow v0.7.3 |
| 2159 | 2025-03-03T04:10:10.995Z | Checking gimli v0.31.1 |
| 2160 | 2025-03-03T04:10:11.022Z | Checking unicode-bidi v0.3.17 |
| 2161 | 2025-03-03T04:10:11.397Z | Checking anstyle-parse v0.2.5 |
| 2162 | 2025-03-03T04:10:11.561Z | Checking stringprep v0.1.5 |
| 2163 | 2025-03-03T04:10:11.653Z | Checking crossbeam-deque v0.8.5 |
| 2164 | 2025-03-03T04:10:11.807Z | Checking rand v0.9.0 |
| 2165 | 2025-03-03T04:10:11.938Z | Checking term v0.7.0 |
| 2166 | 2025-03-03T04:10:12.130Z | Checking native-tls v0.2.12 |
| 2167 | 2025-03-03T04:10:12.305Z | Checking slog-json v2.6.1 |
| 2168 | 2025-03-03T04:10:12.419Z | Checking rustls v0.22.4 |
| 2169 | 2025-03-03T04:10:12.556Z | Checking rustls v0.23.19 |
| 2170 | 2025-03-03T04:10:12.712Z | Checking serde_urlencoded v0.7.1 |
| 2171 | 2025-03-03T04:10:13.036Z | Checking hyper v1.6.0 |
| 2172 | 2025-03-03T04:10:13.082Z | Checking crossbeam-channel v0.5.13 |
| 2173 | 2025-03-03T04:10:13.273Z | Checking toml_edit v0.22.24 |
| 2174 | 2025-03-03T04:10:13.299Z | Checking usdt-impl v0.5.0 |
| 2175 | 2025-03-03T04:10:13.565Z | Checking futures-executor v0.3.31 |
| 2176 | 2025-03-03T04:10:13.701Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2177 | 2025-03-03T04:10:13.792Z | Checking num-integer v0.1.46 |
| 2178 | 2025-03-03T04:10:13.835Z | Checking rustls-pemfile v2.2.0 |
| 2179 | 2025-03-03T04:10:13.861Z | Checking semver v1.0.25 |
| 2180 | 2025-03-03T04:10:14.029Z | Checking md-5 v0.10.6 |
| 2181 | 2025-03-03T04:10:14.179Z | Checking addr2line v0.24.2 |
| 2182 | 2025-03-03T04:10:14.205Z | Checking ff v0.13.0 |
| 2183 | 2025-03-03T04:10:14.230Z | Checking hash32 v0.2.1 |
| 2184 | 2025-03-03T04:10:14.255Z | Checking is-terminal v0.4.13 |
| 2185 | 2025-03-03T04:10:14.379Z | Checking memmap v0.7.0 |
| 2186 | 2025-03-03T04:10:14.404Z | Checking object v0.36.5 |
| 2187 | 2025-03-03T04:10:14.501Z | Checking base16ct v0.2.0 |
| 2188 | 2025-03-03T04:10:14.575Z | Checking linked-hash-map v0.5.6 |
| 2189 | 2025-03-03T04:10:14.631Z | Checking psl-types v2.0.11 |
| 2190 | 2025-03-03T04:10:14.698Z | Checking quick-error v1.2.3 |
| 2191 | 2025-03-03T04:10:14.811Z | Checking hyper-util v0.1.10 |
| 2192 | 2025-03-03T04:10:14.837Z | Checking fallible-iterator v0.2.0 |
| 2193 | 2025-03-03T04:10:14.863Z | Checking anstyle-query v1.1.1 |
| 2194 | 2025-03-03T04:10:14.888Z | Checking is_terminal_polyfill v1.70.1 |
| 2195 | 2025-03-03T04:10:14.974Z | Checking rustc-demangle v0.1.24 |
| 2196 | 2025-03-03T04:10:15.007Z | Checking colorchoice v1.0.2 |
| 2197 | 2025-03-03T04:10:15.151Z | Checking dyn-clone v1.0.18 |
| 2198 | 2025-03-03T04:10:15.296Z | Checking utf-8 v0.7.6 |
| 2199 | 2025-03-03T04:10:15.326Z | Checking take_mut v0.2.2 |
| 2200 | 2025-03-03T04:10:15.370Z | Checking postgres-protocol v0.6.8 |
| 2201 | 2025-03-03T04:10:15.426Z | Checking tokio-rustls v0.25.0 |
| 2202 | 2025-03-03T04:10:15.481Z | Checking slog-async v2.8.0 |
| 2203 | 2025-03-03T04:10:15.506Z | Checking tungstenite v0.24.0 |
| 2204 | 2025-03-03T04:10:15.622Z | Checking toml v0.8.20 |
| 2205 | 2025-03-03T04:10:15.763Z | Checking schemars v0.8.22 |
| 2206 | 2025-03-03T04:10:15.797Z | Checking anstream v0.6.15 |
| 2207 | 2025-03-03T04:10:15.963Z | Checking lru-cache v0.1.2 |
| 2208 | 2025-03-03T04:10:16.137Z | Checking resolv-conf v0.7.0 |
| 2209 | 2025-03-03T04:10:16.162Z | Checking publicsuffix v2.3.0 |
| 2210 | 2025-03-03T04:10:16.282Z | Checking sec1 v0.7.3 |
| 2211 | 2025-03-03T04:10:16.309Z | Checking usdt v0.5.0 |
| 2212 | 2025-03-03T04:10:16.409Z | Checking heapless v0.7.17 |
| 2213 | 2025-03-03T04:10:16.459Z | Checking group v0.13.0 |
| 2214 | 2025-03-03T04:10:16.548Z | Checking slog-term v2.9.1 |
| 2215 | 2025-03-03T04:10:16.573Z | Checking num-iter v0.1.45 |
| 2216 | 2025-03-03T04:10:16.629Z | Checking bzip2 v0.4.4 |
| 2217 | 2025-03-03T04:10:16.689Z | Checking futures v0.3.31 |
| 2218 | 2025-03-03T04:10:16.734Z | Checking slog-bunyan v2.5.0 |
| 2219 | 2025-03-03T04:10:16.798Z | Checking tokio-native-tls v0.3.1 |
| 2220 | 2025-03-03T04:10:16.886Z | Checking rayon-core v1.12.1 |
| 2221 | 2025-03-03T04:10:16.913Z | Checking multer v3.1.0 |
| 2222 | 2025-03-03T04:10:16.994Z | Checking terminal_size v0.4.0 |
| 2223 | 2025-03-03T04:10:17.042Z | Checking hickory-proto v0.24.4 |
| 2224 | 2025-03-03T04:10:17.067Z | Checking tokio-rustls v0.26.0 |
| 2225 | 2025-03-03T04:10:17.114Z | Checking flate2 v1.1.0 |
| 2226 | 2025-03-03T04:10:17.223Z | Checking phf_shared v0.11.2 |
| 2227 | 2025-03-03T04:10:17.278Z | Checking cookie v0.18.1 |
| 2228 | 2025-03-03T04:10:17.421Z | Checking async-stream v0.3.6 |
| 2229 | 2025-03-03T04:10:17.448Z | Checking signal-hook v0.3.17 |
| 2230 | 2025-03-03T04:10:17.486Z | Checking waitgroup v0.1.2 |
| 2231 | 2025-03-03T04:10:17.519Z | Checking camino v1.1.9 |
| 2232 | 2025-03-03T04:10:17.623Z | Checking lazy_static v1.5.0 |
| 2233 | 2025-03-03T04:10:17.649Z | Checking openapiv3 v2.0.0 |
| 2234 | 2025-03-03T04:10:17.688Z | Checking webpki-roots v0.26.6 |
| 2235 | 2025-03-03T04:10:17.714Z | Checking serde_path_to_error v0.1.16 |
| 2236 | 2025-03-03T04:10:17.758Z | Checking hkdf v0.12.4 |
| 2237 | 2025-03-03T04:10:17.787Z | Checking crypto-bigint v0.5.5 |
| 2238 | 2025-03-03T04:10:17.891Z | Checking sync_wrapper v1.0.1 |
| 2239 | 2025-03-03T04:10:17.964Z | Checking hostname v0.4.0 |
| 2240 | 2025-03-03T04:10:18.007Z | Checking winnow v0.5.40 |
| 2241 | 2025-03-03T04:10:18.038Z | Checking unicode-width v0.2.0 |
| 2242 | 2025-03-03T04:10:18.109Z | Checking bumpalo v3.16.0 |
| 2243 | 2025-03-03T04:10:18.246Z | Checking bitflags v1.3.2 |
| 2244 | 2025-03-03T04:10:18.348Z | Checking tower-layer v0.3.3 |
| 2245 | 2025-03-03T04:10:18.411Z | Checking simd-adler32 v0.3.7 |
| 2246 | 2025-03-03T04:10:18.462Z | Checking managed v0.8.0 |
| 2247 | 2025-03-03T04:10:18.580Z | Checking lockfree-object-pool v0.1.6 |
| 2248 | 2025-03-03T04:10:18.717Z | Checking debug-ignore v1.0.5 |
| 2249 | 2025-03-03T04:10:18.776Z | Checking clap_lex v0.7.4 |
| 2250 | 2025-03-03T04:10:18.804Z | Checking strsim v0.11.1 |
| 2251 | 2025-03-03T04:10:18.864Z | Checking zopfli v0.8.1 |
| 2252 | 2025-03-03T04:10:19.015Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2253 | 2025-03-03T04:10:19.058Z | Checking clap_builder v4.5.31 |
| 2254 | 2025-03-03T04:10:19.262Z | Checking smoltcp v0.9.1 |
| 2255 | 2025-03-03T04:10:19.447Z | Checking backtrace v0.3.74 |
| 2256 | 2025-03-03T04:10:19.472Z | Checking tower v0.5.2 |
| 2257 | 2025-03-03T04:10:19.919Z | Checking anyhow v1.0.96 |
| 2258 | 2025-03-03T04:10:20.034Z | Checking elliptic-curve v0.13.8 |
| 2259 | 2025-03-03T04:10:20.082Z | Checking console v0.15.10 |
| 2260 | 2025-03-03T04:10:20.269Z | Checking hyper-rustls v0.27.3 |
| 2261 | 2025-03-03T04:10:20.297Z | Checking toml_edit v0.19.15 |
| 2262 | 2025-03-03T04:10:20.334Z | Checking dropshot v0.12.0 |
| 2263 | 2025-03-03T04:10:20.478Z | Checking signal-hook-mio v0.2.4 |
| 2264 | 2025-03-03T04:10:20.572Z | Checking num-bigint-dig v0.8.4 |
| 2265 | 2025-03-03T04:10:20.597Z | Checking cookie_store v0.21.1 |
| 2266 | 2025-03-03T04:10:20.622Z | Checking rayon v1.10.0 |
| 2267 | 2025-03-03T04:10:20.653Z | Checking phf v0.11.2 |
| 2268 | 2025-03-03T04:10:20.870Z | Checking hyper-tls v0.6.0 |
| 2269 | 2025-03-03T04:10:21.131Z | Checking tokio-tungstenite v0.24.0 |
| 2270 | 2025-03-03T04:10:21.159Z | Checking hickory-resolver v0.24.4 |
| 2271 | 2025-03-03T04:10:21.231Z | Checking postgres-types v0.2.9 |
| 2272 | 2025-03-03T04:10:21.537Z | Checking regex v1.11.1 |
| 2273 | 2025-03-03T04:10:21.629Z | Checking bstr v1.10.0 |
| 2274 | 2025-03-03T04:10:21.829Z | Checking ed25519 v2.2.3 |
| 2275 | 2025-03-03T04:10:22.063Z | Checking tokio-stream v0.1.17 |
| 2276 | 2025-03-03T04:10:22.109Z | Checking phf_shared v0.10.0 |
| 2277 | 2025-03-03T04:10:22.327Z | Checking curve25519-dalek v4.1.3 |
| 2278 | 2025-03-03T04:10:22.352Z | Checking zerocopy v0.6.6 |
| 2279 | 2025-03-03T04:10:22.431Z | Checking hubpack v0.1.2 |
| 2280 | 2025-03-03T04:10:22.469Z | Checking memoffset v0.9.1 |
| 2281 | 2025-03-03T04:10:22.544Z | Checking portable-atomic v1.9.0 |
| 2282 | 2025-03-03T04:10:22.599Z | Checking pkcs1 v0.7.5 |
| 2283 | 2025-03-03T04:10:22.736Z | Checking float-cmp v0.10.0 |
| 2284 | 2025-03-03T04:10:22.766Z | Checking serde-big-array v0.5.1 |
| 2285 | 2025-03-03T04:10:22.945Z | Checking rfc6979 v0.4.0 |
| 2286 | 2025-03-03T04:10:22.973Z | Checking normalize-line-endings v0.3.0 |
| 2287 | 2025-03-03T04:10:22.998Z | Checking number_prefix v0.4.0 |
| 2288 | 2025-03-03T04:10:22.998Z | Checking predicates-core v1.0.8 |
| 2289 | 2025-03-03T04:10:23.092Z | Checking whoami v1.5.2 |
| 2290 | 2025-03-03T04:10:23.118Z | Checking precomputed-hash v0.1.1 |
| 2291 | 2025-03-03T04:10:23.175Z | Checking unicode-segmentation v1.12.0 |
| 2292 | 2025-03-03T04:10:23.200Z | Checking fixedbitset v0.4.2 |
| 2293 | 2025-03-03T04:10:23.246Z | Checking static_assertions v1.1.0 |
| 2294 | 2025-03-03T04:10:23.289Z | Checking difflib v0.4.0 |
| 2295 | 2025-03-03T04:10:23.354Z | Checking new_debug_unreachable v1.0.6 |
| 2296 | 2025-03-03T04:10:23.378Z | Checking minimal-lexical v0.2.1 |
| 2297 | 2025-03-03T04:10:23.454Z | Checking tokio-postgres v0.7.13 |
| 2298 | 2025-03-03T04:10:23.479Z | Checking string_cache v0.8.7 |
| 2299 | 2025-03-03T04:10:23.479Z | Checking petgraph v0.6.5 |
| 2300 | 2025-03-03T04:10:23.602Z | Checking predicates v3.1.3 |
| 2301 | 2025-03-03T04:10:23.668Z | Checking indicatif v0.17.11 |
| 2302 | 2025-03-03T04:10:23.740Z | Checking nom v7.1.3 |
| 2303 | 2025-03-03T04:10:23.770Z | Checking similar v2.7.0 |
| 2304 | 2025-03-03T04:10:23.795Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2305 | 2025-03-03T04:10:23.891Z | Checking ed25519-dalek v2.1.1 |
| 2306 | 2025-03-03T04:10:24.181Z | Checking qorb v0.2.1 |
| 2307 | 2025-03-03T04:10:24.272Z | Checking ecdsa v0.16.9 |
| 2308 | 2025-03-03T04:10:24.336Z | Checking rsa v0.9.6 |
| 2309 | 2025-03-03T04:10:24.541Z | Checking nix v0.29.0 |
| 2310 | 2025-03-03T04:10:25.927Z | Checking toml v0.7.8 |
| 2311 | 2025-03-03T04:10:25.951Z | Checking clap v4.5.31 |
| 2312 | 2025-03-03T04:10:25.951Z | Checking reqwest v0.12.12 |
| 2313 | 2025-03-03T04:10:25.952Z | Checking crossterm v0.28.1 |
| 2314 | 2025-03-03T04:10:25.952Z | Checking zip v2.1.3 |
| 2315 | 2025-03-03T04:10:25.952Z | Checking zip v0.6.6 |
| 2316 | 2025-03-03T04:10:25.977Z | Checking itertools v0.12.1 |
| 2317 | 2025-03-03T04:10:26.151Z | Checking itertools v0.10.5 |
| 2318 | 2025-03-03T04:10:26.471Z | Checking ahash v0.8.11 |
| 2319 | 2025-03-03T04:10:26.508Z | Checking fs-err v2.11.0 |
| 2320 | 2025-03-03T04:10:26.632Z | Checking buf-list v1.0.3 |
| 2321 | 2025-03-03T04:10:26.907Z | Checking x509-cert v0.2.5 |
| 2322 | 2025-03-03T04:10:26.932Z | Checking hex v0.4.3 |
| 2323 | 2025-03-03T04:10:26.956Z | Checking peg-runtime v0.8.3 |
| 2324 | 2025-03-03T04:10:27.008Z | Checking lalrpop-util v0.19.12 |
| 2325 | 2025-03-03T04:10:27.033Z | Checking sigpipe v0.1.3 |
| 2326 | 2025-03-03T04:10:28.337Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2327 | 2025-03-03T04:10:28.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s |
| 2328 | 2025-03-03T04:10:28.939Z | |
| 2329 | 2025-03-03T04:10:28.939Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/196) |
| 2330 | 2025-03-03T04:10:29.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2331 | 2025-03-03T04:10:29.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2332 | 2025-03-03T04:10:29.886Z | Compiling regress v0.10.3 |
| 2333 | 2025-03-03T04:10:29.935Z | Checking heck v0.5.0 |
| 2334 | 2025-03-03T04:10:29.960Z | Checking fastrand v2.1.1 |
| 2335 | 2025-03-03T04:10:29.960Z | Compiling unsafe-libyaml v0.2.11 |
| 2336 | 2025-03-03T04:10:29.988Z | Checking ipnetwork v0.21.1 |
| 2337 | 2025-03-03T04:10:30.012Z | Compiling structmeta-derive v0.3.0 |
| 2338 | 2025-03-03T04:10:30.012Z | Compiling ident_case v1.0.1 |
| 2339 | 2025-03-03T04:10:30.129Z | Checking progenitor-client v0.8.0 |
| 2340 | 2025-03-03T04:10:30.238Z | Compiling darling_core v0.20.10 |
| 2341 | 2025-03-03T04:10:30.263Z | Checking tempfile v3.13.0 |
| 2342 | 2025-03-03T04:10:30.351Z | Checking oxnet v0.1.1 |
| 2343 | 2025-03-03T04:10:30.452Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2344 | 2025-03-03T04:10:30.607Z | Checking newtype-uuid v1.2.1 |
| 2345 | 2025-03-03T04:10:30.676Z | Compiling proc-macro-crate v1.3.1 |
| 2346 | 2025-03-03T04:10:30.776Z | Checking wait-timeout v0.2.0 |
| 2347 | 2025-03-03T04:10:30.852Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2348 | 2025-03-03T04:10:30.952Z | Checking bit-vec v0.8.0 |
| 2349 | 2025-03-03T04:10:31.110Z | Compiling serde_yaml v0.9.34+deprecated |
| 2350 | 2025-03-03T04:10:31.292Z | Checking bit-set v0.8.0 |
| 2351 | 2025-03-03T04:10:31.489Z | Compiling num_enum_derive v0.5.11 |
| 2352 | 2025-03-03T04:10:31.528Z | Checking rusty-fork v0.3.0 |
| 2353 | 2025-03-03T04:10:31.553Z | Compiling lzma-sys v0.1.20 |
| 2354 | 2025-03-03T04:10:31.819Z | Checking rand_xorshift v0.3.0 |
| 2355 | 2025-03-03T04:10:31.995Z | Compiling thiserror-impl v2.0.11 |
| 2356 | 2025-03-03T04:10:32.150Z | Compiling structmeta v0.3.0 |
| 2357 | 2025-03-03T04:10:32.179Z | Compiling daft-derive v0.1.1 |
| 2358 | 2025-03-03T04:10:32.521Z | Compiling parse-display-derive v0.10.0 |
| 2359 | 2025-03-03T04:10:32.737Z | Checking typify-impl v0.2.0 |
| 2360 | 2025-03-03T04:10:33.432Z | Compiling foreign-types-macros v0.2.3 |
| 2361 | 2025-03-03T04:10:33.722Z | Compiling dropshot v0.16.0 |
| 2362 | 2025-03-03T04:10:33.996Z | Checking arc-swap v1.7.1 |
| 2363 | 2025-03-03T04:10:34.141Z | Checking foreign-types-shared v0.3.1 |
| 2364 | 2025-03-03T04:10:34.271Z | Checking unarray v0.1.4 |
| 2365 | 2025-03-03T04:10:34.390Z | Checking slog-scope v4.4.0 |
| 2366 | 2025-03-03T04:10:34.432Z | Checking proptest v1.6.0 |
| 2367 | 2025-03-03T04:10:34.457Z | Checking foreign-types v0.5.0 |
| 2368 | 2025-03-03T04:10:34.594Z | Checking daft v0.1.1 |
| 2369 | 2025-03-03T04:10:34.643Z | Checking num_enum v0.5.11 |
| 2370 | 2025-03-03T04:10:34.671Z | Checking thiserror v2.0.11 |
| 2371 | 2025-03-03T04:10:34.803Z | Compiling test-strategy v0.4.0 |
| 2372 | 2025-03-03T04:10:34.865Z | Checking strum v0.26.3 |
| 2373 | 2025-03-03T04:10:34.889Z | Compiling proc-macro-error v1.0.4 |
| 2374 | 2025-03-03T04:10:35.039Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2375 | 2025-03-03T04:10:35.290Z | Compiling darling_macro v0.20.10 |
| 2376 | 2025-03-03T04:10:35.317Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2377 | 2025-03-03T04:10:35.317Z | Checking tungstenite v0.21.0 |
| 2378 | 2025-03-03T04:10:35.341Z | Compiling heck v0.3.3 |
| 2379 | 2025-03-03T04:10:35.454Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2380 | 2025-03-03T04:10:35.649Z | Compiling dropshot_endpoint v0.16.0 |
| 2381 | 2025-03-03T04:10:35.754Z | Checking parse-display v0.10.0 |
| 2382 | 2025-03-03T04:10:35.947Z | Compiling darling v0.20.10 |
| 2383 | 2025-03-03T04:10:35.984Z | Checking cstr-argument v0.1.2 |
| 2384 | 2025-03-03T04:10:36.078Z | Compiling serde_with_macros v3.12.0 |
| 2385 | 2025-03-03T04:10:36.107Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2386 | 2025-03-03T04:10:36.168Z | Checking instant v0.1.13 |
| 2387 | 2025-03-03T04:10:36.193Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2388 | 2025-03-03T04:10:36.289Z | Checking pretty-hex v0.2.1 |
| 2389 | 2025-03-03T04:10:36.461Z | Checking base64 v0.21.7 |
| 2390 | 2025-03-03T04:10:36.509Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2391 | 2025-03-03T04:10:36.750Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2392 | 2025-03-03T04:10:36.878Z | Checking backoff v0.4.0 |
| 2393 | 2025-03-03T04:10:36.904Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2394 | 2025-03-03T04:10:36.928Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2395 | 2025-03-03T04:10:37.061Z | Checking tokio-tungstenite v0.21.0 |
| 2396 | 2025-03-03T04:10:37.159Z | Compiling zone_cfg_derive v0.1.2 |
| 2397 | 2025-03-03T04:10:37.218Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2398 | 2025-03-03T04:10:37.624Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2399 | 2025-03-03T04:10:37.977Z | Checking slog-stdlog v4.1.1 |
| 2400 | 2025-03-03T04:10:38.002Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2401 | 2025-03-03T04:10:38.069Z | Checking progenitor-client v0.9.1 |
| 2402 | 2025-03-03T04:10:38.185Z | Checking colored v2.2.0 |
| 2403 | 2025-03-03T04:10:38.299Z | Checking macaddr v1.0.1 |
| 2404 | 2025-03-03T04:10:38.360Z | Checking serde_with v3.12.0 |
| 2405 | 2025-03-03T04:10:38.500Z | Checking winnow v0.6.20 |
| 2406 | 2025-03-03T04:10:38.530Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2407 | 2025-03-03T04:10:38.567Z | Checking unicode-width v0.1.14 |
| 2408 | 2025-03-03T04:10:38.593Z | Checking base64 v0.13.1 |
| 2409 | 2025-03-03T04:10:38.659Z | Checking zone v0.1.8 |
| 2410 | 2025-03-03T04:10:38.990Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2411 | 2025-03-03T04:10:39.015Z | Checking ron v0.7.1 |
| 2412 | 2025-03-03T04:10:39.039Z | Checking tabwriter v1.4.0 |
| 2413 | 2025-03-03T04:10:39.269Z | Checking slog-envlogger v2.2.0 |
| 2414 | 2025-03-03T04:10:39.294Z | Checking xz2 v0.1.7 |
| 2415 | 2025-03-03T04:10:39.404Z | Checking xattr v1.3.1 |
| 2416 | 2025-03-03T04:10:39.495Z | Checking pem v3.0.5 |
| 2417 | 2025-03-03T04:10:39.583Z | Checking yasna v0.5.2 |
| 2418 | 2025-03-03T04:10:39.611Z | Checking headers-core v0.3.0 |
| 2419 | 2025-03-03T04:10:39.757Z | Checking smf v0.2.3 |
| 2420 | 2025-03-03T04:10:39.782Z | Checking filetime v0.2.25 |
| 2421 | 2025-03-03T04:10:39.989Z | Checking same-file v1.0.6 |
| 2422 | 2025-03-03T04:10:40.013Z | Checking tar v0.4.44 |
| 2423 | 2025-03-03T04:10:40.176Z | Checking walkdir v2.5.0 |
| 2424 | 2025-03-03T04:10:40.203Z | Checking headers v0.4.0 |
| 2425 | 2025-03-03T04:10:40.334Z | Checking rcgen v0.12.1 |
| 2426 | 2025-03-03T04:10:40.454Z | Checking camino-tempfile v1.1.1 |
| 2427 | 2025-03-03T04:10:40.735Z | Checking atomicwrites v0.4.4 |
| 2428 | 2025-03-03T04:10:40.791Z | Checking subprocess v0.2.9 |
| 2429 | 2025-03-03T04:10:43.211Z | Compiling typify-macro v0.2.0 |
| 2430 | 2025-03-03T04:10:45.097Z | Compiling typify v0.2.0 |
| 2431 | 2025-03-03T04:10:45.213Z | Compiling progenitor-impl v0.8.0 |
| 2432 | 2025-03-03T04:10:48.558Z | Compiling progenitor-macro v0.8.0 |
| 2433 | 2025-03-03T04:10:52.616Z | Checking progenitor v0.8.0 |
| 2434 | 2025-03-03T04:10:52.806Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2435 | 2025-03-03T04:10:52.806Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2436 | 2025-03-03T04:10:56.195Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2437 | 2025-03-03T04:10:56.740Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2438 | 2025-03-03T04:11:04.979Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2439 | 2025-03-03T04:11:07.046Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2440 | 2025-03-03T04:11:08.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.82s |
| 2441 | 2025-03-03T04:11:08.958Z | |
| 2442 | 2025-03-03T04:11:08.958Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/196) |
| 2443 | 2025-03-03T04:11:09.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2444 | 2025-03-03T04:11:09.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2445 | 2025-03-03T04:11:09.983Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2446 | 2025-03-03T04:11:11.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 2447 | 2025-03-03T04:11:11.978Z | |
| 2448 | 2025-03-03T04:11:11.978Z | info: running `cargo check --bins` on nexus-config (51/196) |
| 2449 | 2025-03-03T04:11:12.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2450 | 2025-03-03T04:11:12.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2451 | 2025-03-03T04:11:12.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2452 | 2025-03-03T04:11:12.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2453 | 2025-03-03T04:11:12.945Z | |
| 2454 | 2025-03-03T04:11:12.945Z | info: running `cargo check --bins` on omicron-rpaths (52/196) |
| 2455 | 2025-03-03T04:11:13.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2456 | 2025-03-03T04:11:13.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2457 | 2025-03-03T04:11:13.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2458 | 2025-03-03T04:11:13.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2459 | 2025-03-03T04:11:13.879Z | |
| 2460 | 2025-03-03T04:11:13.879Z | info: running `cargo check --bins` on omicron-certificates (53/196) |
| 2461 | 2025-03-03T04:11:14.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2462 | 2025-03-03T04:11:14.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2463 | 2025-03-03T04:11:14.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2464 | 2025-03-03T04:11:14.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2465 | 2025-03-03T04:11:14.829Z | |
| 2466 | 2025-03-03T04:11:14.829Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/196) |
| 2467 | 2025-03-03T04:11:15.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2468 | 2025-03-03T04:11:15.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2469 | 2025-03-03T04:11:15.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2470 | 2025-03-03T04:11:15.988Z | Compiling tempfile v3.13.0 |
| 2471 | 2025-03-03T04:11:16.013Z | Compiling ipnetwork v0.21.1 |
| 2472 | 2025-03-03T04:11:16.013Z | Compiling wait-timeout v0.2.0 |
| 2473 | 2025-03-03T04:11:16.013Z | Compiling bit-vec v0.8.0 |
| 2474 | 2025-03-03T04:11:16.013Z | Compiling progenitor-client v0.8.0 |
| 2475 | 2025-03-03T04:11:16.013Z | Compiling itertools v0.13.0 |
| 2476 | 2025-03-03T04:11:16.013Z | Compiling rand_xorshift v0.3.0 |
| 2477 | 2025-03-03T04:11:16.242Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2478 | 2025-03-03T04:11:16.482Z | Compiling oxnet v0.1.1 |
| 2479 | 2025-03-03T04:11:16.513Z | Compiling bit-set v0.8.0 |
| 2480 | 2025-03-03T04:11:16.539Z | Compiling rusty-fork v0.3.0 |
| 2481 | 2025-03-03T04:11:16.584Z | Compiling unarray v0.1.4 |
| 2482 | 2025-03-03T04:11:16.691Z | Compiling heapless v0.8.0 |
| 2483 | 2025-03-03T04:11:16.754Z | Compiling progenitor v0.8.0 |
| 2484 | 2025-03-03T04:11:16.781Z | Compiling parse-display v0.10.0 |
| 2485 | 2025-03-03T04:11:16.807Z | Compiling thiserror v2.0.11 |
| 2486 | 2025-03-03T04:11:16.880Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2487 | 2025-03-03T04:11:16.955Z | Compiling daft v0.1.1 |
| 2488 | 2025-03-03T04:11:16.979Z | Compiling proptest v1.6.0 |
| 2489 | 2025-03-03T04:11:17.151Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2490 | 2025-03-03T04:11:17.189Z | Checking hash32 v0.3.1 |
| 2491 | 2025-03-03T04:11:17.315Z | Compiling instant v0.1.13 |
| 2492 | 2025-03-03T04:11:17.341Z | Compiling smoltcp v0.11.0 |
| 2493 | 2025-03-03T04:11:17.395Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2494 | 2025-03-03T04:11:17.419Z | Compiling dropshot v0.16.0 |
| 2495 | 2025-03-03T04:11:17.498Z | Compiling backoff v0.4.0 |
| 2496 | 2025-03-03T04:11:17.819Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2497 | 2025-03-03T04:11:17.844Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2498 | 2025-03-03T04:11:17.953Z | Compiling serde_with v3.12.0 |
| 2499 | 2025-03-03T04:11:18.040Z | Checking num-rational v0.4.2 |
| 2500 | 2025-03-03T04:11:18.215Z | Compiling progenitor-client v0.9.1 |
| 2501 | 2025-03-03T04:11:18.627Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2502 | 2025-03-03T04:11:18.708Z | Compiling phf_generator v0.11.2 |
| 2503 | 2025-03-03T04:11:18.892Z | Checking num-complex v0.4.6 |
| 2504 | 2025-03-03T04:11:19.894Z | Compiling macaddr v1.0.1 |
| 2505 | 2025-03-03T04:11:20.307Z | Checking cobs v0.2.3 |
| 2506 | 2025-03-03T04:11:20.398Z | Compiling num v0.4.3 |
| 2507 | 2025-03-03T04:11:20.505Z | Checking postcard v1.0.10 |
| 2508 | 2025-03-03T04:11:20.632Z | Compiling phf_codegen v0.11.2 |
| 2509 | 2025-03-03T04:11:20.982Z | Compiling parse-zoneinfo v0.3.1 |
| 2510 | 2025-03-03T04:11:21.014Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2511 | 2025-03-03T04:11:21.301Z | Compiling float-ord v0.3.2 |
| 2512 | 2025-03-03T04:11:21.476Z | Compiling convert_case v0.4.0 |
| 2513 | 2025-03-03T04:11:22.190Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2514 | 2025-03-03T04:11:22.735Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2515 | 2025-03-03T04:11:22.900Z | Compiling derive_more v0.99.19 |
| 2516 | 2025-03-03T04:11:23.445Z | Compiling chrono-tz-build v0.4.0 |
| 2517 | 2025-03-03T04:11:24.082Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2518 | 2025-03-03T04:11:24.187Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2519 | 2025-03-03T04:11:24.530Z | Compiling crucible-workspace-hack v0.1.0 |
| 2520 | 2025-03-03T04:11:24.688Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2521 | 2025-03-03T04:11:24.854Z | Compiling chrono-tz v0.10.1 |
| 2522 | 2025-03-03T04:11:25.036Z | Checking newline-converter v0.3.0 |
| 2523 | 2025-03-03T04:11:25.108Z | Checking itertools v0.14.0 |
| 2524 | 2025-03-03T04:11:25.233Z | Checking prettyplease v0.2.29 |
| 2525 | 2025-03-03T04:11:25.564Z | Compiling slog-dtrace v0.3.0 |
| 2526 | 2025-03-03T04:11:25.767Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2527 | 2025-03-03T04:11:25.861Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2528 | 2025-03-03T04:11:26.386Z | Checking expectorate v1.1.0 |
| 2529 | 2025-03-03T04:11:26.549Z | Compiling zone_cfg_derive v0.3.0 |
| 2530 | 2025-03-03T04:11:26.618Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2531 | 2025-03-03T04:11:27.080Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2532 | 2025-03-03T04:11:27.372Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2533 | 2025-03-03T04:11:27.736Z | Compiling const_format_proc_macros v0.2.34 |
| 2534 | 2025-03-03T04:11:27.781Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2535 | 2025-03-03T04:11:27.878Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2536 | 2025-03-03T04:11:28.057Z | Compiling num-derive v0.4.2 |
| 2537 | 2025-03-03T04:11:28.416Z | Checking highway v1.3.0 |
| 2538 | 2025-03-03T04:11:28.569Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2539 | 2025-03-03T04:11:28.630Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2540 | 2025-03-03T04:11:28.840Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2541 | 2025-03-03T04:11:28.946Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2542 | 2025-03-03T04:11:29.185Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2543 | 2025-03-03T04:11:29.305Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2544 | 2025-03-03T04:11:29.388Z | Checking const_format v0.2.34 |
| 2545 | 2025-03-03T04:11:29.479Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2546 | 2025-03-03T04:11:29.673Z | Checking zone v0.3.0 |
| 2547 | 2025-03-03T04:11:29.826Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2548 | 2025-03-03T04:11:29.854Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2549 | 2025-03-03T04:11:30.094Z | Checking gethostname v0.5.0 |
| 2550 | 2025-03-03T04:11:30.246Z | Checking bcs v0.1.6 |
| 2551 | 2025-03-03T04:11:30.271Z | Checking nanorand v0.7.0 |
| 2552 | 2025-03-03T04:11:30.380Z | Compiling async-recursion v1.1.1 |
| 2553 | 2025-03-03T04:11:30.498Z | Checking termtree v0.5.1 |
| 2554 | 2025-03-03T04:11:30.635Z | Checking flume v0.11.1 |
| 2555 | 2025-03-03T04:11:31.721Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2556 | 2025-03-03T04:11:37.813Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2557 | 2025-03-03T04:11:41.777Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2558 | 2025-03-03T04:11:45.277Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2559 | 2025-03-03T04:11:46.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.12s |
| 2560 | 2025-03-03T04:11:47.151Z | |
| 2561 | 2025-03-03T04:11:47.151Z | info: running `cargo check --bins` on clickhouse-admin-api (55/196) |
| 2562 | 2025-03-03T04:11:48.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2563 | 2025-03-03T04:11:48.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2564 | 2025-03-03T04:11:48.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2565 | 2025-03-03T04:11:48.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2566 | 2025-03-03T04:11:48.134Z | |
| 2567 | 2025-03-03T04:11:48.134Z | info: running `cargo check --bins` on clickhouse-admin-types (56/196) |
| 2568 | 2025-03-03T04:11:48.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2569 | 2025-03-03T04:11:49.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2570 | 2025-03-03T04:11:49.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2571 | 2025-03-03T04:11:49.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2572 | 2025-03-03T04:11:49.120Z | |
| 2573 | 2025-03-03T04:11:49.120Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/196) |
| 2574 | 2025-03-03T04:11:49.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2575 | 2025-03-03T04:11:50.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2576 | 2025-03-03T04:11:50.141Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2577 | 2025-03-03T04:11:50.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 2578 | 2025-03-03T04:11:51.074Z | |
| 2579 | 2025-03-03T04:11:51.074Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/196) |
| 2580 | 2025-03-03T04:11:51.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2581 | 2025-03-03T04:11:51.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2582 | 2025-03-03T04:11:52.147Z | Compiling cfg_aliases v0.1.1 |
| 2583 | 2025-03-03T04:11:52.147Z | Compiling vte_generate_state_changes v0.1.2 |
| 2584 | 2025-03-03T04:11:52.191Z | Checking fd-lock v4.0.2 |
| 2585 | 2025-03-03T04:11:52.191Z | Checking nibble_vec v0.1.0 |
| 2586 | 2025-03-03T04:11:52.191Z | Checking bytecount v0.6.8 |
| 2587 | 2025-03-03T04:11:52.191Z | Checking endian-type v0.1.2 |
| 2588 | 2025-03-03T04:11:52.191Z | Compiling tabled_derive v0.7.0 |
| 2589 | 2025-03-03T04:11:52.191Z | Compiling peg-macros v0.8.4 |
| 2590 | 2025-03-03T04:11:52.321Z | Compiling nix v0.28.0 |
| 2591 | 2025-03-03T04:11:52.373Z | Checking papergrid v0.11.0 |
| 2592 | 2025-03-03T04:11:52.412Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2593 | 2025-03-03T04:11:52.454Z | Compiling sqlparser_derive v0.2.2 |
| 2594 | 2025-03-03T04:11:52.488Z | Checking radix_trie v0.2.1 |
| 2595 | 2025-03-03T04:11:52.755Z | Checking vte v0.11.1 |
| 2596 | 2025-03-03T04:11:52.857Z | Checking unicode_categories v0.1.1 |
| 2597 | 2025-03-03T04:11:53.150Z | Checking nu-ansi-term v0.50.1 |
| 2598 | 2025-03-03T04:11:53.275Z | Checking home v0.5.9 |
| 2599 | 2025-03-03T04:11:53.348Z | Checking sqlparser v0.45.0 |
| 2600 | 2025-03-03T04:11:53.464Z | Checking sqlformat v0.2.6 |
| 2601 | 2025-03-03T04:11:53.525Z | Checking display-error-chain v0.2.2 |
| 2602 | 2025-03-03T04:11:53.898Z | Checking strip-ansi-escapes v0.2.0 |
| 2603 | 2025-03-03T04:11:54.057Z | Checking reedline v0.38.0 |
| 2604 | 2025-03-03T04:11:54.095Z | Checking tabled v0.15.0 |
| 2605 | 2025-03-03T04:11:54.388Z | Checking peg v0.8.4 |
| 2606 | 2025-03-03T04:11:55.015Z | Checking rustyline v14.0.0 |
| 2607 | 2025-03-03T04:12:07.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.03s |
| 2608 | 2025-03-03T04:12:07.291Z | |
| 2609 | 2025-03-03T04:12:07.291Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/196) |
| 2610 | 2025-03-03T04:12:08.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2611 | 2025-03-03T04:12:08.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2612 | 2025-03-03T04:12:08.352Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2613 | 2025-03-03T04:12:15.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s |
| 2614 | 2025-03-03T04:12:15.615Z | |
| 2615 | 2025-03-03T04:12:15.615Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/196) |
| 2616 | 2025-03-03T04:12:16.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2617 | 2025-03-03T04:12:16.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2618 | 2025-03-03T04:12:16.612Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2619 | 2025-03-03T04:12:21.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
| 2620 | 2025-03-03T04:12:21.549Z | |
| 2621 | 2025-03-03T04:12:21.549Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/196) |
| 2622 | 2025-03-03T04:12:22.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2025-03-03T04:12:22.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2025-03-03T04:12:22.569Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2625 | 2025-03-03T04:12:29.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
| 2626 | 2025-03-03T04:12:29.403Z | |
| 2627 | 2025-03-03T04:12:29.403Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/196) |
| 2628 | 2025-03-03T04:12:30.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2025-03-03T04:12:30.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2025-03-03T04:12:30.405Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2631 | 2025-03-03T04:12:37.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s |
| 2632 | 2025-03-03T04:12:37.339Z | |
| 2633 | 2025-03-03T04:12:37.339Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/196) |
| 2634 | 2025-03-03T04:12:38.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2025-03-03T04:12:38.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2025-03-03T04:12:38.409Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2637 | 2025-03-03T04:12:43.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
| 2638 | 2025-03-03T04:12:43.639Z | |
| 2639 | 2025-03-03T04:12:43.639Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/196) |
| 2640 | 2025-03-03T04:12:44.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2025-03-03T04:12:44.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2025-03-03T04:12:44.661Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2643 | 2025-03-03T04:12:49.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 2644 | 2025-03-03T04:12:49.960Z | |
| 2645 | 2025-03-03T04:12:49.960Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/196) |
| 2646 | 2025-03-03T04:12:50.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2025-03-03T04:12:50.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2025-03-03T04:12:51.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2649 | 2025-03-03T04:12:57.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s |
| 2650 | 2025-03-03T04:12:58.089Z | |
| 2651 | 2025-03-03T04:12:58.089Z | info: running `cargo check --bins` on oximeter (66/196) |
| 2652 | 2025-03-03T04:12:58.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2025-03-03T04:12:58.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2025-03-03T04:12:58.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2025-03-03T04:12:58.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2656 | 2025-03-03T04:12:59.035Z | |
| 2657 | 2025-03-03T04:12:59.035Z | info: running `cargo check --bins` on oximeter-macro-impl (67/196) |
| 2658 | 2025-03-03T04:12:59.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2025-03-03T04:12:59.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2025-03-03T04:12:59.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2025-03-03T04:12:59.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2662 | 2025-03-03T04:12:59.949Z | |
| 2663 | 2025-03-03T04:12:59.949Z | info: running `cargo check --bins` on oximeter-schema (68/196) |
| 2664 | 2025-03-03T04:13:00.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-03-03T04:13:00.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-03-03T04:13:00.926Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2667 | 2025-03-03T04:13:03.601Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2668 | 2025-03-03T04:13:04.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
| 2669 | 2025-03-03T04:13:05.063Z | |
| 2670 | 2025-03-03T04:13:05.064Z | info: running `cargo check --bins` on oximeter-types (69/196) |
| 2671 | 2025-03-03T04:13:05.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2025-03-03T04:13:05.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2025-03-03T04:13:05.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2674 | 2025-03-03T04:13:05.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2675 | 2025-03-03T04:13:06.016Z | |
| 2676 | 2025-03-03T04:13:06.016Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/196) |
| 2677 | 2025-03-03T04:13:06.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2025-03-03T04:13:06.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2025-03-03T04:13:06.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2680 | 2025-03-03T04:13:06.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2681 | 2025-03-03T04:13:06.944Z | |
| 2682 | 2025-03-03T04:13:06.944Z | info: running `cargo check --bins` on oxql-types (71/196) |
| 2683 | 2025-03-03T04:13:07.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2684 | 2025-03-03T04:13:07.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2685 | 2025-03-03T04:13:07.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2686 | 2025-03-03T04:13:07.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2687 | 2025-03-03T04:13:07.875Z | |
| 2688 | 2025-03-03T04:13:07.875Z | info: running `cargo check --bins` on oximeter-test-utils (72/196) |
| 2689 | 2025-03-03T04:13:08.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2690 | 2025-03-03T04:13:08.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2691 | 2025-03-03T04:13:08.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2692 | 2025-03-03T04:13:08.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2693 | 2025-03-03T04:13:08.865Z | |
| 2694 | 2025-03-03T04:13:08.865Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/196) |
| 2695 | 2025-03-03T04:13:09.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2696 | 2025-03-03T04:13:09.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2697 | 2025-03-03T04:13:09.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2698 | 2025-03-03T04:13:09.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2699 | 2025-03-03T04:13:09.803Z | |
| 2700 | 2025-03-03T04:13:09.803Z | info: running `cargo check --bins` on bootstrap-agent-client (74/196) |
| 2701 | 2025-03-03T04:13:10.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2702 | 2025-03-03T04:13:10.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2703 | 2025-03-03T04:13:10.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2704 | 2025-03-03T04:13:10.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2705 | 2025-03-03T04:13:10.765Z | |
| 2706 | 2025-03-03T04:13:10.765Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/196) |
| 2707 | 2025-03-03T04:13:11.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2708 | 2025-03-03T04:13:11.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2709 | 2025-03-03T04:13:11.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2710 | 2025-03-03T04:13:11.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2711 | 2025-03-03T04:13:11.719Z | |
| 2712 | 2025-03-03T04:13:11.719Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/196) |
| 2713 | 2025-03-03T04:13:12.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2714 | 2025-03-03T04:13:12.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2715 | 2025-03-03T04:13:12.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2716 | 2025-03-03T04:13:12.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2717 | 2025-03-03T04:13:12.670Z | |
| 2718 | 2025-03-03T04:13:12.670Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/196) |
| 2719 | 2025-03-03T04:13:13.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2720 | 2025-03-03T04:13:13.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2721 | 2025-03-03T04:13:13.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2722 | 2025-03-03T04:13:13.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2723 | 2025-03-03T04:13:13.646Z | |
| 2724 | 2025-03-03T04:13:13.646Z | info: running `cargo check --bins` on cockroach-admin-client (78/196) |
| 2725 | 2025-03-03T04:13:14.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2726 | 2025-03-03T04:13:14.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2727 | 2025-03-03T04:13:14.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2728 | 2025-03-03T04:13:14.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2729 | 2025-03-03T04:13:14.551Z | |
| 2730 | 2025-03-03T04:13:14.551Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/196) |
| 2731 | 2025-03-03T04:13:15.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2732 | 2025-03-03T04:13:15.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2733 | 2025-03-03T04:13:15.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2734 | 2025-03-03T04:13:15.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2735 | 2025-03-03T04:13:15.525Z | |
| 2736 | 2025-03-03T04:13:15.525Z | info: running `cargo check --bins` on dns-service-client (80/196) |
| 2737 | 2025-03-03T04:13:16.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2738 | 2025-03-03T04:13:16.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2739 | 2025-03-03T04:13:16.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2740 | 2025-03-03T04:13:16.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2741 | 2025-03-03T04:13:16.454Z | |
| 2742 | 2025-03-03T04:13:16.454Z | info: running `cargo check --bins` on internal-dns-types (81/196) |
| 2743 | 2025-03-03T04:13:17.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2744 | 2025-03-03T04:13:17.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2745 | 2025-03-03T04:13:17.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2746 | 2025-03-03T04:13:17.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2747 | 2025-03-03T04:13:17.404Z | |
| 2748 | 2025-03-03T04:13:17.404Z | info: running `cargo check --bins` on dpd-client (82/196) |
| 2749 | 2025-03-03T04:13:18.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2750 | 2025-03-03T04:13:18.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2751 | 2025-03-03T04:13:18.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2752 | 2025-03-03T04:13:18.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2753 | 2025-03-03T04:13:18.335Z | |
| 2754 | 2025-03-03T04:13:18.336Z | info: running `cargo check --bins` on gateway-client (83/196) |
| 2755 | 2025-03-03T04:13:19.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2025-03-03T04:13:19.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2025-03-03T04:13:19.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2758 | 2025-03-03T04:13:19.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2759 | 2025-03-03T04:13:19.249Z | |
| 2760 | 2025-03-03T04:13:19.249Z | info: running `cargo check --bins` on installinator-client (84/196) |
| 2761 | 2025-03-03T04:13:20.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2762 | 2025-03-03T04:13:20.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2763 | 2025-03-03T04:13:20.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2764 | 2025-03-03T04:13:20.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2765 | 2025-03-03T04:13:20.179Z | |
| 2766 | 2025-03-03T04:13:20.179Z | info: running `cargo check --bins` on installinator-common (85/196) |
| 2767 | 2025-03-03T04:13:21.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2025-03-03T04:13:21.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2025-03-03T04:13:21.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2770 | 2025-03-03T04:13:21.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2771 | 2025-03-03T04:13:21.132Z | |
| 2772 | 2025-03-03T04:13:21.132Z | info: running `cargo check --bins` on update-engine (86/196) |
| 2773 | 2025-03-03T04:13:21.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2025-03-03T04:13:21.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2025-03-03T04:13:21.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2025-03-03T04:13:21.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2777 | 2025-03-03T04:13:22.009Z | |
| 2778 | 2025-03-03T04:13:22.009Z | info: running `cargo check --bins` on nexus-client (87/196) |
| 2779 | 2025-03-03T04:13:22.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2025-03-03T04:13:22.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2025-03-03T04:13:22.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2025-03-03T04:13:22.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2783 | 2025-03-03T04:13:22.957Z | |
| 2784 | 2025-03-03T04:13:22.957Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/196) |
| 2785 | 2025-03-03T04:13:23.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2025-03-03T04:13:23.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2025-03-03T04:13:23.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2025-03-03T04:13:23.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2789 | 2025-03-03T04:13:23.910Z | |
| 2790 | 2025-03-03T04:13:23.910Z | info: running `cargo check --bins` on omicron-passwords (89/196) |
| 2791 | 2025-03-03T04:13:24.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2025-03-03T04:13:24.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2025-03-03T04:13:24.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2025-03-03T04:13:24.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2795 | 2025-03-03T04:13:24.796Z | |
| 2796 | 2025-03-03T04:13:24.796Z | info: running `cargo check --bins` on nexus-types (90/196) |
| 2797 | 2025-03-03T04:13:25.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2025-03-03T04:13:25.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2025-03-03T04:13:25.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2025-03-03T04:13:25.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2801 | 2025-03-03T04:13:25.749Z | |
| 2802 | 2025-03-03T04:13:25.749Z | info: running `cargo check --bins` on oxide-client (91/196) |
| 2803 | 2025-03-03T04:13:26.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2025-03-03T04:13:26.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2025-03-03T04:13:26.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2025-03-03T04:13:26.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2807 | 2025-03-03T04:13:26.660Z | |
| 2808 | 2025-03-03T04:13:26.660Z | info: running `cargo check --bins` on oximeter-client (92/196) |
| 2809 | 2025-03-03T04:13:27.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2025-03-03T04:13:27.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2025-03-03T04:13:27.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2025-03-03T04:13:27.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2813 | 2025-03-03T04:13:27.553Z | |
| 2814 | 2025-03-03T04:13:27.553Z | info: running `cargo check --bins` on repo-depot-client (93/196) |
| 2815 | 2025-03-03T04:13:28.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2025-03-03T04:13:28.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2025-03-03T04:13:28.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2025-03-03T04:13:28.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2819 | 2025-03-03T04:13:28.440Z | |
| 2820 | 2025-03-03T04:13:28.440Z | info: running `cargo check --bins` on sled-agent-client (94/196) |
| 2821 | 2025-03-03T04:13:29.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2025-03-03T04:13:29.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2025-03-03T04:13:29.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2025-03-03T04:13:29.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2825 | 2025-03-03T04:13:29.373Z | |
| 2826 | 2025-03-03T04:13:29.373Z | info: running `cargo check --bins` on wicketd-client (95/196) |
| 2827 | 2025-03-03T04:13:30.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2025-03-03T04:13:30.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2025-03-03T04:13:30.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2025-03-03T04:13:30.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2831 | 2025-03-03T04:13:30.329Z | |
| 2832 | 2025-03-03T04:13:30.329Z | info: running `cargo check --bins` on sled-agent-types (96/196) |
| 2833 | 2025-03-03T04:13:31.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2025-03-03T04:13:31.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2025-03-03T04:13:31.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2025-03-03T04:13:31.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2837 | 2025-03-03T04:13:31.301Z | |
| 2838 | 2025-03-03T04:13:31.301Z | info: running `cargo check --bins` on wicket-common (97/196) |
| 2839 | 2025-03-03T04:13:32.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2025-03-03T04:13:32.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2025-03-03T04:13:32.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2025-03-03T04:13:32.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2843 | 2025-03-03T04:13:32.266Z | |
| 2844 | 2025-03-03T04:13:32.266Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/196) |
| 2845 | 2025-03-03T04:13:33.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2025-03-03T04:13:33.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2025-03-03T04:13:33.247Z | Checking csv-core v0.1.11 |
| 2848 | 2025-03-03T04:13:33.247Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2849 | 2025-03-03T04:13:33.272Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2850 | 2025-03-03T04:13:33.272Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2851 | 2025-03-03T04:13:33.537Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2852 | 2025-03-03T04:13:33.563Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2853 | 2025-03-03T04:13:33.589Z | Checking csv v1.3.1 |
| 2854 | 2025-03-03T04:13:34.320Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2855 | 2025-03-03T04:13:34.781Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2856 | 2025-03-03T04:13:36.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
| 2857 | 2025-03-03T04:13:37.127Z | |
| 2858 | 2025-03-03T04:13:37.128Z | info: running `cargo check --bins` on cockroach-admin-api (99/196) |
| 2859 | 2025-03-03T04:13:37.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2025-03-03T04:13:37.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2025-03-03T04:13:37.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2025-03-03T04:13:37.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2863 | 2025-03-03T04:13:38.056Z | |
| 2864 | 2025-03-03T04:13:38.056Z | info: running `cargo check --bins` on cockroach-admin-types (100/196) |
| 2865 | 2025-03-03T04:13:38.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2025-03-03T04:13:38.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2025-03-03T04:13:38.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2025-03-03T04:13:38.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2869 | 2025-03-03T04:13:38.942Z | |
| 2870 | 2025-03-03T04:13:38.942Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/196) |
| 2871 | 2025-03-03T04:13:39.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2025-03-03T04:13:39.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2025-03-03T04:13:39.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2025-03-03T04:13:39.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2875 | 2025-03-03T04:13:39.997Z | |
| 2876 | 2025-03-03T04:13:39.997Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/196) |
| 2877 | 2025-03-03T04:13:40.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2025-03-03T04:13:40.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2025-03-03T04:13:40.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2025-03-03T04:13:40.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2881 | 2025-03-03T04:13:41.045Z | |
| 2882 | 2025-03-03T04:13:41.045Z | info: running `cargo check --bins` on dns-server (103/196) |
| 2883 | 2025-03-03T04:13:41.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2025-03-03T04:13:41.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2025-03-03T04:13:41.985Z | Compiling typify-impl v0.3.0 |
| 2886 | 2025-03-03T04:13:42.019Z | Compiling parking_lot_core v0.8.6 |
| 2887 | 2025-03-03T04:13:42.053Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2888 | 2025-03-03T04:13:42.078Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2889 | 2025-03-03T04:13:42.078Z | Checking fxhash v0.2.1 |
| 2890 | 2025-03-03T04:13:42.078Z | Checking hickory-client v0.24.4 |
| 2891 | 2025-03-03T04:13:42.078Z | Checking hickory-server v0.24.4 |
| 2892 | 2025-03-03T04:13:42.753Z | Checking parking_lot v0.11.2 |
| 2893 | 2025-03-03T04:13:43.003Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2894 | 2025-03-03T04:13:43.072Z | Checking sled v0.34.7 |
| 2895 | 2025-03-03T04:13:48.890Z | Compiling typify-macro v0.3.0 |
| 2896 | 2025-03-03T04:13:50.671Z | Compiling typify v0.3.0 |
| 2897 | 2025-03-03T04:13:50.779Z | Compiling progenitor-impl v0.9.1 |
| 2898 | 2025-03-03T04:13:54.029Z | Compiling progenitor-macro v0.9.1 |
| 2899 | 2025-03-03T04:13:58.224Z | Checking progenitor v0.9.1 |
| 2900 | 2025-03-03T04:13:58.390Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2901 | 2025-03-03T04:13:59.021Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2902 | 2025-03-03T04:14:00.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.70s |
| 2903 | 2025-03-03T04:14:00.939Z | |
| 2904 | 2025-03-03T04:14:00.939Z | info: running `cargo check --bins` on dns-server-api (104/196) |
| 2905 | 2025-03-03T04:14:01.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2025-03-03T04:14:01.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2025-03-03T04:14:01.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2025-03-03T04:14:01.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2909 | 2025-03-03T04:14:01.885Z | |
| 2910 | 2025-03-03T04:14:01.885Z | info: running `cargo check --bins` on openapi-manager-types (105/196) |
| 2911 | 2025-03-03T04:14:02.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2025-03-03T04:14:02.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2025-03-03T04:14:02.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2025-03-03T04:14:02.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2915 | 2025-03-03T04:14:02.810Z | |
| 2916 | 2025-03-03T04:14:02.810Z | info: running `cargo check --bins` on gateway-test-utils (106/196) |
| 2917 | 2025-03-03T04:14:03.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2025-03-03T04:14:03.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2025-03-03T04:14:03.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2025-03-03T04:14:03.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2921 | 2025-03-03T04:14:03.856Z | |
| 2922 | 2025-03-03T04:14:03.856Z | info: running `cargo check --bins` on gateway-types (107/196) |
| 2923 | 2025-03-03T04:14:04.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2025-03-03T04:14:04.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2025-03-03T04:14:04.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2025-03-03T04:14:04.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2927 | 2025-03-03T04:14:04.784Z | |
| 2928 | 2025-03-03T04:14:04.784Z | info: running `cargo check --bins` on ipcc (108/196) |
| 2929 | 2025-03-03T04:14:05.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2025-03-03T04:14:05.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2025-03-03T04:14:05.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2025-03-03T04:14:05.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2933 | 2025-03-03T04:14:05.727Z | |
| 2934 | 2025-03-03T04:14:05.728Z | info: running `cargo check --bins` on omicron-gateway (109/196) |
| 2935 | 2025-03-03T04:14:06.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2025-03-03T04:14:06.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2025-03-03T04:14:06.789Z | Compiling radium v0.7.0 |
| 2938 | 2025-03-03T04:14:06.789Z | Compiling semver v0.1.20 |
| 2939 | 2025-03-03T04:14:06.814Z | Compiling maybe-uninit v2.0.0 |
| 2940 | 2025-03-03T04:14:06.814Z | Checking tap v1.0.1 |
| 2941 | 2025-03-03T04:14:06.863Z | Checking password-hash v0.5.0 |
| 2942 | 2025-03-03T04:14:06.888Z | Checking blake2 v0.10.6 |
| 2943 | 2025-03-03T04:14:06.888Z | Compiling owo-colors v4.2.0 |
| 2944 | 2025-03-03T04:14:06.888Z | Checking funty v2.0.0 |
| 2945 | 2025-03-03T04:14:06.991Z | Checking wyz v0.5.1 |
| 2946 | 2025-03-03T04:14:07.259Z | Compiling rustc_version v0.1.7 |
| 2947 | 2025-03-03T04:14:07.331Z | Checking crc-catalog v2.4.0 |
| 2948 | 2025-03-03T04:14:07.356Z | Compiling packed_struct v0.10.1 |
| 2949 | 2025-03-03T04:14:07.356Z | Compiling cancel-safe-futures v0.1.5 |
| 2950 | 2025-03-03T04:14:07.530Z | Checking argon2 v0.5.3 |
| 2951 | 2025-03-03T04:14:07.556Z | Checking crc v3.2.1 |
| 2952 | 2025-03-03T04:14:07.581Z | Compiling packed_struct_codegen v0.10.1 |
| 2953 | 2025-03-03T04:14:07.654Z | Checking libsw-core v0.3.1 |
| 2954 | 2025-03-03T04:14:07.679Z | Compiling newtype_derive v0.1.6 |
| 2955 | 2025-03-03T04:14:07.709Z | Checking bitvec v1.0.1 |
| 2956 | 2025-03-03T04:14:07.749Z | Compiling indexmap v1.9.3 |
| 2957 | 2025-03-03T04:14:07.805Z | Checking half v2.4.1 |
| 2958 | 2025-03-03T04:14:07.881Z | Checking ciborium-io v0.2.2 |
| 2959 | 2025-03-03T04:14:07.914Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2960 | 2025-03-03T04:14:08.023Z | Checking fixedbitset v0.5.7 |
| 2961 | 2025-03-03T04:14:08.052Z | Checking nodrop v0.1.14 |
| 2962 | 2025-03-03T04:14:08.188Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2963 | 2025-03-03T04:14:08.217Z | Checking array-init v0.0.4 |
| 2964 | 2025-03-03T04:14:08.244Z | Checking libsw v3.4.0 |
| 2965 | 2025-03-03T04:14:08.282Z | Checking ciborium-ll v0.2.2 |
| 2966 | 2025-03-03T04:14:08.388Z | Checking petgraph v0.7.1 |
| 2967 | 2025-03-03T04:14:08.476Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2968 | 2025-03-03T04:14:08.546Z | Checking smallvec v0.6.14 |
| 2969 | 2025-03-03T04:14:08.681Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2970 | 2025-03-03T04:14:08.874Z | Checking swrite v0.1.0 |
| 2971 | 2025-03-03T04:14:08.964Z | Checking indent_write v2.2.0 |
| 2972 | 2025-03-03T04:14:09.001Z | Checking linear-map v1.2.0 |
| 2973 | 2025-03-03T04:14:09.114Z | Checking termcolor v1.4.1 |
| 2974 | 2025-03-03T04:14:09.187Z | Checking hashbrown v0.12.3 |
| 2975 | 2025-03-03T04:14:09.302Z | Checking bitfield v0.14.0 |
| 2976 | 2025-03-03T04:14:09.472Z | Checking env_logger v0.10.2 |
| 2977 | 2025-03-03T04:14:09.537Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2978 | 2025-03-03T04:14:09.563Z | Checking ron v0.8.1 |
| 2979 | 2025-03-03T04:14:09.647Z | Checking serde-hex v0.1.0 |
| 2980 | 2025-03-03T04:14:09.849Z | Checking ciborium v0.2.2 |
| 2981 | 2025-03-03T04:14:09.874Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2982 | 2025-03-03T04:14:10.673Z | Checking steno v0.4.1 |
| 2983 | 2025-03-03T04:14:10.712Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2984 | 2025-03-03T04:14:10.860Z | Checking hashbrown v0.13.2 |
| 2985 | 2025-03-03T04:14:10.885Z | Checking crc-any v2.5.0 |
| 2986 | 2025-03-03T04:14:10.958Z | Checking humantime v2.1.0 |
| 2987 | 2025-03-03T04:14:11.003Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2988 | 2025-03-03T04:14:11.219Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2989 | 2025-03-03T04:14:11.244Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2990 | 2025-03-03T04:14:11.484Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2991 | 2025-03-03T04:14:11.700Z | Checking object v0.30.4 |
| 2992 | 2025-03-03T04:14:11.771Z | Checking path-slash v0.1.5 |
| 2993 | 2025-03-03T04:14:11.798Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2994 | 2025-03-03T04:14:11.995Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2995 | 2025-03-03T04:14:12.617Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2996 | 2025-03-03T04:14:12.670Z | Checking nix v0.27.1 |
| 2997 | 2025-03-03T04:14:12.891Z | Checking tungstenite v0.23.0 |
| 2998 | 2025-03-03T04:14:12.917Z | Checking kstat-rs v0.2.4 |
| 2999 | 2025-03-03T04:14:12.917Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3000 | 2025-03-03T04:14:13.231Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3001 | 2025-03-03T04:14:13.591Z | Checking signal-hook-tokio v0.3.1 |
| 3002 | 2025-03-03T04:14:13.712Z | Checking tokio-tungstenite v0.23.1 |
| 3003 | 2025-03-03T04:14:13.752Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3004 | 2025-03-03T04:14:14.211Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3005 | 2025-03-03T04:14:22.567Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3006 | 2025-03-03T04:14:24.251Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 3007 | 2025-03-03T04:14:28.075Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3008 | 2025-03-03T04:14:35.355Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3009 | 2025-03-03T04:14:36.220Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3010 | 2025-03-03T04:14:39.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.18s |
| 3011 | 2025-03-03T04:14:40.113Z | |
| 3012 | 2025-03-03T04:14:40.113Z | info: running `cargo check --bins` on gateway-api (110/196) |
| 3013 | 2025-03-03T04:14:40.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2025-03-03T04:14:40.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2025-03-03T04:14:40.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2025-03-03T04:14:40.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3017 | 2025-03-03T04:14:41.048Z | |
| 3018 | 2025-03-03T04:14:41.048Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/196) |
| 3019 | 2025-03-03T04:14:41.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-03-03T04:14:41.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-03-03T04:14:41.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2025-03-03T04:14:41.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3023 | 2025-03-03T04:14:41.952Z | |
| 3024 | 2025-03-03T04:14:41.952Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/196) |
| 3025 | 2025-03-03T04:14:42.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2025-03-03T04:14:42.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2025-03-03T04:14:42.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2025-03-03T04:14:42.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3029 | 2025-03-03T04:14:42.820Z | |
| 3030 | 2025-03-03T04:14:42.820Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/196) |
| 3031 | 2025-03-03T04:14:43.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2025-03-03T04:14:43.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2025-03-03T04:14:43.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2025-03-03T04:14:43.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3035 | 2025-03-03T04:14:43.748Z | |
| 3036 | 2025-03-03T04:14:43.748Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/196) |
| 3037 | 2025-03-03T04:14:44.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2025-03-03T04:14:44.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2025-03-03T04:14:44.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2025-03-03T04:14:44.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3041 | 2025-03-03T04:14:44.674Z | |
| 3042 | 2025-03-03T04:14:44.674Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/196) |
| 3043 | 2025-03-03T04:14:45.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2025-03-03T04:14:45.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2025-03-03T04:14:45.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2025-03-03T04:14:45.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3047 | 2025-03-03T04:14:45.578Z | |
| 3048 | 2025-03-03T04:14:45.578Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/196) |
| 3049 | 2025-03-03T04:14:46.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2025-03-03T04:14:46.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2025-03-03T04:14:46.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2025-03-03T04:14:46.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3053 | 2025-03-03T04:14:46.484Z | |
| 3054 | 2025-03-03T04:14:46.484Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/196) |
| 3055 | 2025-03-03T04:14:47.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2025-03-03T04:14:47.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2025-03-03T04:14:47.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2025-03-03T04:14:47.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3059 | 2025-03-03T04:14:47.368Z | |
| 3060 | 2025-03-03T04:14:47.368Z | info: running `cargo check --bins` on oximeter-producer (118/196) |
| 3061 | 2025-03-03T04:14:48.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2025-03-03T04:14:48.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2025-03-03T04:14:48.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2025-03-03T04:14:48.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3065 | 2025-03-03T04:14:48.328Z | |
| 3066 | 2025-03-03T04:14:48.328Z | info: running `cargo check --bins` on internal-dns-resolver (119/196) |
| 3067 | 2025-03-03T04:14:49.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2025-03-03T04:14:49.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2025-03-03T04:14:49.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2025-03-03T04:14:49.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3071 | 2025-03-03T04:14:49.253Z | |
| 3072 | 2025-03-03T04:14:49.253Z | info: running `cargo check --bins` on sp-sim (120/196) |
| 3073 | 2025-03-03T04:14:50.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2025-03-03T04:14:50.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2025-03-03T04:14:50.212Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3076 | 2025-03-03T04:14:50.696Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3077 | 2025-03-03T04:14:52.918Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3078 | 2025-03-03T04:14:55.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
| 3079 | 2025-03-03T04:14:55.372Z | |
| 3080 | 2025-03-03T04:14:55.372Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/196) |
| 3081 | 2025-03-03T04:14:56.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2025-03-03T04:14:56.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2025-03-03T04:14:56.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2025-03-03T04:14:56.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3085 | 2025-03-03T04:14:56.411Z | |
| 3086 | 2025-03-03T04:14:56.411Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/196) |
| 3087 | 2025-03-03T04:14:57.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2025-03-03T04:14:57.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2025-03-03T04:14:57.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2025-03-03T04:14:57.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3091 | 2025-03-03T04:14:57.426Z | |
| 3092 | 2025-03-03T04:14:57.426Z | info: running `cargo check --bins` on db-macros (123/196) |
| 3093 | 2025-03-03T04:14:58.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2025-03-03T04:14:58.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2025-03-03T04:14:58.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2025-03-03T04:14:58.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3097 | 2025-03-03T04:14:58.310Z | |
| 3098 | 2025-03-03T04:14:58.310Z | info: running `cargo check --bins` on nexus-macros-common (124/196) |
| 3099 | 2025-03-03T04:14:59.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2025-03-03T04:14:59.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2025-03-03T04:14:59.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2025-03-03T04:14:59.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3103 | 2025-03-03T04:14:59.190Z | |
| 3104 | 2025-03-03T04:14:59.190Z | info: running `cargo check --bins` on nexus-auth (125/196) |
| 3105 | 2025-03-03T04:15:00.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2025-03-03T04:15:00.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2025-03-03T04:15:00.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2025-03-03T04:15:00.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3109 | 2025-03-03T04:15:00.157Z | |
| 3110 | 2025-03-03T04:15:00.157Z | info: running `cargo check --bins` on authz-macros (126/196) |
| 3111 | 2025-03-03T04:15:00.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2025-03-03T04:15:00.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2025-03-03T04:15:00.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2025-03-03T04:15:00.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3115 | 2025-03-03T04:15:01.042Z | |
| 3116 | 2025-03-03T04:15:01.042Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/196) |
| 3117 | 2025-03-03T04:15:01.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2025-03-03T04:15:01.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2025-03-03T04:15:01.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2025-03-03T04:15:01.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3121 | 2025-03-03T04:15:02.023Z | |
| 3122 | 2025-03-03T04:15:02.023Z | info: running `cargo check --bins` on nexus-db-model (128/196) |
| 3123 | 2025-03-03T04:15:02.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2025-03-03T04:15:02.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2025-03-03T04:15:02.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2025-03-03T04:15:02.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3127 | 2025-03-03T04:15:02.987Z | |
| 3128 | 2025-03-03T04:15:02.987Z | info: running `cargo check --bins` on nexus-defaults (129/196) |
| 3129 | 2025-03-03T04:15:03.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2025-03-03T04:15:03.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2025-03-03T04:15:03.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2025-03-03T04:15:03.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3133 | 2025-03-03T04:15:03.917Z | |
| 3134 | 2025-03-03T04:15:03.917Z | info: running `cargo check --bins` on nexus-inventory (130/196) |
| 3135 | 2025-03-03T04:15:04.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2025-03-03T04:15:04.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2025-03-03T04:15:04.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2025-03-03T04:15:04.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3139 | 2025-03-03T04:15:04.911Z | |
| 3140 | 2025-03-03T04:15:04.911Z | info: running `cargo check --bins` on typed-rng (131/196) |
| 3141 | 2025-03-03T04:15:05.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2025-03-03T04:15:05.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2025-03-03T04:15:05.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2025-03-03T04:15:05.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3145 | 2025-03-03T04:15:05.804Z | |
| 3146 | 2025-03-03T04:15:05.804Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/196) |
| 3147 | 2025-03-03T04:15:06.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2025-03-03T04:15:06.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2025-03-03T04:15:06.942Z | Checking keccak v0.1.5 |
| 3150 | 2025-03-03T04:15:06.973Z | Checking secrecy v0.8.0 |
| 3151 | 2025-03-03T04:15:06.998Z | Compiling unicase v2.7.0 |
| 3152 | 2025-03-03T04:15:06.998Z | Compiling same-file v1.0.6 |
| 3153 | 2025-03-03T04:15:07.030Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3154 | 2025-03-03T04:15:07.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3155 | 2025-03-03T04:15:07.055Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3156 | 2025-03-03T04:15:07.055Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3157 | 2025-03-03T04:15:07.181Z | Compiling walkdir v2.5.0 |
| 3158 | 2025-03-03T04:15:07.265Z | Checking sha3 v0.10.8 |
| 3159 | 2025-03-03T04:15:07.293Z | Checking universal-hash v0.5.1 |
| 3160 | 2025-03-03T04:15:07.338Z | Compiling blake3 v1.5.4 |
| 3161 | 2025-03-03T04:15:07.472Z | Checking opaque-debug v0.3.1 |
| 3162 | 2025-03-03T04:15:07.498Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3163 | 2025-03-03T04:15:07.542Z | Checking chacha20 v0.9.1 |
| 3164 | 2025-03-03T04:15:07.567Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3165 | 2025-03-03T04:15:07.592Z | Checking poly1305 v0.8.0 |
| 3166 | 2025-03-03T04:15:07.641Z | Checking aead v0.5.2 |
| 3167 | 2025-03-03T04:15:07.777Z | Compiling memmap2 v0.9.5 |
| 3168 | 2025-03-03T04:15:07.802Z | Compiling arrayref v0.3.9 |
| 3169 | 2025-03-03T04:15:07.864Z | Compiling constant_time_eq v0.3.1 |
| 3170 | 2025-03-03T04:15:07.889Z | Compiling libefi-sys v0.1.0 |
| 3171 | 2025-03-03T04:15:07.931Z | Compiling arrayvec v0.7.6 |
| 3172 | 2025-03-03T04:15:08.062Z | Compiling salty v0.3.0 |
| 3173 | 2025-03-03T04:15:08.088Z | Checking chacha20poly1305 v0.10.1 |
| 3174 | 2025-03-03T04:15:08.215Z | Compiling toolchain_find v0.4.0 |
| 3175 | 2025-03-03T04:15:08.274Z | Compiling camino-tempfile v1.1.1 |
| 3176 | 2025-03-03T04:15:08.312Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3177 | 2025-03-03T04:15:08.478Z | Compiling bitfield-struct v0.6.2 |
| 3178 | 2025-03-03T04:15:08.569Z | Compiling topological-sort v0.2.2 |
| 3179 | 2025-03-03T04:15:08.732Z | Compiling mime_guess v2.0.5 |
| 3180 | 2025-03-03T04:15:08.805Z | Compiling rustfmt-wrapper v0.2.1 |
| 3181 | 2025-03-03T04:15:09.125Z | Compiling omicron-zone-package v0.12.0 |
| 3182 | 2025-03-03T04:15:09.254Z | Compiling progenitor v0.9.1 |
| 3183 | 2025-03-03T04:15:09.310Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3184 | 2025-03-03T04:15:09.452Z | Checking thiserror-no-std v2.0.2 |
| 3185 | 2025-03-03T04:15:09.511Z | Checking primeorder v0.13.6 |
| 3186 | 2025-03-03T04:15:09.564Z | Checking env_filter v0.1.2 |
| 3187 | 2025-03-03T04:15:09.612Z | Checking vsss-rs v3.3.4 |
| 3188 | 2025-03-03T04:15:09.612Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3189 | 2025-03-03T04:15:09.683Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3190 | 2025-03-03T04:15:09.747Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3191 | 2025-03-03T04:15:09.781Z | Checking env_logger v0.11.5 |
| 3192 | 2025-03-03T04:15:09.857Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3193 | 2025-03-03T04:15:09.901Z | Checking p384 v0.13.0 |
| 3194 | 2025-03-03T04:15:09.961Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3195 | 2025-03-03T04:15:10.166Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2025-03-03T04:15:10.204Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3197 | 2025-03-03T04:15:10.268Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3198 | 2025-03-03T04:15:10.352Z | Checking http-range v0.1.5 |
| 3199 | 2025-03-03T04:15:10.406Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3200 | 2025-03-03T04:15:10.595Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3201 | 2025-03-03T04:15:10.624Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3202 | 2025-03-03T04:15:10.806Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3203 | 2025-03-03T04:15:10.879Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3204 | 2025-03-03T04:15:11.165Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3205 | 2025-03-03T04:15:11.215Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3206 | 2025-03-03T04:15:11.215Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3207 | 2025-03-03T04:15:11.495Z | Checking atty v0.2.14 |
| 3208 | 2025-03-03T04:15:11.572Z | Checking glob v0.3.2 |
| 3209 | 2025-03-03T04:15:11.665Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3210 | 2025-03-03T04:15:11.725Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3211 | 2025-03-03T04:15:11.844Z | Checking hyper-staticfile v0.10.1 |
| 3212 | 2025-03-03T04:15:11.886Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3213 | 2025-03-03T04:15:12.168Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3214 | 2025-03-03T04:15:12.748Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3215 | 2025-03-03T04:15:12.806Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3216 | 2025-03-03T04:15:12.984Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3217 | 2025-03-03T04:15:13.055Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3218 | 2025-03-03T04:15:13.081Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3219 | 2025-03-03T04:15:13.172Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3220 | 2025-03-03T04:15:13.631Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3221 | 2025-03-03T04:15:13.714Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3222 | 2025-03-03T04:15:13.952Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3223 | 2025-03-03T04:15:14.006Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3224 | 2025-03-03T04:15:14.436Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3225 | 2025-03-03T04:15:17.417Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3226 | 2025-03-03T04:15:17.417Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3227 | 2025-03-03T04:15:28.960Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3228 | 2025-03-03T04:15:47.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.82s |
| 3229 | 2025-03-03T04:15:47.823Z | |
| 3230 | 2025-03-03T04:15:47.823Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/196) |
| 3231 | 2025-03-03T04:15:48.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2025-03-03T04:15:48.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2025-03-03T04:15:48.918Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3234 | 2025-03-03T04:16:08.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.48s |
| 3235 | 2025-03-03T04:16:08.519Z | |
| 3236 | 2025-03-03T04:16:08.519Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/196) |
| 3237 | 2025-03-03T04:16:09.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2025-03-03T04:16:09.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2025-03-03T04:16:09.666Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3240 | 2025-03-03T04:16:28.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.42s |
| 3241 | 2025-03-03T04:16:29.163Z | |
| 3242 | 2025-03-03T04:16:29.163Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/196) |
| 3243 | 2025-03-03T04:16:30.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2025-03-03T04:16:30.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2025-03-03T04:16:30.331Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3246 | 2025-03-03T04:16:49.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.80s |
| 3247 | 2025-03-03T04:16:50.178Z | |
| 3248 | 2025-03-03T04:16:50.178Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/196) |
| 3249 | 2025-03-03T04:16:51.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2025-03-03T04:16:51.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2025-03-03T04:16:51.346Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3252 | 2025-03-03T04:17:10.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.63s |
| 3253 | 2025-03-03T04:17:11.033Z | |
| 3254 | 2025-03-03T04:17:11.033Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/196) |
| 3255 | 2025-03-03T04:17:11.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2025-03-03T04:17:11.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2025-03-03T04:17:12.204Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3258 | 2025-03-03T04:17:31.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.44s |
| 3259 | 2025-03-03T04:17:31.694Z | |
| 3260 | 2025-03-03T04:17:31.694Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/196) |
| 3261 | 2025-03-03T04:17:32.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2025-03-03T04:17:32.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2025-03-03T04:17:32.815Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3264 | 2025-03-03T04:17:52.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.45s |
| 3265 | 2025-03-03T04:17:52.352Z | |
| 3266 | 2025-03-03T04:17:52.352Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/196) |
| 3267 | 2025-03-03T04:17:53.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2025-03-03T04:17:53.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2025-03-03T04:17:53.536Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3270 | 2025-03-03T04:18:12.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s |
| 3271 | 2025-03-03T04:18:12.721Z | |
| 3272 | 2025-03-03T04:18:12.721Z | info: running `cargo check --bins` on bootstrap-agent-api (140/196) |
| 3273 | 2025-03-03T04:18:13.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2025-03-03T04:18:13.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2025-03-03T04:18:13.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2025-03-03T04:18:13.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3277 | 2025-03-03T04:18:13.711Z | |
| 3278 | 2025-03-03T04:18:13.711Z | info: running `cargo check --bins` on key-manager (141/196) |
| 3279 | 2025-03-03T04:18:14.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2025-03-03T04:18:14.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2025-03-03T04:18:14.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2025-03-03T04:18:14.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3283 | 2025-03-03T04:18:14.622Z | |
| 3284 | 2025-03-03T04:18:14.622Z | info: running `cargo check --bins` on range-requests (142/196) |
| 3285 | 2025-03-03T04:18:15.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2025-03-03T04:18:15.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2025-03-03T04:18:15.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2025-03-03T04:18:15.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3289 | 2025-03-03T04:18:15.524Z | |
| 3290 | 2025-03-03T04:18:15.524Z | info: running `cargo check --bins` on repo-depot-api (143/196) |
| 3291 | 2025-03-03T04:18:16.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2025-03-03T04:18:16.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2025-03-03T04:18:16.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2025-03-03T04:18:16.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3295 | 2025-03-03T04:18:16.475Z | |
| 3296 | 2025-03-03T04:18:16.475Z | info: running `cargo check --bins` on sled-agent-api (144/196) |
| 3297 | 2025-03-03T04:18:17.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2025-03-03T04:18:17.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2025-03-03T04:18:17.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2025-03-03T04:18:17.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3301 | 2025-03-03T04:18:17.453Z | |
| 3302 | 2025-03-03T04:18:17.453Z | info: running `cargo check --bins` on sled-diagnostics (145/196) |
| 3303 | 2025-03-03T04:18:18.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-03-03T04:18:18.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-03-03T04:18:18.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2025-03-03T04:18:18.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3307 | 2025-03-03T04:18:18.336Z | |
| 3308 | 2025-03-03T04:18:18.336Z | info: running `cargo check --bins` on sled-hardware (146/196) |
| 3309 | 2025-03-03T04:18:19.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-03-03T04:18:19.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-03-03T04:18:19.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2025-03-03T04:18:19.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3313 | 2025-03-03T04:18:19.286Z | |
| 3314 | 2025-03-03T04:18:19.286Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/196) |
| 3315 | 2025-03-03T04:18:20.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-03-03T04:18:20.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-03-03T04:18:20.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2025-03-03T04:18:20.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3319 | 2025-03-03T04:18:20.257Z | |
| 3320 | 2025-03-03T04:18:20.257Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/196) |
| 3321 | 2025-03-03T04:18:21.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-03-03T04:18:21.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-03-03T04:18:21.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-03-03T04:18:21.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3325 | 2025-03-03T04:18:21.254Z | |
| 3326 | 2025-03-03T04:18:21.254Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/196) |
| 3327 | 2025-03-03T04:18:22.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-03-03T04:18:22.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-03-03T04:18:22.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2025-03-03T04:18:22.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3331 | 2025-03-03T04:18:22.193Z | |
| 3332 | 2025-03-03T04:18:22.193Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/196) |
| 3333 | 2025-03-03T04:18:23.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-03-03T04:18:23.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-03-03T04:18:23.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2025-03-03T04:18:23.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3337 | 2025-03-03T04:18:23.170Z | |
| 3338 | 2025-03-03T04:18:23.170Z | info: running `cargo check --bins` on nexus-test-interface (151/196) |
| 3339 | 2025-03-03T04:18:24.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2025-03-03T04:18:24.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2025-03-03T04:18:24.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2025-03-03T04:18:24.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3343 | 2025-03-03T04:18:24.149Z | |
| 3344 | 2025-03-03T04:18:24.149Z | info: running `cargo check --bins` on oximeter-collector (152/196) |
| 3345 | 2025-03-03T04:18:24.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2025-03-03T04:18:25.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2025-03-03T04:18:25.174Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3348 | 2025-03-03T04:18:25.174Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3349 | 2025-03-03T04:18:26.268Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3350 | 2025-03-03T04:18:29.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
| 3351 | 2025-03-03T04:18:29.151Z | |
| 3352 | 2025-03-03T04:18:29.151Z | info: running `cargo check --bins` on oximeter-api (153/196) |
| 3353 | 2025-03-03T04:18:29.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2025-03-03T04:18:29.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2025-03-03T04:18:29.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2025-03-03T04:18:29.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3357 | 2025-03-03T04:18:30.086Z | |
| 3358 | 2025-03-03T04:18:30.086Z | info: running `cargo check --bins` on cert-dev (154/196) |
| 3359 | 2025-03-03T04:18:30.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2025-03-03T04:18:30.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2025-03-03T04:18:31.066Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3362 | 2025-03-03T04:18:31.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3363 | 2025-03-03T04:18:31.542Z | |
| 3364 | 2025-03-03T04:18:31.542Z | info: running `cargo check --bins` on clickana (155/196) |
| 3365 | 2025-03-03T04:18:32.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2025-03-03T04:18:32.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2025-03-03T04:18:32.515Z | Checking itertools v0.13.0 |
| 3368 | 2025-03-03T04:18:32.515Z | Checking castaway v0.2.3 |
| 3369 | 2025-03-03T04:18:32.540Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3370 | 2025-03-03T04:18:32.540Z | Checking lru v0.12.5 |
| 3371 | 2025-03-03T04:18:32.540Z | Compiling instability v0.3.2 |
| 3372 | 2025-03-03T04:18:32.540Z | Checking cassowary v0.3.0 |
| 3373 | 2025-03-03T04:18:32.540Z | Compiling indoc v2.0.5 |
| 3374 | 2025-03-03T04:18:32.702Z | Checking compact_str v0.8.0 |
| 3375 | 2025-03-03T04:18:34.611Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3376 | 2025-03-03T04:18:34.702Z | Checking unicode-truncate v1.1.0 |
| 3377 | 2025-03-03T04:18:34.912Z | Checking ratatui v0.29.0 |
| 3378 | 2025-03-03T04:18:37.475Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3379 | 2025-03-03T04:18:38.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s |
| 3380 | 2025-03-03T04:18:38.749Z | |
| 3381 | 2025-03-03T04:18:38.749Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/196) |
| 3382 | 2025-03-03T04:18:39.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2025-03-03T04:18:39.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2025-03-03T04:18:39.752Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3385 | 2025-03-03T04:18:39.752Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3386 | 2025-03-03T04:18:41.035Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3387 | 2025-03-03T04:18:41.657Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3388 | 2025-03-03T04:18:42.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 3389 | 2025-03-03T04:18:42.297Z | |
| 3390 | 2025-03-03T04:18:42.297Z | info: running `cargo check --bins` on ch-dev (157/196) |
| 3391 | 2025-03-03T04:18:43.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2025-03-03T04:18:43.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2025-03-03T04:18:43.284Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3394 | 2025-03-03T04:18:44.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 3395 | 2025-03-03T04:18:44.329Z | |
| 3396 | 2025-03-03T04:18:44.329Z | info: running `cargo check --bins` on crdb-seed (158/196) |
| 3397 | 2025-03-03T04:18:45.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2025-03-03T04:18:45.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2025-03-03T04:18:45.256Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3400 | 2025-03-03T04:18:45.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3401 | 2025-03-03T04:18:45.802Z | |
| 3402 | 2025-03-03T04:18:45.802Z | info: running `cargo check --bins` on db-dev (159/196) |
| 3403 | 2025-03-03T04:18:46.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2025-03-03T04:18:46.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2025-03-03T04:18:46.782Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3406 | 2025-03-03T04:18:47.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 3407 | 2025-03-03T04:18:47.834Z | |
| 3408 | 2025-03-03T04:18:47.835Z | info: running `cargo check --bins` on omicron-dev-lib (160/196) |
| 3409 | 2025-03-03T04:18:48.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2025-03-03T04:18:48.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2025-03-03T04:18:48.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2025-03-03T04:18:48.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3413 | 2025-03-03T04:18:48.790Z | |
| 3414 | 2025-03-03T04:18:48.790Z | info: running `cargo check --bins` on xtask-downloader (161/196) |
| 3415 | 2025-03-03T04:18:49.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2025-03-03T04:18:49.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2025-03-03T04:18:49.673Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3418 | 2025-03-03T04:18:50.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 3419 | 2025-03-03T04:18:50.884Z | |
| 3420 | 2025-03-03T04:18:50.884Z | info: running `cargo check --bins` on omicron-ls-apis (162/196) |
| 3421 | 2025-03-03T04:18:51.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2025-03-03T04:18:51.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2025-03-03T04:18:51.764Z | Checking cargo-platform v0.1.8 |
| 3424 | 2025-03-03T04:18:52.027Z | Checking cargo_metadata v0.19.2 |
| 3425 | 2025-03-03T04:18:53.397Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3426 | 2025-03-03T04:18:54.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 3427 | 2025-03-03T04:18:54.689Z | |
| 3428 | 2025-03-03T04:18:54.689Z | info: running `cargo check --bins` on mgs-dev (163/196) |
| 3429 | 2025-03-03T04:18:55.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2025-03-03T04:18:55.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2025-03-03T04:18:55.751Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3432 | 2025-03-03T04:18:57.597Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3433 | 2025-03-03T04:18:58.321Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3434 | 2025-03-03T04:18:58.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 3435 | 2025-03-03T04:18:59.189Z | |
| 3436 | 2025-03-03T04:18:59.189Z | info: running `cargo check --bins` on omicron-omdb (164/196) |
| 3437 | 2025-03-03T04:19:00.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2025-03-03T04:19:00.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2025-03-03T04:19:00.378Z | Compiling crunchy v0.2.2 |
| 3440 | 2025-03-03T04:19:00.378Z | Compiling tiny-keccak v2.0.2 |
| 3441 | 2025-03-03T04:19:00.378Z | Compiling dsl_auto_type v0.1.2 |
| 3442 | 2025-03-03T04:19:00.404Z | Checking scheduled-thread-pool v0.2.7 |
| 3443 | 2025-03-03T04:19:00.404Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3444 | 2025-03-03T04:19:00.404Z | Compiling bit-vec v0.6.3 |
| 3445 | 2025-03-03T04:19:00.404Z | Compiling ascii-canvas v3.0.0 |
| 3446 | 2025-03-03T04:19:00.404Z | Compiling ena v0.14.3 |
| 3447 | 2025-03-03T04:19:00.672Z | Checking r2d2 v0.8.10 |
| 3448 | 2025-03-03T04:19:00.764Z | Compiling diff v0.1.13 |
| 3449 | 2025-03-03T04:19:00.868Z | Compiling bit-set v0.5.3 |
| 3450 | 2025-03-03T04:19:00.894Z | Compiling regex-syntax v0.6.29 |
| 3451 | 2025-03-03T04:19:00.940Z | Compiling bindgen v0.71.1 |
| 3452 | 2025-03-03T04:19:01.012Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3453 | 2025-03-03T04:19:01.037Z | Compiling ref-cast v1.0.23 |
| 3454 | 2025-03-03T04:19:01.153Z | Compiling rustc-hash v2.1.1 |
| 3455 | 2025-03-03T04:19:01.247Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3456 | 2025-03-03T04:19:01.273Z | Compiling derive_builder_core v0.20.2 |
| 3457 | 2025-03-03T04:19:01.354Z | Compiling libxml v0.3.3 |
| 3458 | 2025-03-03T04:19:01.535Z | Compiling ref-cast-impl v1.0.23 |
| 3459 | 2025-03-03T04:19:01.595Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3460 | 2025-03-03T04:19:01.658Z | Compiling diesel_derives v2.2.3 |
| 3461 | 2025-03-03T04:19:01.688Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3462 | 2025-03-03T04:19:01.786Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3463 | 2025-03-03T04:19:02.102Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3464 | 2025-03-03T04:19:02.127Z | Compiling strum_macros v0.24.3 |
| 3465 | 2025-03-03T04:19:02.446Z | Compiling indoc v1.0.9 |
| 3466 | 2025-03-03T04:19:03.167Z | Compiling derive_builder_macro v0.20.2 |
| 3467 | 2025-03-03T04:19:03.204Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3468 | 2025-03-03T04:19:03.473Z | Compiling oso-derive v0.27.3 |
| 3469 | 2025-03-03T04:19:03.880Z | Compiling lalrpop v0.19.12 |
| 3470 | 2025-03-03T04:19:03.988Z | Checking derive_builder v0.20.2 |
| 3471 | 2025-03-03T04:19:04.163Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3472 | 2025-03-03T04:19:04.207Z | Checking quick-xml v0.37.2 |
| 3473 | 2025-03-03T04:19:04.329Z | Compiling diesel-dtrace v0.4.2 |
| 3474 | 2025-03-03T04:19:04.627Z | Checking maplit v1.0.2 |
| 3475 | 2025-03-03T04:19:04.828Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3476 | 2025-03-03T04:19:04.853Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3477 | 2025-03-03T04:19:05.120Z | Checking bb8 v0.8.5 |
| 3478 | 2025-03-03T04:19:05.422Z | Checking io-lifetimes v1.0.11 |
| 3479 | 2025-03-03T04:19:05.553Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3480 | 2025-03-03T04:19:05.612Z | Checking rustix v0.37.28 |
| 3481 | 2025-03-03T04:19:05.834Z | Checking rand_seeder v0.3.0 |
| 3482 | 2025-03-03T04:19:06.081Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3483 | 2025-03-03T04:19:06.122Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3484 | 2025-03-03T04:19:06.175Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3485 | 2025-03-03T04:19:06.303Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3486 | 2025-03-03T04:19:06.570Z | Checking is_ci v1.2.0 |
| 3487 | 2025-03-03T04:19:06.601Z | Checking terminal_size v0.2.6 |
| 3488 | 2025-03-03T04:19:06.728Z | Checking unicode-linebreak v0.1.5 |
| 3489 | 2025-03-03T04:19:06.781Z | Checking smawk v0.3.2 |
| 3490 | 2025-03-03T04:19:06.994Z | Checking supports-color v3.0.2 |
| 3491 | 2025-03-03T04:19:07.123Z | Checking textwrap v0.16.1 |
| 3492 | 2025-03-03T04:19:07.218Z | Checking multimap v0.10.0 |
| 3493 | 2025-03-03T04:19:08.034Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3494 | 2025-03-03T04:19:09.147Z | Checking diesel v2.2.7 |
| 3495 | 2025-03-03T04:19:24.005Z | Compiling samael v0.0.18 |
| 3496 | 2025-03-03T04:19:39.085Z | Checking async-bb8-diesel v0.2.1 |
| 3497 | 2025-03-03T04:19:40.738Z | Compiling polar-core v0.27.3 |
| 3498 | 2025-03-03T04:19:49.687Z | Checking oso v0.27.3 |
| 3499 | 2025-03-03T04:21:16.142Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3500 | 2025-03-03T04:21:25.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 3501 | 2025-03-03T04:21:25.466Z | |
| 3502 | 2025-03-03T04:21:25.466Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/196) |
| 3503 | 2025-03-03T04:21:26.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2025-03-03T04:21:26.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2025-03-03T04:21:26.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2025-03-03T04:21:26.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3507 | 2025-03-03T04:21:26.440Z | |
| 3508 | 2025-03-03T04:21:26.440Z | info: running `cargo check --bins` on nexus-saga-recovery (166/196) |
| 3509 | 2025-03-03T04:21:27.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2025-03-03T04:21:27.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2025-03-03T04:21:27.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2025-03-03T04:21:27.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3513 | 2025-03-03T04:21:27.426Z | |
| 3514 | 2025-03-03T04:21:27.426Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/196) |
| 3515 | 2025-03-03T04:21:28.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2025-03-03T04:21:28.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2025-03-03T04:21:28.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2025-03-03T04:21:28.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3519 | 2025-03-03T04:21:28.374Z | |
| 3520 | 2025-03-03T04:21:28.374Z | info: running `cargo check --bins` on omicron-nexus (168/196) |
| 3521 | 2025-03-03T04:21:29.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2025-03-03T04:21:29.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2025-03-03T04:21:29.612Z | Compiling libz-sys v1.1.20 |
| 3524 | 2025-03-03T04:21:29.638Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3525 | 2025-03-03T04:21:29.665Z | Compiling vergen v8.3.2 |
| 3526 | 2025-03-03T04:21:29.691Z | Compiling cargo-platform v0.1.8 |
| 3527 | 2025-03-03T04:21:29.691Z | Compiling pin-project-internal v1.1.6 |
| 3528 | 2025-03-03T04:21:29.728Z | Compiling snafu-derive v0.8.5 |
| 3529 | 2025-03-03T04:21:29.754Z | Compiling rustls v0.21.12 |
| 3530 | 2025-03-03T04:21:29.779Z | Checking globset v0.4.15 |
| 3531 | 2025-03-03T04:21:29.975Z | Checking olpc-cjson v0.1.4 |
| 3532 | 2025-03-03T04:21:30.030Z | Compiling cargo_metadata v0.18.1 |
| 3533 | 2025-03-03T04:21:30.202Z | Checking rustls-webpki v0.101.7 |
| 3534 | 2025-03-03T04:21:30.228Z | Checking sct v0.7.1 |
| 3535 | 2025-03-03T04:21:30.253Z | Checking serde_plain v1.0.2 |
| 3536 | 2025-03-03T04:21:30.352Z | Checking typed-path v0.9.3 |
| 3537 | 2025-03-03T04:21:30.528Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3538 | 2025-03-03T04:21:30.562Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3539 | 2025-03-03T04:21:30.807Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3540 | 2025-03-03T04:21:30.833Z | Checking parse-size v1.1.0 |
| 3541 | 2025-03-03T04:21:31.087Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3542 | 2025-03-03T04:21:31.140Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3543 | 2025-03-03T04:21:31.928Z | Checking rustls-pemfile v1.0.4 |
| 3544 | 2025-03-03T04:21:32.006Z | Checking pin-project v1.1.6 |
| 3545 | 2025-03-03T04:21:32.066Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3546 | 2025-03-03T04:21:32.092Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3547 | 2025-03-03T04:21:32.145Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3548 | 2025-03-03T04:21:32.170Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3549 | 2025-03-03T04:21:32.446Z | Checking twox-hash v2.1.0 |
| 3550 | 2025-03-03T04:21:32.510Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3551 | 2025-03-03T04:21:32.750Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3552 | 2025-03-03T04:21:33.048Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3553 | 2025-03-03T04:21:33.652Z | Checking tokio-rustls v0.24.1 |
| 3554 | 2025-03-03T04:21:33.908Z | Checking snafu v0.8.5 |
| 3555 | 2025-03-03T04:21:33.998Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3556 | 2025-03-03T04:21:34.325Z | Checking tough v0.19.0 |
| 3557 | 2025-03-03T04:21:34.439Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3558 | 2025-03-03T04:21:34.481Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3559 | 2025-03-03T04:21:34.532Z | Checking fatfs v0.3.6 |
| 3560 | 2025-03-03T04:21:34.610Z | Checking assert_matches v1.5.0 |
| 3561 | 2025-03-03T04:21:38.294Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3562 | 2025-03-03T04:21:39.646Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3563 | 2025-03-03T04:21:41.878Z | Compiling git2 v0.19.0 |
| 3564 | 2025-03-03T04:21:47.095Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3565 | 2025-03-03T04:23:09.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s |
| 3566 | 2025-03-03T04:23:09.754Z | |
| 3567 | 2025-03-03T04:23:09.754Z | info: running `cargo check --bins` on nexus-external-api (169/196) |
| 3568 | 2025-03-03T04:23:10.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2025-03-03T04:23:10.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2025-03-03T04:23:10.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2025-03-03T04:23:10.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3572 | 2025-03-03T04:23:10.783Z | |
| 3573 | 2025-03-03T04:23:10.783Z | info: running `cargo check --bins` on nexus-internal-api (170/196) |
| 3574 | 2025-03-03T04:23:11.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2025-03-03T04:23:11.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2025-03-03T04:23:11.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2025-03-03T04:23:11.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3578 | 2025-03-03T04:23:11.748Z | |
| 3579 | 2025-03-03T04:23:11.748Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/196) |
| 3580 | 2025-03-03T04:23:12.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2025-03-03T04:23:12.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2025-03-03T04:23:12.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2025-03-03T04:23:12.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3584 | 2025-03-03T04:23:12.749Z | |
| 3585 | 2025-03-03T04:23:12.749Z | info: running `cargo check --bins` on nexus-networking (172/196) |
| 3586 | 2025-03-03T04:23:13.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2025-03-03T04:23:13.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2025-03-03T04:23:13.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2025-03-03T04:23:13.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3590 | 2025-03-03T04:23:13.754Z | |
| 3591 | 2025-03-03T04:23:13.754Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/196) |
| 3592 | 2025-03-03T04:23:14.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2025-03-03T04:23:14.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2025-03-03T04:23:14.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2025-03-03T04:23:14.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3596 | 2025-03-03T04:23:14.754Z | |
| 3597 | 2025-03-03T04:23:14.754Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/196) |
| 3598 | 2025-03-03T04:23:15.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2025-03-03T04:23:15.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2025-03-03T04:23:15.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2025-03-03T04:23:15.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3602 | 2025-03-03T04:23:15.750Z | |
| 3603 | 2025-03-03T04:23:15.750Z | info: running `cargo check --bins` on update-common (175/196) |
| 3604 | 2025-03-03T04:23:16.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2025-03-03T04:23:16.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2025-03-03T04:23:16.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2025-03-03T04:23:16.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3608 | 2025-03-03T04:23:16.727Z | |
| 3609 | 2025-03-03T04:23:16.727Z | info: running `cargo check --bins` on omicron-dev (176/196) |
| 3610 | 2025-03-03T04:23:17.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2025-03-03T04:23:17.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2025-03-03T04:23:18.038Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3613 | 2025-03-03T04:23:18.066Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3614 | 2025-03-03T04:23:18.099Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3615 | 2025-03-03T04:23:18.124Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3616 | 2025-03-03T04:23:19.422Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3617 | 2025-03-03T04:24:02.884Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3618 | 2025-03-03T04:24:02.884Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3619 | 2025-03-03T04:24:02.884Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3620 | 2025-03-03T04:24:02.884Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3621 | 2025-03-03T04:24:02.884Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3622 | 2025-03-03T04:24:02.884Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3623 | 2025-03-03T04:24:02.884Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3624 | 2025-03-03T04:24:02.884Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3625 | 2025-03-03T04:25:06.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s |
| 3626 | 2025-03-03T04:25:06.518Z | |
| 3627 | 2025-03-03T04:25:06.518Z | info: running `cargo check --bins` on openapi-manager (177/196) |
| 3628 | 2025-03-03T04:25:07.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2025-03-03T04:25:07.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2025-03-03T04:25:07.499Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3631 | 2025-03-03T04:25:07.499Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3632 | 2025-03-03T04:25:07.524Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3633 | 2025-03-03T04:25:07.550Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3634 | 2025-03-03T04:25:07.575Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3635 | 2025-03-03T04:25:07.575Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3636 | 2025-03-03T04:25:07.575Z | Checking papergrid v0.14.0 |
| 3637 | 2025-03-03T04:25:07.575Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3638 | 2025-03-03T04:25:07.892Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3639 | 2025-03-03T04:25:07.968Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3640 | 2025-03-03T04:25:08.159Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3641 | 2025-03-03T04:25:08.356Z | Compiling proc-macro-error2 v2.0.1 |
| 3642 | 2025-03-03T04:25:08.866Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3643 | 2025-03-03T04:25:08.897Z | Compiling tabled_derive v0.10.0 |
| 3644 | 2025-03-03T04:25:09.175Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3645 | 2025-03-03T04:25:09.222Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3646 | 2025-03-03T04:25:09.509Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3647 | 2025-03-03T04:25:09.935Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3648 | 2025-03-03T04:25:09.984Z | Checking heck v0.4.1 |
| 3649 | 2025-03-03T04:25:10.188Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3650 | 2025-03-03T04:25:10.435Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3651 | 2025-03-03T04:25:10.571Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3652 | 2025-03-03T04:25:10.943Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3653 | 2025-03-03T04:25:10.996Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3654 | 2025-03-03T04:25:11.196Z | Checking tabled v0.18.0 |
| 3655 | 2025-03-03T04:25:11.277Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3656 | 2025-03-03T04:25:11.394Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3657 | 2025-03-03T04:25:11.419Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3658 | 2025-03-03T04:25:13.435Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3659 | 2025-03-03T04:25:13.435Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3660 | 2025-03-03T04:25:17.320Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3661 | 2025-03-03T04:25:19.397Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3662 | 2025-03-03T04:25:25.647Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3663 | 2025-03-03T04:25:25.647Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3664 | 2025-03-03T04:25:27.343Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3665 | 2025-03-03T04:25:29.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.81s |
| 3666 | 2025-03-03T04:25:29.524Z | |
| 3667 | 2025-03-03T04:25:29.525Z | info: running `cargo check --bins` on installinator-api (178/196) |
| 3668 | 2025-03-03T04:25:30.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2025-03-03T04:25:30.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2025-03-03T04:25:30.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2025-03-03T04:25:30.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3672 | 2025-03-03T04:25:30.493Z | |
| 3673 | 2025-03-03T04:25:30.493Z | info: running `cargo check --bins` on wicketd-api (179/196) |
| 3674 | 2025-03-03T04:25:31.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2025-03-03T04:25:31.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2025-03-03T04:25:31.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2025-03-03T04:25:31.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3678 | 2025-03-03T04:25:31.430Z | |
| 3679 | 2025-03-03T04:25:31.430Z | info: running `cargo check --bins` on omicron-pins (180/196) |
| 3680 | 2025-03-03T04:25:32.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2025-03-03T04:25:32.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2025-03-03T04:25:32.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2025-03-03T04:25:32.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3684 | 2025-03-03T04:25:32.308Z | |
| 3685 | 2025-03-03T04:25:32.308Z | info: running `cargo check --bins` on reconfigurator-cli (181/196) |
| 3686 | 2025-03-03T04:25:33.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2025-03-03T04:25:33.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2025-03-03T04:25:33.383Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3689 | 2025-03-03T04:25:33.383Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3690 | 2025-03-03T04:25:33.383Z | Compiling petname v2.0.2 |
| 3691 | 2025-03-03T04:25:33.409Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3692 | 2025-03-03T04:25:33.409Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3693 | 2025-03-03T04:25:33.409Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3694 | 2025-03-03T04:25:33.409Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3695 | 2025-03-03T04:25:33.454Z | Checking sync-ptr v0.1.1 |
| 3696 | 2025-03-03T04:25:40.355Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3697 | 2025-03-03T04:25:41.160Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3698 | 2025-03-03T04:25:42.792Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3699 | 2025-03-03T04:25:44.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s |
| 3700 | 2025-03-03T04:25:45.070Z | |
| 3701 | 2025-03-03T04:25:45.071Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (182/196) |
| 3702 | 2025-03-03T04:25:45.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2025-03-03T04:25:45.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2025-03-03T04:25:45.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2025-03-03T04:25:45.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3706 | 2025-03-03T04:25:46.060Z | |
| 3707 | 2025-03-03T04:25:46.060Z | info: running `cargo check --bins` on omicron-releng (183/196) |
| 3708 | 2025-03-03T04:25:46.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2025-03-03T04:25:46.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2025-03-03T04:25:47.016Z | Checking memmap2 v0.9.5 |
| 3711 | 2025-03-03T04:25:47.016Z | Checking arrayref v0.3.9 |
| 3712 | 2025-03-03T04:25:47.016Z | Checking arrayvec v0.7.6 |
| 3713 | 2025-03-03T04:25:47.041Z | Checking constant_time_eq v0.3.1 |
| 3714 | 2025-03-03T04:25:47.041Z | Checking topological-sort v0.2.2 |
| 3715 | 2025-03-03T04:25:47.041Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3716 | 2025-03-03T04:25:47.042Z | Checking shell-words v1.1.0 |
| 3717 | 2025-03-03T04:25:47.439Z | Checking blake3 v1.5.4 |
| 3718 | 2025-03-03T04:25:47.922Z | Checking omicron-zone-package v0.12.0 |
| 3719 | 2025-03-03T04:25:49.502Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3720 | 2025-03-03T04:25:50.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
| 3721 | 2025-03-03T04:25:50.817Z | |
| 3722 | 2025-03-03T04:25:50.817Z | info: running `cargo check --bins` on xtask (184/196) |
| 3723 | 2025-03-03T04:25:51.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3724 | 2025-03-03T04:25:51.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3725 | 2025-03-03T04:25:51.477Z | Checking bitflags v2.6.0 |
| 3726 | 2025-03-03T04:25:51.477Z | Checking serde v1.0.218 |
| 3727 | 2025-03-03T04:25:51.477Z | Checking thiserror v1.0.69 |
| 3728 | 2025-03-03T04:25:51.527Z | Checking scroll v0.12.0 |
| 3729 | 2025-03-03T04:25:51.553Z | Checking log v0.4.22 |
| 3730 | 2025-03-03T04:25:51.553Z | Checking hashbrown v0.15.1 |
| 3731 | 2025-03-03T04:25:51.579Z | Checking zerocopy v0.7.35 |
| 3732 | 2025-03-03T04:25:51.604Z | Checking syn v2.0.98 |
| 3733 | 2025-03-03T04:25:51.657Z | Checking pest v2.7.14 |
| 3734 | 2025-03-03T04:25:51.759Z | Checking rustix v0.38.37 |
| 3735 | 2025-03-03T04:25:51.800Z | Checking once_cell v1.20.3 |
| 3736 | 2025-03-03T04:25:51.936Z | Checking goblin v0.8.2 |
| 3737 | 2025-03-03T04:25:52.083Z | Checking thiserror v2.0.11 |
| 3738 | 2025-03-03T04:25:52.243Z | Checking fs-err v2.11.0 |
| 3739 | 2025-03-03T04:25:52.461Z | Checking indexmap v2.7.1 |
| 3740 | 2025-03-03T04:25:52.568Z | Checking tabled v0.15.0 |
| 3741 | 2025-03-03T04:25:52.654Z | Checking anyhow v1.0.96 |
| 3742 | 2025-03-03T04:25:53.344Z | Checking terminal_size v0.4.0 |
| 3743 | 2025-03-03T04:25:53.344Z | Checking tempfile v3.13.0 |
| 3744 | 2025-03-03T04:25:53.511Z | Checking clap_builder v4.5.31 |
| 3745 | 2025-03-03T04:25:53.894Z | Checking dtrace-parser v0.2.0 |
| 3746 | 2025-03-03T04:25:55.379Z | Checking serde_json v1.0.139 |
| 3747 | 2025-03-03T04:25:55.379Z | Checking toml_datetime v0.6.8 |
| 3748 | 2025-03-03T04:25:55.379Z | Checking serde_spanned v0.6.8 |
| 3749 | 2025-03-03T04:25:55.405Z | Checking camino v1.1.9 |
| 3750 | 2025-03-03T04:25:55.405Z | Checking cargo-platform v0.1.8 |
| 3751 | 2025-03-03T04:25:55.649Z | Checking semver v1.0.25 |
| 3752 | 2025-03-03T04:25:55.685Z | Checking macaddr v1.0.1 |
| 3753 | 2025-03-03T04:25:55.733Z | Checking toml_edit v0.22.24 |
| 3754 | 2025-03-03T04:25:55.910Z | Checking camino-tempfile v1.1.1 |
| 3755 | 2025-03-03T04:25:56.106Z | Checking clap v4.5.31 |
| 3756 | 2025-03-03T04:25:56.654Z | Checking dof v0.3.0 |
| 3757 | 2025-03-03T04:25:56.654Z | Checking cargo_metadata v0.19.2 |
| 3758 | 2025-03-03T04:25:57.178Z | Checking usdt-impl v0.5.0 |
| 3759 | 2025-03-03T04:25:57.664Z | Checking usdt v0.5.0 |
| 3760 | 2025-03-03T04:25:58.037Z | Checking toml v0.8.20 |
| 3761 | 2025-03-03T04:25:58.622Z | Checking cargo_toml v0.21.0 |
| 3762 | 2025-03-03T04:26:00.138Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3763 | 2025-03-03T04:26:00.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s |
| 3764 | 2025-03-03T04:26:01.072Z | |
| 3765 | 2025-03-03T04:26:01.072Z | info: running `cargo check --bins` on end-to-end-tests (185/196) |
| 3766 | 2025-03-03T04:26:01.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2025-03-03T04:26:01.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2025-03-03T04:26:02.181Z | Checking polyval v0.6.2 |
| 3769 | 2025-03-03T04:26:02.207Z | Checking ctr v0.9.2 |
| 3770 | 2025-03-03T04:26:02.233Z | Checking ssh-encoding v0.2.0 |
| 3771 | 2025-03-03T04:26:02.258Z | Checking blowfish v0.9.1 |
| 3772 | 2025-03-03T04:26:02.284Z | Checking password-hash v0.4.2 |
| 3773 | 2025-03-03T04:26:02.309Z | Checking p521 v0.13.3 |
| 3774 | 2025-03-03T04:26:02.309Z | Checking p256 v0.13.2 |
| 3775 | 2025-03-03T04:26:02.338Z | Checking russh-cryptovec v0.7.3 |
| 3776 | 2025-03-03T04:26:02.459Z | Checking ghash v0.5.1 |
| 3777 | 2025-03-03T04:26:02.486Z | Checking md5 v0.7.0 |
| 3778 | 2025-03-03T04:26:02.511Z | Checking bcrypt-pbkdf v0.10.0 |
| 3779 | 2025-03-03T04:26:02.544Z | Checking num-bigint v0.4.6 |
| 3780 | 2025-03-03T04:26:02.571Z | Checking des v0.8.1 |
| 3781 | 2025-03-03T04:26:02.633Z | Checking aes-gcm v0.10.3 |
| 3782 | 2025-03-03T04:26:02.679Z | Checking pbkdf2 v0.11.0 |
| 3783 | 2025-03-03T04:26:02.749Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3784 | 2025-03-03T04:26:02.775Z | Checking hex-literal v0.4.1 |
| 3785 | 2025-03-03T04:26:02.815Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3786 | 2025-03-03T04:26:02.840Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3787 | 2025-03-03T04:26:02.866Z | Checking ssh-cipher v0.2.0 |
| 3788 | 2025-03-03T04:26:02.924Z | Checking internet-checksum v0.2.1 |
| 3789 | 2025-03-03T04:26:03.130Z | Checking ssh-key v0.6.6 |
| 3790 | 2025-03-03T04:26:03.357Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3791 | 2025-03-03T04:26:04.474Z | Checking russh-keys v0.45.0 |
| 3792 | 2025-03-03T04:26:05.648Z | Checking russh v0.45.0 |
| 3793 | 2025-03-03T04:26:30.506Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3794 | 2025-03-03T04:26:32.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.19s |
| 3795 | 2025-03-03T04:26:32.472Z | |
| 3796 | 2025-03-03T04:26:32.472Z | info: running `cargo check --bins` on gateway-cli (186/196) |
| 3797 | 2025-03-03T04:26:33.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2025-03-03T04:26:33.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2025-03-03T04:26:33.428Z | Checking termios v0.3.3 |
| 3800 | 2025-03-03T04:26:33.628Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3801 | 2025-03-03T04:26:34.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 3802 | 2025-03-03T04:26:34.913Z | |
| 3803 | 2025-03-03T04:26:34.913Z | info: running `cargo check --bins --no-default-features` on installinator (187/196) |
| 3804 | 2025-03-03T04:26:35.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2025-03-03T04:26:35.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2025-03-03T04:26:36.026Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3807 | 2025-03-03T04:26:36.026Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3808 | 2025-03-03T04:26:36.051Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3809 | 2025-03-03T04:26:36.051Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3810 | 2025-03-03T04:26:37.287Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3811 | 2025-03-03T04:26:38.916Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3812 | 2025-03-03T04:26:41.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s |
| 3813 | 2025-03-03T04:26:41.475Z | |
| 3814 | 2025-03-03T04:26:41.475Z | info: running `cargo check --bins` on internal-dns-cli (188/196) |
| 3815 | 2025-03-03T04:26:42.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2025-03-03T04:26:42.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2025-03-03T04:26:42.421Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3818 | 2025-03-03T04:26:42.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3819 | 2025-03-03T04:26:43.098Z | |
| 3820 | 2025-03-03T04:26:43.099Z | info: running `cargo check --bins` on omicron-live-tests (189/196) |
| 3821 | 2025-03-03T04:26:43.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2025-03-03T04:26:43.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2025-03-03T04:26:43.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2025-03-03T04:26:43.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3825 | 2025-03-03T04:26:43.997Z | |
| 3826 | 2025-03-03T04:26:43.997Z | info: running `cargo check --bins` on live-tests-macros (190/196) |
| 3827 | 2025-03-03T04:26:44.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2025-03-03T04:26:44.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2025-03-03T04:26:44.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2025-03-03T04:26:44.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3831 | 2025-03-03T04:26:44.895Z | |
| 3832 | 2025-03-03T04:26:44.895Z | info: running `cargo check --bins` on omicron-package (191/196) |
| 3833 | 2025-03-03T04:26:45.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2025-03-03T04:26:45.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2025-03-03T04:26:45.913Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3836 | 2025-03-03T04:26:47.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
| 3837 | 2025-03-03T04:26:47.762Z | |
| 3838 | 2025-03-03T04:26:47.762Z | info: running `cargo check --bins` on wicket-dbg (192/196) |
| 3839 | 2025-03-03T04:26:48.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2025-03-03T04:26:48.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2025-03-03T04:26:48.811Z | Checking rtoolbox v0.0.2 |
| 3842 | 2025-03-03T04:26:48.811Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3843 | 2025-03-03T04:26:48.811Z | Checking tui-tree-widget v0.23.0 |
| 3844 | 2025-03-03T04:26:49.014Z | Checking rpassword v7.3.1 |
| 3845 | 2025-03-03T04:26:54.921Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3846 | 2025-03-03T04:26:58.811Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3847 | 2025-03-03T04:27:00.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.53s |
| 3848 | 2025-03-03T04:27:00.509Z | |
| 3849 | 2025-03-03T04:27:00.509Z | info: running `cargo check --bins` on wicket (193/196) |
| 3850 | 2025-03-03T04:27:01.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2025-03-03T04:27:01.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2025-03-03T04:27:01.557Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3853 | 2025-03-03T04:27:01.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3854 | 2025-03-03T04:27:02.149Z | |
| 3855 | 2025-03-03T04:27:02.149Z | info: running `cargo check --bins` on wicketd (194/196) |
| 3856 | 2025-03-03T04:27:03.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2025-03-03T04:27:03.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2025-03-03T04:27:03.211Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3859 | 2025-03-03T04:27:03.211Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3860 | 2025-03-03T04:27:04.199Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3861 | 2025-03-03T04:27:09.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.17s |
| 3862 | 2025-03-03T04:27:09.517Z | |
| 3863 | 2025-03-03T04:27:09.517Z | info: running `cargo check --bins` on omicron-workspace-hack (195/196) |
| 3864 | 2025-03-03T04:27:10.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2025-03-03T04:27:10.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2025-03-03T04:27:10.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3867 | 2025-03-03T04:27:10.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3868 | 2025-03-03T04:27:10.426Z | |
| 3869 | 2025-03-03T04:27:10.426Z | info: running `cargo check --bins` on zone-setup (196/196) |
| 3870 | 2025-03-03T04:27:11.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2025-03-03T04:27:11.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2025-03-03T04:27:11.420Z | Checking uzers v0.12.1 |
| 3873 | 2025-03-03T04:27:11.754Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3874 | 2025-03-03T04:27:12.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
| 3875 | 2025-03-03T04:27:13.190Z | |
| 3876 | 2025-03-03T04:27:13.190Z | real 18:01.677285065 |
| 3877 | 2025-03-03T04:27:13.190Z | user 30:27.327957212 |
| 3878 | 2025-03-03T04:27:13.190Z | sys 5:07.394500734 |
| 3879 | 2025-03-03T04:27:13.190Z | trap 0.800812156 |
| 3880 | 2025-03-03T04:27:13.190Z | tflt 0.256719277 |
| 3881 | 2025-03-03T04:27:13.216Z | dflt 2.459098717 |
| 3882 | 2025-03-03T04:27:13.216Z | kflt 0.000707090 |
| 3883 | 2025-03-03T04:27:13.216Z | lock 55:21.873518388 |
| 3884 | 2025-03-03T04:27:13.216Z | slp 2:38:53.467548609 |
| 3885 | 2025-03-03T04:27:13.216Z | lat 1:07.026253123 |
| 3886 | 2025-03-03T04:27:13.216Z | stop 3:31.173601213 |
| 3887 | 2025-03-03T04:27:13.216Z | process exited: duration 1412293 ms, exit code 0 |
| |
| 3888 | 2025-03-03T04:27:13.269Z | found 0 output files |