|
|
|
| 1 | 2025-04-15T03:11:02.515Z | job assigned to worker 01JRVPTSF918QAXNH1PMMWZAD9 [factory gimlet-EVT22200007-propolis, EVT22200007/24648] (queued for 24 s) |
| |
| 2 | 2025-04-15T03:11:10.803Z | starting task 0: "setup" |
| 3 | 2025-04-15T03:11:10.828Z | ++ uname -s |
| 4 | 2025-04-15T03:11:10.828Z | + kern=SunOS |
| 5 | 2025-04-15T03:11:10.828Z | + build_user=build |
| 6 | 2025-04-15T03:11:10.828Z | + build_uid=12345 |
| 7 | 2025-04-15T03:11:10.829Z | + work_dir=/work |
| 8 | 2025-04-15T03:11:10.829Z | + input_dir=/input |
| 9 | 2025-04-15T03:11:10.829Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-15T03:11:10.829Z | + case "$kern" in |
| 11 | 2025-04-15T03:11:10.829Z | + groupadd -g 12345 build |
| 12 | 2025-04-15T03:11:10.829Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-15T03:11:12.828Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-15T03:11:12.868Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-15T03:11:12.893Z | + home_fs=zfs |
| 16 | 2025-04-15T03:11:12.893Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-15T03:11:12.893Z | + mkdir -p /home/build |
| 18 | 2025-04-15T03:11:12.893Z | + chown build:build /home/build /work |
| 19 | 2025-04-15T03:11:14.878Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-15T03:11:14.903Z | process exited: duration 4080 ms, exit code 0 |
| |
| 21 | 2025-04-15T03:11:14.956Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-15T03:11:14.982Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-15T03:11:14.982Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-04-15T03:11:14.982Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-04-15T03:11:14.982Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-04-15T03:11:14.982Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-15T03:11:14.982Z | * rust toolchain profile = "default" |
| 28 | 2025-04-15T03:11:14.982Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-15T03:11:14.982Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-15T03:11:15.101Z | info: downloading installer |
| 31 | 2025-04-15T03:11:15.686Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-15T03:11:15.686Z | warn: /opt/ooce/bin |
| 33 | 2025-04-15T03:11:15.686Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-15T03:11:15.686Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-15T03:11:15.686Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-15T03:11:15.686Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-15T03:11:15.686Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-15T03:11:15.686Z | error: cannot install while Rust is installed |
| 39 | 2025-04-15T03:11:15.686Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-15T03:11:15.712Z | info: profile set to 'default' |
| 41 | 2025-04-15T03:11:15.712Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-15T03:11:15.712Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-15T03:11:15.829Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-15T03:11:15.829Z | info: downloading component 'cargo' |
| 45 | 2025-04-15T03:11:16.076Z | info: downloading component 'clippy' |
| 46 | 2025-04-15T03:11:16.177Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-15T03:11:16.557Z | info: downloading component 'rust-std' |
| 48 | 2025-04-15T03:11:16.971Z | info: downloading component 'rustc' |
| 49 | 2025-04-15T03:11:18.736Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-15T03:11:18.796Z | info: installing component 'cargo' |
| 51 | 2025-04-15T03:11:19.907Z | info: installing component 'clippy' |
| 52 | 2025-04-15T03:11:20.403Z | info: installing component 'rust-docs' |
| 53 | 2025-04-15T03:11:23.552Z | info: installing component 'rust-std' |
| 54 | 2025-04-15T03:11:25.477Z | info: installing component 'rustc' |
| 55 | 2025-04-15T03:11:33.317Z | info: installing component 'rustfmt' |
| 56 | 2025-04-15T03:11:33.737Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-15T03:11:33.737Z | |
| 58 | 2025-04-15T03:11:33.929Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-15T03:11:33.929Z | |
| 60 | 2025-04-15T03:11:33.929Z | |
| 61 | 2025-04-15T03:11:33.929Z | Rust is installed now. Great! |
| 62 | 2025-04-15T03:11:33.929Z | |
| 63 | 2025-04-15T03:11:33.929Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-15T03:11:33.929Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-15T03:11:33.929Z | |
| 66 | 2025-04-15T03:11:33.929Z | To configure your current shell, you need to source |
| 67 | 2025-04-15T03:11:33.929Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-15T03:11:33.929Z | |
| 69 | 2025-04-15T03:11:33.929Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-15T03:11:33.929Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-15T03:11:33.929Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-15T03:11:33.929Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-15T03:11:34.033Z | + rustup --version |
| 74 | 2025-04-15T03:11:34.065Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-15T03:11:34.065Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-15T03:11:34.107Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-15T03:11:34.132Z | + cargo --version |
| 78 | 2025-04-15T03:11:34.157Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-15T03:11:34.157Z | + rustc --version |
| 80 | 2025-04-15T03:11:34.206Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-15T03:11:34.233Z | process exited: duration 19255 ms, exit code 0 |
| |
| 82 | 2025-04-15T03:11:34.285Z | starting task 2: "authentication" |
| 83 | 2025-04-15T03:11:34.347Z | process exited: duration 62 ms, exit code 0 |
| |
| 84 | 2025-04-15T03:11:34.405Z | starting task 3: "clone repository" |
| 85 | 2025-04-15T03:11:34.431Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-15T03:11:34.431Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-15T03:11:34.456Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-15T03:11:42.364Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-15T03:11:42.364Z | + git fetch origin f69c0b91e091aa52453b001ca285b97e7471200c |
| 90 | 2025-04-15T03:11:42.778Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-15T03:11:42.778Z | * branch f69c0b91e091aa52453b001ca285b97e7471200c -> FETCH_HEAD |
| 92 | 2025-04-15T03:11:42.803Z | + [[ -n dap/more-daft ]] |
| 93 | 2025-04-15T03:11:42.803Z | ++ git branch --show-current |
| 94 | 2025-04-15T03:11:42.803Z | + current=main |
| 95 | 2025-04-15T03:11:42.803Z | + [[ main != dap/more-daft ]] |
| 96 | 2025-04-15T03:11:42.803Z | + git branch -f dap/more-daft f69c0b91e091aa52453b001ca285b97e7471200c |
| 97 | 2025-04-15T03:11:42.828Z | + git checkout -f dap/more-daft |
| 98 | 2025-04-15T03:11:43.051Z | Switched to branch 'dap/more-daft' |
| 99 | 2025-04-15T03:11:43.076Z | + git reset --hard f69c0b91e091aa52453b001ca285b97e7471200c |
| 100 | 2025-04-15T03:11:43.101Z | HEAD is now at f69c0b91e also update this inventory type |
| 101 | 2025-04-15T03:11:43.101Z | process exited: duration 8675 ms, exit code 0 |
| |
| 102 | 2025-04-15T03:11:43.154Z | starting task 4: "build" |
| 103 | 2025-04-15T03:11:43.179Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-15T03:11:43.179Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-15T03:11:43.179Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-15T03:11:43.179Z | + cargo --version |
| 107 | 2025-04-15T03:11:43.235Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-04-15T03:11:43.325Z | + rustc --version |
| 109 | 2025-04-15T03:11:43.350Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-04-15T03:11:43.350Z | + source ./env.sh |
| 111 | 2025-04-15T03:11:43.350Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-04-15T03:11:43.350Z | ++ set -o xtrace |
| 113 | 2025-04-15T03:11:43.350Z | ++++ dirname ./env.sh |
| 114 | 2025-04-15T03:11:43.351Z | +++ readlink -f . |
| 115 | 2025-04-15T03:11:43.351Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ 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-04-15T03:11:43.351Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-04-15T03:11:43.351Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-04-15T03:11:43.351Z | + 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-04-15T03:11:43.351Z | + 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-04-15T03:11:43.351Z | + banner prerequisites |
| 129 | 2025-04-15T03:11:43.376Z | |
| 130 | 2025-04-15T03:11:43.376Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-04-15T03:11:43.376Z | # # # # # # # # # # # # # # # |
| 132 | 2025-04-15T03:11:43.376Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-04-15T03:11:43.376Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-04-15T03:11:43.376Z | # # # # # # # # # # # # # # # |
| 135 | 2025-04-15T03:11:43.376Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-04-15T03:11:43.376Z | |
| 137 | 2025-04-15T03:11:43.376Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-04-15T03:11:44.743Z | pkg list: illegal option -- F |
| 139 | 2025-04-15T03:11:44.743Z | Usage: |
| 140 | 2025-04-15T03:11:44.743Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 141 | 2025-04-15T03:11:44.743Z | [pkg_fmri_pattern ...] |
| 142 | 2025-04-15T03:11:45.781Z | pkg list: illegal option -- F |
| 143 | 2025-04-15T03:11:45.781Z | Usage: |
| 144 | 2025-04-15T03:11:45.781Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 145 | 2025-04-15T03:11:45.781Z | [pkg_fmri_pattern ...] |
| 146 | 2025-04-15T03:11:57.797Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 147 | 2025-04-15T03:12:03.919Z | Startup: Caching catalogs ... Done |
| 148 | 2025-04-15T03:12:25.499Z | Planning: Solver setup ... Done (20.446s) |
| 149 | 2025-04-15T03:12:25.718Z | Planning: Running solver ... Done (0.220s) |
| 150 | 2025-04-15T03:12:25.867Z | Planning: Finding local manifests ... Done (0.003s) |
| 151 | 2025-04-15T03:12:25.950Z | Planning: Fetching manifests: 0/7 0% complete |
| 152 | 2025-04-15T03:12:26.435Z | Planning: Fetching manifests: 7/7 100% complete |
| 153 | 2025-04-15T03:12:26.568Z | Planning: Package planning ... Done (0.133s) |
| 154 | 2025-04-15T03:12:26.635Z | Planning: Merging actions ... Done (0.067s) |
| 155 | 2025-04-15T03:12:26.855Z | Planning: Checking for conflicting actions ... Done (0.219s) |
| 156 | 2025-04-15T03:12:27.911Z | Planning: Consolidating action changes ... Done (1.056s) |
| 157 | 2025-04-15T03:12:28.314Z | Planning: Evaluating mediators ... Done (0.403s) |
| 158 | 2025-04-15T03:12:28.409Z | Planning: Planning completed in 24.40 seconds |
| 159 | 2025-04-15T03:12:28.434Z | Packages to install: 4 |
| 160 | 2025-04-15T03:12:28.434Z | Packages to update: 3 |
| 161 | 2025-04-15T03:12:28.434Z | Mediators to change: 2 |
| 162 | 2025-04-15T03:12:28.434Z | Services to change: 1 |
| 163 | 2025-04-15T03:12:28.434Z | Estimated space available: 155.09 GB |
| 164 | 2025-04-15T03:12:28.434Z | Estimated space to be consumed: 1.69 GB |
| 165 | 2025-04-15T03:12:28.434Z | Create boot environment: No |
| 166 | 2025-04-15T03:12:28.434Z | Create backup boot environment: Yes |
| 167 | 2025-04-15T03:12:28.434Z | Rebuild boot archive: No |
| 168 | 2025-04-15T03:12:28.434Z | |
| 169 | 2025-04-15T03:12:28.434Z | Changed mediators: |
| 170 | 2025-04-15T03:12:28.434Z | mediator clang: |
| 171 | 2025-04-15T03:12:28.434Z | version: None -> 15 (system default) |
| 172 | 2025-04-15T03:12:28.435Z | |
| 173 | 2025-04-15T03:12:28.435Z | mediator llvm: |
| 174 | 2025-04-15T03:12:28.435Z | version: 14 (system default) -> 15 (system default) |
| 175 | 2025-04-15T03:12:28.435Z | |
| 176 | 2025-04-15T03:12:28.435Z | Changed packages: |
| 177 | 2025-04-15T03:12:28.435Z | helios-dev |
| 178 | 2025-04-15T03:12:28.435Z | developer/build-essential |
| 179 | 2025-04-15T03:12:28.435Z | None -> 11-2.0 |
| 180 | 2025-04-15T03:12:28.435Z | library/libxmlsec1 |
| 181 | 2025-04-15T03:12:28.435Z | None -> 1.2.35-2.0 |
| 182 | 2025-04-15T03:12:28.435Z | ooce/developer/clang-15 |
| 183 | 2025-04-15T03:12:28.435Z | None -> 15.0.7-2.0 |
| 184 | 2025-04-15T03:12:28.435Z | ooce/developer/llvm-15 |
| 185 | 2025-04-15T03:12:28.435Z | None -> 15.0.7-2.0 |
| 186 | 2025-04-15T03:12:28.435Z | package/pkg |
| 187 | 2025-04-15T03:12:28.435Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 188 | 2025-04-15T03:12:28.435Z | system/library/g++-runtime |
| 189 | 2025-04-15T03:12:28.435Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-04-15T03:12:28.435Z | system/library/gcc-runtime |
| 191 | 2025-04-15T03:12:28.435Z | 13-2.0 -> 14-2.0 |
| 192 | 2025-04-15T03:12:28.435Z | |
| 193 | 2025-04-15T03:12:28.435Z | Services: |
| 194 | 2025-04-15T03:12:28.435Z | restart_fmri: |
| 195 | 2025-04-15T03:12:28.435Z | svc:/system/update-man-index:default |
| 196 | 2025-04-15T03:12:28.435Z | |
| 197 | 2025-04-15T03:12:28.435Z | Editable files to change: |
| 198 | 2025-04-15T03:12:28.435Z | Update: |
| 199 | 2025-04-15T03:12:28.435Z | usr/share/lib/pkg/web/config.shtml |
| 200 | 2025-04-15T03:12:28.493Z | |
| 201 | 2025-04-15T03:12:28.493Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 202 | 2025-04-15T03:12:33.494Z | Download: 519/4301 items 17.3/225.4MB 7% complete (5.0M/s) |
| 203 | 2025-04-15T03:12:38.495Z | Download: 1264/4301 items 103.4/225.4MB 45% complete (12.1M/s) |
| 204 | 2025-04-15T03:12:43.497Z | Download: 2248/4301 items 119.4/225.4MB 52% complete (10.2M/s) |
| 205 | 2025-04-15T03:12:48.499Z | Download: 2674/4301 items 120.5/225.4MB 53% complete (2.3M/s) |
| 206 | 2025-04-15T03:12:53.510Z | Download: 3248/4301 items 201.8/225.4MB 89% complete (8.2M/s) |
| 207 | 2025-04-15T03:12:58.511Z | Download: 3757/4301 items 216.9/225.4MB 96% complete (9.6M/s) |
| 208 | 2025-04-15T03:13:05.013Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (5.2M/s) |
| 209 | 2025-04-15T03:13:07.200Z | Download: Completed 225.42 MB in 38.71 seconds (5.8M/s) |
| 210 | 2025-04-15T03:13:08.688Z | Actions: 1/5122 actions (Removing old actions) |
| 211 | 2025-04-15T03:13:08.713Z | Actions: 194/5122 actions (Installing new actions) |
| 212 | 2025-04-15T03:13:13.718Z | Actions: 3937/5122 actions (Installing new actions) |
| 213 | 2025-04-15T03:13:14.597Z | Actions: 4267/5122 actions (Updating modified actions) |
| 214 | 2025-04-15T03:13:15.009Z | Actions: Completed 5122 actions in 6.32 seconds. |
| 215 | 2025-04-15T03:13:15.626Z | Done (0.607s) |
| 216 | 2025-04-15T03:13:15.651Z | Done (0.001s) |
| 217 | 2025-04-15T03:13:16.458Z | Done (0.829s) |
| 218 | 2025-04-15T03:13:21.257Z | Done (4.603s) |
| 219 | 2025-04-15T03:13:21.356Z | Done (0.018s) |
| 220 | 2025-04-15T03:13:21.380Z | Done (0.000s) |
| 221 | 2025-04-15T03:13:21.519Z | Done (0.000s) |
| 222 | 2025-04-15T03:13:22.296Z | Planning: Evaluating mediator changes ... Done |
| 223 | 2025-04-15T03:13:22.497Z | Planning: Checking for conflicting actions ... Done |
| 224 | 2025-04-15T03:13:22.522Z | Planning: Consolidating action changes ... Done |
| 225 | 2025-04-15T03:13:22.825Z | Planning: Evaluating mediators ... Done |
| 226 | 2025-04-15T03:13:22.849Z | Planning: Planning completed in 0.53 seconds |
| 227 | 2025-04-15T03:13:22.874Z | Mediators to change: 2 |
| 228 | 2025-04-15T03:13:22.874Z | Create boot environment: No |
| 229 | 2025-04-15T03:13:22.874Z | Create backup boot environment: No |
| 230 | 2025-04-15T03:13:22.933Z | Done |
| 231 | 2025-04-15T03:13:22.933Z | Done |
| 232 | 2025-04-15T03:13:23.531Z | Done |
| 233 | 2025-04-15T03:13:27.760Z | Done |
| 234 | 2025-04-15T03:13:27.858Z | Done |
| 235 | 2025-04-15T03:13:27.858Z | Done |
| 236 | 2025-04-15T03:13:27.958Z | Done |
| 237 | 2025-04-15T03:13:28.690Z | Planning: Evaluating mediator changes ... Done |
| 238 | 2025-04-15T03:13:28.716Z | Planning: Merging actions ... Done |
| 239 | 2025-04-15T03:13:28.927Z | Planning: Checking for conflicting actions ... Done |
| 240 | 2025-04-15T03:13:28.952Z | Planning: Consolidating action changes ... Done |
| 241 | 2025-04-15T03:13:29.257Z | Planning: Evaluating mediators ... Done |
| 242 | 2025-04-15T03:13:29.326Z | Planning: Planning completed in 0.93 seconds |
| 243 | 2025-04-15T03:13:29.375Z | Packages to change: 1 |
| 244 | 2025-04-15T03:13:29.375Z | Mediators to change: 1 |
| 245 | 2025-04-15T03:13:29.375Z | Services to change: 1 |
| 246 | 2025-04-15T03:13:29.400Z | Create boot environment: No |
| 247 | 2025-04-15T03:13:29.400Z | Create backup boot environment: Yes |
| 248 | 2025-04-15T03:13:31.098Z | Actions: 1/6 actions (Updating modified actions) |
| 249 | 2025-04-15T03:13:31.123Z | Actions: Completed 6 actions in 0.00 seconds. |
| 250 | 2025-04-15T03:13:31.123Z | Done |
| 251 | 2025-04-15T03:13:31.123Z | Done |
| 252 | 2025-04-15T03:13:31.264Z | Done |
| 253 | 2025-04-15T03:13:35.826Z | Done |
| 254 | 2025-04-15T03:13:35.920Z | Done |
| 255 | 2025-04-15T03:13:35.920Z | Done |
| 256 | 2025-04-15T03:13:36.025Z | Done |
| 257 | 2025-04-15T03:13:36.563Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 258 | 2025-04-15T03:13:36.563Z | clang system 15 system |
| 259 | 2025-04-15T03:13:36.563Z | csh system system illumos |
| 260 | 2025-04-15T03:13:36.563Z | ctags system system illumos |
| 261 | 2025-04-15T03:13:36.563Z | gcc vendor 12 vendor |
| 262 | 2025-04-15T03:13:36.563Z | gcc system 10 system |
| 263 | 2025-04-15T03:13:36.563Z | gcc system 7 system |
| 264 | 2025-04-15T03:13:36.563Z | go system 1.20 system |
| 265 | 2025-04-15T03:13:36.563Z | go system 1.19 system |
| 266 | 2025-04-15T03:13:36.563Z | llvm system 15 system |
| 267 | 2025-04-15T03:13:36.563Z | llvm system 14 system |
| 268 | 2025-04-15T03:13:36.563Z | mariadb system 10.6 system |
| 269 | 2025-04-15T03:13:36.563Z | mta vendor vendor dma |
| 270 | 2025-04-15T03:13:36.563Z | openjdk system 17 system |
| 271 | 2025-04-15T03:13:36.563Z | openjdk system 11 system |
| 272 | 2025-04-15T03:13:36.563Z | openjdk system 1.8 system |
| 273 | 2025-04-15T03:13:36.563Z | openssl vendor 3 vendor |
| 274 | 2025-04-15T03:13:36.563Z | perl system 5.36 system |
| 275 | 2025-04-15T03:13:36.563Z | postgresql system 15 system |
| 276 | 2025-04-15T03:13:36.563Z | postgresql system 13 system |
| 277 | 2025-04-15T03:13:36.563Z | python vendor 3 vendor |
| 278 | 2025-04-15T03:13:36.563Z | python system 2 system |
| 279 | 2025-04-15T03:13:36.563Z | python3 system 3.11 system |
| 280 | 2025-04-15T03:13:36.563Z | ruby system 3.0 system |
| 281 | 2025-04-15T03:13:36.563Z | words vendor vendor american-english |
| 282 | 2025-04-15T03:13:36.563Z | words system system australian-english |
| 283 | 2025-04-15T03:13:36.563Z | words system system british-english |
| 284 | 2025-04-15T03:13:36.563Z | words system system canadian-english |
| 285 | 2025-04-15T03:13:36.564Z | words system system french |
| 286 | 2025-04-15T03:13:36.564Z | words system system italian |
| 287 | 2025-04-15T03:13:36.564Z | words system system ngerman |
| 288 | 2025-04-15T03:13:36.564Z | words system system ogerman |
| 289 | 2025-04-15T03:13:36.564Z | words system system spanish |
| 290 | 2025-04-15T03:13:36.957Z | PUBLISHER TYPE STATUS P LOCATION |
| 291 | 2025-04-15T03:13:36.957Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 292 | 2025-04-15T03:13:41.093Z | FMRI IFO |
| 293 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 294 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 295 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 296 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 297 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 298 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 299 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 300 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 301 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 302 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 303 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 304 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 305 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 306 | 2025-04-15T03:13:41.093Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 307 | 2025-04-15T03:13:41.094Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 308 | 2025-04-15T03:13:42.082Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 309 | 2025-04-15T03:13:42.496Z | Updating crates.io index |
| 310 | 2025-04-15T03:13:42.521Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 311 | 2025-04-15T03:13:43.022Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 312 | 2025-04-15T03:13:43.799Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 313 | 2025-04-15T03:13:44.091Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 314 | 2025-04-15T03:13:44.497Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 315 | 2025-04-15T03:13:44.910Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 316 | 2025-04-15T03:13:46.085Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 317 | 2025-04-15T03:13:48.235Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 318 | 2025-04-15T03:13:49.091Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 319 | 2025-04-15T03:13:49.943Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 320 | 2025-04-15T03:13:50.438Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 321 | 2025-04-15T03:13:50.800Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 322 | 2025-04-15T03:13:51.668Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 323 | 2025-04-15T03:13:52.234Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 324 | 2025-04-15T03:13:52.861Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 325 | 2025-04-15T03:13:53.367Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 326 | 2025-04-15T03:13:53.846Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 327 | 2025-04-15T03:13:54.161Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 328 | 2025-04-15T03:13:54.583Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 329 | 2025-04-15T03:13:54.908Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 330 | 2025-04-15T03:13:55.305Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 331 | 2025-04-15T03:13:55.706Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 332 | 2025-04-15T03:13:56.200Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 333 | 2025-04-15T03:13:56.716Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 334 | 2025-04-15T03:13:57.052Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 335 | 2025-04-15T03:13:57.641Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 336 | 2025-04-15T03:13:58.150Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 337 | 2025-04-15T03:13:58.596Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 338 | 2025-04-15T03:13:59.084Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 339 | 2025-04-15T03:13:59.599Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 340 | 2025-04-15T03:14:00.071Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 341 | 2025-04-15T03:14:00.406Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 342 | 2025-04-15T03:14:00.785Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 343 | 2025-04-15T03:14:01.128Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 344 | 2025-04-15T03:14:11.409Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 345 | 2025-04-15T03:14:13.164Z | Downloading crates ... |
| 346 | 2025-04-15T03:14:13.242Z | Downloaded bitflags v1.3.2 |
| 347 | 2025-04-15T03:14:13.267Z | Downloaded byteorder v1.5.0 |
| 348 | 2025-04-15T03:14:13.267Z | Downloaded anstyle v1.0.10 |
| 349 | 2025-04-15T03:14:13.267Z | Downloaded anstream v0.6.15 |
| 350 | 2025-04-15T03:14:13.267Z | Downloaded bytecount v0.6.8 |
| 351 | 2025-04-15T03:14:13.267Z | Downloaded zerocopy-derive v0.7.35 |
| 352 | 2025-04-15T03:14:13.267Z | Downloaded camino-tempfile v1.1.1 |
| 353 | 2025-04-15T03:14:13.267Z | Downloaded heck v0.5.0 |
| 354 | 2025-04-15T03:14:13.292Z | Downloaded zerocopy v0.7.35 |
| 355 | 2025-04-15T03:14:13.292Z | Downloaded digest v0.10.7 |
| 356 | 2025-04-15T03:14:13.292Z | Downloaded fastrand v2.1.1 |
| 357 | 2025-04-15T03:14:13.317Z | Downloaded bitflags v2.9.0 |
| 358 | 2025-04-15T03:14:13.317Z | Downloaded goblin v0.8.2 |
| 359 | 2025-04-15T03:14:13.317Z | Downloaded heck v0.4.1 |
| 360 | 2025-04-15T03:14:13.317Z | Downloaded fs-err v2.11.0 |
| 361 | 2025-04-15T03:14:13.317Z | Downloaded errno v0.3.9 |
| 362 | 2025-04-15T03:14:13.318Z | Downloaded strsim v0.11.1 |
| 363 | 2025-04-15T03:14:13.318Z | Downloaded quote v1.0.39 |
| 364 | 2025-04-15T03:14:13.342Z | Downloaded scroll_derive v0.12.0 |
| 365 | 2025-04-15T03:14:13.342Z | Downloaded memchr v2.7.4 |
| 366 | 2025-04-15T03:14:13.342Z | Downloaded unicode-linebreak v0.1.5 |
| 367 | 2025-04-15T03:14:13.342Z | Downloaded pest v2.7.14 |
| 368 | 2025-04-15T03:14:13.342Z | Downloaded winnow v0.7.3 |
| 369 | 2025-04-15T03:14:13.367Z | Downloaded version_check v0.9.5 |
| 370 | 2025-04-15T03:14:13.367Z | Downloaded utf8parse v0.2.2 |
| 371 | 2025-04-15T03:14:13.367Z | Downloaded tabled_derive v0.7.0 |
| 372 | 2025-04-15T03:14:13.367Z | Downloaded serde_json v1.0.140 |
| 373 | 2025-04-15T03:14:13.367Z | Downloaded terminal_size v0.2.6 |
| 374 | 2025-04-15T03:14:13.392Z | Downloaded usdt v0.5.0 |
| 375 | 2025-04-15T03:14:13.392Z | Downloaded usdt-impl v0.5.0 |
| 376 | 2025-04-15T03:14:13.392Z | Downloaded unicode-width v0.1.14 |
| 377 | 2025-04-15T03:14:13.392Z | Downloaded ryu v1.0.18 |
| 378 | 2025-04-15T03:14:13.392Z | Downloaded unicode-ident v1.0.14 |
| 379 | 2025-04-15T03:14:13.393Z | Downloaded log v0.4.22 |
| 380 | 2025-04-15T03:14:13.393Z | Downloaded semver v1.0.25 |
| 381 | 2025-04-15T03:14:13.417Z | Downloaded ucd-trie v0.1.7 |
| 382 | 2025-04-15T03:14:13.417Z | Downloaded serde v1.0.219 |
| 383 | 2025-04-15T03:14:13.417Z | Downloaded sha2 v0.10.8 |
| 384 | 2025-04-15T03:14:13.417Z | Downloaded serde_derive v1.0.219 |
| 385 | 2025-04-15T03:14:13.417Z | Downloaded syn v1.0.109 |
| 386 | 2025-04-15T03:14:13.417Z | Downloaded rustix v0.37.28 |
| 387 | 2025-04-15T03:14:13.442Z | Downloaded tabled v0.15.0 |
| 388 | 2025-04-15T03:14:13.466Z | Downloaded pest_derive v2.7.14 |
| 389 | 2025-04-15T03:14:13.466Z | Downloaded memmap v0.7.0 |
| 390 | 2025-04-15T03:14:13.467Z | Downloaded scroll v0.12.0 |
| 391 | 2025-04-15T03:14:13.467Z | Downloaded syn v2.0.98 |
| 392 | 2025-04-15T03:14:13.491Z | Downloaded proc-macro-error-attr v1.0.4 |
| 393 | 2025-04-15T03:14:13.491Z | Downloaded macaddr v1.0.1 |
| 394 | 2025-04-15T03:14:13.491Z | Downloaded toml_edit v0.22.24 |
| 395 | 2025-04-15T03:14:13.516Z | Downloaded thread-id v4.2.2 |
| 396 | 2025-04-15T03:14:13.516Z | Downloaded thiserror-impl v1.0.69 |
| 397 | 2025-04-15T03:14:13.516Z | Downloaded terminal_size v0.4.0 |
| 398 | 2025-04-15T03:14:13.516Z | Downloaded tempfile v3.13.0 |
| 399 | 2025-04-15T03:14:13.516Z | Downloaded proc-macro2 v1.0.94 |
| 400 | 2025-04-15T03:14:13.516Z | Downloaded libc v0.2.171 |
| 401 | 2025-04-15T03:14:13.542Z | Downloaded plain v0.2.3 |
| 402 | 2025-04-15T03:14:13.567Z | Downloaded papergrid v0.11.0 |
| 403 | 2025-04-15T03:14:13.567Z | Downloaded is_terminal_polyfill v1.70.1 |
| 404 | 2025-04-15T03:14:13.567Z | Downloaded usdt-macro v0.5.0 |
| 405 | 2025-04-15T03:14:13.567Z | Downloaded toml v0.8.20 |
| 406 | 2025-04-15T03:14:13.567Z | Downloaded thiserror v2.0.12 |
| 407 | 2025-04-15T03:14:13.567Z | Downloaded textwrap v0.16.1 |
| 408 | 2025-04-15T03:14:13.567Z | Downloaded pretty-hex v0.4.1 |
| 409 | 2025-04-15T03:14:13.567Z | Downloaded pest_generator v2.7.14 |
| 410 | 2025-04-15T03:14:13.567Z | Downloaded itoa v1.0.11 |
| 411 | 2025-04-15T03:14:13.592Z | Downloaded usdt-attr-macro v0.5.0 |
| 412 | 2025-04-15T03:14:13.592Z | Downloaded toml_datetime v0.6.8 |
| 413 | 2025-04-15T03:14:13.592Z | Downloaded thiserror-impl v2.0.12 |
| 414 | 2025-04-15T03:14:13.592Z | Downloaded thiserror v1.0.69 |
| 415 | 2025-04-15T03:14:13.592Z | Downloaded swrite v0.1.0 |
| 416 | 2025-04-15T03:14:13.592Z | Downloaded smawk v0.3.2 |
| 417 | 2025-04-15T03:14:13.592Z | Downloaded pest_meta v2.7.14 |
| 418 | 2025-04-15T03:14:13.592Z | Downloaded once_cell v1.21.3 |
| 419 | 2025-04-15T03:14:13.592Z | Downloaded dtrace-parser v0.2.0 |
| 420 | 2025-04-15T03:14:13.592Z | Downloaded cpufeatures v0.2.14 |
| 421 | 2025-04-15T03:14:13.592Z | Downloaded clap_lex v0.7.4 |
| 422 | 2025-04-15T03:14:13.592Z | Downloaded clap v4.5.35 |
| 423 | 2025-04-15T03:14:13.617Z | Downloaded typenum v1.17.0 |
| 424 | 2025-04-15T03:14:13.617Z | Downloaded serde_tokenstream v0.2.2 |
| 425 | 2025-04-15T03:14:13.617Z | Downloaded serde_spanned v0.6.8 |
| 426 | 2025-04-15T03:14:13.617Z | Downloaded rustix v0.38.37 |
| 427 | 2025-04-15T03:14:13.642Z | Downloaded proc-macro-error v1.0.4 |
| 428 | 2025-04-15T03:14:13.642Z | Downloaded indexmap v2.7.1 |
| 429 | 2025-04-15T03:14:13.642Z | Downloaded hashbrown v0.15.1 |
| 430 | 2025-04-15T03:14:13.642Z | Downloaded io-lifetimes v1.0.11 |
| 431 | 2025-04-15T03:14:13.666Z | Downloaded fnv v1.0.7 |
| 432 | 2025-04-15T03:14:13.666Z | Downloaded crypto-common v0.1.6 |
| 433 | 2025-04-15T03:14:13.666Z | Downloaded generic-array v0.14.7 |
| 434 | 2025-04-15T03:14:13.666Z | Downloaded colorchoice v1.0.2 |
| 435 | 2025-04-15T03:14:13.666Z | Downloaded cfg-if v1.0.0 |
| 436 | 2025-04-15T03:14:13.666Z | Downloaded cargo_toml v0.21.0 |
| 437 | 2025-04-15T03:14:13.666Z | Downloaded camino v1.1.9 |
| 438 | 2025-04-15T03:14:13.666Z | Downloaded equivalent v1.0.1 |
| 439 | 2025-04-15T03:14:13.666Z | Downloaded cargo_metadata v0.19.2 |
| 440 | 2025-04-15T03:14:13.666Z | Downloaded cargo-platform v0.1.8 |
| 441 | 2025-04-15T03:14:13.667Z | Downloaded dof v0.3.0 |
| 442 | 2025-04-15T03:14:13.667Z | Downloaded clap_derive v4.5.32 |
| 443 | 2025-04-15T03:14:13.667Z | Downloaded clap_builder v4.5.35 |
| 444 | 2025-04-15T03:14:13.691Z | Downloaded anstyle-parse v0.2.5 |
| 445 | 2025-04-15T03:14:13.691Z | Downloaded anstyle-query v1.1.1 |
| 446 | 2025-04-15T03:14:13.691Z | Downloaded autocfg v1.4.0 |
| 447 | 2025-04-15T03:14:13.691Z | Downloaded block-buffer v0.10.4 |
| 448 | 2025-04-15T03:14:13.691Z | Downloaded anyhow v1.0.97 |
| 449 | 2025-04-15T03:14:13.801Z | Compiling proc-macro2 v1.0.94 |
| 450 | 2025-04-15T03:14:13.826Z | Compiling unicode-ident v1.0.14 |
| 451 | 2025-04-15T03:14:13.826Z | Compiling libc v0.2.171 |
| 452 | 2025-04-15T03:14:13.826Z | Compiling version_check v0.9.5 |
| 453 | 2025-04-15T03:14:13.826Z | Compiling serde v1.0.219 |
| 454 | 2025-04-15T03:14:13.826Z | Compiling memchr v2.7.4 |
| 455 | 2025-04-15T03:14:13.826Z | Compiling thiserror v1.0.69 |
| 456 | 2025-04-15T03:14:13.826Z | Compiling itoa v1.0.11 |
| 457 | 2025-04-15T03:14:14.157Z | Compiling ryu v1.0.18 |
| 458 | 2025-04-15T03:14:14.182Z | Compiling ucd-trie v0.1.7 |
| 459 | 2025-04-15T03:14:14.512Z | Compiling once_cell v1.21.3 |
| 460 | 2025-04-15T03:14:14.603Z | Compiling byteorder v1.5.0 |
| 461 | 2025-04-15T03:14:14.694Z | Compiling rustix v0.38.37 |
| 462 | 2025-04-15T03:14:14.947Z | Compiling serde_json v1.0.140 |
| 463 | 2025-04-15T03:14:15.089Z | Compiling bitflags v2.9.0 |
| 464 | 2025-04-15T03:14:15.229Z | Compiling proc-macro-error-attr v1.0.4 |
| 465 | 2025-04-15T03:14:15.323Z | Compiling usdt-impl v0.5.0 |
| 466 | 2025-04-15T03:14:15.439Z | Compiling syn v1.0.109 |
| 467 | 2025-04-15T03:14:15.474Z | Compiling io-lifetimes v1.0.11 |
| 468 | 2025-04-15T03:14:15.501Z | Compiling proc-macro-error v1.0.4 |
| 469 | 2025-04-15T03:14:15.620Z | Compiling quote v1.0.39 |
| 470 | 2025-04-15T03:14:15.685Z | Compiling errno v0.3.9 |
| 471 | 2025-04-15T03:14:15.840Z | Compiling camino v1.1.9 |
| 472 | 2025-04-15T03:14:15.869Z | Compiling utf8parse v0.2.2 |
| 473 | 2025-04-15T03:14:16.164Z | Compiling syn v2.0.98 |
| 474 | 2025-04-15T03:14:16.217Z | Compiling plain v0.2.3 |
| 475 | 2025-04-15T03:14:16.362Z | Compiling log v0.4.22 |
| 476 | 2025-04-15T03:14:16.390Z | Compiling rustix v0.37.28 |
| 477 | 2025-04-15T03:14:16.491Z | Compiling equivalent v1.0.1 |
| 478 | 2025-04-15T03:14:16.518Z | Compiling thread-id v4.2.2 |
| 479 | 2025-04-15T03:14:16.559Z | Compiling hashbrown v0.15.1 |
| 480 | 2025-04-15T03:14:16.733Z | Compiling anstyle-parse v0.2.5 |
| 481 | 2025-04-15T03:14:17.070Z | Compiling pretty-hex v0.4.1 |
| 482 | 2025-04-15T03:14:17.185Z | Compiling bitflags v1.3.2 |
| 483 | 2025-04-15T03:14:17.311Z | Compiling colorchoice v1.0.2 |
| 484 | 2025-04-15T03:14:17.335Z | Compiling anstyle v1.0.10 |
| 485 | 2025-04-15T03:14:17.335Z | Compiling anstyle-query v1.1.1 |
| 486 | 2025-04-15T03:14:17.392Z | Compiling thiserror v2.0.12 |
| 487 | 2025-04-15T03:14:17.485Z | Compiling indexmap v2.7.1 |
| 488 | 2025-04-15T03:14:17.531Z | Compiling autocfg v1.4.0 |
| 489 | 2025-04-15T03:14:17.559Z | Compiling is_terminal_polyfill v1.70.1 |
| 490 | 2025-04-15T03:14:17.696Z | Compiling semver v1.0.25 |
| 491 | 2025-04-15T03:14:17.733Z | Compiling winnow v0.7.3 |
| 492 | 2025-04-15T03:14:17.916Z | Compiling unicode-width v0.1.14 |
| 493 | 2025-04-15T03:14:18.243Z | Compiling terminal_size v0.4.0 |
| 494 | 2025-04-15T03:14:18.367Z | Compiling fs-err v2.11.0 |
| 495 | 2025-04-15T03:14:18.391Z | Compiling anstream v0.6.15 |
| 496 | 2025-04-15T03:14:18.626Z | Compiling fnv v1.0.7 |
| 497 | 2025-04-15T03:14:18.655Z | Compiling bytecount v0.6.8 |
| 498 | 2025-04-15T03:14:18.698Z | Compiling cfg-if v1.0.0 |
| 499 | 2025-04-15T03:14:18.780Z | Compiling clap_lex v0.7.4 |
| 500 | 2025-04-15T03:14:18.881Z | Compiling strsim v0.11.1 |
| 501 | 2025-04-15T03:14:18.927Z | Compiling heck v0.4.1 |
| 502 | 2025-04-15T03:14:19.199Z | Compiling fastrand v2.1.1 |
| 503 | 2025-04-15T03:14:19.288Z | Compiling anyhow v1.0.97 |
| 504 | 2025-04-15T03:14:19.515Z | Compiling heck v0.5.0 |
| 505 | 2025-04-15T03:14:19.595Z | Compiling tempfile v3.13.0 |
| 506 | 2025-04-15T03:14:19.658Z | Compiling terminal_size v0.2.6 |
| 507 | 2025-04-15T03:14:19.718Z | Compiling clap_builder v4.5.35 |
| 508 | 2025-04-15T03:14:19.875Z | Compiling papergrid v0.11.0 |
| 509 | 2025-04-15T03:14:20.103Z | Compiling memmap v0.7.0 |
| 510 | 2025-04-15T03:14:20.176Z | Compiling unicode-linebreak v0.1.5 |
| 511 | 2025-04-15T03:14:20.277Z | Compiling smawk v0.3.2 |
| 512 | 2025-04-15T03:14:20.602Z | Compiling textwrap v0.16.1 |
| 513 | 2025-04-15T03:14:20.627Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 514 | 2025-04-15T03:14:21.044Z | Compiling swrite v0.1.0 |
| 515 | 2025-04-15T03:14:21.172Z | Compiling tabled_derive v0.7.0 |
| 516 | 2025-04-15T03:14:22.423Z | Compiling serde_derive v1.0.219 |
| 517 | 2025-04-15T03:14:22.423Z | Compiling thiserror-impl v1.0.69 |
| 518 | 2025-04-15T03:14:22.423Z | Compiling zerocopy-derive v0.7.35 |
| 519 | 2025-04-15T03:14:22.448Z | Compiling scroll_derive v0.12.0 |
| 520 | 2025-04-15T03:14:22.448Z | Compiling thiserror-impl v2.0.12 |
| 521 | 2025-04-15T03:14:22.448Z | Compiling clap_derive v4.5.32 |
| 522 | 2025-04-15T03:14:22.590Z | Compiling tabled v0.15.0 |
| 523 | 2025-04-15T03:14:23.504Z | Compiling scroll v0.12.0 |
| 524 | 2025-04-15T03:14:23.991Z | Compiling goblin v0.8.2 |
| 525 | 2025-04-15T03:14:24.167Z | Compiling zerocopy v0.7.35 |
| 526 | 2025-04-15T03:14:25.156Z | Compiling pest v2.7.14 |
| 527 | 2025-04-15T03:14:26.104Z | Compiling clap v4.5.35 |
| 528 | 2025-04-15T03:14:27.486Z | Compiling pest_meta v2.7.14 |
| 529 | 2025-04-15T03:14:28.551Z | Compiling pest_generator v2.7.14 |
| 530 | 2025-04-15T03:14:29.657Z | Compiling pest_derive v2.7.14 |
| 531 | 2025-04-15T03:14:30.286Z | Compiling dtrace-parser v0.2.0 |
| 532 | 2025-04-15T03:14:31.158Z | Compiling serde_tokenstream v0.2.2 |
| 533 | 2025-04-15T03:14:31.207Z | Compiling serde_spanned v0.6.8 |
| 534 | 2025-04-15T03:14:31.274Z | Compiling toml_datetime v0.6.8 |
| 535 | 2025-04-15T03:14:31.383Z | Compiling cargo-platform v0.1.8 |
| 536 | 2025-04-15T03:14:31.500Z | Compiling macaddr v1.0.1 |
| 537 | 2025-04-15T03:14:31.681Z | Compiling toml_edit v0.22.24 |
| 538 | 2025-04-15T03:14:31.831Z | Compiling camino-tempfile v1.1.1 |
| 539 | 2025-04-15T03:14:32.581Z | Compiling dof v0.3.0 |
| 540 | 2025-04-15T03:14:32.606Z | Compiling cargo_metadata v0.19.2 |
| 541 | 2025-04-15T03:14:33.888Z | Compiling usdt-macro v0.5.0 |
| 542 | 2025-04-15T03:14:33.888Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2025-04-15T03:14:34.549Z | Compiling toml v0.8.20 |
| 544 | 2025-04-15T03:14:34.857Z | Compiling usdt v0.5.0 |
| 545 | 2025-04-15T03:14:35.270Z | Compiling cargo_toml v0.21.0 |
| 546 | 2025-04-15T03:14:38.392Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 547 | 2025-04-15T03:14:42.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 548 | 2025-04-15T03:14:42.806Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 549 | 2025-04-15T03:14:44.711Z | Downloading crates ... |
| 550 | 2025-04-15T03:14:44.781Z | Downloaded arrayref v0.3.9 |
| 551 | 2025-04-15T03:14:44.781Z | Downloaded crunchy v0.2.2 |
| 552 | 2025-04-15T03:14:44.781Z | Downloaded crossbeam-deque v0.8.5 |
| 553 | 2025-04-15T03:14:44.781Z | Downloaded crossbeam-utils v0.8.21 |
| 554 | 2025-04-15T03:14:44.781Z | Downloaded http-body v1.0.1 |
| 555 | 2025-04-15T03:14:44.781Z | Downloaded is_ci v1.2.0 |
| 556 | 2025-04-15T03:14:44.781Z | Downloaded rand_chacha v0.3.1 |
| 557 | 2025-04-15T03:14:44.781Z | Downloaded shell-words v1.1.0 |
| 558 | 2025-04-15T03:14:44.781Z | Downloaded sqlparser_derive v0.2.2 |
| 559 | 2025-04-15T03:14:44.781Z | Downloaded stable_deref_trait v1.2.0 |
| 560 | 2025-04-15T03:14:44.781Z | Downloaded memoffset v0.9.1 |
| 561 | 2025-04-15T03:14:44.781Z | Downloaded time-core v0.1.2 |
| 562 | 2025-04-15T03:14:44.781Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 563 | 2025-04-15T03:14:44.781Z | Downloaded futures-io v0.3.31 |
| 564 | 2025-04-15T03:14:44.781Z | Downloaded futures-core v0.3.31 |
| 565 | 2025-04-15T03:14:44.781Z | Downloaded newtype_derive v0.1.6 |
| 566 | 2025-04-15T03:14:44.781Z | Downloaded newline-converter v0.3.0 |
| 567 | 2025-04-15T03:14:44.781Z | Downloaded hash32 v0.3.1 |
| 568 | 2025-04-15T03:14:44.781Z | Downloaded peg-runtime v0.8.5 |
| 569 | 2025-04-15T03:14:44.781Z | Downloaded glob v0.3.2 |
| 570 | 2025-04-15T03:14:44.781Z | Downloaded strum v0.26.3 |
| 571 | 2025-04-15T03:14:44.781Z | Downloaded rusty-fork v0.3.0 |
| 572 | 2025-04-15T03:14:44.781Z | Downloaded rustls-pemfile v1.0.4 |
| 573 | 2025-04-15T03:14:44.781Z | Downloaded structmeta v0.3.0 |
| 574 | 2025-04-15T03:14:44.781Z | Downloaded zone_cfg_derive v0.1.2 |
| 575 | 2025-04-15T03:14:44.781Z | Downloaded zone v0.3.1 |
| 576 | 2025-04-15T03:14:44.781Z | Downloaded zone v0.1.8 |
| 577 | 2025-04-15T03:14:44.781Z | Downloaded float-cmp v0.10.0 |
| 578 | 2025-04-15T03:14:44.781Z | Downloaded num-derive v0.4.2 |
| 579 | 2025-04-15T03:14:44.782Z | Downloaded oso-derive v0.27.3 |
| 580 | 2025-04-15T03:14:44.782Z | Downloaded sync_wrapper v1.0.1 |
| 581 | 2025-04-15T03:14:44.782Z | Downloaded rfc6979 v0.4.0 |
| 582 | 2025-04-15T03:14:44.782Z | Downloaded void v1.0.2 |
| 583 | 2025-04-15T03:14:44.782Z | Downloaded resolv-conf v0.7.0 |
| 584 | 2025-04-15T03:14:44.782Z | Downloaded display-error-chain v0.2.2 |
| 585 | 2025-04-15T03:14:44.782Z | Downloaded number_prefix v0.4.0 |
| 586 | 2025-04-15T03:14:44.782Z | Downloaded num_threads v0.1.7 |
| 587 | 2025-04-15T03:14:44.782Z | Downloaded vsss-rs v3.3.4 |
| 588 | 2025-04-15T03:14:44.782Z | Downloaded futures-sink v0.3.31 |
| 589 | 2025-04-15T03:14:44.782Z | Downloaded tabwriter v1.4.0 |
| 590 | 2025-04-15T03:14:44.782Z | Downloaded untrusted v0.9.0 |
| 591 | 2025-04-15T03:14:44.782Z | Downloaded num-integer v0.1.46 |
| 592 | 2025-04-15T03:14:44.782Z | Downloaded progenitor-client v0.9.1 |
| 593 | 2025-04-15T03:14:44.782Z | Downloaded sigpipe v0.1.3 |
| 594 | 2025-04-15T03:14:44.782Z | Downloaded unsafe-libyaml v0.2.11 |
| 595 | 2025-04-15T03:14:44.782Z | Downloaded utf8_iter v1.0.4 |
| 596 | 2025-04-15T03:14:44.782Z | Downloaded getrandom v0.2.15 |
| 597 | 2025-04-15T03:14:44.782Z | Downloaded foreign-types v0.3.2 |
| 598 | 2025-04-15T03:14:44.782Z | Downloaded foreign-types v0.5.0 |
| 599 | 2025-04-15T03:14:44.782Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 600 | 2025-04-15T03:14:44.782Z | Downloaded ed25519 v2.2.3 |
| 601 | 2025-04-15T03:14:44.782Z | Downloaded pkcs8 v0.10.2 |
| 602 | 2025-04-15T03:14:44.782Z | Downloaded schemars_derive v0.8.22 |
| 603 | 2025-04-15T03:14:44.782Z | Downloaded either v1.14.0 |
| 604 | 2025-04-15T03:14:44.782Z | Downloaded elliptic-curve v0.13.8 |
| 605 | 2025-04-15T03:14:44.782Z | Downloaded semver v0.1.20 |
| 606 | 2025-04-15T03:14:44.782Z | Downloaded shlex v1.3.0 |
| 607 | 2025-04-15T03:14:44.782Z | Downloaded scrypt v0.11.0 |
| 608 | 2025-04-15T03:14:44.782Z | Downloaded darling v0.20.10 |
| 609 | 2025-04-15T03:14:44.782Z | Downloaded sec1 v0.7.3 |
| 610 | 2025-04-15T03:14:44.782Z | Downloaded object v0.30.4 |
| 611 | 2025-04-15T03:14:44.782Z | Downloaded darling_core v0.20.10 |
| 612 | 2025-04-15T03:14:44.782Z | Downloaded openssl v0.10.72 |
| 613 | 2025-04-15T03:14:44.782Z | Downloaded proc-macro-crate v1.3.1 |
| 614 | 2025-04-15T03:14:44.783Z | Downloaded openapiv3 v2.0.0 |
| 615 | 2025-04-15T03:14:44.783Z | Downloaded polar-core v0.27.3 |
| 616 | 2025-04-15T03:14:44.783Z | Downloaded sct v0.7.1 |
| 617 | 2025-04-15T03:14:44.783Z | Downloaded nix v0.28.0 |
| 618 | 2025-04-15T03:14:44.783Z | Downloaded curve25519-dalek v4.1.3 |
| 619 | 2025-04-15T03:14:44.783Z | Downloaded twox-hash v2.1.0 |
| 620 | 2025-04-15T03:14:44.783Z | Downloaded nix v0.29.0 |
| 621 | 2025-04-15T03:14:44.783Z | Downloaded tinyvec v1.8.0 |
| 622 | 2025-04-15T03:14:44.783Z | Downloaded tokio v1.43.1 |
| 623 | 2025-04-15T03:14:44.783Z | Downloaded similar v2.7.0 |
| 624 | 2025-04-15T03:14:44.783Z | Downloaded petgraph v0.6.5 |
| 625 | 2025-04-15T03:14:44.783Z | Downloaded lzma-sys v0.1.20 |
| 626 | 2025-04-15T03:14:44.783Z | Downloaded secrecy v0.8.0 |
| 627 | 2025-04-15T03:14:44.783Z | Downloaded zerocopy-derive v0.6.6 |
| 628 | 2025-04-15T03:14:44.783Z | Downloaded enum-as-inner v0.6.1 |
| 629 | 2025-04-15T03:14:44.783Z | Downloaded libz-sys v1.1.20 |
| 630 | 2025-04-15T03:14:44.783Z | Downloaded petgraph v0.7.1 |
| 631 | 2025-04-15T03:14:44.783Z | Downloaded csv v1.3.1 |
| 632 | 2025-04-15T03:14:44.783Z | Downloaded progenitor-impl v0.9.1 |
| 633 | 2025-04-15T03:14:44.783Z | Downloaded slog-async v2.8.0 |
| 634 | 2025-04-15T03:14:44.783Z | Downloaded pin-utils v0.1.0 |
| 635 | 2025-04-15T03:14:44.783Z | Downloaded pkg-config v0.3.31 |
| 636 | 2025-04-15T03:14:44.783Z | Downloaded signal-hook v0.3.17 |
| 637 | 2025-04-15T03:14:44.783Z | Downloaded dropshot_endpoint v0.12.0 |
| 638 | 2025-04-15T03:14:44.783Z | Downloaded sled v0.34.7 |
| 639 | 2025-04-15T03:14:44.783Z | Downloaded typify-macro v0.2.0 |
| 640 | 2025-04-15T03:14:44.783Z | Downloaded regex-automata v0.4.8 |
| 641 | 2025-04-15T03:14:44.783Z | Downloaded nix v0.27.1 |
| 642 | 2025-04-15T03:14:44.783Z | Downloaded ctr v0.9.2 |
| 643 | 2025-04-15T03:14:44.783Z | Downloaded uuid v1.16.0 |
| 644 | 2025-04-15T03:14:44.783Z | Downloaded gethostname v0.5.0 |
| 645 | 2025-04-15T03:14:44.783Z | Downloaded universal-hash v0.5.1 |
| 646 | 2025-04-15T03:14:44.783Z | Downloaded same-file v1.0.6 |
| 647 | 2025-04-15T03:14:44.783Z | Downloaded encoding_rs v0.8.34 |
| 648 | 2025-04-15T03:14:44.783Z | Downloaded dyn-clone v1.0.19 |
| 649 | 2025-04-15T03:14:44.783Z | Downloaded typify-impl v0.2.0 |
| 650 | 2025-04-15T03:14:44.808Z | Downloaded futures-channel v0.3.31 |
| 651 | 2025-04-15T03:14:44.808Z | Downloaded dirs-sys-next v0.1.2 |
| 652 | 2025-04-15T03:14:44.808Z | Downloaded jiff v0.2.6 |
| 653 | 2025-04-15T03:14:44.808Z | Downloaded nodrop v0.1.14 |
| 654 | 2025-04-15T03:14:44.808Z | Downloaded typify-impl v0.3.0 |
| 655 | 2025-04-15T03:14:44.808Z | Downloaded progenitor-macro v0.9.1 |
| 656 | 2025-04-15T03:14:44.808Z | Downloaded num-bigint v0.4.6 |
| 657 | 2025-04-15T03:14:44.808Z | Downloaded zerovec v0.10.4 |
| 658 | 2025-04-15T03:14:44.809Z | Downloaded sha3 v0.10.8 |
| 659 | 2025-04-15T03:14:44.809Z | Downloaded tinyvec_macros v0.1.1 |
| 660 | 2025-04-15T03:14:44.809Z | Downloaded dropshot v0.16.0 |
| 661 | 2025-04-15T03:14:44.809Z | Downloaded tinystr v0.7.6 |
| 662 | 2025-04-15T03:14:44.809Z | Downloaded rtoolbox v0.0.2 |
| 663 | 2025-04-15T03:14:44.809Z | Downloaded ring v0.17.11 |
| 664 | 2025-04-15T03:14:44.809Z | Downloaded git2 v0.19.0 |
| 665 | 2025-04-15T03:14:44.833Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 666 | 2025-04-15T03:14:44.858Z | Downloaded ed25519-dalek v2.1.1 |
| 667 | 2025-04-15T03:14:44.858Z | Downloaded tabled v0.18.0 |
| 668 | 2025-04-15T03:14:44.883Z | Downloaded object v0.36.5 |
| 669 | 2025-04-15T03:14:44.883Z | Downloaded strum_macros v0.24.3 |
| 670 | 2025-04-15T03:14:44.883Z | Downloaded regress v0.10.3 |
| 671 | 2025-04-15T03:14:44.907Z | Downloaded regex-syntax v0.8.5 |
| 672 | 2025-04-15T03:14:44.907Z | Downloaded regex v1.11.1 |
| 673 | 2025-04-15T03:14:44.932Z | Downloaded proptest v1.6.0 |
| 674 | 2025-04-15T03:14:44.932Z | Downloaded openssl-probe v0.1.5 |
| 675 | 2025-04-15T03:14:44.932Z | Downloaded parking_lot v0.11.2 |
| 676 | 2025-04-15T03:14:44.932Z | Downloaded diesel v2.2.9 |
| 677 | 2025-04-15T03:14:44.956Z | Downloaded radix_trie v0.2.1 |
| 678 | 2025-04-15T03:14:44.981Z | Downloaded bstr v1.10.0 |
| 679 | 2025-04-15T03:14:44.981Z | Downloaded pretty_assertions v1.4.1 |
| 680 | 2025-04-15T03:14:45.006Z | Downloaded utf16_iter v1.0.5 |
| 681 | 2025-04-15T03:14:45.006Z | Downloaded dropshot v0.12.0 |
| 682 | 2025-04-15T03:14:45.030Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 683 | 2025-04-15T03:14:45.079Z | Downloaded p384 v0.13.0 |
| 684 | 2025-04-15T03:14:45.104Z | Downloaded vcpkg v0.2.15 |
| 685 | 2025-04-15T03:14:45.133Z | Downloaded subprocess v0.2.9 |
| 686 | 2025-04-15T03:14:45.158Z | Downloaded regex-syntax v0.6.29 |
| 687 | 2025-04-15T03:14:45.158Z | Downloaded rustls v0.23.19 |
| 688 | 2025-04-15T03:14:45.182Z | Downloaded rustls v0.22.4 |
| 689 | 2025-04-15T03:14:45.182Z | Downloaded peg v0.8.5 |
| 690 | 2025-04-15T03:14:45.207Z | Downloaded toml_edit v0.19.15 |
| 691 | 2025-04-15T03:14:45.207Z | Downloaded scopeguard v1.2.0 |
| 692 | 2025-04-15T03:14:45.232Z | Downloaded futures-util v0.3.31 |
| 693 | 2025-04-15T03:14:45.232Z | Downloaded hashbrown v0.12.3 |
| 694 | 2025-04-15T03:14:45.232Z | Downloaded schemars v0.8.22 |
| 695 | 2025-04-15T03:14:45.256Z | Downloaded precomputed-hash v0.1.1 |
| 696 | 2025-04-15T03:14:45.256Z | Downloaded foreign-types-shared v0.1.1 |
| 697 | 2025-04-15T03:14:45.256Z | Downloaded russh v0.45.0 |
| 698 | 2025-04-15T03:14:45.256Z | Downloaded gimli v0.31.1 |
| 699 | 2025-04-15T03:14:45.281Z | Downloaded smoltcp v0.11.0 |
| 700 | 2025-04-15T03:14:45.281Z | Downloaded rustls v0.21.12 |
| 701 | 2025-04-15T03:14:45.305Z | Downloaded signal-hook-tokio v0.3.1 |
| 702 | 2025-04-15T03:14:45.306Z | Downloaded prettyplease v0.2.30 |
| 703 | 2025-04-15T03:14:45.306Z | Downloaded nom v7.1.3 |
| 704 | 2025-04-15T03:14:45.306Z | Downloaded typed-path v0.9.3 |
| 705 | 2025-04-15T03:14:45.330Z | Downloaded reqwest v0.12.12 |
| 706 | 2025-04-15T03:14:45.330Z | Downloaded powerfmt v0.2.0 |
| 707 | 2025-04-15T03:14:45.330Z | Downloaded zerocopy v0.8.10 |
| 708 | 2025-04-15T03:14:45.355Z | Downloaded smoltcp v0.9.1 |
| 709 | 2025-04-15T03:14:45.380Z | Downloaded winnow v0.5.40 |
| 710 | 2025-04-15T03:14:45.380Z | Downloaded bindgen v0.71.1 |
| 711 | 2025-04-15T03:14:45.405Z | Downloaded bindgen v0.69.5 |
| 712 | 2025-04-15T03:14:45.405Z | Downloaded pkcs1 v0.7.5 |
| 713 | 2025-04-15T03:14:45.405Z | Downloaded ecdsa v0.16.9 |
| 714 | 2025-04-15T03:14:45.405Z | Downloaded csv-core v0.1.11 |
| 715 | 2025-04-15T03:14:45.405Z | Downloaded zopfli v0.8.1 |
| 716 | 2025-04-15T03:14:45.405Z | Downloaded uzers v0.12.1 |
| 717 | 2025-04-15T03:14:45.405Z | Downloaded pin-project v1.1.6 |
| 718 | 2025-04-15T03:14:45.430Z | Downloaded fxhash v0.2.1 |
| 719 | 2025-04-15T03:14:45.430Z | Downloaded proc-macro-error2 v2.0.1 |
| 720 | 2025-04-15T03:14:45.430Z | Downloaded p521 v0.13.3 |
| 721 | 2025-04-15T03:14:45.430Z | Downloaded salty v0.3.0 |
| 722 | 2025-04-15T03:14:45.455Z | Downloaded rsa v0.9.6 |
| 723 | 2025-04-15T03:14:45.455Z | Downloaded unicode-width v0.2.0 |
| 724 | 2025-04-15T03:14:45.455Z | Downloaded rustc_version v0.4.1 |
| 725 | 2025-04-15T03:14:45.455Z | Downloaded dunce v1.0.5 |
| 726 | 2025-04-15T03:14:45.455Z | Downloaded dsl_auto_type v0.1.2 |
| 727 | 2025-04-15T03:14:45.455Z | Downloaded zone_cfg_derive v0.3.0 |
| 728 | 2025-04-15T03:14:45.455Z | Downloaded icu_properties_data v1.5.0 |
| 729 | 2025-04-15T03:14:45.479Z | Downloaded predicates v3.1.3 |
| 730 | 2025-04-15T03:14:45.479Z | Downloaded tokio-postgres v0.7.13 |
| 731 | 2025-04-15T03:14:45.479Z | Downloaded hickory-proto v0.24.4 |
| 732 | 2025-04-15T03:14:45.504Z | Downloaded scheduled-thread-pool v0.2.7 |
| 733 | 2025-04-15T03:14:45.504Z | Downloaded pkcs5 v0.7.1 |
| 734 | 2025-04-15T03:14:45.504Z | Downloaded daft-derive v0.1.3 |
| 735 | 2025-04-15T03:14:45.529Z | Downloaded termios v0.3.3 |
| 736 | 2025-04-15T03:14:45.529Z | Downloaded termcolor v1.4.1 |
| 737 | 2025-04-15T03:14:45.529Z | Downloaded signal-hook-registry v1.4.2 |
| 738 | 2025-04-15T03:14:45.529Z | Downloaded signal-hook-mio v0.2.4 |
| 739 | 2025-04-15T03:14:45.529Z | Downloaded predicates-core v1.0.8 |
| 740 | 2025-04-15T03:14:45.529Z | Downloaded time-macros v0.2.18 |
| 741 | 2025-04-15T03:14:45.529Z | Downloaded slog v2.7.0 |
| 742 | 2025-04-15T03:14:45.529Z | Downloaded slab v0.4.9 |
| 743 | 2025-04-15T03:14:45.529Z | Downloaded tap v1.0.1 |
| 744 | 2025-04-15T03:14:45.529Z | Downloaded oxnet v0.1.1 |
| 745 | 2025-04-15T03:14:45.529Z | Downloaded funty v2.0.0 |
| 746 | 2025-04-15T03:14:45.529Z | Downloaded new_debug_unreachable v1.0.6 |
| 747 | 2025-04-15T03:14:45.554Z | Downloaded ron v0.8.1 |
| 748 | 2025-04-15T03:14:45.554Z | Downloaded portable-atomic v1.11.0 |
| 749 | 2025-04-15T03:14:45.554Z | Downloaded h2 v0.4.6 |
| 750 | 2025-04-15T03:14:45.554Z | Downloaded bit-vec v0.6.3 |
| 751 | 2025-04-15T03:14:45.578Z | Downloaded tls_codec v0.4.1 |
| 752 | 2025-04-15T03:14:45.578Z | Downloaded futures v0.3.31 |
| 753 | 2025-04-15T03:14:45.578Z | Downloaded foldhash v0.1.3 |
| 754 | 2025-04-15T03:14:45.579Z | Downloaded tiny-keccak v2.0.2 |
| 755 | 2025-04-15T03:14:45.579Z | Downloaded petname v2.0.2 |
| 756 | 2025-04-15T03:14:45.579Z | Downloaded daft v0.1.3 |
| 757 | 2025-04-15T03:14:45.579Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 758 | 2025-04-15T03:14:45.579Z | Downloaded primeorder v0.13.6 |
| 759 | 2025-04-15T03:14:45.604Z | Downloaded pretty-hex v0.2.1 |
| 760 | 2025-04-15T03:14:45.604Z | Downloaded vte v0.11.1 |
| 761 | 2025-04-15T03:14:45.604Z | Downloaded packed_struct v0.10.1 |
| 762 | 2025-04-15T03:14:45.604Z | Downloaded futures-task v0.3.31 |
| 763 | 2025-04-15T03:14:45.604Z | Downloaded foreign-types-macros v0.2.3 |
| 764 | 2025-04-15T03:14:45.604Z | Downloaded term v0.7.0 |
| 765 | 2025-04-15T03:14:45.604Z | Downloaded synstructure v0.13.1 |
| 766 | 2025-04-15T03:14:45.604Z | Downloaded progenitor-impl v0.8.0 |
| 767 | 2025-04-15T03:14:45.604Z | Downloaded untrusted v0.7.1 |
| 768 | 2025-04-15T03:14:45.629Z | Downloaded zerofrom-derive v0.1.4 |
| 769 | 2025-04-15T03:14:45.629Z | Downloaded dropshot_endpoint v0.16.0 |
| 770 | 2025-04-15T03:14:45.629Z | Downloaded tar v0.4.44 |
| 771 | 2025-04-15T03:14:45.629Z | Downloaded nu-ansi-term v0.50.1 |
| 772 | 2025-04-15T03:14:45.629Z | Downloaded url v2.5.3 |
| 773 | 2025-04-15T03:14:45.629Z | Downloaded typify v0.3.0 |
| 774 | 2025-04-15T03:14:45.629Z | Downloaded publicsuffix v2.3.0 |
| 775 | 2025-04-15T03:14:45.653Z | Downloaded zeroize v1.8.1 |
| 776 | 2025-04-15T03:14:45.653Z | Downloaded papergrid v0.14.0 |
| 777 | 2025-04-15T03:14:45.653Z | Downloaded quinn-udp v0.5.5 |
| 778 | 2025-04-15T03:14:45.653Z | Downloaded http-range v0.1.5 |
| 779 | 2025-04-15T03:14:45.653Z | Downloaded utf-8 v0.7.6 |
| 780 | 2025-04-15T03:14:45.653Z | Downloaded tls_codec_derive v0.4.1 |
| 781 | 2025-04-15T03:14:45.653Z | Downloaded pin-project-lite v0.2.14 |
| 782 | 2025-04-15T03:14:45.654Z | Downloaded pin-project-internal v1.1.6 |
| 783 | 2025-04-15T03:14:45.654Z | Downloaded foreign-types-shared v0.3.1 |
| 784 | 2025-04-15T03:14:45.654Z | Downloaded document-features v0.2.10 |
| 785 | 2025-04-15T03:14:45.654Z | Downloaded siphasher v0.3.11 |
| 786 | 2025-04-15T03:14:45.686Z | Downloaded simd-adler32 v0.3.7 |
| 787 | 2025-04-15T03:14:45.687Z | Downloaded signature v2.2.0 |
| 788 | 2025-04-15T03:14:45.687Z | Downloaded progenitor v0.9.1 |
| 789 | 2025-04-15T03:14:45.687Z | Downloaded progenitor v0.8.0 |
| 790 | 2025-04-15T03:14:45.687Z | Downloaded p256 v0.13.2 |
| 791 | 2025-04-15T03:14:45.687Z | Downloaded unicode_categories v0.1.1 |
| 792 | 2025-04-15T03:14:45.687Z | Downloaded unicode-xid v0.2.6 |
| 793 | 2025-04-15T03:14:45.687Z | Downloaded typify v0.2.0 |
| 794 | 2025-04-15T03:14:45.687Z | Downloaded samael v0.0.18 |
| 795 | 2025-04-15T03:14:45.687Z | Downloaded rustc-hash v2.1.1 |
| 796 | 2025-04-15T03:14:45.687Z | Downloaded rustc-hash v1.1.0 |
| 797 | 2025-04-15T03:14:45.687Z | Downloaded num-bigint-dig v0.8.4 |
| 798 | 2025-04-15T03:14:45.711Z | Downloaded rustls-webpki v0.102.8 |
| 799 | 2025-04-15T03:14:45.711Z | Downloaded rustls-webpki v0.101.7 |
| 800 | 2025-04-15T03:14:45.736Z | Downloaded tokio-tungstenite v0.23.1 |
| 801 | 2025-04-15T03:14:45.736Z | Downloaded num-traits v0.2.19 |
| 802 | 2025-04-15T03:14:45.736Z | Downloaded unicode-normalization v0.1.24 |
| 803 | 2025-04-15T03:14:45.760Z | Downloaded ratatui v0.29.0 |
| 804 | 2025-04-15T03:14:45.785Z | Downloaded ena v0.14.3 |
| 805 | 2025-04-15T03:14:45.785Z | Downloaded embedded-io v0.6.1 |
| 806 | 2025-04-15T03:14:45.785Z | Downloaded embedded-io v0.4.0 |
| 807 | 2025-04-15T03:14:45.785Z | Downloaded unicode-segmentation v1.12.0 |
| 808 | 2025-04-15T03:14:45.785Z | Downloaded progenitor-client v0.8.0 |
| 809 | 2025-04-15T03:14:45.785Z | Downloaded num v0.4.3 |
| 810 | 2025-04-15T03:14:45.785Z | Downloaded normalize-line-endings v0.3.0 |
| 811 | 2025-04-15T03:14:45.785Z | Downloaded typify-macro v0.3.0 |
| 812 | 2025-04-15T03:14:45.785Z | Downloaded rustc-demangle v0.1.24 |
| 813 | 2025-04-15T03:14:45.785Z | Downloaded russh-keys v0.45.0 |
| 814 | 2025-04-15T03:14:45.810Z | Downloaded russh-cryptovec v0.7.3 |
| 815 | 2025-04-15T03:14:45.810Z | Downloaded owo-colors v4.2.0 |
| 816 | 2025-04-15T03:14:45.810Z | Downloaded num-rational v0.4.2 |
| 817 | 2025-04-15T03:14:45.810Z | Downloaded float-ord v0.3.2 |
| 818 | 2025-04-15T03:14:45.810Z | Downloaded zip v2.6.1 |
| 819 | 2025-04-15T03:14:45.810Z | Downloaded tui-tree-widget v0.23.0 |
| 820 | 2025-04-15T03:14:45.835Z | Downloaded rand_core v0.9.2 |
| 821 | 2025-04-15T03:14:45.835Z | Downloaded icu_collections v1.5.0 |
| 822 | 2025-04-15T03:14:45.835Z | Downloaded endian-type v0.1.2 |
| 823 | 2025-04-15T03:14:45.835Z | Downloaded take_mut v0.2.2 |
| 824 | 2025-04-15T03:14:45.835Z | Downloaded tabled_derive v0.10.0 |
| 825 | 2025-04-15T03:14:45.835Z | Downloaded omicron-zone-package v0.12.0 |
| 826 | 2025-04-15T03:14:45.835Z | Downloaded num_enum v0.5.11 |
| 827 | 2025-04-15T03:14:45.835Z | Downloaded fs_extra v1.3.0 |
| 828 | 2025-04-15T03:14:45.835Z | Downloaded difflib v0.4.0 |
| 829 | 2025-04-15T03:14:45.835Z | Downloaded diff v0.1.13 |
| 830 | 2025-04-15T03:14:45.835Z | Downloaded defmt-parser v0.3.4 |
| 831 | 2025-04-15T03:14:45.835Z | Downloaded defmt-macros v0.3.9 |
| 832 | 2025-04-15T03:14:45.860Z | Downloaded data-encoding v2.6.0 |
| 833 | 2025-04-15T03:14:45.860Z | Downloaded vergen v8.3.2 |
| 834 | 2025-04-15T03:14:45.860Z | Downloaded unicase v2.7.0 |
| 835 | 2025-04-15T03:14:45.860Z | Downloaded smallvec v1.14.0 |
| 836 | 2025-04-15T03:14:45.860Z | Downloaded num-iter v0.1.45 |
| 837 | 2025-04-15T03:14:45.860Z | Downloaded form_urlencoded v1.2.1 |
| 838 | 2025-04-15T03:14:45.860Z | Downloaded value-bag v1.9.0 |
| 839 | 2025-04-15T03:14:45.860Z | Downloaded poly1305 v0.8.0 |
| 840 | 2025-04-15T03:14:45.860Z | Downloaded fallible-iterator v0.2.0 |
| 841 | 2025-04-15T03:14:45.860Z | Downloaded salsa20 v0.10.2 |
| 842 | 2025-04-15T03:14:45.860Z | Downloaded progenitor-macro v0.8.0 |
| 843 | 2025-04-15T03:14:45.860Z | Downloaded opaque-debug v0.3.1 |
| 844 | 2025-04-15T03:14:45.860Z | Downloaded olpc-cjson v0.1.4 |
| 845 | 2025-04-15T03:14:45.860Z | Downloaded num_enum_derive v0.5.11 |
| 846 | 2025-04-15T03:14:45.886Z | Downloaded defmt v0.3.8 |
| 847 | 2025-04-15T03:14:45.886Z | Downloaded tokio-native-tls v0.3.1 |
| 848 | 2025-04-15T03:14:45.886Z | Downloaded tokio-macros v2.5.0 |
| 849 | 2025-04-15T03:14:45.886Z | Downloaded futures-executor v0.3.31 |
| 850 | 2025-04-15T03:14:45.886Z | Downloaded rcgen v0.12.1 |
| 851 | 2025-04-15T03:14:45.886Z | Downloaded lockfree-object-pool v0.1.6 |
| 852 | 2025-04-15T03:14:45.886Z | Downloaded icu_normalizer v1.5.0 |
| 853 | 2025-04-15T03:14:45.886Z | Downloaded displaydoc v0.2.5 |
| 854 | 2025-04-15T03:14:45.886Z | Downloaded debug-ignore v1.0.5 |
| 855 | 2025-04-15T03:14:45.886Z | Downloaded postgres-protocol v0.6.8 |
| 856 | 2025-04-15T03:14:45.911Z | Downloaded openssl-sys v0.9.107 |
| 857 | 2025-04-15T03:14:45.911Z | Downloaded flume v0.11.1 |
| 858 | 2025-04-15T03:14:45.911Z | Downloaded flate2 v1.1.1 |
| 859 | 2025-04-15T03:14:45.911Z | Downloaded zip v0.6.6 |
| 860 | 2025-04-15T03:14:45.911Z | Downloaded zerocopy v0.6.6 |
| 861 | 2025-04-15T03:14:45.911Z | Downloaded steno v0.4.1 |
| 862 | 2025-04-15T03:14:45.935Z | Downloaded native-tls v0.2.12 |
| 863 | 2025-04-15T03:14:45.935Z | Downloaded which v4.4.2 |
| 864 | 2025-04-15T03:14:45.935Z | Downloaded tough v0.20.0 |
| 865 | 2025-04-15T03:14:45.936Z | Downloaded lalrpop v0.19.12 |
| 866 | 2025-04-15T03:14:45.960Z | Downloaded indexmap v1.9.3 |
| 867 | 2025-04-15T03:14:45.960Z | Downloaded ref-cast-impl v1.0.23 |
| 868 | 2025-04-15T03:14:45.960Z | Downloaded psl-types v2.0.11 |
| 869 | 2025-04-15T03:14:45.960Z | Downloaded rustyline v14.0.0 |
| 870 | 2025-04-15T03:14:45.961Z | Downloaded bitfield v0.14.0 |
| 871 | 2025-04-15T03:14:45.992Z | Downloaded darling_macro v0.20.10 |
| 872 | 2025-04-15T03:14:45.992Z | Downloaded tokio-stream v0.1.17 |
| 873 | 2025-04-15T03:14:46.016Z | Downloaded tokio-rustls v0.25.0 |
| 874 | 2025-04-15T03:14:46.016Z | Downloaded tokio-rustls v0.24.1 |
| 875 | 2025-04-15T03:14:46.016Z | Downloaded ron v0.7.1 |
| 876 | 2025-04-15T03:14:46.016Z | Downloaded postcard v1.0.10 |
| 877 | 2025-04-15T03:14:46.041Z | Downloaded polyval v0.6.2 |
| 878 | 2025-04-15T03:14:46.041Z | Downloaded ghash v0.5.1 |
| 879 | 2025-04-15T03:14:46.041Z | Downloaded getrandom v0.3.1 |
| 880 | 2025-04-15T03:14:46.041Z | Downloaded writeable v0.5.5 |
| 881 | 2025-04-15T03:14:46.041Z | Downloaded cstr-argument v0.1.2 |
| 882 | 2025-04-15T03:14:46.041Z | Downloaded dirs-next v2.0.0 |
| 883 | 2025-04-15T03:14:46.041Z | Downloaded sync-ptr v0.1.1 |
| 884 | 2025-04-15T03:14:46.041Z | Downloaded strum_macros v0.26.4 |
| 885 | 2025-04-15T03:14:46.066Z | Downloaded strum_macros v0.25.3 |
| 886 | 2025-04-15T03:14:46.066Z | Downloaded slog-term v2.9.1 |
| 887 | 2025-04-15T03:14:46.066Z | Downloaded walkdir v2.5.0 |
| 888 | 2025-04-15T03:14:46.066Z | Downloaded tokio-rustls v0.26.0 |
| 889 | 2025-04-15T03:14:46.066Z | Downloaded oso v0.27.3 |
| 890 | 2025-04-15T03:14:46.093Z | Downloaded num-complex v0.4.6 |
| 891 | 2025-04-15T03:14:46.093Z | Downloaded fixedbitset v0.5.7 |
| 892 | 2025-04-15T03:14:46.093Z | Downloaded yansi v1.0.1 |
| 893 | 2025-04-15T03:14:46.093Z | Downloaded packed_struct_codegen v0.10.1 |
| 894 | 2025-04-15T03:14:46.093Z | Downloaded diesel_derives v2.2.3 |
| 895 | 2025-04-15T03:14:46.118Z | Downloaded hickory-client v0.24.4 |
| 896 | 2025-04-15T03:14:46.118Z | Downloaded zerocopy-derive v0.8.10 |
| 897 | 2025-04-15T03:14:46.118Z | Downloaded yoke v0.7.4 |
| 898 | 2025-04-15T03:14:46.142Z | Downloaded unicode-bidi v0.3.17 |
| 899 | 2025-04-15T03:14:46.142Z | Downloaded webpki-roots v0.26.6 |
| 900 | 2025-04-15T03:14:46.142Z | Downloaded aes v0.8.4 |
| 901 | 2025-04-15T03:14:46.142Z | Downloaded subtle v2.6.1 |
| 902 | 2025-04-15T03:14:46.143Z | Downloaded rpassword v7.3.1 |
| 903 | 2025-04-15T03:14:46.143Z | Downloaded postgres-types v0.2.9 |
| 904 | 2025-04-15T03:14:46.167Z | Downloaded env_logger v0.10.2 |
| 905 | 2025-04-15T03:14:46.167Z | Downloaded yoke-derive v0.7.4 |
| 906 | 2025-04-15T03:14:46.167Z | Downloaded slog-bunyan v2.5.0 |
| 907 | 2025-04-15T03:14:46.167Z | Downloaded pbkdf2 v0.12.2 |
| 908 | 2025-04-15T03:14:46.168Z | Downloaded parse-zoneinfo v0.3.1 |
| 909 | 2025-04-15T03:14:46.192Z | Downloaded parse-display v0.10.0 |
| 910 | 2025-04-15T03:14:46.192Z | Downloaded time v0.3.36 |
| 911 | 2025-04-15T03:14:46.192Z | Downloaded serde-big-array v0.5.1 |
| 912 | 2025-04-15T03:14:46.192Z | Downloaded heck v0.3.3 |
| 913 | 2025-04-15T03:14:46.192Z | Downloaded crc v3.2.1 |
| 914 | 2025-04-15T03:14:46.218Z | Downloaded unicode-truncate v1.1.0 |
| 915 | 2025-04-15T03:14:46.218Z | Downloaded xz2 v0.1.7 |
| 916 | 2025-04-15T03:14:46.218Z | Downloaded lru v0.12.5 |
| 917 | 2025-04-15T03:14:46.218Z | Downloaded constant_time_eq v0.3.1 |
| 918 | 2025-04-15T03:14:46.218Z | Downloaded supports-color v3.0.2 |
| 919 | 2025-04-15T03:14:46.218Z | Downloaded ppv-lite86 v0.2.20 |
| 920 | 2025-04-15T03:14:46.218Z | Downloaded openssl-macros v0.1.1 |
| 921 | 2025-04-15T03:14:46.218Z | Downloaded zerovec-derive v0.10.3 |
| 922 | 2025-04-15T03:14:46.218Z | Downloaded phf_codegen v0.11.2 |
| 923 | 2025-04-15T03:14:46.243Z | Downloaded parse-size v1.1.0 |
| 924 | 2025-04-15T03:14:46.243Z | Downloaded nibble_vec v0.1.0 |
| 925 | 2025-04-15T03:14:46.243Z | Downloaded rand_core v0.6.4 |
| 926 | 2025-04-15T03:14:46.243Z | Downloaded libm v0.2.8 |
| 927 | 2025-04-15T03:14:46.268Z | Downloaded aws-lc-sys v0.26.0 |
| 928 | 2025-04-15T03:14:46.552Z | Downloaded ipnet v2.11.0 |
| 929 | 2025-04-15T03:14:46.577Z | Downloaded cipher v0.4.4 |
| 930 | 2025-04-15T03:14:46.577Z | Downloaded num-conv v0.1.0 |
| 931 | 2025-04-15T03:14:46.577Z | Downloaded flagset v0.4.6 |
| 932 | 2025-04-15T03:14:46.577Z | Downloaded zerofrom v0.1.4 |
| 933 | 2025-04-15T03:14:46.577Z | Downloaded yasna v0.5.2 |
| 934 | 2025-04-15T03:14:46.577Z | Downloaded unicode-properties v0.1.3 |
| 935 | 2025-04-15T03:14:46.577Z | Downloaded rustls-pki-types v1.10.0 |
| 936 | 2025-04-15T03:14:46.577Z | Downloaded percent-encoding v2.3.1 |
| 937 | 2025-04-15T03:14:46.577Z | Downloaded path-slash v0.1.5 |
| 938 | 2025-04-15T03:14:46.577Z | Downloaded paste v1.0.15 |
| 939 | 2025-04-15T03:14:46.577Z | Downloaded parse-display-derive v0.10.0 |
| 940 | 2025-04-15T03:14:46.577Z | Downloaded hkdf v0.12.4 |
| 941 | 2025-04-15T03:14:46.602Z | Downloaded hex-literal v0.4.1 |
| 942 | 2025-04-15T03:14:46.602Z | Downloaded addr2line v0.24.2 |
| 943 | 2025-04-15T03:14:46.602Z | Downloaded num-derive v0.3.3 |
| 944 | 2025-04-15T03:14:46.602Z | Downloaded zeroize_derive v1.4.2 |
| 945 | 2025-04-15T03:14:46.602Z | Downloaded snafu v0.8.5 |
| 946 | 2025-04-15T03:14:46.602Z | Downloaded smallvec v0.6.14 |
| 947 | 2025-04-15T03:14:46.602Z | Downloaded slog-dtrace v0.3.0 |
| 948 | 2025-04-15T03:14:46.603Z | Downloaded env_filter v0.1.2 |
| 949 | 2025-04-15T03:14:46.603Z | Downloaded vte_generate_state_changes v0.1.2 |
| 950 | 2025-04-15T03:14:46.603Z | Downloaded unarray v0.1.4 |
| 951 | 2025-04-15T03:14:46.603Z | Downloaded filetime v0.2.25 |
| 952 | 2025-04-15T03:14:46.603Z | Downloaded qorb v0.3.1 |
| 953 | 2025-04-15T03:14:46.629Z | Downloaded mio v1.0.2 |
| 954 | 2025-04-15T03:14:46.629Z | Downloaded match_cfg v0.1.0 |
| 955 | 2025-04-15T03:14:46.629Z | Downloaded itertools v0.14.0 |
| 956 | 2025-04-15T03:14:46.629Z | Downloaded hostname v0.3.1 |
| 957 | 2025-04-15T03:14:46.629Z | Downloaded crucible-workspace-hack v0.1.0 |
| 958 | 2025-04-15T03:14:46.629Z | Downloaded castaway v0.2.3 |
| 959 | 2025-04-15T03:14:46.629Z | Downloaded hashbrown v0.13.2 |
| 960 | 2025-04-15T03:14:46.629Z | Downloaded want v0.3.1 |
| 961 | 2025-04-15T03:14:46.653Z | Downloaded tower v0.5.2 |
| 962 | 2025-04-15T03:14:46.653Z | Downloaded hyper v1.6.0 |
| 963 | 2025-04-15T03:14:46.653Z | Downloaded structmeta-derive v0.3.0 |
| 964 | 2025-04-15T03:14:46.653Z | Downloaded stringprep v0.1.5 |
| 965 | 2025-04-15T03:14:46.653Z | Downloaded slog-stdlog v4.1.1 |
| 966 | 2025-04-15T03:14:46.653Z | Downloaded slog-scope v4.4.0 |
| 967 | 2025-04-15T03:14:46.653Z | Downloaded rustversion v1.0.17 |
| 968 | 2025-04-15T03:14:46.678Z | Downloaded winnow v0.6.20 |
| 969 | 2025-04-15T03:14:46.678Z | Downloaded wait-timeout v0.2.0 |
| 970 | 2025-04-15T03:14:46.678Z | Downloaded itertools v0.12.1 |
| 971 | 2025-04-15T03:14:46.678Z | Downloaded slog-json v2.6.1 |
| 972 | 2025-04-15T03:14:46.678Z | Downloaded slog-envlogger v2.2.0 |
| 973 | 2025-04-15T03:14:46.678Z | Downloaded peg-macros v0.8.5 |
| 974 | 2025-04-15T03:14:46.703Z | Downloaded itertools v0.13.0 |
| 975 | 2025-04-15T03:14:46.703Z | Downloaded idna v1.0.3 |
| 976 | 2025-04-15T03:14:46.703Z | Downloaded cexpr v0.6.0 |
| 977 | 2025-04-15T03:14:46.703Z | Downloaded bit-set v0.8.0 |
| 978 | 2025-04-15T03:14:46.703Z | Downloaded strip-ansi-escapes v0.2.0 |
| 979 | 2025-04-15T03:14:46.703Z | Downloaded string_cache v0.8.9 |
| 980 | 2025-04-15T03:14:46.703Z | Downloaded smf v0.2.3 |
| 981 | 2025-04-15T03:14:46.703Z | Downloaded rustls-pemfile v2.2.0 |
| 982 | 2025-04-15T03:14:46.703Z | Downloaded rustc_version v0.1.7 |
| 983 | 2025-04-15T03:14:46.703Z | Downloaded phf_generator v0.11.2 |
| 984 | 2025-04-15T03:14:46.728Z | Downloaded password-hash v0.5.0 |
| 985 | 2025-04-15T03:14:46.728Z | Downloaded password-hash v0.4.2 |
| 986 | 2025-04-15T03:14:46.728Z | Downloaded parking_lot_core v0.9.10 |
| 987 | 2025-04-15T03:14:46.728Z | Downloaded parking_lot_core v0.8.6 |
| 988 | 2025-04-15T03:14:46.728Z | Downloaded parking_lot v0.12.3 |
| 989 | 2025-04-15T03:14:46.728Z | Downloaded group v0.13.0 |
| 990 | 2025-04-15T03:14:46.728Z | Downloaded derive_builder_macro v0.20.2 |
| 991 | 2025-04-15T03:14:46.729Z | Downloaded waitgroup v0.1.2 |
| 992 | 2025-04-15T03:14:46.729Z | Downloaded tungstenite v0.23.0 |
| 993 | 2025-04-15T03:14:46.729Z | Downloaded radium v0.7.0 |
| 994 | 2025-04-15T03:14:46.729Z | Downloaded phf_shared v0.11.2 |
| 995 | 2025-04-15T03:14:46.729Z | Downloaded pem v3.0.5 |
| 996 | 2025-04-15T03:14:46.729Z | Downloaded pbkdf2 v0.11.0 |
| 997 | 2025-04-15T03:14:46.753Z | Downloaded expectorate v1.1.0 |
| 998 | 2025-04-15T03:14:46.753Z | Downloaded tower-layer v0.3.3 |
| 999 | 2025-04-15T03:14:46.753Z | Downloaded maybe-uninit v2.0.0 |
| 1000 | 2025-04-15T03:14:46.753Z | Downloaded libxml v0.3.3 |
| 1001 | 2025-04-15T03:14:46.753Z | Downloaded phf v0.11.2 |
| 1002 | 2025-04-15T03:14:46.754Z | Downloaded pem-rfc7468 v0.7.0 |
| 1003 | 2025-04-15T03:14:46.754Z | Downloaded multimap v0.10.0 |
| 1004 | 2025-04-15T03:14:46.754Z | Downloaded half v2.4.1 |
| 1005 | 2025-04-15T03:14:46.754Z | Downloaded der v0.7.9 |
| 1006 | 2025-04-15T03:14:46.754Z | Downloaded x509-cert v0.2.5 |
| 1007 | 2025-04-15T03:14:46.779Z | Downloaded globset v0.4.15 |
| 1008 | 2025-04-15T03:14:46.779Z | Downloaded fatfs v0.3.6 |
| 1009 | 2025-04-15T03:14:46.779Z | Downloaded tokio-tungstenite v0.21.0 |
| 1010 | 2025-04-15T03:14:46.779Z | Downloaded snafu-derive v0.8.5 |
| 1011 | 2025-04-15T03:14:46.779Z | Downloaded hyper-staticfile v0.10.1 |
| 1012 | 2025-04-15T03:14:46.779Z | Downloaded home v0.5.9 |
| 1013 | 2025-04-15T03:14:46.780Z | Downloaded bytes v1.10.1 |
| 1014 | 2025-04-15T03:14:46.780Z | Downloaded newtype-uuid v1.2.1 |
| 1015 | 2025-04-15T03:14:46.780Z | Downloaded nanorand v0.7.0 |
| 1016 | 2025-04-15T03:14:46.804Z | Downloaded fixedbitset v0.4.2 |
| 1017 | 2025-04-15T03:14:46.804Z | Downloaded write16 v1.0.0 |
| 1018 | 2025-04-15T03:14:46.804Z | Downloaded sqlparser v0.45.0 |
| 1019 | 2025-04-15T03:14:46.804Z | Downloaded md-5 v0.10.6 |
| 1020 | 2025-04-15T03:14:46.804Z | Downloaded hickory-resolver v0.24.4 |
| 1021 | 2025-04-15T03:14:46.805Z | Downloaded hash32 v0.2.1 |
| 1022 | 2025-04-15T03:14:46.805Z | Downloaded env_logger v0.11.5 |
| 1023 | 2025-04-15T03:14:46.805Z | Downloaded des v0.8.1 |
| 1024 | 2025-04-15T03:14:46.805Z | Downloaded derive_more v0.99.19 |
| 1025 | 2025-04-15T03:14:46.829Z | Downloaded derive-where v1.2.7 |
| 1026 | 2025-04-15T03:14:46.829Z | Downloaded xattr v1.3.1 |
| 1027 | 2025-04-15T03:14:46.830Z | Downloaded whoami v1.5.2 |
| 1028 | 2025-04-15T03:14:46.830Z | Downloaded tungstenite v0.21.0 |
| 1029 | 2025-04-15T03:14:46.830Z | Downloaded tokio-util v0.7.13 |
| 1030 | 2025-04-15T03:14:46.830Z | Downloaded serde_repr v0.1.19 |
| 1031 | 2025-04-15T03:14:46.830Z | Downloaded minimal-lexical v0.2.1 |
| 1032 | 2025-04-15T03:14:46.854Z | Downloaded litrs v0.4.1 |
| 1033 | 2025-04-15T03:14:46.854Z | Downloaded itertools v0.10.5 |
| 1034 | 2025-04-15T03:14:46.854Z | Downloaded http v1.2.0 |
| 1035 | 2025-04-15T03:14:46.854Z | Downloaded hickory-server v0.24.4 |
| 1036 | 2025-04-15T03:14:46.854Z | Downloaded crc32fast v1.4.2 |
| 1037 | 2025-04-15T03:14:46.854Z | Downloaded cmake v0.1.51 |
| 1038 | 2025-04-15T03:14:46.854Z | Downloaded chrono-tz v0.10.3 |
| 1039 | 2025-04-15T03:14:46.879Z | Downloaded aho-corasick v1.1.3 |
| 1040 | 2025-04-15T03:14:46.879Z | Downloaded futures-macro v0.3.31 |
| 1041 | 2025-04-15T03:14:46.879Z | Downloaded tracing v0.1.40 |
| 1042 | 2025-04-15T03:14:46.879Z | Downloaded ssh-key v0.6.6 |
| 1043 | 2025-04-15T03:14:46.903Z | Downloaded serde_with_macros v3.12.0 |
| 1044 | 2025-04-15T03:14:46.904Z | Downloaded headers-core v0.3.0 |
| 1045 | 2025-04-15T03:14:46.904Z | Downloaded bit-set v0.5.3 |
| 1046 | 2025-04-15T03:14:46.904Z | Downloaded ff v0.13.0 |
| 1047 | 2025-04-15T03:14:46.904Z | Downloaded fd-lock v4.0.2 |
| 1048 | 2025-04-15T03:14:46.904Z | Downloaded derive_builder_core v0.20.2 |
| 1049 | 2025-04-15T03:14:46.904Z | Downloaded derive_builder v0.20.2 |
| 1050 | 2025-04-15T03:14:46.904Z | Downloaded deranged v0.3.11 |
| 1051 | 2025-04-15T03:14:46.904Z | Downloaded der_derive v0.7.3 |
| 1052 | 2025-04-15T03:14:46.904Z | Downloaded xshell v0.2.7 |
| 1053 | 2025-04-15T03:14:46.904Z | Downloaded tracing-core v0.1.32 |
| 1054 | 2025-04-15T03:14:46.929Z | Downloaded tower-service v0.3.3 |
| 1055 | 2025-04-15T03:14:46.929Z | Downloaded spki v0.7.3 |
| 1056 | 2025-04-15T03:14:46.929Z | Downloaded serde_with v3.12.0 |
| 1057 | 2025-04-15T03:14:46.929Z | Downloaded quinn-proto v0.11.8 |
| 1058 | 2025-04-15T03:14:46.929Z | Downloaded quinn v0.11.5 |
| 1059 | 2025-04-15T03:14:46.929Z | Downloaded md5 v0.7.0 |
| 1060 | 2025-04-15T03:14:46.953Z | Downloaded maplit v1.0.2 |
| 1061 | 2025-04-15T03:14:46.953Z | Downloaded jiff-static v0.2.6 |
| 1062 | 2025-04-15T03:14:46.953Z | Downloaded icu_provider v1.5.0 |
| 1063 | 2025-04-15T03:14:46.953Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1064 | 2025-04-15T03:14:46.953Z | Downloaded headers v0.4.0 |
| 1065 | 2025-04-15T03:14:46.953Z | Downloaded diesel-dtrace v0.4.2 |
| 1066 | 2025-04-15T03:14:46.953Z | Downloaded toml v0.7.8 |
| 1067 | 2025-04-15T03:14:46.953Z | Downloaded miniz_oxide v0.8.5 |
| 1068 | 2025-04-15T03:14:46.953Z | Downloaded indicatif v0.17.11 |
| 1069 | 2025-04-15T03:14:46.978Z | Downloaded icu_properties v1.5.1 |
| 1070 | 2025-04-15T03:14:46.978Z | Downloaded icu_normalizer_data v1.5.0 |
| 1071 | 2025-04-15T03:14:46.978Z | Downloaded hyper-util v0.1.10 |
| 1072 | 2025-04-15T03:14:46.978Z | Downloaded hyper-tls v0.6.0 |
| 1073 | 2025-04-15T03:14:46.978Z | Downloaded hmac v0.12.1 |
| 1074 | 2025-04-15T03:14:46.978Z | Downloaded atomicwrites v0.4.4 |
| 1075 | 2025-04-15T03:14:46.978Z | Downloaded async-stream-impl v0.3.6 |
| 1076 | 2025-04-15T03:14:46.978Z | Downloaded array-init v0.0.4 |
| 1077 | 2025-04-15T03:14:46.978Z | Downloaded xshell-macros v0.2.7 |
| 1078 | 2025-04-15T03:14:46.979Z | Downloaded wyz v0.5.1 |
| 1079 | 2025-04-15T03:14:46.979Z | Downloaded try-lock v0.2.5 |
| 1080 | 2025-04-15T03:14:46.979Z | Downloaded tracing-attributes v0.1.27 |
| 1081 | 2025-04-15T03:14:46.979Z | Downloaded topological-sort v0.2.2 |
| 1082 | 2025-04-15T03:14:47.004Z | Downloaded thread_local v1.1.8 |
| 1083 | 2025-04-15T03:14:47.004Z | Downloaded test-strategy v0.4.0 |
| 1084 | 2025-04-15T03:14:47.004Z | Downloaded static_assertions v1.1.0 |
| 1085 | 2025-04-15T03:14:47.004Z | Downloaded ssh-encoding v0.2.0 |
| 1086 | 2025-04-15T03:14:47.004Z | Downloaded rayon v1.10.0 |
| 1087 | 2025-04-15T03:14:47.004Z | Downloaded quick-error v1.2.3 |
| 1088 | 2025-04-15T03:14:47.004Z | Downloaded multer v3.1.0 |
| 1089 | 2025-04-15T03:14:47.004Z | Downloaded mime_guess v2.0.5 |
| 1090 | 2025-04-15T03:14:47.030Z | Downloaded mime v0.3.17 |
| 1091 | 2025-04-15T03:14:47.030Z | Downloaded memmap2 v0.9.5 |
| 1092 | 2025-04-15T03:14:47.030Z | Downloaded lru-cache v0.1.2 |
| 1093 | 2025-04-15T03:14:47.030Z | Downloaded lock_api v0.4.12 |
| 1094 | 2025-04-15T03:14:47.030Z | Downloaded litemap v0.7.3 |
| 1095 | 2025-04-15T03:14:47.030Z | Downloaded linked-hash-map v0.5.6 |
| 1096 | 2025-04-15T03:14:47.030Z | Downloaded libloading v0.8.5 |
| 1097 | 2025-04-15T03:14:47.030Z | Downloaded lalrpop-util v0.19.12 |
| 1098 | 2025-04-15T03:14:47.030Z | Downloaded is-terminal v0.4.13 |
| 1099 | 2025-04-15T03:14:47.030Z | Downloaded indoc v1.0.9 |
| 1100 | 2025-04-15T03:14:47.030Z | Downloaded icu_locid_transform v1.5.0 |
| 1101 | 2025-04-15T03:14:47.030Z | Downloaded icu_locid v1.5.0 |
| 1102 | 2025-04-15T03:14:47.055Z | Downloaded iana-time-zone v0.1.61 |
| 1103 | 2025-04-15T03:14:47.055Z | Downloaded httparse v1.9.5 |
| 1104 | 2025-04-15T03:14:47.055Z | Downloaded bzip2 v0.4.4 |
| 1105 | 2025-04-15T03:14:47.055Z | Downloaded thiserror-no-std v2.0.2 |
| 1106 | 2025-04-15T03:14:47.055Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1107 | 2025-04-15T03:14:47.055Z | Downloaded termtree v0.5.1 |
| 1108 | 2025-04-15T03:14:47.055Z | Downloaded ssh-cipher v0.2.0 |
| 1109 | 2025-04-15T03:14:47.055Z | Downloaded sqlformat v0.2.6 |
| 1110 | 2025-04-15T03:14:47.055Z | Downloaded spin v0.9.8 |
| 1111 | 2025-04-15T03:14:47.055Z | Downloaded socket2 v0.5.9 |
| 1112 | 2025-04-15T03:14:47.055Z | Downloaded reedline v0.38.0 |
| 1113 | 2025-04-15T03:14:47.080Z | Downloaded rand v0.9.0 |
| 1114 | 2025-04-15T03:14:47.080Z | Downloaded rand v0.8.5 |
| 1115 | 2025-04-15T03:14:47.080Z | Downloaded quick-xml v0.37.2 |
| 1116 | 2025-04-15T03:14:47.080Z | Downloaded lzss v0.8.2 |
| 1117 | 2025-04-15T03:14:47.080Z | Downloaded libsw-core v0.3.1 |
| 1118 | 2025-04-15T03:14:47.105Z | Downloaded lazy_static v1.5.0 |
| 1119 | 2025-04-15T03:14:47.105Z | Downloaded jobserver v0.1.32 |
| 1120 | 2025-04-15T03:14:47.105Z | Downloaded indent_write v2.2.0 |
| 1121 | 2025-04-15T03:14:47.105Z | Downloaded hyper-rustls v0.27.3 |
| 1122 | 2025-04-15T03:14:47.105Z | Downloaded ahash v0.8.11 |
| 1123 | 2025-04-15T03:14:47.105Z | Downloaded managed v0.8.0 |
| 1124 | 2025-04-15T03:14:47.105Z | Downloaded libscf-sys v1.1.0 |
| 1125 | 2025-04-15T03:14:47.105Z | Downloaded lazycell v1.3.0 |
| 1126 | 2025-04-15T03:14:47.105Z | Downloaded rayon-core v1.12.1 |
| 1127 | 2025-04-15T03:14:47.105Z | Downloaded linear-map v1.2.0 |
| 1128 | 2025-04-15T03:14:47.105Z | Downloaded libsw v3.4.0 |
| 1129 | 2025-04-15T03:14:47.105Z | Downloaded libefi-sys v0.1.0 |
| 1130 | 2025-04-15T03:14:47.105Z | Downloaded ident_case v1.0.1 |
| 1131 | 2025-04-15T03:14:47.130Z | Downloaded highway v1.3.0 |
| 1132 | 2025-04-15T03:14:47.130Z | Downloaded cobs v0.2.3 |
| 1133 | 2025-04-15T03:14:47.130Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1134 | 2025-04-15T03:14:47.130Z | Downloaded serde_path_to_error v0.1.16 |
| 1135 | 2025-04-15T03:14:47.130Z | Downloaded kstat-rs v0.2.4 |
| 1136 | 2025-04-15T03:14:47.130Z | Downloaded keccak v0.1.5 |
| 1137 | 2025-04-15T03:14:47.130Z | Downloaded ipnetwork v0.21.1 |
| 1138 | 2025-04-15T03:14:47.130Z | Downloaded internet-checksum v0.2.1 |
| 1139 | 2025-04-15T03:14:47.130Z | Downloaded instability v0.3.2 |
| 1140 | 2025-04-15T03:14:47.130Z | Downloaded inout v0.1.3 |
| 1141 | 2025-04-15T03:14:47.130Z | Downloaded indoc v2.0.6 |
| 1142 | 2025-04-15T03:14:47.130Z | Downloaded idna_adapter v1.2.0 |
| 1143 | 2025-04-15T03:14:47.130Z | Downloaded hubpack v0.1.2 |
| 1144 | 2025-04-15T03:14:47.130Z | Downloaded cfg_aliases v0.2.1 |
| 1145 | 2025-04-15T03:14:47.130Z | Downloaded sha1 v0.10.6 |
| 1146 | 2025-04-15T03:14:47.155Z | Downloaded serde_urlencoded v0.7.1 |
| 1147 | 2025-04-15T03:14:47.155Z | Downloaded serde_plain v1.0.2 |
| 1148 | 2025-04-15T03:14:47.155Z | Downloaded serde_derive_internals v0.29.1 |
| 1149 | 2025-04-15T03:14:47.155Z | Downloaded serde-hex v0.1.0 |
| 1150 | 2025-04-15T03:14:47.155Z | Downloaded ref-cast v1.0.23 |
| 1151 | 2025-04-15T03:14:47.155Z | Downloaded rand_xorshift v0.3.0 |
| 1152 | 2025-04-15T03:14:47.155Z | Downloaded rand_seeder v0.3.0 |
| 1153 | 2025-04-15T03:14:47.155Z | Downloaded rand_chacha v0.9.0 |
| 1154 | 2025-04-15T03:14:47.155Z | Downloaded instant v0.1.13 |
| 1155 | 2025-04-15T03:14:47.155Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1156 | 2025-04-15T03:14:47.155Z | Downloaded humantime v2.1.0 |
| 1157 | 2025-04-15T03:14:47.155Z | Downloaded heapless v0.8.0 |
| 1158 | 2025-04-15T03:14:47.155Z | Downloaded heapless v0.7.17 |
| 1159 | 2025-04-15T03:14:47.181Z | Downloaded crossbeam-channel v0.5.15 |
| 1160 | 2025-04-15T03:14:47.181Z | Downloaded console v0.15.10 |
| 1161 | 2025-04-15T03:14:47.181Z | Downloaded r2d2 v0.8.10 |
| 1162 | 2025-04-15T03:14:47.181Z | Downloaded httpdate v1.0.3 |
| 1163 | 2025-04-15T03:14:47.181Z | Downloaded http-body-util v0.1.3 |
| 1164 | 2025-04-15T03:14:47.181Z | Downloaded hostname v0.4.0 |
| 1165 | 2025-04-15T03:14:47.181Z | Downloaded crossbeam-epoch v0.9.18 |
| 1166 | 2025-04-15T03:14:47.181Z | Downloaded convert_case v0.4.0 |
| 1167 | 2025-04-15T03:14:47.181Z | Downloaded colored v2.2.0 |
| 1168 | 2025-04-15T03:14:47.181Z | Downloaded clang-sys v1.8.1 |
| 1169 | 2025-04-15T03:14:47.205Z | Downloaded chrono v0.4.40 |
| 1170 | 2025-04-15T03:14:47.205Z | Downloaded blake3 v1.5.4 |
| 1171 | 2025-04-15T03:14:47.205Z | Downloaded bitvec v1.0.1 |
| 1172 | 2025-04-15T03:14:47.230Z | Downloaded bit-vec v0.8.0 |
| 1173 | 2025-04-15T03:14:47.230Z | Downloaded bcs v0.1.6 |
| 1174 | 2025-04-15T03:14:47.230Z | Downloaded backtrace v0.3.74 |
| 1175 | 2025-04-15T03:14:47.230Z | Downloaded aws-lc-rs v1.12.4 |
| 1176 | 2025-04-15T03:14:47.255Z | Downloaded async-recursion v1.1.1 |
| 1177 | 2025-04-15T03:14:47.255Z | Downloaded icu_provider_macros v1.5.0 |
| 1178 | 2025-04-15T03:14:47.255Z | Downloaded hubpack_derive v0.1.1 |
| 1179 | 2025-04-15T03:14:47.255Z | Downloaded hex v0.4.3 |
| 1180 | 2025-04-15T03:14:47.255Z | Downloaded crossterm v0.28.1 |
| 1181 | 2025-04-15T03:14:47.255Z | Downloaded async-trait v0.1.88 |
| 1182 | 2025-04-15T03:14:47.255Z | Downloaded aes-gcm v0.10.3 |
| 1183 | 2025-04-15T03:14:47.280Z | Downloaded crypto-bigint v0.5.5 |
| 1184 | 2025-04-15T03:14:47.280Z | Downloaded cookie v0.18.1 |
| 1185 | 2025-04-15T03:14:47.280Z | Downloaded const_format v0.2.34 |
| 1186 | 2025-04-15T03:14:47.280Z | Downloaded compact_str v0.8.0 |
| 1187 | 2025-04-15T03:14:47.280Z | Downloaded chacha20poly1305 v0.10.1 |
| 1188 | 2025-04-15T03:14:47.280Z | Downloaded cc v1.2.15 |
| 1189 | 2025-04-15T03:14:47.305Z | Downloaded bzip2 v0.5.2 |
| 1190 | 2025-04-15T03:14:47.305Z | Downloaded bumpalo v3.16.0 |
| 1191 | 2025-04-15T03:14:47.305Z | Downloaded base64 v0.22.1 |
| 1192 | 2025-04-15T03:14:47.305Z | Downloaded base64 v0.21.7 |
| 1193 | 2025-04-15T03:14:47.305Z | Downloaded base16ct v0.2.0 |
| 1194 | 2025-04-15T03:14:47.305Z | Downloaded crc-any v2.5.0 |
| 1195 | 2025-04-15T03:14:47.305Z | Downloaded cookie_store v0.21.1 |
| 1196 | 2025-04-15T03:14:47.305Z | Downloaded const-oid v0.9.6 |
| 1197 | 2025-04-15T03:14:47.305Z | Downloaded ciborium v0.2.2 |
| 1198 | 2025-04-15T03:14:47.305Z | Downloaded blake2 v0.10.6 |
| 1199 | 2025-04-15T03:14:47.330Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1200 | 2025-04-15T03:14:47.330Z | Downloaded base64ct v1.6.0 |
| 1201 | 2025-04-15T03:14:47.330Z | Downloaded async-bb8-diesel v0.2.1 |
| 1202 | 2025-04-15T03:14:47.330Z | Downloaded arrayvec v0.7.6 |
| 1203 | 2025-04-15T03:14:47.330Z | Downloaded argon2 v0.5.3 |
| 1204 | 2025-04-15T03:14:47.330Z | Downloaded arc-swap v1.7.1 |
| 1205 | 2025-04-15T03:14:47.330Z | Downloaded allocator-api2 v0.2.18 |
| 1206 | 2025-04-15T03:14:47.330Z | Downloaded crc-catalog v2.4.0 |
| 1207 | 2025-04-15T03:14:47.330Z | Downloaded const_format_proc_macros v0.2.34 |
| 1208 | 2025-04-15T03:14:47.330Z | Downloaded ciborium-ll v0.2.2 |
| 1209 | 2025-04-15T03:14:47.330Z | Downloaded chrono-tz-build v0.4.0 |
| 1210 | 2025-04-15T03:14:47.330Z | Downloaded chacha20 v0.9.1 |
| 1211 | 2025-04-15T03:14:47.355Z | Downloaded cfg_aliases v0.1.1 |
| 1212 | 2025-04-15T03:14:47.355Z | Downloaded cbc v0.1.2 |
| 1213 | 2025-04-15T03:14:47.355Z | Downloaded cassowary v0.3.0 |
| 1214 | 2025-04-15T03:14:47.355Z | Downloaded cargo_metadata v0.18.1 |
| 1215 | 2025-04-15T03:14:47.355Z | Downloaded cancel-safe-futures v0.1.5 |
| 1216 | 2025-04-15T03:14:47.355Z | Downloaded buf-list v1.0.3 |
| 1217 | 2025-04-15T03:14:47.355Z | Downloaded blowfish v0.9.1 |
| 1218 | 2025-04-15T03:14:47.355Z | Downloaded block-padding v0.3.3 |
| 1219 | 2025-04-15T03:14:47.355Z | Downloaded bitfield-struct v0.6.2 |
| 1220 | 2025-04-15T03:14:47.355Z | Downloaded bb8 v0.8.5 |
| 1221 | 2025-04-15T03:14:47.355Z | Downloaded base64 v0.13.1 |
| 1222 | 2025-04-15T03:14:47.355Z | Downloaded backoff v0.4.0 |
| 1223 | 2025-04-15T03:14:47.355Z | Downloaded atomic-waker v1.1.2 |
| 1224 | 2025-04-15T03:14:47.380Z | Downloaded async-stream v0.3.6 |
| 1225 | 2025-04-15T03:14:47.380Z | Downloaded assert_matches v1.5.0 |
| 1226 | 2025-04-15T03:14:47.380Z | Downloaded ascii-canvas v3.0.0 |
| 1227 | 2025-04-15T03:14:47.380Z | Downloaded adler2 v2.0.0 |
| 1228 | 2025-04-15T03:14:47.380Z | Downloaded crc8 v0.1.1 |
| 1229 | 2025-04-15T03:14:47.380Z | Downloaded ciborium-io v0.2.2 |
| 1230 | 2025-04-15T03:14:47.380Z | Downloaded atty v0.2.14 |
| 1231 | 2025-04-15T03:14:47.380Z | Downloaded aead v0.5.2 |
| 1232 | 2025-04-15T03:14:47.493Z | Compiling serde v1.0.219 |
| 1233 | 2025-04-15T03:14:47.518Z | Compiling value-bag v1.9.0 |
| 1234 | 2025-04-15T03:14:47.518Z | Compiling lock_api v0.4.12 |
| 1235 | 2025-04-15T03:14:47.518Z | Compiling scopeguard v1.2.0 |
| 1236 | 2025-04-15T03:14:47.518Z | Compiling typenum v1.17.0 |
| 1237 | 2025-04-15T03:14:47.518Z | Compiling generic-array v0.14.7 |
| 1238 | 2025-04-15T03:14:47.518Z | Compiling syn v2.0.98 |
| 1239 | 2025-04-15T03:14:47.518Z | Compiling getrandom v0.2.15 |
| 1240 | 2025-04-15T03:14:47.745Z | Compiling shlex v1.3.0 |
| 1241 | 2025-04-15T03:14:48.009Z | Compiling log v0.4.22 |
| 1242 | 2025-04-15T03:14:48.055Z | Compiling rand_core v0.6.4 |
| 1243 | 2025-04-15T03:14:48.106Z | Compiling jobserver v0.1.32 |
| 1244 | 2025-04-15T03:14:48.131Z | Compiling subtle v2.6.1 |
| 1245 | 2025-04-15T03:14:48.185Z | Compiling smallvec v1.14.0 |
| 1246 | 2025-04-15T03:14:48.487Z | Compiling const-oid v0.9.6 |
| 1247 | 2025-04-15T03:14:48.512Z | Compiling pin-project-lite v0.2.14 |
| 1248 | 2025-04-15T03:14:48.569Z | Compiling cc v1.2.15 |
| 1249 | 2025-04-15T03:14:48.593Z | Compiling parking_lot_core v0.9.10 |
| 1250 | 2025-04-15T03:14:48.687Z | Compiling rustix v0.38.37 |
| 1251 | 2025-04-15T03:14:48.739Z | Compiling signal-hook-registry v1.4.2 |
| 1252 | 2025-04-15T03:14:48.903Z | Compiling stable_deref_trait v1.2.0 |
| 1253 | 2025-04-15T03:14:49.035Z | Compiling mio v1.0.2 |
| 1254 | 2025-04-15T03:14:49.364Z | Compiling parking_lot v0.12.3 |
| 1255 | 2025-04-15T03:14:49.436Z | Compiling spin v0.9.8 |
| 1256 | 2025-04-15T03:14:49.508Z | Compiling futures-core v0.3.31 |
| 1257 | 2025-04-15T03:14:49.533Z | Compiling aho-corasick v1.1.3 |
| 1258 | 2025-04-15T03:14:49.746Z | Compiling pkg-config v0.3.31 |
| 1259 | 2025-04-15T03:14:49.811Z | Compiling either v1.14.0 |
| 1260 | 2025-04-15T03:14:49.959Z | Compiling serde_json v1.0.140 |
| 1261 | 2025-04-15T03:14:50.069Z | Compiling cpufeatures v0.2.14 |
| 1262 | 2025-04-15T03:14:50.094Z | Compiling libm v0.2.8 |
| 1263 | 2025-04-15T03:14:50.192Z | Compiling regex-syntax v0.8.5 |
| 1264 | 2025-04-15T03:14:50.216Z | Compiling socket2 v0.5.9 |
| 1265 | 2025-04-15T03:14:50.298Z | Compiling num-traits v0.2.19 |
| 1266 | 2025-04-15T03:14:50.465Z | Compiling glob v0.3.2 |
| 1267 | 2025-04-15T03:14:50.914Z | Compiling getrandom v0.3.1 |
| 1268 | 2025-04-15T03:14:51.178Z | Compiling futures-sink v0.3.31 |
| 1269 | 2025-04-15T03:14:51.368Z | Compiling prettyplease v0.2.30 |
| 1270 | 2025-04-15T03:14:51.436Z | Compiling clang-sys v1.8.1 |
| 1271 | 2025-04-15T03:14:51.731Z | Compiling lazy_static v1.5.0 |
| 1272 | 2025-04-15T03:14:51.760Z | Compiling slab v0.4.9 |
| 1273 | 2025-04-15T03:14:52.043Z | Compiling allocator-api2 v0.2.18 |
| 1274 | 2025-04-15T03:14:52.068Z | Compiling foldhash v0.1.3 |
| 1275 | 2025-04-15T03:14:52.125Z | Compiling minimal-lexical v0.2.1 |
| 1276 | 2025-04-15T03:14:52.357Z | Compiling libloading v0.8.5 |
| 1277 | 2025-04-15T03:14:52.561Z | Compiling nom v7.1.3 |
| 1278 | 2025-04-15T03:14:52.687Z | Compiling hashbrown v0.15.1 |
| 1279 | 2025-04-15T03:14:52.712Z | Compiling bindgen v0.69.5 |
| 1280 | 2025-04-15T03:14:52.736Z | Compiling home v0.5.9 |
| 1281 | 2025-04-15T03:14:52.939Z | Compiling base64ct v1.6.0 |
| 1282 | 2025-04-15T03:14:53.463Z | Compiling regex-automata v0.4.8 |
| 1283 | 2025-04-15T03:14:53.510Z | Compiling pem-rfc7468 v0.7.0 |
| 1284 | 2025-04-15T03:14:53.770Z | Compiling itertools v0.10.5 |
| 1285 | 2025-04-15T03:14:53.812Z | Compiling writeable v0.5.5 |
| 1286 | 2025-04-15T03:14:54.068Z | Compiling flagset v0.4.6 |
| 1287 | 2025-04-15T03:14:54.307Z | Compiling synstructure v0.13.1 |
| 1288 | 2025-04-15T03:14:55.323Z | Compiling cexpr v0.6.0 |
| 1289 | 2025-04-15T03:14:55.369Z | Compiling lazycell v1.3.0 |
| 1290 | 2025-04-15T03:14:55.581Z | Compiling litemap v0.7.3 |
| 1291 | 2025-04-15T03:14:55.606Z | Compiling rustc-hash v1.1.0 |
| 1292 | 2025-04-15T03:14:55.824Z | Compiling futures-channel v0.3.31 |
| 1293 | 2025-04-15T03:14:55.977Z | Compiling cmake v0.1.51 |
| 1294 | 2025-04-15T03:14:56.071Z | Compiling dunce v1.0.5 |
| 1295 | 2025-04-15T03:14:56.235Z | Compiling futures-io v0.3.31 |
| 1296 | 2025-04-15T03:14:56.269Z | Compiling fs_extra v1.3.0 |
| 1297 | 2025-04-15T03:14:56.526Z | Compiling pin-utils v0.1.0 |
| 1298 | 2025-04-15T03:14:56.650Z | Compiling futures-task v0.3.31 |
| 1299 | 2025-04-15T03:14:56.778Z | Compiling vcpkg v0.2.15 |
| 1300 | 2025-04-15T03:14:56.802Z | Compiling icu_locid_transform_data v1.5.0 |
| 1301 | 2025-04-15T03:14:56.866Z | Compiling paste v1.0.15 |
| 1302 | 2025-04-15T03:14:56.902Z | Compiling crossbeam-utils v0.8.21 |
| 1303 | 2025-04-15T03:14:56.939Z | Compiling icu_properties_data v1.5.0 |
| 1304 | 2025-04-15T03:14:56.963Z | Compiling ring v0.17.11 |
| 1305 | 2025-04-15T03:14:57.195Z | Compiling tracing-core v0.1.32 |
| 1306 | 2025-04-15T03:14:57.427Z | Compiling write16 v1.0.0 |
| 1307 | 2025-04-15T03:14:57.573Z | Compiling iana-time-zone v0.1.61 |
| 1308 | 2025-04-15T03:14:57.885Z | Compiling regex v1.11.1 |
| 1309 | 2025-04-15T03:14:57.912Z | Compiling utf16_iter v1.0.5 |
| 1310 | 2025-04-15T03:14:58.118Z | Compiling zerocopy v0.8.10 |
| 1311 | 2025-04-15T03:14:58.276Z | Compiling icu_normalizer_data v1.5.0 |
| 1312 | 2025-04-15T03:14:58.336Z | Compiling openssl-sys v0.9.107 |
| 1313 | 2025-04-15T03:14:58.372Z | Compiling percent-encoding v2.3.1 |
| 1314 | 2025-04-15T03:14:58.403Z | Compiling utf8_iter v1.0.4 |
| 1315 | 2025-04-15T03:14:58.457Z | Compiling serde_derive v1.0.219 |
| 1316 | 2025-04-15T03:14:58.641Z | Compiling zeroize_derive v1.4.2 |
| 1317 | 2025-04-15T03:14:58.698Z | Compiling zerocopy-derive v0.7.35 |
| 1318 | 2025-04-15T03:14:58.754Z | Compiling zerofrom-derive v0.1.4 |
| 1319 | 2025-04-15T03:14:58.821Z | Compiling tokio-macros v2.5.0 |
| 1320 | 2025-04-15T03:14:59.226Z | Compiling yoke-derive v0.7.4 |
| 1321 | 2025-04-15T03:14:59.804Z | Compiling zeroize v1.8.1 |
| 1322 | 2025-04-15T03:15:00.156Z | Compiling zerovec-derive v0.10.3 |
| 1323 | 2025-04-15T03:15:00.384Z | Compiling zerocopy v0.7.35 |
| 1324 | 2025-04-15T03:15:01.247Z | Compiling crypto-common v0.1.6 |
| 1325 | 2025-04-15T03:15:01.271Z | Compiling block-buffer v0.10.4 |
| 1326 | 2025-04-15T03:15:01.480Z | Compiling digest v0.10.7 |
| 1327 | 2025-04-15T03:15:01.530Z | Compiling block-padding v0.3.3 |
| 1328 | 2025-04-15T03:15:01.554Z | Compiling displaydoc v0.2.5 |
| 1329 | 2025-04-15T03:15:01.638Z | Compiling thiserror-impl v1.0.69 |
| 1330 | 2025-04-15T03:15:01.760Z | Compiling zerofrom v0.1.4 |
| 1331 | 2025-04-15T03:15:01.787Z | Compiling inout v0.1.3 |
| 1332 | 2025-04-15T03:15:01.929Z | Compiling hmac v0.12.1 |
| 1333 | 2025-04-15T03:15:01.974Z | Compiling yoke v0.7.4 |
| 1334 | 2025-04-15T03:15:02.045Z | Compiling cipher v0.4.4 |
| 1335 | 2025-04-15T03:15:02.197Z | Compiling sha2 v0.10.8 |
| 1336 | 2025-04-15T03:15:02.268Z | Compiling der_derive v0.7.3 |
| 1337 | 2025-04-15T03:15:02.292Z | Compiling icu_provider_macros v1.5.0 |
| 1338 | 2025-04-15T03:15:02.323Z | Compiling zerovec v0.10.4 |
| 1339 | 2025-04-15T03:15:02.523Z | Compiling futures-macro v0.3.31 |
| 1340 | 2025-04-15T03:15:02.805Z | Compiling salsa20 v0.10.2 |
| 1341 | 2025-04-15T03:15:03.022Z | Compiling pbkdf2 v0.12.2 |
| 1342 | 2025-04-15T03:15:03.187Z | Compiling ppv-lite86 v0.2.20 |
| 1343 | 2025-04-15T03:15:03.212Z | Compiling scrypt v0.11.0 |
| 1344 | 2025-04-15T03:15:03.657Z | Compiling cbc v0.1.2 |
| 1345 | 2025-04-15T03:15:03.861Z | Compiling tinystr v0.7.6 |
| 1346 | 2025-04-15T03:15:03.906Z | Compiling icu_collections v1.5.0 |
| 1347 | 2025-04-15T03:15:04.050Z | Compiling futures-util v0.3.31 |
| 1348 | 2025-04-15T03:15:04.124Z | Compiling aes v0.8.4 |
| 1349 | 2025-04-15T03:15:04.150Z | Compiling der v0.7.9 |
| 1350 | 2025-04-15T03:15:04.150Z | Compiling thiserror v1.0.69 |
| 1351 | 2025-04-15T03:15:04.230Z | Compiling icu_locid v1.5.0 |
| 1352 | 2025-04-15T03:15:04.337Z | Compiling pest v2.7.14 |
| 1353 | 2025-04-15T03:15:04.901Z | Compiling tracing-attributes v0.1.27 |
| 1354 | 2025-04-15T03:15:05.037Z | Compiling aws-lc-rs v1.12.4 |
| 1355 | 2025-04-15T03:15:05.406Z | Compiling icu_provider v1.5.0 |
| 1356 | 2025-04-15T03:15:05.945Z | Compiling spki v0.7.3 |
| 1357 | 2025-04-15T03:15:06.242Z | Compiling icu_locid_transform v1.5.0 |
| 1358 | 2025-04-15T03:15:06.304Z | Compiling pkcs5 v0.7.1 |
| 1359 | 2025-04-15T03:15:06.430Z | Compiling scroll_derive v0.12.0 |
| 1360 | 2025-04-15T03:15:06.754Z | Compiling pest_meta v2.7.14 |
| 1361 | 2025-04-15T03:15:06.885Z | Compiling pkcs8 v0.10.2 |
| 1362 | 2025-04-15T03:15:07.228Z | Compiling zerocopy-derive v0.8.10 |
| 1363 | 2025-04-15T03:15:07.498Z | Compiling icu_properties v1.5.1 |
| 1364 | 2025-04-15T03:15:07.640Z | Compiling tracing v0.1.40 |
| 1365 | 2025-04-15T03:15:08.202Z | Compiling httparse v1.9.5 |
| 1366 | 2025-04-15T03:15:08.790Z | Compiling rustls-pki-types v1.10.0 |
| 1367 | 2025-04-15T03:15:08.838Z | Compiling bytes v1.10.1 |
| 1368 | 2025-04-15T03:15:09.078Z | Compiling bitflags v2.9.0 |
| 1369 | 2025-04-15T03:15:09.105Z | Compiling semver v1.0.25 |
| 1370 | 2025-04-15T03:15:09.665Z | Compiling indexmap v2.7.1 |
| 1371 | 2025-04-15T03:15:09.727Z | Compiling rustc_version v0.4.1 |
| 1372 | 2025-04-15T03:15:10.132Z | Compiling tokio v1.43.1 |
| 1373 | 2025-04-15T03:15:10.352Z | Compiling http v1.2.0 |
| 1374 | 2025-04-15T03:15:10.383Z | Compiling uuid v1.16.0 |
| 1375 | 2025-04-15T03:15:10.913Z | Compiling icu_normalizer v1.5.0 |
| 1376 | 2025-04-15T03:15:11.453Z | Compiling chrono v0.4.40 |
| 1377 | 2025-04-15T03:15:11.771Z | Compiling tinyvec_macros v0.1.1 |
| 1378 | 2025-04-15T03:15:11.879Z | Compiling tinyvec v1.8.0 |
| 1379 | 2025-04-15T03:15:11.916Z | Compiling idna_adapter v1.2.0 |
| 1380 | 2025-04-15T03:15:11.994Z | Compiling http-body v1.0.1 |
| 1381 | 2025-04-15T03:15:12.309Z | Compiling pest_generator v2.7.14 |
| 1382 | 2025-04-15T03:15:12.333Z | Compiling scroll v0.12.0 |
| 1383 | 2025-04-15T03:15:12.453Z | Compiling serde_derive_internals v0.29.1 |
| 1384 | 2025-04-15T03:15:12.809Z | Compiling which v4.4.2 |
| 1385 | 2025-04-15T03:15:13.305Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1386 | 2025-04-15T03:15:13.422Z | Compiling untrusted v0.9.0 |
| 1387 | 2025-04-15T03:15:13.610Z | Compiling openssl v0.10.72 |
| 1388 | 2025-04-15T03:15:13.762Z | Compiling try-lock v0.2.5 |
| 1389 | 2025-04-15T03:15:13.791Z | Compiling adler2 v2.0.0 |
| 1390 | 2025-04-15T03:15:13.943Z | Compiling powerfmt v0.2.0 |
| 1391 | 2025-04-15T03:15:14.002Z | Compiling untrusted v0.7.1 |
| 1392 | 2025-04-15T03:15:14.027Z | Compiling time-core v0.1.2 |
| 1393 | 2025-04-15T03:15:14.197Z | Compiling num-conv v0.1.0 |
| 1394 | 2025-04-15T03:15:14.222Z | Compiling rustversion v1.0.17 |
| 1395 | 2025-04-15T03:15:14.306Z | Compiling foreign-types-shared v0.1.1 |
| 1396 | 2025-04-15T03:15:14.331Z | Compiling atomic-waker v1.1.2 |
| 1397 | 2025-04-15T03:15:14.415Z | Compiling schemars v0.8.22 |
| 1398 | 2025-04-15T03:15:14.444Z | Compiling schemars_derive v0.8.22 |
| 1399 | 2025-04-15T03:15:14.488Z | Compiling time-macros v0.2.18 |
| 1400 | 2025-04-15T03:15:14.526Z | Compiling foreign-types v0.3.2 |
| 1401 | 2025-04-15T03:15:14.640Z | Compiling deranged v0.3.11 |
| 1402 | 2025-04-15T03:15:14.796Z | Compiling rand_core v0.9.2 |
| 1403 | 2025-04-15T03:15:14.865Z | Compiling goblin v0.8.2 |
| 1404 | 2025-04-15T03:15:14.943Z | Compiling miniz_oxide v0.8.5 |
| 1405 | 2025-04-15T03:15:15.296Z | Compiling want v0.3.1 |
| 1406 | 2025-04-15T03:15:15.627Z | Compiling pest_derive v2.7.14 |
| 1407 | 2025-04-15T03:15:17.024Z | Compiling idna v1.0.3 |
| 1408 | 2025-04-15T03:15:17.126Z | Compiling form_urlencoded v1.2.1 |
| 1409 | 2025-04-15T03:15:17.414Z | Compiling openssl-macros v0.1.1 |
| 1410 | 2025-04-15T03:15:17.439Z | Compiling httpdate v1.0.3 |
| 1411 | 2025-04-15T03:15:17.841Z | Compiling tokio-util v0.7.13 |
| 1412 | 2025-04-15T03:15:18.033Z | Compiling native-tls v0.2.12 |
| 1413 | 2025-04-15T03:15:18.120Z | Compiling tower-service v0.3.3 |
| 1414 | 2025-04-15T03:15:18.268Z | Compiling rustls v0.23.19 |
| 1415 | 2025-04-15T03:15:18.370Z | Compiling dyn-clone v1.0.19 |
| 1416 | 2025-04-15T03:15:18.395Z | Compiling num_threads v0.1.7 |
| 1417 | 2025-04-15T03:15:18.541Z | Compiling syn v1.0.109 |
| 1418 | 2025-04-15T03:15:18.589Z | Compiling time v0.3.36 |
| 1419 | 2025-04-15T03:15:18.956Z | Compiling h2 v0.4.6 |
| 1420 | 2025-04-15T03:15:20.217Z | Compiling dof v0.3.0 |
| 1421 | 2025-04-15T03:15:21.651Z | Compiling dtrace-parser v0.2.0 |
| 1422 | 2025-04-15T03:15:21.868Z | Compiling rand_chacha v0.9.0 |
| 1423 | 2025-04-15T03:15:22.706Z | Compiling unicode-normalization v0.1.24 |
| 1424 | 2025-04-15T03:15:22.741Z | Compiling heapless v0.7.17 |
| 1425 | 2025-04-15T03:15:22.994Z | Compiling crossbeam-epoch v0.9.18 |
| 1426 | 2025-04-15T03:15:23.144Z | Compiling rand_chacha v0.3.1 |
| 1427 | 2025-04-15T03:15:23.332Z | Compiling signature v2.2.0 |
| 1428 | 2025-04-15T03:15:23.609Z | Compiling crc32fast v1.4.2 |
| 1429 | 2025-04-15T03:15:23.634Z | Compiling cookie v0.18.1 |
| 1430 | 2025-04-15T03:15:23.660Z | Compiling slog v2.7.0 |
| 1431 | 2025-04-15T03:15:23.685Z | Compiling openssl-probe v0.1.5 |
| 1432 | 2025-04-15T03:15:23.921Z | Compiling rayon-core v1.12.1 |
| 1433 | 2025-04-15T03:15:23.954Z | Compiling unicode-bidi v0.3.17 |
| 1434 | 2025-04-15T03:15:23.979Z | Compiling signal-hook v0.3.17 |
| 1435 | 2025-04-15T03:15:24.141Z | Compiling unicode-properties v0.1.3 |
| 1436 | 2025-04-15T03:15:24.221Z | Compiling siphasher v0.3.11 |
| 1437 | 2025-04-15T03:15:24.264Z | Compiling base64 v0.22.1 |
| 1438 | 2025-04-15T03:15:24.538Z | Compiling phf_shared v0.11.2 |
| 1439 | 2025-04-15T03:15:24.888Z | Compiling stringprep v0.1.5 |
| 1440 | 2025-04-15T03:15:25.047Z | Compiling usdt-impl v0.5.0 |
| 1441 | 2025-04-15T03:15:25.108Z | Compiling rand v0.8.5 |
| 1442 | 2025-04-15T03:15:25.134Z | Compiling crossbeam-deque v0.8.5 |
| 1443 | 2025-04-15T03:15:25.245Z | Compiling hyper v1.6.0 |
| 1444 | 2025-04-15T03:15:25.486Z | Compiling rand v0.9.0 |
| 1445 | 2025-04-15T03:15:25.983Z | Compiling url v2.5.3 |
| 1446 | 2025-04-15T03:15:26.339Z | Compiling curve25519-dalek v4.1.3 |
| 1447 | 2025-04-15T03:15:27.008Z | Compiling serde_spanned v0.6.8 |
| 1448 | 2025-04-15T03:15:27.044Z | Compiling toml_datetime v0.6.8 |
| 1449 | 2025-04-15T03:15:27.159Z | Compiling serde_tokenstream v0.2.2 |
| 1450 | 2025-04-15T03:15:27.297Z | Compiling md-5 v0.10.6 |
| 1451 | 2025-04-15T03:15:27.490Z | Compiling hyper-util v0.1.10 |
| 1452 | 2025-04-15T03:15:27.515Z | Compiling num-integer v0.1.46 |
| 1453 | 2025-04-15T03:15:27.590Z | Compiling hash32 v0.2.1 |
| 1454 | 2025-04-15T03:15:27.644Z | Compiling ff v0.13.0 |
| 1455 | 2025-04-15T03:15:27.710Z | Compiling memoffset v0.9.1 |
| 1456 | 2025-04-15T03:15:27.874Z | Compiling num-bigint-dig v0.8.4 |
| 1457 | 2025-04-15T03:15:27.949Z | Compiling fallible-iterator v0.2.0 |
| 1458 | 2025-04-15T03:15:28.020Z | Compiling litrs v0.4.1 |
| 1459 | 2025-04-15T03:15:28.180Z | Compiling portable-atomic v1.11.0 |
| 1460 | 2025-04-15T03:15:28.206Z | Compiling psl-types v2.0.11 |
| 1461 | 2025-04-15T03:15:28.403Z | Compiling base16ct v0.2.0 |
| 1462 | 2025-04-15T03:15:28.497Z | Compiling smoltcp v0.9.1 |
| 1463 | 2025-04-15T03:15:28.563Z | Compiling newtype-uuid v1.2.1 |
| 1464 | 2025-04-15T03:15:28.717Z | Compiling cfg_aliases v0.2.1 |
| 1465 | 2025-04-15T03:15:28.841Z | Compiling gimli v0.31.1 |
| 1466 | 2025-04-15T03:15:28.897Z | Compiling nix v0.29.0 |
| 1467 | 2025-04-15T03:15:29.024Z | Compiling document-features v0.2.10 |
| 1468 | 2025-04-15T03:15:29.134Z | Compiling sec1 v0.7.3 |
| 1469 | 2025-04-15T03:15:29.134Z | Compiling postgres-protocol v0.6.8 |
| 1470 | 2025-04-15T03:15:29.634Z | Compiling publicsuffix v2.3.0 |
| 1471 | 2025-04-15T03:15:29.862Z | Compiling num-iter v0.1.45 |
| 1472 | 2025-04-15T03:15:30.029Z | Compiling group v0.13.0 |
| 1473 | 2025-04-15T03:15:30.370Z | Compiling tokio-native-tls v0.3.1 |
| 1474 | 2025-04-15T03:15:30.888Z | Compiling flate2 v1.1.1 |
| 1475 | 2025-04-15T03:15:30.913Z | Compiling ipnetwork v0.21.1 |
| 1476 | 2025-04-15T03:15:31.140Z | Compiling terminal_size v0.4.0 |
| 1477 | 2025-04-15T03:15:31.354Z | Compiling http-body-util v0.1.3 |
| 1478 | 2025-04-15T03:15:31.454Z | Compiling webpki-roots v0.26.6 |
| 1479 | 2025-04-15T03:15:31.479Z | Compiling hkdf v0.12.4 |
| 1480 | 2025-04-15T03:15:31.671Z | Compiling crypto-bigint v0.5.5 |
| 1481 | 2025-04-15T03:15:31.696Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1482 | 2025-04-15T03:15:31.721Z | Compiling async-trait v0.1.88 |
| 1483 | 2025-04-15T03:15:31.763Z | Compiling zerocopy-derive v0.6.6 |
| 1484 | 2025-04-15T03:15:31.809Z | Compiling sync_wrapper v1.0.1 |
| 1485 | 2025-04-15T03:15:31.979Z | Compiling ahash v0.8.11 |
| 1486 | 2025-04-15T03:15:32.300Z | Compiling object v0.36.5 |
| 1487 | 2025-04-15T03:15:32.847Z | Compiling addr2line v0.24.2 |
| 1488 | 2025-04-15T03:15:32.922Z | Compiling fs-err v2.11.0 |
| 1489 | 2025-04-15T03:15:33.233Z | Compiling bumpalo v3.16.0 |
| 1490 | 2025-04-15T03:15:33.372Z | Compiling zip v2.6.1 |
| 1491 | 2025-04-15T03:15:33.478Z | Compiling anyhow v1.0.97 |
| 1492 | 2025-04-15T03:15:33.645Z | Compiling rustc-demangle v0.1.24 |
| 1493 | 2025-04-15T03:15:33.677Z | Compiling simd-adler32 v0.3.7 |
| 1494 | 2025-04-15T03:15:33.773Z | Compiling tower-layer v0.3.3 |
| 1495 | 2025-04-15T03:15:33.984Z | Compiling ipnet v2.11.0 |
| 1496 | 2025-04-15T03:15:34.040Z | Compiling buf-list v1.0.3 |
| 1497 | 2025-04-15T03:15:34.171Z | Compiling winnow v0.5.40 |
| 1498 | 2025-04-15T03:15:34.425Z | Compiling unicode-width v0.2.0 |
| 1499 | 2025-04-15T03:15:34.571Z | Compiling lockfree-object-pool v0.1.6 |
| 1500 | 2025-04-15T03:15:34.819Z | Compiling managed v0.8.0 |
| 1501 | 2025-04-15T03:15:34.911Z | Compiling console v0.15.10 |
| 1502 | 2025-04-15T03:15:34.936Z | Compiling clap_builder v4.5.35 |
| 1503 | 2025-04-15T03:15:36.084Z | Compiling zopfli v0.8.1 |
| 1504 | 2025-04-15T03:15:36.321Z | Compiling hubpack_derive v0.1.1 |
| 1505 | 2025-04-15T03:15:36.729Z | Compiling elliptic-curve v0.13.8 |
| 1506 | 2025-04-15T03:15:36.937Z | Compiling strum_macros v0.25.3 |
| 1507 | 2025-04-15T03:15:37.043Z | Compiling hubpack v0.1.2 |
| 1508 | 2025-04-15T03:15:37.247Z | Compiling toml_edit v0.19.15 |
| 1509 | 2025-04-15T03:15:37.433Z | Compiling tower v0.5.2 |
| 1510 | 2025-04-15T03:15:37.513Z | Compiling zerocopy v0.6.6 |
| 1511 | 2025-04-15T03:15:37.971Z | Compiling backtrace v0.3.74 |
| 1512 | 2025-04-15T03:15:38.267Z | Compiling hyper-tls v0.6.0 |
| 1513 | 2025-04-15T03:15:38.462Z | Compiling oxnet v0.1.1 |
| 1514 | 2025-04-15T03:15:38.624Z | Compiling signal-hook-mio v0.2.4 |
| 1515 | 2025-04-15T03:15:38.803Z | Compiling rayon v1.10.0 |
| 1516 | 2025-04-15T03:15:39.107Z | Compiling cookie_store v0.21.1 |
| 1517 | 2025-04-15T03:15:40.388Z | Compiling postgres-types v0.2.9 |
| 1518 | 2025-04-15T03:15:41.711Z | Compiling usdt-macro v0.5.0 |
| 1519 | 2025-04-15T03:15:41.748Z | Compiling usdt-attr-macro v0.5.0 |
| 1520 | 2025-04-15T03:15:41.843Z | Compiling phf v0.11.2 |
| 1521 | 2025-04-15T03:15:42.124Z | Compiling ed25519 v2.2.3 |
| 1522 | 2025-04-15T03:15:42.573Z | Compiling strum_macros v0.26.4 |
| 1523 | 2025-04-15T03:15:42.892Z | Compiling bzip2 v0.5.2 |
| 1524 | 2025-04-15T03:15:43.058Z | Compiling bzip2 v0.4.4 |
| 1525 | 2025-04-15T03:15:43.152Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2025-04-15T03:15:43.256Z | Compiling clap_derive v4.5.32 |
| 1527 | 2025-04-15T03:15:43.448Z | Compiling enum-as-inner v0.6.1 |
| 1528 | 2025-04-15T03:15:43.615Z | Compiling rustls-pemfile v2.2.0 |
| 1529 | 2025-04-15T03:15:43.719Z | Compiling serde-big-array v0.5.1 |
| 1530 | 2025-04-15T03:15:43.931Z | Compiling futures-executor v0.3.31 |
| 1531 | 2025-04-15T03:15:43.955Z | Compiling pkcs1 v0.7.5 |
| 1532 | 2025-04-15T03:15:44.181Z | Compiling rfc6979 v0.4.0 |
| 1533 | 2025-04-15T03:15:44.298Z | Compiling serde_repr v0.1.19 |
| 1534 | 2025-04-15T03:15:44.400Z | Compiling daft-derive v0.1.3 |
| 1535 | 2025-04-15T03:15:44.425Z | Compiling bstr v1.10.0 |
| 1536 | 2025-04-15T03:15:44.735Z | Compiling float-cmp v0.10.0 |
| 1537 | 2025-04-15T03:15:44.967Z | Compiling encoding_rs v0.8.34 |
| 1538 | 2025-04-15T03:15:45.220Z | Compiling predicates-core v1.0.8 |
| 1539 | 2025-04-15T03:15:45.510Z | Compiling normalize-line-endings v0.3.0 |
| 1540 | 2025-04-15T03:15:45.655Z | Compiling static_assertions v1.1.0 |
| 1541 | 2025-04-15T03:15:45.726Z | Compiling whoami v1.5.2 |
| 1542 | 2025-04-15T03:15:45.777Z | Compiling precomputed-hash v0.1.1 |
| 1543 | 2025-04-15T03:15:45.830Z | Compiling number_prefix v0.4.0 |
| 1544 | 2025-04-15T03:15:45.917Z | Compiling mime v0.3.17 |
| 1545 | 2025-04-15T03:15:46.078Z | Compiling new_debug_unreachable v1.0.6 |
| 1546 | 2025-04-15T03:15:46.192Z | Compiling fixedbitset v0.4.2 |
| 1547 | 2025-04-15T03:15:46.238Z | Compiling unicode-segmentation v1.12.0 |
| 1548 | 2025-04-15T03:15:46.320Z | Compiling difflib v0.4.0 |
| 1549 | 2025-04-15T03:15:46.461Z | Compiling data-encoding v2.6.0 |
| 1550 | 2025-04-15T03:15:46.593Z | Compiling petgraph v0.6.5 |
| 1551 | 2025-04-15T03:15:46.821Z | Compiling clap v4.5.35 |
| 1552 | 2025-04-15T03:15:46.945Z | Compiling similar v2.7.0 |
| 1553 | 2025-04-15T03:15:46.969Z | Compiling predicates v3.1.3 |
| 1554 | 2025-04-15T03:15:47.486Z | Compiling hickory-proto v0.24.4 |
| 1555 | 2025-04-15T03:15:48.015Z | Compiling toml_edit v0.22.24 |
| 1556 | 2025-04-15T03:15:48.225Z | Compiling strum v0.26.3 |
| 1557 | 2025-04-15T03:15:48.250Z | Compiling string_cache v0.8.9 |
| 1558 | 2025-04-15T03:15:48.425Z | Compiling tokio-postgres v0.7.13 |
| 1559 | 2025-04-15T03:15:48.659Z | Compiling indicatif v0.17.11 |
| 1560 | 2025-04-15T03:15:48.738Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1561 | 2025-04-15T03:15:49.630Z | Compiling daft v0.1.3 |
| 1562 | 2025-04-15T03:15:50.073Z | Compiling usdt v0.5.0 |
| 1563 | 2025-04-15T03:15:50.342Z | Compiling rsa v0.9.6 |
| 1564 | 2025-04-15T03:15:50.536Z | Compiling ecdsa v0.16.9 |
| 1565 | 2025-04-15T03:15:51.284Z | Compiling futures v0.3.31 |
| 1566 | 2025-04-15T03:15:51.390Z | Compiling zip v0.6.6 |
| 1567 | 2025-04-15T03:15:52.466Z | Compiling ed25519-dalek v2.1.1 |
| 1568 | 2025-04-15T03:15:53.309Z | Compiling toml v0.7.8 |
| 1569 | 2025-04-15T03:15:54.086Z | Compiling crossterm v0.28.1 |
| 1570 | 2025-04-15T03:15:54.593Z | Compiling tokio-stream v0.1.17 |
| 1571 | 2025-04-15T03:15:54.690Z | Compiling openapiv3 v2.0.0 |
| 1572 | 2025-04-15T03:15:55.002Z | Compiling x509-cert v0.2.5 |
| 1573 | 2025-04-15T03:15:55.027Z | Compiling sha1 v0.10.6 |
| 1574 | 2025-04-15T03:15:55.130Z | Compiling itertools v0.13.0 |
| 1575 | 2025-04-15T03:15:55.429Z | Compiling dirs-sys-next v0.1.2 |
| 1576 | 2025-04-15T03:15:55.453Z | Compiling lalrpop-util v0.19.12 |
| 1577 | 2025-04-15T03:15:55.789Z | Compiling peg-runtime v0.8.5 |
| 1578 | 2025-04-15T03:15:55.943Z | Compiling unicode-xid v0.2.6 |
| 1579 | 2025-04-15T03:15:56.165Z | Compiling dirs-next v2.0.0 |
| 1580 | 2025-04-15T03:15:56.333Z | Compiling thread_local v1.1.8 |
| 1581 | 2025-04-15T03:15:56.358Z | Compiling slog-async v2.8.0 |
| 1582 | 2025-04-15T03:15:56.765Z | Compiling term v0.7.0 |
| 1583 | 2025-04-15T03:15:56.794Z | Compiling xattr v1.3.1 |
| 1584 | 2025-04-15T03:15:56.844Z | Compiling crossbeam-channel v0.5.15 |
| 1585 | 2025-04-15T03:15:56.904Z | Compiling is-terminal v0.4.13 |
| 1586 | 2025-04-15T03:15:57.049Z | Compiling filetime v0.2.25 |
| 1587 | 2025-04-15T03:15:57.074Z | Compiling take_mut v0.2.2 |
| 1588 | 2025-04-15T03:15:57.244Z | Compiling slog-term v2.9.1 |
| 1589 | 2025-04-15T03:15:57.343Z | Compiling tar v0.4.44 |
| 1590 | 2025-04-15T03:15:57.735Z | Compiling camino v1.1.9 |
| 1591 | 2025-04-15T03:16:03.531Z | Compiling aws-lc-sys v0.26.0 |
| 1592 | 2025-04-15T03:16:37.409Z | Compiling rustls-webpki v0.102.8 |
| 1593 | 2025-04-15T03:16:43.585Z | Compiling tokio-rustls v0.26.0 |
| 1594 | 2025-04-15T03:16:43.933Z | Compiling hyper-rustls v0.27.3 |
| 1595 | 2025-04-15T03:16:44.278Z | Compiling reqwest v0.12.12 |
| 1596 | 2025-04-15T03:16:48.504Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1597 | 2025-04-15T03:16:48.866Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1598 | 2025-04-15T03:16:54.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
| 1599 | 2025-04-15T03:16:54.689Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1600 | 2025-04-15T03:16:54.764Z | Apr 15 03:16:53.957 INFO Starting download, target: Clickhouse |
| 1601 | 2025-04-15T03:16:54.764Z | Apr 15 03:16:53.958 INFO Starting download, target: Cockroach |
| 1602 | 2025-04-15T03:16:54.764Z | Apr 15 03:16:53.958 INFO Starting download, target: Console |
| 1603 | 2025-04-15T03:16:54.764Z | Apr 15 03:16:53.958 INFO Starting download, target: DendriteStub |
| 1604 | 2025-04-15T03:16:54.764Z | Apr 15 03:16:53.958 INFO Starting download, target: MaghemiteMgd |
| 1605 | 2025-04-15T03:16:54.788Z | Apr 15 03:16:53.958 INFO Starting download, target: TransceiverControl |
| 1606 | 2025-04-15T03:16:54.788Z | Apr 15 03:16:53.960 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1607 | 2025-04-15T03:16:54.788Z | Apr 15 03:16:53.960 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1608 | 2025-04-15T03:16:54.788Z | Apr 15 03:16:53.960 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1609 | 2025-04-15T03:16:54.788Z | Apr 15 03:16:53.960 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1610 | 2025-04-15T03:16:54.788Z | Apr 15 03:16:53.960 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1611 | 2025-04-15T03:16:54.788Z | Apr 15 03:16:53.960 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1612 | 2025-04-15T03:16:55.066Z | Apr 15 03:16:54.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1613 | 2025-04-15T03:16:55.557Z | Apr 15 03:16:54.724 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1614 | 2025-04-15T03:16:55.594Z | Apr 15 03:16:54.738 INFO Download complete, target: Console |
| 1615 | 2025-04-15T03:16:55.931Z | Apr 15 03:16:55.125 INFO Download complete, target: TransceiverControl |
| 1616 | 2025-04-15T03:16:56.860Z | Apr 15 03:16:56.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1617 | 2025-04-15T03:16:57.072Z | Apr 15 03:16:56.266 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1618 | 2025-04-15T03:16:59.320Z | Apr 15 03:16:58.514 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1619 | 2025-04-15T03:16:59.320Z | Apr 15 03:16:58.514 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1620 | 2025-04-15T03:16:59.448Z | Apr 15 03:16:58.642 INFO Download complete, target: MaghemiteMgd |
| 1621 | 2025-04-15T03:17:00.293Z | Apr 15 03:16:59.487 INFO Download complete, target: DendriteStub |
| 1622 | 2025-04-15T03:17:06.621Z | Apr 15 03:17:05.816 INFO Checking that binary works, target: Cockroach |
| 1623 | 2025-04-15T03:17:06.895Z | Apr 15 03:17:06.089 INFO Download complete, target: Cockroach |
| 1624 | 2025-04-15T03:17:09.256Z | Apr 15 03:17:08.450 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1625 | 2025-04-15T03:17:21.400Z | Apr 15 03:17:20.593 INFO Checking that binary works, target: Clickhouse |
| 1626 | 2025-04-15T03:17:21.582Z | Apr 15 03:17:20.776 INFO Download complete, target: Clickhouse |
| 1627 | 2025-04-15T03:17:21.609Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1628 | 2025-04-15T03:17:21.635Z | |
| 1629 | 2025-04-15T03:17:21.635Z | real 5:38.256364720 |
| 1630 | 2025-04-15T03:17:21.635Z | user 13:59.787007062 |
| 1631 | 2025-04-15T03:17:21.635Z | sys 2:23.319368302 |
| 1632 | 2025-04-15T03:17:21.635Z | trap 0.493982583 |
| 1633 | 2025-04-15T03:17:21.635Z | tflt 0.536407651 |
| 1634 | 2025-04-15T03:17:21.635Z | dflt 1.127337337 |
| 1635 | 2025-04-15T03:17:21.635Z | kflt 0.009459057 |
| 1636 | 2025-04-15T03:17:21.635Z | lock 24:28.845567928 |
| 1637 | 2025-04-15T03:17:21.635Z | slp 50:33.742154824 |
| 1638 | 2025-04-15T03:17:21.635Z | lat 1:04.244456425 |
| 1639 | 2025-04-15T03:17:21.635Z | stop 2:23.797129865 |
| 1640 | 2025-04-15T03:17:21.635Z | + banner hack-check |
| 1641 | 2025-04-15T03:17:21.635Z | |
| 1642 | 2025-04-15T03:17:21.635Z | # # ## #### # # #### # # ###### #### # # |
| 1643 | 2025-04-15T03:17:21.635Z | # # # # # # # # # # # # # # # # # |
| 1644 | 2025-04-15T03:17:21.635Z | ###### # # # #### ##### # ###### ##### # #### |
| 1645 | 2025-04-15T03:17:21.635Z | # # ###### # # # # # # # # # # |
| 1646 | 2025-04-15T03:17:21.635Z | # # # # # # # # # # # # # # # # # |
| 1647 | 2025-04-15T03:17:21.635Z | # # # # #### # # #### # # ###### #### # # |
| 1648 | 2025-04-15T03:17:21.636Z | |
| 1649 | 2025-04-15T03:17:21.636Z | + export CARGO_INCREMENTAL=0 |
| 1650 | 2025-04-15T03:17:21.636Z | + CARGO_INCREMENTAL=0 |
| 1651 | 2025-04-15T03:17:21.636Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1652 | 2025-04-15T03:17:22.600Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1653 | 2025-04-15T03:17:22.913Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1654 | 2025-04-15T03:17:26.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s |
| 1655 | 2025-04-15T03:17:26.738Z | Running `target/debug/xtask check-features --ci` |
| 1656 | 2025-04-15T03:17:26.778Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1657 | 2025-04-15T03:17:26.778Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1658 | 2025-04-15T03:17:27.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1659 | 2025-04-15T03:17:27.556Z | Running `target/debug/xtask download cargo-hack` |
| 1660 | 2025-04-15T03:17:28.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1661 | 2025-04-15T03:17:29.132Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1662 | 2025-04-15T03:17:33.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
| 1663 | 2025-04-15T03:17:33.854Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1664 | 2025-04-15T03:17:33.904Z | Apr 15 03:17:33.098 INFO Starting download, target: CargoHack |
| 1665 | 2025-04-15T03:17:33.929Z | Apr 15 03:17:33.100 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1666 | 2025-04-15T03:17:34.560Z | Apr 15 03:17:33.753 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1667 | 2025-04-15T03:17:34.648Z | Apr 15 03:17:33.842 INFO Download complete, target: CargoHack |
| 1668 | 2025-04-15T03:17:34.673Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1669 | 2025-04-15T03:17:34.698Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1670 | 2025-04-15T03:17:34.917Z | info: running `cargo check --bins` on api_identity (1/206) |
| 1671 | 2025-04-15T03:17:35.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1672 | 2025-04-15T03:17:35.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1673 | 2025-04-15T03:17:35.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1674 | 2025-04-15T03:17:35.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1675 | 2025-04-15T03:17:35.866Z | |
| 1676 | 2025-04-15T03:17:35.866Z | info: running `cargo check --bins` on bootstore (2/206) |
| 1677 | 2025-04-15T03:17:36.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1678 | 2025-04-15T03:17:36.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1679 | 2025-04-15T03:17:36.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1680 | 2025-04-15T03:17:36.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1681 | 2025-04-15T03:17:36.824Z | |
| 1682 | 2025-04-15T03:17:36.824Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/206) |
| 1683 | 2025-04-15T03:17:37.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1684 | 2025-04-15T03:17:37.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1685 | 2025-04-15T03:17:37.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1686 | 2025-04-15T03:17:37.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1687 | 2025-04-15T03:17:37.705Z | |
| 1688 | 2025-04-15T03:17:37.705Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/206) |
| 1689 | 2025-04-15T03:17:38.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1690 | 2025-04-15T03:17:38.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1691 | 2025-04-15T03:17:38.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1692 | 2025-04-15T03:17:38.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1693 | 2025-04-15T03:17:38.586Z | |
| 1694 | 2025-04-15T03:17:38.586Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/206) |
| 1695 | 2025-04-15T03:17:39.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1696 | 2025-04-15T03:17:39.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1697 | 2025-04-15T03:17:39.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1698 | 2025-04-15T03:17:39.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1699 | 2025-04-15T03:17:39.245Z | |
| 1700 | 2025-04-15T03:17:39.245Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/206) |
| 1701 | 2025-04-15T03:17:39.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1702 | 2025-04-15T03:17:39.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1703 | 2025-04-15T03:17:39.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1704 | 2025-04-15T03:17:39.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1705 | 2025-04-15T03:17:39.928Z | |
| 1706 | 2025-04-15T03:17:39.928Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/206) |
| 1707 | 2025-04-15T03:17:40.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1708 | 2025-04-15T03:17:40.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1709 | 2025-04-15T03:17:40.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1710 | 2025-04-15T03:17:40.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1711 | 2025-04-15T03:17:40.633Z | |
| 1712 | 2025-04-15T03:17:40.633Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/206) |
| 1713 | 2025-04-15T03:17:41.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1714 | 2025-04-15T03:17:41.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1715 | 2025-04-15T03:17:41.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1716 | 2025-04-15T03:17:41.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1717 | 2025-04-15T03:17:41.348Z | |
| 1718 | 2025-04-15T03:17:41.348Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/206) |
| 1719 | 2025-04-15T03:17:41.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1720 | 2025-04-15T03:17:41.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1721 | 2025-04-15T03:17:41.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1722 | 2025-04-15T03:17:41.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1723 | 2025-04-15T03:17:42.036Z | |
| 1724 | 2025-04-15T03:17:42.036Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/206) |
| 1725 | 2025-04-15T03:17:42.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1726 | 2025-04-15T03:17:42.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1727 | 2025-04-15T03:17:42.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1728 | 2025-04-15T03:17:42.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1729 | 2025-04-15T03:17:42.713Z | |
| 1730 | 2025-04-15T03:17:42.713Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/206) |
| 1731 | 2025-04-15T03:17:43.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1732 | 2025-04-15T03:17:43.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1733 | 2025-04-15T03:17:43.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1734 | 2025-04-15T03:17:43.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1735 | 2025-04-15T03:17:43.401Z | |
| 1736 | 2025-04-15T03:17:43.401Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/206) |
| 1737 | 2025-04-15T03:17:44.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1738 | 2025-04-15T03:17:44.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1739 | 2025-04-15T03:17:44.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1740 | 2025-04-15T03:17:44.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1741 | 2025-04-15T03:17:44.083Z | |
| 1742 | 2025-04-15T03:17:44.083Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/206) |
| 1743 | 2025-04-15T03:17:44.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1744 | 2025-04-15T03:17:44.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1745 | 2025-04-15T03:17:44.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1746 | 2025-04-15T03:17:44.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1747 | 2025-04-15T03:17:44.765Z | |
| 1748 | 2025-04-15T03:17:44.765Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/206) |
| 1749 | 2025-04-15T03:17:45.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1750 | 2025-04-15T03:17:45.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1751 | 2025-04-15T03:17:45.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1752 | 2025-04-15T03:17:45.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1753 | 2025-04-15T03:17:45.446Z | |
| 1754 | 2025-04-15T03:17:45.446Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/206) |
| 1755 | 2025-04-15T03:17:46.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1756 | 2025-04-15T03:17:46.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1757 | 2025-04-15T03:17:46.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1758 | 2025-04-15T03:17:46.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1759 | 2025-04-15T03:17:46.130Z | |
| 1760 | 2025-04-15T03:17:46.130Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/206) |
| 1761 | 2025-04-15T03:17:46.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1762 | 2025-04-15T03:17:46.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1763 | 2025-04-15T03:17:46.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1764 | 2025-04-15T03:17:46.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1765 | 2025-04-15T03:17:46.818Z | |
| 1766 | 2025-04-15T03:17:46.818Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/206) |
| 1767 | 2025-04-15T03:17:47.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1768 | 2025-04-15T03:17:47.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1769 | 2025-04-15T03:17:47.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1770 | 2025-04-15T03:17:47.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1771 | 2025-04-15T03:17:47.506Z | |
| 1772 | 2025-04-15T03:17:47.506Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/206) |
| 1773 | 2025-04-15T03:17:48.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1774 | 2025-04-15T03:17:48.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1775 | 2025-04-15T03:17:48.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1776 | 2025-04-15T03:17:48.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1777 | 2025-04-15T03:17:48.197Z | |
| 1778 | 2025-04-15T03:17:48.197Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/206) |
| 1779 | 2025-04-15T03:17:48.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1780 | 2025-04-15T03:17:48.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1781 | 2025-04-15T03:17:48.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1782 | 2025-04-15T03:17:48.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1783 | 2025-04-15T03:17:48.881Z | |
| 1784 | 2025-04-15T03:17:48.881Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/206) |
| 1785 | 2025-04-15T03:17:49.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1786 | 2025-04-15T03:17:49.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1787 | 2025-04-15T03:17:49.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1788 | 2025-04-15T03:17:49.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1789 | 2025-04-15T03:17:49.561Z | |
| 1790 | 2025-04-15T03:17:49.561Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/206) |
| 1791 | 2025-04-15T03:17:50.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2025-04-15T03:17:50.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2025-04-15T03:17:50.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2025-04-15T03:17:50.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1795 | 2025-04-15T03:17:50.262Z | |
| 1796 | 2025-04-15T03:17:50.263Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/206) |
| 1797 | 2025-04-15T03:17:50.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2025-04-15T03:17:50.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2025-04-15T03:17:50.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2025-04-15T03:17:50.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1801 | 2025-04-15T03:17:50.964Z | |
| 1802 | 2025-04-15T03:17:50.964Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/206) |
| 1803 | 2025-04-15T03:17:51.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2025-04-15T03:17:51.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2025-04-15T03:17:51.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2025-04-15T03:17:51.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1807 | 2025-04-15T03:17:51.693Z | |
| 1808 | 2025-04-15T03:17:51.693Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/206) |
| 1809 | 2025-04-15T03:17:52.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2025-04-15T03:17:52.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2025-04-15T03:17:52.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2025-04-15T03:17:52.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1813 | 2025-04-15T03:17:52.422Z | |
| 1814 | 2025-04-15T03:17:52.422Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/206) |
| 1815 | 2025-04-15T03:17:53.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2025-04-15T03:17:53.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2025-04-15T03:17:53.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2025-04-15T03:17:53.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1819 | 2025-04-15T03:17:53.178Z | |
| 1820 | 2025-04-15T03:17:53.179Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/206) |
| 1821 | 2025-04-15T03:17:53.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2025-04-15T03:17:53.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2025-04-15T03:17:53.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2025-04-15T03:17:53.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1825 | 2025-04-15T03:17:53.927Z | |
| 1826 | 2025-04-15T03:17:53.927Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/206) |
| 1827 | 2025-04-15T03:17:54.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2025-04-15T03:17:54.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2025-04-15T03:17:54.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2025-04-15T03:17:54.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1831 | 2025-04-15T03:17:54.649Z | |
| 1832 | 2025-04-15T03:17:54.649Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/206) |
| 1833 | 2025-04-15T03:17:55.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2025-04-15T03:17:55.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2025-04-15T03:17:55.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2025-04-15T03:17:55.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1837 | 2025-04-15T03:17:55.394Z | |
| 1838 | 2025-04-15T03:17:55.394Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/206) |
| 1839 | 2025-04-15T03:17:56.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2025-04-15T03:17:56.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2025-04-15T03:17:56.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2025-04-15T03:17:56.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1843 | 2025-04-15T03:17:56.113Z | |
| 1844 | 2025-04-15T03:17:56.113Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/206) |
| 1845 | 2025-04-15T03:17:56.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2025-04-15T03:17:56.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2025-04-15T03:17:56.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2025-04-15T03:17:56.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1849 | 2025-04-15T03:17:56.806Z | |
| 1850 | 2025-04-15T03:17:56.806Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/206) |
| 1851 | 2025-04-15T03:17:57.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2025-04-15T03:17:57.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2025-04-15T03:17:57.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2025-04-15T03:17:57.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1855 | 2025-04-15T03:17:57.502Z | |
| 1856 | 2025-04-15T03:17:57.502Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/206) |
| 1857 | 2025-04-15T03:17:58.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2025-04-15T03:17:58.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2025-04-15T03:17:58.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2025-04-15T03:17:58.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1861 | 2025-04-15T03:17:58.206Z | |
| 1862 | 2025-04-15T03:17:58.206Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/206) |
| 1863 | 2025-04-15T03:17:58.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2025-04-15T03:17:58.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2025-04-15T03:17:58.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2025-04-15T03:17:58.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1867 | 2025-04-15T03:17:59.332Z | |
| 1868 | 2025-04-15T03:17:59.332Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/206) |
| 1869 | 2025-04-15T03:17:59.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2025-04-15T03:17:59.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2025-04-15T03:17:59.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2025-04-15T03:17:59.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1873 | 2025-04-15T03:17:59.612Z | |
| 1874 | 2025-04-15T03:17:59.612Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/206) |
| 1875 | 2025-04-15T03:18:00.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2025-04-15T03:18:00.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2025-04-15T03:18:00.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2025-04-15T03:18:00.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1879 | 2025-04-15T03:18:00.426Z | |
| 1880 | 2025-04-15T03:18:00.426Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/206) |
| 1881 | 2025-04-15T03:18:00.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2025-04-15T03:18:01.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2025-04-15T03:18:01.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2025-04-15T03:18:01.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1885 | 2025-04-15T03:18:01.059Z | |
| 1886 | 2025-04-15T03:18:01.059Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/206) |
| 1887 | 2025-04-15T03:18:01.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2025-04-15T03:18:01.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2025-04-15T03:18:01.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2025-04-15T03:18:01.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1891 | 2025-04-15T03:18:01.764Z | |
| 1892 | 2025-04-15T03:18:01.764Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/206) |
| 1893 | 2025-04-15T03:18:02.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2025-04-15T03:18:02.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2025-04-15T03:18:02.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2025-04-15T03:18:02.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1897 | 2025-04-15T03:18:02.471Z | |
| 1898 | 2025-04-15T03:18:02.471Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/206) |
| 1899 | 2025-04-15T03:18:03.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2025-04-15T03:18:03.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2025-04-15T03:18:03.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2025-04-15T03:18:03.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1903 | 2025-04-15T03:18:03.157Z | |
| 1904 | 2025-04-15T03:18:03.157Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/206) |
| 1905 | 2025-04-15T03:18:03.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2025-04-15T03:18:03.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2025-04-15T03:18:03.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2025-04-15T03:18:03.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1909 | 2025-04-15T03:18:03.846Z | |
| 1910 | 2025-04-15T03:18:03.846Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/206) |
| 1911 | 2025-04-15T03:18:04.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2025-04-15T03:18:04.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2025-04-15T03:18:04.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2025-04-15T03:18:04.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1915 | 2025-04-15T03:18:04.550Z | |
| 1916 | 2025-04-15T03:18:04.550Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/206) |
| 1917 | 2025-04-15T03:18:05.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2025-04-15T03:18:05.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2025-04-15T03:18:05.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2025-04-15T03:18:05.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1921 | 2025-04-15T03:18:05.271Z | |
| 1922 | 2025-04-15T03:18:05.271Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/206) |
| 1923 | 2025-04-15T03:18:05.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2025-04-15T03:18:05.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2025-04-15T03:18:05.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2025-04-15T03:18:05.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1927 | 2025-04-15T03:18:05.962Z | |
| 1928 | 2025-04-15T03:18:05.962Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/206) |
| 1929 | 2025-04-15T03:18:06.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2025-04-15T03:18:06.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2025-04-15T03:18:06.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2025-04-15T03:18:06.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1933 | 2025-04-15T03:18:06.641Z | |
| 1934 | 2025-04-15T03:18:06.641Z | info: running `cargo check --bins` on sled-hardware-types (45/206) |
| 1935 | 2025-04-15T03:18:07.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2025-04-15T03:18:07.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2025-04-15T03:18:07.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2025-04-15T03:18:07.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1939 | 2025-04-15T03:18:07.577Z | |
| 1940 | 2025-04-15T03:18:07.577Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/206) |
| 1941 | 2025-04-15T03:18:08.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2025-04-15T03:18:08.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2025-04-15T03:18:08.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2025-04-15T03:18:08.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1945 | 2025-04-15T03:18:08.526Z | |
| 1946 | 2025-04-15T03:18:08.526Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/206) |
| 1947 | 2025-04-15T03:18:09.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2025-04-15T03:18:09.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2025-04-15T03:18:09.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2025-04-15T03:18:09.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1951 | 2025-04-15T03:18:09.482Z | |
| 1952 | 2025-04-15T03:18:09.483Z | info: running `cargo check --bins` on oxlog (48/206) |
| 1953 | 2025-04-15T03:18:10.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2025-04-15T03:18:10.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2025-04-15T03:18:10.412Z | Checking cfg-if v1.0.0 |
| 1956 | 2025-04-15T03:18:10.437Z | Checking libc v0.2.171 |
| 1957 | 2025-04-15T03:18:10.437Z | Checking serde v1.0.219 |
| 1958 | 2025-04-15T03:18:10.437Z | Checking zeroize v1.8.1 |
| 1959 | 2025-04-15T03:18:10.475Z | Checking memchr v2.7.4 |
| 1960 | 2025-04-15T03:18:10.511Z | Checking typenum v1.17.0 |
| 1961 | 2025-04-15T03:18:10.536Z | Checking subtle v2.6.1 |
| 1962 | 2025-04-15T03:18:10.536Z | Checking value-bag v1.9.0 |
| 1963 | 2025-04-15T03:18:10.536Z | Checking smallvec v1.14.0 |
| 1964 | 2025-04-15T03:18:10.725Z | Checking scopeguard v1.2.0 |
| 1965 | 2025-04-15T03:18:10.824Z | Checking const-oid v0.9.6 |
| 1966 | 2025-04-15T03:18:10.877Z | Checking lock_api v0.4.12 |
| 1967 | 2025-04-15T03:18:10.902Z | Checking itoa v1.0.11 |
| 1968 | 2025-04-15T03:18:10.950Z | Checking log v0.4.22 |
| 1969 | 2025-04-15T03:18:11.103Z | Checking byteorder v1.5.0 |
| 1970 | 2025-04-15T03:18:11.229Z | Checking pin-project-lite v0.2.14 |
| 1971 | 2025-04-15T03:18:11.254Z | Checking stable_deref_trait v1.2.0 |
| 1972 | 2025-04-15T03:18:11.366Z | Checking once_cell v1.21.3 |
| 1973 | 2025-04-15T03:18:11.391Z | Checking generic-array v0.14.7 |
| 1974 | 2025-04-15T03:18:11.416Z | Checking getrandom v0.2.15 |
| 1975 | 2025-04-15T03:18:11.416Z | Checking signal-hook-registry v1.4.2 |
| 1976 | 2025-04-15T03:18:11.453Z | Checking parking_lot_core v0.9.10 |
| 1977 | 2025-04-15T03:18:11.478Z | Checking mio v1.0.2 |
| 1978 | 2025-04-15T03:18:11.655Z | Checking rand_core v0.6.4 |
| 1979 | 2025-04-15T03:18:11.680Z | Checking futures-core v0.3.31 |
| 1980 | 2025-04-15T03:18:11.705Z | Checking cpufeatures v0.2.14 |
| 1981 | 2025-04-15T03:18:11.760Z | Checking parking_lot v0.12.3 |
| 1982 | 2025-04-15T03:18:11.801Z | Checking socket2 v0.5.9 |
| 1983 | 2025-04-15T03:18:11.872Z | Checking zerofrom v0.1.4 |
| 1984 | 2025-04-15T03:18:11.967Z | Checking zerocopy v0.7.35 |
| 1985 | 2025-04-15T03:18:11.995Z | Checking futures-sink v0.3.31 |
| 1986 | 2025-04-15T03:18:12.074Z | Checking yoke v0.7.4 |
| 1987 | 2025-04-15T03:18:12.101Z | Checking libm v0.2.8 |
| 1988 | 2025-04-15T03:18:12.148Z | Checking foldhash v0.1.3 |
| 1989 | 2025-04-15T03:18:12.229Z | Checking allocator-api2 v0.2.18 |
| 1990 | 2025-04-15T03:18:12.329Z | Checking equivalent v1.0.1 |
| 1991 | 2025-04-15T03:18:12.356Z | Checking crypto-common v0.1.6 |
| 1992 | 2025-04-15T03:18:12.384Z | Checking block-buffer v0.10.4 |
| 1993 | 2025-04-15T03:18:12.409Z | Checking block-padding v0.3.3 |
| 1994 | 2025-04-15T03:18:12.454Z | Checking zerovec v0.10.4 |
| 1995 | 2025-04-15T03:18:12.545Z | Checking ryu v1.0.18 |
| 1996 | 2025-04-15T03:18:12.584Z | Checking digest v0.10.7 |
| 1997 | 2025-04-15T03:18:12.609Z | Checking inout v0.1.3 |
| 1998 | 2025-04-15T03:18:12.763Z | Checking hashbrown v0.15.1 |
| 1999 | 2025-04-15T03:18:12.788Z | Checking getrandom v0.3.1 |
| 2000 | 2025-04-15T03:18:12.844Z | Checking cipher v0.4.4 |
| 2001 | 2025-04-15T03:18:12.869Z | Checking num-traits v0.2.19 |
| 2002 | 2025-04-15T03:18:12.925Z | Checking hmac v0.12.1 |
| 2003 | 2025-04-15T03:18:13.019Z | Checking sha2 v0.10.8 |
| 2004 | 2025-04-15T03:18:13.047Z | Checking base64ct v1.6.0 |
| 2005 | 2025-04-15T03:18:13.135Z | Checking slab v0.4.9 |
| 2006 | 2025-04-15T03:18:13.225Z | Checking flagset v0.4.6 |
| 2007 | 2025-04-15T03:18:13.390Z | Checking writeable v0.5.5 |
| 2008 | 2025-04-15T03:18:13.417Z | Checking litemap v0.7.3 |
| 2009 | 2025-04-15T03:18:13.461Z | Checking pem-rfc7468 v0.7.0 |
| 2010 | 2025-04-15T03:18:13.515Z | Checking futures-channel v0.3.31 |
| 2011 | 2025-04-15T03:18:13.685Z | Checking pin-utils v0.1.0 |
| 2012 | 2025-04-15T03:18:13.710Z | Checking futures-io v0.3.31 |
| 2013 | 2025-04-15T03:18:13.735Z | Checking der v0.7.9 |
| 2014 | 2025-04-15T03:18:13.760Z | Checking futures-task v0.3.31 |
| 2015 | 2025-04-15T03:18:13.789Z | Checking salsa20 v0.10.2 |
| 2016 | 2025-04-15T03:18:13.833Z | Checking tinystr v0.7.6 |
| 2017 | 2025-04-15T03:18:13.858Z | Checking pbkdf2 v0.12.2 |
| 2018 | 2025-04-15T03:18:13.897Z | Checking ppv-lite86 v0.2.20 |
| 2019 | 2025-04-15T03:18:13.974Z | Checking futures-util v0.3.31 |
| 2020 | 2025-04-15T03:18:14.003Z | Checking icu_locid_transform_data v1.5.0 |
| 2021 | 2025-04-15T03:18:14.028Z | Checking scrypt v0.11.0 |
| 2022 | 2025-04-15T03:18:14.111Z | Checking icu_collections v1.5.0 |
| 2023 | 2025-04-15T03:18:14.136Z | Checking cbc v0.1.2 |
| 2024 | 2025-04-15T03:18:14.165Z | Checking icu_locid v1.5.0 |
| 2025 | 2025-04-15T03:18:14.641Z | Checking aes v0.8.4 |
| 2026 | 2025-04-15T03:18:14.641Z | Checking bytes v1.10.1 |
| 2027 | 2025-04-15T03:18:14.641Z | Checking bitflags v2.9.0 |
| 2028 | 2025-04-15T03:18:14.641Z | Checking indexmap v2.7.1 |
| 2029 | 2025-04-15T03:18:14.641Z | Checking serde_json v1.0.140 |
| 2030 | 2025-04-15T03:18:14.717Z | Checking fnv v1.0.7 |
| 2031 | 2025-04-15T03:18:14.847Z | Checking icu_properties_data v1.5.0 |
| 2032 | 2025-04-15T03:18:15.005Z | Checking uuid v1.16.0 |
| 2033 | 2025-04-15T03:18:15.050Z | Checking icu_provider v1.5.0 |
| 2034 | 2025-04-15T03:18:15.115Z | Checking tracing-core v0.1.32 |
| 2035 | 2025-04-15T03:18:15.228Z | Checking tokio v1.43.1 |
| 2036 | 2025-04-15T03:18:15.253Z | Checking spki v0.7.3 |
| 2037 | 2025-04-15T03:18:15.528Z | Checking pkcs5 v0.7.1 |
| 2038 | 2025-04-15T03:18:15.580Z | Checking http v1.2.0 |
| 2039 | 2025-04-15T03:18:15.605Z | Checking percent-encoding v2.3.1 |
| 2040 | 2025-04-15T03:18:15.648Z | Checking icu_locid_transform v1.5.0 |
| 2041 | 2025-04-15T03:18:15.706Z | Checking write16 v1.0.0 |
| 2042 | 2025-04-15T03:18:15.869Z | Checking icu_normalizer_data v1.5.0 |
| 2043 | 2025-04-15T03:18:15.869Z | Checking utf8_iter v1.0.4 |
| 2044 | 2025-04-15T03:18:15.924Z | Checking utf16_iter v1.0.5 |
| 2045 | 2025-04-15T03:18:15.987Z | Checking pkcs8 v0.10.2 |
| 2046 | 2025-04-15T03:18:16.040Z | Checking tracing v0.1.40 |
| 2047 | 2025-04-15T03:18:16.065Z | Compiling newtype-uuid v1.2.1 |
| 2048 | 2025-04-15T03:18:16.093Z | Checking iana-time-zone v0.1.61 |
| 2049 | 2025-04-15T03:18:16.246Z | Checking tinyvec_macros v0.1.1 |
| 2050 | 2025-04-15T03:18:16.285Z | Checking rustls-pki-types v1.10.0 |
| 2051 | 2025-04-15T03:18:16.354Z | Checking tinyvec v1.8.0 |
| 2052 | 2025-04-15T03:18:16.379Z | Checking chrono v0.4.40 |
| 2053 | 2025-04-15T03:18:16.404Z | Checking zerocopy v0.8.10 |
| 2054 | 2025-04-15T03:18:16.522Z | Checking icu_properties v1.5.1 |
| 2055 | 2025-04-15T03:18:16.706Z | Checking http-body v1.0.1 |
| 2056 | 2025-04-15T03:18:16.776Z | Checking aws-lc-sys v0.26.0 |
| 2057 | 2025-04-15T03:18:16.909Z | Checking thiserror v1.0.69 |
| 2058 | 2025-04-15T03:18:17.073Z | Checking spin v0.9.8 |
| 2059 | 2025-04-15T03:18:17.422Z | Checking adler2 v2.0.0 |
| 2060 | 2025-04-15T03:18:17.447Z | Checking untrusted v0.7.1 |
| 2061 | 2025-04-15T03:18:17.585Z | Checking atomic-waker v1.1.2 |
| 2062 | 2025-04-15T03:18:17.611Z | Checking untrusted v0.9.0 |
| 2063 | 2025-04-15T03:18:17.723Z | Checking foreign-types-shared v0.1.1 |
| 2064 | 2025-04-15T03:18:17.776Z | Checking try-lock v0.2.5 |
| 2065 | 2025-04-15T03:18:17.845Z | Checking foreign-types v0.3.2 |
| 2066 | 2025-04-15T03:18:17.930Z | Checking want v0.3.1 |
| 2067 | 2025-04-15T03:18:17.955Z | Checking ring v0.17.11 |
| 2068 | 2025-04-15T03:18:17.980Z | Checking miniz_oxide v0.8.5 |
| 2069 | 2025-04-15T03:18:18.064Z | Checking form_urlencoded v1.2.1 |
| 2070 | 2025-04-15T03:18:18.116Z | Checking httparse v1.9.5 |
| 2071 | 2025-04-15T03:18:18.264Z | Checking crossbeam-utils v0.8.21 |
| 2072 | 2025-04-15T03:18:18.493Z | Checking openssl-sys v0.9.107 |
| 2073 | 2025-04-15T03:18:18.584Z | Checking errno v0.3.9 |
| 2074 | 2025-04-15T03:18:18.609Z | Checking aws-lc-rs v1.12.4 |
| 2075 | 2025-04-15T03:18:18.767Z | Checking aho-corasick v1.1.3 |
| 2076 | 2025-04-15T03:18:18.792Z | Checking rand_core v0.9.2 |
| 2077 | 2025-04-15T03:18:18.866Z | Checking regex-syntax v0.8.5 |
| 2078 | 2025-04-15T03:18:19.080Z | Checking powerfmt v0.2.0 |
| 2079 | 2025-04-15T03:18:19.310Z | Checking icu_normalizer v1.5.0 |
| 2080 | 2025-04-15T03:18:19.335Z | Checking unicode-ident v1.0.14 |
| 2081 | 2025-04-15T03:18:19.410Z | Checking tower-service v0.3.3 |
| 2082 | 2025-04-15T03:18:19.510Z | Checking httpdate v1.0.3 |
| 2083 | 2025-04-15T03:18:19.535Z | Checking proc-macro2 v1.0.94 |
| 2084 | 2025-04-15T03:18:19.734Z | Checking openssl v0.10.72 |
| 2085 | 2025-04-15T03:18:19.854Z | Checking deranged v0.3.11 |
| 2086 | 2025-04-15T03:18:19.990Z | Checking idna_adapter v1.2.0 |
| 2087 | 2025-04-15T03:18:20.112Z | Checking rand_chacha v0.9.0 |
| 2088 | 2025-04-15T03:18:20.158Z | Checking crossbeam-epoch v0.9.18 |
| 2089 | 2025-04-15T03:18:20.204Z | Checking rustls-webpki v0.102.8 |
| 2090 | 2025-04-15T03:18:20.231Z | Checking idna v1.0.3 |
| 2091 | 2025-04-15T03:18:20.487Z | Checking rustix v0.38.37 |
| 2092 | 2025-04-15T03:18:20.555Z | Checking unicode-normalization v0.1.24 |
| 2093 | 2025-04-15T03:18:20.660Z | Checking rand_chacha v0.3.1 |
| 2094 | 2025-04-15T03:18:20.972Z | Checking semver v1.0.25 |
| 2095 | 2025-04-15T03:18:21.019Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2096 | 2025-04-15T03:18:21.045Z | Checking signature v2.2.0 |
| 2097 | 2025-04-15T03:18:21.150Z | Checking scroll v0.12.0 |
| 2098 | 2025-04-15T03:18:21.256Z | Checking crc32fast v1.4.2 |
| 2099 | 2025-04-15T03:18:21.307Z | Checking tokio-util v0.7.13 |
| 2100 | 2025-04-15T03:18:21.332Z | Checking time-core v0.1.2 |
| 2101 | 2025-04-15T03:18:21.365Z | Checking dyn-clone v1.0.19 |
| 2102 | 2025-04-15T03:18:21.499Z | Checking num_threads v0.1.7 |
| 2103 | 2025-04-15T03:18:21.526Z | Checking plain v0.2.3 |
| 2104 | 2025-04-15T03:18:21.552Z | Checking unicode-bidi v0.3.17 |
| 2105 | 2025-04-15T03:18:21.577Z | Checking regex-automata v0.4.8 |
| 2106 | 2025-04-15T03:18:21.601Z | Checking siphasher v0.3.11 |
| 2107 | 2025-04-15T03:18:21.634Z | Checking utf8parse v0.2.2 |
| 2108 | 2025-04-15T03:18:21.678Z | Checking base64 v0.22.1 |
| 2109 | 2025-04-15T03:18:21.788Z | Checking ucd-trie v0.1.7 |
| 2110 | 2025-04-15T03:18:21.884Z | Checking either v1.14.0 |
| 2111 | 2025-04-15T03:18:21.991Z | Checking openssl-probe v0.1.5 |
| 2112 | 2025-04-15T03:18:22.074Z | Checking h2 v0.4.6 |
| 2113 | 2025-04-15T03:18:22.102Z | Checking anstyle v1.0.10 |
| 2114 | 2025-04-15T03:18:22.127Z | Checking num-conv v0.1.0 |
| 2115 | 2025-04-15T03:18:22.159Z | Checking unicode-properties v0.1.3 |
| 2116 | 2025-04-15T03:18:22.221Z | Checking pest v2.7.14 |
| 2117 | 2025-04-15T03:18:22.346Z | Checking time v0.3.36 |
| 2118 | 2025-04-15T03:18:22.419Z | Checking phf_shared v0.11.2 |
| 2119 | 2025-04-15T03:18:22.477Z | Checking stringprep v0.1.5 |
| 2120 | 2025-04-15T03:18:22.663Z | Checking anstyle-parse v0.2.5 |
| 2121 | 2025-04-15T03:18:22.739Z | Checking goblin v0.8.2 |
| 2122 | 2025-04-15T03:18:22.922Z | Checking schemars v0.8.22 |
| 2123 | 2025-04-15T03:18:23.296Z | Checking rand v0.8.5 |
| 2124 | 2025-04-15T03:18:24.157Z | Checking native-tls v0.2.12 |
| 2125 | 2025-04-15T03:18:24.260Z | Checking rustls v0.23.19 |
| 2126 | 2025-04-15T03:18:24.353Z | Checking url v2.5.3 |
| 2127 | 2025-04-15T03:18:24.379Z | Checking crossbeam-deque v0.8.5 |
| 2128 | 2025-04-15T03:18:24.404Z | Checking rand v0.9.0 |
| 2129 | 2025-04-15T03:18:24.452Z | Checking quote v1.0.39 |
| 2130 | 2025-04-15T03:18:24.762Z | Checking toml_datetime v0.6.8 |
| 2131 | 2025-04-15T03:18:24.944Z | Checking serde_spanned v0.6.8 |
| 2132 | 2025-04-15T03:18:24.984Z | Checking num-integer v0.1.46 |
| 2133 | 2025-04-15T03:18:25.047Z | Checking md-5 v0.10.6 |
| 2134 | 2025-04-15T03:18:25.121Z | Checking ff v0.13.0 |
| 2135 | 2025-04-15T03:18:25.167Z | Checking hash32 v0.2.1 |
| 2136 | 2025-04-15T03:18:25.286Z | Checking anstyle-query v1.1.1 |
| 2137 | 2025-04-15T03:18:25.325Z | Checking pretty-hex v0.4.1 |
| 2138 | 2025-04-15T03:18:25.351Z | Checking gimli v0.31.1 |
| 2139 | 2025-04-15T03:18:25.425Z | Checking colorchoice v1.0.2 |
| 2140 | 2025-04-15T03:18:25.458Z | Checking psl-types v2.0.11 |
| 2141 | 2025-04-15T03:18:25.516Z | Checking is_terminal_polyfill v1.70.1 |
| 2142 | 2025-04-15T03:18:25.541Z | Checking base16ct v0.2.0 |
| 2143 | 2025-04-15T03:18:25.592Z | Checking fallible-iterator v0.2.0 |
| 2144 | 2025-04-15T03:18:25.669Z | Checking publicsuffix v2.3.0 |
| 2145 | 2025-04-15T03:18:25.669Z | Checking anstream v0.6.15 |
| 2146 | 2025-04-15T03:18:25.767Z | Checking sec1 v0.7.3 |
| 2147 | 2025-04-15T03:18:25.961Z | Checking num-iter v0.1.45 |
| 2148 | 2025-04-15T03:18:26.016Z | Checking heapless v0.7.17 |
| 2149 | 2025-04-15T03:18:26.118Z | Checking postgres-protocol v0.6.8 |
| 2150 | 2025-04-15T03:18:26.143Z | Checking group v0.13.0 |
| 2151 | 2025-04-15T03:18:26.168Z | Compiling daft v0.1.3 |
| 2152 | 2025-04-15T03:18:26.378Z | Checking syn v2.0.98 |
| 2153 | 2025-04-15T03:18:26.572Z | Checking rayon-core v1.12.1 |
| 2154 | 2025-04-15T03:18:26.722Z | Checking tokio-native-tls v0.3.1 |
| 2155 | 2025-04-15T03:18:26.858Z | Checking dtrace-parser v0.2.0 |
| 2156 | 2025-04-15T03:18:26.965Z | Checking cookie v0.18.1 |
| 2157 | 2025-04-15T03:18:27.168Z | Checking dof v0.3.0 |
| 2158 | 2025-04-15T03:18:27.194Z | Checking ipnetwork v0.21.1 |
| 2159 | 2025-04-15T03:18:27.299Z | Checking terminal_size v0.4.0 |
| 2160 | 2025-04-15T03:18:27.324Z | Checking hyper v1.6.0 |
| 2161 | 2025-04-15T03:18:27.360Z | Checking flate2 v1.1.1 |
| 2162 | 2025-04-15T03:18:27.478Z | Checking lazy_static v1.5.0 |
| 2163 | 2025-04-15T03:18:27.528Z | Checking http-body-util v0.1.3 |
| 2164 | 2025-04-15T03:18:27.616Z | Checking webpki-roots v0.26.6 |
| 2165 | 2025-04-15T03:18:27.725Z | Checking signal-hook v0.3.17 |
| 2166 | 2025-04-15T03:18:27.811Z | Checking hkdf v0.12.4 |
| 2167 | 2025-04-15T03:18:27.897Z | Checking crypto-bigint v0.5.5 |
| 2168 | 2025-04-15T03:18:27.925Z | Checking sync_wrapper v1.0.1 |
| 2169 | 2025-04-15T03:18:28.025Z | Checking thread-id v4.2.2 |
| 2170 | 2025-04-15T03:18:28.078Z | Checking object v0.36.5 |
| 2171 | 2025-04-15T03:18:28.103Z | Checking strsim v0.11.1 |
| 2172 | 2025-04-15T03:18:28.154Z | Checking winnow v0.5.40 |
| 2173 | 2025-04-15T03:18:28.361Z | Checking simd-adler32 v0.3.7 |
| 2174 | 2025-04-15T03:18:28.495Z | Checking addr2line v0.24.2 |
| 2175 | 2025-04-15T03:18:28.687Z | Checking ipnet v2.11.0 |
| 2176 | 2025-04-15T03:18:28.829Z | Checking tokio-rustls v0.26.0 |
| 2177 | 2025-04-15T03:18:28.979Z | Checking unicode-width v0.2.0 |
| 2178 | 2025-04-15T03:18:29.029Z | Checking hyper-util v0.1.10 |
| 2179 | 2025-04-15T03:18:29.114Z | Checking bumpalo v3.16.0 |
| 2180 | 2025-04-15T03:18:29.184Z | Checking bitflags v1.3.2 |
| 2181 | 2025-04-15T03:18:29.289Z | Checking clap_lex v0.7.4 |
| 2182 | 2025-04-15T03:18:29.402Z | Checking managed v0.8.0 |
| 2183 | 2025-04-15T03:18:29.428Z | Checking rustc-demangle v0.1.24 |
| 2184 | 2025-04-15T03:18:29.528Z | Checking lockfree-object-pool v0.1.6 |
| 2185 | 2025-04-15T03:18:29.738Z | Checking tower-layer v0.3.3 |
| 2186 | 2025-04-15T03:18:29.763Z | Checking zopfli v0.8.1 |
| 2187 | 2025-04-15T03:18:29.811Z | Checking smoltcp v0.9.1 |
| 2188 | 2025-04-15T03:18:29.984Z | Checking tower v0.5.2 |
| 2189 | 2025-04-15T03:18:30.234Z | Checking elliptic-curve v0.13.8 |
| 2190 | 2025-04-15T03:18:30.425Z | Checking clap_builder v4.5.35 |
| 2191 | 2025-04-15T03:18:30.516Z | Checking toml_edit v0.19.15 |
| 2192 | 2025-04-15T03:18:30.647Z | Checking console v0.15.10 |
| 2193 | 2025-04-15T03:18:30.759Z | Checking hyper-tls v0.6.0 |
| 2194 | 2025-04-15T03:18:30.824Z | Checking hyper-rustls v0.27.3 |
| 2195 | 2025-04-15T03:18:31.015Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2196 | 2025-04-15T03:18:31.040Z | Checking signal-hook-mio v0.2.4 |
| 2197 | 2025-04-15T03:18:31.127Z | Checking num-bigint-dig v0.8.4 |
| 2198 | 2025-04-15T03:18:31.152Z | Checking oxnet v0.1.1 |
| 2199 | 2025-04-15T03:18:31.191Z | Checking cookie_store v0.21.1 |
| 2200 | 2025-04-15T03:18:31.294Z | Checking rayon v1.10.0 |
| 2201 | 2025-04-15T03:18:31.463Z | Checking postgres-types v0.2.9 |
| 2202 | 2025-04-15T03:18:31.488Z | Checking usdt-impl v0.5.0 |
| 2203 | 2025-04-15T03:18:31.809Z | Checking bstr v1.10.0 |
| 2204 | 2025-04-15T03:18:31.949Z | Checking regex v1.11.1 |
| 2205 | 2025-04-15T03:18:32.060Z | Checking phf v0.11.2 |
| 2206 | 2025-04-15T03:18:32.320Z | Checking ed25519 v2.2.3 |
| 2207 | 2025-04-15T03:18:32.521Z | Checking bzip2 v0.5.2 |
| 2208 | 2025-04-15T03:18:32.581Z | Checking bzip2 v0.4.4 |
| 2209 | 2025-04-15T03:18:32.606Z | Checking serde_urlencoded v0.7.1 |
| 2210 | 2025-04-15T03:18:32.631Z | Checking futures-executor v0.3.31 |
| 2211 | 2025-04-15T03:18:32.816Z | Checking curve25519-dalek v4.1.3 |
| 2212 | 2025-04-15T03:18:32.851Z | Checking zerocopy v0.6.6 |
| 2213 | 2025-04-15T03:18:32.876Z | Checking rustls-pemfile v2.2.0 |
| 2214 | 2025-04-15T03:18:32.901Z | Checking hubpack v0.1.2 |
| 2215 | 2025-04-15T03:18:32.966Z | Checking memoffset v0.9.1 |
| 2216 | 2025-04-15T03:18:33.096Z | Checking portable-atomic v1.11.0 |
| 2217 | 2025-04-15T03:18:33.122Z | Checking pkcs1 v0.7.5 |
| 2218 | 2025-04-15T03:18:33.195Z | Checking serde-big-array v0.5.1 |
| 2219 | 2025-04-15T03:18:33.220Z | Checking backtrace v0.3.74 |
| 2220 | 2025-04-15T03:18:33.284Z | Checking float-cmp v0.10.0 |
| 2221 | 2025-04-15T03:18:33.419Z | Checking rfc6979 v0.4.0 |
| 2222 | 2025-04-15T03:18:33.444Z | Checking memmap v0.7.0 |
| 2223 | 2025-04-15T03:18:33.490Z | Checking encoding_rs v0.8.34 |
| 2224 | 2025-04-15T03:18:33.514Z | Checking data-encoding v2.6.0 |
| 2225 | 2025-04-15T03:18:33.599Z | Checking mime v0.3.17 |
| 2226 | 2025-04-15T03:18:33.666Z | Checking whoami v1.5.2 |
| 2227 | 2025-04-15T03:18:33.747Z | Checking difflib v0.4.0 |
| 2228 | 2025-04-15T03:18:33.887Z | Checking predicates-core v1.0.8 |
| 2229 | 2025-04-15T03:18:33.954Z | Checking number_prefix v0.4.0 |
| 2230 | 2025-04-15T03:18:33.981Z | Checking precomputed-hash v0.1.1 |
| 2231 | 2025-04-15T03:18:34.006Z | Checking unicode-segmentation v1.12.0 |
| 2232 | 2025-04-15T03:18:34.065Z | Checking minimal-lexical v0.2.1 |
| 2233 | 2025-04-15T03:18:34.090Z | Checking new_debug_unreachable v1.0.6 |
| 2234 | 2025-04-15T03:18:34.116Z | Checking fixedbitset v0.4.2 |
| 2235 | 2025-04-15T03:18:34.162Z | Checking static_assertions v1.1.0 |
| 2236 | 2025-04-15T03:18:34.187Z | Checking winnow v0.7.3 |
| 2237 | 2025-04-15T03:18:34.270Z | Checking normalize-line-endings v0.3.0 |
| 2238 | 2025-04-15T03:18:34.340Z | Checking indicatif v0.17.11 |
| 2239 | 2025-04-15T03:18:34.370Z | Checking ed25519-dalek v2.1.1 |
| 2240 | 2025-04-15T03:18:34.395Z | Checking petgraph v0.6.5 |
| 2241 | 2025-04-15T03:18:34.424Z | Checking predicates v3.1.3 |
| 2242 | 2025-04-15T03:18:34.456Z | Checking nom v7.1.3 |
| 2243 | 2025-04-15T03:18:34.570Z | Checking similar v2.7.0 |
| 2244 | 2025-04-15T03:18:34.749Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2245 | 2025-04-15T03:18:34.973Z | Checking string_cache v0.8.9 |
| 2246 | 2025-04-15T03:18:35.046Z | Checking hickory-proto v0.24.4 |
| 2247 | 2025-04-15T03:18:35.270Z | Checking tokio-postgres v0.7.13 |
| 2248 | 2025-04-15T03:18:35.324Z | Checking anyhow v1.0.97 |
| 2249 | 2025-04-15T03:18:35.365Z | Checking reqwest v0.12.12 |
| 2250 | 2025-04-15T03:18:35.678Z | Checking usdt v0.5.0 |
| 2251 | 2025-04-15T03:18:35.935Z | Checking ecdsa v0.16.9 |
| 2252 | 2025-04-15T03:18:36.514Z | Checking toml_edit v0.22.24 |
| 2253 | 2025-04-15T03:18:36.567Z | Checking rsa v0.9.6 |
| 2254 | 2025-04-15T03:18:36.975Z | Checking nix v0.29.0 |
| 2255 | 2025-04-15T03:18:37.012Z | Checking clap v4.5.35 |
| 2256 | 2025-04-15T03:18:37.037Z | Checking zip v0.6.6 |
| 2257 | 2025-04-15T03:18:37.136Z | Checking futures v0.3.31 |
| 2258 | 2025-04-15T03:18:37.242Z | Checking zip v2.6.1 |
| 2259 | 2025-04-15T03:18:37.456Z | Checking toml v0.7.8 |
| 2260 | 2025-04-15T03:18:37.637Z | Checking crossterm v0.28.1 |
| 2261 | 2025-04-15T03:18:37.661Z | Checking itertools v0.13.0 |
| 2262 | 2025-04-15T03:18:38.065Z | Checking itertools v0.10.5 |
| 2263 | 2025-04-15T03:18:38.157Z | Checking tokio-stream v0.1.17 |
| 2264 | 2025-04-15T03:18:38.271Z | Checking buf-list v1.0.3 |
| 2265 | 2025-04-15T03:18:38.554Z | Checking fs-err v2.11.0 |
| 2266 | 2025-04-15T03:18:38.736Z | Checking strum v0.26.3 |
| 2267 | 2025-04-15T03:18:38.874Z | Checking ahash v0.8.11 |
| 2268 | 2025-04-15T03:18:38.899Z | Checking slog v2.7.0 |
| 2269 | 2025-04-15T03:18:38.924Z | Checking openapiv3 v2.0.0 |
| 2270 | 2025-04-15T03:18:39.031Z | Checking x509-cert v0.2.5 |
| 2271 | 2025-04-15T03:18:39.057Z | Checking sha1 v0.10.6 |
| 2272 | 2025-04-15T03:18:39.084Z | Checking peg-runtime v0.8.5 |
| 2273 | 2025-04-15T03:18:39.301Z | Checking lalrpop-util v0.19.12 |
| 2274 | 2025-04-15T03:18:39.327Z | Checking camino v1.1.9 |
| 2275 | 2025-04-15T03:18:39.352Z | Checking sigpipe v0.1.3 |
| 2276 | 2025-04-15T03:18:39.352Z | Checking jiff v0.2.6 |
| 2277 | 2025-04-15T03:18:44.246Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2278 | 2025-04-15T03:18:44.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s |
| 2279 | 2025-04-15T03:18:44.893Z | |
| 2280 | 2025-04-15T03:18:44.893Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/206) |
| 2281 | 2025-04-15T03:18:45.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2282 | 2025-04-15T03:18:45.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2283 | 2025-04-15T03:18:45.988Z | Compiling regress v0.10.3 |
| 2284 | 2025-04-15T03:18:46.021Z | Compiling thiserror-impl v2.0.12 |
| 2285 | 2025-04-15T03:18:46.046Z | Checking heck v0.5.0 |
| 2286 | 2025-04-15T03:18:46.086Z | Compiling unsafe-libyaml v0.2.11 |
| 2287 | 2025-04-15T03:18:46.111Z | Checking dirs-sys-next v0.1.2 |
| 2288 | 2025-04-15T03:18:46.111Z | Checking fastrand v2.1.1 |
| 2289 | 2025-04-15T03:18:46.152Z | Checking thread_local v1.1.8 |
| 2290 | 2025-04-15T03:18:46.265Z | Compiling structmeta-derive v0.3.0 |
| 2291 | 2025-04-15T03:18:46.306Z | Checking dirs-next v2.0.0 |
| 2292 | 2025-04-15T03:18:46.413Z | Compiling ident_case v1.0.1 |
| 2293 | 2025-04-15T03:18:46.446Z | Checking term v0.7.0 |
| 2294 | 2025-04-15T03:18:46.471Z | Checking tempfile v3.13.0 |
| 2295 | 2025-04-15T03:18:46.592Z | Compiling darling_core v0.20.10 |
| 2296 | 2025-04-15T03:18:46.796Z | Checking newtype-uuid v1.2.1 |
| 2297 | 2025-04-15T03:18:46.855Z | Checking crossbeam-channel v0.5.15 |
| 2298 | 2025-04-15T03:18:47.036Z | Checking is-terminal v0.4.13 |
| 2299 | 2025-04-15T03:18:47.181Z | Compiling serde_yaml v0.9.34+deprecated |
| 2300 | 2025-04-15T03:18:47.573Z | Checking take_mut v0.2.2 |
| 2301 | 2025-04-15T03:18:47.598Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2302 | 2025-04-15T03:18:47.624Z | Compiling rustls v0.22.4 |
| 2303 | 2025-04-15T03:18:47.871Z | Checking slog-async v2.8.0 |
| 2304 | 2025-04-15T03:18:47.918Z | Checking slog-term v2.9.1 |
| 2305 | 2025-04-15T03:18:48.154Z | Checking daft v0.1.3 |
| 2306 | 2025-04-15T03:18:48.357Z | Compiling proc-macro-crate v1.3.1 |
| 2307 | 2025-04-15T03:18:48.385Z | Compiling structmeta v0.3.0 |
| 2308 | 2025-04-15T03:18:48.522Z | Checking wait-timeout v0.2.0 |
| 2309 | 2025-04-15T03:18:48.645Z | Compiling thiserror v2.0.12 |
| 2310 | 2025-04-15T03:18:48.740Z | Compiling multer v3.1.0 |
| 2311 | 2025-04-15T03:18:48.791Z | Checking typify-impl v0.2.0 |
| 2312 | 2025-04-15T03:18:48.816Z | Checking match_cfg v0.1.0 |
| 2313 | 2025-04-15T03:18:48.874Z | Checking typify-impl v0.3.0 |
| 2314 | 2025-04-15T03:18:49.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2315 | 2025-04-15T03:18:49.409Z | Checking bit-vec v0.8.0 |
| 2316 | 2025-04-15T03:18:49.767Z | Checking quick-error v1.2.3 |
| 2317 | 2025-04-15T03:18:49.792Z | Checking bit-set v0.8.0 |
| 2318 | 2025-04-15T03:18:49.920Z | Checking rusty-fork v0.3.0 |
| 2319 | 2025-04-15T03:18:50.069Z | Compiling num_enum_derive v0.5.11 |
| 2320 | 2025-04-15T03:18:50.264Z | Checking hostname v0.3.1 |
| 2321 | 2025-04-15T03:18:50.416Z | Checking progenitor-client v0.9.1 |
| 2322 | 2025-04-15T03:18:50.757Z | Checking slog-json v2.6.1 |
| 2323 | 2025-04-15T03:18:50.851Z | Compiling lzma-sys v0.1.20 |
| 2324 | 2025-04-15T03:18:51.005Z | Checking rand_xorshift v0.3.0 |
| 2325 | 2025-04-15T03:18:51.048Z | Checking hex v0.4.3 |
| 2326 | 2025-04-15T03:18:51.189Z | Compiling foreign-types-macros v0.2.3 |
| 2327 | 2025-04-15T03:18:51.442Z | Compiling darling_macro v0.20.10 |
| 2328 | 2025-04-15T03:18:51.487Z | Compiling async-stream-impl v0.3.6 |
| 2329 | 2025-04-15T03:18:51.512Z | Compiling dropshot v0.16.0 |
| 2330 | 2025-04-15T03:18:51.793Z | Checking foreign-types-shared v0.3.1 |
| 2331 | 2025-04-15T03:18:51.933Z | Checking utf-8 v0.7.6 |
| 2332 | 2025-04-15T03:18:52.037Z | Checking arc-swap v1.7.1 |
| 2333 | 2025-04-15T03:18:52.160Z | Checking unarray v0.1.4 |
| 2334 | 2025-04-15T03:18:52.243Z | Checking foreign-types v0.5.0 |
| 2335 | 2025-04-15T03:18:52.268Z | Compiling darling v0.20.10 |
| 2336 | 2025-04-15T03:18:52.335Z | Checking proptest v1.6.0 |
| 2337 | 2025-04-15T03:18:52.360Z | Checking tungstenite v0.21.0 |
| 2338 | 2025-04-15T03:18:52.386Z | Compiling serde_with_macros v3.12.0 |
| 2339 | 2025-04-15T03:18:52.434Z | Checking slog-scope v4.4.0 |
| 2340 | 2025-04-15T03:18:52.559Z | Checking async-stream v0.3.6 |
| 2341 | 2025-04-15T03:18:52.631Z | Checking num_enum v0.5.11 |
| 2342 | 2025-04-15T03:18:52.785Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2343 | 2025-04-15T03:18:52.858Z | Checking slog-bunyan v2.5.0 |
| 2344 | 2025-04-15T03:18:52.947Z | Compiling proc-macro-error v1.0.4 |
| 2345 | 2025-04-15T03:18:53.332Z | Checking tokio-rustls v0.25.0 |
| 2346 | 2025-04-15T03:18:53.357Z | Compiling parse-display-derive v0.10.0 |
| 2347 | 2025-04-15T03:18:53.449Z | Compiling test-strategy v0.4.0 |
| 2348 | 2025-04-15T03:18:53.540Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2349 | 2025-04-15T03:18:53.670Z | Checking toml v0.8.20 |
| 2350 | 2025-04-15T03:18:53.891Z | Checking progenitor-client v0.8.0 |
| 2351 | 2025-04-15T03:18:54.269Z | Compiling heck v0.3.3 |
| 2352 | 2025-04-15T03:18:54.355Z | Checking waitgroup v0.1.2 |
| 2353 | 2025-04-15T03:18:54.531Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2025-04-15T03:18:54.570Z | Compiling dropshot_endpoint v0.16.0 |
| 2355 | 2025-04-15T03:18:54.620Z | Checking serde_path_to_error v0.1.16 |
| 2356 | 2025-04-15T03:18:55.242Z | Checking cstr-argument v0.1.2 |
| 2357 | 2025-04-15T03:18:55.351Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2358 | 2025-04-15T03:18:55.419Z | Checking hostname v0.4.0 |
| 2359 | 2025-04-15T03:18:55.564Z | Checking instant v0.1.13 |
| 2360 | 2025-04-15T03:18:55.688Z | Checking pretty-hex v0.2.1 |
| 2361 | 2025-04-15T03:18:55.864Z | Checking base64 v0.21.7 |
| 2362 | 2025-04-15T03:18:55.971Z | Checking debug-ignore v1.0.5 |
| 2363 | 2025-04-15T03:18:56.124Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2364 | 2025-04-15T03:18:56.303Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2365 | 2025-04-15T03:18:56.415Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2366 | 2025-04-15T03:18:56.441Z | Checking backoff v0.4.0 |
| 2367 | 2025-04-15T03:18:56.466Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2368 | 2025-04-15T03:18:56.494Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2369 | 2025-04-15T03:18:56.655Z | Checking parse-display v0.10.0 |
| 2370 | 2025-04-15T03:18:56.690Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2371 | 2025-04-15T03:18:56.732Z | Compiling zone_cfg_derive v0.1.2 |
| 2372 | 2025-04-15T03:18:56.769Z | Checking serde_with v3.12.0 |
| 2373 | 2025-04-15T03:18:56.864Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2374 | 2025-04-15T03:18:56.894Z | Checking tokio-tungstenite v0.21.0 |
| 2375 | 2025-04-15T03:18:57.199Z | Checking slog-stdlog v4.1.1 |
| 2376 | 2025-04-15T03:18:57.328Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2377 | 2025-04-15T03:18:57.362Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2378 | 2025-04-15T03:18:57.486Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2379 | 2025-04-15T03:18:57.643Z | Checking colored v2.2.0 |
| 2380 | 2025-04-15T03:18:57.669Z | Checking macaddr v1.0.1 |
| 2381 | 2025-04-15T03:18:57.878Z | Checking winnow v0.6.20 |
| 2382 | 2025-04-15T03:18:57.956Z | Checking unicode-width v0.1.14 |
| 2383 | 2025-04-15T03:18:57.981Z | Checking base64 v0.13.1 |
| 2384 | 2025-04-15T03:18:58.340Z | Checking ron v0.7.1 |
| 2385 | 2025-04-15T03:18:58.366Z | Checking tabwriter v1.4.0 |
| 2386 | 2025-04-15T03:18:58.393Z | Checking zone v0.1.8 |
| 2387 | 2025-04-15T03:18:58.597Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2388 | 2025-04-15T03:18:58.974Z | Checking slog-envlogger v2.2.0 |
| 2389 | 2025-04-15T03:18:59.017Z | Checking xz2 v0.1.7 |
| 2390 | 2025-04-15T03:18:59.188Z | Checking pem v3.0.5 |
| 2391 | 2025-04-15T03:18:59.277Z | Checking xattr v1.3.1 |
| 2392 | 2025-04-15T03:18:59.311Z | Checking yasna v0.5.2 |
| 2393 | 2025-04-15T03:18:59.366Z | Checking smf v0.2.3 |
| 2394 | 2025-04-15T03:18:59.428Z | Checking headers-core v0.3.0 |
| 2395 | 2025-04-15T03:18:59.485Z | Checking filetime v0.2.25 |
| 2396 | 2025-04-15T03:18:59.586Z | Checking same-file v1.0.6 |
| 2397 | 2025-04-15T03:18:59.703Z | Checking tar v0.4.44 |
| 2398 | 2025-04-15T03:18:59.772Z | Checking walkdir v2.5.0 |
| 2399 | 2025-04-15T03:18:59.806Z | Checking headers v0.4.0 |
| 2400 | 2025-04-15T03:19:00.042Z | Checking camino-tempfile v1.1.1 |
| 2401 | 2025-04-15T03:19:00.080Z | Checking rcgen v0.12.1 |
| 2402 | 2025-04-15T03:19:00.407Z | Checking atomicwrites v0.4.4 |
| 2403 | 2025-04-15T03:19:00.554Z | Checking subprocess v0.2.9 |
| 2404 | 2025-04-15T03:19:00.802Z | Compiling typify-macro v0.3.0 |
| 2405 | 2025-04-15T03:19:00.832Z | Compiling typify-macro v0.2.0 |
| 2406 | 2025-04-15T03:19:02.809Z | Compiling typify v0.3.0 |
| 2407 | 2025-04-15T03:19:02.852Z | Compiling typify v0.2.0 |
| 2408 | 2025-04-15T03:19:02.942Z | Compiling progenitor-impl v0.9.1 |
| 2409 | 2025-04-15T03:19:02.967Z | Compiling progenitor-impl v0.8.0 |
| 2410 | 2025-04-15T03:19:06.197Z | Compiling progenitor-macro v0.8.0 |
| 2411 | 2025-04-15T03:19:06.335Z | Compiling progenitor-macro v0.9.1 |
| 2412 | 2025-04-15T03:19:10.677Z | Checking progenitor v0.8.0 |
| 2413 | 2025-04-15T03:19:10.873Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2414 | 2025-04-15T03:19:11.304Z | Checking progenitor v0.9.1 |
| 2415 | 2025-04-15T03:19:11.492Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2416 | 2025-04-15T03:19:14.166Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2417 | 2025-04-15T03:19:15.316Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2418 | 2025-04-15T03:19:23.546Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2419 | 2025-04-15T03:19:25.697Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2420 | 2025-04-15T03:19:27.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.52s |
| 2421 | 2025-04-15T03:19:27.625Z | |
| 2422 | 2025-04-15T03:19:27.625Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/206) |
| 2423 | 2025-04-15T03:19:28.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2025-04-15T03:19:28.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2025-04-15T03:19:28.637Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2426 | 2025-04-15T03:19:30.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s |
| 2427 | 2025-04-15T03:19:30.690Z | |
| 2428 | 2025-04-15T03:19:30.690Z | info: running `cargo check --bins` on nexus-config (51/206) |
| 2429 | 2025-04-15T03:19:31.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2025-04-15T03:19:31.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2025-04-15T03:19:31.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2025-04-15T03:19:31.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2433 | 2025-04-15T03:19:31.707Z | |
| 2434 | 2025-04-15T03:19:31.707Z | info: running `cargo check --bins` on omicron-rpaths (52/206) |
| 2435 | 2025-04-15T03:19:32.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2025-04-15T03:19:32.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2025-04-15T03:19:32.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2025-04-15T03:19:32.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2439 | 2025-04-15T03:19:32.657Z | |
| 2440 | 2025-04-15T03:19:32.657Z | info: running `cargo check --bins` on omicron-certificates (53/206) |
| 2441 | 2025-04-15T03:19:33.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2025-04-15T03:19:33.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2025-04-15T03:19:33.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2025-04-15T03:19:33.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2445 | 2025-04-15T03:19:33.646Z | |
| 2446 | 2025-04-15T03:19:33.646Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/206) |
| 2447 | 2025-04-15T03:19:34.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2025-04-15T03:19:34.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2025-04-15T03:19:34.776Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2450 | 2025-04-15T03:19:34.776Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2451 | 2025-04-15T03:19:34.776Z | Compiling tempfile v3.13.0 |
| 2452 | 2025-04-15T03:19:34.801Z | Compiling wait-timeout v0.2.0 |
| 2453 | 2025-04-15T03:19:34.801Z | Compiling quick-error v1.2.3 |
| 2454 | 2025-04-15T03:19:34.801Z | Compiling match_cfg v0.1.0 |
| 2455 | 2025-04-15T03:19:34.801Z | Compiling bit-vec v0.8.0 |
| 2456 | 2025-04-15T03:19:34.827Z | Compiling rustls v0.22.4 |
| 2457 | 2025-04-15T03:19:34.893Z | Compiling progenitor-client v0.9.1 |
| 2458 | 2025-04-15T03:19:34.956Z | Compiling hostname v0.3.1 |
| 2459 | 2025-04-15T03:19:34.992Z | Compiling slog-json v2.6.1 |
| 2460 | 2025-04-15T03:19:35.186Z | Compiling rusty-fork v0.3.0 |
| 2461 | 2025-04-15T03:19:35.300Z | Compiling bit-set v0.8.0 |
| 2462 | 2025-04-15T03:19:35.325Z | Compiling rand_xorshift v0.3.0 |
| 2463 | 2025-04-15T03:19:35.356Z | Compiling hex v0.4.3 |
| 2464 | 2025-04-15T03:19:35.416Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2465 | 2025-04-15T03:19:35.440Z | Compiling unarray v0.1.4 |
| 2466 | 2025-04-15T03:19:35.513Z | Compiling heapless v0.8.0 |
| 2467 | 2025-04-15T03:19:35.584Z | Compiling proptest v1.6.0 |
| 2468 | 2025-04-15T03:19:35.624Z | Compiling progenitor v0.9.1 |
| 2469 | 2025-04-15T03:19:35.651Z | Compiling slog-bunyan v2.5.0 |
| 2470 | 2025-04-15T03:19:35.788Z | Compiling async-stream v0.3.6 |
| 2471 | 2025-04-15T03:19:35.854Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2472 | 2025-04-15T03:19:35.878Z | Compiling multer v3.1.0 |
| 2473 | 2025-04-15T03:19:35.903Z | Compiling toml v0.8.20 |
| 2474 | 2025-04-15T03:19:36.031Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2475 | 2025-04-15T03:19:36.074Z | Compiling waitgroup v0.1.2 |
| 2476 | 2025-04-15T03:19:36.281Z | Checking hash32 v0.3.1 |
| 2477 | 2025-04-15T03:19:36.306Z | Compiling serde_path_to_error v0.1.16 |
| 2478 | 2025-04-15T03:19:36.484Z | Compiling hostname v0.4.0 |
| 2479 | 2025-04-15T03:19:36.701Z | Compiling instant v0.1.13 |
| 2480 | 2025-04-15T03:19:36.726Z | Compiling debug-ignore v1.0.5 |
| 2481 | 2025-04-15T03:19:36.864Z | Compiling smoltcp v0.11.0 |
| 2482 | 2025-04-15T03:19:36.893Z | Compiling backoff v0.4.0 |
| 2483 | 2025-04-15T03:19:37.154Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2484 | 2025-04-15T03:19:37.239Z | Compiling serde_with v3.12.0 |
| 2485 | 2025-04-15T03:19:37.463Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2486 | 2025-04-15T03:19:37.650Z | Compiling parse-display v0.10.0 |
| 2487 | 2025-04-15T03:19:37.749Z | Checking num-rational v0.4.2 |
| 2488 | 2025-04-15T03:19:38.176Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2489 | 2025-04-15T03:19:38.297Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2490 | 2025-04-15T03:19:38.616Z | Compiling tokio-rustls v0.25.0 |
| 2491 | 2025-04-15T03:19:38.991Z | Compiling dropshot v0.16.0 |
| 2492 | 2025-04-15T03:19:40.438Z | Compiling phf_generator v0.11.2 |
| 2493 | 2025-04-15T03:19:40.670Z | Checking num-complex v0.4.6 |
| 2494 | 2025-04-15T03:19:41.324Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2495 | 2025-04-15T03:19:41.461Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2496 | 2025-04-15T03:19:41.967Z | Compiling macaddr v1.0.1 |
| 2497 | 2025-04-15T03:19:42.200Z | Checking cobs v0.2.3 |
| 2498 | 2025-04-15T03:19:42.365Z | Compiling num v0.4.3 |
| 2499 | 2025-04-15T03:19:42.406Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2500 | 2025-04-15T03:19:42.431Z | Checking postcard v1.0.10 |
| 2501 | 2025-04-15T03:19:42.507Z | Compiling phf_codegen v0.11.2 |
| 2502 | 2025-04-15T03:19:42.754Z | Compiling parse-zoneinfo v0.3.1 |
| 2503 | 2025-04-15T03:19:42.970Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2504 | 2025-04-15T03:19:43.287Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2505 | 2025-04-15T03:19:43.328Z | Compiling convert_case v0.4.0 |
| 2506 | 2025-04-15T03:19:43.479Z | Checking float-ord v0.3.2 |
| 2507 | 2025-04-15T03:19:44.214Z | Compiling derive_more v0.99.19 |
| 2508 | 2025-04-15T03:19:44.278Z | Compiling chrono-tz-build v0.4.0 |
| 2509 | 2025-04-15T03:19:44.362Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2510 | 2025-04-15T03:19:44.403Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2511 | 2025-04-15T03:19:45.236Z | Checking linked-hash-map v0.5.6 |
| 2512 | 2025-04-15T03:19:45.278Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2513 | 2025-04-15T03:19:45.413Z | Compiling crucible-workspace-hack v0.1.0 |
| 2514 | 2025-04-15T03:19:45.546Z | Checking lru-cache v0.1.2 |
| 2515 | 2025-04-15T03:19:45.712Z | Compiling chrono-tz v0.10.3 |
| 2516 | 2025-04-15T03:19:45.737Z | Checking newline-converter v0.3.0 |
| 2517 | 2025-04-15T03:19:45.895Z | Checking resolv-conf v0.7.0 |
| 2518 | 2025-04-15T03:19:46.218Z | Checking itertools v0.14.0 |
| 2519 | 2025-04-15T03:19:46.242Z | Checking prettyplease v0.2.30 |
| 2520 | 2025-04-15T03:19:46.472Z | Compiling slog-dtrace v0.3.0 |
| 2521 | 2025-04-15T03:19:46.699Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2522 | 2025-04-15T03:19:46.926Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2523 | 2025-04-15T03:19:47.214Z | Checking hickory-resolver v0.24.4 |
| 2524 | 2025-04-15T03:19:47.286Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2525 | 2025-04-15T03:19:47.614Z | Checking expectorate v1.1.0 |
| 2526 | 2025-04-15T03:19:47.778Z | Compiling zone_cfg_derive v0.3.0 |
| 2527 | 2025-04-15T03:19:48.230Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2528 | 2025-04-15T03:19:48.321Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2529 | 2025-04-15T03:19:48.434Z | Checking itertools v0.12.1 |
| 2530 | 2025-04-15T03:19:48.526Z | Compiling const_format_proc_macros v0.2.34 |
| 2531 | 2025-04-15T03:19:48.620Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2532 | 2025-04-15T03:19:48.911Z | Compiling num-derive v0.4.2 |
| 2533 | 2025-04-15T03:19:49.226Z | Compiling derive-where v1.2.7 |
| 2534 | 2025-04-15T03:19:49.463Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2535 | 2025-04-15T03:19:49.887Z | Checking highway v1.3.0 |
| 2536 | 2025-04-15T03:19:49.922Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2537 | 2025-04-15T03:19:50.599Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2538 | 2025-04-15T03:19:50.636Z | Checking const_format v0.2.34 |
| 2539 | 2025-04-15T03:19:50.636Z | Checking zone v0.3.1 |
| 2540 | 2025-04-15T03:19:50.636Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2541 | 2025-04-15T03:19:50.684Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2542 | 2025-04-15T03:19:51.079Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2543 | 2025-04-15T03:19:51.294Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2544 | 2025-04-15T03:19:51.324Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2545 | 2025-04-15T03:19:51.562Z | Checking gethostname v0.5.0 |
| 2546 | 2025-04-15T03:19:51.675Z | Checking bcs v0.1.6 |
| 2547 | 2025-04-15T03:19:51.724Z | Checking nanorand v0.7.0 |
| 2548 | 2025-04-15T03:19:51.903Z | Checking qorb v0.3.1 |
| 2549 | 2025-04-15T03:19:51.939Z | Compiling async-recursion v1.1.1 |
| 2550 | 2025-04-15T03:19:51.995Z | Checking termtree v0.5.1 |
| 2551 | 2025-04-15T03:19:52.027Z | Checking flume v0.11.1 |
| 2552 | 2025-04-15T03:19:52.103Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2553 | 2025-04-15T03:19:58.575Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2554 | 2025-04-15T03:20:02.503Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2555 | 2025-04-15T03:20:05.942Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2556 | 2025-04-15T03:20:07.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.96s |
| 2557 | 2025-04-15T03:20:07.817Z | |
| 2558 | 2025-04-15T03:20:07.817Z | info: running `cargo check --bins` on clickhouse-admin-api (55/206) |
| 2559 | 2025-04-15T03:20:08.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2560 | 2025-04-15T03:20:08.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2561 | 2025-04-15T03:20:08.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2562 | 2025-04-15T03:20:08.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2563 | 2025-04-15T03:20:08.795Z | |
| 2564 | 2025-04-15T03:20:08.795Z | info: running `cargo check --bins` on clickhouse-admin-types (56/206) |
| 2565 | 2025-04-15T03:20:09.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2566 | 2025-04-15T03:20:09.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2567 | 2025-04-15T03:20:09.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2568 | 2025-04-15T03:20:09.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2569 | 2025-04-15T03:20:09.791Z | |
| 2570 | 2025-04-15T03:20:09.791Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/206) |
| 2571 | 2025-04-15T03:20:10.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2572 | 2025-04-15T03:20:10.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2573 | 2025-04-15T03:20:10.867Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2574 | 2025-04-15T03:20:11.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 2575 | 2025-04-15T03:20:11.828Z | |
| 2576 | 2025-04-15T03:20:11.828Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/206) |
| 2577 | 2025-04-15T03:20:12.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2578 | 2025-04-15T03:20:12.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2579 | 2025-04-15T03:20:12.912Z | Compiling cfg_aliases v0.1.1 |
| 2580 | 2025-04-15T03:20:12.912Z | Compiling vte_generate_state_changes v0.1.2 |
| 2581 | 2025-04-15T03:20:12.936Z | Checking fd-lock v4.0.2 |
| 2582 | 2025-04-15T03:20:12.936Z | Checking nibble_vec v0.1.0 |
| 2583 | 2025-04-15T03:20:12.936Z | Checking endian-type v0.1.2 |
| 2584 | 2025-04-15T03:20:12.936Z | Checking bytecount v0.6.8 |
| 2585 | 2025-04-15T03:20:12.960Z | Compiling tabled_derive v0.7.0 |
| 2586 | 2025-04-15T03:20:12.985Z | Compiling peg-macros v0.8.5 |
| 2587 | 2025-04-15T03:20:13.072Z | Compiling nix v0.28.0 |
| 2588 | 2025-04-15T03:20:13.132Z | Checking papergrid v0.11.0 |
| 2589 | 2025-04-15T03:20:13.203Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2590 | 2025-04-15T03:20:13.248Z | Compiling sqlparser_derive v0.2.2 |
| 2591 | 2025-04-15T03:20:13.272Z | Checking radix_trie v0.2.1 |
| 2592 | 2025-04-15T03:20:13.494Z | Checking vte v0.11.1 |
| 2593 | 2025-04-15T03:20:13.650Z | Checking unicode_categories v0.1.1 |
| 2594 | 2025-04-15T03:20:13.927Z | Checking nu-ansi-term v0.50.1 |
| 2595 | 2025-04-15T03:20:14.081Z | Checking home v0.5.9 |
| 2596 | 2025-04-15T03:20:14.170Z | Checking sqlparser v0.45.0 |
| 2597 | 2025-04-15T03:20:14.266Z | Checking sqlformat v0.2.6 |
| 2598 | 2025-04-15T03:20:14.307Z | Checking display-error-chain v0.2.2 |
| 2599 | 2025-04-15T03:20:14.616Z | Checking strip-ansi-escapes v0.2.0 |
| 2600 | 2025-04-15T03:20:14.775Z | Checking reedline v0.38.0 |
| 2601 | 2025-04-15T03:20:14.815Z | Checking tabled v0.15.0 |
| 2602 | 2025-04-15T03:20:15.157Z | Checking peg v0.8.5 |
| 2603 | 2025-04-15T03:20:15.825Z | Checking rustyline v14.0.0 |
| 2604 | 2025-04-15T03:20:27.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.95s |
| 2605 | 2025-04-15T03:20:27.960Z | |
| 2606 | 2025-04-15T03:20:27.960Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/206) |
| 2607 | 2025-04-15T03:20:28.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2025-04-15T03:20:28.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2025-04-15T03:20:29.018Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2610 | 2025-04-15T03:20:36.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s |
| 2611 | 2025-04-15T03:20:36.331Z | |
| 2612 | 2025-04-15T03:20:36.331Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/206) |
| 2613 | 2025-04-15T03:20:37.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2025-04-15T03:20:37.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2025-04-15T03:20:37.449Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2616 | 2025-04-15T03:20:42.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s |
| 2617 | 2025-04-15T03:20:42.415Z | |
| 2618 | 2025-04-15T03:20:42.415Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/206) |
| 2619 | 2025-04-15T03:20:43.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2025-04-15T03:20:43.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2025-04-15T03:20:43.474Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2622 | 2025-04-15T03:20:50.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s |
| 2623 | 2025-04-15T03:20:50.271Z | |
| 2624 | 2025-04-15T03:20:50.271Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/206) |
| 2625 | 2025-04-15T03:20:51.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2025-04-15T03:20:51.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2025-04-15T03:20:51.335Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2628 | 2025-04-15T03:20:57.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s |
| 2629 | 2025-04-15T03:20:58.178Z | |
| 2630 | 2025-04-15T03:20:58.178Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/206) |
| 2631 | 2025-04-15T03:20:59.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2025-04-15T03:20:59.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2025-04-15T03:20:59.274Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2634 | 2025-04-15T03:21:04.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s |
| 2635 | 2025-04-15T03:21:04.411Z | |
| 2636 | 2025-04-15T03:21:04.411Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/206) |
| 2637 | 2025-04-15T03:21:05.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2025-04-15T03:21:05.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2025-04-15T03:21:05.485Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2640 | 2025-04-15T03:21:10.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
| 2641 | 2025-04-15T03:21:10.832Z | |
| 2642 | 2025-04-15T03:21:10.832Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/206) |
| 2643 | 2025-04-15T03:21:11.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2025-04-15T03:21:11.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2025-04-15T03:21:11.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2646 | 2025-04-15T03:21:19.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s |
| 2647 | 2025-04-15T03:21:19.278Z | |
| 2648 | 2025-04-15T03:21:19.278Z | info: running `cargo check --bins` on oximeter (66/206) |
| 2649 | 2025-04-15T03:21:20.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2025-04-15T03:21:20.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2025-04-15T03:21:20.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2025-04-15T03:21:20.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2653 | 2025-04-15T03:21:20.283Z | |
| 2654 | 2025-04-15T03:21:20.283Z | info: running `cargo check --bins` on oximeter-macro-impl (67/206) |
| 2655 | 2025-04-15T03:21:21.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2025-04-15T03:21:21.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2025-04-15T03:21:21.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2025-04-15T03:21:21.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2659 | 2025-04-15T03:21:21.222Z | |
| 2660 | 2025-04-15T03:21:21.222Z | info: running `cargo check --bins` on oximeter-schema (68/206) |
| 2661 | 2025-04-15T03:21:22.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2025-04-15T03:21:22.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2025-04-15T03:21:22.186Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2664 | 2025-04-15T03:21:24.799Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2665 | 2025-04-15T03:21:26.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 2666 | 2025-04-15T03:21:26.278Z | |
| 2667 | 2025-04-15T03:21:26.278Z | info: running `cargo check --bins` on oximeter-types (69/206) |
| 2668 | 2025-04-15T03:21:27.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2025-04-15T03:21:27.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2025-04-15T03:21:27.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2025-04-15T03:21:27.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2672 | 2025-04-15T03:21:27.280Z | |
| 2673 | 2025-04-15T03:21:27.280Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/206) |
| 2674 | 2025-04-15T03:21:28.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2025-04-15T03:21:28.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2025-04-15T03:21:28.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2677 | 2025-04-15T03:21:28.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2678 | 2025-04-15T03:21:28.263Z | |
| 2679 | 2025-04-15T03:21:28.263Z | info: running `cargo check --bins` on oxql-types (71/206) |
| 2680 | 2025-04-15T03:21:29.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2681 | 2025-04-15T03:21:29.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2682 | 2025-04-15T03:21:29.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2683 | 2025-04-15T03:21:29.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2684 | 2025-04-15T03:21:29.205Z | |
| 2685 | 2025-04-15T03:21:29.205Z | info: running `cargo check --bins` on oximeter-test-utils (72/206) |
| 2686 | 2025-04-15T03:21:30.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2687 | 2025-04-15T03:21:30.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2688 | 2025-04-15T03:21:30.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2689 | 2025-04-15T03:21:30.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2690 | 2025-04-15T03:21:30.207Z | |
| 2691 | 2025-04-15T03:21:30.207Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/206) |
| 2692 | 2025-04-15T03:21:31.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2693 | 2025-04-15T03:21:31.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2694 | 2025-04-15T03:21:31.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2695 | 2025-04-15T03:21:31.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2696 | 2025-04-15T03:21:31.179Z | |
| 2697 | 2025-04-15T03:21:31.179Z | info: running `cargo check --bins` on bootstrap-agent-client (74/206) |
| 2698 | 2025-04-15T03:21:32.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2699 | 2025-04-15T03:21:32.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2700 | 2025-04-15T03:21:32.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2701 | 2025-04-15T03:21:32.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2702 | 2025-04-15T03:21:32.143Z | |
| 2703 | 2025-04-15T03:21:32.143Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/206) |
| 2704 | 2025-04-15T03:21:33.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2705 | 2025-04-15T03:21:33.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2706 | 2025-04-15T03:21:33.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2707 | 2025-04-15T03:21:33.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2708 | 2025-04-15T03:21:33.135Z | |
| 2709 | 2025-04-15T03:21:33.135Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/206) |
| 2710 | 2025-04-15T03:21:34.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2711 | 2025-04-15T03:21:34.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2712 | 2025-04-15T03:21:34.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2713 | 2025-04-15T03:21:34.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2714 | 2025-04-15T03:21:34.113Z | |
| 2715 | 2025-04-15T03:21:34.113Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/206) |
| 2716 | 2025-04-15T03:21:34.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2717 | 2025-04-15T03:21:34.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2718 | 2025-04-15T03:21:34.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2719 | 2025-04-15T03:21:34.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2720 | 2025-04-15T03:21:35.085Z | |
| 2721 | 2025-04-15T03:21:35.085Z | info: running `cargo check --bins` on cockroach-admin-client (78/206) |
| 2722 | 2025-04-15T03:21:35.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2723 | 2025-04-15T03:21:35.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2724 | 2025-04-15T03:21:35.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2725 | 2025-04-15T03:21:35.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2726 | 2025-04-15T03:21:36.033Z | |
| 2727 | 2025-04-15T03:21:36.033Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/206) |
| 2728 | 2025-04-15T03:21:36.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2729 | 2025-04-15T03:21:36.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2730 | 2025-04-15T03:21:36.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2731 | 2025-04-15T03:21:36.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2732 | 2025-04-15T03:21:37.050Z | |
| 2733 | 2025-04-15T03:21:37.050Z | info: running `cargo check --bins` on dns-service-client (80/206) |
| 2734 | 2025-04-15T03:21:37.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2735 | 2025-04-15T03:21:37.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2736 | 2025-04-15T03:21:37.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2737 | 2025-04-15T03:21:37.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2738 | 2025-04-15T03:21:38.032Z | |
| 2739 | 2025-04-15T03:21:38.032Z | info: running `cargo check --bins` on internal-dns-types (81/206) |
| 2740 | 2025-04-15T03:21:38.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2741 | 2025-04-15T03:21:38.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2742 | 2025-04-15T03:21:38.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2743 | 2025-04-15T03:21:38.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2744 | 2025-04-15T03:21:38.995Z | |
| 2745 | 2025-04-15T03:21:38.995Z | info: running `cargo check --bins` on ereport-client (82/206) |
| 2746 | 2025-04-15T03:21:39.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2747 | 2025-04-15T03:21:39.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2748 | 2025-04-15T03:21:39.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2749 | 2025-04-15T03:21:39.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2750 | 2025-04-15T03:21:39.936Z | |
| 2751 | 2025-04-15T03:21:39.936Z | info: running `cargo check --bins` on ereport-types (83/206) |
| 2752 | 2025-04-15T03:21:40.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2753 | 2025-04-15T03:21:40.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2754 | 2025-04-15T03:21:40.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2755 | 2025-04-15T03:21:40.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2756 | 2025-04-15T03:21:40.880Z | |
| 2757 | 2025-04-15T03:21:40.880Z | info: running `cargo check --bins` on gateway-client (84/206) |
| 2758 | 2025-04-15T03:21:41.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2759 | 2025-04-15T03:21:41.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2760 | 2025-04-15T03:21:41.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2761 | 2025-04-15T03:21:41.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2762 | 2025-04-15T03:21:41.829Z | |
| 2763 | 2025-04-15T03:21:41.829Z | info: running `cargo check --bins` on installinator-client (85/206) |
| 2764 | 2025-04-15T03:21:42.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2765 | 2025-04-15T03:21:42.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2766 | 2025-04-15T03:21:42.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2767 | 2025-04-15T03:21:42.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2768 | 2025-04-15T03:21:42.838Z | |
| 2769 | 2025-04-15T03:21:42.838Z | info: running `cargo check --bins` on installinator-common (86/206) |
| 2770 | 2025-04-15T03:21:43.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2771 | 2025-04-15T03:21:43.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2772 | 2025-04-15T03:21:43.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2773 | 2025-04-15T03:21:43.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2774 | 2025-04-15T03:21:43.840Z | |
| 2775 | 2025-04-15T03:21:43.840Z | info: running `cargo check --bins` on update-engine (87/206) |
| 2776 | 2025-04-15T03:21:44.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2777 | 2025-04-15T03:21:44.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2778 | 2025-04-15T03:21:44.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2779 | 2025-04-15T03:21:44.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2780 | 2025-04-15T03:21:44.786Z | |
| 2781 | 2025-04-15T03:21:44.786Z | info: running `cargo check --bins` on nexus-client (88/206) |
| 2782 | 2025-04-15T03:21:45.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2783 | 2025-04-15T03:21:45.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2784 | 2025-04-15T03:21:45.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2785 | 2025-04-15T03:21:45.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2786 | 2025-04-15T03:21:45.823Z | |
| 2787 | 2025-04-15T03:21:45.823Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/206) |
| 2788 | 2025-04-15T03:21:46.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2789 | 2025-04-15T03:21:46.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2790 | 2025-04-15T03:21:46.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2791 | 2025-04-15T03:21:46.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2792 | 2025-04-15T03:21:46.795Z | |
| 2793 | 2025-04-15T03:21:46.795Z | info: running `cargo check --bins` on omicron-passwords (90/206) |
| 2794 | 2025-04-15T03:21:47.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2025-04-15T03:21:47.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2025-04-15T03:21:47.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2025-04-15T03:21:47.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2798 | 2025-04-15T03:21:47.739Z | |
| 2799 | 2025-04-15T03:21:47.739Z | info: running `cargo check --bins` on nexus-types (91/206) |
| 2800 | 2025-04-15T03:21:48.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2025-04-15T03:21:48.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2025-04-15T03:21:48.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2803 | 2025-04-15T03:21:48.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2804 | 2025-04-15T03:21:48.735Z | |
| 2805 | 2025-04-15T03:21:48.735Z | info: running `cargo check --bins` on id-map (92/206) |
| 2806 | 2025-04-15T03:21:49.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2025-04-15T03:21:49.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2025-04-15T03:21:49.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2025-04-15T03:21:49.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2810 | 2025-04-15T03:21:49.650Z | |
| 2811 | 2025-04-15T03:21:49.650Z | info: running `cargo check --bins` on oxide-client (93/206) |
| 2812 | 2025-04-15T03:21:50.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2025-04-15T03:21:50.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2025-04-15T03:21:50.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2815 | 2025-04-15T03:21:50.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2816 | 2025-04-15T03:21:50.603Z | |
| 2817 | 2025-04-15T03:21:50.603Z | info: running `cargo check --bins` on oximeter-client (94/206) |
| 2818 | 2025-04-15T03:21:51.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2025-04-15T03:21:51.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2025-04-15T03:21:51.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2821 | 2025-04-15T03:21:51.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2822 | 2025-04-15T03:21:51.618Z | |
| 2823 | 2025-04-15T03:21:51.618Z | info: running `cargo check --bins` on repo-depot-client (95/206) |
| 2824 | 2025-04-15T03:21:52.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2825 | 2025-04-15T03:21:52.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2826 | 2025-04-15T03:21:52.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2827 | 2025-04-15T03:21:52.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2828 | 2025-04-15T03:21:52.581Z | |
| 2829 | 2025-04-15T03:21:52.581Z | info: running `cargo check --bins` on sled-agent-client (96/206) |
| 2830 | 2025-04-15T03:21:53.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2025-04-15T03:21:53.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2025-04-15T03:21:53.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2833 | 2025-04-15T03:21:53.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2834 | 2025-04-15T03:21:53.584Z | |
| 2835 | 2025-04-15T03:21:53.584Z | info: running `cargo check --bins` on wicketd-client (97/206) |
| 2836 | 2025-04-15T03:21:54.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2025-04-15T03:21:54.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2025-04-15T03:21:54.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2025-04-15T03:21:54.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2840 | 2025-04-15T03:21:54.640Z | |
| 2841 | 2025-04-15T03:21:54.640Z | info: running `cargo check --bins` on sled-agent-types (98/206) |
| 2842 | 2025-04-15T03:21:55.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2025-04-15T03:21:55.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2025-04-15T03:21:55.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2025-04-15T03:21:55.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2846 | 2025-04-15T03:21:55.631Z | |
| 2847 | 2025-04-15T03:21:55.631Z | info: running `cargo check --bins` on wicket-common (99/206) |
| 2848 | 2025-04-15T03:21:56.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2025-04-15T03:21:56.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2025-04-15T03:21:56.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2025-04-15T03:21:56.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2852 | 2025-04-15T03:21:56.640Z | |
| 2853 | 2025-04-15T03:21:56.640Z | info: running `cargo check --bins` on omicron-cockroach-admin (100/206) |
| 2854 | 2025-04-15T03:21:57.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2025-04-15T03:21:57.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2025-04-15T03:21:57.697Z | Checking csv-core v0.1.11 |
| 2857 | 2025-04-15T03:21:57.697Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2858 | 2025-04-15T03:21:57.697Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2859 | 2025-04-15T03:21:57.722Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2860 | 2025-04-15T03:21:57.990Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2861 | 2025-04-15T03:21:58.014Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2862 | 2025-04-15T03:21:58.039Z | Checking csv v1.3.1 |
| 2863 | 2025-04-15T03:21:58.782Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2864 | 2025-04-15T03:21:59.243Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2865 | 2025-04-15T03:22:01.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
| 2866 | 2025-04-15T03:22:01.887Z | |
| 2867 | 2025-04-15T03:22:01.887Z | info: running `cargo check --bins` on cockroach-admin-api (101/206) |
| 2868 | 2025-04-15T03:22:02.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2025-04-15T03:22:02.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2025-04-15T03:22:02.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2871 | 2025-04-15T03:22:02.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2872 | 2025-04-15T03:22:02.900Z | |
| 2873 | 2025-04-15T03:22:02.900Z | info: running `cargo check --bins` on cockroach-admin-types (102/206) |
| 2874 | 2025-04-15T03:22:03.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2025-04-15T03:22:03.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2025-04-15T03:22:03.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2025-04-15T03:22:03.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2878 | 2025-04-15T03:22:03.846Z | |
| 2879 | 2025-04-15T03:22:03.846Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (103/206) |
| 2880 | 2025-04-15T03:22:04.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2025-04-15T03:22:04.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2025-04-15T03:22:04.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2025-04-15T03:22:04.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2884 | 2025-04-15T03:22:04.958Z | |
| 2885 | 2025-04-15T03:22:04.958Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/206) |
| 2886 | 2025-04-15T03:22:05.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2025-04-15T03:22:05.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2025-04-15T03:22:05.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2025-04-15T03:22:05.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2890 | 2025-04-15T03:22:06.088Z | |
| 2891 | 2025-04-15T03:22:06.088Z | info: running `cargo check --bins` on dns-server (105/206) |
| 2892 | 2025-04-15T03:22:06.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2025-04-15T03:22:06.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2025-04-15T03:22:07.048Z | Compiling parking_lot_core v0.8.6 |
| 2895 | 2025-04-15T03:22:07.049Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2896 | 2025-04-15T03:22:07.074Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2897 | 2025-04-15T03:22:07.074Z | Checking fxhash v0.2.1 |
| 2898 | 2025-04-15T03:22:07.074Z | Checking hickory-client v0.24.4 |
| 2899 | 2025-04-15T03:22:07.074Z | Checking hickory-server v0.24.4 |
| 2900 | 2025-04-15T03:22:07.810Z | Checking parking_lot v0.11.2 |
| 2901 | 2025-04-15T03:22:07.952Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2902 | 2025-04-15T03:22:07.952Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2903 | 2025-04-15T03:22:08.122Z | Checking sled v0.34.7 |
| 2904 | 2025-04-15T03:22:10.498Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2905 | 2025-04-15T03:22:12.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2906 | 2025-04-15T03:22:12.371Z | |
| 2907 | 2025-04-15T03:22:12.371Z | info: running `cargo check --bins` on dns-server-api (106/206) |
| 2908 | 2025-04-15T03:22:13.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2025-04-15T03:22:13.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2025-04-15T03:22:13.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2025-04-15T03:22:13.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2912 | 2025-04-15T03:22:13.362Z | |
| 2913 | 2025-04-15T03:22:13.362Z | info: running `cargo check --bins` on openapi-manager-types (107/206) |
| 2914 | 2025-04-15T03:22:14.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2025-04-15T03:22:14.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2025-04-15T03:22:14.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2025-04-15T03:22:14.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2918 | 2025-04-15T03:22:14.297Z | |
| 2919 | 2025-04-15T03:22:14.297Z | info: running `cargo check --bins` on gateway-test-utils (108/206) |
| 2920 | 2025-04-15T03:22:15.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2025-04-15T03:22:15.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2025-04-15T03:22:15.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2025-04-15T03:22:15.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2924 | 2025-04-15T03:22:15.329Z | |
| 2925 | 2025-04-15T03:22:15.329Z | info: running `cargo check --bins` on gateway-types (109/206) |
| 2926 | 2025-04-15T03:22:16.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2025-04-15T03:22:16.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2025-04-15T03:22:16.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2025-04-15T03:22:16.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2930 | 2025-04-15T03:22:16.292Z | |
| 2931 | 2025-04-15T03:22:16.292Z | info: running `cargo check --bins` on ipcc (110/206) |
| 2932 | 2025-04-15T03:22:17.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2025-04-15T03:22:17.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2025-04-15T03:22:17.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2025-04-15T03:22:17.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2936 | 2025-04-15T03:22:17.313Z | |
| 2937 | 2025-04-15T03:22:17.313Z | info: running `cargo check --bins` on omicron-gateway (111/206) |
| 2938 | 2025-04-15T03:22:18.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2025-04-15T03:22:18.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2025-04-15T03:22:18.415Z | Compiling radium v0.7.0 |
| 2941 | 2025-04-15T03:22:18.415Z | Compiling semver v0.1.20 |
| 2942 | 2025-04-15T03:22:18.440Z | Checking tap v1.0.1 |
| 2943 | 2025-04-15T03:22:18.440Z | Compiling maybe-uninit v2.0.0 |
| 2944 | 2025-04-15T03:22:18.440Z | Checking password-hash v0.5.0 |
| 2945 | 2025-04-15T03:22:18.440Z | Checking blake2 v0.10.6 |
| 2946 | 2025-04-15T03:22:18.440Z | Compiling packed_struct v0.10.1 |
| 2947 | 2025-04-15T03:22:18.465Z | Compiling owo-colors v4.2.0 |
| 2948 | 2025-04-15T03:22:18.671Z | Checking wyz v0.5.1 |
| 2949 | 2025-04-15T03:22:18.885Z | Compiling rustc_version v0.1.7 |
| 2950 | 2025-04-15T03:22:18.910Z | Compiling cancel-safe-futures v0.1.5 |
| 2951 | 2025-04-15T03:22:18.947Z | Checking crc-catalog v2.4.0 |
| 2952 | 2025-04-15T03:22:18.972Z | Checking funty v2.0.0 |
| 2953 | 2025-04-15T03:22:19.064Z | Checking argon2 v0.5.3 |
| 2954 | 2025-04-15T03:22:19.122Z | Checking crc v3.2.1 |
| 2955 | 2025-04-15T03:22:19.179Z | Compiling packed_struct_codegen v0.10.1 |
| 2956 | 2025-04-15T03:22:19.204Z | Checking libsw-core v0.3.1 |
| 2957 | 2025-04-15T03:22:19.274Z | Compiling indexmap v1.9.3 |
| 2958 | 2025-04-15T03:22:19.300Z | Compiling newtype_derive v0.1.6 |
| 2959 | 2025-04-15T03:22:19.325Z | Checking half v2.4.1 |
| 2960 | 2025-04-15T03:22:19.421Z | Checking fixedbitset v0.5.7 |
| 2961 | 2025-04-15T03:22:19.514Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2962 | 2025-04-15T03:22:19.567Z | Checking nodrop v0.1.14 |
| 2963 | 2025-04-15T03:22:19.664Z | Checking ciborium-io v0.2.2 |
| 2964 | 2025-04-15T03:22:19.688Z | Checking bitvec v1.0.1 |
| 2965 | 2025-04-15T03:22:19.713Z | Checking array-init v0.0.4 |
| 2966 | 2025-04-15T03:22:19.713Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2967 | 2025-04-15T03:22:19.782Z | Checking petgraph v0.7.1 |
| 2968 | 2025-04-15T03:22:19.829Z | Checking ciborium-ll v0.2.2 |
| 2969 | 2025-04-15T03:22:19.873Z | Checking libsw v3.4.0 |
| 2970 | 2025-04-15T03:22:20.010Z | Checking smallvec v0.6.14 |
| 2971 | 2025-04-15T03:22:20.118Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2972 | 2025-04-15T03:22:20.389Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2973 | 2025-04-15T03:22:20.471Z | Checking bitfield v0.14.0 |
| 2974 | 2025-04-15T03:22:20.546Z | Checking linear-map v1.2.0 |
| 2975 | 2025-04-15T03:22:20.637Z | Checking termcolor v1.4.1 |
| 2976 | 2025-04-15T03:22:20.787Z | Checking swrite v0.1.0 |
| 2977 | 2025-04-15T03:22:20.915Z | Checking indent_write v2.2.0 |
| 2978 | 2025-04-15T03:22:20.996Z | Checking hashbrown v0.12.3 |
| 2979 | 2025-04-15T03:22:21.068Z | Checking env_logger v0.10.2 |
| 2980 | 2025-04-15T03:22:21.068Z | Checking ron v0.8.1 |
| 2981 | 2025-04-15T03:22:21.203Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2982 | 2025-04-15T03:22:21.295Z | Checking serde-hex v0.1.0 |
| 2983 | 2025-04-15T03:22:21.368Z | Checking ciborium v0.2.2 |
| 2984 | 2025-04-15T03:22:21.447Z | Checking steno v0.4.1 |
| 2985 | 2025-04-15T03:22:22.163Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2986 | 2025-04-15T03:22:22.230Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2987 | 2025-04-15T03:22:22.298Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2988 | 2025-04-15T03:22:22.391Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2989 | 2025-04-15T03:22:22.416Z | Checking hashbrown v0.13.2 |
| 2990 | 2025-04-15T03:22:22.507Z | Checking crc-any v2.5.0 |
| 2991 | 2025-04-15T03:22:22.605Z | Checking humantime v2.1.0 |
| 2992 | 2025-04-15T03:22:22.844Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2993 | 2025-04-15T03:22:22.891Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2994 | 2025-04-15T03:22:23.114Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2995 | 2025-04-15T03:22:23.203Z | Checking path-slash v0.1.5 |
| 2996 | 2025-04-15T03:22:23.265Z | Checking object v0.30.4 |
| 2997 | 2025-04-15T03:22:23.304Z | Checking void v1.0.2 |
| 2998 | 2025-04-15T03:22:23.367Z | Checking tungstenite v0.23.0 |
| 2999 | 2025-04-15T03:22:23.469Z | Checking lzss v0.8.2 |
| 3000 | 2025-04-15T03:22:23.504Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3001 | 2025-04-15T03:22:23.785Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3002 | 2025-04-15T03:22:24.142Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3003 | 2025-04-15T03:22:24.364Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3004 | 2025-04-15T03:22:24.396Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3005 | 2025-04-15T03:22:24.469Z | Checking nix v0.27.1 |
| 3006 | 2025-04-15T03:22:24.591Z | Checking kstat-rs v0.2.4 |
| 3007 | 2025-04-15T03:22:24.760Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3008 | 2025-04-15T03:22:24.800Z | Checking tokio-tungstenite v0.23.1 |
| 3009 | 2025-04-15T03:22:24.856Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3010 | 2025-04-15T03:22:24.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3011 | 2025-04-15T03:22:25.226Z | Checking signal-hook-tokio v0.3.1 |
| 3012 | 2025-04-15T03:22:25.663Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3013 | 2025-04-15T03:22:25.968Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3014 | 2025-04-15T03:22:34.276Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3015 | 2025-04-15T03:22:35.956Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 3016 | 2025-04-15T03:22:40.108Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3017 | 2025-04-15T03:22:47.374Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3018 | 2025-04-15T03:22:48.223Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3019 | 2025-04-15T03:22:51.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s |
| 3020 | 2025-04-15T03:22:51.960Z | |
| 3021 | 2025-04-15T03:22:51.960Z | info: running `cargo check --bins` on ereport-api (112/206) |
| 3022 | 2025-04-15T03:22:52.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2025-04-15T03:22:52.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2025-04-15T03:22:52.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2025-04-15T03:22:52.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3026 | 2025-04-15T03:22:52.942Z | |
| 3027 | 2025-04-15T03:22:52.942Z | info: running `cargo check --bins` on gateway-api (113/206) |
| 3028 | 2025-04-15T03:22:53.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2025-04-15T03:22:53.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2025-04-15T03:22:53.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2025-04-15T03:22:53.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3032 | 2025-04-15T03:22:53.937Z | |
| 3033 | 2025-04-15T03:22:53.937Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (114/206) |
| 3034 | 2025-04-15T03:22:54.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2025-04-15T03:22:54.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2025-04-15T03:22:54.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2025-04-15T03:22:54.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3038 | 2025-04-15T03:22:54.905Z | |
| 3039 | 2025-04-15T03:22:54.905Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/206) |
| 3040 | 2025-04-15T03:22:55.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2025-04-15T03:22:55.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2025-04-15T03:22:55.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2025-04-15T03:22:55.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3044 | 2025-04-15T03:22:55.894Z | |
| 3045 | 2025-04-15T03:22:55.895Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/206) |
| 3046 | 2025-04-15T03:22:56.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2025-04-15T03:22:56.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2025-04-15T03:22:56.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2025-04-15T03:22:56.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3050 | 2025-04-15T03:22:56.911Z | |
| 3051 | 2025-04-15T03:22:56.911Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/206) |
| 3052 | 2025-04-15T03:22:57.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2025-04-15T03:22:57.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2025-04-15T03:22:57.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2025-04-15T03:22:57.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3056 | 2025-04-15T03:22:57.930Z | |
| 3057 | 2025-04-15T03:22:57.930Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/206) |
| 3058 | 2025-04-15T03:22:58.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2025-04-15T03:22:58.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2025-04-15T03:22:58.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2025-04-15T03:22:58.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3062 | 2025-04-15T03:22:58.936Z | |
| 3063 | 2025-04-15T03:22:58.936Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/206) |
| 3064 | 2025-04-15T03:22:59.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2025-04-15T03:22:59.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2025-04-15T03:22:59.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2025-04-15T03:22:59.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3068 | 2025-04-15T03:22:59.944Z | |
| 3069 | 2025-04-15T03:22:59.944Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/206) |
| 3070 | 2025-04-15T03:23:00.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2025-04-15T03:23:00.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2025-04-15T03:23:00.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2025-04-15T03:23:00.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3074 | 2025-04-15T03:23:00.962Z | |
| 3075 | 2025-04-15T03:23:00.962Z | info: running `cargo check --bins` on oximeter-producer (121/206) |
| 3076 | 2025-04-15T03:23:01.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2025-04-15T03:23:01.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2025-04-15T03:23:01.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2025-04-15T03:23:01.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3080 | 2025-04-15T03:23:02.016Z | |
| 3081 | 2025-04-15T03:23:02.016Z | info: running `cargo check --bins` on internal-dns-resolver (122/206) |
| 3082 | 2025-04-15T03:23:02.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2025-04-15T03:23:02.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2025-04-15T03:23:02.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2025-04-15T03:23:02.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3086 | 2025-04-15T03:23:02.983Z | |
| 3087 | 2025-04-15T03:23:02.983Z | info: running `cargo check --bins` on sp-sim (123/206) |
| 3088 | 2025-04-15T03:23:03.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2025-04-15T03:23:03.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2025-04-15T03:23:03.948Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3091 | 2025-04-15T03:23:04.253Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3092 | 2025-04-15T03:23:06.333Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3093 | 2025-04-15T03:23:08.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
| 3094 | 2025-04-15T03:23:08.620Z | |
| 3095 | 2025-04-15T03:23:08.620Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (124/206) |
| 3096 | 2025-04-15T03:23:09.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2025-04-15T03:23:09.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2025-04-15T03:23:09.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2025-04-15T03:23:09.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3100 | 2025-04-15T03:23:09.677Z | |
| 3101 | 2025-04-15T03:23:09.677Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/206) |
| 3102 | 2025-04-15T03:23:10.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2025-04-15T03:23:10.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2025-04-15T03:23:10.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2025-04-15T03:23:10.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3106 | 2025-04-15T03:23:10.750Z | |
| 3107 | 2025-04-15T03:23:10.750Z | info: running `cargo check --bins` on db-macros (126/206) |
| 3108 | 2025-04-15T03:23:11.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2025-04-15T03:23:11.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2025-04-15T03:23:11.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2025-04-15T03:23:11.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3112 | 2025-04-15T03:23:11.700Z | |
| 3113 | 2025-04-15T03:23:11.700Z | info: running `cargo check --bins` on nexus-macros-common (127/206) |
| 3114 | 2025-04-15T03:23:12.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2025-04-15T03:23:12.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2025-04-15T03:23:12.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2025-04-15T03:23:12.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3118 | 2025-04-15T03:23:12.649Z | |
| 3119 | 2025-04-15T03:23:12.650Z | info: running `cargo check --bins` on nexus-auth (128/206) |
| 3120 | 2025-04-15T03:23:13.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2025-04-15T03:23:13.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2025-04-15T03:23:13.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2025-04-15T03:23:13.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3124 | 2025-04-15T03:23:13.678Z | |
| 3125 | 2025-04-15T03:23:13.678Z | info: running `cargo check --bins` on authz-macros (129/206) |
| 3126 | 2025-04-15T03:23:14.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2025-04-15T03:23:14.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2025-04-15T03:23:14.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2025-04-15T03:23:14.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3130 | 2025-04-15T03:23:14.611Z | |
| 3131 | 2025-04-15T03:23:14.611Z | info: running `cargo check --bins` on nexus-db-fixed-data (130/206) |
| 3132 | 2025-04-15T03:23:15.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2025-04-15T03:23:15.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2025-04-15T03:23:15.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2025-04-15T03:23:15.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3136 | 2025-04-15T03:23:15.656Z | |
| 3137 | 2025-04-15T03:23:15.656Z | info: running `cargo check --bins` on nexus-db-model (131/206) |
| 3138 | 2025-04-15T03:23:16.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2025-04-15T03:23:16.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2025-04-15T03:23:16.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2025-04-15T03:23:16.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3142 | 2025-04-15T03:23:16.686Z | |
| 3143 | 2025-04-15T03:23:16.687Z | info: running `cargo check --bins` on nexus-db-schema (132/206) |
| 3144 | 2025-04-15T03:23:17.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2025-04-15T03:23:17.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2025-04-15T03:23:17.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2025-04-15T03:23:17.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3148 | 2025-04-15T03:23:17.645Z | |
| 3149 | 2025-04-15T03:23:17.645Z | info: running `cargo check --bins` on nexus-defaults (133/206) |
| 3150 | 2025-04-15T03:23:18.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2025-04-15T03:23:18.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2025-04-15T03:23:18.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2025-04-15T03:23:18.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3154 | 2025-04-15T03:23:18.659Z | |
| 3155 | 2025-04-15T03:23:18.659Z | info: running `cargo check --bins` on nexus-inventory (134/206) |
| 3156 | 2025-04-15T03:23:19.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2025-04-15T03:23:19.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2025-04-15T03:23:19.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2025-04-15T03:23:19.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3160 | 2025-04-15T03:23:19.685Z | |
| 3161 | 2025-04-15T03:23:19.685Z | info: running `cargo check --bins` on typed-rng (135/206) |
| 3162 | 2025-04-15T03:23:20.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2025-04-15T03:23:20.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2025-04-15T03:23:20.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2025-04-15T03:23:20.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3166 | 2025-04-15T03:23:20.637Z | |
| 3167 | 2025-04-15T03:23:20.637Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/206) |
| 3168 | 2025-04-15T03:23:21.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2025-04-15T03:23:21.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2025-04-15T03:23:21.795Z | Checking keccak v0.1.5 |
| 3171 | 2025-04-15T03:23:21.820Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3172 | 2025-04-15T03:23:21.820Z | Checking secrecy v0.8.0 |
| 3173 | 2025-04-15T03:23:21.820Z | Compiling unicase v2.7.0 |
| 3174 | 2025-04-15T03:23:21.820Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3175 | 2025-04-15T03:23:21.820Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2025-04-15T03:23:21.845Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3177 | 2025-04-15T03:23:21.845Z | Checking universal-hash v0.5.1 |
| 3178 | 2025-04-15T03:23:22.065Z | Checking opaque-debug v0.3.1 |
| 3179 | 2025-04-15T03:23:22.127Z | Checking sha3 v0.10.8 |
| 3180 | 2025-04-15T03:23:22.169Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2025-04-15T03:23:22.194Z | Checking poly1305 v0.8.0 |
| 3182 | 2025-04-15T03:23:22.194Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3183 | 2025-04-15T03:23:22.231Z | Checking chacha20 v0.9.1 |
| 3184 | 2025-04-15T03:23:22.369Z | Checking aead v0.5.2 |
| 3185 | 2025-04-15T03:23:22.439Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3186 | 2025-04-15T03:23:22.473Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3187 | 2025-04-15T03:23:22.498Z | Compiling salty v0.3.0 |
| 3188 | 2025-04-15T03:23:22.587Z | Compiling libefi-sys v0.1.0 |
| 3189 | 2025-04-15T03:23:22.695Z | Checking chacha20poly1305 v0.10.1 |
| 3190 | 2025-04-15T03:23:22.936Z | Compiling num-derive v0.3.3 |
| 3191 | 2025-04-15T03:23:22.961Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3192 | 2025-04-15T03:23:23.013Z | Compiling bitfield-struct v0.6.2 |
| 3193 | 2025-04-15T03:23:23.140Z | Compiling proc-macro-error2 v2.0.1 |
| 3194 | 2025-04-15T03:23:23.332Z | Checking papergrid v0.14.0 |
| 3195 | 2025-04-15T03:23:23.695Z | Compiling tabled_derive v0.10.0 |
| 3196 | 2025-04-15T03:23:24.141Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2025-04-15T03:23:24.226Z | Checking thiserror-no-std v2.0.2 |
| 3198 | 2025-04-15T03:23:24.359Z | Checking vsss-rs v3.3.4 |
| 3199 | 2025-04-15T03:23:24.553Z | Checking libscf-sys v1.1.0 |
| 3200 | 2025-04-15T03:23:24.624Z | Compiling mime_guess v2.0.5 |
| 3201 | 2025-04-15T03:23:24.680Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3202 | 2025-04-15T03:23:25.028Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3203 | 2025-04-15T03:23:25.291Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3204 | 2025-04-15T03:23:25.339Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3205 | 2025-04-15T03:23:25.623Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3206 | 2025-04-15T03:23:25.947Z | Checking primeorder v0.13.6 |
| 3207 | 2025-04-15T03:23:26.172Z | Checking env_filter v0.1.2 |
| 3208 | 2025-04-15T03:23:26.389Z | Compiling dropshot v0.12.0 |
| 3209 | 2025-04-15T03:23:26.414Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3210 | 2025-04-15T03:23:26.607Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2025-04-15T03:23:26.739Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2025-04-15T03:23:26.775Z | Checking env_logger v0.11.5 |
| 3213 | 2025-04-15T03:23:26.800Z | Checking p384 v0.13.0 |
| 3214 | 2025-04-15T03:23:26.827Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3215 | 2025-04-15T03:23:27.086Z | Checking tabled v0.18.0 |
| 3216 | 2025-04-15T03:23:27.435Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3217 | 2025-04-15T03:23:27.728Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3218 | 2025-04-15T03:23:27.823Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3219 | 2025-04-15T03:23:27.976Z | Compiling dropshot_endpoint v0.12.0 |
| 3220 | 2025-04-15T03:23:28.001Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2025-04-15T03:23:28.194Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3222 | 2025-04-15T03:23:28.222Z | Checking http-range v0.1.5 |
| 3223 | 2025-04-15T03:23:28.495Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3224 | 2025-04-15T03:23:28.547Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3225 | 2025-04-15T03:23:28.599Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3226 | 2025-04-15T03:23:28.641Z | Checking xshell v0.2.7 |
| 3227 | 2025-04-15T03:23:28.905Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3228 | 2025-04-15T03:23:28.961Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3229 | 2025-04-15T03:23:29.042Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3230 | 2025-04-15T03:23:29.199Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3231 | 2025-04-15T03:23:29.283Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 3232 | 2025-04-15T03:23:29.569Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3233 | 2025-04-15T03:23:29.722Z | Checking atty v0.2.14 |
| 3234 | 2025-04-15T03:23:29.816Z | Checking crc8 v0.1.1 |
| 3235 | 2025-04-15T03:23:29.864Z | Checking glob v0.3.2 |
| 3236 | 2025-04-15T03:23:29.979Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3237 | 2025-04-15T03:23:30.063Z | Checking hyper-staticfile v0.10.1 |
| 3238 | 2025-04-15T03:23:30.213Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3239 | 2025-04-15T03:23:30.377Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3240 | 2025-04-15T03:23:30.947Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3241 | 2025-04-15T03:23:31.096Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3242 | 2025-04-15T03:23:31.188Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3243 | 2025-04-15T03:23:31.213Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3244 | 2025-04-15T03:23:31.288Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3245 | 2025-04-15T03:23:31.459Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3246 | 2025-04-15T03:23:32.016Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3247 | 2025-04-15T03:23:32.250Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3248 | 2025-04-15T03:23:32.298Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3249 | 2025-04-15T03:23:32.971Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3250 | 2025-04-15T03:23:32.995Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3251 | 2025-04-15T03:23:33.152Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3252 | 2025-04-15T03:23:33.486Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3253 | 2025-04-15T03:23:34.264Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3254 | 2025-04-15T03:23:35.111Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3255 | 2025-04-15T03:23:43.830Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3256 | 2025-04-15T03:24:03.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.81s |
| 3257 | 2025-04-15T03:24:03.668Z | |
| 3258 | 2025-04-15T03:24:03.668Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/206) |
| 3259 | 2025-04-15T03:24:04.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-04-15T03:24:04.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-04-15T03:24:04.839Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3262 | 2025-04-15T03:24:24.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.62s |
| 3263 | 2025-04-15T03:24:24.500Z | |
| 3264 | 2025-04-15T03:24:24.500Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/206) |
| 3265 | 2025-04-15T03:24:25.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2025-04-15T03:24:25.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2025-04-15T03:24:25.728Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3268 | 2025-04-15T03:24:45.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.36s |
| 3269 | 2025-04-15T03:24:46.077Z | |
| 3270 | 2025-04-15T03:24:46.077Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/206) |
| 3271 | 2025-04-15T03:24:47.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2025-04-15T03:24:47.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2025-04-15T03:24:47.249Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3274 | 2025-04-15T03:25:06.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s |
| 3275 | 2025-04-15T03:25:07.062Z | |
| 3276 | 2025-04-15T03:25:07.062Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/206) |
| 3277 | 2025-04-15T03:25:08.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2025-04-15T03:25:08.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2025-04-15T03:25:08.230Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3280 | 2025-04-15T03:25:28.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.54s |
| 3281 | 2025-04-15T03:25:28.819Z | |
| 3282 | 2025-04-15T03:25:28.819Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/206) |
| 3283 | 2025-04-15T03:25:29.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2025-04-15T03:25:29.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2025-04-15T03:25:29.991Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3286 | 2025-04-15T03:25:49.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.61s |
| 3287 | 2025-04-15T03:25:49.637Z | |
| 3288 | 2025-04-15T03:25:49.637Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/206) |
| 3289 | 2025-04-15T03:25:50.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2025-04-15T03:25:50.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2025-04-15T03:25:50.821Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3292 | 2025-04-15T03:26:10.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s |
| 3293 | 2025-04-15T03:26:10.891Z | |
| 3294 | 2025-04-15T03:26:10.891Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/206) |
| 3295 | 2025-04-15T03:26:11.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-04-15T03:26:11.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-04-15T03:26:12.025Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3298 | 2025-04-15T03:26:31.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s |
| 3299 | 2025-04-15T03:26:31.954Z | |
| 3300 | 2025-04-15T03:26:31.954Z | info: running `cargo check --bins` on bootstrap-agent-api (144/206) |
| 3301 | 2025-04-15T03:26:32.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-04-15T03:26:32.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-04-15T03:26:32.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2025-04-15T03:26:32.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3305 | 2025-04-15T03:26:33.006Z | |
| 3306 | 2025-04-15T03:26:33.006Z | info: running `cargo check --bins` on key-manager (145/206) |
| 3307 | 2025-04-15T03:26:33.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-04-15T03:26:33.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-04-15T03:26:33.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2025-04-15T03:26:33.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3311 | 2025-04-15T03:26:33.998Z | |
| 3312 | 2025-04-15T03:26:33.998Z | info: running `cargo check --bins` on range-requests (146/206) |
| 3313 | 2025-04-15T03:26:34.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2025-04-15T03:26:34.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2025-04-15T03:26:34.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2025-04-15T03:26:34.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3317 | 2025-04-15T03:26:34.947Z | |
| 3318 | 2025-04-15T03:26:34.947Z | info: running `cargo check --bins` on repo-depot-api (147/206) |
| 3319 | 2025-04-15T03:26:35.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2025-04-15T03:26:35.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2025-04-15T03:26:35.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2025-04-15T03:26:35.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3323 | 2025-04-15T03:26:35.948Z | |
| 3324 | 2025-04-15T03:26:35.948Z | info: running `cargo check --bins` on sled-agent-api (148/206) |
| 3325 | 2025-04-15T03:26:36.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2025-04-15T03:26:36.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2025-04-15T03:26:36.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2025-04-15T03:26:36.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3329 | 2025-04-15T03:26:36.982Z | |
| 3330 | 2025-04-15T03:26:36.982Z | info: running `cargo check --bins` on sled-diagnostics (149/206) |
| 3331 | 2025-04-15T03:26:37.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2025-04-15T03:26:37.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2025-04-15T03:26:37.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2025-04-15T03:26:37.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3335 | 2025-04-15T03:26:37.935Z | |
| 3336 | 2025-04-15T03:26:37.935Z | info: running `cargo check --bins` on sled-hardware (150/206) |
| 3337 | 2025-04-15T03:26:38.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2025-04-15T03:26:38.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2025-04-15T03:26:38.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2025-04-15T03:26:38.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3341 | 2025-04-15T03:26:38.914Z | |
| 3342 | 2025-04-15T03:26:38.914Z | info: running `cargo check --bins --no-default-features` on sled-storage (151/206) |
| 3343 | 2025-04-15T03:26:39.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2025-04-15T03:26:39.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2025-04-15T03:26:39.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2025-04-15T03:26:39.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3347 | 2025-04-15T03:26:39.931Z | |
| 3348 | 2025-04-15T03:26:39.931Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (152/206) |
| 3349 | 2025-04-15T03:26:40.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-04-15T03:26:40.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-04-15T03:26:40.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2025-04-15T03:26:40.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3353 | 2025-04-15T03:26:40.957Z | |
| 3354 | 2025-04-15T03:26:40.957Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (153/206) |
| 3355 | 2025-04-15T03:26:41.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2025-04-15T03:26:41.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2025-04-15T03:26:41.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2025-04-15T03:26:41.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3359 | 2025-04-15T03:26:41.991Z | |
| 3360 | 2025-04-15T03:26:41.991Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (154/206) |
| 3361 | 2025-04-15T03:26:42.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2025-04-15T03:26:42.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2025-04-15T03:26:42.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2025-04-15T03:26:42.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3365 | 2025-04-15T03:26:43.037Z | |
| 3366 | 2025-04-15T03:26:43.037Z | info: running `cargo check --bins` on nexus-test-interface (155/206) |
| 3367 | 2025-04-15T03:26:43.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2025-04-15T03:26:43.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2025-04-15T03:26:43.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2025-04-15T03:26:43.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3371 | 2025-04-15T03:26:44.072Z | |
| 3372 | 2025-04-15T03:26:44.073Z | info: running `cargo check --bins` on oximeter-collector (156/206) |
| 3373 | 2025-04-15T03:26:44.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2025-04-15T03:26:45.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2025-04-15T03:26:45.192Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3376 | 2025-04-15T03:26:45.192Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3377 | 2025-04-15T03:26:46.256Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3378 | 2025-04-15T03:26:48.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
| 3379 | 2025-04-15T03:26:49.116Z | |
| 3380 | 2025-04-15T03:26:49.116Z | info: running `cargo check --bins` on oximeter-api (157/206) |
| 3381 | 2025-04-15T03:26:50.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2025-04-15T03:26:50.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2025-04-15T03:26:50.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2025-04-15T03:26:50.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3385 | 2025-04-15T03:26:50.161Z | |
| 3386 | 2025-04-15T03:26:50.162Z | info: running `cargo check --bins` on cert-dev (158/206) |
| 3387 | 2025-04-15T03:26:51.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2025-04-15T03:26:51.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2025-04-15T03:26:51.141Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3390 | 2025-04-15T03:26:51.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3391 | 2025-04-15T03:26:51.629Z | |
| 3392 | 2025-04-15T03:26:51.629Z | info: running `cargo check --bins` on clickana (159/206) |
| 3393 | 2025-04-15T03:26:52.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2025-04-15T03:26:52.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2025-04-15T03:26:52.690Z | Checking castaway v0.2.3 |
| 3396 | 2025-04-15T03:26:52.715Z | Checking lru v0.12.5 |
| 3397 | 2025-04-15T03:26:52.715Z | Compiling instability v0.3.2 |
| 3398 | 2025-04-15T03:26:52.715Z | Checking unicode-truncate v1.1.0 |
| 3399 | 2025-04-15T03:26:52.715Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3400 | 2025-04-15T03:26:52.715Z | Checking cassowary v0.3.0 |
| 3401 | 2025-04-15T03:26:52.715Z | Compiling indoc v2.0.6 |
| 3402 | 2025-04-15T03:26:52.891Z | Checking compact_str v0.8.0 |
| 3403 | 2025-04-15T03:26:53.630Z | Checking ratatui v0.29.0 |
| 3404 | 2025-04-15T03:26:54.784Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3405 | 2025-04-15T03:26:56.329Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3406 | 2025-04-15T03:26:57.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
| 3407 | 2025-04-15T03:26:57.580Z | |
| 3408 | 2025-04-15T03:26:57.580Z | info: running `cargo check --bins` on clickhouse-cluster-dev (160/206) |
| 3409 | 2025-04-15T03:26:58.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2025-04-15T03:26:58.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2025-04-15T03:26:58.668Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3412 | 2025-04-15T03:26:58.668Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3413 | 2025-04-15T03:26:59.964Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3414 | 2025-04-15T03:27:00.601Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3415 | 2025-04-15T03:27:01.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 3416 | 2025-04-15T03:27:01.275Z | |
| 3417 | 2025-04-15T03:27:01.276Z | info: running `cargo check --bins` on ch-dev (161/206) |
| 3418 | 2025-04-15T03:27:02.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2025-04-15T03:27:02.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2025-04-15T03:27:02.357Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3421 | 2025-04-15T03:27:03.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 3422 | 2025-04-15T03:27:03.425Z | |
| 3423 | 2025-04-15T03:27:03.425Z | info: running `cargo check --bins` on dev-tools-common (162/206) |
| 3424 | 2025-04-15T03:27:04.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2025-04-15T03:27:04.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2025-04-15T03:27:04.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2025-04-15T03:27:04.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3428 | 2025-04-15T03:27:04.143Z | |
| 3429 | 2025-04-15T03:27:04.143Z | info: running `cargo check --bins` on crdb-seed (163/206) |
| 3430 | 2025-04-15T03:27:05.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2025-04-15T03:27:05.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2025-04-15T03:27:05.196Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3433 | 2025-04-15T03:27:05.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3434 | 2025-04-15T03:27:05.780Z | |
| 3435 | 2025-04-15T03:27:05.780Z | info: running `cargo check --bins` on db-dev (164/206) |
| 3436 | 2025-04-15T03:27:06.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2025-04-15T03:27:06.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2025-04-15T03:27:06.841Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3439 | 2025-04-15T03:27:07.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
| 3440 | 2025-04-15T03:27:07.892Z | |
| 3441 | 2025-04-15T03:27:07.892Z | info: running `cargo check --bins` on omicron-dev-lib (165/206) |
| 3442 | 2025-04-15T03:27:08.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2025-04-15T03:27:08.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2025-04-15T03:27:08.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2025-04-15T03:27:08.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3446 | 2025-04-15T03:27:08.929Z | |
| 3447 | 2025-04-15T03:27:08.929Z | info: running `cargo check --bins` on xtask-downloader (166/206) |
| 3448 | 2025-04-15T03:27:09.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2025-04-15T03:27:09.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2025-04-15T03:27:09.887Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3451 | 2025-04-15T03:27:10.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
| 3452 | 2025-04-15T03:27:11.131Z | |
| 3453 | 2025-04-15T03:27:11.131Z | info: running `cargo check --bins` on omicron-ls-apis (167/206) |
| 3454 | 2025-04-15T03:27:11.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2025-04-15T03:27:11.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2025-04-15T03:27:12.072Z | Checking cargo-platform v0.1.8 |
| 3457 | 2025-04-15T03:27:12.349Z | Checking cargo_metadata v0.19.2 |
| 3458 | 2025-04-15T03:27:13.702Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3459 | 2025-04-15T03:27:14.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s |
| 3460 | 2025-04-15T03:27:15.014Z | |
| 3461 | 2025-04-15T03:27:15.014Z | info: running `cargo check --bins` on mgs-dev (168/206) |
| 3462 | 2025-04-15T03:27:15.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2025-04-15T03:27:16.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2025-04-15T03:27:16.185Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3465 | 2025-04-15T03:27:17.975Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3466 | 2025-04-15T03:27:18.700Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3467 | 2025-04-15T03:27:19.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
| 3468 | 2025-04-15T03:27:19.553Z | |
| 3469 | 2025-04-15T03:27:19.554Z | info: running `cargo check --bins` on omicron-omdb (169/206) |
| 3470 | 2025-04-15T03:27:20.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2025-04-15T03:27:20.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2025-04-15T03:27:20.826Z | Compiling crunchy v0.2.2 |
| 3473 | 2025-04-15T03:27:20.826Z | Compiling dsl_auto_type v0.1.2 |
| 3474 | 2025-04-15T03:27:20.826Z | Checking scheduled-thread-pool v0.2.7 |
| 3475 | 2025-04-15T03:27:20.826Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3476 | 2025-04-15T03:27:20.851Z | Compiling tiny-keccak v2.0.2 |
| 3477 | 2025-04-15T03:27:20.851Z | Compiling bit-vec v0.6.3 |
| 3478 | 2025-04-15T03:27:20.876Z | Compiling ascii-canvas v3.0.0 |
| 3479 | 2025-04-15T03:27:20.901Z | Compiling ena v0.14.3 |
| 3480 | 2025-04-15T03:27:21.151Z | Checking r2d2 v0.8.10 |
| 3481 | 2025-04-15T03:27:21.221Z | Compiling bit-set v0.5.3 |
| 3482 | 2025-04-15T03:27:21.260Z | Compiling bindgen v0.71.1 |
| 3483 | 2025-04-15T03:27:21.307Z | Compiling diff v0.1.13 |
| 3484 | 2025-04-15T03:27:21.358Z | Compiling regex-syntax v0.6.29 |
| 3485 | 2025-04-15T03:27:21.407Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3486 | 2025-04-15T03:27:21.471Z | Compiling ref-cast v1.0.23 |
| 3487 | 2025-04-15T03:27:21.499Z | Compiling rustc-hash v2.1.1 |
| 3488 | 2025-04-15T03:27:21.626Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3489 | 2025-04-15T03:27:21.695Z | Compiling derive_builder_core v0.20.2 |
| 3490 | 2025-04-15T03:27:21.779Z | Compiling libxml v0.3.3 |
| 3491 | 2025-04-15T03:27:21.907Z | Compiling ref-cast-impl v1.0.23 |
| 3492 | 2025-04-15T03:27:22.010Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3493 | 2025-04-15T03:27:22.108Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3494 | 2025-04-15T03:27:22.155Z | Compiling diesel_derives v2.2.3 |
| 3495 | 2025-04-15T03:27:22.182Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3496 | 2025-04-15T03:27:22.466Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3497 | 2025-04-15T03:27:22.491Z | Compiling strum_macros v0.24.3 |
| 3498 | 2025-04-15T03:27:22.809Z | Compiling indoc v1.0.9 |
| 3499 | 2025-04-15T03:27:23.478Z | Compiling derive_builder_macro v0.20.2 |
| 3500 | 2025-04-15T03:27:23.552Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3501 | 2025-04-15T03:27:23.837Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3502 | 2025-04-15T03:27:24.224Z | Compiling lalrpop v0.19.12 |
| 3503 | 2025-04-15T03:27:24.260Z | Checking derive_builder v0.20.2 |
| 3504 | 2025-04-15T03:27:24.426Z | Compiling oso-derive v0.27.3 |
| 3505 | 2025-04-15T03:27:24.499Z | Checking quick-xml v0.37.2 |
| 3506 | 2025-04-15T03:27:25.194Z | Compiling diesel-dtrace v0.4.2 |
| 3507 | 2025-04-15T03:27:25.338Z | Checking maplit v1.0.2 |
| 3508 | 2025-04-15T03:27:25.526Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3509 | 2025-04-15T03:27:25.593Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3510 | 2025-04-15T03:27:25.746Z | Checking bb8 v0.8.5 |
| 3511 | 2025-04-15T03:27:25.905Z | Checking io-lifetimes v1.0.11 |
| 3512 | 2025-04-15T03:27:26.102Z | Checking rustix v0.37.28 |
| 3513 | 2025-04-15T03:27:26.195Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3514 | 2025-04-15T03:27:26.446Z | Checking rand_seeder v0.3.0 |
| 3515 | 2025-04-15T03:27:26.513Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3516 | 2025-04-15T03:27:26.568Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3517 | 2025-04-15T03:27:26.767Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3518 | 2025-04-15T03:27:26.852Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3519 | 2025-04-15T03:27:27.053Z | Checking terminal_size v0.2.6 |
| 3520 | 2025-04-15T03:27:27.124Z | Checking unicode-linebreak v0.1.5 |
| 3521 | 2025-04-15T03:27:27.230Z | Checking smawk v0.3.2 |
| 3522 | 2025-04-15T03:27:27.446Z | Checking is_ci v1.2.0 |
| 3523 | 2025-04-15T03:27:27.505Z | Checking textwrap v0.16.1 |
| 3524 | 2025-04-15T03:27:27.614Z | Checking supports-color v3.0.2 |
| 3525 | 2025-04-15T03:27:27.821Z | Checking multimap v0.10.0 |
| 3526 | 2025-04-15T03:27:28.454Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3527 | 2025-04-15T03:27:29.552Z | Checking diesel v2.2.9 |
| 3528 | 2025-04-15T03:27:43.944Z | Compiling samael v0.0.18 |
| 3529 | 2025-04-15T03:27:54.738Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3530 | 2025-04-15T03:27:58.462Z | Checking async-bb8-diesel v0.2.1 |
| 3531 | 2025-04-15T03:27:59.898Z | Compiling polar-core v0.27.3 |
| 3532 | 2025-04-15T03:28:09.047Z | Checking oso v0.27.3 |
| 3533 | 2025-04-15T03:29:30.029Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3534 | 2025-04-15T03:29:40.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 3535 | 2025-04-15T03:29:40.975Z | |
| 3536 | 2025-04-15T03:29:40.975Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (170/206) |
| 3537 | 2025-04-15T03:29:41.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2025-04-15T03:29:41.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2025-04-15T03:29:41.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2025-04-15T03:29:41.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3541 | 2025-04-15T03:29:42.088Z | |
| 3542 | 2025-04-15T03:29:42.088Z | info: running `cargo check --bins` on nexus-saga-recovery (171/206) |
| 3543 | 2025-04-15T03:29:43.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2025-04-15T03:29:43.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2025-04-15T03:29:43.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2025-04-15T03:29:43.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3547 | 2025-04-15T03:29:43.148Z | |
| 3548 | 2025-04-15T03:29:43.148Z | info: running `cargo check --bins` on nexus-test-utils-macros (172/206) |
| 3549 | 2025-04-15T03:29:43.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2025-04-15T03:29:43.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2025-04-15T03:29:43.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2025-04-15T03:29:43.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3553 | 2025-04-15T03:29:44.080Z | |
| 3554 | 2025-04-15T03:29:44.080Z | info: running `cargo check --bins` on omicron-nexus (173/206) |
| 3555 | 2025-04-15T03:29:45.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2025-04-15T03:29:45.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2025-04-15T03:29:45.299Z | Compiling libz-sys v1.1.20 |
| 3558 | 2025-04-15T03:29:45.324Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3559 | 2025-04-15T03:29:45.352Z | Compiling vergen v8.3.2 |
| 3560 | 2025-04-15T03:29:45.377Z | Compiling cargo-platform v0.1.8 |
| 3561 | 2025-04-15T03:29:45.377Z | Compiling pin-project-internal v1.1.6 |
| 3562 | 2025-04-15T03:29:45.414Z | Compiling snafu-derive v0.8.5 |
| 3563 | 2025-04-15T03:29:45.440Z | Compiling rustls v0.21.12 |
| 3564 | 2025-04-15T03:29:45.470Z | Checking globset v0.4.15 |
| 3565 | 2025-04-15T03:29:45.680Z | Compiling cargo_metadata v0.18.1 |
| 3566 | 2025-04-15T03:29:45.749Z | Checking olpc-cjson v0.1.4 |
| 3567 | 2025-04-15T03:29:45.867Z | Checking sct v0.7.1 |
| 3568 | 2025-04-15T03:29:45.950Z | Checking rustls-webpki v0.101.7 |
| 3569 | 2025-04-15T03:29:45.979Z | Checking serde_plain v1.0.2 |
| 3570 | 2025-04-15T03:29:46.029Z | Checking typed-path v0.9.3 |
| 3571 | 2025-04-15T03:29:46.224Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3572 | 2025-04-15T03:29:46.249Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3573 | 2025-04-15T03:29:46.515Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3574 | 2025-04-15T03:29:46.541Z | Checking parse-size v1.1.0 |
| 3575 | 2025-04-15T03:29:46.791Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3576 | 2025-04-15T03:29:46.843Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3577 | 2025-04-15T03:29:47.022Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3578 | 2025-04-15T03:29:47.666Z | Checking pin-project v1.1.6 |
| 3579 | 2025-04-15T03:29:47.744Z | Checking rustls-pemfile v1.0.4 |
| 3580 | 2025-04-15T03:29:47.950Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3581 | 2025-04-15T03:29:47.975Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3582 | 2025-04-15T03:29:47.975Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3583 | 2025-04-15T03:29:47.975Z | Checking twox-hash v2.1.0 |
| 3584 | 2025-04-15T03:29:48.155Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3585 | 2025-04-15T03:29:48.382Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 3586 | 2025-04-15T03:29:48.505Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3587 | 2025-04-15T03:29:49.092Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3588 | 2025-04-15T03:29:49.242Z | Checking tokio-rustls v0.24.1 |
| 3589 | 2025-04-15T03:29:49.360Z | Checking snafu v0.8.5 |
| 3590 | 2025-04-15T03:29:49.591Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3591 | 2025-04-15T03:29:49.784Z | Checking tough v0.20.0 |
| 3592 | 2025-04-15T03:29:49.932Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3593 | 2025-04-15T03:29:49.995Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3594 | 2025-04-15T03:29:50.037Z | Checking fatfs v0.3.6 |
| 3595 | 2025-04-15T03:29:50.150Z | Checking assert_matches v1.5.0 |
| 3596 | 2025-04-15T03:29:53.777Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3597 | 2025-04-15T03:29:55.215Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3598 | 2025-04-15T03:29:57.359Z | Compiling git2 v0.19.0 |
| 3599 | 2025-04-15T03:30:02.689Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3600 | 2025-04-15T03:31:16.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
| 3601 | 2025-04-15T03:31:16.970Z | |
| 3602 | 2025-04-15T03:31:16.970Z | info: running `cargo check --bins` on nexus-external-api (174/206) |
| 3603 | 2025-04-15T03:31:18.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2025-04-15T03:31:18.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2025-04-15T03:31:18.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2025-04-15T03:31:18.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3607 | 2025-04-15T03:31:18.228Z | |
| 3608 | 2025-04-15T03:31:18.228Z | info: running `cargo check --bins` on nexus-internal-api (175/206) |
| 3609 | 2025-04-15T03:31:19.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2025-04-15T03:31:19.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2025-04-15T03:31:19.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2025-04-15T03:31:19.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3613 | 2025-04-15T03:31:19.405Z | |
| 3614 | 2025-04-15T03:31:19.405Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (176/206) |
| 3615 | 2025-04-15T03:31:20.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2025-04-15T03:31:20.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2025-04-15T03:31:20.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2025-04-15T03:31:20.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3619 | 2025-04-15T03:31:20.598Z | |
| 3620 | 2025-04-15T03:31:20.598Z | info: running `cargo check --bins` on nexus-networking (177/206) |
| 3621 | 2025-04-15T03:31:21.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2025-04-15T03:31:21.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2025-04-15T03:31:21.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3624 | 2025-04-15T03:31:21.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3625 | 2025-04-15T03:31:21.748Z | |
| 3626 | 2025-04-15T03:31:21.748Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (178/206) |
| 3627 | 2025-04-15T03:31:22.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3628 | 2025-04-15T03:31:22.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3629 | 2025-04-15T03:31:22.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3630 | 2025-04-15T03:31:22.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3631 | 2025-04-15T03:31:22.802Z | |
| 3632 | 2025-04-15T03:31:22.802Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (179/206) |
| 3633 | 2025-04-15T03:31:23.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2025-04-15T03:31:23.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2025-04-15T03:31:23.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3636 | 2025-04-15T03:31:23.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3637 | 2025-04-15T03:31:23.845Z | |
| 3638 | 2025-04-15T03:31:23.846Z | info: running `cargo check --bins` on update-common (180/206) |
| 3639 | 2025-04-15T03:31:24.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3640 | 2025-04-15T03:31:24.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3641 | 2025-04-15T03:31:24.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3642 | 2025-04-15T03:31:24.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3643 | 2025-04-15T03:31:24.867Z | |
| 3644 | 2025-04-15T03:31:24.867Z | info: running `cargo check --bins` on omicron-dev (181/206) |
| 3645 | 2025-04-15T03:31:25.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3646 | 2025-04-15T03:31:25.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3647 | 2025-04-15T03:31:26.210Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3648 | 2025-04-15T03:31:26.235Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3649 | 2025-04-15T03:31:26.274Z | Checking yansi v1.0.1 |
| 3650 | 2025-04-15T03:31:26.274Z | Checking diff v0.1.13 |
| 3651 | 2025-04-15T03:31:26.299Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3652 | 2025-04-15T03:31:26.299Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3653 | 2025-04-15T03:31:26.756Z | Checking pretty_assertions v1.4.1 |
| 3654 | 2025-04-15T03:31:27.613Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3655 | 2025-04-15T03:32:06.789Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3656 | 2025-04-15T03:32:06.789Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3657 | 2025-04-15T03:32:06.814Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3658 | 2025-04-15T03:32:06.814Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3659 | 2025-04-15T03:32:06.814Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3660 | 2025-04-15T03:32:06.814Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3661 | 2025-04-15T03:32:07.869Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3662 | 2025-04-15T03:32:09.591Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3663 | 2025-04-15T03:33:11.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
| 3664 | 2025-04-15T03:33:11.666Z | |
| 3665 | 2025-04-15T03:33:11.666Z | info: running `cargo check --bins` on openapi-manager (182/206) |
| 3666 | 2025-04-15T03:33:12.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2025-04-15T03:33:12.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2025-04-15T03:33:12.811Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3669 | 2025-04-15T03:33:12.811Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3670 | 2025-04-15T03:33:12.836Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3671 | 2025-04-15T03:33:12.836Z | Checking heck v0.4.1 |
| 3672 | 2025-04-15T03:33:12.861Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3673 | 2025-04-15T03:33:13.105Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3674 | 2025-04-15T03:33:13.360Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3675 | 2025-04-15T03:33:14.239Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3676 | 2025-04-15T03:33:17.181Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3677 | 2025-04-15T03:33:19.146Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3678 | 2025-04-15T03:33:20.238Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3679 | 2025-04-15T03:33:22.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.42s |
| 3680 | 2025-04-15T03:33:22.284Z | |
| 3681 | 2025-04-15T03:33:22.284Z | info: running `cargo check --bins` on installinator-api (183/206) |
| 3682 | 2025-04-15T03:33:23.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2025-04-15T03:33:23.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2025-04-15T03:33:23.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2025-04-15T03:33:23.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3686 | 2025-04-15T03:33:23.282Z | |
| 3687 | 2025-04-15T03:33:23.282Z | info: running `cargo check --bins` on wicketd-api (184/206) |
| 3688 | 2025-04-15T03:33:24.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2025-04-15T03:33:24.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2025-04-15T03:33:24.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2025-04-15T03:33:24.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3692 | 2025-04-15T03:33:24.297Z | |
| 3693 | 2025-04-15T03:33:24.297Z | info: running `cargo check --bins` on omicron-pins (185/206) |
| 3694 | 2025-04-15T03:33:25.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2025-04-15T03:33:25.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2025-04-15T03:33:25.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2025-04-15T03:33:25.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3698 | 2025-04-15T03:33:25.300Z | |
| 3699 | 2025-04-15T03:33:25.300Z | info: running `cargo check --bins` on reconfigurator-cli (186/206) |
| 3700 | 2025-04-15T03:33:26.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2025-04-15T03:33:26.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2025-04-15T03:33:26.393Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3703 | 2025-04-15T03:33:26.393Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3704 | 2025-04-15T03:33:26.419Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3705 | 2025-04-15T03:33:26.419Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3706 | 2025-04-15T03:33:26.419Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3707 | 2025-04-15T03:33:26.444Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3708 | 2025-04-15T03:33:26.480Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3709 | 2025-04-15T03:33:26.516Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3710 | 2025-04-15T03:33:26.731Z | Compiling petname v2.0.2 |
| 3711 | 2025-04-15T03:33:26.756Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3712 | 2025-04-15T03:33:26.781Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3713 | 2025-04-15T03:33:27.033Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3714 | 2025-04-15T03:33:27.071Z | Checking sync-ptr v0.1.1 |
| 3715 | 2025-04-15T03:33:27.328Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3716 | 2025-04-15T03:33:28.450Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3717 | 2025-04-15T03:33:30.160Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3718 | 2025-04-15T03:33:44.832Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3719 | 2025-04-15T03:33:44.832Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3720 | 2025-04-15T03:33:45.772Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3721 | 2025-04-15T03:33:47.373Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3722 | 2025-04-15T03:33:49.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.58s |
| 3723 | 2025-04-15T03:33:50.096Z | |
| 3724 | 2025-04-15T03:33:50.096Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (187/206) |
| 3725 | 2025-04-15T03:33:51.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2025-04-15T03:33:51.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2025-04-15T03:33:51.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2025-04-15T03:33:51.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3729 | 2025-04-15T03:33:51.254Z | |
| 3730 | 2025-04-15T03:33:51.254Z | info: running `cargo check --bins` on omicron-repl-utils (188/206) |
| 3731 | 2025-04-15T03:33:52.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2025-04-15T03:33:52.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2025-04-15T03:33:52.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2025-04-15T03:33:52.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3735 | 2025-04-15T03:33:52.277Z | |
| 3736 | 2025-04-15T03:33:52.277Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (189/206) |
| 3737 | 2025-04-15T03:33:53.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2025-04-15T03:33:53.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2025-04-15T03:33:53.482Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3740 | 2025-04-15T03:33:54.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 3741 | 2025-04-15T03:33:54.886Z | |
| 3742 | 2025-04-15T03:33:54.886Z | info: running `cargo check --bins` on omicron-releng (190/206) |
| 3743 | 2025-04-15T03:33:55.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2025-04-15T03:33:55.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2025-04-15T03:33:56.067Z | Compiling blake3 v1.5.4 |
| 3746 | 2025-04-15T03:33:56.091Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3747 | 2025-04-15T03:33:56.116Z | Checking memmap2 v0.9.5 |
| 3748 | 2025-04-15T03:33:56.116Z | Checking arrayvec v0.7.6 |
| 3749 | 2025-04-15T03:33:56.143Z | Checking constant_time_eq v0.3.1 |
| 3750 | 2025-04-15T03:33:56.168Z | Checking arrayref v0.3.9 |
| 3751 | 2025-04-15T03:33:56.202Z | Checking topological-sort v0.2.2 |
| 3752 | 2025-04-15T03:33:56.226Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3753 | 2025-04-15T03:33:56.305Z | Checking shell-words v1.1.0 |
| 3754 | 2025-04-15T03:33:56.706Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3755 | 2025-04-15T03:33:57.045Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3756 | 2025-04-15T03:33:57.721Z | Checking omicron-zone-package v0.12.0 |
| 3757 | 2025-04-15T03:33:59.341Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3758 | 2025-04-15T03:34:00.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
| 3759 | 2025-04-15T03:34:00.933Z | |
| 3760 | 2025-04-15T03:34:00.933Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (191/206) |
| 3761 | 2025-04-15T03:34:01.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2025-04-15T03:34:01.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2025-04-15T03:34:02.096Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3764 | 2025-04-15T03:34:02.491Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3765 | 2025-04-15T03:34:03.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 3766 | 2025-04-15T03:34:03.267Z | |
| 3767 | 2025-04-15T03:34:03.267Z | info: running `cargo check --bins` on xtask (192/206) |
| 3768 | 2025-04-15T03:34:04.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2025-04-15T03:34:04.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2025-04-15T03:34:04.060Z | Checking bitflags v2.9.0 |
| 3771 | 2025-04-15T03:34:04.060Z | Checking serde v1.0.219 |
| 3772 | 2025-04-15T03:34:04.060Z | Checking thiserror v1.0.69 |
| 3773 | 2025-04-15T03:34:04.084Z | Checking scroll v0.12.0 |
| 3774 | 2025-04-15T03:34:04.108Z | Checking log v0.4.22 |
| 3775 | 2025-04-15T03:34:04.133Z | Checking hashbrown v0.15.1 |
| 3776 | 2025-04-15T03:34:04.133Z | Checking zerocopy v0.7.35 |
| 3777 | 2025-04-15T03:34:04.169Z | Checking syn v2.0.98 |
| 3778 | 2025-04-15T03:34:04.238Z | Checking pest v2.7.14 |
| 3779 | 2025-04-15T03:34:04.350Z | Checking rustix v0.38.37 |
| 3780 | 2025-04-15T03:34:04.383Z | Checking once_cell v1.21.3 |
| 3781 | 2025-04-15T03:34:04.518Z | Checking goblin v0.8.2 |
| 3782 | 2025-04-15T03:34:04.705Z | Checking thiserror v2.0.12 |
| 3783 | 2025-04-15T03:34:04.856Z | Checking fs-err v2.11.0 |
| 3784 | 2025-04-15T03:34:05.109Z | Checking indexmap v2.7.1 |
| 3785 | 2025-04-15T03:34:05.192Z | Checking tabled v0.15.0 |
| 3786 | 2025-04-15T03:34:05.316Z | Checking anyhow v1.0.97 |
| 3787 | 2025-04-15T03:34:05.746Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3788 | 2025-04-15T03:34:05.988Z | Checking terminal_size v0.4.0 |
| 3789 | 2025-04-15T03:34:06.012Z | Checking tempfile v3.13.0 |
| 3790 | 2025-04-15T03:34:06.234Z | Checking clap_builder v4.5.35 |
| 3791 | 2025-04-15T03:34:06.644Z | Checking dtrace-parser v0.2.0 |
| 3792 | 2025-04-15T03:34:08.137Z | Checking serde_json v1.0.140 |
| 3793 | 2025-04-15T03:34:08.137Z | Checking toml_datetime v0.6.8 |
| 3794 | 2025-04-15T03:34:08.137Z | Checking serde_spanned v0.6.8 |
| 3795 | 2025-04-15T03:34:08.162Z | Checking camino v1.1.9 |
| 3796 | 2025-04-15T03:34:08.162Z | Checking cargo-platform v0.1.8 |
| 3797 | 2025-04-15T03:34:08.371Z | Checking semver v1.0.25 |
| 3798 | 2025-04-15T03:34:08.458Z | Checking toml_edit v0.22.24 |
| 3799 | 2025-04-15T03:34:08.511Z | Checking macaddr v1.0.1 |
| 3800 | 2025-04-15T03:34:08.714Z | Checking camino-tempfile v1.1.1 |
| 3801 | 2025-04-15T03:34:08.853Z | Checking clap v4.5.35 |
| 3802 | 2025-04-15T03:34:09.502Z | Checking dof v0.3.0 |
| 3803 | 2025-04-15T03:34:09.502Z | Checking cargo_metadata v0.19.2 |
| 3804 | 2025-04-15T03:34:10.053Z | Checking usdt-impl v0.5.0 |
| 3805 | 2025-04-15T03:34:10.565Z | Checking usdt v0.5.0 |
| 3806 | 2025-04-15T03:34:10.851Z | Checking toml v0.8.20 |
| 3807 | 2025-04-15T03:34:11.480Z | Checking cargo_toml v0.21.0 |
| 3808 | 2025-04-15T03:34:13.099Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3809 | 2025-04-15T03:34:14.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s |
| 3810 | 2025-04-15T03:34:14.148Z | |
| 3811 | 2025-04-15T03:34:14.148Z | info: running `cargo check --bins` on end-to-end-tests (193/206) |
| 3812 | 2025-04-15T03:34:15.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2025-04-15T03:34:15.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2025-04-15T03:34:15.497Z | Checking polyval v0.6.2 |
| 3815 | 2025-04-15T03:34:15.531Z | Checking ctr v0.9.2 |
| 3816 | 2025-04-15T03:34:15.555Z | Checking ssh-encoding v0.2.0 |
| 3817 | 2025-04-15T03:34:15.555Z | Checking blowfish v0.9.1 |
| 3818 | 2025-04-15T03:34:15.603Z | Checking password-hash v0.4.2 |
| 3819 | 2025-04-15T03:34:15.628Z | Checking p521 v0.13.3 |
| 3820 | 2025-04-15T03:34:15.628Z | Checking p256 v0.13.2 |
| 3821 | 2025-04-15T03:34:15.674Z | Checking russh-cryptovec v0.7.3 |
| 3822 | 2025-04-15T03:34:15.842Z | Checking ghash v0.5.1 |
| 3823 | 2025-04-15T03:34:15.866Z | Checking md5 v0.7.0 |
| 3824 | 2025-04-15T03:34:15.866Z | Checking bcrypt-pbkdf v0.10.0 |
| 3825 | 2025-04-15T03:34:15.912Z | Checking num-bigint v0.4.6 |
| 3826 | 2025-04-15T03:34:15.936Z | Checking des v0.8.1 |
| 3827 | 2025-04-15T03:34:16.036Z | Checking aes-gcm v0.10.3 |
| 3828 | 2025-04-15T03:34:16.061Z | Checking pbkdf2 v0.11.0 |
| 3829 | 2025-04-15T03:34:16.102Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3830 | 2025-04-15T03:34:16.154Z | Checking hex-literal v0.4.1 |
| 3831 | 2025-04-15T03:34:16.205Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3832 | 2025-04-15T03:34:16.205Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3833 | 2025-04-15T03:34:16.282Z | Checking ssh-cipher v0.2.0 |
| 3834 | 2025-04-15T03:34:16.325Z | Checking internet-checksum v0.2.1 |
| 3835 | 2025-04-15T03:34:16.581Z | Checking ssh-key v0.6.6 |
| 3836 | 2025-04-15T03:34:16.776Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3837 | 2025-04-15T03:34:18.033Z | Checking russh-keys v0.45.0 |
| 3838 | 2025-04-15T03:34:19.246Z | Checking russh v0.45.0 |
| 3839 | 2025-04-15T03:34:46.451Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3840 | 2025-04-15T03:34:48.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.22s |
| 3841 | 2025-04-15T03:34:48.597Z | |
| 3842 | 2025-04-15T03:34:48.597Z | info: running `cargo check --bins` on gateway-cli (194/206) |
| 3843 | 2025-04-15T03:34:49.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2025-04-15T03:34:49.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2025-04-15T03:34:49.671Z | Checking termios v0.3.3 |
| 3846 | 2025-04-15T03:34:49.871Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3847 | 2025-04-15T03:34:50.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 3848 | 2025-04-15T03:34:51.110Z | |
| 3849 | 2025-04-15T03:34:51.110Z | info: running `cargo check --bins --no-default-features` on installinator (195/206) |
| 3850 | 2025-04-15T03:34:52.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2025-04-15T03:34:52.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2025-04-15T03:34:52.307Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3853 | 2025-04-15T03:34:52.307Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3854 | 2025-04-15T03:34:52.331Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3855 | 2025-04-15T03:34:52.331Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3856 | 2025-04-15T03:34:53.368Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3857 | 2025-04-15T03:34:53.587Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3858 | 2025-04-15T03:34:55.933Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3859 | 2025-04-15T03:34:58.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s |
| 3860 | 2025-04-15T03:34:58.633Z | |
| 3861 | 2025-04-15T03:34:58.633Z | info: running `cargo check --bins` on internal-dns-cli (196/206) |
| 3862 | 2025-04-15T03:34:59.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2025-04-15T03:34:59.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2025-04-15T03:34:59.748Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3865 | 2025-04-15T03:35:00.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 3866 | 2025-04-15T03:35:00.536Z | |
| 3867 | 2025-04-15T03:35:00.536Z | info: running `cargo check --bins` on omicron-live-tests (197/206) |
| 3868 | 2025-04-15T03:35:01.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2025-04-15T03:35:01.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2025-04-15T03:35:01.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2025-04-15T03:35:01.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3872 | 2025-04-15T03:35:01.602Z | |
| 3873 | 2025-04-15T03:35:01.602Z | info: running `cargo check --bins` on live-tests-macros (198/206) |
| 3874 | 2025-04-15T03:35:02.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2025-04-15T03:35:02.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2025-04-15T03:35:02.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2025-04-15T03:35:02.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3878 | 2025-04-15T03:35:02.650Z | |
| 3879 | 2025-04-15T03:35:02.650Z | info: running `cargo check --bins` on nexus-mgs-updates (199/206) |
| 3880 | 2025-04-15T03:35:03.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2025-04-15T03:35:03.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2025-04-15T03:35:03.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2025-04-15T03:35:03.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3884 | 2025-04-15T03:35:03.694Z | |
| 3885 | 2025-04-15T03:35:03.694Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (200/206) |
| 3886 | 2025-04-15T03:35:04.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2025-04-15T03:35:04.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2025-04-15T03:35:04.873Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3889 | 2025-04-15T03:35:05.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 3890 | 2025-04-15T03:35:05.816Z | |
| 3891 | 2025-04-15T03:35:05.816Z | info: running `cargo check --bins` on omicron-package (201/206) |
| 3892 | 2025-04-15T03:35:06.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2025-04-15T03:35:06.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2025-04-15T03:35:06.930Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3895 | 2025-04-15T03:35:08.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 3896 | 2025-04-15T03:35:09.028Z | |
| 3897 | 2025-04-15T03:35:09.028Z | info: running `cargo check --bins` on wicket-dbg (202/206) |
| 3898 | 2025-04-15T03:35:10.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2025-04-15T03:35:10.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2025-04-15T03:35:10.201Z | Checking rtoolbox v0.0.2 |
| 3901 | 2025-04-15T03:35:10.201Z | Checking tui-tree-widget v0.23.0 |
| 3902 | 2025-04-15T03:35:10.225Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3903 | 2025-04-15T03:35:10.468Z | Checking rpassword v7.3.1 |
| 3904 | 2025-04-15T03:35:16.579Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3905 | 2025-04-15T03:35:20.621Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3906 | 2025-04-15T03:35:22.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s |
| 3907 | 2025-04-15T03:35:22.291Z | |
| 3908 | 2025-04-15T03:35:22.291Z | info: running `cargo check --bins` on wicket (203/206) |
| 3909 | 2025-04-15T03:35:23.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2025-04-15T03:35:23.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2025-04-15T03:35:23.437Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3912 | 2025-04-15T03:35:23.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 3913 | 2025-04-15T03:35:24.018Z | |
| 3914 | 2025-04-15T03:35:24.018Z | info: running `cargo check --bins` on wicketd (204/206) |
| 3915 | 2025-04-15T03:35:24.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2025-04-15T03:35:25.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2025-04-15T03:35:25.185Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3918 | 2025-04-15T03:35:30.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s |
| 3919 | 2025-04-15T03:35:30.826Z | |
| 3920 | 2025-04-15T03:35:30.826Z | info: running `cargo check --bins` on omicron-workspace-hack (205/206) |
| 3921 | 2025-04-15T03:35:31.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2025-04-15T03:35:31.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2025-04-15T03:35:31.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2025-04-15T03:35:31.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3925 | 2025-04-15T03:35:31.854Z | |
| 3926 | 2025-04-15T03:35:31.854Z | info: running `cargo check --bins` on zone-setup (206/206) |
| 3927 | 2025-04-15T03:35:32.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2025-04-15T03:35:32.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2025-04-15T03:35:32.961Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3930 | 2025-04-15T03:35:32.987Z | Checking uzers v0.12.1 |
| 3931 | 2025-04-15T03:35:35.514Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3932 | 2025-04-15T03:35:38.376Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3933 | 2025-04-15T03:35:39.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 3934 | 2025-04-15T03:35:39.853Z | |
| 3935 | 2025-04-15T03:35:39.853Z | real 18:18.242761881 |
| 3936 | 2025-04-15T03:35:39.853Z | user 30:31.170423446 |
| 3937 | 2025-04-15T03:35:39.853Z | sys 5:28.867330153 |
| 3938 | 2025-04-15T03:35:39.853Z | trap 0.748114347 |
| 3939 | 2025-04-15T03:35:39.853Z | tflt 0.440617635 |
| 3940 | 2025-04-15T03:35:39.853Z | dflt 1.335681316 |
| 3941 | 2025-04-15T03:35:39.853Z | kflt 0.001059022 |
| 3942 | 2025-04-15T03:35:39.853Z | lock 54:51.845254838 |
| 3943 | 2025-04-15T03:35:39.853Z | slp 2:41:31.488414571 |
| 3944 | 2025-04-15T03:35:39.853Z | lat 1:10.791317414 |
| 3945 | 2025-04-15T03:35:39.853Z | stop 3:40.517161345 |
| 3946 | 2025-04-15T03:35:39.878Z | process exited: duration 1436714 ms, exit code 0 |
| |
| 3947 | 2025-04-15T03:35:39.928Z | found 0 output files |