|
|
|
| 1 | 2025-03-04T02:01:00.089Z | job assigned to worker 01JNFE37KFZ7B093BHVFTKN11Q [factory aws, i-02e1084f7c2d72e1f] (queued for 48 s) |
| |
| 2 | 2025-03-04T02:01:08.268Z | starting task 0: "setup" |
| 3 | 2025-03-04T02:01:08.277Z | ++ uname -s |
| 4 | 2025-03-04T02:01:08.280Z | + kern=SunOS |
| 5 | 2025-03-04T02:01:08.280Z | + build_user=build |
| 6 | 2025-03-04T02:01:08.280Z | + build_uid=12345 |
| 7 | 2025-03-04T02:01:08.280Z | + work_dir=/work |
| 8 | 2025-03-04T02:01:08.280Z | + input_dir=/input |
| 9 | 2025-03-04T02:01:08.280Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-04T02:01:08.280Z | + case "$kern" in |
| 11 | 2025-03-04T02:01:08.280Z | + groupadd -g 12345 build |
| 12 | 2025-03-04T02:01:08.285Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-04T02:01:10.288Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-04T02:01:10.411Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-04T02:01:10.415Z | + home_fs=zfs |
| 16 | 2025-03-04T02:01:10.415Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-04T02:01:10.415Z | + mkdir -p /home/build |
| 18 | 2025-03-04T02:01:10.419Z | + chown build:build /home/build /work |
| 19 | 2025-03-04T02:01:12.429Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-04T02:01:12.457Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2025-03-04T02:01:12.490Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-04T02:01:12.504Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-04T02:01:12.504Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-04T02:01:12.504Z | * rust toolchain profile = "default" |
| 25 | 2025-03-04T02:01:12.504Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-03-04T02:01:12.504Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-04T02:01:12.504Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-04T02:01:12.504Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-04T02:01:12.505Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-04T02:01:12.579Z | info: downloading installer |
| 31 | 2025-03-04T02:01:13.987Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-04T02:01:13.987Z | warn: /opt/ooce/bin |
| 33 | 2025-03-04T02:01:13.987Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-04T02:01:13.987Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-04T02:01:13.987Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-04T02:01:13.987Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-04T02:01:13.987Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-04T02:01:13.987Z | error: cannot install while Rust is installed |
| 39 | 2025-03-04T02:01:13.989Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-04T02:01:13.998Z | info: profile set to 'default' |
| 41 | 2025-03-04T02:01:13.998Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-04T02:01:14.006Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-04T02:01:14.165Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-04T02:01:14.165Z | info: downloading component 'cargo' |
| 45 | 2025-03-04T02:01:14.942Z | info: downloading component 'clippy' |
| 46 | 2025-03-04T02:01:15.311Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-04T02:01:16.451Z | info: downloading component 'rust-std' |
| 48 | 2025-03-04T02:01:18.449Z | info: downloading component 'rustc' |
| 49 | 2025-03-04T02:01:26.316Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-04T02:01:26.561Z | info: installing component 'cargo' |
| 51 | 2025-03-04T02:01:27.385Z | info: installing component 'clippy' |
| 52 | 2025-03-04T02:01:27.767Z | info: installing component 'rust-docs' |
| 53 | 2025-03-04T02:01:29.550Z | info: installing component 'rust-std' |
| 54 | 2025-03-04T02:01:31.433Z | info: installing component 'rustc' |
| 55 | 2025-03-04T02:01:37.814Z | info: installing component 'rustfmt' |
| 56 | 2025-03-04T02:01:37.837Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-04T02:01:37.837Z | |
| 58 | 2025-03-04T02:01:38.098Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-04T02:01:38.098Z | |
| 60 | 2025-03-04T02:01:38.101Z | |
| 61 | 2025-03-04T02:01:38.101Z | Rust is installed now. Great! |
| 62 | 2025-03-04T02:01:38.101Z | |
| 63 | 2025-03-04T02:01:38.101Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-04T02:01:38.101Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-04T02:01:38.101Z | |
| 66 | 2025-03-04T02:01:38.101Z | To configure your current shell, you need to source |
| 67 | 2025-03-04T02:01:38.101Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-04T02:01:38.101Z | |
| 69 | 2025-03-04T02:01:38.101Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-04T02:01:38.101Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-04T02:01:38.101Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-04T02:01:38.101Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-04T02:01:38.178Z | + rustup --version |
| 74 | 2025-03-04T02:01:38.188Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-04T02:01:38.188Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-04T02:01:38.218Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-04T02:01:38.222Z | + cargo --version |
| 78 | 2025-03-04T02:01:38.240Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-04T02:01:38.248Z | + rustc --version |
| 80 | 2025-03-04T02:01:38.269Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-04T02:01:38.274Z | process exited: duration 25790 ms, exit code 0 |
| |
| 82 | 2025-03-04T02:01:38.282Z | starting task 2: "authentication" |
| 83 | 2025-03-04T02:01:38.304Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-03-04T02:01:38.312Z | starting task 3: "clone repository" |
| 85 | 2025-03-04T02:01:38.316Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-04T02:01:38.321Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-04T02:01:38.360Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-04T02:01:45.908Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-04T02:01:45.914Z | + git fetch origin a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 90 | 2025-03-04T02:01:46.185Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-04T02:01:46.185Z | * branch a3e885a58f348e6e8ce0edf1baffc194059e8604 -> FETCH_HEAD |
| 92 | 2025-03-04T02:01:46.195Z | + [[ -n vmm-reserve-bench ]] |
| 93 | 2025-03-04T02:01:46.199Z | ++ git branch --show-current |
| 94 | 2025-03-04T02:01:46.199Z | + current=main |
| 95 | 2025-03-04T02:01:46.199Z | + [[ main != vmm-reserve-bench ]] |
| 96 | 2025-03-04T02:01:46.199Z | + git branch -f vmm-reserve-bench a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 97 | 2025-03-04T02:01:46.202Z | + git checkout -f vmm-reserve-bench |
| 98 | 2025-03-04T02:01:46.342Z | Switched to branch 'vmm-reserve-bench' |
| 99 | 2025-03-04T02:01:46.346Z | + git reset --hard a3e885a58f348e6e8ce0edf1baffc194059e8604 |
| 100 | 2025-03-04T02:01:46.485Z | HEAD is now at a3e885a58 Merge branch 'main' into vmm-reserve-bench |
| 101 | 2025-03-04T02:01:46.488Z | process exited: duration 8173 ms, exit code 0 |
| |
| 102 | 2025-03-04T02:01:46.497Z | starting task 4: "build" |
| 103 | 2025-03-04T02:01:46.502Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-03-04T02:01:46.502Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-03-04T02:01:46.502Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-03-04T02:01:46.502Z | + cargo --version |
| 107 | 2025-03-04T02:01:46.514Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-03-04T02:01:46.517Z | + rustc --version |
| 109 | 2025-03-04T02:01:46.543Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-03-04T02:01:46.546Z | + source ./env.sh |
| 111 | 2025-03-04T02:01:46.549Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-03-04T02:01:46.549Z | ++ set -o xtrace |
| 113 | 2025-03-04T02:01:46.549Z | ++++ dirname ./env.sh |
| 114 | 2025-03-04T02:01:46.552Z | +++ readlink -f . |
| 115 | 2025-03-04T02:01:46.555Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-03-04T02:01:46.555Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-03-04T02:01:46.555Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-03-04T02:01:46.555Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2025-03-04T02:01:46.555Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-03-04T02:01:46.555Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2025-03-04T02:01:46.555Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-03-04T02:01:46.556Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2025-03-04T02:01:46.556Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 124 | 2025-03-04T02:01:46.556Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-03-04T02:01:46.556Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-03-04T02:01:46.556Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-03-04T02:01:46.557Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 128 | 2025-03-04T02:01:46.557Z | + banner prerequisites |
| 129 | 2025-03-04T02:01:46.561Z | |
| 130 | 2025-03-04T02:01:46.561Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-03-04T02:01:46.561Z | # # # # # # # # # # # # # # # |
| 132 | 2025-03-04T02:01:46.561Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-03-04T02:01:46.561Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-03-04T02:01:46.561Z | # # # # # # # # # # # # # # # |
| 135 | 2025-03-04T02:01:46.561Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-03-04T02:01:46.561Z | |
| 137 | 2025-03-04T02:01:46.561Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-03-04T02:01:48.119Z | pkg list: illegal option -- F |
| 139 | 2025-03-04T02:01:48.119Z | Usage: |
| 140 | 2025-03-04T02:01:48.119Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 141 | 2025-03-04T02:01:48.119Z | [pkg_fmri_pattern ...] |
| 142 | 2025-03-04T02:01:48.985Z | pkg list: illegal option -- F |
| 143 | 2025-03-04T02:01:48.985Z | Usage: |
| 144 | 2025-03-04T02:01:48.989Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 145 | 2025-03-04T02:01:48.989Z | [pkg_fmri_pattern ...] |
| 146 | 2025-03-04T02:02:05.620Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 147 | 2025-03-04T02:02:09.978Z | Startup: Caching catalogs ... Done |
| 148 | 2025-03-04T02:02:23.318Z | Planning: Solver setup ... Done (12.392s) |
| 149 | 2025-03-04T02:02:23.477Z | Planning: Running solver ... Done (0.158s) |
| 150 | 2025-03-04T02:02:23.598Z | Planning: Finding local manifests ... Done (0.007s) |
| 151 | 2025-03-04T02:02:24.132Z | Planning: Fetching manifests: 0/7 0% complete |
| 152 | 2025-03-04T02:02:25.266Z | Planning: Fetching manifests: 7/7 100% complete |
| 153 | 2025-03-04T02:02:25.380Z | Planning: Package planning ... Done (0.114s) |
| 154 | 2025-03-04T02:02:25.437Z | Planning: Merging actions ... Done (0.057s) |
| 155 | 2025-03-04T02:02:25.635Z | Planning: Checking for conflicting actions ... Done (0.199s) |
| 156 | 2025-03-04T02:02:27.715Z | Planning: Consolidating action changes ... Done (2.079s) |
| 157 | 2025-03-04T02:02:28.172Z | Planning: Evaluating mediators ... Done (0.456s) |
| 158 | 2025-03-04T02:02:28.254Z | Planning: Planning completed in 18.17 seconds |
| 159 | 2025-03-04T02:02:28.271Z | Packages to install: 4 |
| 160 | 2025-03-04T02:02:28.271Z | Packages to update: 3 |
| 161 | 2025-03-04T02:02:28.274Z | Mediators to change: 2 |
| 162 | 2025-03-04T02:02:28.274Z | Services to change: 1 |
| 163 | 2025-03-04T02:02:28.274Z | Estimated space available: 155.60 GB |
| 164 | 2025-03-04T02:02:28.274Z | Estimated space to be consumed: 1.66 GB |
| 165 | 2025-03-04T02:02:28.274Z | Create boot environment: No |
| 166 | 2025-03-04T02:02:28.274Z | Create backup boot environment: Yes |
| 167 | 2025-03-04T02:02:28.275Z | Rebuild boot archive: No |
| 168 | 2025-03-04T02:02:28.275Z | |
| 169 | 2025-03-04T02:02:28.275Z | Changed mediators: |
| 170 | 2025-03-04T02:02:28.275Z | mediator clang: |
| 171 | 2025-03-04T02:02:28.275Z | version: None -> 15 (system default) |
| 172 | 2025-03-04T02:02:28.275Z | |
| 173 | 2025-03-04T02:02:28.275Z | mediator llvm: |
| 174 | 2025-03-04T02:02:28.275Z | version: 14 (system default) -> 15 (system default) |
| 175 | 2025-03-04T02:02:28.275Z | |
| 176 | 2025-03-04T02:02:28.275Z | Changed packages: |
| 177 | 2025-03-04T02:02:28.275Z | helios-dev |
| 178 | 2025-03-04T02:02:28.275Z | developer/build-essential |
| 179 | 2025-03-04T02:02:28.275Z | None -> 11-2.0 |
| 180 | 2025-03-04T02:02:28.275Z | library/libxmlsec1 |
| 181 | 2025-03-04T02:02:28.275Z | None -> 1.2.35-2.0 |
| 182 | 2025-03-04T02:02:28.275Z | ooce/developer/clang-15 |
| 183 | 2025-03-04T02:02:28.275Z | None -> 15.0.7-2.0 |
| 184 | 2025-03-04T02:02:28.275Z | ooce/developer/llvm-15 |
| 185 | 2025-03-04T02:02:28.275Z | None -> 15.0.7-2.0 |
| 186 | 2025-03-04T02:02:28.275Z | package/pkg |
| 187 | 2025-03-04T02:02:28.275Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 188 | 2025-03-04T02:02:28.275Z | system/library/g++-runtime |
| 189 | 2025-03-04T02:02:28.275Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-03-04T02:02:28.275Z | system/library/gcc-runtime |
| 191 | 2025-03-04T02:02:28.275Z | 13-2.0 -> 14-2.0 |
| 192 | 2025-03-04T02:02:28.275Z | |
| 193 | 2025-03-04T02:02:28.275Z | Services: |
| 194 | 2025-03-04T02:02:28.275Z | restart_fmri: |
| 195 | 2025-03-04T02:02:28.275Z | svc:/system/update-man-index:default |
| 196 | 2025-03-04T02:02:28.275Z | |
| 197 | 2025-03-04T02:02:28.275Z | Editable files to change: |
| 198 | 2025-03-04T02:02:28.275Z | Update: |
| 199 | 2025-03-04T02:02:28.275Z | usr/share/lib/pkg/web/config.shtml |
| 200 | 2025-03-04T02:02:28.357Z | |
| 201 | 2025-03-04T02:02:28.357Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 202 | 2025-03-04T02:02:34.465Z | Download: 213/4301 items 1.3/225.4MB 0% complete (870k/s) |
| 203 | 2025-03-04T02:02:39.480Z | Download: 474/4301 items 17.1/225.4MB 7% complete (1.7M/s) |
| 204 | 2025-03-04T02:02:44.490Z | Download: 1106/4301 items 19.8/225.4MB 8% complete (1.9M/s) |
| 205 | 2025-03-04T02:02:49.642Z | Download: 1194/4301 items 77.9/225.4MB 34% complete (7.2M/s) |
| 206 | 2025-03-04T02:02:57.653Z | Download: 1198/4301 items 78.0/225.4MB 34% complete (6.9M/s) |
| 207 | 2025-03-04T02:03:02.658Z | Download: 1412/4301 items 117.0/225.4MB 51% complete (4.6M/s) |
| 208 | 2025-03-04T02:03:07.665Z | Download: 1703/4301 items 118.0/225.4MB 52% complete (4.4M/s) |
| 209 | 2025-03-04T02:03:12.698Z | Download: 1910/4301 items 118.6/225.4MB 52% complete (266k/s) |
| 210 | 2025-03-04T02:03:17.714Z | Download: 2110/4301 items 118.9/225.4MB 52% complete (95.7k/s) |
| 211 | 2025-03-04T02:03:29.809Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (77.6k/s) |
| 212 | 2025-03-04T02:03:41.013Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
| 213 | 2025-03-04T02:03:46.142Z | Download: 2481/4301 items 120.2/225.4MB 53% complete (210k/s) |
| 214 | 2025-03-04T02:03:51.146Z | Download: 2753/4301 items 120.9/225.4MB 53% complete (167k/s) |
| 215 | 2025-03-04T02:03:56.149Z | Download: 2953/4301 items 121.2/225.4MB 53% complete (114k/s) |
| 216 | 2025-03-04T02:04:01.205Z | Download: 3189/4301 items 185.2/225.4MB 82% complete (6.4M/s) |
| 217 | 2025-03-04T02:04:06.485Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (8.1M/s) |
| 218 | 2025-03-04T02:04:11.534Z | Download: 3252/4301 items 203.1/225.4MB 90% complete (1.8M/s) |
| 219 | 2025-03-04T02:04:16.554Z | Download: 3383/4301 items 214.9/225.4MB 95% complete (1.2M/s) |
| 220 | 2025-03-04T02:04:21.555Z | Download: 3598/4301 items 216.0/225.4MB 95% complete (1.3M/s) |
| 221 | 2025-03-04T02:04:26.633Z | Download: 3990/4301 items 218.2/225.4MB 96% complete (346k/s) |
| 222 | 2025-03-04T02:04:31.683Z | Download: 4192/4301 items 220.5/225.4MB 97% complete (485k/s) |
| 223 | 2025-03-04T02:04:38.498Z | Download: 4204/4301 items 220.6/225.4MB 97% complete (436k/s) |
| 224 | 2025-03-04T02:04:44.343Z | Download: 4291/4301 items 224.6/225.4MB 99% complete (358k/s) |
| 225 | 2025-03-04T02:04:47.593Z | Download: Completed 225.42 MB in 139.21 seconds (1.6M/s) |
| 226 | 2025-03-04T02:04:49.586Z | Actions: 1/5122 actions (Removing old actions) |
| 227 | 2025-03-04T02:04:49.605Z | Actions: 194/5122 actions (Installing new actions) |
| 228 | 2025-03-04T02:04:54.359Z | Actions: 4267/5122 actions (Updating modified actions) |
| 229 | 2025-03-04T02:04:54.718Z | Actions: Completed 5122 actions in 5.13 seconds. |
| 230 | 2025-03-04T02:04:55.152Z | Done (0.426s) |
| 231 | 2025-03-04T02:04:55.159Z | Done (0.001s) |
| 232 | 2025-03-04T02:04:55.771Z | Done (0.612s) |
| 233 | 2025-03-04T02:05:00.226Z | Done (4.215s) |
| 234 | 2025-03-04T02:05:00.316Z | Done (0.020s) |
| 235 | 2025-03-04T02:05:00.319Z | Done (0.000s) |
| 236 | 2025-03-04T02:05:00.502Z | Done (0.000s) |
| 237 | 2025-03-04T02:05:01.235Z | Planning: Evaluating mediator changes ... Done |
| 238 | 2025-03-04T02:05:01.401Z | Planning: Checking for conflicting actions ... Done |
| 239 | 2025-03-04T02:05:01.405Z | Planning: Consolidating action changes ... Done |
| 240 | 2025-03-04T02:05:01.675Z | Planning: Evaluating mediators ... Done |
| 241 | 2025-03-04T02:05:01.682Z | Planning: Planning completed in 0.44 seconds |
| 242 | 2025-03-04T02:05:01.717Z | Mediators to change: 2 |
| 243 | 2025-03-04T02:05:01.717Z | Create boot environment: No |
| 244 | 2025-03-04T02:05:01.722Z | Create backup boot environment: No |
| 245 | 2025-03-04T02:05:01.801Z | Done |
| 246 | 2025-03-04T02:05:01.802Z | Done |
| 247 | 2025-03-04T02:05:02.257Z | Done |
| 248 | 2025-03-04T02:05:05.992Z | Done |
| 249 | 2025-03-04T02:05:06.090Z | Done |
| 250 | 2025-03-04T02:05:06.098Z | Done |
| 251 | 2025-03-04T02:05:06.225Z | Done |
| 252 | 2025-03-04T02:05:06.873Z | Planning: Evaluating mediator changes ... Done |
| 253 | 2025-03-04T02:05:06.904Z | Planning: Merging actions ... Done |
| 254 | 2025-03-04T02:05:07.063Z | Planning: Checking for conflicting actions ... Done |
| 255 | 2025-03-04T02:05:07.073Z | Planning: Consolidating action changes ... Done |
| 256 | 2025-03-04T02:05:07.310Z | Planning: Evaluating mediators ... Done |
| 257 | 2025-03-04T02:05:07.369Z | Planning: Planning completed in 0.76 seconds |
| 258 | 2025-03-04T02:05:07.406Z | Packages to change: 1 |
| 259 | 2025-03-04T02:05:07.406Z | Mediators to change: 1 |
| 260 | 2025-03-04T02:05:07.410Z | Services to change: 1 |
| 261 | 2025-03-04T02:05:07.410Z | Create boot environment: No |
| 262 | 2025-03-04T02:05:07.410Z | Create backup boot environment: Yes |
| 263 | 2025-03-04T02:05:09.723Z | Actions: 1/6 actions (Updating modified actions) |
| 264 | 2025-03-04T02:05:09.730Z | Actions: Completed 6 actions in 0.00 seconds. |
| 265 | 2025-03-04T02:05:09.730Z | Done |
| 266 | 2025-03-04T02:05:09.730Z | Done |
| 267 | 2025-03-04T02:05:09.847Z | Done |
| 268 | 2025-03-04T02:05:13.608Z | Done |
| 269 | 2025-03-04T02:05:13.690Z | Done |
| 270 | 2025-03-04T02:05:13.694Z | Done |
| 271 | 2025-03-04T02:05:13.823Z | Done |
| 272 | 2025-03-04T02:05:14.270Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 273 | 2025-03-04T02:05:14.270Z | clang system 15 system |
| 274 | 2025-03-04T02:05:14.270Z | csh system system illumos |
| 275 | 2025-03-04T02:05:14.270Z | ctags system system illumos |
| 276 | 2025-03-04T02:05:14.270Z | gcc vendor 12 vendor |
| 277 | 2025-03-04T02:05:14.270Z | gcc system 10 system |
| 278 | 2025-03-04T02:05:14.270Z | gcc system 7 system |
| 279 | 2025-03-04T02:05:14.270Z | go system 1.20 system |
| 280 | 2025-03-04T02:05:14.270Z | go system 1.19 system |
| 281 | 2025-03-04T02:05:14.270Z | llvm system 15 system |
| 282 | 2025-03-04T02:05:14.270Z | llvm system 14 system |
| 283 | 2025-03-04T02:05:14.270Z | mariadb system 10.6 system |
| 284 | 2025-03-04T02:05:14.270Z | mta vendor vendor dma |
| 285 | 2025-03-04T02:05:14.270Z | openjdk system 17 system |
| 286 | 2025-03-04T02:05:14.270Z | openjdk system 11 system |
| 287 | 2025-03-04T02:05:14.271Z | openjdk system 1.8 system |
| 288 | 2025-03-04T02:05:14.271Z | openssl vendor 3 vendor |
| 289 | 2025-03-04T02:05:14.271Z | perl system 5.36 system |
| 290 | 2025-03-04T02:05:14.271Z | postgresql system 15 system |
| 291 | 2025-03-04T02:05:14.273Z | postgresql system 13 system |
| 292 | 2025-03-04T02:05:14.273Z | python vendor 3 vendor |
| 293 | 2025-03-04T02:05:14.273Z | python system 2 system |
| 294 | 2025-03-04T02:05:14.273Z | python3 system 3.11 system |
| 295 | 2025-03-04T02:05:14.273Z | ruby system 3.0 system |
| 296 | 2025-03-04T02:05:14.273Z | words vendor vendor american-english |
| 297 | 2025-03-04T02:05:14.273Z | words system system australian-english |
| 298 | 2025-03-04T02:05:14.273Z | words system system british-english |
| 299 | 2025-03-04T02:05:14.273Z | words system system canadian-english |
| 300 | 2025-03-04T02:05:14.273Z | words system system french |
| 301 | 2025-03-04T02:05:14.273Z | words system system italian |
| 302 | 2025-03-04T02:05:14.273Z | words system system ngerman |
| 303 | 2025-03-04T02:05:14.273Z | words system system ogerman |
| 304 | 2025-03-04T02:05:14.273Z | words system system spanish |
| 305 | 2025-03-04T02:05:14.609Z | PUBLISHER TYPE STATUS P LOCATION |
| 306 | 2025-03-04T02:05:14.609Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 307 | 2025-03-04T02:05:17.694Z | FMRI IFO |
| 308 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 309 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 310 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 311 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 312 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 313 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 314 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 315 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 316 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 317 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 318 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 319 | 2025-03-04T02:05:17.694Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 320 | 2025-03-04T02:05:17.695Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 321 | 2025-03-04T02:05:17.695Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 322 | 2025-03-04T02:05:17.695Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 323 | 2025-03-04T02:05:18.460Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 324 | 2025-03-04T02:05:18.769Z | Updating crates.io index |
| 325 | 2025-03-04T02:05:18.779Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 326 | 2025-03-04T02:05:19.316Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 327 | 2025-03-04T02:05:19.571Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 328 | 2025-03-04T02:05:19.837Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 329 | 2025-03-04T02:05:20.102Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 330 | 2025-03-04T02:05:21.101Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 331 | 2025-03-04T02:05:22.819Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 332 | 2025-03-04T02:05:23.462Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 333 | 2025-03-04T02:05:24.110Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 334 | 2025-03-04T02:05:24.375Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 335 | 2025-03-04T02:05:24.686Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 336 | 2025-03-04T02:05:25.220Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 337 | 2025-03-04T02:05:25.723Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 338 | 2025-03-04T02:05:26.042Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 339 | 2025-03-04T02:05:26.519Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 340 | 2025-03-04T02:05:26.814Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 341 | 2025-03-04T02:05:27.047Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 342 | 2025-03-04T02:05:27.443Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 343 | 2025-03-04T02:05:27.569Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 344 | 2025-03-04T02:05:27.790Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 345 | 2025-03-04T02:05:28.075Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 346 | 2025-03-04T02:05:28.412Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 347 | 2025-03-04T02:05:29.010Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 348 | 2025-03-04T02:05:29.373Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 349 | 2025-03-04T02:05:29.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 350 | 2025-03-04T02:05:30.319Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 351 | 2025-03-04T02:05:30.516Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 352 | 2025-03-04T02:05:31.293Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 353 | 2025-03-04T02:05:31.403Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 354 | 2025-03-04T02:05:31.679Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 355 | 2025-03-04T02:05:31.937Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 356 | 2025-03-04T02:05:32.102Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 357 | 2025-03-04T02:05:33.377Z | Downloading crates ... |
| 358 | 2025-03-04T02:05:33.466Z | Downloaded anstyle-query v1.1.1 |
| 359 | 2025-03-04T02:05:33.466Z | Downloaded anstyle-parse v0.2.5 |
| 360 | 2025-03-04T02:05:33.466Z | Downloaded anstream v0.6.15 |
| 361 | 2025-03-04T02:05:33.558Z | Downloaded zerocopy-derive v0.7.35 |
| 362 | 2025-03-04T02:05:33.558Z | Downloaded equivalent v1.0.1 |
| 363 | 2025-03-04T02:05:33.558Z | Downloaded crypto-common v0.1.6 |
| 364 | 2025-03-04T02:05:33.558Z | Downloaded clap_derive v4.5.28 |
| 365 | 2025-03-04T02:05:33.558Z | Downloaded fnv v1.0.7 |
| 366 | 2025-03-04T02:05:33.558Z | Downloaded colorchoice v1.0.2 |
| 367 | 2025-03-04T02:05:33.558Z | Downloaded heck v0.4.1 |
| 368 | 2025-03-04T02:05:33.558Z | Downloaded digest v0.10.7 |
| 369 | 2025-03-04T02:05:33.558Z | Downloaded camino v1.1.9 |
| 370 | 2025-03-04T02:05:33.558Z | Downloaded winnow v0.7.3 |
| 371 | 2025-03-04T02:05:33.558Z | Downloaded indexmap v2.7.1 |
| 372 | 2025-03-04T02:05:33.558Z | Downloaded clap_lex v0.7.4 |
| 373 | 2025-03-04T02:05:33.558Z | Downloaded clap_builder v4.5.31 |
| 374 | 2025-03-04T02:05:33.558Z | Downloaded memchr v2.7.4 |
| 375 | 2025-03-04T02:05:33.558Z | Downloaded thiserror-impl v1.0.69 |
| 376 | 2025-03-04T02:05:33.558Z | Downloaded cargo_toml v0.21.0 |
| 377 | 2025-03-04T02:05:33.558Z | Downloaded cargo_metadata v0.19.2 |
| 378 | 2025-03-04T02:05:33.558Z | Downloaded dtrace-parser v0.2.0 |
| 379 | 2025-03-04T02:05:33.559Z | Downloaded dof v0.3.0 |
| 380 | 2025-03-04T02:05:33.559Z | Downloaded zerocopy v0.7.35 |
| 381 | 2025-03-04T02:05:33.559Z | Downloaded goblin v0.8.2 |
| 382 | 2025-03-04T02:05:33.559Z | Downloaded thiserror v1.0.69 |
| 383 | 2025-03-04T02:05:33.559Z | Downloaded is_terminal_polyfill v1.70.1 |
| 384 | 2025-03-04T02:05:33.559Z | Downloaded anyhow v1.0.97 |
| 385 | 2025-03-04T02:05:33.559Z | Downloaded anstyle v1.0.10 |
| 386 | 2025-03-04T02:05:33.559Z | Downloaded byteorder v1.5.0 |
| 387 | 2025-03-04T02:05:33.559Z | Downloaded heck v0.5.0 |
| 388 | 2025-03-04T02:05:33.559Z | Downloaded fastrand v2.1.1 |
| 389 | 2025-03-04T02:05:33.559Z | Downloaded errno v0.3.9 |
| 390 | 2025-03-04T02:05:33.559Z | Downloaded generic-array v0.14.7 |
| 391 | 2025-03-04T02:05:33.559Z | Downloaded macaddr v1.0.1 |
| 392 | 2025-03-04T02:05:33.559Z | Downloaded quote v1.0.38 |
| 393 | 2025-03-04T02:05:33.559Z | Downloaded proc-macro-error-attr v1.0.4 |
| 394 | 2025-03-04T02:05:33.559Z | Downloaded once_cell v1.20.3 |
| 395 | 2025-03-04T02:05:33.559Z | Downloaded serde_spanned v0.6.8 |
| 396 | 2025-03-04T02:05:33.559Z | Downloaded proc-macro-error v1.0.4 |
| 397 | 2025-03-04T02:05:33.559Z | Downloaded itoa v1.0.11 |
| 398 | 2025-03-04T02:05:33.559Z | Downloaded cpufeatures v0.2.14 |
| 399 | 2025-03-04T02:05:33.560Z | Downloaded bytecount v0.6.8 |
| 400 | 2025-03-04T02:05:33.560Z | Downloaded bitflags v2.6.0 |
| 401 | 2025-03-04T02:05:33.560Z | Downloaded ryu v1.0.18 |
| 402 | 2025-03-04T02:05:33.560Z | Downloaded bitflags v1.3.2 |
| 403 | 2025-03-04T02:05:33.560Z | Downloaded serde v1.0.218 |
| 404 | 2025-03-04T02:05:33.560Z | Downloaded autocfg v1.4.0 |
| 405 | 2025-03-04T02:05:33.560Z | Downloaded strsim v0.11.1 |
| 406 | 2025-03-04T02:05:33.560Z | Downloaded semver v1.0.25 |
| 407 | 2025-03-04T02:05:33.560Z | Downloaded cfg-if v1.0.0 |
| 408 | 2025-03-04T02:05:33.560Z | Downloaded block-buffer v0.10.4 |
| 409 | 2025-03-04T02:05:33.560Z | Downloaded serde_json v1.0.139 |
| 410 | 2025-03-04T02:05:33.560Z | Downloaded serde_derive v1.0.218 |
| 411 | 2025-03-04T02:05:33.560Z | Downloaded thiserror v2.0.11 |
| 412 | 2025-03-04T02:05:33.560Z | Downloaded toml v0.8.20 |
| 413 | 2025-03-04T02:05:33.561Z | Downloaded proc-macro2 v1.0.93 |
| 414 | 2025-03-04T02:05:33.561Z | Downloaded plain v0.2.3 |
| 415 | 2025-03-04T02:05:33.634Z | Downloaded syn v2.0.98 |
| 416 | 2025-03-04T02:05:33.634Z | Downloaded unicode-ident v1.0.14 |
| 417 | 2025-03-04T02:05:33.634Z | Downloaded io-lifetimes v1.0.11 |
| 418 | 2025-03-04T02:05:33.634Z | Downloaded thread-id v4.2.2 |
| 419 | 2025-03-04T02:05:33.635Z | Downloaded thiserror-impl v2.0.11 |
| 420 | 2025-03-04T02:05:33.635Z | Downloaded log v0.4.22 |
| 421 | 2025-03-04T02:05:33.635Z | Downloaded smawk v0.3.2 |
| 422 | 2025-03-04T02:05:33.635Z | Downloaded sha2 v0.10.8 |
| 423 | 2025-03-04T02:05:33.635Z | Downloaded textwrap v0.16.1 |
| 424 | 2025-03-04T02:05:33.635Z | Downloaded toml_datetime v0.6.8 |
| 425 | 2025-03-04T02:05:33.635Z | Downloaded syn v1.0.109 |
| 426 | 2025-03-04T02:05:33.744Z | Downloaded fs-err v2.11.0 |
| 427 | 2025-03-04T02:05:33.744Z | Downloaded camino-tempfile v1.1.1 |
| 428 | 2025-03-04T02:05:33.745Z | Downloaded clap v4.5.31 |
| 429 | 2025-03-04T02:05:33.745Z | Downloaded typenum v1.17.0 |
| 430 | 2025-03-04T02:05:33.745Z | Downloaded pest_generator v2.7.14 |
| 431 | 2025-03-04T02:05:33.745Z | Downloaded pest_meta v2.7.14 |
| 432 | 2025-03-04T02:05:33.745Z | Downloaded terminal_size v0.2.6 |
| 433 | 2025-03-04T02:05:33.745Z | Downloaded cargo-platform v0.1.8 |
| 434 | 2025-03-04T02:05:33.745Z | Downloaded pest_derive v2.7.14 |
| 435 | 2025-03-04T02:05:33.745Z | Downloaded tempfile v3.13.0 |
| 436 | 2025-03-04T02:05:33.745Z | Downloaded pest v2.7.14 |
| 437 | 2025-03-04T02:05:33.745Z | Downloaded toml_edit v0.22.24 |
| 438 | 2025-03-04T02:05:33.745Z | Downloaded unicode-linebreak v0.1.5 |
| 439 | 2025-03-04T02:05:33.745Z | Downloaded ucd-trie v0.1.7 |
| 440 | 2025-03-04T02:05:33.745Z | Downloaded version_check v0.9.5 |
| 441 | 2025-03-04T02:05:33.745Z | Downloaded hashbrown v0.15.1 |
| 442 | 2025-03-04T02:05:33.828Z | Downloaded utf8parse v0.2.2 |
| 443 | 2025-03-04T02:05:33.828Z | Downloaded swrite v0.1.0 |
| 444 | 2025-03-04T02:05:33.828Z | Downloaded rustix v0.38.37 |
| 445 | 2025-03-04T02:05:33.828Z | Downloaded pretty-hex v0.4.1 |
| 446 | 2025-03-04T02:05:33.828Z | Downloaded memmap v0.7.0 |
| 447 | 2025-03-04T02:05:33.828Z | Downloaded libc v0.2.170 |
| 448 | 2025-03-04T02:05:33.828Z | Downloaded usdt-macro v0.5.0 |
| 449 | 2025-03-04T02:05:33.828Z | Downloaded rustix v0.37.28 |
| 450 | 2025-03-04T02:05:33.828Z | Downloaded papergrid v0.11.0 |
| 451 | 2025-03-04T02:05:33.828Z | Downloaded usdt-impl v0.5.0 |
| 452 | 2025-03-04T02:05:33.828Z | Downloaded usdt-attr-macro v0.5.0 |
| 453 | 2025-03-04T02:05:33.828Z | Downloaded usdt v0.5.0 |
| 454 | 2025-03-04T02:05:33.828Z | Downloaded unicode-width v0.1.14 |
| 455 | 2025-03-04T02:05:33.829Z | Downloaded terminal_size v0.4.0 |
| 456 | 2025-03-04T02:05:33.829Z | Downloaded tabled_derive v0.7.0 |
| 457 | 2025-03-04T02:05:33.829Z | Downloaded tabled v0.15.0 |
| 458 | 2025-03-04T02:05:33.829Z | Downloaded serde_tokenstream v0.2.2 |
| 459 | 2025-03-04T02:05:33.829Z | Downloaded scroll_derive v0.12.0 |
| 460 | 2025-03-04T02:05:33.829Z | Downloaded scroll v0.12.0 |
| 461 | 2025-03-04T02:05:34.031Z | Compiling proc-macro2 v1.0.93 |
| 462 | 2025-03-04T02:05:34.032Z | Compiling unicode-ident v1.0.14 |
| 463 | 2025-03-04T02:05:34.075Z | Compiling version_check v0.9.5 |
| 464 | 2025-03-04T02:05:34.075Z | Compiling libc v0.2.170 |
| 465 | 2025-03-04T02:05:34.075Z | Compiling serde v1.0.218 |
| 466 | 2025-03-04T02:05:34.075Z | Compiling memchr v2.7.4 |
| 467 | 2025-03-04T02:05:34.101Z | Compiling thiserror v1.0.69 |
| 468 | 2025-03-04T02:05:34.101Z | Compiling itoa v1.0.11 |
| 469 | 2025-03-04T02:05:39.089Z | Compiling ryu v1.0.18 |
| 470 | 2025-03-04T02:05:39.636Z | Compiling ucd-trie v0.1.7 |
| 471 | 2025-03-04T02:05:39.636Z | Compiling once_cell v1.20.3 |
| 472 | 2025-03-04T02:05:39.636Z | Compiling byteorder v1.5.0 |
| 473 | 2025-03-04T02:05:39.636Z | Compiling rustix v0.38.37 |
| 474 | 2025-03-04T02:05:39.636Z | Compiling serde_json v1.0.139 |
| 475 | 2025-03-04T02:05:39.636Z | Compiling bitflags v2.6.0 |
| 476 | 2025-03-04T02:05:39.636Z | Compiling usdt-impl v0.5.0 |
| 477 | 2025-03-04T02:05:39.636Z | Compiling proc-macro-error-attr v1.0.4 |
| 478 | 2025-03-04T02:05:39.636Z | Compiling syn v1.0.109 |
| 479 | 2025-03-04T02:05:39.636Z | Compiling io-lifetimes v1.0.11 |
| 480 | 2025-03-04T02:05:39.636Z | Compiling proc-macro-error v1.0.4 |
| 481 | 2025-03-04T02:05:39.636Z | Compiling quote v1.0.38 |
| 482 | 2025-03-04T02:05:39.636Z | Compiling errno v0.3.9 |
| 483 | 2025-03-04T02:05:39.636Z | Compiling rustix v0.37.28 |
| 484 | 2025-03-04T02:05:39.636Z | Compiling syn v2.0.98 |
| 485 | 2025-03-04T02:05:39.636Z | Compiling camino v1.1.9 |
| 486 | 2025-03-04T02:05:39.636Z | Compiling equivalent v1.0.1 |
| 487 | 2025-03-04T02:05:39.636Z | Compiling log v0.4.22 |
| 488 | 2025-03-04T02:05:39.636Z | Compiling thread-id v4.2.2 |
| 489 | 2025-03-04T02:05:39.637Z | Compiling utf8parse v0.2.2 |
| 490 | 2025-03-04T02:05:39.637Z | Compiling plain v0.2.3 |
| 491 | 2025-03-04T02:05:39.637Z | Compiling hashbrown v0.15.1 |
| 492 | 2025-03-04T02:05:39.637Z | Compiling anstyle-parse v0.2.5 |
| 493 | 2025-03-04T02:05:39.637Z | Compiling unicode-width v0.1.14 |
| 494 | 2025-03-04T02:05:39.637Z | Compiling pretty-hex v0.4.1 |
| 495 | 2025-03-04T02:05:39.637Z | Compiling semver v1.0.25 |
| 496 | 2025-03-04T02:05:39.637Z | Compiling anstyle v1.0.10 |
| 497 | 2025-03-04T02:05:39.637Z | Compiling anstyle-query v1.1.1 |
| 498 | 2025-03-04T02:05:39.637Z | Compiling thiserror v2.0.11 |
| 499 | 2025-03-04T02:05:39.637Z | Compiling indexmap v2.7.1 |
| 500 | 2025-03-04T02:05:39.637Z | Compiling colorchoice v1.0.2 |
| 501 | 2025-03-04T02:05:39.637Z | Compiling bitflags v1.3.2 |
| 502 | 2025-03-04T02:05:39.637Z | Compiling winnow v0.7.3 |
| 503 | 2025-03-04T02:05:39.637Z | Compiling is_terminal_polyfill v1.70.1 |
| 504 | 2025-03-04T02:05:39.637Z | Compiling autocfg v1.4.0 |
| 505 | 2025-03-04T02:05:39.637Z | Compiling anstream v0.6.15 |
| 506 | 2025-03-04T02:05:39.748Z | Compiling terminal_size v0.4.0 |
| 507 | 2025-03-04T02:05:39.748Z | Compiling fs-err v2.11.0 |
| 508 | 2025-03-04T02:05:39.748Z | Compiling heck v0.5.0 |
| 509 | 2025-03-04T02:05:39.748Z | Compiling cfg-if v1.0.0 |
| 510 | 2025-03-04T02:05:39.748Z | Compiling heck v0.4.1 |
| 511 | 2025-03-04T02:05:39.748Z | Compiling fnv v1.0.7 |
| 512 | 2025-03-04T02:05:39.748Z | Compiling clap_lex v0.7.4 |
| 513 | 2025-03-04T02:05:39.748Z | Compiling strsim v0.11.1 |
| 514 | 2025-03-04T02:05:39.888Z | Compiling anyhow v1.0.97 |
| 515 | 2025-03-04T02:05:40.060Z | Compiling bytecount v0.6.8 |
| 516 | 2025-03-04T02:05:40.184Z | Compiling fastrand v2.1.1 |
| 517 | 2025-03-04T02:05:40.258Z | Compiling papergrid v0.11.0 |
| 518 | 2025-03-04T02:05:40.296Z | Compiling terminal_size v0.2.6 |
| 519 | 2025-03-04T02:05:40.333Z | Compiling clap_builder v4.5.31 |
| 520 | 2025-03-04T02:05:40.660Z | Compiling tempfile v3.13.0 |
| 521 | 2025-03-04T02:05:40.713Z | Compiling memmap v0.7.0 |
| 522 | 2025-03-04T02:05:40.865Z | Compiling smawk v0.3.2 |
| 523 | 2025-03-04T02:05:41.051Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2025-03-04T02:05:41.526Z | Compiling textwrap v0.16.1 |
| 525 | 2025-03-04T02:05:41.602Z | Compiling swrite v0.1.0 |
| 526 | 2025-03-04T02:05:42.094Z | Compiling tabled_derive v0.7.0 |
| 527 | 2025-03-04T02:05:43.506Z | Compiling serde_derive v1.0.218 |
| 528 | 2025-03-04T02:05:43.506Z | Compiling thiserror-impl v1.0.69 |
| 529 | 2025-03-04T02:05:43.526Z | Compiling zerocopy-derive v0.7.35 |
| 530 | 2025-03-04T02:05:43.527Z | Compiling scroll_derive v0.12.0 |
| 531 | 2025-03-04T02:05:43.527Z | Compiling thiserror-impl v2.0.11 |
| 532 | 2025-03-04T02:05:43.527Z | Compiling clap_derive v4.5.28 |
| 533 | 2025-03-04T02:05:43.655Z | Compiling tabled v0.15.0 |
| 534 | 2025-03-04T02:05:44.954Z | Compiling scroll v0.12.0 |
| 535 | 2025-03-04T02:05:45.512Z | Compiling goblin v0.8.2 |
| 536 | 2025-03-04T02:05:45.563Z | Compiling zerocopy v0.7.35 |
| 537 | 2025-03-04T02:05:46.662Z | Compiling pest v2.7.14 |
| 538 | 2025-03-04T02:05:48.010Z | Compiling clap v4.5.31 |
| 539 | 2025-03-04T02:05:48.898Z | Compiling pest_meta v2.7.14 |
| 540 | 2025-03-04T02:05:49.872Z | Compiling pest_generator v2.7.14 |
| 541 | 2025-03-04T02:05:51.250Z | Compiling pest_derive v2.7.14 |
| 542 | 2025-03-04T02:05:51.883Z | Compiling dtrace-parser v0.2.0 |
| 543 | 2025-03-04T02:05:52.837Z | Compiling serde_tokenstream v0.2.2 |
| 544 | 2025-03-04T02:05:52.859Z | Compiling serde_spanned v0.6.8 |
| 545 | 2025-03-04T02:05:52.859Z | Compiling toml_datetime v0.6.8 |
| 546 | 2025-03-04T02:05:53.077Z | Compiling cargo-platform v0.1.8 |
| 547 | 2025-03-04T02:05:53.111Z | Compiling macaddr v1.0.1 |
| 548 | 2025-03-04T02:05:53.291Z | Compiling toml_edit v0.22.24 |
| 549 | 2025-03-04T02:05:53.416Z | Compiling camino-tempfile v1.1.1 |
| 550 | 2025-03-04T02:05:54.234Z | Compiling dof v0.3.0 |
| 551 | 2025-03-04T02:05:54.339Z | Compiling cargo_metadata v0.19.2 |
| 552 | 2025-03-04T02:05:55.586Z | Compiling usdt-attr-macro v0.5.0 |
| 553 | 2025-03-04T02:05:55.586Z | Compiling usdt-macro v0.5.0 |
| 554 | 2025-03-04T02:05:56.166Z | Compiling toml v0.8.20 |
| 555 | 2025-03-04T02:05:56.680Z | Compiling usdt v0.5.0 |
| 556 | 2025-03-04T02:05:56.970Z | Compiling cargo_toml v0.21.0 |
| 557 | 2025-03-04T02:05:59.558Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2025-03-04T02:06:02.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.54s |
| 559 | 2025-03-04T02:06:03.082Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 560 | 2025-03-04T02:06:03.680Z | Downloading crates ... |
| 561 | 2025-03-04T02:06:03.916Z | Downloaded array-init v0.0.4 |
| 562 | 2025-03-04T02:06:04.097Z | Downloaded async-bb8-diesel v0.2.1 |
| 563 | 2025-03-04T02:06:04.097Z | Downloaded atomicwrites v0.4.4 |
| 564 | 2025-03-04T02:06:04.097Z | Downloaded arrayref v0.3.9 |
| 565 | 2025-03-04T02:06:04.097Z | Downloaded ascii-canvas v3.0.0 |
| 566 | 2025-03-04T02:06:04.097Z | Downloaded aead v0.5.2 |
| 567 | 2025-03-04T02:06:04.097Z | Downloaded async-stream-impl v0.3.6 |
| 568 | 2025-03-04T02:06:04.097Z | Downloaded assert_matches v1.5.0 |
| 569 | 2025-03-04T02:06:04.097Z | Downloaded arrayvec v0.7.6 |
| 570 | 2025-03-04T02:06:04.097Z | Downloaded async-recursion v1.1.1 |
| 571 | 2025-03-04T02:06:04.097Z | Downloaded allocator-api2 v0.2.18 |
| 572 | 2025-03-04T02:06:04.097Z | Downloaded base16ct v0.2.0 |
| 573 | 2025-03-04T02:06:04.097Z | Downloaded async-trait v0.1.86 |
| 574 | 2025-03-04T02:06:04.100Z | Downloaded atty v0.2.14 |
| 575 | 2025-03-04T02:06:04.100Z | Downloaded arc-swap v1.7.1 |
| 576 | 2025-03-04T02:06:04.100Z | Downloaded bit-set v0.5.3 |
| 577 | 2025-03-04T02:06:04.100Z | Downloaded heapless v0.7.17 |
| 578 | 2025-03-04T02:06:04.101Z | Downloaded hickory-client v0.24.4 |
| 579 | 2025-03-04T02:06:04.101Z | Downloaded bit-vec v0.8.0 |
| 580 | 2025-03-04T02:06:04.101Z | Downloaded block-padding v0.3.3 |
| 581 | 2025-03-04T02:06:04.101Z | Downloaded bit-set v0.8.0 |
| 582 | 2025-03-04T02:06:04.101Z | Downloaded base64 v0.13.1 |
| 583 | 2025-03-04T02:06:04.101Z | Downloaded base64 v0.21.7 |
| 584 | 2025-03-04T02:06:04.101Z | Downloaded bit-vec v0.6.3 |
| 585 | 2025-03-04T02:06:04.101Z | Downloaded base64ct v1.6.0 |
| 586 | 2025-03-04T02:06:04.101Z | Downloaded backoff v0.4.0 |
| 587 | 2025-03-04T02:06:04.101Z | Downloaded async-stream v0.3.6 |
| 588 | 2025-03-04T02:06:04.101Z | Downloaded hickory-proto v0.24.4 |
| 589 | 2025-03-04T02:06:04.101Z | Downloaded hickory-resolver v0.24.4 |
| 590 | 2025-03-04T02:06:04.101Z | Downloaded hubpack_derive v0.1.1 |
| 591 | 2025-03-04T02:06:04.101Z | Downloaded hex v0.4.3 |
| 592 | 2025-03-04T02:06:04.101Z | Downloaded http-body v1.0.1 |
| 593 | 2025-03-04T02:06:04.101Z | Downloaded http-body-util v0.1.2 |
| 594 | 2025-03-04T02:06:04.101Z | Downloaded httpdate v1.0.3 |
| 595 | 2025-03-04T02:06:04.101Z | Downloaded httparse v1.9.5 |
| 596 | 2025-03-04T02:06:04.101Z | Downloaded humantime v2.1.0 |
| 597 | 2025-03-04T02:06:04.101Z | Downloaded bzip2 v0.4.4 |
| 598 | 2025-03-04T02:06:04.101Z | Downloaded ciborium v0.2.2 |
| 599 | 2025-03-04T02:06:04.101Z | Downloaded heapless v0.8.0 |
| 600 | 2025-03-04T02:06:04.111Z | Downloaded hmac v0.12.1 |
| 601 | 2025-03-04T02:06:04.112Z | Downloaded http v1.2.0 |
| 602 | 2025-03-04T02:06:04.112Z | Downloaded aho-corasick v1.1.3 |
| 603 | 2025-03-04T02:06:04.112Z | Downloaded constant_time_eq v0.3.1 |
| 604 | 2025-03-04T02:06:04.112Z | Downloaded hkdf v0.12.4 |
| 605 | 2025-03-04T02:06:04.112Z | Downloaded clang-sys v1.8.1 |
| 606 | 2025-03-04T02:06:04.112Z | Downloaded const_format_proc_macros v0.2.34 |
| 607 | 2025-03-04T02:06:04.112Z | Downloaded colored v2.2.0 |
| 608 | 2025-03-04T02:06:04.112Z | Downloaded cipher v0.4.4 |
| 609 | 2025-03-04T02:06:04.112Z | Downloaded hyper-tls v0.6.0 |
| 610 | 2025-03-04T02:06:04.112Z | Downloaded ident_case v1.0.1 |
| 611 | 2025-03-04T02:06:04.112Z | Downloaded icu_provider_macros v1.5.0 |
| 612 | 2025-03-04T02:06:04.112Z | Downloaded iana-time-zone v0.1.61 |
| 613 | 2025-03-04T02:06:04.112Z | Downloaded hyper-util v0.1.10 |
| 614 | 2025-03-04T02:06:04.112Z | Downloaded instant v0.1.13 |
| 615 | 2025-03-04T02:06:04.112Z | Downloaded icu_normalizer_data v1.5.0 |
| 616 | 2025-03-04T02:06:04.112Z | Downloaded icu_locid_transform_data v1.5.0 |
| 617 | 2025-03-04T02:06:04.112Z | Downloaded icu_normalizer v1.5.0 |
| 618 | 2025-03-04T02:06:04.156Z | Downloaded icu_provider v1.5.0 |
| 619 | 2025-03-04T02:06:04.156Z | Downloaded icu_collections v1.5.0 |
| 620 | 2025-03-04T02:06:04.159Z | Downloaded ipnet v2.11.0 |
| 621 | 2025-03-04T02:06:04.159Z | Downloaded icu_properties v1.5.1 |
| 622 | 2025-03-04T02:06:04.159Z | Downloaded keccak v0.1.5 |
| 623 | 2025-03-04T02:06:04.159Z | Downloaded icu_locid v1.5.0 |
| 624 | 2025-03-04T02:06:04.159Z | Downloaded lazycell v1.3.0 |
| 625 | 2025-03-04T02:06:04.159Z | Downloaded lazy_static v1.5.0 |
| 626 | 2025-03-04T02:06:04.159Z | Downloaded bytes v1.10.0 |
| 627 | 2025-03-04T02:06:04.159Z | Downloaded lru-cache v0.1.2 |
| 628 | 2025-03-04T02:06:04.159Z | Downloaded indoc v2.0.5 |
| 629 | 2025-03-04T02:06:04.159Z | Downloaded linked-hash-map v0.5.6 |
| 630 | 2025-03-04T02:06:04.160Z | Downloaded indexmap v1.9.3 |
| 631 | 2025-03-04T02:06:04.160Z | Downloaded lock_api v0.4.12 |
| 632 | 2025-03-04T02:06:04.160Z | Downloaded litrs v0.4.1 |
| 633 | 2025-03-04T02:06:04.160Z | Downloaded const-oid v0.9.6 |
| 634 | 2025-03-04T02:06:04.160Z | Downloaded bindgen v0.69.5 |
| 635 | 2025-03-04T02:06:04.160Z | Downloaded lru v0.12.5 |
| 636 | 2025-03-04T02:06:04.160Z | Downloaded libloading v0.8.5 |
| 637 | 2025-03-04T02:06:04.160Z | Downloaded itertools v0.13.0 |
| 638 | 2025-03-04T02:06:04.160Z | Downloaded inout v0.1.3 |
| 639 | 2025-03-04T02:06:04.160Z | Downloaded icu_properties_data v1.5.0 |
| 640 | 2025-03-04T02:06:04.160Z | Downloaded itertools v0.10.5 |
| 641 | 2025-03-04T02:06:04.160Z | Downloaded itertools v0.14.0 |
| 642 | 2025-03-04T02:06:04.160Z | Downloaded itertools v0.12.1 |
| 643 | 2025-03-04T02:06:04.160Z | Downloaded libm v0.2.8 |
| 644 | 2025-03-04T02:06:04.160Z | Downloaded chrono v0.4.40 |
| 645 | 2025-03-04T02:06:04.160Z | Downloaded idna v1.0.3 |
| 646 | 2025-03-04T02:06:04.160Z | Downloaded jobserver v0.1.32 |
| 647 | 2025-03-04T02:06:04.160Z | Downloaded is-terminal v0.4.13 |
| 648 | 2025-03-04T02:06:04.162Z | Downloaded idna_adapter v1.2.0 |
| 649 | 2025-03-04T02:06:04.162Z | Downloaded bitvec v1.0.1 |
| 650 | 2025-03-04T02:06:04.162Z | Downloaded icu_locid_transform v1.5.0 |
| 651 | 2025-03-04T02:06:04.162Z | Downloaded bstr v1.10.0 |
| 652 | 2025-03-04T02:06:04.162Z | Downloaded hyper v1.6.0 |
| 653 | 2025-03-04T02:06:04.162Z | Downloaded crc-catalog v2.4.0 |
| 654 | 2025-03-04T02:06:04.162Z | Downloaded addr2line v0.24.2 |
| 655 | 2025-03-04T02:06:04.162Z | Downloaded ciborium-ll v0.2.2 |
| 656 | 2025-03-04T02:06:04.162Z | Downloaded convert_case v0.4.0 |
| 657 | 2025-03-04T02:06:04.162Z | Downloaded ahash v0.8.11 |
| 658 | 2025-03-04T02:06:04.162Z | Downloaded match_cfg v0.1.0 |
| 659 | 2025-03-04T02:06:04.162Z | Downloaded mime v0.3.17 |
| 660 | 2025-03-04T02:06:04.162Z | Downloaded memoffset v0.9.1 |
| 661 | 2025-03-04T02:06:04.162Z | Downloaded md5 v0.7.0 |
| 662 | 2025-03-04T02:06:04.162Z | Downloaded blowfish v0.9.1 |
| 663 | 2025-03-04T02:06:04.162Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 664 | 2025-03-04T02:06:04.162Z | Downloaded miniz_oxide v0.8.5 |
| 665 | 2025-03-04T02:06:04.162Z | Downloaded crc v3.2.1 |
| 666 | 2025-03-04T02:06:04.162Z | Downloaded cookie v0.18.1 |
| 667 | 2025-03-04T02:06:04.162Z | Downloaded cc v1.2.15 |
| 668 | 2025-03-04T02:06:04.162Z | Downloaded minimal-lexical v0.2.1 |
| 669 | 2025-03-04T02:06:04.412Z | Downloaded mime_guess v2.0.5 |
| 670 | 2025-03-04T02:06:04.412Z | Downloaded crunchy v0.2.2 |
| 671 | 2025-03-04T02:06:04.412Z | Downloaded crossbeam-deque v0.8.5 |
| 672 | 2025-03-04T02:06:04.412Z | Downloaded aws-lc-rs v1.12.4 |
| 673 | 2025-03-04T02:06:04.412Z | Downloaded mio v1.0.2 |
| 674 | 2025-03-04T02:06:04.412Z | Downloaded crypto-bigint v0.5.5 |
| 675 | 2025-03-04T02:06:04.412Z | Downloaded crossbeam-utils v0.8.20 |
| 676 | 2025-03-04T02:06:04.412Z | Downloaded indent_write v2.2.0 |
| 677 | 2025-03-04T02:06:04.541Z | Downloaded serde_with_macros v3.12.0 |
| 678 | 2025-03-04T02:06:04.541Z | Downloaded signal-hook-mio v0.2.4 |
| 679 | 2025-03-04T02:06:04.541Z | Downloaded indicatif v0.17.11 |
| 680 | 2025-03-04T02:06:04.541Z | Downloaded cstr-argument v0.1.2 |
| 681 | 2025-03-04T02:06:04.541Z | Downloaded litemap v0.7.3 |
| 682 | 2025-03-04T02:06:04.541Z | Downloaded tinyvec_macros v0.1.1 |
| 683 | 2025-03-04T02:06:04.541Z | Downloaded time-macros v0.2.18 |
| 684 | 2025-03-04T02:06:04.541Z | Downloaded tinystr v0.7.6 |
| 685 | 2025-03-04T02:06:04.541Z | Downloaded tinyvec v1.8.0 |
| 686 | 2025-03-04T02:06:04.541Z | Downloaded chacha20poly1305 v0.10.1 |
| 687 | 2025-03-04T02:06:04.541Z | Downloaded castaway v0.2.3 |
| 688 | 2025-03-04T02:06:04.544Z | Downloaded crossbeam-epoch v0.9.18 |
| 689 | 2025-03-04T02:06:04.544Z | Downloaded tiny-keccak v2.0.2 |
| 690 | 2025-03-04T02:06:04.545Z | Downloaded crossbeam-channel v0.5.13 |
| 691 | 2025-03-04T02:06:04.545Z | Downloaded cargo_metadata v0.18.1 |
| 692 | 2025-03-04T02:06:04.545Z | Downloaded try-lock v0.2.5 |
| 693 | 2025-03-04T02:06:04.545Z | Downloaded crc32fast v1.4.2 |
| 694 | 2025-03-04T02:06:04.545Z | Downloaded tracing-core v0.1.32 |
| 695 | 2025-03-04T02:06:04.545Z | Downloaded csv-core v0.1.11 |
| 696 | 2025-03-04T02:06:04.545Z | Downloaded crossterm v0.28.1 |
| 697 | 2025-03-04T02:06:04.545Z | Downloaded unicode-segmentation v1.12.0 |
| 698 | 2025-03-04T02:06:04.545Z | Downloaded bb8 v0.8.5 |
| 699 | 2025-03-04T02:06:04.545Z | Downloaded memmap2 v0.9.5 |
| 700 | 2025-03-04T02:06:04.545Z | Downloaded vte v0.11.1 |
| 701 | 2025-03-04T02:06:04.545Z | Downloaded md-5 v0.10.6 |
| 702 | 2025-03-04T02:06:04.545Z | Downloaded chacha20 v0.9.1 |
| 703 | 2025-03-04T02:06:04.545Z | Downloaded wyz v0.5.1 |
| 704 | 2025-03-04T02:06:04.545Z | Downloaded bumpalo v3.16.0 |
| 705 | 2025-03-04T02:06:04.545Z | Downloaded base64 v0.22.1 |
| 706 | 2025-03-04T02:06:04.545Z | Downloaded maplit v1.0.2 |
| 707 | 2025-03-04T02:06:04.545Z | Downloaded lockfree-object-pool v0.1.6 |
| 708 | 2025-03-04T02:06:04.545Z | Downloaded hyper-rustls v0.27.3 |
| 709 | 2025-03-04T02:06:04.545Z | Downloaded atomic-waker v1.1.2 |
| 710 | 2025-03-04T02:06:04.545Z | Downloaded argon2 v0.5.3 |
| 711 | 2025-03-04T02:06:04.545Z | Downloaded darling_macro v0.20.10 |
| 712 | 2025-03-04T02:06:04.545Z | Downloaded rand_chacha v0.3.1 |
| 713 | 2025-03-04T02:06:04.545Z | Downloaded curve25519-dalek v4.1.3 |
| 714 | 2025-03-04T02:06:04.550Z | Downloaded cexpr v0.6.0 |
| 715 | 2025-03-04T02:06:04.550Z | Downloaded hostname v0.3.1 |
| 716 | 2025-03-04T02:06:04.551Z | Downloaded libefi-sys v0.1.0 |
| 717 | 2025-03-04T02:06:04.551Z | Downloaded lalrpop-util v0.19.12 |
| 718 | 2025-03-04T02:06:04.551Z | Downloaded filetime v0.2.25 |
| 719 | 2025-03-04T02:06:04.551Z | Downloaded fixedbitset v0.4.2 |
| 720 | 2025-03-04T02:06:04.551Z | Downloaded futures-core v0.3.31 |
| 721 | 2025-03-04T02:06:04.551Z | Downloaded futures-io v0.3.31 |
| 722 | 2025-03-04T02:06:04.551Z | Downloaded futures-executor v0.3.31 |
| 723 | 2025-03-04T02:06:04.551Z | Downloaded globset v0.4.15 |
| 724 | 2025-03-04T02:06:04.551Z | Downloaded fragile v2.0.0 |
| 725 | 2025-03-04T02:06:04.551Z | Downloaded fixedbitset v0.5.7 |
| 726 | 2025-03-04T02:06:04.551Z | Downloaded hashbrown v0.12.3 |
| 727 | 2025-03-04T02:06:04.551Z | Downloaded nibble_vec v0.1.0 |
| 728 | 2025-03-04T02:06:04.551Z | Downloaded native-tls v0.2.12 |
| 729 | 2025-03-04T02:06:04.551Z | Downloaded env_filter v0.1.2 |
| 730 | 2025-03-04T02:06:04.551Z | Downloaded enum-as-inner v0.6.1 |
| 731 | 2025-03-04T02:06:04.551Z | Downloaded lalrpop v0.19.12 |
| 732 | 2025-03-04T02:06:04.551Z | Downloaded nix v0.27.1 |
| 733 | 2025-03-04T02:06:04.551Z | Downloaded num-iter v0.1.45 |
| 734 | 2025-03-04T02:06:04.551Z | Downloaded num-integer v0.1.46 |
| 735 | 2025-03-04T02:06:04.551Z | Downloaded num-bigint v0.4.6 |
| 736 | 2025-03-04T02:06:04.551Z | Downloaded rayon v1.10.0 |
| 737 | 2025-03-04T02:06:04.551Z | Downloaded openssl-macros v0.1.1 |
| 738 | 2025-03-04T02:06:04.551Z | Downloaded opaque-debug v0.3.1 |
| 739 | 2025-03-04T02:06:04.551Z | Downloaded rfc6979 v0.4.0 |
| 740 | 2025-03-04T02:06:04.557Z | Downloaded quick-xml v0.37.2 |
| 741 | 2025-03-04T02:06:04.557Z | Downloaded quinn v0.11.5 |
| 742 | 2025-03-04T02:06:04.558Z | Downloaded prettyplease v0.2.29 |
| 743 | 2025-03-04T02:06:04.558Z | Downloaded rustc-hash v1.1.0 |
| 744 | 2025-03-04T02:06:04.558Z | Downloaded rustc-hash v2.1.1 |
| 745 | 2025-03-04T02:06:04.558Z | Downloaded same-file v1.0.6 |
| 746 | 2025-03-04T02:06:04.558Z | Downloaded rustversion v1.0.17 |
| 747 | 2025-03-04T02:06:04.558Z | Downloaded scrypt v0.11.0 |
| 748 | 2025-03-04T02:06:04.558Z | Downloaded sec1 v0.7.3 |
| 749 | 2025-03-04T02:06:04.558Z | Downloaded shlex v1.3.0 |
| 750 | 2025-03-04T02:06:04.558Z | Downloaded signal-hook v0.3.17 |
| 751 | 2025-03-04T02:06:04.558Z | Downloaded linear-map v1.2.0 |
| 752 | 2025-03-04T02:06:04.558Z | Downloaded libxml v0.3.3 |
| 753 | 2025-03-04T02:06:04.558Z | Downloaded static_assertions v1.1.0 |
| 754 | 2025-03-04T02:06:04.558Z | Downloaded managed v0.8.0 |
| 755 | 2025-03-04T02:06:04.558Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 756 | 2025-03-04T02:06:04.558Z | Downloaded polyval v0.6.2 |
| 757 | 2025-03-04T02:06:04.558Z | Downloaded portable-atomic v1.9.0 |
| 758 | 2025-03-04T02:06:04.558Z | Downloaded progenitor-macro v0.9.1 |
| 759 | 2025-03-04T02:06:04.558Z | Downloaded progenitor-client v0.9.1 |
| 760 | 2025-03-04T02:06:04.558Z | Downloaded derive_builder_core v0.20.2 |
| 761 | 2025-03-04T02:06:04.558Z | Downloaded derive_builder v0.20.2 |
| 762 | 2025-03-04T02:06:04.558Z | Downloaded proptest v1.6.0 |
| 763 | 2025-03-04T02:06:04.787Z | Downloaded rayon-core v1.12.1 |
| 764 | 2025-03-04T02:06:04.787Z | Downloaded maybe-uninit v2.0.0 |
| 765 | 2025-03-04T02:06:04.787Z | Downloaded derive_more v0.99.19 |
| 766 | 2025-03-04T02:06:04.787Z | Downloaded derive_builder_macro v0.20.2 |
| 767 | 2025-03-04T02:06:04.788Z | Downloaded zeroize_derive v1.4.2 |
| 768 | 2025-03-04T02:06:04.788Z | Downloaded ed25519-dalek v2.1.1 |
| 769 | 2025-03-04T02:06:04.789Z | Downloaded cassowary v0.3.0 |
| 770 | 2025-03-04T02:06:04.789Z | Downloaded cancel-safe-futures v0.1.5 |
| 771 | 2025-03-04T02:06:04.789Z | Downloaded blake3 v1.5.4 |
| 772 | 2025-03-04T02:06:04.789Z | Downloaded regex v1.11.1 |
| 773 | 2025-03-04T02:06:04.789Z | Downloaded scopeguard v1.2.0 |
| 774 | 2025-03-04T02:06:04.789Z | Downloaded rustc-demangle v0.1.24 |
| 775 | 2025-03-04T02:06:04.789Z | Downloaded resolv-conf v0.7.0 |
| 776 | 2025-03-04T02:06:04.789Z | Downloaded primeorder v0.13.6 |
| 777 | 2025-03-04T02:06:04.789Z | Downloaded serde_derive_internals v0.29.1 |
| 778 | 2025-03-04T02:06:04.789Z | Downloaded sha1 v0.10.6 |
| 779 | 2025-03-04T02:06:04.789Z | Downloaded progenitor-impl v0.9.1 |
| 780 | 2025-03-04T02:06:04.789Z | Downloaded progenitor-impl v0.8.0 |
| 781 | 2025-03-04T02:06:04.789Z | Downloaded progenitor v0.8.0 |
| 782 | 2025-03-04T02:06:04.789Z | Downloaded crucible-workspace-hack v0.1.0 |
| 783 | 2025-03-04T02:06:04.789Z | Downloaded console v0.15.10 |
| 784 | 2025-03-04T02:06:04.789Z | Downloaded cmake v0.1.51 |
| 785 | 2025-03-04T02:06:04.789Z | Downloaded chrono-tz-build v0.4.0 |
| 786 | 2025-03-04T02:06:04.789Z | Downloaded buf-list v1.0.3 |
| 787 | 2025-03-04T02:06:04.789Z | Downloaded poly1305 v0.8.0 |
| 788 | 2025-03-04T02:06:04.789Z | Downloaded password-hash v0.4.2 |
| 789 | 2025-03-04T02:06:04.789Z | Downloaded hash32 v0.3.1 |
| 790 | 2025-03-04T02:06:04.789Z | Downloaded crc-any v2.5.0 |
| 791 | 2025-03-04T02:06:04.789Z | Downloaded cookie_store v0.21.1 |
| 792 | 2025-03-04T02:06:04.790Z | Downloaded const_format v0.2.34 |
| 793 | 2025-03-04T02:06:04.790Z | Downloaded typify v0.3.0 |
| 794 | 2025-03-04T02:06:04.790Z | Downloaded signature v2.2.0 |
| 795 | 2025-03-04T02:06:04.790Z | Downloaded time-core v0.1.2 |
| 796 | 2025-03-04T02:06:04.790Z | Downloaded tap v1.0.1 |
| 797 | 2025-03-04T02:06:04.790Z | Downloaded tls_codec_derive v0.4.1 |
| 798 | 2025-03-04T02:06:04.790Z | Downloaded tls_codec v0.4.1 |
| 799 | 2025-03-04T02:06:04.790Z | Downloaded sync-ptr v0.1.1 |
| 800 | 2025-03-04T02:06:04.790Z | Downloaded steno v0.4.1 |
| 801 | 2025-03-04T02:06:04.790Z | Downloaded slab v0.4.9 |
| 802 | 2025-03-04T02:06:04.790Z | Downloaded siphasher v0.3.11 |
| 803 | 2025-03-04T02:06:04.790Z | Downloaded similar v2.7.0 |
| 804 | 2025-03-04T02:06:04.790Z | Downloaded x509-cert v0.2.5 |
| 805 | 2025-03-04T02:06:04.790Z | Downloaded tokio-native-tls v0.3.1 |
| 806 | 2025-03-04T02:06:04.790Z | Downloaded tokio-rustls v0.24.1 |
| 807 | 2025-03-04T02:06:04.790Z | Downloaded universal-hash v0.5.1 |
| 808 | 2025-03-04T02:06:04.790Z | Downloaded tokio-macros v2.5.0 |
| 809 | 2025-03-04T02:06:04.790Z | Downloaded vsss-rs v3.3.4 |
| 810 | 2025-03-04T02:06:04.790Z | Downloaded zerocopy v0.6.6 |
| 811 | 2025-03-04T02:06:04.790Z | Downloaded unsafe-libyaml v0.2.11 |
| 812 | 2025-03-04T02:06:04.790Z | Downloaded vergen v8.3.2 |
| 813 | 2025-03-04T02:06:04.790Z | Downloaded darling_core v0.20.10 |
| 814 | 2025-03-04T02:06:04.790Z | Downloaded darling v0.20.10 |
| 815 | 2025-03-04T02:06:04.790Z | Downloaded derive-where v1.2.7 |
| 816 | 2025-03-04T02:06:04.791Z | Downloaded twox-hash v2.1.0 |
| 817 | 2025-03-04T02:06:04.791Z | Downloaded url v2.5.3 |
| 818 | 2025-03-04T02:06:04.861Z | Downloaded simd-adler32 v0.3.7 |
| 819 | 2025-03-04T02:06:04.861Z | Downloaded compact_str v0.8.0 |
| 820 | 2025-03-04T02:06:04.861Z | Downloaded wait-timeout v0.2.0 |
| 821 | 2025-03-04T02:06:04.861Z | Downloaded yoke-derive v0.7.4 |
| 822 | 2025-03-04T02:06:04.861Z | Downloaded yoke v0.7.4 |
| 823 | 2025-03-04T02:06:04.861Z | Downloaded vcpkg v0.2.15 |
| 824 | 2025-03-04T02:06:04.861Z | Downloaded foreign-types-shared v0.1.1 |
| 825 | 2025-03-04T02:06:04.861Z | Downloaded flagset v0.4.6 |
| 826 | 2025-03-04T02:06:04.861Z | Downloaded ff v0.13.0 |
| 827 | 2025-03-04T02:06:04.861Z | Downloaded cobs v0.2.3 |
| 828 | 2025-03-04T02:06:04.861Z | Downloaded bitfield-struct v0.6.2 |
| 829 | 2025-03-04T02:06:04.861Z | Downloaded writeable v0.5.5 |
| 830 | 2025-03-04T02:06:04.863Z | Downloaded write16 v1.0.0 |
| 831 | 2025-03-04T02:06:04.864Z | Downloaded untrusted v0.9.0 |
| 832 | 2025-03-04T02:06:04.864Z | Downloaded downcast v0.11.0 |
| 833 | 2025-03-04T02:06:04.864Z | Downloaded futures-sink v0.3.31 |
| 834 | 2025-03-04T02:06:04.864Z | Downloaded futures-task v0.3.31 |
| 835 | 2025-03-04T02:06:04.864Z | Downloaded foreign-types-macros v0.2.3 |
| 836 | 2025-03-04T02:06:04.864Z | Downloaded ena v0.14.3 |
| 837 | 2025-03-04T02:06:04.864Z | Downloaded document-features v0.2.10 |
| 838 | 2025-03-04T02:06:04.864Z | Downloaded omicron-zone-package v0.12.0 |
| 839 | 2025-03-04T02:06:04.864Z | Downloaded diff v0.1.13 |
| 840 | 2025-03-04T02:06:04.864Z | Downloaded openssl v0.10.71 |
| 841 | 2025-03-04T02:06:04.864Z | Downloaded h2 v0.4.6 |
| 842 | 2025-03-04T02:06:04.864Z | Downloaded num_enum v0.5.11 |
| 843 | 2025-03-04T02:06:04.864Z | Downloaded openssl-sys v0.9.106 |
| 844 | 2025-03-04T02:06:04.864Z | Downloaded synstructure v0.13.1 |
| 845 | 2025-03-04T02:06:04.864Z | Downloaded olpc-cjson v0.1.4 |
| 846 | 2025-03-04T02:06:04.864Z | Downloaded chrono-tz v0.10.1 |
| 847 | 2025-03-04T02:06:04.864Z | Downloaded pkcs8 v0.10.2 |
| 848 | 2025-03-04T02:06:04.864Z | Downloaded pin-utils v0.1.0 |
| 849 | 2025-03-04T02:06:04.864Z | Downloaded paste v1.0.15 |
| 850 | 2025-03-04T02:06:04.864Z | Downloaded progenitor-macro v0.8.0 |
| 851 | 2025-03-04T02:06:04.864Z | Downloaded peg-macros v0.8.5 |
| 852 | 2025-03-04T02:06:04.865Z | Downloaded csv v1.3.1 |
| 853 | 2025-03-04T02:06:04.865Z | Downloaded zerofrom-derive v0.1.4 |
| 854 | 2025-03-04T02:06:04.865Z | Downloaded want v0.3.1 |
| 855 | 2025-03-04T02:06:04.865Z | Downloaded ppv-lite86 v0.2.20 |
| 856 | 2025-03-04T02:06:04.865Z | Downloaded powerfmt v0.2.0 |
| 857 | 2025-03-04T02:06:04.865Z | Downloaded pkg-config v0.3.31 |
| 858 | 2025-03-04T02:06:04.865Z | Downloaded pkcs5 v0.7.1 |
| 859 | 2025-03-04T02:06:04.865Z | Downloaded zeroize v1.8.1 |
| 860 | 2025-03-04T02:06:04.865Z | Downloaded ron v0.8.1 |
| 861 | 2025-03-04T02:06:04.865Z | Downloaded pin-project-lite v0.2.14 |
| 862 | 2025-03-04T02:06:04.865Z | Downloaded serde_urlencoded v0.7.1 |
| 863 | 2025-03-04T02:06:04.865Z | Downloaded take_mut v0.2.2 |
| 864 | 2025-03-04T02:06:04.865Z | Downloaded tabwriter v1.4.0 |
| 865 | 2025-03-04T02:06:04.865Z | Downloaded rustls-pki-types v1.10.0 |
| 866 | 2025-03-04T02:06:04.865Z | Downloaded webpki-roots v0.26.6 |
| 867 | 2025-03-04T02:06:04.865Z | Downloaded ron v0.7.1 |
| 868 | 2025-03-04T02:06:04.866Z | Downloaded zerovec v0.10.4 |
| 869 | 2025-03-04T02:06:04.866Z | Downloaded slog-json v2.6.1 |
| 870 | 2025-03-04T02:06:04.866Z | Downloaded serde_with v3.12.0 |
| 871 | 2025-03-04T02:06:04.866Z | Downloaded sigpipe v0.1.3 |
| 872 | 2025-03-04T02:06:04.866Z | Downloaded peg v0.8.5 |
| 873 | 2025-03-04T02:06:04.866Z | Downloaded spki v0.7.3 |
| 874 | 2025-03-04T02:06:04.866Z | Downloaded defmt-parser v0.3.4 |
| 875 | 2025-03-04T02:06:04.866Z | Downloaded displaydoc v0.2.5 |
| 876 | 2025-03-04T02:06:04.866Z | Downloaded funty v2.0.0 |
| 877 | 2025-03-04T02:06:04.866Z | Downloaded ecdsa v0.16.9 |
| 878 | 2025-03-04T02:06:04.866Z | Downloaded des v0.8.1 |
| 879 | 2025-03-04T02:06:04.867Z | Downloaded newline-converter v0.3.0 |
| 880 | 2025-03-04T02:06:04.867Z | Downloaded new_debug_unreachable v1.0.6 |
| 881 | 2025-03-04T02:06:04.977Z | Downloaded futures v0.3.31 |
| 882 | 2025-03-04T02:06:04.977Z | Downloaded zone v0.1.8 |
| 883 | 2025-03-04T02:06:04.977Z | Downloaded supports-color v3.0.2 |
| 884 | 2025-03-04T02:06:04.977Z | Downloaded subprocess v0.2.9 |
| 885 | 2025-03-04T02:06:04.977Z | Downloaded slog-envlogger v2.2.0 |
| 886 | 2025-03-04T02:06:04.977Z | Downloaded slog-dtrace v0.3.0 |
| 887 | 2025-03-04T02:06:04.977Z | Downloaded libz-sys v1.1.20 |
| 888 | 2025-03-04T02:06:04.977Z | Downloaded number_prefix v0.4.0 |
| 889 | 2025-03-04T02:06:04.978Z | Downloaded num_threads v0.1.7 |
| 890 | 2025-03-04T02:06:04.978Z | Downloaded time v0.3.36 |
| 891 | 2025-03-04T02:06:04.978Z | Downloaded thread_local v1.1.8 |
| 892 | 2025-03-04T02:06:04.978Z | Downloaded slog-bunyan v2.5.0 |
| 893 | 2025-03-04T02:06:04.979Z | Downloaded rustc_version v0.1.7 |
| 894 | 2025-03-04T02:06:04.979Z | Downloaded num_enum_derive v0.5.11 |
| 895 | 2025-03-04T02:06:04.979Z | Downloaded pkcs1 v0.7.5 |
| 896 | 2025-03-04T02:06:04.979Z | Downloaded phf_shared v0.11.2 |
| 897 | 2025-03-04T02:06:04.979Z | Downloaded precomputed-hash v0.1.1 |
| 898 | 2025-03-04T02:06:04.979Z | Downloaded pin-project-internal v1.1.6 |
| 899 | 2025-03-04T02:06:04.979Z | Downloaded predicates v3.1.3 |
| 900 | 2025-03-04T02:06:04.979Z | Downloaded num-traits v0.2.19 |
| 901 | 2025-03-04T02:06:04.979Z | Downloaded pbkdf2 v0.12.2 |
| 902 | 2025-03-04T02:06:04.979Z | Downloaded unicode-properties v0.1.3 |
| 903 | 2025-03-04T02:06:04.979Z | Downloaded vte_generate_state_changes v0.1.2 |
| 904 | 2025-03-04T02:06:04.979Z | Downloaded tungstenite v0.24.0 |
| 905 | 2025-03-04T02:06:04.979Z | Downloaded tungstenite v0.23.0 |
| 906 | 2025-03-04T02:06:04.979Z | Downloaded subtle v2.6.1 |
| 907 | 2025-03-04T02:06:04.979Z | Downloaded strum_macros v0.26.4 |
| 908 | 2025-03-04T02:06:04.983Z | Downloaded strum_macros v0.25.3 |
| 909 | 2025-03-04T02:06:04.983Z | Downloaded tokio v1.43.0 |
| 910 | 2025-03-04T02:06:05.068Z | Downloaded reqwest v0.12.12 |
| 911 | 2025-03-04T02:06:05.068Z | Downloaded rustls v0.23.19 |
| 912 | 2025-03-04T02:06:05.068Z | Downloaded typify-impl v0.2.0 |
| 913 | 2025-03-04T02:06:05.068Z | Downloaded openssl-probe v0.1.5 |
| 914 | 2025-03-04T02:06:05.068Z | Downloaded gimli v0.31.1 |
| 915 | 2025-03-04T02:06:05.068Z | Downloaded quinn-udp v0.5.5 |
| 916 | 2025-03-04T02:06:05.068Z | Downloaded ghash v0.5.1 |
| 917 | 2025-03-04T02:06:05.068Z | Downloaded elliptic-curve v0.13.8 |
| 918 | 2025-03-04T02:06:05.068Z | Downloaded either v1.14.0 |
| 919 | 2025-03-04T02:06:05.068Z | Downloaded ed25519 v2.2.3 |
| 920 | 2025-03-04T02:06:05.068Z | Downloaded termtree v0.4.1 |
| 921 | 2025-03-04T02:06:05.068Z | Downloaded bcs v0.1.6 |
| 922 | 2025-03-04T02:06:05.068Z | Downloaded tokio-rustls v0.26.0 |
| 923 | 2025-03-04T02:06:05.068Z | Downloaded term v0.7.0 |
| 924 | 2025-03-04T02:06:05.068Z | Downloaded termcolor v1.4.1 |
| 925 | 2025-03-04T02:06:05.068Z | Downloaded tokio-stream v0.1.17 |
| 926 | 2025-03-04T02:06:05.079Z | Downloaded tokio-rustls v0.25.0 |
| 927 | 2025-03-04T02:06:05.080Z | Downloaded radium v0.7.0 |
| 928 | 2025-03-04T02:06:05.080Z | Downloaded bitfield v0.14.0 |
| 929 | 2025-03-04T02:06:05.080Z | Downloaded bindgen v0.71.1 |
| 930 | 2025-03-04T02:06:05.132Z | Downloaded lzma-sys v0.1.20 |
| 931 | 2025-03-04T02:06:05.132Z | Downloaded which v4.4.2 |
| 932 | 2025-03-04T02:06:05.132Z | Downloaded ssh-encoding v0.2.0 |
| 933 | 2025-03-04T02:06:05.132Z | Downloaded ssh-cipher v0.2.0 |
| 934 | 2025-03-04T02:06:05.132Z | Downloaded dropshot v0.16.0 |
| 935 | 2025-03-04T02:06:05.132Z | Downloaded winnow v0.6.20 |
| 936 | 2025-03-04T02:06:05.132Z | Downloaded value-bag v1.9.0 |
| 937 | 2025-03-04T02:06:05.132Z | Downloaded mockall_derive v0.13.1 |
| 938 | 2025-03-04T02:06:05.132Z | Downloaded winnow v0.5.40 |
| 939 | 2025-03-04T02:06:05.132Z | Downloaded fallible-iterator v0.2.0 |
| 940 | 2025-03-04T02:06:05.132Z | Downloaded normalize-line-endings v0.3.0 |
| 941 | 2025-03-04T02:06:05.132Z | Downloaded nanorand v0.7.0 |
| 942 | 2025-03-04T02:06:05.132Z | Downloaded parking_lot_core v0.9.10 |
| 943 | 2025-03-04T02:06:05.133Z | Downloaded pbkdf2 v0.11.0 |
| 944 | 2025-03-04T02:06:05.168Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 945 | 2025-03-04T02:06:05.168Z | Downloaded nom v7.1.3 |
| 946 | 2025-03-04T02:06:05.168Z | Downloaded nu-ansi-term v0.50.1 |
| 947 | 2025-03-04T02:06:05.168Z | Downloaded openapiv3 v2.0.0 |
| 948 | 2025-03-04T02:06:05.168Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 949 | 2025-03-04T02:06:05.168Z | Downloaded password-hash v0.5.0 |
| 950 | 2025-03-04T02:06:05.168Z | Downloaded p521 v0.13.3 |
| 951 | 2025-03-04T02:06:05.168Z | Downloaded pretty_assertions v1.4.1 |
| 952 | 2025-03-04T02:06:05.168Z | Downloaded proc-macro-crate v1.3.1 |
| 953 | 2025-03-04T02:06:05.168Z | Downloaded yasna v0.5.2 |
| 954 | 2025-03-04T02:06:05.168Z | Downloaded typify v0.2.0 |
| 955 | 2025-03-04T02:06:05.168Z | Downloaded typed-path v0.9.3 |
| 956 | 2025-03-04T02:06:05.169Z | Downloaded rusty-fork v0.3.0 |
| 957 | 2025-03-04T02:06:05.169Z | Downloaded test-strategy v0.4.0 |
| 958 | 2025-03-04T02:06:05.169Z | Downloaded xz2 v0.1.7 |
| 959 | 2025-03-04T02:06:05.169Z | Downloaded dropshot v0.12.0 |
| 960 | 2025-03-04T02:06:05.221Z | Downloaded yansi v1.0.1 |
| 961 | 2025-03-04T02:06:05.221Z | Downloaded serde_repr v0.1.19 |
| 962 | 2025-03-04T02:06:05.221Z | Downloaded nodrop v0.1.14 |
| 963 | 2025-03-04T02:06:05.221Z | Downloaded env_logger v0.11.5 |
| 964 | 2025-03-04T02:06:05.222Z | Downloaded dunce v1.0.5 |
| 965 | 2025-03-04T02:06:05.222Z | Downloaded whoami v1.5.2 |
| 966 | 2025-03-04T02:06:05.222Z | Downloaded unicode-width v0.2.0 |
| 967 | 2025-03-04T02:06:05.222Z | Downloaded defmt v0.3.8 |
| 968 | 2025-03-04T02:06:05.264Z | Downloaded embedded-io v0.6.1 |
| 969 | 2025-03-04T02:06:05.268Z | Downloaded endian-type v0.1.2 |
| 970 | 2025-03-04T02:06:05.268Z | Downloaded sled v0.34.7 |
| 971 | 2025-03-04T02:06:05.268Z | Downloaded futures-macro v0.3.31 |
| 972 | 2025-03-04T02:06:05.268Z | Downloaded futures-channel v0.3.31 |
| 973 | 2025-03-04T02:06:05.268Z | Downloaded headers v0.4.0 |
| 974 | 2025-03-04T02:06:05.268Z | Downloaded tower v0.5.2 |
| 975 | 2025-03-04T02:06:05.269Z | Downloaded parse-zoneinfo v0.3.1 |
| 976 | 2025-03-04T02:06:05.269Z | Downloaded rand_core v0.9.2 |
| 977 | 2025-03-04T02:06:05.269Z | Downloaded object v0.30.4 |
| 978 | 2025-03-04T02:06:05.269Z | Downloaded structmeta v0.3.0 |
| 979 | 2025-03-04T02:06:05.269Z | Downloaded strip-ansi-escapes v0.2.0 |
| 980 | 2025-03-04T02:06:05.269Z | Downloaded string_cache v0.8.7 |
| 981 | 2025-03-04T02:06:05.269Z | Downloaded stable_deref_trait v1.2.0 |
| 982 | 2025-03-04T02:06:05.269Z | Downloaded sqlparser_derive v0.2.2 |
| 983 | 2025-03-04T02:06:05.269Z | Downloaded parking_lot_core v0.8.6 |
| 984 | 2025-03-04T02:06:05.353Z | Downloaded rsa v0.9.6 |
| 985 | 2025-03-04T02:06:05.353Z | Downloaded typify-macro v0.2.0 |
| 986 | 2025-03-04T02:06:05.353Z | Downloaded packed_struct v0.10.1 |
| 987 | 2025-03-04T02:06:05.353Z | Downloaded num-derive v0.4.2 |
| 988 | 2025-03-04T02:06:05.353Z | Downloaded unicode_categories v0.1.1 |
| 989 | 2025-03-04T02:06:05.353Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 990 | 2025-03-04T02:06:05.353Z | Downloaded zopfli v0.8.1 |
| 991 | 2025-03-04T02:06:05.353Z | Downloaded thiserror-no-std v2.0.2 |
| 992 | 2025-03-04T02:06:05.353Z | Downloaded tabled v0.18.0 |
| 993 | 2025-03-04T02:06:05.353Z | Downloaded zip v0.6.6 |
| 994 | 2025-03-04T02:06:05.353Z | Downloaded zerovec-derive v0.10.3 |
| 995 | 2025-03-04T02:06:05.353Z | Downloaded sqlformat v0.2.6 |
| 996 | 2025-03-04T02:06:05.353Z | Downloaded p256 v0.13.2 |
| 997 | 2025-03-04T02:06:05.377Z | Downloaded progenitor v0.9.1 |
| 998 | 2025-03-04T02:06:05.377Z | Downloaded predicates-core v1.0.8 |
| 999 | 2025-03-04T02:06:05.382Z | Downloaded oso-derive v0.27.3 |
| 1000 | 2025-03-04T02:06:05.382Z | Downloaded oso v0.27.3 |
| 1001 | 2025-03-04T02:06:05.382Z | Downloaded rand_seeder v0.3.0 |
| 1002 | 2025-03-04T02:06:05.382Z | Downloaded rand_core v0.6.4 |
| 1003 | 2025-03-04T02:06:05.382Z | Downloaded git2 v0.19.0 |
| 1004 | 2025-03-04T02:06:05.382Z | Downloaded rustls-webpki v0.102.8 |
| 1005 | 2025-03-04T02:06:05.382Z | Downloaded dirs-sys-next v0.1.2 |
| 1006 | 2025-03-04T02:06:05.382Z | Downloaded dirs-next v2.0.0 |
| 1007 | 2025-03-04T02:06:05.382Z | Downloaded der v0.7.9 |
| 1008 | 2025-03-04T02:06:05.382Z | Downloaded hashbrown v0.13.2 |
| 1009 | 2025-03-04T02:06:05.382Z | Downloaded nix v0.28.0 |
| 1010 | 2025-03-04T02:06:05.382Z | Downloaded tower-service v0.3.3 |
| 1011 | 2025-03-04T02:06:05.382Z | Downloaded snafu-derive v0.8.5 |
| 1012 | 2025-03-04T02:06:05.382Z | Downloaded tower-layer v0.3.3 |
| 1013 | 2025-03-04T02:06:05.382Z | Downloaded strum v0.26.3 |
| 1014 | 2025-03-04T02:06:05.382Z | Downloaded signal-hook-registry v1.4.2 |
| 1015 | 2025-03-04T02:06:05.382Z | Downloaded unicode-bidi v0.3.17 |
| 1016 | 2025-03-04T02:06:05.382Z | Downloaded termtree v0.5.1 |
| 1017 | 2025-03-04T02:06:05.382Z | Downloaded snafu v0.8.5 |
| 1018 | 2025-03-04T02:06:05.382Z | Downloaded termios v0.3.3 |
| 1019 | 2025-03-04T02:06:05.382Z | Downloaded smallvec v0.6.14 |
| 1020 | 2025-03-04T02:06:05.382Z | Downloaded slog-term v2.9.1 |
| 1021 | 2025-03-04T02:06:05.382Z | Downloaded slog-stdlog v4.1.1 |
| 1022 | 2025-03-04T02:06:05.382Z | Downloaded slog-scope v4.4.0 |
| 1023 | 2025-03-04T02:06:05.382Z | Downloaded ratatui v0.29.0 |
| 1024 | 2025-03-04T02:06:05.464Z | Downloaded diesel_derives v2.2.3 |
| 1025 | 2025-03-04T02:06:05.464Z | Downloaded uzers v0.12.1 |
| 1026 | 2025-03-04T02:06:05.464Z | Downloaded petgraph v0.7.1 |
| 1027 | 2025-03-04T02:06:05.497Z | Downloaded serde_path_to_error v0.1.16 |
| 1028 | 2025-03-04T02:06:05.497Z | Downloaded ref-cast v1.0.23 |
| 1029 | 2025-03-04T02:06:05.497Z | Downloaded reedline v0.38.0 |
| 1030 | 2025-03-04T02:06:05.497Z | Downloaded strum_macros v0.24.3 |
| 1031 | 2025-03-04T02:06:05.497Z | Downloaded psl-types v2.0.11 |
| 1032 | 2025-03-04T02:06:05.497Z | Downloaded foreign-types-shared v0.3.1 |
| 1033 | 2025-03-04T02:06:05.497Z | Downloaded tar v0.4.44 |
| 1034 | 2025-03-04T02:06:05.497Z | Downloaded dyn-clone v1.0.18 |
| 1035 | 2025-03-04T02:06:05.497Z | Downloaded fxhash v0.2.1 |
| 1036 | 2025-03-04T02:06:05.497Z | Downloaded rustc_version v0.4.1 |
| 1037 | 2025-03-04T02:06:05.497Z | Downloaded pem-rfc7468 v0.7.0 |
| 1038 | 2025-03-04T02:06:05.497Z | Downloaded toml v0.7.8 |
| 1039 | 2025-03-04T02:06:05.497Z | Downloaded path-slash v0.1.5 |
| 1040 | 2025-03-04T02:06:05.497Z | Downloaded expectorate v1.1.0 |
| 1041 | 2025-03-04T02:06:05.498Z | Downloaded zone v0.3.0 |
| 1042 | 2025-03-04T02:06:05.498Z | Downloaded unicase v2.7.0 |
| 1043 | 2025-03-04T02:06:05.498Z | Downloaded tracing-attributes v0.1.27 |
| 1044 | 2025-03-04T02:06:05.498Z | Downloaded fd-lock v4.0.2 |
| 1045 | 2025-03-04T02:06:05.498Z | Downloaded zip v2.1.3 |
| 1046 | 2025-03-04T02:06:05.498Z | Downloaded ring v0.17.11 |
| 1047 | 2025-03-04T02:06:05.508Z | Downloaded utf8_iter v1.0.4 |
| 1048 | 2025-03-04T02:06:05.509Z | Downloaded data-encoding v2.6.0 |
| 1049 | 2025-03-04T02:06:05.509Z | Downloaded glob v0.3.2 |
| 1050 | 2025-03-04T02:06:05.509Z | Downloaded mockall v0.13.1 |
| 1051 | 2025-03-04T02:06:05.509Z | Downloaded zone_cfg_derive v0.1.2 |
| 1052 | 2025-03-04T02:06:05.511Z | Downloaded unicode-truncate v1.1.0 |
| 1053 | 2025-03-04T02:06:05.511Z | Downloaded tough v0.19.0 |
| 1054 | 2025-03-04T02:06:05.511Z | Downloaded tokio-util v0.7.13 |
| 1055 | 2025-03-04T02:06:05.543Z | Downloaded half v2.4.1 |
| 1056 | 2025-03-04T02:06:05.543Z | Downloaded futures-util v0.3.31 |
| 1057 | 2025-03-04T02:06:05.599Z | Downloaded diesel v2.2.7 |
| 1058 | 2025-03-04T02:06:05.599Z | Downloaded unicode-xid v0.2.6 |
| 1059 | 2025-03-04T02:06:05.599Z | Downloaded tracing v0.1.40 |
| 1060 | 2025-03-04T02:06:05.599Z | Downloaded phf_shared v0.10.0 |
| 1061 | 2025-03-04T02:06:05.599Z | Downloaded num-rational v0.4.2 |
| 1062 | 2025-03-04T02:06:05.615Z | Downloaded num-complex v0.4.6 |
| 1063 | 2025-03-04T02:06:05.615Z | Downloaded toml_edit v0.19.15 |
| 1064 | 2025-03-04T02:06:05.615Z | Downloaded topological-sort v0.2.2 |
| 1065 | 2025-03-04T02:06:05.615Z | Downloaded flate2 v1.1.0 |
| 1066 | 2025-03-04T02:06:05.615Z | Downloaded pin-project v1.1.6 |
| 1067 | 2025-03-04T02:06:05.615Z | Downloaded packed_struct_codegen v0.10.1 |
| 1068 | 2025-03-04T02:06:05.615Z | Downloaded parking_lot v0.11.2 |
| 1069 | 2025-03-04T02:06:05.615Z | Downloaded progenitor-client v0.8.0 |
| 1070 | 2025-03-04T02:06:05.615Z | Downloaded dropshot_endpoint v0.16.0 |
| 1071 | 2025-03-04T02:06:05.615Z | Downloaded defmt-macros v0.3.9 |
| 1072 | 2025-03-04T02:06:05.615Z | Downloaded unarray v0.1.4 |
| 1073 | 2025-03-04T02:06:05.617Z | Downloaded toolchain_find v0.4.0 |
| 1074 | 2025-03-04T02:06:05.617Z | Downloaded gethostname v0.5.0 |
| 1075 | 2025-03-04T02:06:05.617Z | Downloaded rustls v0.22.4 |
| 1076 | 2025-03-04T02:06:05.666Z | Downloaded phf_codegen v0.11.2 |
| 1077 | 2025-03-04T02:06:05.666Z | Downloaded phf v0.11.2 |
| 1078 | 2025-03-04T02:06:05.666Z | Downloaded multimap v0.10.0 |
| 1079 | 2025-03-04T02:06:05.695Z | Downloaded tungstenite v0.21.0 |
| 1080 | 2025-03-04T02:06:05.695Z | Downloaded dsl_auto_type v0.1.2 |
| 1081 | 2025-03-04T02:06:05.695Z | Downloaded parking_lot v0.12.3 |
| 1082 | 2025-03-04T02:06:05.701Z | Downloaded tokio-tungstenite v0.23.1 |
| 1083 | 2025-03-04T02:06:05.701Z | Downloaded p384 v0.13.0 |
| 1084 | 2025-03-04T02:06:05.701Z | Downloaded signal-hook-tokio v0.3.1 |
| 1085 | 2025-03-04T02:06:05.701Z | Downloaded serde_plain v1.0.2 |
| 1086 | 2025-03-04T02:06:05.701Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1087 | 2025-03-04T02:06:05.711Z | Downloaded getrandom v0.2.15 |
| 1088 | 2025-03-04T02:06:05.711Z | Downloaded zerofrom v0.1.4 |
| 1089 | 2025-03-04T02:06:05.711Z | Downloaded zerocopy-derive v0.8.10 |
| 1090 | 2025-03-04T02:06:05.711Z | Downloaded zerocopy v0.8.10 |
| 1091 | 2025-03-04T02:06:05.773Z | Downloaded untrusted v0.7.1 |
| 1092 | 2025-03-04T02:06:05.844Z | Downloaded deranged v0.3.11 |
| 1093 | 2025-03-04T02:06:05.844Z | Downloaded serde-big-array v0.5.1 |
| 1094 | 2025-03-04T02:06:05.844Z | Downloaded semver v0.1.20 |
| 1095 | 2025-03-04T02:06:05.844Z | Downloaded parse-display v0.10.0 |
| 1096 | 2025-03-04T02:06:05.844Z | Downloaded rustls-webpki v0.101.7 |
| 1097 | 2025-03-04T02:06:05.844Z | Downloaded num-conv v0.1.0 |
| 1098 | 2025-03-04T02:06:05.845Z | Downloaded structmeta-derive v0.3.0 |
| 1099 | 2025-03-04T02:06:05.845Z | Downloaded serde-hex v0.1.0 |
| 1100 | 2025-03-04T02:06:05.846Z | Downloaded pem v3.0.5 |
| 1101 | 2025-03-04T02:06:05.846Z | Downloaded peg-runtime v0.8.5 |
| 1102 | 2025-03-04T02:06:05.846Z | Downloaded parse-size v1.1.0 |
| 1103 | 2025-03-04T02:06:05.846Z | Downloaded parse-display-derive v0.10.0 |
| 1104 | 2025-03-04T02:06:05.846Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1105 | 2025-03-04T02:06:05.846Z | Downloaded rand_xorshift v0.3.0 |
| 1106 | 2025-03-04T02:06:05.846Z | Downloaded rand_chacha v0.9.0 |
| 1107 | 2025-03-04T02:06:05.846Z | Downloaded owo-colors v4.2.0 |
| 1108 | 2025-03-04T02:06:05.846Z | Downloaded foldhash v0.1.3 |
| 1109 | 2025-03-04T02:06:05.846Z | Downloaded rustls-pemfile v2.2.0 |
| 1110 | 2025-03-04T02:06:05.846Z | Downloaded rustls-pemfile v1.0.4 |
| 1111 | 2025-03-04T02:06:05.846Z | Downloaded group v0.13.0 |
| 1112 | 2025-03-04T02:06:05.846Z | Downloaded foreign-types v0.3.2 |
| 1113 | 2025-03-04T02:06:05.846Z | Downloaded unicode-normalization v0.1.24 |
| 1114 | 2025-03-04T02:06:05.846Z | Downloaded proc-macro-error2 v2.0.1 |
| 1115 | 2025-03-04T02:06:05.846Z | Downloaded display-error-chain v0.2.2 |
| 1116 | 2025-03-04T02:06:05.846Z | Downloaded smf v0.2.3 |
| 1117 | 2025-03-04T02:06:05.879Z | Downloaded encoding_rs v0.8.34 |
| 1118 | 2025-03-04T02:06:05.879Z | Downloaded rand v0.9.0 |
| 1119 | 2025-03-04T02:06:05.879Z | Downloaded tokio-tungstenite v0.24.0 |
| 1120 | 2025-03-04T02:06:05.879Z | Downloaded quinn-proto v0.11.8 |
| 1121 | 2025-03-04T02:06:05.879Z | Downloaded smallvec v1.14.0 |
| 1122 | 2025-03-04T02:06:05.879Z | Downloaded secrecy v0.8.0 |
| 1123 | 2025-03-04T02:06:05.879Z | Downloaded fatfs v0.3.6 |
| 1124 | 2025-03-04T02:06:05.879Z | Downloaded rand v0.8.5 |
| 1125 | 2025-03-04T02:06:05.879Z | Downloaded float-ord v0.3.2 |
| 1126 | 2025-03-04T02:06:05.879Z | Downloaded qorb v0.2.1 |
| 1127 | 2025-03-04T02:06:05.879Z | Downloaded petname v2.0.2 |
| 1128 | 2025-03-04T02:06:05.879Z | Downloaded papergrid v0.14.0 |
| 1129 | 2025-03-04T02:06:05.879Z | Downloaded publicsuffix v2.3.0 |
| 1130 | 2025-03-04T02:06:05.879Z | Downloaded stringprep v0.1.5 |
| 1131 | 2025-03-04T02:06:05.879Z | Downloaded russh v0.45.0 |
| 1132 | 2025-03-04T02:06:05.879Z | Downloaded hash32 v0.2.1 |
| 1133 | 2025-03-04T02:06:05.879Z | Downloaded slog v2.7.0 |
| 1134 | 2025-03-04T02:06:05.908Z | Downloaded typify-impl v0.3.0 |
| 1135 | 2025-03-04T02:06:05.908Z | Downloaded float-cmp v0.10.0 |
| 1136 | 2025-03-04T02:06:05.908Z | Downloaded daft-derive v0.1.1 |
| 1137 | 2025-03-04T02:06:05.908Z | Downloaded russh-cryptovec v0.7.3 |
| 1138 | 2025-03-04T02:06:05.911Z | Downloaded regex-syntax v0.8.5 |
| 1139 | 2025-03-04T02:06:05.911Z | Downloaded schemars_derive v0.8.22 |
| 1140 | 2025-03-04T02:06:05.912Z | Downloaded predicates-tree v1.0.11 |
| 1141 | 2025-03-04T02:06:05.912Z | Downloaded petgraph v0.6.5 |
| 1142 | 2025-03-04T02:06:05.930Z | Downloaded zerocopy-derive v0.6.6 |
| 1143 | 2025-03-04T02:06:05.930Z | Downloaded regress v0.10.3 |
| 1144 | 2025-03-04T02:06:05.944Z | Downloaded debug-ignore v1.0.5 |
| 1145 | 2025-03-04T02:06:05.944Z | Downloaded regex-automata v0.4.8 |
| 1146 | 2025-03-04T02:06:05.944Z | Downloaded flume v0.11.1 |
| 1147 | 2025-03-04T02:06:06.048Z | Downloaded diesel-dtrace v0.4.2 |
| 1148 | 2025-03-04T02:06:06.048Z | Downloaded der_derive v0.7.3 |
| 1149 | 2025-03-04T02:06:06.048Z | Downloaded oxnet v0.1.1 |
| 1150 | 2025-03-04T02:06:06.048Z | Downloaded typify-macro v0.3.0 |
| 1151 | 2025-03-04T02:06:06.048Z | Downloaded tui-tree-widget v0.23.0 |
| 1152 | 2025-03-04T02:06:06.049Z | Downloaded russh-keys v0.45.0 |
| 1153 | 2025-03-04T02:06:06.084Z | Downloaded smoltcp v0.9.1 |
| 1154 | 2025-03-04T02:06:06.084Z | Downloaded form_urlencoded v1.2.1 |
| 1155 | 2025-03-04T02:06:06.084Z | Downloaded foreign-types v0.5.0 |
| 1156 | 2025-03-04T02:06:06.084Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1157 | 2025-03-04T02:06:06.084Z | Downloaded rcgen v0.12.1 |
| 1158 | 2025-03-04T02:06:06.084Z | Downloaded pretty-hex v0.2.1 |
| 1159 | 2025-03-04T02:06:06.084Z | Downloaded polar-core v0.27.3 |
| 1160 | 2025-03-04T02:06:06.084Z | Downloaded multer v3.1.0 |
| 1161 | 2025-03-04T02:06:06.084Z | Downloaded num-bigint-dig v0.8.4 |
| 1162 | 2025-03-04T02:06:06.084Z | Downloaded daft v0.1.1 |
| 1163 | 2025-03-04T02:06:06.084Z | Downloaded tabled_derive v0.10.0 |
| 1164 | 2025-03-04T02:06:06.084Z | Downloaded sqlparser v0.45.0 |
| 1165 | 2025-03-04T02:06:06.084Z | Downloaded rustyline v14.0.0 |
| 1166 | 2025-03-04T02:06:06.093Z | Downloaded ref-cast-impl v1.0.23 |
| 1167 | 2025-03-04T02:06:06.093Z | Downloaded utf16_iter v1.0.5 |
| 1168 | 2025-03-04T02:06:06.093Z | Downloaded utf-8 v0.7.6 |
| 1169 | 2025-03-04T02:06:06.093Z | Downloaded smoltcp v0.11.0 |
| 1170 | 2025-03-04T02:06:06.093Z | Downloaded num v0.4.3 |
| 1171 | 2025-03-04T02:06:06.094Z | Downloaded getrandom v0.3.1 |
| 1172 | 2025-03-04T02:06:06.094Z | Downloaded difflib v0.4.0 |
| 1173 | 2025-03-04T02:06:06.094Z | Downloaded slog-async v2.8.0 |
| 1174 | 2025-03-04T02:06:06.094Z | Downloaded shell-words v1.1.0 |
| 1175 | 2025-03-04T02:06:06.094Z | Downloaded quick-error v1.2.3 |
| 1176 | 2025-03-04T02:06:06.094Z | Downloaded phf_generator v0.11.2 |
| 1177 | 2025-03-04T02:06:06.094Z | Downloaded sha3 v0.10.8 |
| 1178 | 2025-03-04T02:06:06.094Z | Downloaded schemars v0.8.22 |
| 1179 | 2025-03-04T02:06:06.094Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1180 | 2025-03-04T02:06:06.094Z | Downloaded radix_trie v0.2.1 |
| 1181 | 2025-03-04T02:06:06.094Z | Downloaded r2d2 v0.8.10 |
| 1182 | 2025-03-04T02:06:06.094Z | Downloaded object v0.36.5 |
| 1183 | 2025-03-04T02:06:06.152Z | Downloaded xattr v1.3.1 |
| 1184 | 2025-03-04T02:06:06.152Z | Downloaded embedded-io v0.4.0 |
| 1185 | 2025-03-04T02:06:06.152Z | Downloaded percent-encoding v2.3.1 |
| 1186 | 2025-03-04T02:06:06.153Z | Downloaded samael v0.0.18 |
| 1187 | 2025-03-04T02:06:06.153Z | Downloaded salty v0.3.0 |
| 1188 | 2025-03-04T02:06:06.153Z | Downloaded salsa20 v0.10.2 |
| 1189 | 2025-03-04T02:06:06.153Z | Downloaded rpassword v7.3.1 |
| 1190 | 2025-03-04T02:06:06.153Z | Downloaded postgres-types v0.2.9 |
| 1191 | 2025-03-04T02:06:06.173Z | Downloaded postgres-protocol v0.6.8 |
| 1192 | 2025-03-04T02:06:06.173Z | Downloaded postcard v1.0.10 |
| 1193 | 2025-03-04T02:06:06.173Z | Downloaded fs_extra v1.3.0 |
| 1194 | 2025-03-04T02:06:06.173Z | Downloaded env_logger v0.10.2 |
| 1195 | 2025-03-04T02:06:06.173Z | Downloaded sync_wrapper v1.0.1 |
| 1196 | 2025-03-04T02:06:06.180Z | Downloaded socket2 v0.5.8 |
| 1197 | 2025-03-04T02:06:06.180Z | Downloaded nix v0.29.0 |
| 1198 | 2025-03-04T02:06:06.180Z | Downloaded waitgroup v0.1.2 |
| 1199 | 2025-03-04T02:06:06.180Z | Downloaded uuid v1.15.1 |
| 1200 | 2025-03-04T02:06:06.307Z | Downloaded walkdir v2.5.0 |
| 1201 | 2025-03-04T02:06:06.307Z | Downloaded tokio-tungstenite v0.21.0 |
| 1202 | 2025-03-04T02:06:06.308Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1203 | 2025-03-04T02:06:06.308Z | Downloaded rustls v0.21.12 |
| 1204 | 2025-03-04T02:06:06.308Z | Downloaded newtype_derive v0.1.6 |
| 1205 | 2025-03-04T02:06:06.308Z | Downloaded newtype-uuid v1.2.1 |
| 1206 | 2025-03-04T02:06:06.308Z | Downloaded dropshot_endpoint v0.12.0 |
| 1207 | 2025-03-04T02:06:06.308Z | Downloaded zone_cfg_derive v0.3.0 |
| 1208 | 2025-03-04T02:06:06.308Z | Downloaded tokio-postgres v0.7.13 |
| 1209 | 2025-03-04T02:06:06.308Z | Downloaded ssh-key v0.6.6 |
| 1210 | 2025-03-04T02:06:06.308Z | Downloaded libsw-core v0.3.1 |
| 1211 | 2025-03-04T02:06:06.308Z | Downloaded spin v0.9.8 |
| 1212 | 2025-03-04T02:06:06.308Z | Downloaded libsw v3.4.0 |
| 1213 | 2025-03-04T02:06:06.308Z | Downloaded http-range v0.1.5 |
| 1214 | 2025-03-04T02:06:06.308Z | Downloaded sct v0.7.1 |
| 1215 | 2025-03-04T02:06:06.308Z | Downloaded rtoolbox v0.0.2 |
| 1216 | 2025-03-04T02:06:06.308Z | Downloaded regex-syntax v0.6.29 |
| 1217 | 2025-03-04T02:06:06.308Z | Downloaded kstat-rs v0.2.4 |
| 1218 | 2025-03-04T02:06:06.308Z | Downloaded is_ci v1.2.0 |
| 1219 | 2025-03-04T02:06:06.312Z | Downloaded ipnetwork v0.21.1 |
| 1220 | 2025-03-04T02:06:06.312Z | Downloaded internet-checksum v0.2.1 |
| 1221 | 2025-03-04T02:06:06.312Z | Downloaded instability v0.3.2 |
| 1222 | 2025-03-04T02:06:06.312Z | Downloaded indoc v1.0.9 |
| 1223 | 2025-03-04T02:06:06.312Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1224 | 2025-03-04T02:06:06.312Z | Downloaded hyper-staticfile v0.10.1 |
| 1225 | 2025-03-04T02:06:06.312Z | Downloaded home v0.5.9 |
| 1226 | 2025-03-04T02:06:06.312Z | Downloaded ciborium-io v0.2.2 |
| 1227 | 2025-03-04T02:06:06.312Z | Downloaded aes v0.8.4 |
| 1228 | 2025-03-04T02:06:06.312Z | Downloaded hostname v0.4.0 |
| 1229 | 2025-03-04T02:06:06.312Z | Downloaded ctr v0.9.2 |
| 1230 | 2025-03-04T02:06:06.312Z | Downloaded hubpack v0.1.2 |
| 1231 | 2025-03-04T02:06:06.312Z | Downloaded highway v1.3.0 |
| 1232 | 2025-03-04T02:06:06.312Z | Downloaded hickory-server v0.24.4 |
| 1233 | 2025-03-04T02:06:06.312Z | Downloaded hex-literal v0.4.1 |
| 1234 | 2025-03-04T02:06:06.312Z | Downloaded heck v0.3.3 |
| 1235 | 2025-03-04T02:06:06.312Z | Downloaded headers-core v0.3.0 |
| 1236 | 2025-03-04T02:06:06.312Z | Downloaded cfg_aliases v0.2.1 |
| 1237 | 2025-03-04T02:06:06.312Z | Downloaded cfg_aliases v0.1.1 |
| 1238 | 2025-03-04T02:06:06.312Z | Downloaded cbc v0.1.2 |
| 1239 | 2025-03-04T02:06:06.312Z | Downloaded blake2 v0.10.6 |
| 1240 | 2025-03-04T02:06:06.312Z | Downloaded backtrace v0.3.74 |
| 1241 | 2025-03-04T02:06:06.312Z | Downloaded aes-gcm v0.10.3 |
| 1242 | 2025-03-04T02:06:06.313Z | Downloaded adler2 v2.0.0 |
| 1243 | 2025-03-04T02:06:06.553Z | Downloaded aws-lc-sys v0.26.0 |
| 1244 | 2025-03-04T02:06:06.844Z | Compiling serde v1.0.218 |
| 1245 | 2025-03-04T02:06:06.882Z | Compiling value-bag v1.9.0 |
| 1246 | 2025-03-04T02:06:06.882Z | Compiling lock_api v0.4.12 |
| 1247 | 2025-03-04T02:06:06.882Z | Compiling scopeguard v1.2.0 |
| 1248 | 2025-03-04T02:06:06.882Z | Compiling typenum v1.17.0 |
| 1249 | 2025-03-04T02:06:06.987Z | Compiling generic-array v0.14.7 |
| 1250 | 2025-03-04T02:06:07.043Z | Compiling syn v2.0.98 |
| 1251 | 2025-03-04T02:06:07.090Z | Compiling getrandom v0.2.15 |
| 1252 | 2025-03-04T02:06:07.158Z | Compiling shlex v1.3.0 |
| 1253 | 2025-03-04T02:06:07.339Z | Compiling rand_core v0.6.4 |
| 1254 | 2025-03-04T02:06:07.412Z | Compiling log v0.4.22 |
| 1255 | 2025-03-04T02:06:07.583Z | Compiling jobserver v0.1.32 |
| 1256 | 2025-03-04T02:06:07.607Z | Compiling subtle v2.6.1 |
| 1257 | 2025-03-04T02:06:07.607Z | Compiling smallvec v1.14.0 |
| 1258 | 2025-03-04T02:06:07.869Z | Compiling const-oid v0.9.6 |
| 1259 | 2025-03-04T02:06:07.910Z | Compiling pin-project-lite v0.2.14 |
| 1260 | 2025-03-04T02:06:07.924Z | Compiling cc v1.2.15 |
| 1261 | 2025-03-04T02:06:07.984Z | Compiling parking_lot_core v0.9.10 |
| 1262 | 2025-03-04T02:06:08.024Z | Compiling rustix v0.38.37 |
| 1263 | 2025-03-04T02:06:08.155Z | Compiling signal-hook-registry v1.4.2 |
| 1264 | 2025-03-04T02:06:08.291Z | Compiling futures-core v0.3.31 |
| 1265 | 2025-03-04T02:06:08.559Z | Compiling mio v1.0.2 |
| 1266 | 2025-03-04T02:06:09.199Z | Compiling spin v0.9.8 |
| 1267 | 2025-03-04T02:06:09.345Z | Compiling parking_lot v0.12.3 |
| 1268 | 2025-03-04T02:06:09.345Z | Compiling socket2 v0.5.8 |
| 1269 | 2025-03-04T02:06:09.502Z | Compiling aho-corasick v1.1.3 |
| 1270 | 2025-03-04T02:06:09.655Z | Compiling either v1.14.0 |
| 1271 | 2025-03-04T02:06:09.858Z | Compiling cpufeatures v0.2.14 |
| 1272 | 2025-03-04T02:06:09.953Z | Compiling stable_deref_trait v1.2.0 |
| 1273 | 2025-03-04T02:06:09.953Z | Compiling futures-sink v0.3.31 |
| 1274 | 2025-03-04T02:06:10.065Z | Compiling regex-syntax v0.8.5 |
| 1275 | 2025-03-04T02:06:10.066Z | Compiling slab v0.4.9 |
| 1276 | 2025-03-04T02:06:10.112Z | Compiling glob v0.3.2 |
| 1277 | 2025-03-04T02:06:10.112Z | Compiling prettyplease v0.2.29 |
| 1278 | 2025-03-04T02:06:10.256Z | Compiling lazy_static v1.5.0 |
| 1279 | 2025-03-04T02:06:10.273Z | Compiling serde_json v1.0.139 |
| 1280 | 2025-03-04T02:06:10.435Z | Compiling minimal-lexical v0.2.1 |
| 1281 | 2025-03-04T02:06:10.651Z | Compiling futures-channel v0.3.31 |
| 1282 | 2025-03-04T02:06:10.766Z | Compiling libloading v0.8.5 |
| 1283 | 2025-03-04T02:06:10.999Z | Compiling clang-sys v1.8.1 |
| 1284 | 2025-03-04T02:06:11.127Z | Compiling nom v7.1.3 |
| 1285 | 2025-03-04T02:06:11.321Z | Compiling home v0.5.9 |
| 1286 | 2025-03-04T02:06:11.321Z | Compiling futures-io v0.3.31 |
| 1287 | 2025-03-04T02:06:11.556Z | Compiling futures-task v0.3.31 |
| 1288 | 2025-03-04T02:06:11.665Z | Compiling foldhash v0.1.3 |
| 1289 | 2025-03-04T02:06:11.762Z | Compiling allocator-api2 v0.2.18 |
| 1290 | 2025-03-04T02:06:11.763Z | Compiling bindgen v0.69.5 |
| 1291 | 2025-03-04T02:06:11.862Z | Compiling pin-utils v0.1.0 |
| 1292 | 2025-03-04T02:06:12.149Z | Compiling itertools v0.12.1 |
| 1293 | 2025-03-04T02:06:12.392Z | Compiling hashbrown v0.15.1 |
| 1294 | 2025-03-04T02:06:12.611Z | Compiling pkg-config v0.3.31 |
| 1295 | 2025-03-04T02:06:13.686Z | Compiling regex-automata v0.4.8 |
| 1296 | 2025-03-04T02:06:13.915Z | Compiling lazycell v1.3.0 |
| 1297 | 2025-03-04T02:06:14.052Z | Compiling libm v0.2.8 |
| 1298 | 2025-03-04T02:06:14.204Z | Compiling cexpr v0.6.0 |
| 1299 | 2025-03-04T02:06:14.473Z | Compiling rustc-hash v1.1.0 |
| 1300 | 2025-03-04T02:06:14.565Z | Compiling cmake v0.1.51 |
| 1301 | 2025-03-04T02:06:14.652Z | Compiling num-traits v0.2.19 |
| 1302 | 2025-03-04T02:06:14.994Z | Compiling synstructure v0.13.1 |
| 1303 | 2025-03-04T02:06:15.372Z | Compiling dunce v1.0.5 |
| 1304 | 2025-03-04T02:06:15.589Z | Compiling fs_extra v1.3.0 |
| 1305 | 2025-03-04T02:06:16.072Z | Compiling getrandom v0.3.1 |
| 1306 | 2025-03-04T02:06:16.201Z | Compiling litemap v0.7.3 |
| 1307 | 2025-03-04T02:06:16.347Z | Compiling writeable v0.5.5 |
| 1308 | 2025-03-04T02:06:16.501Z | Compiling ring v0.17.11 |
| 1309 | 2025-03-04T02:06:16.685Z | Compiling base64ct v1.6.0 |
| 1310 | 2025-03-04T02:06:16.810Z | Compiling paste v1.0.15 |
| 1311 | 2025-03-04T02:06:17.375Z | Compiling pem-rfc7468 v0.7.0 |
| 1312 | 2025-03-04T02:06:17.975Z | Compiling flagset v0.4.6 |
| 1313 | 2025-03-04T02:06:18.118Z | Compiling icu_locid_transform_data v1.5.0 |
| 1314 | 2025-03-04T02:06:18.119Z | Compiling httparse v1.9.5 |
| 1315 | 2025-03-04T02:06:18.119Z | Compiling aws-lc-rs v1.12.4 |
| 1316 | 2025-03-04T02:06:18.482Z | Compiling tracing-core v0.1.32 |
| 1317 | 2025-03-04T02:06:18.647Z | Compiling regex v1.11.1 |
| 1318 | 2025-03-04T02:06:19.031Z | Compiling rustls-pki-types v1.10.0 |
| 1319 | 2025-03-04T02:06:19.146Z | Compiling icu_properties_data v1.5.0 |
| 1320 | 2025-03-04T02:06:19.393Z | Compiling percent-encoding v2.3.1 |
| 1321 | 2025-03-04T02:06:19.672Z | Compiling crossbeam-utils v0.8.20 |
| 1322 | 2025-03-04T02:06:21.693Z | Compiling serde_derive v1.0.218 |
| 1323 | 2025-03-04T02:06:21.693Z | Compiling zeroize_derive v1.4.2 |
| 1324 | 2025-03-04T02:06:21.943Z | Compiling zerocopy-derive v0.7.35 |
| 1325 | 2025-03-04T02:06:21.943Z | Compiling tokio-macros v2.5.0 |
| 1326 | 2025-03-04T02:06:21.943Z | Compiling zerofrom-derive v0.1.4 |
| 1327 | 2025-03-04T02:06:21.944Z | Compiling zeroize v1.8.1 |
| 1328 | 2025-03-04T02:06:21.944Z | Compiling thiserror-impl v1.0.69 |
| 1329 | 2025-03-04T02:06:22.253Z | Compiling zerocopy v0.7.35 |
| 1330 | 2025-03-04T02:06:22.478Z | Compiling yoke-derive v0.7.4 |
| 1331 | 2025-03-04T02:06:22.653Z | Compiling zerovec-derive v0.10.3 |
| 1332 | 2025-03-04T02:06:22.811Z | Compiling crypto-common v0.1.6 |
| 1333 | 2025-03-04T02:06:23.007Z | Compiling block-buffer v0.10.4 |
| 1334 | 2025-03-04T02:06:23.236Z | Compiling digest v0.10.7 |
| 1335 | 2025-03-04T02:06:23.325Z | Compiling displaydoc v0.2.5 |
| 1336 | 2025-03-04T02:06:23.325Z | Compiling futures-macro v0.3.31 |
| 1337 | 2025-03-04T02:06:23.647Z | Compiling zerofrom v0.1.4 |
| 1338 | 2025-03-04T02:06:23.721Z | Compiling hmac v0.12.1 |
| 1339 | 2025-03-04T02:06:23.953Z | Compiling block-padding v0.3.3 |
| 1340 | 2025-03-04T02:06:24.084Z | Compiling ppv-lite86 v0.2.20 |
| 1341 | 2025-03-04T02:06:24.221Z | Compiling inout v0.1.3 |
| 1342 | 2025-03-04T02:06:24.404Z | Compiling thiserror v1.0.69 |
| 1343 | 2025-03-04T02:06:24.475Z | Compiling cipher v0.4.4 |
| 1344 | 2025-03-04T02:06:24.658Z | Compiling sha2 v0.10.8 |
| 1345 | 2025-03-04T02:06:24.772Z | Compiling icu_provider_macros v1.5.0 |
| 1346 | 2025-03-04T02:06:24.828Z | Compiling der_derive v0.7.3 |
| 1347 | 2025-03-04T02:06:24.888Z | Compiling tracing-attributes v0.1.27 |
| 1348 | 2025-03-04T02:06:24.998Z | Compiling salsa20 v0.10.2 |
| 1349 | 2025-03-04T02:06:25.041Z | Compiling futures-util v0.3.31 |
| 1350 | 2025-03-04T02:06:25.061Z | Compiling yoke v0.7.4 |
| 1351 | 2025-03-04T02:06:25.195Z | Compiling pest v2.7.14 |
| 1352 | 2025-03-04T02:06:25.427Z | Compiling zerovec v0.10.4 |
| 1353 | 2025-03-04T02:06:25.851Z | Compiling pbkdf2 v0.12.2 |
| 1354 | 2025-03-04T02:06:26.052Z | Compiling icu_normalizer_data v1.5.0 |
| 1355 | 2025-03-04T02:06:26.222Z | Compiling powerfmt v0.2.0 |
| 1356 | 2025-03-04T02:06:26.544Z | Compiling num-conv v0.1.0 |
| 1357 | 2025-03-04T02:06:27.397Z | Compiling time-core v0.1.2 |
| 1358 | 2025-03-04T02:06:28.894Z | Compiling der v0.7.9 |
| 1359 | 2025-03-04T02:06:28.894Z | Compiling untrusted v0.9.0 |
| 1360 | 2025-03-04T02:06:28.895Z | Compiling tinystr v0.7.6 |
| 1361 | 2025-03-04T02:06:29.155Z | Compiling icu_collections v1.5.0 |
| 1362 | 2025-03-04T02:06:29.155Z | Compiling icu_locid v1.5.0 |
| 1363 | 2025-03-04T02:06:29.155Z | Compiling tracing v0.1.40 |
| 1364 | 2025-03-04T02:06:29.155Z | Compiling vcpkg v0.2.15 |
| 1365 | 2025-03-04T02:06:29.155Z | Compiling utf8_iter v1.0.4 |
| 1366 | 2025-03-04T02:06:29.270Z | Compiling untrusted v0.7.1 |
| 1367 | 2025-03-04T02:06:29.270Z | Compiling utf16_iter v1.0.5 |
| 1368 | 2025-03-04T02:06:29.270Z | Compiling write16 v1.0.0 |
| 1369 | 2025-03-04T02:06:29.270Z | Compiling icu_provider v1.5.0 |
| 1370 | 2025-03-04T02:06:29.270Z | Compiling pest_meta v2.7.14 |
| 1371 | 2025-03-04T02:06:29.699Z | Compiling icu_locid_transform v1.5.0 |
| 1372 | 2025-03-04T02:06:29.746Z | Compiling spki v0.7.3 |
| 1373 | 2025-03-04T02:06:29.846Z | Compiling openssl-sys v0.9.106 |
| 1374 | 2025-03-04T02:06:29.923Z | Compiling time-macros v0.2.18 |
| 1375 | 2025-03-04T02:06:30.128Z | Compiling deranged v0.3.11 |
| 1376 | 2025-03-04T02:06:30.918Z | Compiling scrypt v0.11.0 |
| 1377 | 2025-03-04T02:06:31.449Z | Compiling icu_properties v1.5.1 |
| 1378 | 2025-03-04T02:06:31.492Z | Compiling cbc v0.1.2 |
| 1379 | 2025-03-04T02:06:31.754Z | Compiling aes v0.8.4 |
| 1380 | 2025-03-04T02:06:31.780Z | Compiling scroll_derive v0.12.0 |
| 1381 | 2025-03-04T02:06:31.965Z | Compiling tinyvec_macros v0.1.1 |
| 1382 | 2025-03-04T02:06:32.090Z | Compiling bytes v1.10.0 |
| 1383 | 2025-03-04T02:06:32.330Z | Compiling bitflags v2.6.0 |
| 1384 | 2025-03-04T02:06:33.047Z | Compiling indexmap v2.7.1 |
| 1385 | 2025-03-04T02:06:33.166Z | Compiling semver v1.0.25 |
| 1386 | 2025-03-04T02:06:33.223Z | Compiling tokio v1.43.0 |
| 1387 | 2025-03-04T02:06:33.538Z | Compiling http v1.2.0 |
| 1388 | 2025-03-04T02:06:34.047Z | Compiling rustc_version v0.4.1 |
| 1389 | 2025-03-04T02:06:34.416Z | Compiling num_threads v0.1.7 |
| 1390 | 2025-03-04T02:06:34.539Z | Compiling atomic-waker v1.1.2 |
| 1391 | 2025-03-04T02:06:34.589Z | Compiling time v0.3.36 |
| 1392 | 2025-03-04T02:06:34.627Z | Compiling scroll v0.12.0 |
| 1393 | 2025-03-04T02:06:34.755Z | Compiling pkcs5 v0.7.1 |
| 1394 | 2025-03-04T02:06:35.119Z | Compiling icu_normalizer v1.5.0 |
| 1395 | 2025-03-04T02:06:35.741Z | Compiling http-body v1.0.1 |
| 1396 | 2025-03-04T02:06:35.769Z | Compiling tinyvec v1.8.0 |
| 1397 | 2025-03-04T02:06:37.354Z | Compiling pest_generator v2.7.14 |
| 1398 | 2025-03-04T02:06:37.442Z | Compiling rand_chacha v0.3.1 |
| 1399 | 2025-03-04T02:06:37.442Z | Compiling idna_adapter v1.2.0 |
| 1400 | 2025-03-04T02:06:37.442Z | Compiling form_urlencoded v1.2.1 |
| 1401 | 2025-03-04T02:06:37.442Z | Compiling which v4.4.2 |
| 1402 | 2025-03-04T02:06:37.442Z | Compiling try-lock v0.2.5 |
| 1403 | 2025-03-04T02:06:37.442Z | Compiling slog v2.7.0 |
| 1404 | 2025-03-04T02:06:37.442Z | Compiling zerocopy v0.8.10 |
| 1405 | 2025-03-04T02:06:37.531Z | Compiling want v0.3.1 |
| 1406 | 2025-03-04T02:06:37.668Z | Compiling pest_derive v2.7.14 |
| 1407 | 2025-03-04T02:06:37.693Z | Compiling goblin v0.8.2 |
| 1408 | 2025-03-04T02:06:37.748Z | Compiling rand v0.8.5 |
| 1409 | 2025-03-04T02:06:38.089Z | Compiling idna v1.0.3 |
| 1410 | 2025-03-04T02:06:38.352Z | Compiling pkcs8 v0.10.2 |
| 1411 | 2025-03-04T02:06:38.509Z | Compiling uuid v1.15.1 |
| 1412 | 2025-03-04T02:06:39.018Z | Compiling zerocopy-derive v0.8.10 |
| 1413 | 2025-03-04T02:06:39.048Z | Compiling iana-time-zone v0.1.61 |
| 1414 | 2025-03-04T02:06:39.447Z | Compiling adler2 v2.0.0 |
| 1415 | 2025-03-04T02:06:39.677Z | Compiling tower-service v0.3.3 |
| 1416 | 2025-03-04T02:06:39.735Z | Compiling httpdate v1.0.3 |
| 1417 | 2025-03-04T02:06:39.807Z | Compiling miniz_oxide v0.8.5 |
| 1418 | 2025-03-04T02:06:39.828Z | Compiling chrono v0.4.40 |
| 1419 | 2025-03-04T02:06:40.149Z | Compiling dtrace-parser v0.2.0 |
| 1420 | 2025-03-04T02:06:40.924Z | Compiling serde_tokenstream v0.2.2 |
| 1421 | 2025-03-04T02:06:41.307Z | Compiling tokio-util v0.7.13 |
| 1422 | 2025-03-04T02:06:41.516Z | Compiling toml_datetime v0.6.8 |
| 1423 | 2025-03-04T02:06:41.953Z | Compiling serde_spanned v0.6.8 |
| 1424 | 2025-03-04T02:06:41.996Z | Compiling match_cfg v0.1.0 |
| 1425 | 2025-03-04T02:06:42.108Z | Compiling rustversion v1.0.17 |
| 1426 | 2025-03-04T02:06:42.201Z | Compiling h2 v0.4.6 |
| 1427 | 2025-03-04T02:06:42.523Z | Compiling openssl v0.10.71 |
| 1428 | 2025-03-04T02:06:42.781Z | Compiling foreign-types-shared v0.1.1 |
| 1429 | 2025-03-04T02:06:42.918Z | Compiling base64 v0.22.1 |
| 1430 | 2025-03-04T02:06:42.975Z | Compiling foreign-types v0.3.2 |
| 1431 | 2025-03-04T02:06:43.128Z | Compiling hostname v0.3.1 |
| 1432 | 2025-03-04T02:06:43.165Z | Compiling url v2.5.3 |
| 1433 | 2025-03-04T02:06:43.613Z | Compiling dof v0.3.0 |
| 1434 | 2025-03-04T02:06:44.625Z | Compiling rand_core v0.9.2 |
| 1435 | 2025-03-04T02:06:44.775Z | Compiling usdt-impl v0.5.0 |
| 1436 | 2025-03-04T02:06:44.951Z | Compiling openssl-macros v0.1.1 |
| 1437 | 2025-03-04T02:06:45.092Z | Compiling async-trait v0.1.86 |
| 1438 | 2025-03-04T02:06:45.435Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2025-03-04T02:06:45.701Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1440 | 2025-03-04T02:06:46.104Z | Compiling dirs-sys-next v0.1.2 |
| 1441 | 2025-03-04T02:06:46.213Z | Compiling rustls v0.23.19 |
| 1442 | 2025-03-04T02:06:46.351Z | Compiling rustls v0.22.4 |
| 1443 | 2025-03-04T02:06:46.528Z | Compiling syn v1.0.109 |
| 1444 | 2025-03-04T02:06:46.667Z | Compiling siphasher v0.3.11 |
| 1445 | 2025-03-04T02:06:46.673Z | Compiling data-encoding v2.6.0 |
| 1446 | 2025-03-04T02:06:46.818Z | Compiling native-tls v0.2.12 |
| 1447 | 2025-03-04T02:06:47.103Z | Compiling schemars v0.8.22 |
| 1448 | 2025-03-04T02:06:47.245Z | Compiling dirs-next v2.0.0 |
| 1449 | 2025-03-04T02:06:47.457Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2025-03-04T02:06:47.663Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2025-03-04T02:06:48.645Z | Compiling unicode-normalization v0.1.24 |
| 1452 | 2025-03-04T02:06:48.649Z | Compiling http-body-util v0.1.2 |
| 1453 | 2025-03-04T02:06:48.882Z | Compiling heapless v0.7.17 |
| 1454 | 2025-03-04T02:06:49.168Z | Compiling crossbeam-epoch v0.9.18 |
| 1455 | 2025-03-04T02:06:49.329Z | Compiling sha1 v0.10.6 |
| 1456 | 2025-03-04T02:06:49.647Z | Compiling hyper v1.6.0 |
| 1457 | 2025-03-04T02:06:49.792Z | Compiling signature v2.2.0 |
| 1458 | 2025-03-04T02:06:49.817Z | Compiling thread_local v1.1.8 |
| 1459 | 2025-03-04T02:06:49.868Z | Compiling crc32fast v1.4.2 |
| 1460 | 2025-03-04T02:06:50.129Z | Compiling multer v3.1.0 |
| 1461 | 2025-03-04T02:06:50.235Z | Compiling cookie v0.18.1 |
| 1462 | 2025-03-04T02:06:50.268Z | Compiling encoding_rs v0.8.34 |
| 1463 | 2025-03-04T02:06:50.443Z | Compiling unicode-bidi v0.3.17 |
| 1464 | 2025-03-04T02:06:50.555Z | Compiling mime v0.3.17 |
| 1465 | 2025-03-04T02:06:50.667Z | Compiling signal-hook v0.3.17 |
| 1466 | 2025-03-04T02:06:51.020Z | Compiling ipnet v2.11.0 |
| 1467 | 2025-03-04T02:06:51.082Z | Compiling openssl-probe v0.1.5 |
| 1468 | 2025-03-04T02:06:51.400Z | Compiling gimli v0.31.1 |
| 1469 | 2025-03-04T02:06:51.671Z | Compiling slog-async v2.8.0 |
| 1470 | 2025-03-04T02:06:52.077Z | Compiling hyper-util v0.1.10 |
| 1471 | 2025-03-04T02:06:52.150Z | Compiling rayon-core v1.12.1 |
| 1472 | 2025-03-04T02:06:52.193Z | Compiling dyn-clone v1.0.18 |
| 1473 | 2025-03-04T02:06:52.437Z | Compiling unicode-properties v0.1.3 |
| 1474 | 2025-03-04T02:06:52.887Z | Compiling stringprep v0.1.5 |
| 1475 | 2025-03-04T02:06:53.877Z | Compiling toml_edit v0.22.24 |
| 1476 | 2025-03-04T02:06:54.233Z | Compiling crossbeam-deque v0.8.5 |
| 1477 | 2025-03-04T02:06:54.491Z | Compiling rand v0.9.0 |
| 1478 | 2025-03-04T02:06:54.603Z | Compiling term v0.7.0 |
| 1479 | 2025-03-04T02:06:55.220Z | Compiling usdt-macro v0.5.0 |
| 1480 | 2025-03-04T02:06:55.841Z | Compiling addr2line v0.24.2 |
| 1481 | 2025-03-04T02:06:55.991Z | Compiling usdt-attr-macro v0.5.0 |
| 1482 | 2025-03-04T02:06:56.186Z | Compiling slog-json v2.6.1 |
| 1483 | 2025-03-04T02:06:56.253Z | Compiling serde_urlencoded v0.7.1 |
| 1484 | 2025-03-04T02:06:56.530Z | Compiling curve25519-dalek v4.1.3 |
| 1485 | 2025-03-04T02:06:56.568Z | Compiling crossbeam-channel v0.5.13 |
| 1486 | 2025-03-04T02:06:56.664Z | Compiling futures-executor v0.3.31 |
| 1487 | 2025-03-04T02:06:56.713Z | Compiling enum-as-inner v0.6.1 |
| 1488 | 2025-03-04T02:06:57.141Z | Compiling md-5 v0.10.6 |
| 1489 | 2025-03-04T02:06:57.231Z | Compiling async-stream-impl v0.3.6 |
| 1490 | 2025-03-04T02:06:57.413Z | Compiling rustls-pemfile v2.2.0 |
| 1491 | 2025-03-04T02:06:57.487Z | Compiling num-integer v0.1.46 |
| 1492 | 2025-03-04T02:06:57.595Z | Compiling hash32 v0.2.1 |
| 1493 | 2025-03-04T02:06:57.755Z | Compiling ff v0.13.0 |
| 1494 | 2025-03-04T02:06:57.755Z | Compiling is-terminal v0.4.13 |
| 1495 | 2025-03-04T02:06:57.931Z | Compiling dropshot v0.12.0 |
| 1496 | 2025-03-04T02:06:58.009Z | Compiling object v0.36.5 |
| 1497 | 2025-03-04T02:06:58.019Z | Compiling memoffset v0.9.1 |
| 1498 | 2025-03-04T02:06:58.173Z | Compiling linked-hash-map v0.5.6 |
| 1499 | 2025-03-04T02:06:58.288Z | Compiling quick-error v1.2.3 |
| 1500 | 2025-03-04T02:06:58.341Z | Compiling rustc-demangle v0.1.24 |
| 1501 | 2025-03-04T02:06:58.450Z | Compiling num-bigint-dig v0.8.4 |
| 1502 | 2025-03-04T02:06:58.460Z | Compiling anyhow v1.0.97 |
| 1503 | 2025-03-04T02:06:58.525Z | Compiling psl-types v2.0.11 |
| 1504 | 2025-03-04T02:07:01.874Z | Compiling litrs v0.4.1 |
| 1505 | 2025-03-04T02:07:01.967Z | Compiling smoltcp v0.9.1 |
| 1506 | 2025-03-04T02:07:01.967Z | Compiling cfg_aliases v0.2.1 |
| 1507 | 2025-03-04T02:07:01.967Z | Compiling take_mut v0.2.2 |
| 1508 | 2025-03-04T02:07:01.968Z | Compiling portable-atomic v1.9.0 |
| 1509 | 2025-03-04T02:07:01.968Z | Compiling base16ct v0.2.0 |
| 1510 | 2025-03-04T02:07:01.968Z | Compiling fallible-iterator v0.2.0 |
| 1511 | 2025-03-04T02:07:01.968Z | Compiling utf-8 v0.7.6 |
| 1512 | 2025-03-04T02:07:01.968Z | Compiling document-features v0.2.10 |
| 1513 | 2025-03-04T02:07:01.968Z | Compiling tungstenite v0.24.0 |
| 1514 | 2025-03-04T02:07:01.968Z | Compiling postgres-protocol v0.6.8 |
| 1515 | 2025-03-04T02:07:01.968Z | Compiling sec1 v0.7.3 |
| 1516 | 2025-03-04T02:07:01.968Z | Compiling nix v0.29.0 |
| 1517 | 2025-03-04T02:07:01.968Z | Compiling publicsuffix v2.3.0 |
| 1518 | 2025-03-04T02:07:01.968Z | Compiling lru-cache v0.1.2 |
| 1519 | 2025-03-04T02:07:01.968Z | Compiling async-stream v0.3.6 |
| 1520 | 2025-03-04T02:07:01.968Z | Compiling resolv-conf v0.7.0 |
| 1521 | 2025-03-04T02:07:02.007Z | Compiling group v0.13.0 |
| 1522 | 2025-03-04T02:07:02.022Z | Compiling num-iter v0.1.45 |
| 1523 | 2025-03-04T02:07:02.062Z | Compiling usdt v0.5.0 |
| 1524 | 2025-03-04T02:07:02.079Z | Compiling slog-term v2.9.1 |
| 1525 | 2025-03-04T02:07:02.328Z | Compiling hickory-proto v0.24.4 |
| 1526 | 2025-03-04T02:07:02.427Z | Compiling toml v0.8.20 |
| 1527 | 2025-03-04T02:07:02.680Z | Compiling futures v0.3.31 |
| 1528 | 2025-03-04T02:07:02.811Z | Compiling slog-bunyan v2.5.0 |
| 1529 | 2025-03-04T02:07:03.167Z | Compiling bzip2 v0.4.4 |
| 1530 | 2025-03-04T02:07:04.255Z | Compiling camino v1.1.9 |
| 1531 | 2025-03-04T02:07:04.593Z | Compiling backtrace v0.3.74 |
| 1532 | 2025-03-04T02:07:04.613Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2025-03-04T02:07:04.811Z | Compiling flate2 v1.1.0 |
| 1534 | 2025-03-04T02:07:04.917Z | Compiling phf_shared v0.11.2 |
| 1535 | 2025-03-04T02:07:05.069Z | Compiling dropshot_endpoint v0.12.0 |
| 1536 | 2025-03-04T02:07:05.176Z | Compiling terminal_size v0.4.0 |
| 1537 | 2025-03-04T02:07:05.280Z | Compiling openapiv3 v2.0.0 |
| 1538 | 2025-03-04T02:07:05.410Z | Compiling waitgroup v0.1.2 |
| 1539 | 2025-03-04T02:07:05.648Z | Compiling serde_path_to_error v0.1.16 |
| 1540 | 2025-03-04T02:07:05.651Z | Compiling hkdf v0.12.4 |
| 1541 | 2025-03-04T02:07:05.956Z | Compiling crypto-bigint v0.5.5 |
| 1542 | 2025-03-04T02:07:06.427Z | Compiling zerocopy-derive v0.6.6 |
| 1543 | 2025-03-04T02:07:06.937Z | Compiling hubpack_derive v0.1.1 |
| 1544 | 2025-03-04T02:07:07.474Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1545 | 2025-03-04T02:07:07.828Z | Compiling webpki-roots v0.26.6 |
| 1546 | 2025-03-04T02:07:08.048Z | Compiling sync_wrapper v1.0.1 |
| 1547 | 2025-03-04T02:07:08.234Z | Compiling hostname v0.4.0 |
| 1548 | 2025-03-04T02:07:08.423Z | Compiling ahash v0.8.11 |
| 1549 | 2025-03-04T02:07:08.475Z | Compiling fs-err v2.11.0 |
| 1550 | 2025-03-04T02:07:08.831Z | Compiling managed v0.8.0 |
| 1551 | 2025-03-04T02:07:08.850Z | Compiling bumpalo v3.16.0 |
| 1552 | 2025-03-04T02:07:08.932Z | Compiling unicode-width v0.2.0 |
| 1553 | 2025-03-04T02:07:09.174Z | Compiling lockfree-object-pool v0.1.6 |
| 1554 | 2025-03-04T02:07:09.267Z | Compiling newtype-uuid v1.2.1 |
| 1555 | 2025-03-04T02:07:09.323Z | Compiling debug-ignore v1.0.5 |
| 1556 | 2025-03-04T02:07:09.356Z | Compiling winnow v0.5.40 |
| 1557 | 2025-03-04T02:07:09.456Z | Compiling simd-adler32 v0.3.7 |
| 1558 | 2025-03-04T02:07:09.475Z | Compiling zip v2.1.3 |
| 1559 | 2025-03-04T02:07:09.493Z | Compiling tower-layer v0.3.3 |
| 1560 | 2025-03-04T02:07:09.563Z | Compiling buf-list v1.0.3 |
| 1561 | 2025-03-04T02:07:09.780Z | Compiling tower v0.5.2 |
| 1562 | 2025-03-04T02:07:09.859Z | Compiling zopfli v0.8.1 |
| 1563 | 2025-03-04T02:07:10.254Z | Compiling console v0.15.10 |
| 1564 | 2025-03-04T02:07:10.614Z | Compiling clap_builder v4.5.31 |
| 1565 | 2025-03-04T02:07:11.401Z | Compiling strum_macros v0.25.3 |
| 1566 | 2025-03-04T02:07:11.458Z | Compiling elliptic-curve v0.13.8 |
| 1567 | 2025-03-04T02:07:12.021Z | Compiling zerocopy v0.6.6 |
| 1568 | 2025-03-04T02:07:12.156Z | Compiling hickory-resolver v0.24.4 |
| 1569 | 2025-03-04T02:07:12.367Z | Compiling hubpack v0.1.2 |
| 1570 | 2025-03-04T02:07:12.779Z | Compiling toml_edit v0.19.15 |
| 1571 | 2025-03-04T02:07:12.864Z | Compiling phf v0.11.2 |
| 1572 | 2025-03-04T02:07:13.158Z | Compiling hyper-tls v0.6.0 |
| 1573 | 2025-03-04T02:07:13.580Z | Compiling signal-hook-mio v0.2.4 |
| 1574 | 2025-03-04T02:07:13.598Z | Compiling cookie_store v0.21.1 |
| 1575 | 2025-03-04T02:07:13.819Z | Compiling rayon v1.10.0 |
| 1576 | 2025-03-04T02:07:15.280Z | Compiling tokio-tungstenite v0.24.0 |
| 1577 | 2025-03-04T02:07:16.521Z | Compiling postgres-types v0.2.9 |
| 1578 | 2025-03-04T02:07:17.759Z | Compiling ed25519 v2.2.3 |
| 1579 | 2025-03-04T02:07:18.281Z | Compiling phf_shared v0.10.0 |
| 1580 | 2025-03-04T02:07:18.445Z | Compiling tokio-stream v0.1.17 |
| 1581 | 2025-03-04T02:07:18.465Z | Compiling pkcs1 v0.7.5 |
| 1582 | 2025-03-04T02:07:18.681Z | Compiling serde-big-array v0.5.1 |
| 1583 | 2025-03-04T02:07:18.938Z | Compiling clap_derive v4.5.28 |
| 1584 | 2025-03-04T02:07:19.434Z | Compiling rfc6979 v0.4.0 |
| 1585 | 2025-03-04T02:07:19.466Z | Compiling serde_repr v0.1.19 |
| 1586 | 2025-03-04T02:07:19.590Z | Compiling derive-where v1.2.7 |
| 1587 | 2025-03-04T02:07:19.642Z | Compiling float-cmp v0.10.0 |
| 1588 | 2025-03-04T02:07:19.738Z | Compiling bstr v1.10.0 |
| 1589 | 2025-03-04T02:07:19.904Z | Compiling fixedbitset v0.4.2 |
| 1590 | 2025-03-04T02:07:19.907Z | Compiling predicates-core v1.0.8 |
| 1591 | 2025-03-04T02:07:20.227Z | Compiling number_prefix v0.4.0 |
| 1592 | 2025-03-04T02:07:20.359Z | Compiling normalize-line-endings v0.3.0 |
| 1593 | 2025-03-04T02:07:20.474Z | Compiling difflib v0.4.0 |
| 1594 | 2025-03-04T02:07:20.512Z | Compiling new_debug_unreachable v1.0.6 |
| 1595 | 2025-03-04T02:07:20.593Z | Compiling precomputed-hash v0.1.1 |
| 1596 | 2025-03-04T02:07:20.626Z | Compiling static_assertions v1.1.0 |
| 1597 | 2025-03-04T02:07:20.731Z | Compiling whoami v1.5.2 |
| 1598 | 2025-03-04T02:07:20.752Z | Compiling unicode-segmentation v1.12.0 |
| 1599 | 2025-03-04T02:07:21.306Z | Compiling tokio-postgres v0.7.13 |
| 1600 | 2025-03-04T02:07:21.310Z | Compiling predicates v3.1.3 |
| 1601 | 2025-03-04T02:07:21.659Z | Compiling similar v2.7.0 |
| 1602 | 2025-03-04T02:07:21.797Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1603 | 2025-03-04T02:07:22.741Z | Compiling string_cache v0.8.7 |
| 1604 | 2025-03-04T02:07:22.788Z | Compiling indicatif v0.17.11 |
| 1605 | 2025-03-04T02:07:23.175Z | Compiling petgraph v0.6.5 |
| 1606 | 2025-03-04T02:07:23.487Z | Compiling clap v4.5.31 |
| 1607 | 2025-03-04T02:07:23.635Z | Compiling ecdsa v0.16.9 |
| 1608 | 2025-03-04T02:07:23.771Z | Compiling rsa v0.9.6 |
| 1609 | 2025-03-04T02:07:24.550Z | Compiling ed25519-dalek v2.1.1 |
| 1610 | 2025-03-04T02:07:24.857Z | Compiling toml v0.7.8 |
| 1611 | 2025-03-04T02:07:26.353Z | Compiling crossterm v0.28.1 |
| 1612 | 2025-03-04T02:07:28.108Z | Compiling zip v0.6.6 |
| 1613 | 2025-03-04T02:07:28.224Z | Compiling hex v0.4.3 |
| 1614 | 2025-03-04T02:07:28.244Z | Compiling x509-cert v0.2.5 |
| 1615 | 2025-03-04T02:07:28.831Z | Compiling itertools v0.10.5 |
| 1616 | 2025-03-04T02:07:29.073Z | Compiling unicode-xid v0.2.6 |
| 1617 | 2025-03-04T02:07:29.277Z | Compiling lalrpop-util v0.19.12 |
| 1618 | 2025-03-04T02:07:29.407Z | Compiling peg-runtime v0.8.5 |
| 1619 | 2025-03-04T02:07:29.432Z | Compiling strum_macros v0.26.4 |
| 1620 | 2025-03-04T02:07:29.616Z | Compiling xattr v1.3.1 |
| 1621 | 2025-03-04T02:07:29.625Z | Compiling filetime v0.2.25 |
| 1622 | 2025-03-04T02:07:29.906Z | Compiling tar v0.4.44 |
| 1623 | 2025-03-04T02:07:34.121Z | Compiling strum v0.26.3 |
| 1624 | 2025-03-04T02:07:36.976Z | Compiling aws-lc-sys v0.26.0 |
| 1625 | 2025-03-04T02:08:07.279Z | Compiling rustls-webpki v0.102.8 |
| 1626 | 2025-03-04T02:08:10.547Z | Compiling tokio-rustls v0.25.0 |
| 1627 | 2025-03-04T02:08:12.227Z | Compiling tokio-rustls v0.26.0 |
| 1628 | 2025-03-04T02:08:12.570Z | Compiling hyper-rustls v0.27.3 |
| 1629 | 2025-03-04T02:08:12.975Z | Compiling reqwest v0.12.12 |
| 1630 | 2025-03-04T02:08:14.185Z | Compiling qorb v0.2.1 |
| 1631 | 2025-03-04T02:08:17.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1632 | 2025-03-04T02:08:17.554Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1633 | 2025-03-04T02:08:22.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 1634 | 2025-03-04T02:08:22.254Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1635 | 2025-03-04T02:08:22.303Z | Mar 04 02:08:21.449 INFO Starting download, target: Clickhouse |
| 1636 | 2025-03-04T02:08:22.303Z | Mar 04 02:08:21.450 INFO Starting download, target: Cockroach |
| 1637 | 2025-03-04T02:08:22.303Z | Mar 04 02:08:21.450 INFO Starting download, target: Console |
| 1638 | 2025-03-04T02:08:22.303Z | Mar 04 02:08:21.450 INFO Starting download, target: DendriteOpenapi |
| 1639 | 2025-03-04T02:08:22.303Z | Mar 04 02:08:21.450 INFO Starting download, target: DendriteStub |
| 1640 | 2025-03-04T02:08:22.303Z | Mar 04 02:08:21.450 INFO Starting download, target: MaghemiteMgd |
| 1641 | 2025-03-04T02:08:22.306Z | Mar 04 02:08:21.450 INFO Starting download, target: TransceiverControl |
| 1642 | 2025-03-04T02:08:22.306Z | Mar 04 02:08:21.451 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1643 | 2025-03-04T02:08:22.306Z | Mar 04 02:08:21.451 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1644 | 2025-03-04T02:08:22.307Z | Mar 04 02:08:21.451 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1645 | 2025-03-04T02:08:22.307Z | Mar 04 02:08:21.451 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1646 | 2025-03-04T02:08:22.307Z | Mar 04 02:08:21.451 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1647 | 2025-03-04T02:08:22.307Z | Mar 04 02:08:21.451 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1648 | 2025-03-04T02:08:22.307Z | Mar 04 02:08:21.451 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1649 | 2025-03-04T02:08:22.453Z | Mar 04 02:08:21.598 INFO Download complete, target: DendriteOpenapi |
| 1650 | 2025-03-04T02:08:22.567Z | Mar 04 02:08:21.709 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1651 | 2025-03-04T02:08:22.960Z | Mar 04 02:08:22.105 INFO Download complete, target: TransceiverControl |
| 1652 | 2025-03-04T02:08:22.984Z | Mar 04 02:08:22.129 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1653 | 2025-03-04T02:08:23.387Z | Mar 04 02:08:22.529 INFO Download complete, target: Console |
| 1654 | 2025-03-04T02:08:24.019Z | Mar 04 02:08:23.106 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1655 | 2025-03-04T02:08:24.100Z | Mar 04 02:08:23.200 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1656 | 2025-03-04T02:08:24.324Z | Mar 04 02:08:23.442 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1657 | 2025-03-04T02:08:24.324Z | Mar 04 02:08:23.442 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1658 | 2025-03-04T02:08:24.618Z | Mar 04 02:08:23.754 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1659 | 2025-03-04T02:08:26.447Z | Mar 04 02:08:25.592 INFO Download complete, target: DendriteStub |
| 1660 | 2025-03-04T02:08:26.667Z | Mar 04 02:08:25.811 INFO Download complete, target: MaghemiteMgd |
| 1661 | 2025-03-04T02:08:30.904Z | Mar 04 02:08:30.049 INFO Checking that binary works, target: Cockroach |
| 1662 | 2025-03-04T02:08:31.067Z | Mar 04 02:08:30.211 INFO Download complete, target: Cockroach |
| 1663 | 2025-03-04T02:08:35.646Z | Mar 04 02:08:34.783 INFO Checking that binary works, target: Clickhouse |
| 1664 | 2025-03-04T02:08:35.777Z | Mar 04 02:08:34.919 INFO Download complete, target: Clickhouse |
| 1665 | 2025-03-04T02:08:35.804Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1666 | 2025-03-04T02:08:35.808Z | |
| 1667 | 2025-03-04T02:08:35.808Z | real 6:49.155405902 |
| 1668 | 2025-03-04T02:08:35.808Z | user 16:02.494856377 |
| 1669 | 2025-03-04T02:08:35.808Z | sys 2:13.164704915 |
| 1670 | 2025-03-04T02:08:35.808Z | trap 0.603088061 |
| 1671 | 2025-03-04T02:08:35.809Z | tflt 0.955730020 |
| 1672 | 2025-03-04T02:08:35.809Z | dflt 1.415549124 |
| 1673 | 2025-03-04T02:08:35.809Z | kflt 0.023885541 |
| 1674 | 2025-03-04T02:08:35.809Z | lock 24:59.383733088 |
| 1675 | 2025-03-04T02:08:35.809Z | slp 1:01:15.678723429 |
| 1676 | 2025-03-04T02:08:35.810Z | lat 1:04.545928364 |
| 1677 | 2025-03-04T02:08:35.810Z | stop 2:30.703840871 |
| 1678 | 2025-03-04T02:08:35.810Z | + banner hack-check |
| 1679 | 2025-03-04T02:08:35.810Z | |
| 1680 | 2025-03-04T02:08:35.810Z | # # ## #### # # #### # # ###### #### # # |
| 1681 | 2025-03-04T02:08:35.810Z | # # # # # # # # # # # # # # # # # |
| 1682 | 2025-03-04T02:08:35.810Z | ###### # # # #### ##### # ###### ##### # #### |
| 1683 | 2025-03-04T02:08:35.810Z | # # ###### # # # # # # # # # # |
| 1684 | 2025-03-04T02:08:35.810Z | # # # # # # # # # # # # # # # # # |
| 1685 | 2025-03-04T02:08:35.810Z | # # # # #### # # #### # # ###### #### # # |
| 1686 | 2025-03-04T02:08:35.811Z | |
| 1687 | 2025-03-04T02:08:35.811Z | + export CARGO_INCREMENTAL=0 |
| 1688 | 2025-03-04T02:08:35.812Z | + CARGO_INCREMENTAL=0 |
| 1689 | 2025-03-04T02:08:35.812Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1690 | 2025-03-04T02:08:36.361Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1691 | 2025-03-04T02:08:39.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
| 1692 | 2025-03-04T02:08:39.374Z | Running `target/debug/xtask check-features --ci` |
| 1693 | 2025-03-04T02:08:39.388Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1694 | 2025-03-04T02:08:39.388Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1695 | 2025-03-04T02:08:39.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1696 | 2025-03-04T02:08:39.911Z | Running `target/debug/xtask download cargo-hack` |
| 1697 | 2025-03-04T02:08:40.786Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2025-03-04T02:08:41.203Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2025-03-04T02:08:44.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
| 1700 | 2025-03-04T02:08:45.130Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1701 | 2025-03-04T02:08:45.172Z | Mar 04 02:08:44.314 INFO Starting download, target: CargoHack |
| 1702 | 2025-03-04T02:08:45.175Z | Mar 04 02:08:44.315 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1703 | 2025-03-04T02:08:45.652Z | Mar 04 02:08:44.794 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1704 | 2025-03-04T02:08:45.728Z | Mar 04 02:08:44.870 INFO Download complete, target: CargoHack |
| 1705 | 2025-03-04T02:08:45.732Z | 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" |
| 1706 | 2025-03-04T02:08:45.750Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1707 | 2025-03-04T02:08:45.932Z | info: running `cargo check --bins` on api_identity (1/196) |
| 1708 | 2025-03-04T02:08:46.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1709 | 2025-03-04T02:08:46.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1710 | 2025-03-04T02:08:46.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1711 | 2025-03-04T02:08:46.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1712 | 2025-03-04T02:08:46.603Z | |
| 1713 | 2025-03-04T02:08:46.603Z | info: running `cargo check --bins` on bootstore (2/196) |
| 1714 | 2025-03-04T02:08:47.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1715 | 2025-03-04T02:08:47.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1716 | 2025-03-04T02:08:47.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1717 | 2025-03-04T02:08:47.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1718 | 2025-03-04T02:08:47.314Z | |
| 1719 | 2025-03-04T02:08:47.316Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/196) |
| 1720 | 2025-03-04T02:08:47.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1721 | 2025-03-04T02:08:47.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1722 | 2025-03-04T02:08:47.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1723 | 2025-03-04T02:08:47.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1724 | 2025-03-04T02:08:48.012Z | |
| 1725 | 2025-03-04T02:08:48.012Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/196) |
| 1726 | 2025-03-04T02:08:48.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1727 | 2025-03-04T02:08:48.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1728 | 2025-03-04T02:08:48.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1729 | 2025-03-04T02:08:48.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1730 | 2025-03-04T02:08:48.700Z | |
| 1731 | 2025-03-04T02:08:48.701Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/196) |
| 1732 | 2025-03-04T02:08:49.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1733 | 2025-03-04T02:08:49.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1734 | 2025-03-04T02:08:49.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1735 | 2025-03-04T02:08:49.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1736 | 2025-03-04T02:08:49.171Z | |
| 1737 | 2025-03-04T02:08:49.172Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/196) |
| 1738 | 2025-03-04T02:08:49.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1739 | 2025-03-04T02:08:49.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1740 | 2025-03-04T02:08:49.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1741 | 2025-03-04T02:08:49.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1742 | 2025-03-04T02:08:49.655Z | |
| 1743 | 2025-03-04T02:08:49.655Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/196) |
| 1744 | 2025-03-04T02:08:50.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1745 | 2025-03-04T02:08:50.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1746 | 2025-03-04T02:08:50.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1747 | 2025-03-04T02:08:50.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1748 | 2025-03-04T02:08:50.140Z | |
| 1749 | 2025-03-04T02:08:50.140Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/196) |
| 1750 | 2025-03-04T02:08:50.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1751 | 2025-03-04T02:08:50.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1752 | 2025-03-04T02:08:50.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1753 | 2025-03-04T02:08:50.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1754 | 2025-03-04T02:08:50.611Z | |
| 1755 | 2025-03-04T02:08:50.611Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/196) |
| 1756 | 2025-03-04T02:08:51.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1757 | 2025-03-04T02:08:51.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1758 | 2025-03-04T02:08:51.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1759 | 2025-03-04T02:08:51.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1760 | 2025-03-04T02:08:51.106Z | |
| 1761 | 2025-03-04T02:08:51.106Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/196) |
| 1762 | 2025-03-04T02:08:51.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1763 | 2025-03-04T02:08:51.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1764 | 2025-03-04T02:08:51.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1765 | 2025-03-04T02:08:51.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1766 | 2025-03-04T02:08:51.650Z | |
| 1767 | 2025-03-04T02:08:51.650Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/196) |
| 1768 | 2025-03-04T02:08:52.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1769 | 2025-03-04T02:08:52.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1770 | 2025-03-04T02:08:52.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1771 | 2025-03-04T02:08:52.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1772 | 2025-03-04T02:08:52.230Z | |
| 1773 | 2025-03-04T02:08:52.231Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/196) |
| 1774 | 2025-03-04T02:08:52.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1775 | 2025-03-04T02:08:52.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1776 | 2025-03-04T02:08:52.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1777 | 2025-03-04T02:08:52.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1778 | 2025-03-04T02:08:52.559Z | |
| 1779 | 2025-03-04T02:08:52.559Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/196) |
| 1780 | 2025-03-04T02:08:52.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1781 | 2025-03-04T02:08:52.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1782 | 2025-03-04T02:08:52.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1783 | 2025-03-04T02:08:52.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1784 | 2025-03-04T02:08:53.035Z | |
| 1785 | 2025-03-04T02:08:53.035Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/196) |
| 1786 | 2025-03-04T02:08:53.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1787 | 2025-03-04T02:08:53.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1788 | 2025-03-04T02:08:53.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1789 | 2025-03-04T02:08:53.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1790 | 2025-03-04T02:08:53.513Z | |
| 1791 | 2025-03-04T02:08:53.513Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/196) |
| 1792 | 2025-03-04T02:08:53.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1793 | 2025-03-04T02:08:53.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1794 | 2025-03-04T02:08:53.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1795 | 2025-03-04T02:08:53.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1796 | 2025-03-04T02:08:53.982Z | |
| 1797 | 2025-03-04T02:08:53.982Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/196) |
| 1798 | 2025-03-04T02:08:54.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1799 | 2025-03-04T02:08:54.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1800 | 2025-03-04T02:08:54.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1801 | 2025-03-04T02:08:54.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1802 | 2025-03-04T02:08:54.461Z | |
| 1803 | 2025-03-04T02:08:54.461Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/196) |
| 1804 | 2025-03-04T02:08:54.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1805 | 2025-03-04T02:08:54.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1806 | 2025-03-04T02:08:54.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1807 | 2025-03-04T02:08:54.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1808 | 2025-03-04T02:08:54.937Z | |
| 1809 | 2025-03-04T02:08:54.937Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/196) |
| 1810 | 2025-03-04T02:08:55.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2025-03-04T02:08:55.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2025-03-04T02:08:55.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2025-03-04T02:08:55.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1814 | 2025-03-04T02:08:55.416Z | |
| 1815 | 2025-03-04T02:08:55.416Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/196) |
| 1816 | 2025-03-04T02:08:55.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2025-03-04T02:08:55.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2025-03-04T02:08:55.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2025-03-04T02:08:55.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1820 | 2025-03-04T02:08:55.909Z | |
| 1821 | 2025-03-04T02:08:55.909Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/196) |
| 1822 | 2025-03-04T02:08:56.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2025-03-04T02:08:56.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2025-03-04T02:08:56.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2025-03-04T02:08:56.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1826 | 2025-03-04T02:08:56.396Z | |
| 1827 | 2025-03-04T02:08:56.396Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/196) |
| 1828 | 2025-03-04T02:08:56.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2025-03-04T02:08:56.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2025-03-04T02:08:56.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2025-03-04T02:08:56.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1832 | 2025-03-04T02:08:56.892Z | |
| 1833 | 2025-03-04T02:08:56.893Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/196) |
| 1834 | 2025-03-04T02:08:57.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2025-03-04T02:08:57.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2025-03-04T02:08:57.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2025-03-04T02:08:57.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1838 | 2025-03-04T02:08:57.382Z | |
| 1839 | 2025-03-04T02:08:57.382Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/196) |
| 1840 | 2025-03-04T02:08:57.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2025-03-04T02:08:57.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2025-03-04T02:08:57.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2025-03-04T02:08:57.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1844 | 2025-03-04T02:08:57.862Z | |
| 1845 | 2025-03-04T02:08:57.862Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/196) |
| 1846 | 2025-03-04T02:08:58.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2025-03-04T02:08:58.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2025-03-04T02:08:58.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2025-03-04T02:08:58.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1850 | 2025-03-04T02:08:58.346Z | |
| 1851 | 2025-03-04T02:08:58.346Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/196) |
| 1852 | 2025-03-04T02:08:58.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2025-03-04T02:08:58.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2025-03-04T02:08:58.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2025-03-04T02:08:58.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1856 | 2025-03-04T02:08:58.831Z | |
| 1857 | 2025-03-04T02:08:58.831Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/196) |
| 1858 | 2025-03-04T02:08:59.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2025-03-04T02:08:59.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2025-03-04T02:08:59.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2025-03-04T02:08:59.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1862 | 2025-03-04T02:08:59.302Z | |
| 1863 | 2025-03-04T02:08:59.302Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/196) |
| 1864 | 2025-03-04T02:08:59.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2025-03-04T02:08:59.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2025-03-04T02:08:59.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2025-03-04T02:08:59.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1868 | 2025-03-04T02:08:59.778Z | |
| 1869 | 2025-03-04T02:08:59.778Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/196) |
| 1870 | 2025-03-04T02:09:00.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2025-03-04T02:09:00.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2025-03-04T02:09:00.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2025-03-04T02:09:00.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1874 | 2025-03-04T02:09:00.255Z | |
| 1875 | 2025-03-04T02:09:00.255Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/196) |
| 1876 | 2025-03-04T02:09:00.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2025-03-04T02:09:00.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2025-03-04T02:09:00.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2025-03-04T02:09:00.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1880 | 2025-03-04T02:09:00.725Z | |
| 1881 | 2025-03-04T02:09:00.725Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/196) |
| 1882 | 2025-03-04T02:09:01.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2025-03-04T02:09:01.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2025-03-04T02:09:01.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2025-03-04T02:09:01.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1886 | 2025-03-04T02:09:01.200Z | |
| 1887 | 2025-03-04T02:09:01.200Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/196) |
| 1888 | 2025-03-04T02:09:01.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2025-03-04T02:09:01.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2025-03-04T02:09:01.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2025-03-04T02:09:01.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1892 | 2025-03-04T02:09:01.677Z | |
| 1893 | 2025-03-04T02:09:01.677Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/196) |
| 1894 | 2025-03-04T02:09:02.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2025-03-04T02:09:02.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2025-03-04T02:09:02.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2025-03-04T02:09:02.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1898 | 2025-03-04T02:09:02.164Z | |
| 1899 | 2025-03-04T02:09:02.164Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/196) |
| 1900 | 2025-03-04T02:09:02.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2025-03-04T02:09:02.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2025-03-04T02:09:02.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2025-03-04T02:09:02.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1904 | 2025-03-04T02:09:02.647Z | |
| 1905 | 2025-03-04T02:09:02.647Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/196) |
| 1906 | 2025-03-04T02:09:03.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2025-03-04T02:09:03.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2025-03-04T02:09:03.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2025-03-04T02:09:03.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1910 | 2025-03-04T02:09:03.137Z | |
| 1911 | 2025-03-04T02:09:03.137Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/196) |
| 1912 | 2025-03-04T02:09:03.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2025-03-04T02:09:03.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2025-03-04T02:09:03.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2025-03-04T02:09:03.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1916 | 2025-03-04T02:09:03.624Z | |
| 1917 | 2025-03-04T02:09:03.624Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/196) |
| 1918 | 2025-03-04T02:09:04.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2025-03-04T02:09:04.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2025-03-04T02:09:04.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2025-03-04T02:09:04.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1922 | 2025-03-04T02:09:04.112Z | |
| 1923 | 2025-03-04T02:09:04.112Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/196) |
| 1924 | 2025-03-04T02:09:04.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2025-03-04T02:09:04.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2025-03-04T02:09:04.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2025-03-04T02:09:04.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1928 | 2025-03-04T02:09:04.596Z | |
| 1929 | 2025-03-04T02:09:04.596Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/196) |
| 1930 | 2025-03-04T02:09:05.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2025-03-04T02:09:05.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2025-03-04T02:09:05.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2025-03-04T02:09:05.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1934 | 2025-03-04T02:09:05.073Z | |
| 1935 | 2025-03-04T02:09:05.074Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/196) |
| 1936 | 2025-03-04T02:09:05.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2025-03-04T02:09:05.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2025-03-04T02:09:05.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2025-03-04T02:09:05.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1940 | 2025-03-04T02:09:05.549Z | |
| 1941 | 2025-03-04T02:09:05.549Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/196) |
| 1942 | 2025-03-04T02:09:05.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2025-03-04T02:09:05.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2025-03-04T02:09:05.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2025-03-04T02:09:05.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1946 | 2025-03-04T02:09:06.030Z | |
| 1947 | 2025-03-04T02:09:06.030Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/196) |
| 1948 | 2025-03-04T02:09:06.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2025-03-04T02:09:06.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2025-03-04T02:09:06.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2025-03-04T02:09:06.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1952 | 2025-03-04T02:09:06.533Z | |
| 1953 | 2025-03-04T02:09:06.533Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/196) |
| 1954 | 2025-03-04T02:09:06.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2025-03-04T02:09:06.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2025-03-04T02:09:06.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2025-03-04T02:09:06.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1958 | 2025-03-04T02:09:07.001Z | |
| 1959 | 2025-03-04T02:09:07.002Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/196) |
| 1960 | 2025-03-04T02:09:07.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2025-03-04T02:09:07.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2025-03-04T02:09:07.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2025-03-04T02:09:07.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1964 | 2025-03-04T02:09:07.492Z | |
| 1965 | 2025-03-04T02:09:07.492Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/196) |
| 1966 | 2025-03-04T02:09:07.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2025-03-04T02:09:07.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2025-03-04T02:09:07.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2025-03-04T02:09:07.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1970 | 2025-03-04T02:09:07.977Z | |
| 1971 | 2025-03-04T02:09:07.978Z | info: running `cargo check --bins` on sled-hardware-types (45/196) |
| 1972 | 2025-03-04T02:09:08.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2025-03-04T02:09:08.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2025-03-04T02:09:08.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2025-03-04T02:09:08.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1976 | 2025-03-04T02:09:08.668Z | |
| 1977 | 2025-03-04T02:09:08.668Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/196) |
| 1978 | 2025-03-04T02:09:09.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2025-03-04T02:09:09.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2025-03-04T02:09:09.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2025-03-04T02:09:09.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1982 | 2025-03-04T02:09:09.389Z | |
| 1983 | 2025-03-04T02:09:09.389Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/196) |
| 1984 | 2025-03-04T02:09:10.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2025-03-04T02:09:10.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2025-03-04T02:09:10.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2025-03-04T02:09:10.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1988 | 2025-03-04T02:09:10.096Z | |
| 1989 | 2025-03-04T02:09:10.097Z | info: running `cargo check --bins` on oxlog (48/196) |
| 1990 | 2025-03-04T02:09:10.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2025-03-04T02:09:10.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2025-03-04T02:09:10.782Z | Checking cfg-if v1.0.0 |
| 1993 | 2025-03-04T02:09:10.785Z | Checking libc v0.2.170 |
| 1994 | 2025-03-04T02:09:10.902Z | Checking serde v1.0.218 |
| 1995 | 2025-03-04T02:09:10.907Z | Checking zeroize v1.8.1 |
| 1996 | 2025-03-04T02:09:10.925Z | Checking memchr v2.7.4 |
| 1997 | 2025-03-04T02:09:10.940Z | Checking typenum v1.17.0 |
| 1998 | 2025-03-04T02:09:10.945Z | Checking value-bag v1.9.0 |
| 1999 | 2025-03-04T02:09:10.965Z | Checking subtle v2.6.1 |
| 2000 | 2025-03-04T02:09:10.979Z | Checking scopeguard v1.2.0 |
| 2001 | 2025-03-04T02:09:11.133Z | Checking smallvec v1.14.0 |
| 2002 | 2025-03-04T02:09:11.151Z | Checking lock_api v0.4.12 |
| 2003 | 2025-03-04T02:09:11.225Z | Checking const-oid v0.9.6 |
| 2004 | 2025-03-04T02:09:11.326Z | Checking log v0.4.22 |
| 2005 | 2025-03-04T02:09:11.479Z | Checking itoa v1.0.11 |
| 2006 | 2025-03-04T02:09:11.535Z | Checking pin-project-lite v0.2.14 |
| 2007 | 2025-03-04T02:09:11.677Z | Checking byteorder v1.5.0 |
| 2008 | 2025-03-04T02:09:11.697Z | Checking once_cell v1.20.3 |
| 2009 | 2025-03-04T02:09:11.745Z | Checking futures-core v0.3.31 |
| 2010 | 2025-03-04T02:09:11.809Z | Checking futures-sink v0.3.31 |
| 2011 | 2025-03-04T02:09:11.934Z | Checking getrandom v0.2.15 |
| 2012 | 2025-03-04T02:09:11.934Z | Checking parking_lot_core v0.9.10 |
| 2013 | 2025-03-04T02:09:11.965Z | Checking signal-hook-registry v1.4.2 |
| 2014 | 2025-03-04T02:09:12.010Z | Checking mio v1.0.2 |
| 2015 | 2025-03-04T02:09:12.062Z | Checking generic-array v0.14.7 |
| 2016 | 2025-03-04T02:09:12.078Z | Checking socket2 v0.5.8 |
| 2017 | 2025-03-04T02:09:12.199Z | Checking rand_core v0.6.4 |
| 2018 | 2025-03-04T02:09:12.220Z | Checking cpufeatures v0.2.14 |
| 2019 | 2025-03-04T02:09:12.286Z | Checking parking_lot v0.12.3 |
| 2020 | 2025-03-04T02:09:12.321Z | Checking stable_deref_trait v1.2.0 |
| 2021 | 2025-03-04T02:09:12.439Z | Checking zerocopy v0.7.35 |
| 2022 | 2025-03-04T02:09:12.530Z | Checking zerofrom v0.1.4 |
| 2023 | 2025-03-04T02:09:12.562Z | Checking slab v0.4.9 |
| 2024 | 2025-03-04T02:09:12.581Z | Checking futures-channel v0.3.31 |
| 2025 | 2025-03-04T02:09:12.627Z | Checking pin-utils v0.1.0 |
| 2026 | 2025-03-04T02:09:12.725Z | Checking futures-io v0.3.31 |
| 2027 | 2025-03-04T02:09:12.737Z | Checking yoke v0.7.4 |
| 2028 | 2025-03-04T02:09:12.821Z | Checking futures-task v0.3.31 |
| 2029 | 2025-03-04T02:09:12.926Z | Checking allocator-api2 v0.2.18 |
| 2030 | 2025-03-04T02:09:12.947Z | Checking equivalent v1.0.1 |
| 2031 | 2025-03-04T02:09:13.067Z | Checking foldhash v0.1.3 |
| 2032 | 2025-03-04T02:09:13.083Z | Checking futures-util v0.3.31 |
| 2033 | 2025-03-04T02:09:13.100Z | Checking zerovec v0.10.4 |
| 2034 | 2025-03-04T02:09:13.121Z | Checking crypto-common v0.1.6 |
| 2035 | 2025-03-04T02:09:13.161Z | Checking block-buffer v0.10.4 |
| 2036 | 2025-03-04T02:09:13.295Z | Checking block-padding v0.3.3 |
| 2037 | 2025-03-04T02:09:13.329Z | Checking ryu v1.0.18 |
| 2038 | 2025-03-04T02:09:13.379Z | Checking digest v0.10.7 |
| 2039 | 2025-03-04T02:09:13.527Z | Checking inout v0.1.3 |
| 2040 | 2025-03-04T02:09:13.556Z | Checking hashbrown v0.15.1 |
| 2041 | 2025-03-04T02:09:13.579Z | Checking litemap v0.7.3 |
| 2042 | 2025-03-04T02:09:13.673Z | Checking ppv-lite86 v0.2.20 |
| 2043 | 2025-03-04T02:09:13.766Z | Checking hmac v0.12.1 |
| 2044 | 2025-03-04T02:09:13.782Z | Checking fnv v1.0.7 |
| 2045 | 2025-03-04T02:09:13.919Z | Checking writeable v0.5.5 |
| 2046 | 2025-03-04T02:09:13.923Z | Checking cipher v0.4.4 |
| 2047 | 2025-03-04T02:09:13.987Z | Checking sha2 v0.10.8 |
| 2048 | 2025-03-04T02:09:14.267Z | Checking libm v0.2.8 |
| 2049 | 2025-03-04T02:09:14.348Z | Checking base64ct v1.6.0 |
| 2050 | 2025-03-04T02:09:14.409Z | Checking getrandom v0.3.1 |
| 2051 | 2025-03-04T02:09:14.556Z | Checking thiserror v1.0.69 |
| 2052 | 2025-03-04T02:09:14.575Z | Checking icu_locid_transform_data v1.5.0 |
| 2053 | 2025-03-04T02:09:14.622Z | Checking tinystr v0.7.6 |
| 2054 | 2025-03-04T02:09:14.649Z | Checking flagset v0.4.6 |
| 2055 | 2025-03-04T02:09:14.677Z | Checking icu_collections v1.5.0 |
| 2056 | 2025-03-04T02:09:14.704Z | Checking tracing-core v0.1.32 |
| 2057 | 2025-03-04T02:09:14.821Z | Checking pem-rfc7468 v0.7.0 |
| 2058 | 2025-03-04T02:09:14.845Z | Checking rustls-pki-types v1.10.0 |
| 2059 | 2025-03-04T02:09:14.950Z | Checking icu_locid v1.5.0 |
| 2060 | 2025-03-04T02:09:15.099Z | Checking der v0.7.9 |
| 2061 | 2025-03-04T02:09:15.174Z | Checking num-traits v0.2.19 |
| 2062 | 2025-03-04T02:09:15.352Z | Checking icu_properties_data v1.5.0 |
| 2063 | 2025-03-04T02:09:15.356Z | Checking percent-encoding v2.3.1 |
| 2064 | 2025-03-04T02:09:15.396Z | Checking bytes v1.10.0 |
| 2065 | 2025-03-04T02:09:15.396Z | Checking indexmap v2.7.1 |
| 2066 | 2025-03-04T02:09:15.587Z | Checking serde_json v1.0.139 |
| 2067 | 2025-03-04T02:09:15.604Z | Checking bitflags v2.6.0 |
| 2068 | 2025-03-04T02:09:15.924Z | Checking tracing v0.1.40 |
| 2069 | 2025-03-04T02:09:15.934Z | Checking icu_provider v1.5.0 |
| 2070 | 2025-03-04T02:09:16.296Z | Checking salsa20 v0.10.2 |
| 2071 | 2025-03-04T02:09:16.401Z | Checking tokio v1.43.0 |
| 2072 | 2025-03-04T02:09:16.531Z | Checking http v1.2.0 |
| 2073 | 2025-03-04T02:09:16.561Z | Checking icu_locid_transform v1.5.0 |
| 2074 | 2025-03-04T02:09:16.607Z | Checking pbkdf2 v0.12.2 |
| 2075 | 2025-03-04T02:09:16.620Z | Checking aws-lc-sys v0.26.0 |
| 2076 | 2025-03-04T02:09:16.770Z | Checking httparse v1.9.5 |
| 2077 | 2025-03-04T02:09:16.800Z | Checking spki v0.7.3 |
| 2078 | 2025-03-04T02:09:17.087Z | Checking untrusted v0.9.0 |
| 2079 | 2025-03-04T02:09:17.198Z | Checking write16 v1.0.0 |
| 2080 | 2025-03-04T02:09:17.202Z | Checking icu_normalizer_data v1.5.0 |
| 2081 | 2025-03-04T02:09:17.270Z | Checking utf8_iter v1.0.4 |
| 2082 | 2025-03-04T02:09:17.320Z | Checking powerfmt v0.2.0 |
| 2083 | 2025-03-04T02:09:17.338Z | Checking untrusted v0.7.1 |
| 2084 | 2025-03-04T02:09:17.477Z | Checking utf16_iter v1.0.5 |
| 2085 | 2025-03-04T02:09:17.523Z | Checking ring v0.17.11 |
| 2086 | 2025-03-04T02:09:17.550Z | Checking icu_properties v1.5.1 |
| 2087 | 2025-03-04T02:09:17.581Z | Checking deranged v0.3.11 |
| 2088 | 2025-03-04T02:09:17.641Z | Checking scrypt v0.11.0 |
| 2089 | 2025-03-04T02:09:17.659Z | Checking cbc v0.1.2 |
| 2090 | 2025-03-04T02:09:17.844Z | Checking aes v0.8.4 |
| 2091 | 2025-03-04T02:09:17.870Z | Checking crossbeam-utils v0.8.20 |
| 2092 | 2025-03-04T02:09:17.887Z | Checking spin v0.9.8 |
| 2093 | 2025-03-04T02:09:18.239Z | Checking atomic-waker v1.1.2 |
| 2094 | 2025-03-04T02:09:18.398Z | Checking time-core v0.1.2 |
| 2095 | 2025-03-04T02:09:18.561Z | Checking num-conv v0.1.0 |
| 2096 | 2025-03-04T02:09:18.585Z | Checking num_threads v0.1.7 |
| 2097 | 2025-03-04T02:09:18.714Z | Checking tinyvec_macros v0.1.1 |
| 2098 | 2025-03-04T02:09:18.742Z | Checking pkcs5 v0.7.1 |
| 2099 | 2025-03-04T02:09:18.800Z | Checking aws-lc-rs v1.12.4 |
| 2100 | 2025-03-04T02:09:18.817Z | Checking tinyvec v1.8.0 |
| 2101 | 2025-03-04T02:09:18.835Z | Checking http-body v1.0.1 |
| 2102 | 2025-03-04T02:09:18.896Z | Checking time v0.3.36 |
| 2103 | 2025-03-04T02:09:19.049Z | Checking form_urlencoded v1.2.1 |
| 2104 | 2025-03-04T02:09:19.248Z | Checking rand_chacha v0.3.1 |
| 2105 | 2025-03-04T02:09:19.266Z | Checking try-lock v0.2.5 |
| 2106 | 2025-03-04T02:09:19.425Z | Checking want v0.3.1 |
| 2107 | 2025-03-04T02:09:19.617Z | Checking pkcs8 v0.10.2 |
| 2108 | 2025-03-04T02:09:19.658Z | Checking rand v0.8.5 |
| 2109 | 2025-03-04T02:09:19.808Z | Checking uuid v1.15.1 |
| 2110 | 2025-03-04T02:09:19.927Z | Checking adler2 v2.0.0 |
| 2111 | 2025-03-04T02:09:20.104Z | Checking unicode-ident v1.0.14 |
| 2112 | 2025-03-04T02:09:20.151Z | Checking httpdate v1.0.3 |
| 2113 | 2025-03-04T02:09:20.296Z | Checking tower-service v0.3.3 |
| 2114 | 2025-03-04T02:09:20.417Z | Checking proc-macro2 v1.0.93 |
| 2115 | 2025-03-04T02:09:20.440Z | Checking miniz_oxide v0.8.5 |
| 2116 | 2025-03-04T02:09:20.460Z | Checking serde_spanned v0.6.8 |
| 2117 | 2025-03-04T02:09:20.600Z | Checking rustls-webpki v0.102.8 |
| 2118 | 2025-03-04T02:09:20.658Z | Checking toml_datetime v0.6.8 |
| 2119 | 2025-03-04T02:09:20.819Z | Checking zerocopy v0.8.10 |
| 2120 | 2025-03-04T02:09:20.974Z | Checking slog v2.7.0 |
| 2121 | 2025-03-04T02:09:20.993Z | Checking icu_normalizer v1.5.0 |
| 2122 | 2025-03-04T02:09:21.084Z | Checking scroll v0.12.0 |
| 2123 | 2025-03-04T02:09:21.196Z | Checking iana-time-zone v0.1.61 |
| 2124 | 2025-03-04T02:09:21.269Z | Checking foreign-types-shared v0.1.1 |
| 2125 | 2025-03-04T02:09:21.369Z | Checking base64 v0.22.1 |
| 2126 | 2025-03-04T02:09:21.394Z | Checking match_cfg v0.1.0 |
| 2127 | 2025-03-04T02:09:21.410Z | Checking plain v0.2.3 |
| 2128 | 2025-03-04T02:09:21.461Z | Checking ucd-trie v0.1.7 |
| 2129 | 2025-03-04T02:09:21.497Z | Checking hostname v0.3.1 |
| 2130 | 2025-03-04T02:09:21.534Z | Checking foreign-types v0.3.2 |
| 2131 | 2025-03-04T02:09:21.569Z | Checking goblin v0.8.2 |
| 2132 | 2025-03-04T02:09:21.635Z | Checking chrono v0.4.40 |
| 2133 | 2025-03-04T02:09:21.639Z | Checking quote v1.0.38 |
| 2134 | 2025-03-04T02:09:21.679Z | Checking pest v2.7.14 |
| 2135 | 2025-03-04T02:09:21.735Z | Checking idna_adapter v1.2.0 |
| 2136 | 2025-03-04T02:09:21.844Z | Checking openssl-sys v0.9.106 |
| 2137 | 2025-03-04T02:09:21.951Z | Checking idna v1.0.3 |
| 2138 | 2025-03-04T02:09:22.027Z | Checking dirs-sys-next v0.1.2 |
| 2139 | 2025-03-04T02:09:22.194Z | Checking errno v0.3.9 |
| 2140 | 2025-03-04T02:09:22.398Z | Checking aho-corasick v1.1.3 |
| 2141 | 2025-03-04T02:09:22.462Z | Checking url v2.5.3 |
| 2142 | 2025-03-04T02:09:23.007Z | Checking pretty-hex v0.4.1 |
| 2143 | 2025-03-04T02:09:23.073Z | Checking tokio-util v0.7.13 |
| 2144 | 2025-03-04T02:09:23.210Z | Checking data-encoding v2.6.0 |
| 2145 | 2025-03-04T02:09:23.250Z | Checking regex-syntax v0.8.5 |
| 2146 | 2025-03-04T02:09:23.549Z | Checking rand_core v0.9.2 |
| 2147 | 2025-03-04T02:09:23.619Z | Checking siphasher v0.3.11 |
| 2148 | 2025-03-04T02:09:23.755Z | Compiling newtype-uuid v1.2.1 |
| 2149 | 2025-03-04T02:09:23.901Z | Checking rand_chacha v0.9.0 |
| 2150 | 2025-03-04T02:09:23.930Z | Checking h2 v0.4.6 |
| 2151 | 2025-03-04T02:09:23.942Z | Checking openssl v0.10.71 |
| 2152 | 2025-03-04T02:09:24.022Z | Checking rustix v0.38.37 |
| 2153 | 2025-03-04T02:09:24.113Z | Checking dirs-next v2.0.0 |
| 2154 | 2025-03-04T02:09:24.230Z | Checking syn v2.0.98 |
| 2155 | 2025-03-04T02:09:24.234Z | Checking dtrace-parser v0.2.0 |
| 2156 | 2025-03-04T02:09:24.277Z | Checking unicode-normalization v0.1.24 |
| 2157 | 2025-03-04T02:09:24.737Z | Checking http-body-util v0.1.2 |
| 2158 | 2025-03-04T02:09:25.180Z | Checking crossbeam-epoch v0.9.18 |
| 2159 | 2025-03-04T02:09:25.224Z | Checking signature v2.2.0 |
| 2160 | 2025-03-04T02:09:25.444Z | Checking sha1 v0.10.6 |
| 2161 | 2025-03-04T02:09:25.595Z | Checking thread_local v1.1.8 |
| 2162 | 2025-03-04T02:09:25.762Z | Checking thread-id v4.2.2 |
| 2163 | 2025-03-04T02:09:25.891Z | Checking crc32fast v1.4.2 |
| 2164 | 2025-03-04T02:09:25.901Z | Checking encoding_rs v0.8.34 |
| 2165 | 2025-03-04T02:09:26.130Z | Checking ipnet v2.11.0 |
| 2166 | 2025-03-04T02:09:26.333Z | Checking dof v0.3.0 |
| 2167 | 2025-03-04T02:09:26.491Z | Checking regex-automata v0.4.8 |
| 2168 | 2025-03-04T02:09:26.583Z | Checking anstyle v1.0.10 |
| 2169 | 2025-03-04T02:09:26.952Z | Checking openssl-probe v0.1.5 |
| 2170 | 2025-03-04T02:09:26.979Z | Checking mime v0.3.17 |
| 2171 | 2025-03-04T02:09:27.119Z | Checking either v1.14.0 |
| 2172 | 2025-03-04T02:09:27.143Z | Checking unicode-bidi v0.3.17 |
| 2173 | 2025-03-04T02:09:27.303Z | Checking gimli v0.31.1 |
| 2174 | 2025-03-04T02:09:27.482Z | Checking unicode-properties v0.1.3 |
| 2175 | 2025-03-04T02:09:27.771Z | Checking winnow v0.7.3 |
| 2176 | 2025-03-04T02:09:27.881Z | Checking utf8parse v0.2.2 |
| 2177 | 2025-03-04T02:09:28.045Z | Checking anstyle-parse v0.2.5 |
| 2178 | 2025-03-04T02:09:28.259Z | Checking stringprep v0.1.5 |
| 2179 | 2025-03-04T02:09:28.324Z | Checking crossbeam-deque v0.8.5 |
| 2180 | 2025-03-04T02:09:28.561Z | Checking rand v0.9.0 |
| 2181 | 2025-03-04T02:09:28.667Z | Checking term v0.7.0 |
| 2182 | 2025-03-04T02:09:29.139Z | Checking slog-json v2.6.1 |
| 2183 | 2025-03-04T02:09:29.277Z | Checking native-tls v0.2.12 |
| 2184 | 2025-03-04T02:09:29.390Z | Checking rustls v0.23.19 |
| 2185 | 2025-03-04T02:09:29.591Z | Checking rustls v0.22.4 |
| 2186 | 2025-03-04T02:09:29.651Z | Checking serde_urlencoded v0.7.1 |
| 2187 | 2025-03-04T02:09:30.011Z | Checking hyper v1.6.0 |
| 2188 | 2025-03-04T02:09:30.061Z | Checking crossbeam-channel v0.5.13 |
| 2189 | 2025-03-04T02:09:30.370Z | Checking usdt-impl v0.5.0 |
| 2190 | 2025-03-04T02:09:30.539Z | Checking futures-executor v0.3.31 |
| 2191 | 2025-03-04T02:09:30.646Z | Checking toml_edit v0.22.24 |
| 2192 | 2025-03-04T02:09:30.784Z | Checking num-integer v0.1.46 |
| 2193 | 2025-03-04T02:09:30.803Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2194 | 2025-03-04T02:09:30.927Z | Checking semver v1.0.25 |
| 2195 | 2025-03-04T02:09:30.945Z | Checking rustls-pemfile v2.2.0 |
| 2196 | 2025-03-04T02:09:31.057Z | Checking addr2line v0.24.2 |
| 2197 | 2025-03-04T02:09:31.168Z | Checking md-5 v0.10.6 |
| 2198 | 2025-03-04T02:09:31.282Z | Checking ff v0.13.0 |
| 2199 | 2025-03-04T02:09:31.349Z | Checking hash32 v0.2.1 |
| 2200 | 2025-03-04T02:09:31.406Z | Checking memmap v0.7.0 |
| 2201 | 2025-03-04T02:09:31.505Z | Checking is-terminal v0.4.13 |
| 2202 | 2025-03-04T02:09:31.599Z | Checking object v0.36.5 |
| 2203 | 2025-03-04T02:09:31.638Z | Checking linked-hash-map v0.5.6 |
| 2204 | 2025-03-04T02:09:31.652Z | Checking rustc-demangle v0.1.24 |
| 2205 | 2025-03-04T02:09:31.668Z | Checking take_mut v0.2.2 |
| 2206 | 2025-03-04T02:09:31.830Z | Checking utf-8 v0.7.6 |
| 2207 | 2025-03-04T02:09:31.913Z | Checking hyper-util v0.1.10 |
| 2208 | 2025-03-04T02:09:32.969Z | Checking colorchoice v1.0.2 |
| 2209 | 2025-03-04T02:09:32.973Z | Checking anstyle-query v1.1.1 |
| 2210 | 2025-03-04T02:09:32.973Z | Checking dyn-clone v1.0.18 |
| 2211 | 2025-03-04T02:09:32.973Z | Checking psl-types v2.0.11 |
| 2212 | 2025-03-04T02:09:32.973Z | Checking is_terminal_polyfill v1.70.1 |
| 2213 | 2025-03-04T02:09:32.973Z | Checking fallible-iterator v0.2.0 |
| 2214 | 2025-03-04T02:09:32.973Z | Checking base16ct v0.2.0 |
| 2215 | 2025-03-04T02:09:32.973Z | Checking quick-error v1.2.3 |
| 2216 | 2025-03-04T02:09:32.973Z | Checking resolv-conf v0.7.0 |
| 2217 | 2025-03-04T02:09:32.973Z | Checking sec1 v0.7.3 |
| 2218 | 2025-03-04T02:09:32.973Z | Checking publicsuffix v2.3.0 |
| 2219 | 2025-03-04T02:09:32.973Z | Checking postgres-protocol v0.6.8 |
| 2220 | 2025-03-04T02:09:32.973Z | Checking anstream v0.6.15 |
| 2221 | 2025-03-04T02:09:32.973Z | Checking tokio-rustls v0.25.0 |
| 2222 | 2025-03-04T02:09:33.117Z | Checking schemars v0.8.22 |
| 2223 | 2025-03-04T02:09:33.253Z | Checking tungstenite v0.24.0 |
| 2224 | 2025-03-04T02:09:33.283Z | Checking toml v0.8.20 |
| 2225 | 2025-03-04T02:09:33.301Z | Checking lru-cache v0.1.2 |
| 2226 | 2025-03-04T02:09:33.495Z | Checking slog-async v2.8.0 |
| 2227 | 2025-03-04T02:09:33.526Z | Checking heapless v0.7.17 |
| 2228 | 2025-03-04T02:09:33.799Z | Checking slog-term v2.9.1 |
| 2229 | 2025-03-04T02:09:33.825Z | Checking usdt v0.5.0 |
| 2230 | 2025-03-04T02:09:34.006Z | Checking group v0.13.0 |
| 2231 | 2025-03-04T02:09:34.105Z | Checking num-iter v0.1.45 |
| 2232 | 2025-03-04T02:09:34.206Z | Checking bzip2 v0.4.4 |
| 2233 | 2025-03-04T02:09:34.269Z | Checking futures v0.3.31 |
| 2234 | 2025-03-04T02:09:34.306Z | Checking tokio-native-tls v0.3.1 |
| 2235 | 2025-03-04T02:09:34.311Z | Checking slog-bunyan v2.5.0 |
| 2236 | 2025-03-04T02:09:34.404Z | Checking rayon-core v1.12.1 |
| 2237 | 2025-03-04T02:09:34.432Z | Checking multer v3.1.0 |
| 2238 | 2025-03-04T02:09:34.493Z | Checking terminal_size v0.4.0 |
| 2239 | 2025-03-04T02:09:34.496Z | Checking hickory-proto v0.24.4 |
| 2240 | 2025-03-04T02:09:34.584Z | Checking flate2 v1.1.0 |
| 2241 | 2025-03-04T02:09:34.607Z | Checking tokio-rustls v0.26.0 |
| 2242 | 2025-03-04T02:09:34.666Z | Checking phf_shared v0.11.2 |
| 2243 | 2025-03-04T02:09:34.816Z | Checking cookie v0.18.1 |
| 2244 | 2025-03-04T02:09:34.930Z | Checking async-stream v0.3.6 |
| 2245 | 2025-03-04T02:09:34.947Z | Checking signal-hook v0.3.17 |
| 2246 | 2025-03-04T02:09:35.008Z | Checking camino v1.1.9 |
| 2247 | 2025-03-04T02:09:35.038Z | Checking waitgroup v0.1.2 |
| 2248 | 2025-03-04T02:09:35.140Z | Checking lazy_static v1.5.0 |
| 2249 | 2025-03-04T02:09:35.182Z | Checking openapiv3 v2.0.0 |
| 2250 | 2025-03-04T02:09:35.224Z | Checking serde_path_to_error v0.1.16 |
| 2251 | 2025-03-04T02:09:35.264Z | Checking webpki-roots v0.26.6 |
| 2252 | 2025-03-04T02:09:35.282Z | Checking hkdf v0.12.4 |
| 2253 | 2025-03-04T02:09:35.298Z | Checking crypto-bigint v0.5.5 |
| 2254 | 2025-03-04T02:09:35.484Z | Checking hostname v0.4.0 |
| 2255 | 2025-03-04T02:09:35.511Z | Checking sync_wrapper v1.0.1 |
| 2256 | 2025-03-04T02:09:35.538Z | Checking unicode-width v0.2.0 |
| 2257 | 2025-03-04T02:09:35.624Z | Checking lockfree-object-pool v0.1.6 |
| 2258 | 2025-03-04T02:09:35.669Z | Checking managed v0.8.0 |
| 2259 | 2025-03-04T02:09:35.806Z | Checking winnow v0.5.40 |
| 2260 | 2025-03-04T02:09:35.855Z | Checking tower-layer v0.3.3 |
| 2261 | 2025-03-04T02:09:36.013Z | Checking bumpalo v3.16.0 |
| 2262 | 2025-03-04T02:09:36.069Z | Checking bitflags v1.3.2 |
| 2263 | 2025-03-04T02:09:36.121Z | Checking strsim v0.11.1 |
| 2264 | 2025-03-04T02:09:36.196Z | Checking clap_lex v0.7.4 |
| 2265 | 2025-03-04T02:09:36.336Z | Checking simd-adler32 v0.3.7 |
| 2266 | 2025-03-04T02:09:36.410Z | Checking debug-ignore v1.0.5 |
| 2267 | 2025-03-04T02:09:36.455Z | Checking clap_builder v4.5.31 |
| 2268 | 2025-03-04T02:09:36.571Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2269 | 2025-03-04T02:09:36.693Z | Checking zopfli v0.8.1 |
| 2270 | 2025-03-04T02:09:36.897Z | Checking smoltcp v0.9.1 |
| 2271 | 2025-03-04T02:09:37.401Z | Checking tower v0.5.2 |
| 2272 | 2025-03-04T02:09:37.689Z | Checking backtrace v0.3.74 |
| 2273 | 2025-03-04T02:09:38.033Z | Checking elliptic-curve v0.13.8 |
| 2274 | 2025-03-04T02:09:38.139Z | Checking console v0.15.10 |
| 2275 | 2025-03-04T02:09:38.299Z | Checking anyhow v1.0.97 |
| 2276 | 2025-03-04T02:09:38.353Z | Checking hyper-rustls v0.27.3 |
| 2277 | 2025-03-04T02:09:38.458Z | Checking dropshot v0.12.0 |
| 2278 | 2025-03-04T02:09:38.631Z | Checking toml_edit v0.19.15 |
| 2279 | 2025-03-04T02:09:38.669Z | Checking signal-hook-mio v0.2.4 |
| 2280 | 2025-03-04T02:09:38.687Z | Checking num-bigint-dig v0.8.4 |
| 2281 | 2025-03-04T02:09:38.690Z | Checking cookie_store v0.21.1 |
| 2282 | 2025-03-04T02:09:38.718Z | Checking rayon v1.10.0 |
| 2283 | 2025-03-04T02:09:38.825Z | Checking phf v0.11.2 |
| 2284 | 2025-03-04T02:09:38.984Z | Checking hickory-resolver v0.24.4 |
| 2285 | 2025-03-04T02:09:39.082Z | Checking hyper-tls v0.6.0 |
| 2286 | 2025-03-04T02:09:39.618Z | Checking tokio-tungstenite v0.24.0 |
| 2287 | 2025-03-04T02:09:39.639Z | Checking postgres-types v0.2.9 |
| 2288 | 2025-03-04T02:09:39.639Z | Checking regex v1.11.1 |
| 2289 | 2025-03-04T02:09:39.844Z | Checking bstr v1.10.0 |
| 2290 | 2025-03-04T02:09:40.064Z | Checking ed25519 v2.2.3 |
| 2291 | 2025-03-04T02:09:40.099Z | Checking phf_shared v0.10.0 |
| 2292 | 2025-03-04T02:09:40.374Z | Checking tokio-stream v0.1.17 |
| 2293 | 2025-03-04T02:09:40.391Z | Checking zerocopy v0.6.6 |
| 2294 | 2025-03-04T02:09:40.527Z | Checking curve25519-dalek v4.1.3 |
| 2295 | 2025-03-04T02:09:40.659Z | Checking hubpack v0.1.2 |
| 2296 | 2025-03-04T02:09:40.744Z | Checking memoffset v0.9.1 |
| 2297 | 2025-03-04T02:09:40.871Z | Checking portable-atomic v1.9.0 |
| 2298 | 2025-03-04T02:09:40.983Z | Checking pkcs1 v0.7.5 |
| 2299 | 2025-03-04T02:09:41.039Z | Checking float-cmp v0.10.0 |
| 2300 | 2025-03-04T02:09:41.113Z | Checking serde-big-array v0.5.1 |
| 2301 | 2025-03-04T02:09:41.144Z | Checking rfc6979 v0.4.0 |
| 2302 | 2025-03-04T02:09:41.250Z | Checking number_prefix v0.4.0 |
| 2303 | 2025-03-04T02:09:41.335Z | Checking unicode-segmentation v1.12.0 |
| 2304 | 2025-03-04T02:09:41.351Z | Checking static_assertions v1.1.0 |
| 2305 | 2025-03-04T02:09:41.408Z | Checking fixedbitset v0.4.2 |
| 2306 | 2025-03-04T02:09:41.444Z | Checking predicates-core v1.0.8 |
| 2307 | 2025-03-04T02:09:41.459Z | Checking normalize-line-endings v0.3.0 |
| 2308 | 2025-03-04T02:09:41.591Z | Checking whoami v1.5.2 |
| 2309 | 2025-03-04T02:09:41.649Z | Checking precomputed-hash v0.1.1 |
| 2310 | 2025-03-04T02:09:41.672Z | Checking difflib v0.4.0 |
| 2311 | 2025-03-04T02:09:41.782Z | Checking minimal-lexical v0.2.1 |
| 2312 | 2025-03-04T02:09:41.875Z | Checking new_debug_unreachable v1.0.6 |
| 2313 | 2025-03-04T02:09:41.899Z | Checking tokio-postgres v0.7.13 |
| 2314 | 2025-03-04T02:09:41.952Z | Checking qorb v0.2.1 |
| 2315 | 2025-03-04T02:09:41.976Z | Checking string_cache v0.8.7 |
| 2316 | 2025-03-04T02:09:42.005Z | Checking similar v2.7.0 |
| 2317 | 2025-03-04T02:09:42.036Z | Checking predicates v3.1.3 |
| 2318 | 2025-03-04T02:09:42.201Z | Checking nom v7.1.3 |
| 2319 | 2025-03-04T02:09:42.293Z | Checking petgraph v0.6.5 |
| 2320 | 2025-03-04T02:09:42.335Z | Checking indicatif v0.17.11 |
| 2321 | 2025-03-04T02:09:42.377Z | Checking ed25519-dalek v2.1.1 |
| 2322 | 2025-03-04T02:09:42.639Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2323 | 2025-03-04T02:09:42.795Z | Checking rsa v0.9.6 |
| 2324 | 2025-03-04T02:09:42.834Z | Checking ecdsa v0.16.9 |
| 2325 | 2025-03-04T02:09:43.083Z | Checking toml v0.7.8 |
| 2326 | 2025-03-04T02:09:43.555Z | Checking nix v0.29.0 |
| 2327 | 2025-03-04T02:09:43.775Z | Checking clap v4.5.31 |
| 2328 | 2025-03-04T02:09:43.795Z | Checking reqwest v0.12.12 |
| 2329 | 2025-03-04T02:09:43.904Z | Checking crossterm v0.28.1 |
| 2330 | 2025-03-04T02:09:44.435Z | Checking zip v2.1.3 |
| 2331 | 2025-03-04T02:09:44.847Z | Checking zip v0.6.6 |
| 2332 | 2025-03-04T02:09:44.868Z | Checking itertools v0.10.5 |
| 2333 | 2025-03-04T02:09:44.905Z | Checking itertools v0.12.1 |
| 2334 | 2025-03-04T02:09:45.526Z | Checking fs-err v2.11.0 |
| 2335 | 2025-03-04T02:09:45.543Z | Checking ahash v0.8.11 |
| 2336 | 2025-03-04T02:09:45.563Z | Checking buf-list v1.0.3 |
| 2337 | 2025-03-04T02:09:45.639Z | Checking x509-cert v0.2.5 |
| 2338 | 2025-03-04T02:09:45.660Z | Checking hex v0.4.3 |
| 2339 | 2025-03-04T02:09:45.892Z | Checking peg-runtime v0.8.5 |
| 2340 | 2025-03-04T02:09:46.012Z | Checking lalrpop-util v0.19.12 |
| 2341 | 2025-03-04T02:09:46.096Z | Checking sigpipe v0.1.3 |
| 2342 | 2025-03-04T02:09:47.169Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2343 | 2025-03-04T02:09:47.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.40s |
| 2344 | 2025-03-04T02:09:47.697Z | |
| 2345 | 2025-03-04T02:09:47.698Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/196) |
| 2346 | 2025-03-04T02:09:48.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2347 | 2025-03-04T02:09:48.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2348 | 2025-03-04T02:09:48.425Z | Compiling regress v0.10.3 |
| 2349 | 2025-03-04T02:09:48.555Z | Checking heck v0.5.0 |
| 2350 | 2025-03-04T02:09:48.570Z | Checking fastrand v2.1.1 |
| 2351 | 2025-03-04T02:09:48.573Z | Compiling unsafe-libyaml v0.2.11 |
| 2352 | 2025-03-04T02:09:48.596Z | Checking ipnetwork v0.21.1 |
| 2353 | 2025-03-04T02:09:48.599Z | Compiling structmeta-derive v0.3.0 |
| 2354 | 2025-03-04T02:09:48.629Z | Compiling ident_case v1.0.1 |
| 2355 | 2025-03-04T02:09:48.732Z | Checking progenitor-client v0.8.0 |
| 2356 | 2025-03-04T02:09:48.814Z | Compiling darling_core v0.20.10 |
| 2357 | 2025-03-04T02:09:48.893Z | Checking tempfile v3.13.0 |
| 2358 | 2025-03-04T02:09:48.951Z | Checking oxnet v0.1.1 |
| 2359 | 2025-03-04T02:09:49.073Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2360 | 2025-03-04T02:09:49.261Z | Checking newtype-uuid v1.2.1 |
| 2361 | 2025-03-04T02:09:49.283Z | Compiling proc-macro-crate v1.3.1 |
| 2362 | 2025-03-04T02:09:49.484Z | Checking wait-timeout v0.2.0 |
| 2363 | 2025-03-04T02:09:49.505Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2364 | 2025-03-04T02:09:49.682Z | Checking bit-vec v0.8.0 |
| 2365 | 2025-03-04T02:09:49.835Z | Compiling serde_yaml v0.9.34+deprecated |
| 2366 | 2025-03-04T02:09:50.049Z | Checking bit-set v0.8.0 |
| 2367 | 2025-03-04T02:09:50.155Z | Compiling num_enum_derive v0.5.11 |
| 2368 | 2025-03-04T02:09:50.341Z | Checking rusty-fork v0.3.0 |
| 2369 | 2025-03-04T02:09:50.409Z | Compiling lzma-sys v0.1.20 |
| 2370 | 2025-03-04T02:09:50.638Z | Checking rand_xorshift v0.3.0 |
| 2371 | 2025-03-04T02:09:50.822Z | Compiling foreign-types-macros v0.2.3 |
| 2372 | 2025-03-04T02:09:51.143Z | Compiling thiserror-impl v2.0.11 |
| 2373 | 2025-03-04T02:09:51.215Z | Compiling structmeta v0.3.0 |
| 2374 | 2025-03-04T02:09:51.627Z | Compiling parse-display-derive v0.10.0 |
| 2375 | 2025-03-04T02:09:52.064Z | Compiling typify-impl v0.2.0 |
| 2376 | 2025-03-04T02:09:52.425Z | Compiling daft-derive v0.1.1 |
| 2377 | 2025-03-04T02:09:53.074Z | Compiling dropshot v0.16.0 |
| 2378 | 2025-03-04T02:09:53.393Z | Checking foreign-types-shared v0.3.1 |
| 2379 | 2025-03-04T02:09:53.421Z | Checking arc-swap v1.7.1 |
| 2380 | 2025-03-04T02:09:53.540Z | Checking unarray v0.1.4 |
| 2381 | 2025-03-04T02:09:53.716Z | Checking proptest v1.6.0 |
| 2382 | 2025-03-04T02:09:53.842Z | Checking slog-scope v4.4.0 |
| 2383 | 2025-03-04T02:09:54.010Z | Checking daft v0.1.1 |
| 2384 | 2025-03-04T02:09:54.056Z | Checking foreign-types v0.5.0 |
| 2385 | 2025-03-04T02:09:54.246Z | Checking num_enum v0.5.11 |
| 2386 | 2025-03-04T02:09:54.383Z | Checking thiserror v2.0.11 |
| 2387 | 2025-03-04T02:09:54.419Z | Compiling test-strategy v0.4.0 |
| 2388 | 2025-03-04T02:09:54.477Z | Checking strum v0.26.3 |
| 2389 | 2025-03-04T02:09:54.535Z | Compiling proc-macro-error v1.0.4 |
| 2390 | 2025-03-04T02:09:54.648Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2391 | 2025-03-04T02:09:54.704Z | Compiling darling_macro v0.20.10 |
| 2392 | 2025-03-04T02:09:54.804Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2393 | 2025-03-04T02:09:54.930Z | Checking tungstenite v0.21.0 |
| 2394 | 2025-03-04T02:09:54.960Z | Compiling heck v0.3.3 |
| 2395 | 2025-03-04T02:09:55.115Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2396 | 2025-03-04T02:09:55.332Z | Compiling dropshot_endpoint v0.16.0 |
| 2397 | 2025-03-04T02:09:55.520Z | Checking parse-display v0.10.0 |
| 2398 | 2025-03-04T02:09:55.588Z | Compiling darling v0.20.10 |
| 2399 | 2025-03-04T02:09:55.725Z | Compiling serde_with_macros v3.12.0 |
| 2400 | 2025-03-04T02:09:55.764Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2401 | 2025-03-04T02:09:55.811Z | Checking cstr-argument v0.1.2 |
| 2402 | 2025-03-04T02:09:55.953Z | Checking instant v0.1.13 |
| 2403 | 2025-03-04T02:09:56.008Z | Checking base64 v0.21.7 |
| 2404 | 2025-03-04T02:09:56.089Z | Checking pretty-hex v0.2.1 |
| 2405 | 2025-03-04T02:09:56.275Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2406 | 2025-03-04T02:09:56.498Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2407 | 2025-03-04T02:09:56.591Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2408 | 2025-03-04T02:09:56.611Z | Checking backoff v0.4.0 |
| 2409 | 2025-03-04T02:09:56.649Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2410 | 2025-03-04T02:09:56.877Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2411 | 2025-03-04T02:09:56.927Z | Checking tokio-tungstenite v0.21.0 |
| 2412 | 2025-03-04T02:09:56.976Z | Compiling zone_cfg_derive v0.1.2 |
| 2413 | 2025-03-04T02:09:57.051Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2414 | 2025-03-04T02:09:57.619Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2415 | 2025-03-04T02:09:57.770Z | Checking slog-stdlog v4.1.1 |
| 2416 | 2025-03-04T02:09:57.803Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2417 | 2025-03-04T02:09:58.012Z | Checking progenitor-client v0.9.1 |
| 2418 | 2025-03-04T02:09:58.030Z | Checking colored v2.2.0 |
| 2419 | 2025-03-04T02:09:58.104Z | Checking macaddr v1.0.1 |
| 2420 | 2025-03-04T02:09:58.171Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2421 | 2025-03-04T02:09:58.333Z | Checking serde_with v3.12.0 |
| 2422 | 2025-03-04T02:09:58.383Z | Checking unicode-width v0.1.14 |
| 2423 | 2025-03-04T02:09:58.397Z | Checking winnow v0.6.20 |
| 2424 | 2025-03-04T02:09:58.400Z | Checking base64 v0.13.1 |
| 2425 | 2025-03-04T02:09:58.443Z | Checking zone v0.1.8 |
| 2426 | 2025-03-04T02:09:58.618Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2427 | 2025-03-04T02:09:58.826Z | Checking ron v0.7.1 |
| 2428 | 2025-03-04T02:09:58.877Z | Checking tabwriter v1.4.0 |
| 2429 | 2025-03-04T02:09:59.083Z | Checking slog-envlogger v2.2.0 |
| 2430 | 2025-03-04T02:09:59.115Z | Checking xz2 v0.1.7 |
| 2431 | 2025-03-04T02:09:59.132Z | Checking xattr v1.3.1 |
| 2432 | 2025-03-04T02:09:59.305Z | Checking pem v3.0.5 |
| 2433 | 2025-03-04T02:09:59.334Z | Checking yasna v0.5.2 |
| 2434 | 2025-03-04T02:09:59.422Z | Checking headers-core v0.3.0 |
| 2435 | 2025-03-04T02:09:59.593Z | Checking smf v0.2.3 |
| 2436 | 2025-03-04T02:09:59.597Z | Checking filetime v0.2.25 |
| 2437 | 2025-03-04T02:09:59.841Z | Checking same-file v1.0.6 |
| 2438 | 2025-03-04T02:10:00.002Z | Checking tar v0.4.44 |
| 2439 | 2025-03-04T02:10:00.037Z | Checking walkdir v2.5.0 |
| 2440 | 2025-03-04T02:10:00.085Z | Checking headers v0.4.0 |
| 2441 | 2025-03-04T02:10:00.149Z | Checking rcgen v0.12.1 |
| 2442 | 2025-03-04T02:10:00.342Z | Checking atomicwrites v0.4.4 |
| 2443 | 2025-03-04T02:10:00.563Z | Checking camino-tempfile v1.1.1 |
| 2444 | 2025-03-04T02:10:00.793Z | Checking subprocess v0.2.9 |
| 2445 | 2025-03-04T02:10:02.995Z | Compiling typify-macro v0.2.0 |
| 2446 | 2025-03-04T02:10:04.530Z | Compiling typify v0.2.0 |
| 2447 | 2025-03-04T02:10:04.609Z | Compiling progenitor-impl v0.8.0 |
| 2448 | 2025-03-04T02:10:07.129Z | Compiling progenitor-macro v0.8.0 |
| 2449 | 2025-03-04T02:10:10.725Z | Checking progenitor v0.8.0 |
| 2450 | 2025-03-04T02:10:10.864Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2451 | 2025-03-04T02:10:10.865Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2452 | 2025-03-04T02:10:13.464Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2453 | 2025-03-04T02:10:13.794Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2454 | 2025-03-04T02:10:19.948Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2455 | 2025-03-04T02:10:21.522Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2456 | 2025-03-04T02:10:22.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.05s |
| 2457 | 2025-03-04T02:10:22.948Z | |
| 2458 | 2025-03-04T02:10:22.948Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/196) |
| 2459 | 2025-03-04T02:10:23.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2025-03-04T02:10:23.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2025-03-04T02:10:23.671Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2462 | 2025-03-04T02:10:25.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 2463 | 2025-03-04T02:10:25.296Z | |
| 2464 | 2025-03-04T02:10:25.296Z | info: running `cargo check --bins` on nexus-config (51/196) |
| 2465 | 2025-03-04T02:10:25.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2025-03-04T02:10:25.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2025-03-04T02:10:25.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2025-03-04T02:10:25.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2469 | 2025-03-04T02:10:25.986Z | |
| 2470 | 2025-03-04T02:10:25.986Z | info: running `cargo check --bins` on omicron-rpaths (52/196) |
| 2471 | 2025-03-04T02:10:26.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2025-03-04T02:10:26.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2025-03-04T02:10:26.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2025-03-04T02:10:26.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2475 | 2025-03-04T02:10:27.056Z | |
| 2476 | 2025-03-04T02:10:27.056Z | info: running `cargo check --bins` on omicron-certificates (53/196) |
| 2477 | 2025-03-04T02:10:27.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2025-03-04T02:10:27.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2025-03-04T02:10:27.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2025-03-04T02:10:27.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2481 | 2025-03-04T02:10:27.331Z | |
| 2482 | 2025-03-04T02:10:27.331Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/196) |
| 2483 | 2025-03-04T02:10:27.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2025-03-04T02:10:27.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2025-03-04T02:10:28.077Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2486 | 2025-03-04T02:10:28.196Z | Compiling tempfile v3.13.0 |
| 2487 | 2025-03-04T02:10:28.202Z | Compiling ipnetwork v0.21.1 |
| 2488 | 2025-03-04T02:10:28.202Z | Compiling wait-timeout v0.2.0 |
| 2489 | 2025-03-04T02:10:28.203Z | Compiling bit-vec v0.8.0 |
| 2490 | 2025-03-04T02:10:28.203Z | Compiling progenitor-client v0.8.0 |
| 2491 | 2025-03-04T02:10:28.210Z | Compiling itertools v0.13.0 |
| 2492 | 2025-03-04T02:10:28.227Z | Compiling rand_xorshift v0.3.0 |
| 2493 | 2025-03-04T02:10:28.402Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2494 | 2025-03-04T02:10:28.635Z | Compiling oxnet v0.1.1 |
| 2495 | 2025-03-04T02:10:28.687Z | Compiling rusty-fork v0.3.0 |
| 2496 | 2025-03-04T02:10:28.722Z | Compiling bit-set v0.8.0 |
| 2497 | 2025-03-04T02:10:28.739Z | Compiling unarray v0.1.4 |
| 2498 | 2025-03-04T02:10:28.905Z | Compiling heapless v0.8.0 |
| 2499 | 2025-03-04T02:10:28.926Z | Compiling progenitor v0.8.0 |
| 2500 | 2025-03-04T02:10:28.989Z | Compiling parse-display v0.10.0 |
| 2501 | 2025-03-04T02:10:29.014Z | Compiling thiserror v2.0.11 |
| 2502 | 2025-03-04T02:10:29.125Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2503 | 2025-03-04T02:10:29.145Z | Compiling proptest v1.6.0 |
| 2504 | 2025-03-04T02:10:29.175Z | Compiling daft v0.1.1 |
| 2505 | 2025-03-04T02:10:29.331Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2506 | 2025-03-04T02:10:29.349Z | Checking hash32 v0.3.1 |
| 2507 | 2025-03-04T02:10:29.520Z | Compiling instant v0.1.13 |
| 2508 | 2025-03-04T02:10:29.551Z | Compiling smoltcp v0.11.0 |
| 2509 | 2025-03-04T02:10:29.567Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2510 | 2025-03-04T02:10:29.627Z | Compiling dropshot v0.16.0 |
| 2511 | 2025-03-04T02:10:29.684Z | Compiling backoff v0.4.0 |
| 2512 | 2025-03-04T02:10:30.016Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2513 | 2025-03-04T02:10:30.068Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2514 | 2025-03-04T02:10:30.248Z | Compiling serde_with v3.12.0 |
| 2515 | 2025-03-04T02:10:30.268Z | Checking num-rational v0.4.2 |
| 2516 | 2025-03-04T02:10:30.664Z | Compiling progenitor-client v0.9.1 |
| 2517 | 2025-03-04T02:10:31.098Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2518 | 2025-03-04T02:10:31.225Z | Compiling phf_generator v0.11.2 |
| 2519 | 2025-03-04T02:10:31.438Z | Checking num-complex v0.4.6 |
| 2520 | 2025-03-04T02:10:32.426Z | Compiling macaddr v1.0.1 |
| 2521 | 2025-03-04T02:10:32.892Z | Checking cobs v0.2.3 |
| 2522 | 2025-03-04T02:10:33.098Z | Checking postcard v1.0.10 |
| 2523 | 2025-03-04T02:10:33.308Z | Compiling num v0.4.3 |
| 2524 | 2025-03-04T02:10:33.550Z | Compiling phf_codegen v0.11.2 |
| 2525 | 2025-03-04T02:10:33.774Z | Compiling parse-zoneinfo v0.3.1 |
| 2526 | 2025-03-04T02:10:33.815Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2527 | 2025-03-04T02:10:34.172Z | Compiling float-ord v0.3.2 |
| 2528 | 2025-03-04T02:10:34.361Z | Compiling convert_case v0.4.0 |
| 2529 | 2025-03-04T02:10:35.153Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2530 | 2025-03-04T02:10:35.514Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2531 | 2025-03-04T02:10:35.936Z | Compiling derive_more v0.99.19 |
| 2532 | 2025-03-04T02:10:36.637Z | Compiling chrono-tz-build v0.4.0 |
| 2533 | 2025-03-04T02:10:37.594Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2534 | 2025-03-04T02:10:37.854Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2535 | 2025-03-04T02:10:37.894Z | Compiling crucible-workspace-hack v0.1.0 |
| 2536 | 2025-03-04T02:10:38.227Z | Compiling chrono-tz v0.10.1 |
| 2537 | 2025-03-04T02:10:38.489Z | Checking newline-converter v0.3.0 |
| 2538 | 2025-03-04T02:10:38.527Z | Checking itertools v0.14.0 |
| 2539 | 2025-03-04T02:10:38.574Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2540 | 2025-03-04T02:10:38.666Z | Checking prettyplease v0.2.29 |
| 2541 | 2025-03-04T02:10:38.894Z | Compiling slog-dtrace v0.3.0 |
| 2542 | 2025-03-04T02:10:39.233Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2543 | 2025-03-04T02:10:39.345Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2544 | 2025-03-04T02:10:39.876Z | Checking expectorate v1.1.0 |
| 2545 | 2025-03-04T02:10:40.062Z | Compiling zone_cfg_derive v0.3.0 |
| 2546 | 2025-03-04T02:10:40.526Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2547 | 2025-03-04T02:10:40.819Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2548 | 2025-03-04T02:10:41.140Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2549 | 2025-03-04T02:10:41.444Z | Compiling const_format_proc_macros v0.2.34 |
| 2550 | 2025-03-04T02:10:41.496Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2551 | 2025-03-04T02:10:41.872Z | Compiling num-derive v0.4.2 |
| 2552 | 2025-03-04T02:10:41.893Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2553 | 2025-03-04T02:10:42.536Z | Checking highway v1.3.0 |
| 2554 | 2025-03-04T02:10:42.685Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2555 | 2025-03-04T02:10:42.738Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2556 | 2025-03-04T02:10:43.046Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2557 | 2025-03-04T02:10:43.118Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2558 | 2025-03-04T02:10:43.379Z | Checking const_format v0.2.34 |
| 2559 | 2025-03-04T02:10:43.659Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2560 | 2025-03-04T02:10:43.811Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2561 | 2025-03-04T02:10:43.883Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2562 | 2025-03-04T02:10:44.056Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2563 | 2025-03-04T02:10:44.148Z | Checking zone v0.3.0 |
| 2564 | 2025-03-04T02:10:44.210Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2565 | 2025-03-04T02:10:44.675Z | Checking gethostname v0.5.0 |
| 2566 | 2025-03-04T02:10:44.818Z | Checking bcs v0.1.6 |
| 2567 | 2025-03-04T02:10:44.837Z | Checking nanorand v0.7.0 |
| 2568 | 2025-03-04T02:10:44.879Z | Compiling async-recursion v1.1.1 |
| 2569 | 2025-03-04T02:10:45.001Z | Checking termtree v0.5.1 |
| 2570 | 2025-03-04T02:10:45.190Z | Checking flume v0.11.1 |
| 2571 | 2025-03-04T02:10:45.626Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2572 | 2025-03-04T02:10:51.745Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2573 | 2025-03-04T02:10:55.019Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2574 | 2025-03-04T02:10:57.531Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2575 | 2025-03-04T02:10:58.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.49s |
| 2576 | 2025-03-04T02:10:59.044Z | |
| 2577 | 2025-03-04T02:10:59.044Z | info: running `cargo check --bins` on clickhouse-admin-api (55/196) |
| 2578 | 2025-03-04T02:10:59.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2579 | 2025-03-04T02:10:59.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2580 | 2025-03-04T02:10:59.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2581 | 2025-03-04T02:10:59.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2582 | 2025-03-04T02:10:59.746Z | |
| 2583 | 2025-03-04T02:10:59.746Z | info: running `cargo check --bins` on clickhouse-admin-types (56/196) |
| 2584 | 2025-03-04T02:11:00.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2585 | 2025-03-04T02:11:00.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2586 | 2025-03-04T02:11:00.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2587 | 2025-03-04T02:11:00.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2588 | 2025-03-04T02:11:00.434Z | |
| 2589 | 2025-03-04T02:11:00.434Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/196) |
| 2590 | 2025-03-04T02:11:01.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2591 | 2025-03-04T02:11:01.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2592 | 2025-03-04T02:11:01.149Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2593 | 2025-03-04T02:11:01.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 2594 | 2025-03-04T02:11:02.003Z | |
| 2595 | 2025-03-04T02:11:02.003Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/196) |
| 2596 | 2025-03-04T02:11:02.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2597 | 2025-03-04T02:11:02.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2598 | 2025-03-04T02:11:02.728Z | Compiling cfg_aliases v0.1.1 |
| 2599 | 2025-03-04T02:11:02.731Z | Compiling vte_generate_state_changes v0.1.2 |
| 2600 | 2025-03-04T02:11:02.731Z | Checking fd-lock v4.0.2 |
| 2601 | 2025-03-04T02:11:02.731Z | Checking nibble_vec v0.1.0 |
| 2602 | 2025-03-04T02:11:02.732Z | Checking endian-type v0.1.2 |
| 2603 | 2025-03-04T02:11:02.840Z | Checking bytecount v0.6.8 |
| 2604 | 2025-03-04T02:11:02.844Z | Compiling tabled_derive v0.7.0 |
| 2605 | 2025-03-04T02:11:02.887Z | Compiling peg-macros v0.8.5 |
| 2606 | 2025-03-04T02:11:02.935Z | Compiling nix v0.28.0 |
| 2607 | 2025-03-04T02:11:03.030Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2608 | 2025-03-04T02:11:03.052Z | Checking papergrid v0.11.0 |
| 2609 | 2025-03-04T02:11:03.055Z | Checking radix_trie v0.2.1 |
| 2610 | 2025-03-04T02:11:03.060Z | Compiling sqlparser_derive v0.2.2 |
| 2611 | 2025-03-04T02:11:03.445Z | Checking vte v0.11.1 |
| 2612 | 2025-03-04T02:11:03.523Z | Checking nu-ansi-term v0.50.1 |
| 2613 | 2025-03-04T02:11:03.934Z | Checking unicode_categories v0.1.1 |
| 2614 | 2025-03-04T02:11:04.056Z | Checking home v0.5.9 |
| 2615 | 2025-03-04T02:11:04.118Z | Checking sqlparser v0.45.0 |
| 2616 | 2025-03-04T02:11:04.249Z | Checking sqlformat v0.2.6 |
| 2617 | 2025-03-04T02:11:04.267Z | Checking display-error-chain v0.2.2 |
| 2618 | 2025-03-04T02:11:04.855Z | Checking strip-ansi-escapes v0.2.0 |
| 2619 | 2025-03-04T02:11:05.010Z | Checking reedline v0.38.0 |
| 2620 | 2025-03-04T02:11:05.028Z | Checking tabled v0.15.0 |
| 2621 | 2025-03-04T02:11:05.420Z | Checking peg v0.8.5 |
| 2622 | 2025-03-04T02:11:05.790Z | Checking rustyline v14.0.0 |
| 2623 | 2025-03-04T02:11:14.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s |
| 2624 | 2025-03-04T02:11:14.877Z | |
| 2625 | 2025-03-04T02:11:14.877Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/196) |
| 2626 | 2025-03-04T02:11:15.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2025-03-04T02:11:15.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2025-03-04T02:11:15.622Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2629 | 2025-03-04T02:11:20.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s |
| 2630 | 2025-03-04T02:11:21.070Z | |
| 2631 | 2025-03-04T02:11:21.070Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/196) |
| 2632 | 2025-03-04T02:11:21.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2025-03-04T02:11:21.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2025-03-04T02:11:21.791Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2635 | 2025-03-04T02:11:25.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
| 2636 | 2025-03-04T02:11:25.646Z | |
| 2637 | 2025-03-04T02:11:25.646Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/196) |
| 2638 | 2025-03-04T02:11:26.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2025-03-04T02:11:26.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2025-03-04T02:11:26.370Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2641 | 2025-03-04T02:11:31.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
| 2642 | 2025-03-04T02:11:31.576Z | |
| 2643 | 2025-03-04T02:11:31.576Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/196) |
| 2644 | 2025-03-04T02:11:32.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2025-03-04T02:11:32.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2025-03-04T02:11:32.305Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2647 | 2025-03-04T02:11:37.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
| 2648 | 2025-03-04T02:11:37.524Z | |
| 2649 | 2025-03-04T02:11:37.524Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/196) |
| 2650 | 2025-03-04T02:11:38.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2025-03-04T02:11:38.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2025-03-04T02:11:38.251Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2653 | 2025-03-04T02:11:42.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
| 2654 | 2025-03-04T02:11:42.291Z | |
| 2655 | 2025-03-04T02:11:42.291Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/196) |
| 2656 | 2025-03-04T02:11:42.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2025-03-04T02:11:42.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2025-03-04T02:11:43.025Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2659 | 2025-03-04T02:11:46.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
| 2660 | 2025-03-04T02:11:47.094Z | |
| 2661 | 2025-03-04T02:11:47.094Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/196) |
| 2662 | 2025-03-04T02:11:47.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2025-03-04T02:11:47.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2025-03-04T02:11:47.819Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2665 | 2025-03-04T02:11:53.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
| 2666 | 2025-03-04T02:11:53.231Z | |
| 2667 | 2025-03-04T02:11:53.231Z | info: running `cargo check --bins` on oximeter (66/196) |
| 2668 | 2025-03-04T02:11:53.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2025-03-04T02:11:53.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2025-03-04T02:11:53.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2025-03-04T02:11:53.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2672 | 2025-03-04T02:11:53.919Z | |
| 2673 | 2025-03-04T02:11:53.919Z | info: running `cargo check --bins` on oximeter-macro-impl (67/196) |
| 2674 | 2025-03-04T02:11:54.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2025-03-04T02:11:54.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2025-03-04T02:11:54.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2677 | 2025-03-04T02:11:54.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2678 | 2025-03-04T02:11:54.581Z | |
| 2679 | 2025-03-04T02:11:54.581Z | info: running `cargo check --bins` on oximeter-schema (68/196) |
| 2680 | 2025-03-04T02:11:55.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2681 | 2025-03-04T02:11:55.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2682 | 2025-03-04T02:11:55.276Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2683 | 2025-03-04T02:11:57.340Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2684 | 2025-03-04T02:11:58.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s |
| 2685 | 2025-03-04T02:11:58.521Z | |
| 2686 | 2025-03-04T02:11:58.522Z | info: running `cargo check --bins` on oximeter-types (69/196) |
| 2687 | 2025-03-04T02:11:59.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2688 | 2025-03-04T02:11:59.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2689 | 2025-03-04T02:11:59.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2690 | 2025-03-04T02:11:59.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2691 | 2025-03-04T02:11:59.201Z | |
| 2692 | 2025-03-04T02:11:59.201Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/196) |
| 2693 | 2025-03-04T02:11:59.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2694 | 2025-03-04T02:11:59.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2695 | 2025-03-04T02:11:59.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2696 | 2025-03-04T02:11:59.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2697 | 2025-03-04T02:11:59.890Z | |
| 2698 | 2025-03-04T02:11:59.890Z | info: running `cargo check --bins` on oxql-types (71/196) |
| 2699 | 2025-03-04T02:12:00.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2700 | 2025-03-04T02:12:00.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2701 | 2025-03-04T02:12:00.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2702 | 2025-03-04T02:12:00.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2703 | 2025-03-04T02:12:00.590Z | |
| 2704 | 2025-03-04T02:12:00.590Z | info: running `cargo check --bins` on oximeter-test-utils (72/196) |
| 2705 | 2025-03-04T02:12:01.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2706 | 2025-03-04T02:12:01.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2707 | 2025-03-04T02:12:01.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2708 | 2025-03-04T02:12:01.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2709 | 2025-03-04T02:12:01.305Z | |
| 2710 | 2025-03-04T02:12:01.305Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/196) |
| 2711 | 2025-03-04T02:12:02.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2712 | 2025-03-04T02:12:02.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2713 | 2025-03-04T02:12:02.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2714 | 2025-03-04T02:12:02.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2715 | 2025-03-04T02:12:02.052Z | |
| 2716 | 2025-03-04T02:12:02.053Z | info: running `cargo check --bins` on bootstrap-agent-client (74/196) |
| 2717 | 2025-03-04T02:12:02.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2718 | 2025-03-04T02:12:02.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2719 | 2025-03-04T02:12:02.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2720 | 2025-03-04T02:12:02.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2721 | 2025-03-04T02:12:02.707Z | |
| 2722 | 2025-03-04T02:12:02.707Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/196) |
| 2723 | 2025-03-04T02:12:03.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2724 | 2025-03-04T02:12:03.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2725 | 2025-03-04T02:12:03.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2726 | 2025-03-04T02:12:03.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2727 | 2025-03-04T02:12:03.413Z | |
| 2728 | 2025-03-04T02:12:03.413Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/196) |
| 2729 | 2025-03-04T02:12:04.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2730 | 2025-03-04T02:12:04.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2731 | 2025-03-04T02:12:04.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2732 | 2025-03-04T02:12:04.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2733 | 2025-03-04T02:12:04.115Z | |
| 2734 | 2025-03-04T02:12:04.115Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/196) |
| 2735 | 2025-03-04T02:12:04.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2736 | 2025-03-04T02:12:04.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2737 | 2025-03-04T02:12:04.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2738 | 2025-03-04T02:12:04.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2739 | 2025-03-04T02:12:04.816Z | |
| 2740 | 2025-03-04T02:12:04.816Z | info: running `cargo check --bins` on cockroach-admin-client (78/196) |
| 2741 | 2025-03-04T02:12:05.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2742 | 2025-03-04T02:12:05.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2743 | 2025-03-04T02:12:05.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2744 | 2025-03-04T02:12:05.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2745 | 2025-03-04T02:12:05.496Z | |
| 2746 | 2025-03-04T02:12:05.496Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/196) |
| 2747 | 2025-03-04T02:12:06.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2748 | 2025-03-04T02:12:06.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2749 | 2025-03-04T02:12:06.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2750 | 2025-03-04T02:12:06.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2751 | 2025-03-04T02:12:06.207Z | |
| 2752 | 2025-03-04T02:12:06.207Z | info: running `cargo check --bins` on dns-service-client (80/196) |
| 2753 | 2025-03-04T02:12:06.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2754 | 2025-03-04T02:12:06.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2755 | 2025-03-04T02:12:06.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2756 | 2025-03-04T02:12:06.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2757 | 2025-03-04T02:12:06.907Z | |
| 2758 | 2025-03-04T02:12:06.907Z | info: running `cargo check --bins` on internal-dns-types (81/196) |
| 2759 | 2025-03-04T02:12:07.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2760 | 2025-03-04T02:12:07.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2761 | 2025-03-04T02:12:07.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2762 | 2025-03-04T02:12:07.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2763 | 2025-03-04T02:12:07.602Z | |
| 2764 | 2025-03-04T02:12:07.602Z | info: running `cargo check --bins` on dpd-client (82/196) |
| 2765 | 2025-03-04T02:12:08.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2025-03-04T02:12:08.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2025-03-04T02:12:08.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2768 | 2025-03-04T02:12:08.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2769 | 2025-03-04T02:12:08.284Z | |
| 2770 | 2025-03-04T02:12:08.284Z | info: running `cargo check --bins` on gateway-client (83/196) |
| 2771 | 2025-03-04T02:12:08.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2025-03-04T02:12:08.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2025-03-04T02:12:08.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2774 | 2025-03-04T02:12:08.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2775 | 2025-03-04T02:12:08.950Z | |
| 2776 | 2025-03-04T02:12:08.950Z | info: running `cargo check --bins` on installinator-client (84/196) |
| 2777 | 2025-03-04T02:12:09.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-03-04T02:12:09.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-03-04T02:12:09.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-03-04T02:12:09.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2781 | 2025-03-04T02:12:09.656Z | |
| 2782 | 2025-03-04T02:12:09.656Z | info: running `cargo check --bins` on installinator-common (85/196) |
| 2783 | 2025-03-04T02:12:10.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-03-04T02:12:10.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-03-04T02:12:10.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-03-04T02:12:10.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2787 | 2025-03-04T02:12:10.356Z | |
| 2788 | 2025-03-04T02:12:10.356Z | info: running `cargo check --bins` on update-engine (86/196) |
| 2789 | 2025-03-04T02:12:10.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-03-04T02:12:10.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-03-04T02:12:10.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-03-04T02:12:10.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2793 | 2025-03-04T02:12:11.039Z | |
| 2794 | 2025-03-04T02:12:11.039Z | info: running `cargo check --bins` on nexus-client (87/196) |
| 2795 | 2025-03-04T02:12:11.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-03-04T02:12:11.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-03-04T02:12:11.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-03-04T02:12:11.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2799 | 2025-03-04T02:12:11.755Z | |
| 2800 | 2025-03-04T02:12:11.755Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/196) |
| 2801 | 2025-03-04T02:12:12.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-03-04T02:12:12.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-03-04T02:12:12.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2025-03-04T02:12:12.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2805 | 2025-03-04T02:12:12.452Z | |
| 2806 | 2025-03-04T02:12:12.452Z | info: running `cargo check --bins` on omicron-passwords (89/196) |
| 2807 | 2025-03-04T02:12:13.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2025-03-04T02:12:13.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2025-03-04T02:12:13.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2025-03-04T02:12:13.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2811 | 2025-03-04T02:12:13.138Z | |
| 2812 | 2025-03-04T02:12:13.138Z | info: running `cargo check --bins` on nexus-types (90/196) |
| 2813 | 2025-03-04T02:12:13.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2025-03-04T02:12:13.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2025-03-04T02:12:13.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2025-03-04T02:12:13.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2817 | 2025-03-04T02:12:13.867Z | |
| 2818 | 2025-03-04T02:12:13.867Z | info: running `cargo check --bins` on oxide-client (91/196) |
| 2819 | 2025-03-04T02:12:14.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2025-03-04T02:12:14.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2025-03-04T02:12:14.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2025-03-04T02:12:14.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2823 | 2025-03-04T02:12:14.547Z | |
| 2824 | 2025-03-04T02:12:14.547Z | info: running `cargo check --bins` on oximeter-client (92/196) |
| 2825 | 2025-03-04T02:12:15.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-03-04T02:12:15.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-03-04T02:12:15.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-03-04T02:12:15.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2829 | 2025-03-04T02:12:15.230Z | |
| 2830 | 2025-03-04T02:12:15.230Z | info: running `cargo check --bins` on repo-depot-client (93/196) |
| 2831 | 2025-03-04T02:12:15.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-03-04T02:12:15.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-03-04T02:12:15.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2025-03-04T02:12:15.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2835 | 2025-03-04T02:12:15.898Z | |
| 2836 | 2025-03-04T02:12:15.898Z | info: running `cargo check --bins` on sled-agent-client (94/196) |
| 2837 | 2025-03-04T02:12:16.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2025-03-04T02:12:16.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2025-03-04T02:12:16.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2025-03-04T02:12:16.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2841 | 2025-03-04T02:12:16.597Z | |
| 2842 | 2025-03-04T02:12:16.597Z | info: running `cargo check --bins` on wicketd-client (95/196) |
| 2843 | 2025-03-04T02:12:17.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2025-03-04T02:12:17.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2025-03-04T02:12:17.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2025-03-04T02:12:17.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2847 | 2025-03-04T02:12:17.322Z | |
| 2848 | 2025-03-04T02:12:17.322Z | info: running `cargo check --bins` on sled-agent-types (96/196) |
| 2849 | 2025-03-04T02:12:17.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2025-03-04T02:12:17.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2025-03-04T02:12:17.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2025-03-04T02:12:17.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2853 | 2025-03-04T02:12:18.042Z | |
| 2854 | 2025-03-04T02:12:18.042Z | info: running `cargo check --bins` on wicket-common (97/196) |
| 2855 | 2025-03-04T02:12:18.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2025-03-04T02:12:18.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2025-03-04T02:12:18.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2858 | 2025-03-04T02:12:18.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2859 | 2025-03-04T02:12:18.767Z | |
| 2860 | 2025-03-04T02:12:18.767Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/196) |
| 2861 | 2025-03-04T02:12:19.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2025-03-04T02:12:19.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2025-03-04T02:12:19.501Z | Checking csv-core v0.1.11 |
| 2864 | 2025-03-04T02:12:19.501Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2865 | 2025-03-04T02:12:19.504Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2866 | 2025-03-04T02:12:19.504Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2867 | 2025-03-04T02:12:19.825Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2868 | 2025-03-04T02:12:19.843Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2869 | 2025-03-04T02:12:19.875Z | Checking csv v1.3.1 |
| 2870 | 2025-03-04T02:12:20.447Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2871 | 2025-03-04T02:12:20.803Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2872 | 2025-03-04T02:12:22.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s |
| 2873 | 2025-03-04T02:12:22.669Z | |
| 2874 | 2025-03-04T02:12:22.669Z | info: running `cargo check --bins` on cockroach-admin-api (99/196) |
| 2875 | 2025-03-04T02:12:23.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2025-03-04T02:12:23.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2025-03-04T02:12:23.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2025-03-04T02:12:23.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2879 | 2025-03-04T02:12:23.399Z | |
| 2880 | 2025-03-04T02:12:23.399Z | info: running `cargo check --bins` on cockroach-admin-types (100/196) |
| 2881 | 2025-03-04T02:12:23.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2025-03-04T02:12:23.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2025-03-04T02:12:23.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2025-03-04T02:12:23.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2885 | 2025-03-04T02:12:24.074Z | |
| 2886 | 2025-03-04T02:12:24.074Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/196) |
| 2887 | 2025-03-04T02:12:24.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2025-03-04T02:12:24.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2025-03-04T02:12:24.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2025-03-04T02:12:24.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2891 | 2025-03-04T02:12:24.878Z | |
| 2892 | 2025-03-04T02:12:24.878Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/196) |
| 2893 | 2025-03-04T02:12:25.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2025-03-04T02:12:25.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2025-03-04T02:12:25.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2025-03-04T02:12:25.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2897 | 2025-03-04T02:12:25.680Z | |
| 2898 | 2025-03-04T02:12:25.680Z | info: running `cargo check --bins` on dns-server (103/196) |
| 2899 | 2025-03-04T02:12:26.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2025-03-04T02:12:26.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2025-03-04T02:12:26.385Z | Compiling typify-impl v0.3.0 |
| 2902 | 2025-03-04T02:12:26.499Z | Compiling parking_lot_core v0.8.6 |
| 2903 | 2025-03-04T02:12:26.502Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2904 | 2025-03-04T02:12:26.524Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2905 | 2025-03-04T02:12:26.527Z | Checking fxhash v0.2.1 |
| 2906 | 2025-03-04T02:12:26.538Z | Checking hickory-client v0.24.4 |
| 2907 | 2025-03-04T02:12:26.543Z | Checking hickory-server v0.24.4 |
| 2908 | 2025-03-04T02:12:27.220Z | Checking parking_lot v0.11.2 |
| 2909 | 2025-03-04T02:12:27.359Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2910 | 2025-03-04T02:12:27.513Z | Checking sled v0.34.7 |
| 2911 | 2025-03-04T02:12:32.013Z | Compiling typify-macro v0.3.0 |
| 2912 | 2025-03-04T02:12:33.559Z | Compiling typify v0.3.0 |
| 2913 | 2025-03-04T02:12:33.656Z | Compiling progenitor-impl v0.9.1 |
| 2914 | 2025-03-04T02:12:36.067Z | Compiling progenitor-macro v0.9.1 |
| 2915 | 2025-03-04T02:12:39.641Z | Checking progenitor v0.9.1 |
| 2916 | 2025-03-04T02:12:39.780Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2917 | 2025-03-04T02:12:40.253Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2918 | 2025-03-04T02:12:41.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.87s |
| 2919 | 2025-03-04T02:12:41.745Z | |
| 2920 | 2025-03-04T02:12:41.745Z | info: running `cargo check --bins` on dns-server-api (104/196) |
| 2921 | 2025-03-04T02:12:42.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-03-04T02:12:42.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-03-04T02:12:42.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2025-03-04T02:12:42.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2925 | 2025-03-04T02:12:42.438Z | |
| 2926 | 2025-03-04T02:12:42.438Z | info: running `cargo check --bins` on openapi-manager-types (105/196) |
| 2927 | 2025-03-04T02:12:43.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-03-04T02:12:43.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-03-04T02:12:43.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2025-03-04T02:12:43.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2931 | 2025-03-04T02:12:43.117Z | |
| 2932 | 2025-03-04T02:12:43.117Z | info: running `cargo check --bins` on gateway-test-utils (106/196) |
| 2933 | 2025-03-04T02:12:43.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-03-04T02:12:43.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-03-04T02:12:43.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2025-03-04T02:12:43.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2937 | 2025-03-04T02:12:43.858Z | |
| 2938 | 2025-03-04T02:12:43.858Z | info: running `cargo check --bins` on gateway-types (107/196) |
| 2939 | 2025-03-04T02:12:44.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-03-04T02:12:44.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-03-04T02:12:44.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2025-03-04T02:12:44.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2943 | 2025-03-04T02:12:44.555Z | |
| 2944 | 2025-03-04T02:12:44.555Z | info: running `cargo check --bins` on ipcc (108/196) |
| 2945 | 2025-03-04T02:12:45.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2025-03-04T02:12:45.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2025-03-04T02:12:45.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2025-03-04T02:12:45.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2949 | 2025-03-04T02:12:45.256Z | |
| 2950 | 2025-03-04T02:12:45.256Z | info: running `cargo check --bins` on omicron-gateway (109/196) |
| 2951 | 2025-03-04T02:12:45.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2025-03-04T02:12:45.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2025-03-04T02:12:46.011Z | Compiling semver v0.1.20 |
| 2954 | 2025-03-04T02:12:46.011Z | Compiling radium v0.7.0 |
| 2955 | 2025-03-04T02:12:46.016Z | Compiling maybe-uninit v2.0.0 |
| 2956 | 2025-03-04T02:12:46.128Z | Checking tap v1.0.1 |
| 2957 | 2025-03-04T02:12:46.174Z | Checking password-hash v0.5.0 |
| 2958 | 2025-03-04T02:12:46.178Z | Checking blake2 v0.10.6 |
| 2959 | 2025-03-04T02:12:46.178Z | Compiling packed_struct v0.10.1 |
| 2960 | 2025-03-04T02:12:46.178Z | Checking crc-catalog v2.4.0 |
| 2961 | 2025-03-04T02:12:46.280Z | Checking wyz v0.5.1 |
| 2962 | 2025-03-04T02:12:46.361Z | Compiling cancel-safe-futures v0.1.5 |
| 2963 | 2025-03-04T02:12:46.652Z | Compiling rustc_version v0.1.7 |
| 2964 | 2025-03-04T02:12:46.691Z | Checking funty v2.0.0 |
| 2965 | 2025-03-04T02:12:46.691Z | Compiling owo-colors v4.2.0 |
| 2966 | 2025-03-04T02:12:46.759Z | Checking argon2 v0.5.3 |
| 2967 | 2025-03-04T02:12:46.785Z | Checking crc v3.2.1 |
| 2968 | 2025-03-04T02:12:46.808Z | Compiling packed_struct_codegen v0.10.1 |
| 2969 | 2025-03-04T02:12:46.887Z | Checking libsw-core v0.3.1 |
| 2970 | 2025-03-04T02:12:47.005Z | Compiling newtype_derive v0.1.6 |
| 2971 | 2025-03-04T02:12:47.009Z | Checking half v2.4.1 |
| 2972 | 2025-03-04T02:12:47.109Z | Compiling indexmap v1.9.3 |
| 2973 | 2025-03-04T02:12:47.158Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2974 | 2025-03-04T02:12:47.336Z | Checking fixedbitset v0.5.7 |
| 2975 | 2025-03-04T02:12:47.385Z | Checking ciborium-io v0.2.2 |
| 2976 | 2025-03-04T02:12:47.432Z | Checking nodrop v0.1.14 |
| 2977 | 2025-03-04T02:12:47.448Z | Checking bitvec v1.0.1 |
| 2978 | 2025-03-04T02:12:47.521Z | Checking ciborium-ll v0.2.2 |
| 2979 | 2025-03-04T02:12:47.543Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2980 | 2025-03-04T02:12:47.557Z | Checking array-init v0.0.4 |
| 2981 | 2025-03-04T02:12:47.593Z | Checking libsw v3.4.0 |
| 2982 | 2025-03-04T02:12:47.704Z | Checking petgraph v0.7.1 |
| 2983 | 2025-03-04T02:12:47.807Z | Checking smallvec v0.6.14 |
| 2984 | 2025-03-04T02:12:47.831Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2985 | 2025-03-04T02:12:48.213Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2986 | 2025-03-04T02:12:48.296Z | Checking termcolor v1.4.1 |
| 2987 | 2025-03-04T02:12:48.448Z | Checking linear-map v1.2.0 |
| 2988 | 2025-03-04T02:12:48.562Z | Checking swrite v0.1.0 |
| 2989 | 2025-03-04T02:12:48.708Z | Checking indent_write v2.2.0 |
| 2990 | 2025-03-04T02:12:48.731Z | Checking hashbrown v0.12.3 |
| 2991 | 2025-03-04T02:12:48.765Z | Checking bitfield v0.14.0 |
| 2992 | 2025-03-04T02:12:48.916Z | Checking ron v0.8.1 |
| 2993 | 2025-03-04T02:12:49.484Z | Checking env_logger v0.10.2 |
| 2994 | 2025-03-04T02:12:49.523Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2995 | 2025-03-04T02:12:49.523Z | Checking serde-hex v0.1.0 |
| 2996 | 2025-03-04T02:12:49.523Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2997 | 2025-03-04T02:12:49.523Z | Checking ciborium v0.2.2 |
| 2998 | 2025-03-04T02:12:50.114Z | Checking steno v0.4.1 |
| 2999 | 2025-03-04T02:12:50.412Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3000 | 2025-03-04T02:12:50.579Z | Checking hashbrown v0.13.2 |
| 3001 | 2025-03-04T02:12:50.674Z | Checking humantime v2.1.0 |
| 3002 | 2025-03-04T02:12:50.722Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3003 | 2025-03-04T02:12:50.855Z | Checking crc-any v2.5.0 |
| 3004 | 2025-03-04T02:12:50.986Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3005 | 2025-03-04T02:12:51.252Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3006 | 2025-03-04T02:12:51.276Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 3007 | 2025-03-04T02:12:51.533Z | Checking object v0.30.4 |
| 3008 | 2025-03-04T02:12:51.615Z | Checking path-slash v0.1.5 |
| 3009 | 2025-03-04T02:12:51.866Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3010 | 2025-03-04T02:12:51.884Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3011 | 2025-03-04T02:12:52.266Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3012 | 2025-03-04T02:12:52.553Z | Checking nix v0.27.1 |
| 3013 | 2025-03-04T02:12:52.572Z | Checking tungstenite v0.23.0 |
| 3014 | 2025-03-04T02:12:53.139Z | Checking kstat-rs v0.2.4 |
| 3015 | 2025-03-04T02:12:53.464Z | Checking tokio-tungstenite v0.23.1 |
| 3016 | 2025-03-04T02:12:53.505Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3017 | 2025-03-04T02:12:53.682Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3018 | 2025-03-04T02:12:53.730Z | Checking signal-hook-tokio v0.3.1 |
| 3019 | 2025-03-04T02:12:53.766Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3020 | 2025-03-04T02:12:54.480Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3021 | 2025-03-04T02:13:01.289Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3022 | 2025-03-04T02:13:02.644Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 3023 | 2025-03-04T02:13:05.057Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3024 | 2025-03-04T02:13:10.484Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3025 | 2025-03-04T02:13:11.172Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3026 | 2025-03-04T02:13:13.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.72s |
| 3027 | 2025-03-04T02:13:14.193Z | |
| 3028 | 2025-03-04T02:13:14.193Z | info: running `cargo check --bins` on gateway-api (110/196) |
| 3029 | 2025-03-04T02:13:14.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2025-03-04T02:13:14.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2025-03-04T02:13:14.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2025-03-04T02:13:14.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3033 | 2025-03-04T02:13:14.891Z | |
| 3034 | 2025-03-04T02:13:14.891Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/196) |
| 3035 | 2025-03-04T02:13:15.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2025-03-04T02:13:15.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2025-03-04T02:13:15.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2025-03-04T02:13:15.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3039 | 2025-03-04T02:13:15.557Z | |
| 3040 | 2025-03-04T02:13:15.557Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/196) |
| 3041 | 2025-03-04T02:13:16.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2025-03-04T02:13:16.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2025-03-04T02:13:16.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2025-03-04T02:13:16.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3045 | 2025-03-04T02:13:16.252Z | |
| 3046 | 2025-03-04T02:13:16.252Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/196) |
| 3047 | 2025-03-04T02:13:16.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2025-03-04T02:13:16.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2025-03-04T02:13:16.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2025-03-04T02:13:16.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3051 | 2025-03-04T02:13:16.951Z | |
| 3052 | 2025-03-04T02:13:16.951Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/196) |
| 3053 | 2025-03-04T02:13:17.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2025-03-04T02:13:17.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2025-03-04T02:13:17.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2025-03-04T02:13:17.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3057 | 2025-03-04T02:13:17.655Z | |
| 3058 | 2025-03-04T02:13:17.655Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/196) |
| 3059 | 2025-03-04T02:13:18.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2025-03-04T02:13:18.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2025-03-04T02:13:18.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2025-03-04T02:13:18.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3063 | 2025-03-04T02:13:18.347Z | |
| 3064 | 2025-03-04T02:13:18.347Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/196) |
| 3065 | 2025-03-04T02:13:18.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2025-03-04T02:13:18.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2025-03-04T02:13:18.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2025-03-04T02:13:18.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3069 | 2025-03-04T02:13:19.045Z | |
| 3070 | 2025-03-04T02:13:19.045Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/196) |
| 3071 | 2025-03-04T02:13:19.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2025-03-04T02:13:19.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2025-03-04T02:13:19.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2025-03-04T02:13:19.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3075 | 2025-03-04T02:13:19.736Z | |
| 3076 | 2025-03-04T02:13:19.736Z | info: running `cargo check --bins` on oximeter-producer (118/196) |
| 3077 | 2025-03-04T02:13:20.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2025-03-04T02:13:20.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2025-03-04T02:13:20.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2025-03-04T02:13:20.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3081 | 2025-03-04T02:13:20.476Z | |
| 3082 | 2025-03-04T02:13:20.476Z | info: running `cargo check --bins` on internal-dns-resolver (119/196) |
| 3083 | 2025-03-04T02:13:21.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2025-03-04T02:13:21.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2025-03-04T02:13:21.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2025-03-04T02:13:21.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3087 | 2025-03-04T02:13:21.176Z | |
| 3088 | 2025-03-04T02:13:21.176Z | info: running `cargo check --bins` on sp-sim (120/196) |
| 3089 | 2025-03-04T02:13:21.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2025-03-04T02:13:21.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2025-03-04T02:13:21.870Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3092 | 2025-03-04T02:13:22.374Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3093 | 2025-03-04T02:13:24.052Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3094 | 2025-03-04T02:13:25.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
| 3095 | 2025-03-04T02:13:25.976Z | |
| 3096 | 2025-03-04T02:13:25.976Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/196) |
| 3097 | 2025-03-04T02:13:26.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2025-03-04T02:13:26.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2025-03-04T02:13:26.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2025-03-04T02:13:26.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3101 | 2025-03-04T02:13:26.713Z | |
| 3102 | 2025-03-04T02:13:26.713Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/196) |
| 3103 | 2025-03-04T02:13:27.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2025-03-04T02:13:27.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2025-03-04T02:13:27.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2025-03-04T02:13:27.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3107 | 2025-03-04T02:13:27.457Z | |
| 3108 | 2025-03-04T02:13:27.457Z | info: running `cargo check --bins` on db-macros (123/196) |
| 3109 | 2025-03-04T02:13:28.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2025-03-04T02:13:28.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2025-03-04T02:13:28.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2025-03-04T02:13:28.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3113 | 2025-03-04T02:13:28.141Z | |
| 3114 | 2025-03-04T02:13:28.142Z | info: running `cargo check --bins` on nexus-macros-common (124/196) |
| 3115 | 2025-03-04T02:13:28.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2025-03-04T02:13:28.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2025-03-04T02:13:28.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2025-03-04T02:13:28.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3119 | 2025-03-04T02:13:28.806Z | |
| 3120 | 2025-03-04T02:13:28.806Z | info: running `cargo check --bins` on nexus-auth (125/196) |
| 3121 | 2025-03-04T02:13:29.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2025-03-04T02:13:29.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2025-03-04T02:13:29.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2025-03-04T02:13:29.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3125 | 2025-03-04T02:13:29.542Z | |
| 3126 | 2025-03-04T02:13:29.542Z | info: running `cargo check --bins` on authz-macros (126/196) |
| 3127 | 2025-03-04T02:13:30.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2025-03-04T02:13:30.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2025-03-04T02:13:30.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2025-03-04T02:13:30.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3131 | 2025-03-04T02:13:30.231Z | |
| 3132 | 2025-03-04T02:13:30.232Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/196) |
| 3133 | 2025-03-04T02:13:30.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2025-03-04T02:13:30.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2025-03-04T02:13:30.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2025-03-04T02:13:30.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3137 | 2025-03-04T02:13:30.942Z | |
| 3138 | 2025-03-04T02:13:30.942Z | info: running `cargo check --bins` on nexus-db-model (128/196) |
| 3139 | 2025-03-04T02:13:31.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2025-03-04T02:13:31.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2025-03-04T02:13:31.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2025-03-04T02:13:31.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3143 | 2025-03-04T02:13:31.665Z | |
| 3144 | 2025-03-04T02:13:31.665Z | info: running `cargo check --bins` on nexus-defaults (129/196) |
| 3145 | 2025-03-04T02:13:32.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2025-03-04T02:13:32.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2025-03-04T02:13:32.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2025-03-04T02:13:32.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3149 | 2025-03-04T02:13:32.359Z | |
| 3150 | 2025-03-04T02:13:32.359Z | info: running `cargo check --bins` on nexus-inventory (130/196) |
| 3151 | 2025-03-04T02:13:32.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2025-03-04T02:13:32.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2025-03-04T02:13:32.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2025-03-04T02:13:32.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3155 | 2025-03-04T02:13:33.081Z | |
| 3156 | 2025-03-04T02:13:33.081Z | info: running `cargo check --bins` on typed-rng (131/196) |
| 3157 | 2025-03-04T02:13:33.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2025-03-04T02:13:33.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2025-03-04T02:13:33.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3160 | 2025-03-04T02:13:33.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3161 | 2025-03-04T02:13:33.749Z | |
| 3162 | 2025-03-04T02:13:33.749Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/196) |
| 3163 | 2025-03-04T02:13:34.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2025-03-04T02:13:34.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2025-03-04T02:13:34.552Z | Checking keccak v0.1.5 |
| 3166 | 2025-03-04T02:13:34.675Z | Checking secrecy v0.8.0 |
| 3167 | 2025-03-04T02:13:34.687Z | Compiling unicase v2.7.0 |
| 3168 | 2025-03-04T02:13:34.687Z | Compiling same-file v1.0.6 |
| 3169 | 2025-03-04T02:13:34.709Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3170 | 2025-03-04T02:13:34.712Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3171 | 2025-03-04T02:13:34.712Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3172 | 2025-03-04T02:13:34.712Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3173 | 2025-03-04T02:13:34.870Z | Compiling walkdir v2.5.0 |
| 3174 | 2025-03-04T02:13:34.922Z | Checking universal-hash v0.5.1 |
| 3175 | 2025-03-04T02:13:34.967Z | Checking sha3 v0.10.8 |
| 3176 | 2025-03-04T02:13:34.989Z | Compiling blake3 v1.5.4 |
| 3177 | 2025-03-04T02:13:35.110Z | Checking opaque-debug v0.3.1 |
| 3178 | 2025-03-04T02:13:35.139Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3179 | 2025-03-04T02:13:35.222Z | Checking chacha20 v0.9.1 |
| 3180 | 2025-03-04T02:13:35.240Z | Checking poly1305 v0.8.0 |
| 3181 | 2025-03-04T02:13:35.291Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3182 | 2025-03-04T02:13:35.357Z | Checking aead v0.5.2 |
| 3183 | 2025-03-04T02:13:35.474Z | Compiling memmap2 v0.9.5 |
| 3184 | 2025-03-04T02:13:35.494Z | Compiling constant_time_eq v0.3.1 |
| 3185 | 2025-03-04T02:13:35.586Z | Compiling arrayvec v0.7.6 |
| 3186 | 2025-03-04T02:13:35.606Z | Compiling arrayref v0.3.9 |
| 3187 | 2025-03-04T02:13:35.700Z | Compiling libefi-sys v0.1.0 |
| 3188 | 2025-03-04T02:13:35.722Z | Compiling salty v0.3.0 |
| 3189 | 2025-03-04T02:13:35.750Z | Checking chacha20poly1305 v0.10.1 |
| 3190 | 2025-03-04T02:13:35.937Z | Compiling toolchain_find v0.4.0 |
| 3191 | 2025-03-04T02:13:35.973Z | Compiling camino-tempfile v1.1.1 |
| 3192 | 2025-03-04T02:13:36.021Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3193 | 2025-03-04T02:13:36.191Z | Compiling bitfield-struct v0.6.2 |
| 3194 | 2025-03-04T02:13:36.233Z | Compiling topological-sort v0.2.2 |
| 3195 | 2025-03-04T02:13:36.381Z | Compiling mime_guess v2.0.5 |
| 3196 | 2025-03-04T02:13:36.467Z | Compiling rustfmt-wrapper v0.2.1 |
| 3197 | 2025-03-04T02:13:36.954Z | Compiling omicron-zone-package v0.12.0 |
| 3198 | 2025-03-04T02:13:37.045Z | Compiling progenitor v0.9.1 |
| 3199 | 2025-03-04T02:13:37.088Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3200 | 2025-03-04T02:13:37.284Z | Checking primeorder v0.13.6 |
| 3201 | 2025-03-04T02:13:37.348Z | Checking env_filter v0.1.2 |
| 3202 | 2025-03-04T02:13:37.405Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2025-03-04T02:13:37.439Z | Checking thiserror-no-std v2.0.2 |
| 3204 | 2025-03-04T02:13:37.565Z | Checking vsss-rs v3.3.4 |
| 3205 | 2025-03-04T02:13:37.582Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3206 | 2025-03-04T02:13:37.605Z | Checking env_logger v0.11.5 |
| 3207 | 2025-03-04T02:13:37.624Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2025-03-04T02:13:37.744Z | Checking p384 v0.13.0 |
| 3209 | 2025-03-04T02:13:37.801Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3210 | 2025-03-04T02:13:37.910Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3211 | 2025-03-04T02:13:38.065Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3212 | 2025-03-04T02:13:38.184Z | Checking http-range v0.1.5 |
| 3213 | 2025-03-04T02:13:38.228Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3214 | 2025-03-04T02:13:38.248Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3215 | 2025-03-04T02:13:38.268Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3216 | 2025-03-04T02:13:38.595Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3217 | 2025-03-04T02:13:38.684Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3218 | 2025-03-04T02:13:38.705Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3219 | 2025-03-04T02:13:38.969Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3220 | 2025-03-04T02:13:39.136Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3221 | 2025-03-04T02:13:39.224Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3222 | 2025-03-04T02:13:39.257Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3223 | 2025-03-04T02:13:39.451Z | Checking atty v0.2.14 |
| 3224 | 2025-03-04T02:13:39.605Z | Checking glob v0.3.2 |
| 3225 | 2025-03-04T02:13:39.693Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3226 | 2025-03-04T02:13:39.797Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3227 | 2025-03-04T02:13:40.198Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3228 | 2025-03-04T02:13:40.266Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3229 | 2025-03-04T02:13:40.658Z | Checking hyper-staticfile v0.10.1 |
| 3230 | 2025-03-04T02:13:40.869Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3231 | 2025-03-04T02:13:41.064Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3232 | 2025-03-04T02:13:41.208Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3233 | 2025-03-04T02:13:41.228Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3234 | 2025-03-04T02:13:41.468Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3235 | 2025-03-04T02:13:41.666Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3236 | 2025-03-04T02:13:42.032Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3237 | 2025-03-04T02:13:42.128Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3238 | 2025-03-04T02:13:42.387Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3239 | 2025-03-04T02:13:42.461Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3240 | 2025-03-04T02:13:43.139Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3241 | 2025-03-04T02:13:45.945Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3242 | 2025-03-04T02:13:45.945Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3243 | 2025-03-04T02:13:54.912Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3244 | 2025-03-04T02:14:08.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.66s |
| 3245 | 2025-03-04T02:14:08.620Z | |
| 3246 | 2025-03-04T02:14:08.620Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/196) |
| 3247 | 2025-03-04T02:14:09.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-03-04T02:14:09.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-03-04T02:14:09.422Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3250 | 2025-03-04T02:14:23.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s |
| 3251 | 2025-03-04T02:14:23.551Z | |
| 3252 | 2025-03-04T02:14:23.551Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/196) |
| 3253 | 2025-03-04T02:14:24.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-03-04T02:14:24.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-03-04T02:14:24.504Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3256 | 2025-03-04T02:14:38.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
| 3257 | 2025-03-04T02:14:38.351Z | |
| 3258 | 2025-03-04T02:14:38.351Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/196) |
| 3259 | 2025-03-04T02:14:39.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-03-04T02:14:39.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-03-04T02:14:39.175Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3262 | 2025-03-04T02:14:52.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
| 3263 | 2025-03-04T02:14:53.161Z | |
| 3264 | 2025-03-04T02:14:53.161Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/196) |
| 3265 | 2025-03-04T02:14:53.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2025-03-04T02:14:53.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2025-03-04T02:14:53.980Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3268 | 2025-03-04T02:15:07.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
| 3269 | 2025-03-04T02:15:07.998Z | |
| 3270 | 2025-03-04T02:15:07.998Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/196) |
| 3271 | 2025-03-04T02:15:08.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2025-03-04T02:15:08.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2025-03-04T02:15:08.791Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3274 | 2025-03-04T02:15:22.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s |
| 3275 | 2025-03-04T02:15:22.959Z | |
| 3276 | 2025-03-04T02:15:22.959Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/196) |
| 3277 | 2025-03-04T02:15:23.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2025-03-04T02:15:23.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2025-03-04T02:15:23.776Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3280 | 2025-03-04T02:15:37.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s |
| 3281 | 2025-03-04T02:15:37.717Z | |
| 3282 | 2025-03-04T02:15:37.717Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/196) |
| 3283 | 2025-03-04T02:15:38.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2025-03-04T02:15:38.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2025-03-04T02:15:38.531Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3286 | 2025-03-04T02:15:52.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s |
| 3287 | 2025-03-04T02:15:52.583Z | |
| 3288 | 2025-03-04T02:15:52.583Z | info: running `cargo check --bins` on bootstrap-agent-api (140/196) |
| 3289 | 2025-03-04T02:15:53.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2025-03-04T02:15:53.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2025-03-04T02:15:53.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2025-03-04T02:15:53.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3293 | 2025-03-04T02:15:53.320Z | |
| 3294 | 2025-03-04T02:15:53.320Z | info: running `cargo check --bins` on key-manager (141/196) |
| 3295 | 2025-03-04T02:15:53.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-03-04T02:15:53.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-03-04T02:15:53.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2025-03-04T02:15:53.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3299 | 2025-03-04T02:15:54.023Z | |
| 3300 | 2025-03-04T02:15:54.023Z | info: running `cargo check --bins` on range-requests (142/196) |
| 3301 | 2025-03-04T02:15:54.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-03-04T02:15:54.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-03-04T02:15:54.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2025-03-04T02:15:54.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3305 | 2025-03-04T02:15:54.700Z | |
| 3306 | 2025-03-04T02:15:54.700Z | info: running `cargo check --bins` on repo-depot-api (143/196) |
| 3307 | 2025-03-04T02:15:55.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-03-04T02:15:55.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-03-04T02:15:55.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2025-03-04T02:15:55.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3311 | 2025-03-04T02:15:55.382Z | |
| 3312 | 2025-03-04T02:15:55.382Z | info: running `cargo check --bins` on sled-agent-api (144/196) |
| 3313 | 2025-03-04T02:15:56.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2025-03-04T02:15:56.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2025-03-04T02:15:56.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2025-03-04T02:15:56.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3317 | 2025-03-04T02:15:56.105Z | |
| 3318 | 2025-03-04T02:15:56.105Z | info: running `cargo check --bins` on sled-diagnostics (145/196) |
| 3319 | 2025-03-04T02:15:56.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2025-03-04T02:15:56.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2025-03-04T02:15:56.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2025-03-04T02:15:56.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3323 | 2025-03-04T02:15:56.768Z | |
| 3324 | 2025-03-04T02:15:56.768Z | info: running `cargo check --bins` on sled-hardware (146/196) |
| 3325 | 2025-03-04T02:15:57.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2025-03-04T02:15:57.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2025-03-04T02:15:57.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2025-03-04T02:15:57.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3329 | 2025-03-04T02:15:57.465Z | |
| 3330 | 2025-03-04T02:15:57.465Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/196) |
| 3331 | 2025-03-04T02:15:58.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2025-03-04T02:15:58.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2025-03-04T02:15:58.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2025-03-04T02:15:58.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3335 | 2025-03-04T02:15:58.172Z | |
| 3336 | 2025-03-04T02:15:58.172Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/196) |
| 3337 | 2025-03-04T02:15:58.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2025-03-04T02:15:58.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2025-03-04T02:15:58.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2025-03-04T02:15:58.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3341 | 2025-03-04T02:15:58.878Z | |
| 3342 | 2025-03-04T02:15:58.878Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/196) |
| 3343 | 2025-03-04T02:15:59.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2025-03-04T02:15:59.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2025-03-04T02:15:59.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2025-03-04T02:15:59.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3347 | 2025-03-04T02:15:59.601Z | |
| 3348 | 2025-03-04T02:15:59.602Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/196) |
| 3349 | 2025-03-04T02:16:00.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-03-04T02:16:00.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-03-04T02:16:00.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2025-03-04T02:16:00.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3353 | 2025-03-04T02:16:00.328Z | |
| 3354 | 2025-03-04T02:16:00.328Z | info: running `cargo check --bins` on nexus-test-interface (151/196) |
| 3355 | 2025-03-04T02:16:00.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2025-03-04T02:16:00.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2025-03-04T02:16:00.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2025-03-04T02:16:00.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3359 | 2025-03-04T02:16:01.046Z | |
| 3360 | 2025-03-04T02:16:01.046Z | info: running `cargo check --bins` on oximeter-collector (152/196) |
| 3361 | 2025-03-04T02:16:01.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2025-03-04T02:16:01.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2025-03-04T02:16:01.816Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3364 | 2025-03-04T02:16:01.817Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3365 | 2025-03-04T02:16:02.715Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3366 | 2025-03-04T02:16:04.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
| 3367 | 2025-03-04T02:16:04.933Z | |
| 3368 | 2025-03-04T02:16:04.933Z | info: running `cargo check --bins` on oximeter-api (153/196) |
| 3369 | 2025-03-04T02:16:05.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2025-03-04T02:16:05.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2025-03-04T02:16:05.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2025-03-04T02:16:05.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3373 | 2025-03-04T02:16:05.623Z | |
| 3374 | 2025-03-04T02:16:05.623Z | info: running `cargo check --bins` on cert-dev (154/196) |
| 3375 | 2025-03-04T02:16:06.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2025-03-04T02:16:06.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2025-03-04T02:16:06.292Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3378 | 2025-03-04T02:16:06.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3379 | 2025-03-04T02:16:06.774Z | |
| 3380 | 2025-03-04T02:16:06.774Z | info: running `cargo check --bins` on clickana (155/196) |
| 3381 | 2025-03-04T02:16:07.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2025-03-04T02:16:07.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2025-03-04T02:16:07.469Z | Checking itertools v0.13.0 |
| 3384 | 2025-03-04T02:16:07.469Z | Checking castaway v0.2.3 |
| 3385 | 2025-03-04T02:16:07.472Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3386 | 2025-03-04T02:16:07.472Z | Checking lru v0.12.5 |
| 3387 | 2025-03-04T02:16:07.472Z | Compiling instability v0.3.2 |
| 3388 | 2025-03-04T02:16:07.472Z | Checking cassowary v0.3.0 |
| 3389 | 2025-03-04T02:16:07.472Z | Compiling indoc v2.0.5 |
| 3390 | 2025-03-04T02:16:07.731Z | Checking compact_str v0.8.0 |
| 3391 | 2025-03-04T02:16:09.291Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3392 | 2025-03-04T02:16:09.356Z | Checking unicode-truncate v1.1.0 |
| 3393 | 2025-03-04T02:16:09.509Z | Checking ratatui v0.29.0 |
| 3394 | 2025-03-04T02:16:11.455Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3395 | 2025-03-04T02:16:12.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
| 3396 | 2025-03-04T02:16:12.513Z | |
| 3397 | 2025-03-04T02:16:12.513Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/196) |
| 3398 | 2025-03-04T02:16:13.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2025-03-04T02:16:13.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2025-03-04T02:16:13.267Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3401 | 2025-03-04T02:16:13.267Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3402 | 2025-03-04T02:16:14.329Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3403 | 2025-03-04T02:16:14.806Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3404 | 2025-03-04T02:16:15.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s |
| 3405 | 2025-03-04T02:16:15.387Z | |
| 3406 | 2025-03-04T02:16:15.387Z | info: running `cargo check --bins` on ch-dev (157/196) |
| 3407 | 2025-03-04T02:16:16.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2025-03-04T02:16:16.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2025-03-04T02:16:16.103Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3410 | 2025-03-04T02:16:16.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 3411 | 2025-03-04T02:16:17.076Z | |
| 3412 | 2025-03-04T02:16:17.076Z | info: running `cargo check --bins` on crdb-seed (158/196) |
| 3413 | 2025-03-04T02:16:17.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2025-03-04T02:16:17.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2025-03-04T02:16:17.793Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3416 | 2025-03-04T02:16:18.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3417 | 2025-03-04T02:16:18.374Z | |
| 3418 | 2025-03-04T02:16:18.374Z | info: running `cargo check --bins` on db-dev (159/196) |
| 3419 | 2025-03-04T02:16:19.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2025-03-04T02:16:19.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2025-03-04T02:16:19.143Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3422 | 2025-03-04T02:16:19.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3423 | 2025-03-04T02:16:20.063Z | |
| 3424 | 2025-03-04T02:16:20.064Z | info: running `cargo check --bins` on omicron-dev-lib (160/196) |
| 3425 | 2025-03-04T02:16:20.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2025-03-04T02:16:20.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2025-03-04T02:16:20.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2025-03-04T02:16:20.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3429 | 2025-03-04T02:16:20.768Z | |
| 3430 | 2025-03-04T02:16:20.768Z | info: running `cargo check --bins` on xtask-downloader (161/196) |
| 3431 | 2025-03-04T02:16:21.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2025-03-04T02:16:21.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2025-03-04T02:16:21.437Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3434 | 2025-03-04T02:16:22.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 3435 | 2025-03-04T02:16:22.515Z | |
| 3436 | 2025-03-04T02:16:22.515Z | info: running `cargo check --bins` on omicron-ls-apis (162/196) |
| 3437 | 2025-03-04T02:16:23.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2025-03-04T02:16:23.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2025-03-04T02:16:23.208Z | Checking cargo-platform v0.1.8 |
| 3440 | 2025-03-04T02:16:23.499Z | Checking cargo_metadata v0.19.2 |
| 3441 | 2025-03-04T02:16:24.517Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3442 | 2025-03-04T02:16:25.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s |
| 3443 | 2025-03-04T02:16:25.549Z | |
| 3444 | 2025-03-04T02:16:25.549Z | info: running `cargo check --bins` on mgs-dev (163/196) |
| 3445 | 2025-03-04T02:16:26.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2025-03-04T02:16:26.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2025-03-04T02:16:26.346Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3448 | 2025-03-04T02:16:27.822Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3449 | 2025-03-04T02:16:28.393Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3450 | 2025-03-04T02:16:28.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 3451 | 2025-03-04T02:16:29.155Z | |
| 3452 | 2025-03-04T02:16:29.155Z | info: running `cargo check --bins` on omicron-omdb (164/196) |
| 3453 | 2025-03-04T02:16:29.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2025-03-04T02:16:29.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2025-03-04T02:16:30.032Z | Compiling crunchy v0.2.2 |
| 3456 | 2025-03-04T02:16:30.035Z | Compiling tiny-keccak v2.0.2 |
| 3457 | 2025-03-04T02:16:30.036Z | Compiling dsl_auto_type v0.1.2 |
| 3458 | 2025-03-04T02:16:30.036Z | Checking scheduled-thread-pool v0.2.7 |
| 3459 | 2025-03-04T02:16:30.036Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3460 | 2025-03-04T02:16:30.156Z | Compiling bit-vec v0.6.3 |
| 3461 | 2025-03-04T02:16:30.226Z | Compiling ascii-canvas v3.0.0 |
| 3462 | 2025-03-04T02:16:30.229Z | Compiling ena v0.14.3 |
| 3463 | 2025-03-04T02:16:30.419Z | Checking r2d2 v0.8.10 |
| 3464 | 2025-03-04T02:16:30.519Z | Compiling diff v0.1.13 |
| 3465 | 2025-03-04T02:16:30.539Z | Compiling bit-set v0.5.3 |
| 3466 | 2025-03-04T02:16:30.632Z | Compiling bindgen v0.71.1 |
| 3467 | 2025-03-04T02:16:30.653Z | Compiling regex-syntax v0.6.29 |
| 3468 | 2025-03-04T02:16:30.682Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3469 | 2025-03-04T02:16:30.755Z | Compiling rustc-hash v2.1.1 |
| 3470 | 2025-03-04T02:16:30.805Z | Compiling ref-cast v1.0.23 |
| 3471 | 2025-03-04T02:16:30.922Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3472 | 2025-03-04T02:16:30.967Z | Compiling derive_builder_core v0.20.2 |
| 3473 | 2025-03-04T02:16:31.048Z | Compiling libxml v0.3.3 |
| 3474 | 2025-03-04T02:16:31.244Z | Compiling ref-cast-impl v1.0.23 |
| 3475 | 2025-03-04T02:16:31.410Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3476 | 2025-03-04T02:16:31.496Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3477 | 2025-03-04T02:16:31.517Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3478 | 2025-03-04T02:16:31.520Z | Compiling diesel_derives v2.2.3 |
| 3479 | 2025-03-04T02:16:31.832Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3480 | 2025-03-04T02:16:31.914Z | Compiling strum_macros v0.24.3 |
| 3481 | 2025-03-04T02:16:32.207Z | Compiling indoc v1.0.9 |
| 3482 | 2025-03-04T02:16:33.067Z | Compiling derive_builder_macro v0.20.2 |
| 3483 | 2025-03-04T02:16:33.135Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3484 | 2025-03-04T02:16:33.477Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3485 | 2025-03-04T02:16:33.970Z | Compiling lalrpop v0.19.12 |
| 3486 | 2025-03-04T02:16:34.102Z | Checking derive_builder v0.20.2 |
| 3487 | 2025-03-04T02:16:34.272Z | Compiling oso-derive v0.27.3 |
| 3488 | 2025-03-04T02:16:34.513Z | Checking quick-xml v0.37.2 |
| 3489 | 2025-03-04T02:16:35.226Z | Compiling diesel-dtrace v0.4.2 |
| 3490 | 2025-03-04T02:16:35.275Z | Checking maplit v1.0.2 |
| 3491 | 2025-03-04T02:16:35.460Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3492 | 2025-03-04T02:16:35.651Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3493 | 2025-03-04T02:16:35.859Z | Checking bb8 v0.8.5 |
| 3494 | 2025-03-04T02:16:36.015Z | Checking io-lifetimes v1.0.11 |
| 3495 | 2025-03-04T02:16:36.235Z | Checking rustix v0.37.28 |
| 3496 | 2025-03-04T02:16:36.318Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3497 | 2025-03-04T02:16:36.660Z | Checking rand_seeder v0.3.0 |
| 3498 | 2025-03-04T02:16:36.713Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3499 | 2025-03-04T02:16:36.921Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3500 | 2025-03-04T02:16:37.072Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3501 | 2025-03-04T02:16:37.145Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3502 | 2025-03-04T02:16:37.324Z | Checking terminal_size v0.2.6 |
| 3503 | 2025-03-04T02:16:37.472Z | Checking unicode-linebreak v0.1.5 |
| 3504 | 2025-03-04T02:16:37.510Z | Checking is_ci v1.2.0 |
| 3505 | 2025-03-04T02:16:37.671Z | Checking smawk v0.3.2 |
| 3506 | 2025-03-04T02:16:37.898Z | Checking supports-color v3.0.2 |
| 3507 | 2025-03-04T02:16:37.971Z | Checking textwrap v0.16.1 |
| 3508 | 2025-03-04T02:16:38.202Z | Checking multimap v0.10.0 |
| 3509 | 2025-03-04T02:16:39.163Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3510 | 2025-03-04T02:16:40.452Z | Checking diesel v2.2.7 |
| 3511 | 2025-03-04T02:16:56.151Z | Compiling samael v0.0.18 |
| 3512 | 2025-03-04T02:17:13.857Z | Checking async-bb8-diesel v0.2.1 |
| 3513 | 2025-03-04T02:17:15.044Z | Compiling polar-core v0.27.3 |
| 3514 | 2025-03-04T02:17:22.359Z | Checking oso v0.27.3 |
| 3515 | 2025-03-04T02:18:24.548Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3516 | 2025-03-04T02:18:31.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
| 3517 | 2025-03-04T02:18:31.551Z | |
| 3518 | 2025-03-04T02:18:31.552Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/196) |
| 3519 | 2025-03-04T02:18:32.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2025-03-04T02:18:32.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2025-03-04T02:18:32.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2025-03-04T02:18:32.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3523 | 2025-03-04T02:18:32.301Z | |
| 3524 | 2025-03-04T02:18:32.301Z | info: running `cargo check --bins` on nexus-saga-recovery (166/196) |
| 3525 | 2025-03-04T02:18:32.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2025-03-04T02:18:32.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2025-03-04T02:18:32.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2025-03-04T02:18:32.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3529 | 2025-03-04T02:18:33.069Z | |
| 3530 | 2025-03-04T02:18:33.069Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/196) |
| 3531 | 2025-03-04T02:18:33.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2025-03-04T02:18:33.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2025-03-04T02:18:33.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2025-03-04T02:18:33.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3535 | 2025-03-04T02:18:33.749Z | |
| 3536 | 2025-03-04T02:18:33.749Z | info: running `cargo check --bins` on omicron-nexus (168/196) |
| 3537 | 2025-03-04T02:18:34.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2025-03-04T02:18:34.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2025-03-04T02:18:34.620Z | Compiling libz-sys v1.1.20 |
| 3540 | 2025-03-04T02:18:34.626Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3541 | 2025-03-04T02:18:34.757Z | Compiling vergen v8.3.2 |
| 3542 | 2025-03-04T02:18:34.760Z | Compiling cargo-platform v0.1.8 |
| 3543 | 2025-03-04T02:18:34.760Z | Compiling pin-project-internal v1.1.6 |
| 3544 | 2025-03-04T02:18:34.774Z | Compiling snafu-derive v0.8.5 |
| 3545 | 2025-03-04T02:18:34.778Z | Compiling rustls v0.21.12 |
| 3546 | 2025-03-04T02:18:34.778Z | Checking globset v0.4.15 |
| 3547 | 2025-03-04T02:18:35.083Z | Checking olpc-cjson v0.1.4 |
| 3548 | 2025-03-04T02:18:35.177Z | Compiling cargo_metadata v0.18.1 |
| 3549 | 2025-03-04T02:18:35.303Z | Checking sct v0.7.1 |
| 3550 | 2025-03-04T02:18:35.324Z | Checking rustls-webpki v0.101.7 |
| 3551 | 2025-03-04T02:18:35.348Z | Checking serde_plain v1.0.2 |
| 3552 | 2025-03-04T02:18:35.476Z | Checking typed-path v0.9.3 |
| 3553 | 2025-03-04T02:18:35.612Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3554 | 2025-03-04T02:18:35.701Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3555 | 2025-03-04T02:18:35.903Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3556 | 2025-03-04T02:18:36.002Z | Checking parse-size v1.1.0 |
| 3557 | 2025-03-04T02:18:36.251Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3558 | 2025-03-04T02:18:36.282Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3559 | 2025-03-04T02:18:37.128Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3560 | 2025-03-04T02:18:37.330Z | Checking rustls-pemfile v1.0.4 |
| 3561 | 2025-03-04T02:18:37.465Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3562 | 2025-03-04T02:18:37.531Z | Checking pin-project v1.1.6 |
| 3563 | 2025-03-04T02:18:37.551Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3564 | 2025-03-04T02:18:37.688Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3565 | 2025-03-04T02:18:37.799Z | Checking twox-hash v2.1.0 |
| 3566 | 2025-03-04T02:18:37.895Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3567 | 2025-03-04T02:18:38.037Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3568 | 2025-03-04T02:18:38.406Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3569 | 2025-03-04T02:18:39.037Z | Checking tokio-rustls v0.24.1 |
| 3570 | 2025-03-04T02:18:39.410Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3571 | 2025-03-04T02:18:39.557Z | Checking snafu v0.8.5 |
| 3572 | 2025-03-04T02:18:39.941Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3573 | 2025-03-04T02:18:39.963Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3574 | 2025-03-04T02:18:39.981Z | Checking fatfs v0.3.6 |
| 3575 | 2025-03-04T02:18:40.006Z | Checking tough v0.19.0 |
| 3576 | 2025-03-04T02:18:40.159Z | Checking assert_matches v1.5.0 |
| 3577 | 2025-03-04T02:18:43.959Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3578 | 2025-03-04T02:18:45.167Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3579 | 2025-03-04T02:18:46.391Z | Compiling git2 v0.19.0 |
| 3580 | 2025-03-04T02:18:50.509Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3581 | 2025-03-04T02:19:51.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 3582 | 2025-03-04T02:19:51.331Z | |
| 3583 | 2025-03-04T02:19:51.331Z | info: running `cargo check --bins` on nexus-external-api (169/196) |
| 3584 | 2025-03-04T02:19:52.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2025-03-04T02:19:52.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2025-03-04T02:19:52.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2025-03-04T02:19:52.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3588 | 2025-03-04T02:19:52.122Z | |
| 3589 | 2025-03-04T02:19:52.122Z | info: running `cargo check --bins` on nexus-internal-api (170/196) |
| 3590 | 2025-03-04T02:19:52.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-03-04T02:19:52.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-03-04T02:19:52.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2025-03-04T02:19:52.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3594 | 2025-03-04T02:19:52.845Z | |
| 3595 | 2025-03-04T02:19:52.845Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/196) |
| 3596 | 2025-03-04T02:19:53.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2025-03-04T02:19:53.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2025-03-04T02:19:53.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2025-03-04T02:19:53.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3600 | 2025-03-04T02:19:53.602Z | |
| 3601 | 2025-03-04T02:19:53.602Z | info: running `cargo check --bins` on nexus-networking (172/196) |
| 3602 | 2025-03-04T02:19:54.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2025-03-04T02:19:54.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2025-03-04T02:19:54.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2025-03-04T02:19:54.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3606 | 2025-03-04T02:19:54.347Z | |
| 3607 | 2025-03-04T02:19:54.347Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/196) |
| 3608 | 2025-03-04T02:19:54.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2025-03-04T02:19:54.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2025-03-04T02:19:54.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2025-03-04T02:19:54.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3612 | 2025-03-04T02:19:55.084Z | |
| 3613 | 2025-03-04T02:19:55.085Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/196) |
| 3614 | 2025-03-04T02:19:55.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2025-03-04T02:19:55.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2025-03-04T02:19:55.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2025-03-04T02:19:55.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3618 | 2025-03-04T02:19:55.827Z | |
| 3619 | 2025-03-04T02:19:55.827Z | info: running `cargo check --bins` on update-common (175/196) |
| 3620 | 2025-03-04T02:19:56.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2025-03-04T02:19:56.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2025-03-04T02:19:56.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2025-03-04T02:19:56.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3624 | 2025-03-04T02:19:56.534Z | |
| 3625 | 2025-03-04T02:19:56.534Z | info: running `cargo check --bins` on omicron-dev (176/196) |
| 3626 | 2025-03-04T02:19:57.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2025-03-04T02:19:57.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2025-03-04T02:19:57.510Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3629 | 2025-03-04T02:19:57.516Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3630 | 2025-03-04T02:19:57.642Z | Checking diff v0.1.13 |
| 3631 | 2025-03-04T02:19:57.642Z | Checking yansi v1.0.1 |
| 3632 | 2025-03-04T02:19:57.649Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3633 | 2025-03-04T02:19:57.678Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3634 | 2025-03-04T02:19:58.095Z | Checking pretty_assertions v1.4.1 |
| 3635 | 2025-03-04T02:19:58.745Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3636 | 2025-03-04T02:20:27.500Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3637 | 2025-03-04T02:20:27.500Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3638 | 2025-03-04T02:20:27.503Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3639 | 2025-03-04T02:20:27.503Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3640 | 2025-03-04T02:20:27.503Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3641 | 2025-03-04T02:20:27.503Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3642 | 2025-03-04T02:20:28.406Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3643 | 2025-03-04T02:20:29.723Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3644 | 2025-03-04T02:21:14.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 3645 | 2025-03-04T02:21:14.731Z | |
| 3646 | 2025-03-04T02:21:14.731Z | info: running `cargo check --bins` on openapi-manager (177/196) |
| 3647 | 2025-03-04T02:21:15.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2025-03-04T02:21:15.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2025-03-04T02:21:15.524Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3650 | 2025-03-04T02:21:15.527Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3651 | 2025-03-04T02:21:15.527Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3652 | 2025-03-04T02:21:15.667Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3653 | 2025-03-04T02:21:15.680Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3654 | 2025-03-04T02:21:15.683Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3655 | 2025-03-04T02:21:15.713Z | Checking papergrid v0.14.0 |
| 3656 | 2025-03-04T02:21:15.732Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3657 | 2025-03-04T02:21:15.909Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3658 | 2025-03-04T02:21:16.047Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3659 | 2025-03-04T02:21:16.289Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3660 | 2025-03-04T02:21:16.458Z | Compiling proc-macro-error2 v2.0.1 |
| 3661 | 2025-03-04T02:21:17.093Z | Compiling tabled_derive v0.10.0 |
| 3662 | 2025-03-04T02:21:17.168Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3663 | 2025-03-04T02:21:17.474Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3664 | 2025-03-04T02:21:17.553Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3665 | 2025-03-04T02:21:17.873Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3666 | 2025-03-04T02:21:18.470Z | Checking heck v0.4.1 |
| 3667 | 2025-03-04T02:21:18.584Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3668 | 2025-03-04T02:21:18.703Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3669 | 2025-03-04T02:21:18.989Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3670 | 2025-03-04T02:21:19.114Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3671 | 2025-03-04T02:21:19.654Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3672 | 2025-03-04T02:21:19.771Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3673 | 2025-03-04T02:21:19.836Z | Checking tabled v0.18.0 |
| 3674 | 2025-03-04T02:21:20.014Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3675 | 2025-03-04T02:21:20.111Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3676 | 2025-03-04T02:21:20.114Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3677 | 2025-03-04T02:21:21.907Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3678 | 2025-03-04T02:21:21.907Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3679 | 2025-03-04T02:21:25.036Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3680 | 2025-03-04T02:21:26.655Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3681 | 2025-03-04T02:21:31.360Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3682 | 2025-03-04T02:21:31.360Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3683 | 2025-03-04T02:21:32.669Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3684 | 2025-03-04T02:21:34.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s |
| 3685 | 2025-03-04T02:21:34.345Z | |
| 3686 | 2025-03-04T02:21:34.345Z | info: running `cargo check --bins` on installinator-api (178/196) |
| 3687 | 2025-03-04T02:21:34.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2025-03-04T02:21:34.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2025-03-04T02:21:34.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2025-03-04T02:21:34.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3691 | 2025-03-04T02:21:35.063Z | |
| 3692 | 2025-03-04T02:21:35.064Z | info: running `cargo check --bins` on wicketd-api (179/196) |
| 3693 | 2025-03-04T02:21:35.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2025-03-04T02:21:35.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2025-03-04T02:21:35.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2025-03-04T02:21:35.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3697 | 2025-03-04T02:21:35.793Z | |
| 3698 | 2025-03-04T02:21:35.793Z | info: running `cargo check --bins` on omicron-pins (180/196) |
| 3699 | 2025-03-04T02:21:36.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2025-03-04T02:21:36.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2025-03-04T02:21:36.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2025-03-04T02:21:36.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3703 | 2025-03-04T02:21:36.462Z | |
| 3704 | 2025-03-04T02:21:36.462Z | info: running `cargo check --bins` on reconfigurator-cli (181/196) |
| 3705 | 2025-03-04T02:21:37.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2025-03-04T02:21:37.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2025-03-04T02:21:37.213Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3708 | 2025-03-04T02:21:37.214Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3709 | 2025-03-04T02:21:37.217Z | Compiling petname v2.0.2 |
| 3710 | 2025-03-04T02:21:37.217Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3711 | 2025-03-04T02:21:37.217Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3712 | 2025-03-04T02:21:37.217Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3713 | 2025-03-04T02:21:37.351Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3714 | 2025-03-04T02:21:37.397Z | Checking sync-ptr v0.1.1 |
| 3715 | 2025-03-04T02:21:42.692Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3716 | 2025-03-04T02:21:43.352Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3717 | 2025-03-04T02:21:44.614Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3718 | 2025-03-04T02:21:46.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s |
| 3719 | 2025-03-04T02:21:46.418Z | |
| 3720 | 2025-03-04T02:21:46.418Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (182/196) |
| 3721 | 2025-03-04T02:21:47.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2025-03-04T02:21:47.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2025-03-04T02:21:47.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2025-03-04T02:21:47.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3725 | 2025-03-04T02:21:47.146Z | |
| 3726 | 2025-03-04T02:21:47.146Z | info: running `cargo check --bins` on omicron-releng (183/196) |
| 3727 | 2025-03-04T02:21:47.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2025-03-04T02:21:47.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2025-03-04T02:21:47.844Z | Checking memmap2 v0.9.5 |
| 3730 | 2025-03-04T02:21:47.845Z | Checking constant_time_eq v0.3.1 |
| 3731 | 2025-03-04T02:21:47.848Z | Checking arrayvec v0.7.6 |
| 3732 | 2025-03-04T02:21:47.848Z | Checking arrayref v0.3.9 |
| 3733 | 2025-03-04T02:21:47.848Z | Checking topological-sort v0.2.2 |
| 3734 | 2025-03-04T02:21:47.848Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3735 | 2025-03-04T02:21:47.954Z | Checking shell-words v1.1.0 |
| 3736 | 2025-03-04T02:21:48.257Z | Checking blake3 v1.5.4 |
| 3737 | 2025-03-04T02:21:48.609Z | Checking omicron-zone-package v0.12.0 |
| 3738 | 2025-03-04T02:21:49.754Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3739 | 2025-03-04T02:21:50.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
| 3740 | 2025-03-04T02:21:50.793Z | |
| 3741 | 2025-03-04T02:21:50.794Z | info: running `cargo check --bins` on xtask (184/196) |
| 3742 | 2025-03-04T02:21:51.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2025-03-04T02:21:51.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2025-03-04T02:21:51.271Z | Checking bitflags v2.6.0 |
| 3745 | 2025-03-04T02:21:51.274Z | Checking serde v1.0.218 |
| 3746 | 2025-03-04T02:21:51.274Z | Checking thiserror v1.0.69 |
| 3747 | 2025-03-04T02:21:51.370Z | Checking scroll v0.12.0 |
| 3748 | 2025-03-04T02:21:51.380Z | Checking log v0.4.22 |
| 3749 | 2025-03-04T02:21:51.383Z | Checking hashbrown v0.15.1 |
| 3750 | 2025-03-04T02:21:51.383Z | Checking zerocopy v0.7.35 |
| 3751 | 2025-03-04T02:21:51.418Z | Checking syn v2.0.98 |
| 3752 | 2025-03-04T02:21:51.481Z | Checking pest v2.7.14 |
| 3753 | 2025-03-04T02:21:51.595Z | Checking rustix v0.38.37 |
| 3754 | 2025-03-04T02:21:51.625Z | Checking once_cell v1.20.3 |
| 3755 | 2025-03-04T02:21:51.815Z | Checking goblin v0.8.2 |
| 3756 | 2025-03-04T02:21:51.940Z | Checking thiserror v2.0.11 |
| 3757 | 2025-03-04T02:21:52.099Z | Checking fs-err v2.11.0 |
| 3758 | 2025-03-04T02:21:52.387Z | Checking indexmap v2.7.1 |
| 3759 | 2025-03-04T02:21:52.423Z | Checking tabled v0.15.0 |
| 3760 | 2025-03-04T02:21:52.560Z | Checking anyhow v1.0.97 |
| 3761 | 2025-03-04T02:21:53.395Z | Checking terminal_size v0.4.0 |
| 3762 | 2025-03-04T02:21:53.395Z | Checking tempfile v3.13.0 |
| 3763 | 2025-03-04T02:21:53.595Z | Checking clap_builder v4.5.31 |
| 3764 | 2025-03-04T02:21:54.069Z | Checking dtrace-parser v0.2.0 |
| 3765 | 2025-03-04T02:21:55.154Z | Checking serde_json v1.0.139 |
| 3766 | 2025-03-04T02:21:55.154Z | Checking serde_spanned v0.6.8 |
| 3767 | 2025-03-04T02:21:55.157Z | Checking toml_datetime v0.6.8 |
| 3768 | 2025-03-04T02:21:55.157Z | Checking camino v1.1.9 |
| 3769 | 2025-03-04T02:21:55.157Z | Checking semver v1.0.25 |
| 3770 | 2025-03-04T02:21:55.407Z | Checking cargo-platform v0.1.8 |
| 3771 | 2025-03-04T02:21:55.463Z | Checking toml_edit v0.22.24 |
| 3772 | 2025-03-04T02:21:55.616Z | Checking macaddr v1.0.1 |
| 3773 | 2025-03-04T02:21:55.700Z | Checking camino-tempfile v1.1.1 |
| 3774 | 2025-03-04T02:21:56.270Z | Checking clap v4.5.31 |
| 3775 | 2025-03-04T02:21:56.399Z | Checking dof v0.3.0 |
| 3776 | 2025-03-04T02:21:56.399Z | Checking cargo_metadata v0.19.2 |
| 3777 | 2025-03-04T02:21:56.815Z | Checking usdt-impl v0.5.0 |
| 3778 | 2025-03-04T02:21:57.191Z | Checking usdt v0.5.0 |
| 3779 | 2025-03-04T02:21:57.398Z | Checking toml v0.8.20 |
| 3780 | 2025-03-04T02:21:57.846Z | Checking cargo_toml v0.21.0 |
| 3781 | 2025-03-04T02:21:59.050Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3782 | 2025-03-04T02:21:59.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s |
| 3783 | 2025-03-04T02:21:59.829Z | |
| 3784 | 2025-03-04T02:21:59.830Z | info: running `cargo check --bins` on end-to-end-tests (185/196) |
| 3785 | 2025-03-04T02:22:00.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2025-03-04T02:22:00.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2025-03-04T02:22:00.660Z | Checking polyval v0.6.2 |
| 3788 | 2025-03-04T02:22:00.781Z | Checking ctr v0.9.2 |
| 3789 | 2025-03-04T02:22:00.798Z | Checking ssh-encoding v0.2.0 |
| 3790 | 2025-03-04T02:22:00.801Z | Checking blowfish v0.9.1 |
| 3791 | 2025-03-04T02:22:00.831Z | Checking password-hash v0.4.2 |
| 3792 | 2025-03-04T02:22:00.845Z | Checking p256 v0.13.2 |
| 3793 | 2025-03-04T02:22:00.848Z | Checking p521 v0.13.3 |
| 3794 | 2025-03-04T02:22:00.882Z | Checking russh-cryptovec v0.7.3 |
| 3795 | 2025-03-04T02:22:01.017Z | Checking ghash v0.5.1 |
| 3796 | 2025-03-04T02:22:01.040Z | Checking bcrypt-pbkdf v0.10.0 |
| 3797 | 2025-03-04T02:22:01.069Z | Checking md5 v0.7.0 |
| 3798 | 2025-03-04T02:22:01.123Z | Checking num-bigint v0.4.6 |
| 3799 | 2025-03-04T02:22:01.145Z | Checking des v0.8.1 |
| 3800 | 2025-03-04T02:22:01.190Z | Checking aes-gcm v0.10.3 |
| 3801 | 2025-03-04T02:22:01.254Z | Checking pbkdf2 v0.11.0 |
| 3802 | 2025-03-04T02:22:01.307Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3803 | 2025-03-04T02:22:01.327Z | Checking hex-literal v0.4.1 |
| 3804 | 2025-03-04T02:22:01.406Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3805 | 2025-03-04T02:22:01.409Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3806 | 2025-03-04T02:22:01.446Z | Checking ssh-cipher v0.2.0 |
| 3807 | 2025-03-04T02:22:01.473Z | Checking internet-checksum v0.2.1 |
| 3808 | 2025-03-04T02:22:01.744Z | Checking ssh-key v0.6.6 |
| 3809 | 2025-03-04T02:22:01.955Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3810 | 2025-03-04T02:22:02.870Z | Checking russh-keys v0.45.0 |
| 3811 | 2025-03-04T02:22:03.753Z | Checking russh v0.45.0 |
| 3812 | 2025-03-04T02:22:23.353Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3813 | 2025-03-04T02:22:24.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.97s |
| 3814 | 2025-03-04T02:22:25.046Z | |
| 3815 | 2025-03-04T02:22:25.046Z | info: running `cargo check --bins` on gateway-cli (186/196) |
| 3816 | 2025-03-04T02:22:25.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2025-03-04T02:22:25.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2025-03-04T02:22:25.767Z | Checking termios v0.3.3 |
| 3819 | 2025-03-04T02:22:26.007Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3820 | 2025-03-04T02:22:26.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 3821 | 2025-03-04T02:22:27.055Z | |
| 3822 | 2025-03-04T02:22:27.056Z | info: running `cargo check --bins --no-default-features` on installinator (187/196) |
| 3823 | 2025-03-04T02:22:27.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2025-03-04T02:22:27.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2025-03-04T02:22:27.835Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3826 | 2025-03-04T02:22:27.835Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3827 | 2025-03-04T02:22:27.838Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3828 | 2025-03-04T02:22:27.838Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3829 | 2025-03-04T02:22:28.908Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3830 | 2025-03-04T02:22:30.235Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3831 | 2025-03-04T02:22:32.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
| 3832 | 2025-03-04T02:22:32.355Z | |
| 3833 | 2025-03-04T02:22:32.355Z | info: running `cargo check --bins` on internal-dns-cli (188/196) |
| 3834 | 2025-03-04T02:22:32.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2025-03-04T02:22:32.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2025-03-04T02:22:33.082Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3837 | 2025-03-04T02:22:33.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3838 | 2025-03-04T02:22:33.782Z | |
| 3839 | 2025-03-04T02:22:33.782Z | info: running `cargo check --bins` on omicron-live-tests (189/196) |
| 3840 | 2025-03-04T02:22:34.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2025-03-04T02:22:34.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2025-03-04T02:22:34.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2025-03-04T02:22:34.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3844 | 2025-03-04T02:22:34.491Z | |
| 3845 | 2025-03-04T02:22:34.491Z | info: running `cargo check --bins` on live-tests-macros (190/196) |
| 3846 | 2025-03-04T02:22:35.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-03-04T02:22:35.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-03-04T02:22:35.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2025-03-04T02:22:35.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3850 | 2025-03-04T02:22:35.195Z | |
| 3851 | 2025-03-04T02:22:35.195Z | info: running `cargo check --bins` on omicron-package (191/196) |
| 3852 | 2025-03-04T02:22:35.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-03-04T02:22:35.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-03-04T02:22:35.960Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3855 | 2025-03-04T02:22:37.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 3856 | 2025-03-04T02:22:37.658Z | |
| 3857 | 2025-03-04T02:22:37.658Z | info: running `cargo check --bins` on wicket-dbg (192/196) |
| 3858 | 2025-03-04T02:22:38.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2025-03-04T02:22:38.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2025-03-04T02:22:38.470Z | Checking rtoolbox v0.0.2 |
| 3861 | 2025-03-04T02:22:38.473Z | Checking tui-tree-widget v0.23.0 |
| 3862 | 2025-03-04T02:22:38.473Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3863 | 2025-03-04T02:22:38.727Z | Checking rpassword v7.3.1 |
| 3864 | 2025-03-04T02:22:43.627Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3865 | 2025-03-04T02:22:46.706Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3866 | 2025-03-04T02:22:47.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.27s |
| 3867 | 2025-03-04T02:22:48.158Z | |
| 3868 | 2025-03-04T02:22:48.158Z | info: running `cargo check --bins` on wicket (193/196) |
| 3869 | 2025-03-04T02:22:48.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2025-03-04T02:22:48.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2025-03-04T02:22:48.964Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3872 | 2025-03-04T02:22:49.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3873 | 2025-03-04T02:22:49.607Z | |
| 3874 | 2025-03-04T02:22:49.607Z | info: running `cargo check --bins` on wicketd (194/196) |
| 3875 | 2025-03-04T02:22:50.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2025-03-04T02:22:50.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2025-03-04T02:22:50.390Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3878 | 2025-03-04T02:22:50.390Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3879 | 2025-03-04T02:22:51.277Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3880 | 2025-03-04T02:22:55.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
| 3881 | 2025-03-04T02:22:55.634Z | |
| 3882 | 2025-03-04T02:22:55.634Z | info: running `cargo check --bins` on omicron-workspace-hack (195/196) |
| 3883 | 2025-03-04T02:22:56.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2025-03-04T02:22:56.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2025-03-04T02:22:56.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2025-03-04T02:22:56.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3887 | 2025-03-04T02:22:56.314Z | |
| 3888 | 2025-03-04T02:22:56.314Z | info: running `cargo check --bins` on zone-setup (196/196) |
| 3889 | 2025-03-04T02:22:56.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2025-03-04T02:22:56.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2025-03-04T02:22:57.061Z | Checking uzers v0.12.1 |
| 3892 | 2025-03-04T02:22:57.419Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3893 | 2025-03-04T02:22:58.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
| 3894 | 2025-03-04T02:22:58.636Z | |
| 3895 | 2025-03-04T02:22:58.641Z | real 14:22.658155027 |
| 3896 | 2025-03-04T02:22:58.641Z | user 29:05.074902762 |
| 3897 | 2025-03-04T02:22:58.641Z | sys 4:30.570187261 |
| 3898 | 2025-03-04T02:22:58.641Z | trap 0.644267709 |
| 3899 | 2025-03-04T02:22:58.641Z | tflt 0.584423033 |
| 3900 | 2025-03-04T02:22:58.641Z | dflt 1.847667281 |
| 3901 | 2025-03-04T02:22:58.641Z | kflt 0.001170833 |
| 3902 | 2025-03-04T02:22:58.641Z | lock 50:32.164108430 |
| 3903 | 2025-03-04T02:22:58.641Z | slp 2:19:38.147679544 |
| 3904 | 2025-03-04T02:22:58.641Z | lat 1:12.028020690 |
| 3905 | 2025-03-04T02:22:58.641Z | stop 4:09.666951028 |
| 3906 | 2025-03-04T02:22:58.641Z | process exited: duration 1271886 ms, exit code 0 |
| |
| 3907 | 2025-03-04T02:22:58.648Z | found 0 output files |