|
|
|
| 1 | 2025-02-28T10:14:24.715Z | job assigned to worker 01JN60R0RDVMB81MK8DJCFCK10 [factory aws, i-0f550953d06d69b2d] (queued for 53 s) |
| |
| 2 | 2025-02-28T10:14:32.537Z | starting task 0: "setup" |
| 3 | 2025-02-28T10:14:32.545Z | ++ uname -s |
| 4 | 2025-02-28T10:14:32.549Z | + kern=SunOS |
| 5 | 2025-02-28T10:14:32.549Z | + build_user=build |
| 6 | 2025-02-28T10:14:32.549Z | + build_uid=12345 |
| 7 | 2025-02-28T10:14:32.549Z | + work_dir=/work |
| 8 | 2025-02-28T10:14:32.549Z | + input_dir=/input |
| 9 | 2025-02-28T10:14:32.549Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-28T10:14:32.549Z | + case "$kern" in |
| 11 | 2025-02-28T10:14:32.549Z | + groupadd -g 12345 build |
| 12 | 2025-02-28T10:14:32.552Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-28T10:14:34.558Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-28T10:14:34.690Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-28T10:14:34.694Z | + home_fs=zfs |
| 16 | 2025-02-28T10:14:34.694Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-28T10:14:34.694Z | + mkdir -p /home/build |
| 18 | 2025-02-28T10:14:34.699Z | + chown build:build /home/build /work |
| 19 | 2025-02-28T10:14:35.697Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-28T10:14:35.700Z | process exited: duration 3161 ms, exit code 0 |
| |
| 21 | 2025-02-28T10:14:35.709Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-28T10:14:35.713Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-28T10:14:35.713Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-28T10:14:35.713Z | * rust toolchain profile = "default" |
| 25 | 2025-02-28T10:14:35.713Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-02-28T10:14:35.713Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-28T10:14:35.713Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-28T10:14:35.716Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-28T10:14:35.716Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-28T10:14:35.838Z | info: downloading installer |
| 31 | 2025-02-28T10:14:37.230Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-28T10:14:37.230Z | warning: /opt/ooce/bin |
| 33 | 2025-02-28T10:14:37.230Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-28T10:14:37.230Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-28T10:14:37.230Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-28T10:14:37.230Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-28T10:14:37.230Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-28T10:14:37.230Z | error: cannot install while Rust is installed |
| 39 | 2025-02-28T10:14:37.230Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-28T10:14:37.259Z | info: profile set to 'default' |
| 41 | 2025-02-28T10:14:37.259Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-28T10:14:37.262Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-28T10:14:37.405Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-28T10:14:37.406Z | info: downloading component 'cargo' |
| 45 | 2025-02-28T10:14:38.151Z | info: downloading component 'clippy' |
| 46 | 2025-02-28T10:14:38.440Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-28T10:14:39.574Z | info: downloading component 'rust-std' |
| 48 | 2025-02-28T10:14:41.240Z | info: downloading component 'rustc' |
| 49 | 2025-02-28T10:14:46.971Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-28T10:14:47.191Z | info: installing component 'cargo' |
| 51 | 2025-02-28T10:14:48.000Z | info: installing component 'clippy' |
| 52 | 2025-02-28T10:14:48.380Z | info: installing component 'rust-docs' |
| 53 | 2025-02-28T10:14:50.123Z | info: installing component 'rust-std' |
| 54 | 2025-02-28T10:14:52.017Z | info: installing component 'rustc' |
| 55 | 2025-02-28T10:14:58.115Z | info: installing component 'rustfmt' |
| 56 | 2025-02-28T10:14:58.450Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-28T10:14:58.450Z | |
| 58 | 2025-02-28T10:14:58.818Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-28T10:14:58.818Z | |
| 60 | 2025-02-28T10:14:58.822Z | |
| 61 | 2025-02-28T10:14:58.822Z | Rust is installed now. Great! |
| 62 | 2025-02-28T10:14:58.822Z | |
| 63 | 2025-02-28T10:14:58.822Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-28T10:14:58.822Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-28T10:14:58.822Z | |
| 66 | 2025-02-28T10:14:58.822Z | To configure your current shell, you need to source |
| 67 | 2025-02-28T10:14:58.822Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-28T10:14:58.822Z | |
| 69 | 2025-02-28T10:14:58.822Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-28T10:14:58.822Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-28T10:14:58.822Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-28T10:14:58.894Z | + rustup --version |
| 73 | 2025-02-28T10:14:58.901Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-28T10:14:58.901Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-28T10:14:58.979Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-28T10:14:58.982Z | + cargo --version |
| 77 | 2025-02-28T10:14:59.038Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-28T10:14:59.042Z | + rustc --version |
| 79 | 2025-02-28T10:14:59.104Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-28T10:14:59.107Z | process exited: duration 23396 ms, exit code 0 |
| |
| 81 | 2025-02-28T10:14:59.114Z | starting task 2: "authentication" |
| 82 | 2025-02-28T10:14:59.137Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-02-28T10:14:59.146Z | starting task 3: "clone repository" |
| 84 | 2025-02-28T10:14:59.149Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-28T10:14:59.152Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-28T10:14:59.269Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-28T10:15:06.747Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-28T10:15:06.747Z | + git fetch origin c0511e1966539305d568599df8e5d93a4d193070 |
| 89 | 2025-02-28T10:15:07.037Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-28T10:15:07.037Z | * branch c0511e1966539305d568599df8e5d93a4d193070 -> FETCH_HEAD |
| 91 | 2025-02-28T10:15:07.048Z | + [[ -n renovate/rstest-0.x ]] |
| 92 | 2025-02-28T10:15:07.051Z | ++ git branch --show-current |
| 93 | 2025-02-28T10:15:07.054Z | + current=main |
| 94 | 2025-02-28T10:15:07.054Z | + [[ main != renovate/rstest-0.x ]] |
| 95 | 2025-02-28T10:15:07.054Z | + git branch -f renovate/rstest-0.x c0511e1966539305d568599df8e5d93a4d193070 |
| 96 | 2025-02-28T10:15:07.057Z | + git checkout -f renovate/rstest-0.x |
| 97 | 2025-02-28T10:15:07.097Z | Switched to branch 'renovate/rstest-0.x' |
| 98 | 2025-02-28T10:15:07.101Z | + git reset --hard c0511e1966539305d568599df8e5d93a4d193070 |
| 99 | 2025-02-28T10:15:07.142Z | HEAD is now at c0511e196 Update Rust crate rstest to 0.24.0 |
| 100 | 2025-02-28T10:15:07.146Z | process exited: duration 7999 ms, exit code 0 |
| |
| 101 | 2025-02-28T10:15:07.154Z | starting task 4: "build" |
| 102 | 2025-02-28T10:15:07.157Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-28T10:15:07.157Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-28T10:15:07.157Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-28T10:15:07.157Z | + cargo --version |
| 106 | 2025-02-28T10:15:07.209Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-28T10:15:07.212Z | + rustc --version |
| 108 | 2025-02-28T10:15:07.277Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-28T10:15:07.280Z | + source ./env.sh |
| 110 | 2025-02-28T10:15:07.280Z | ++ OLD_SHELL_OPTS=ehxB |
| 111 | 2025-02-28T10:15:07.280Z | ++ set -o xtrace |
| 112 | 2025-02-28T10:15:07.283Z | ++++ dirname ./env.sh |
| 113 | 2025-02-28T10:15:07.287Z | +++ readlink -f . |
| 114 | 2025-02-28T10:15:07.406Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 115 | 2025-02-28T10:15:07.406Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-02-28T10:15:07.406Z | ++ 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-02-28T10:15:07.410Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-02-28T10:15:07.410Z | ++ 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-02-28T10:15:07.410Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-02-28T10:15:07.410Z | ++ 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-02-28T10:15:07.410Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-02-28T10:15:07.410Z | ++ 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-02-28T10:15:07.410Z | ++ case $OLD_SHELL_OPTS in |
| 124 | 2025-02-28T10:15:07.410Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 125 | 2025-02-28T10:15:07.410Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 126 | 2025-02-28T10:15:07.410Z | + 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-02-28T10:15:07.410Z | + banner prerequisites |
| 128 | 2025-02-28T10:15:07.414Z | |
| 129 | 2025-02-28T10:15:07.414Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 130 | 2025-02-28T10:15:07.414Z | # # # # # # # # # # # # # # # |
| 131 | 2025-02-28T10:15:07.414Z | # # # # ##### # # ##### # # # # # #### # |
| 132 | 2025-02-28T10:15:07.414Z | ##### ##### # ##### # # # # # # # # # |
| 133 | 2025-02-28T10:15:07.414Z | # # # # # # # # # # # # # # # |
| 134 | 2025-02-28T10:15:07.414Z | # # # ###### # # ###### ### # #### # #### # |
| 135 | 2025-02-28T10:15:07.414Z | |
| 136 | 2025-02-28T10:15:07.414Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 137 | 2025-02-28T10:15:11.520Z | pkg list: illegal option -- F |
| 138 | 2025-02-28T10:15:11.521Z | Usage: |
| 139 | 2025-02-28T10:15:11.521Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 140 | 2025-02-28T10:15:11.521Z | [pkg_fmri_pattern ...] |
| 141 | 2025-02-28T10:15:12.369Z | pkg list: illegal option -- F |
| 142 | 2025-02-28T10:15:12.369Z | Usage: |
| 143 | 2025-02-28T10:15:12.372Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 144 | 2025-02-28T10:15:12.372Z | [pkg_fmri_pattern ...] |
| 145 | 2025-02-28T10:15:25.568Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 146 | 2025-02-28T10:15:30.087Z | Startup: Caching catalogs ... Done |
| 147 | 2025-02-28T10:15:43.933Z | Planning: Solver setup ... Done (12.796s) |
| 148 | 2025-02-28T10:15:44.071Z | Planning: Running solver ... Done (0.161s) |
| 149 | 2025-02-28T10:15:44.393Z | Planning: Finding local manifests ... Done (0.205s) |
| 150 | 2025-02-28T10:15:44.421Z | Planning: Fetching manifests: 0/7 0% complete |
| 151 | 2025-02-28T10:15:44.677Z | Planning: Fetching manifests: 7/7 100% complete |
| 152 | 2025-02-28T10:15:45.132Z | Planning: Package planning ... Done (0.453s) |
| 153 | 2025-02-28T10:15:45.217Z | Planning: Merging actions ... Done (0.060s) |
| 154 | 2025-02-28T10:15:45.720Z | Planning: Checking for conflicting actions ... Done (0.529s) |
| 155 | 2025-02-28T10:15:49.331Z | Planning: Consolidating action changes ... Done (3.536s) |
| 156 | 2025-02-28T10:15:49.684Z | Planning: Evaluating mediators ... Done (0.412s) |
| 157 | 2025-02-28T10:15:49.791Z | Planning: Planning completed in 19.56 seconds |
| 158 | 2025-02-28T10:15:49.820Z | Packages to install: 4 |
| 159 | 2025-02-28T10:15:49.820Z | Packages to update: 3 |
| 160 | 2025-02-28T10:15:49.820Z | Mediators to change: 2 |
| 161 | 2025-02-28T10:15:49.820Z | Services to change: 1 |
| 162 | 2025-02-28T10:15:49.820Z | Estimated space available: 155.60 GB |
| 163 | 2025-02-28T10:15:49.820Z | Estimated space to be consumed: 1.66 GB |
| 164 | 2025-02-28T10:15:49.821Z | Create boot environment: No |
| 165 | 2025-02-28T10:15:49.821Z | Create backup boot environment: Yes |
| 166 | 2025-02-28T10:15:49.821Z | Rebuild boot archive: No |
| 167 | 2025-02-28T10:15:49.821Z | |
| 168 | 2025-02-28T10:15:49.821Z | Changed mediators: |
| 169 | 2025-02-28T10:15:49.821Z | mediator clang: |
| 170 | 2025-02-28T10:15:49.821Z | version: None -> 15 (system default) |
| 171 | 2025-02-28T10:15:49.822Z | |
| 172 | 2025-02-28T10:15:49.822Z | mediator llvm: |
| 173 | 2025-02-28T10:15:49.822Z | version: 14 (system default) -> 15 (system default) |
| 174 | 2025-02-28T10:15:49.822Z | |
| 175 | 2025-02-28T10:15:49.822Z | Changed packages: |
| 176 | 2025-02-28T10:15:49.822Z | helios-dev |
| 177 | 2025-02-28T10:15:49.822Z | developer/build-essential |
| 178 | 2025-02-28T10:15:49.822Z | None -> 11-2.0 |
| 179 | 2025-02-28T10:15:49.823Z | library/libxmlsec1 |
| 180 | 2025-02-28T10:15:49.823Z | None -> 1.2.35-2.0 |
| 181 | 2025-02-28T10:15:49.823Z | ooce/developer/clang-15 |
| 182 | 2025-02-28T10:15:49.823Z | None -> 15.0.7-2.0 |
| 183 | 2025-02-28T10:15:49.823Z | ooce/developer/llvm-15 |
| 184 | 2025-02-28T10:15:49.823Z | None -> 15.0.7-2.0 |
| 185 | 2025-02-28T10:15:49.824Z | package/pkg |
| 186 | 2025-02-28T10:15:49.824Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 187 | 2025-02-28T10:15:49.824Z | system/library/g++-runtime |
| 188 | 2025-02-28T10:15:49.824Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-02-28T10:15:49.824Z | system/library/gcc-runtime |
| 190 | 2025-02-28T10:15:49.824Z | 13-2.0 -> 14-2.0 |
| 191 | 2025-02-28T10:15:49.824Z | |
| 192 | 2025-02-28T10:15:49.824Z | Services: |
| 193 | 2025-02-28T10:15:49.824Z | restart_fmri: |
| 194 | 2025-02-28T10:15:49.824Z | svc:/system/update-man-index:default |
| 195 | 2025-02-28T10:15:49.824Z | |
| 196 | 2025-02-28T10:15:49.824Z | Editable files to change: |
| 197 | 2025-02-28T10:15:49.825Z | Update: |
| 198 | 2025-02-28T10:15:49.825Z | usr/share/lib/pkg/web/config.shtml |
| 199 | 2025-02-28T10:15:50.025Z | |
| 200 | 2025-02-28T10:15:50.025Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 201 | 2025-02-28T10:15:55.003Z | Download: 514/4301 items 17.2/225.4MB 7% complete (3.5M/s) |
| 202 | 2025-02-28T10:16:00.868Z | Download: 1196/4301 items 82.9/225.4MB 36% complete (8.9M/s) |
| 203 | 2025-02-28T10:16:05.886Z | Download: 1291/4301 items 114.4/225.4MB 50% complete (9.6M/s) |
| 204 | 2025-02-28T10:16:10.889Z | Download: 1689/4301 items 116.3/225.4MB 51% complete (3.6M/s) |
| 205 | 2025-02-28T10:16:15.898Z | Download: 2074/4301 items 117.1/225.4MB 51% complete (1.7M/s) |
| 206 | 2025-02-28T10:16:29.228Z | Download: 2214/4301 items 117.6/225.4MB 52% complete |
| 207 | 2025-02-28T10:16:36.871Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (147k/s) |
| 208 | 2025-02-28T10:16:41.890Z | Download: 2613/4301 items 120.5/225.4MB 53% complete (280k/s) |
| 209 | 2025-02-28T10:16:47.201Z | Download: 3246/4301 items 200.7/225.4MB 89% complete (8.5M/s) |
| 210 | 2025-02-28T10:16:55.758Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (9.1M/s) |
| 211 | 2025-02-28T10:17:00.759Z | Download: 4194/4301 items 220.5/225.4MB 97% complete (948k/s) |
| 212 | 2025-02-28T10:17:05.760Z | Download: 4292/4301 items 224.1/225.4MB 99% complete (1.3M/s) |
| 213 | 2025-02-28T10:17:10.586Z | Download: Completed 225.42 MB in 80.57 seconds (2.8M/s) |
| 214 | 2025-02-28T10:17:12.673Z | Actions: 1/5122 actions (Removing old actions) |
| 215 | 2025-02-28T10:17:12.690Z | Actions: 194/5122 actions (Installing new actions) |
| 216 | 2025-02-28T10:17:17.638Z | Actions: 4267/5122 actions (Updating modified actions) |
| 217 | 2025-02-28T10:17:18.044Z | Actions: Completed 5122 actions in 5.37 seconds. |
| 218 | 2025-02-28T10:17:18.467Z | Done (0.414s) |
| 219 | 2025-02-28T10:17:18.470Z | Done (0.001s) |
| 220 | 2025-02-28T10:17:19.084Z | Done (0.614s) |
| 221 | 2025-02-28T10:17:25.413Z | Done (6.079s) |
| 222 | 2025-02-28T10:17:25.621Z | Done (0.136s) |
| 223 | 2025-02-28T10:17:25.624Z | Done (0.000s) |
| 224 | 2025-02-28T10:17:25.790Z | Done (0.000s) |
| 225 | 2025-02-28T10:17:26.608Z | Planning: Evaluating mediator changes ... Done |
| 226 | 2025-02-28T10:17:26.791Z | Planning: Checking for conflicting actions ... Done |
| 227 | 2025-02-28T10:17:26.794Z | Planning: Consolidating action changes ... Done |
| 228 | 2025-02-28T10:17:27.098Z | Planning: Evaluating mediators ... Done |
| 229 | 2025-02-28T10:17:27.101Z | Planning: Planning completed in 0.49 seconds |
| 230 | 2025-02-28T10:17:27.141Z | Mediators to change: 2 |
| 231 | 2025-02-28T10:17:27.141Z | Create boot environment: No |
| 232 | 2025-02-28T10:17:27.141Z | Create backup boot environment: No |
| 233 | 2025-02-28T10:17:27.228Z | Done |
| 234 | 2025-02-28T10:17:27.228Z | Done |
| 235 | 2025-02-28T10:17:27.710Z | Done |
| 236 | 2025-02-28T10:17:32.214Z | Done |
| 237 | 2025-02-28T10:17:32.323Z | Done |
| 238 | 2025-02-28T10:17:32.326Z | Done |
| 239 | 2025-02-28T10:17:32.421Z | Done |
| 240 | 2025-02-28T10:17:33.138Z | Planning: Evaluating mediator changes ... Done |
| 241 | 2025-02-28T10:17:33.142Z | Planning: Merging actions ... Done |
| 242 | 2025-02-28T10:17:33.357Z | Planning: Checking for conflicting actions ... Done |
| 243 | 2025-02-28T10:17:33.360Z | Planning: Consolidating action changes ... Done |
| 244 | 2025-02-28T10:17:33.882Z | Planning: Evaluating mediators ... Done |
| 245 | 2025-02-28T10:17:33.890Z | Planning: Planning completed in 0.86 seconds |
| 246 | 2025-02-28T10:17:33.890Z | Packages to change: 1 |
| 247 | 2025-02-28T10:17:33.890Z | Mediators to change: 1 |
| 248 | 2025-02-28T10:17:33.890Z | Services to change: 1 |
| 249 | 2025-02-28T10:17:33.890Z | Create boot environment: No |
| 250 | 2025-02-28T10:17:33.890Z | Create backup boot environment: Yes |
| 251 | 2025-02-28T10:17:36.076Z | Actions: 1/6 actions (Updating modified actions) |
| 252 | 2025-02-28T10:17:36.080Z | Actions: Completed 6 actions in 0.00 seconds. |
| 253 | 2025-02-28T10:17:36.080Z | Done |
| 254 | 2025-02-28T10:17:36.080Z | Done |
| 255 | 2025-02-28T10:17:36.207Z | Done |
| 256 | 2025-02-28T10:17:40.714Z | Done |
| 257 | 2025-02-28T10:17:40.831Z | Done |
| 258 | 2025-02-28T10:17:40.834Z | Done |
| 259 | 2025-02-28T10:17:40.973Z | Done |
| 260 | 2025-02-28T10:17:41.483Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 261 | 2025-02-28T10:17:41.483Z | clang system 15 system |
| 262 | 2025-02-28T10:17:41.483Z | csh system system illumos |
| 263 | 2025-02-28T10:17:41.483Z | ctags system system illumos |
| 264 | 2025-02-28T10:17:41.483Z | gcc vendor 12 vendor |
| 265 | 2025-02-28T10:17:41.483Z | gcc system 10 system |
| 266 | 2025-02-28T10:17:41.483Z | gcc system 7 system |
| 267 | 2025-02-28T10:17:41.483Z | go system 1.20 system |
| 268 | 2025-02-28T10:17:41.483Z | go system 1.19 system |
| 269 | 2025-02-28T10:17:41.483Z | llvm system 15 system |
| 270 | 2025-02-28T10:17:41.483Z | llvm system 14 system |
| 271 | 2025-02-28T10:17:41.483Z | mariadb system 10.6 system |
| 272 | 2025-02-28T10:17:41.483Z | mta vendor vendor dma |
| 273 | 2025-02-28T10:17:41.483Z | openjdk system 17 system |
| 274 | 2025-02-28T10:17:41.483Z | openjdk system 11 system |
| 275 | 2025-02-28T10:17:41.483Z | openjdk system 1.8 system |
| 276 | 2025-02-28T10:17:41.483Z | openssl vendor 3 vendor |
| 277 | 2025-02-28T10:17:41.483Z | perl system 5.36 system |
| 278 | 2025-02-28T10:17:41.483Z | postgresql system 15 system |
| 279 | 2025-02-28T10:17:41.483Z | postgresql system 13 system |
| 280 | 2025-02-28T10:17:41.483Z | python vendor 3 vendor |
| 281 | 2025-02-28T10:17:41.483Z | python system 2 system |
| 282 | 2025-02-28T10:17:41.483Z | python3 system 3.11 system |
| 283 | 2025-02-28T10:17:41.484Z | ruby system 3.0 system |
| 284 | 2025-02-28T10:17:41.484Z | words vendor vendor american-english |
| 285 | 2025-02-28T10:17:41.484Z | words system system australian-english |
| 286 | 2025-02-28T10:17:41.484Z | words system system british-english |
| 287 | 2025-02-28T10:17:41.484Z | words system system canadian-english |
| 288 | 2025-02-28T10:17:41.484Z | words system system french |
| 289 | 2025-02-28T10:17:41.484Z | words system system italian |
| 290 | 2025-02-28T10:17:41.484Z | words system system ngerman |
| 291 | 2025-02-28T10:17:41.484Z | words system system ogerman |
| 292 | 2025-02-28T10:17:41.484Z | words system system spanish |
| 293 | 2025-02-28T10:17:41.890Z | PUBLISHER TYPE STATUS P LOCATION |
| 294 | 2025-02-28T10:17:41.890Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 295 | 2025-02-28T10:17:45.152Z | FMRI IFO |
| 296 | 2025-02-28T10:17:45.152Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 297 | 2025-02-28T10:17:45.152Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 298 | 2025-02-28T10:17:45.152Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 299 | 2025-02-28T10:17:45.152Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 300 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 301 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 302 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 303 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 304 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 305 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 306 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 307 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 308 | 2025-02-28T10:17:45.153Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 309 | 2025-02-28T10:17:45.154Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 310 | 2025-02-28T10:17:45.154Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 311 | 2025-02-28T10:17:46.023Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 312 | 2025-02-28T10:17:46.294Z | Updating crates.io index |
| 313 | 2025-02-28T10:17:46.297Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 314 | 2025-02-28T10:17:46.886Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 315 | 2025-02-28T10:17:47.119Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 316 | 2025-02-28T10:17:47.340Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 317 | 2025-02-28T10:17:48.250Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 318 | 2025-02-28T10:17:49.945Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 319 | 2025-02-28T10:17:50.574Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 320 | 2025-02-28T10:17:51.532Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 321 | 2025-02-28T10:17:51.828Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 322 | 2025-02-28T10:17:52.118Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 323 | 2025-02-28T10:17:52.646Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 324 | 2025-02-28T10:17:53.133Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 325 | 2025-02-28T10:17:53.428Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 326 | 2025-02-28T10:17:53.898Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 327 | 2025-02-28T10:17:54.284Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 328 | 2025-02-28T10:17:54.586Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 329 | 2025-02-28T10:17:54.859Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 330 | 2025-02-28T10:17:55.064Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 331 | 2025-02-28T10:17:55.332Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 332 | 2025-02-28T10:17:55.681Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 333 | 2025-02-28T10:17:55.943Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 334 | 2025-02-28T10:17:56.287Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 335 | 2025-02-28T10:17:56.594Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 336 | 2025-02-28T10:17:56.932Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 337 | 2025-02-28T10:17:57.490Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 338 | 2025-02-28T10:17:57.753Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 339 | 2025-02-28T10:17:58.155Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 340 | 2025-02-28T10:17:58.579Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 341 | 2025-02-28T10:17:58.843Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 342 | 2025-02-28T10:17:59.051Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 343 | 2025-02-28T10:17:59.328Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 344 | 2025-02-28T10:18:00.625Z | Downloading crates ... |
| 345 | 2025-02-28T10:18:00.687Z | Downloaded block-buffer v0.10.4 |
| 346 | 2025-02-28T10:18:00.691Z | Downloaded bitflags v1.3.2 |
| 347 | 2025-02-28T10:18:00.694Z | Downloaded anstyle v1.0.10 |
| 348 | 2025-02-28T10:18:00.694Z | Downloaded autocfg v1.4.0 |
| 349 | 2025-02-28T10:18:00.694Z | Downloaded anstream v0.6.15 |
| 350 | 2025-02-28T10:18:00.698Z | Downloaded anyhow v1.0.96 |
| 351 | 2025-02-28T10:18:00.702Z | Downloaded scroll_derive v0.12.0 |
| 352 | 2025-02-28T10:18:00.706Z | Downloaded anstyle-query v1.1.1 |
| 353 | 2025-02-28T10:18:00.706Z | Downloaded pretty-hex v0.4.1 |
| 354 | 2025-02-28T10:18:00.710Z | Downloaded cfg-if v1.0.0 |
| 355 | 2025-02-28T10:18:00.716Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2025-02-28T10:18:00.720Z | Downloaded dtrace-parser v0.2.0 |
| 357 | 2025-02-28T10:18:00.724Z | Downloaded winnow v0.7.3 |
| 358 | 2025-02-28T10:18:00.732Z | Downloaded zerocopy v0.7.35 |
| 359 | 2025-02-28T10:18:00.748Z | Downloaded swrite v0.1.0 |
| 360 | 2025-02-28T10:18:00.751Z | Downloaded bytecount v0.6.8 |
| 361 | 2025-02-28T10:18:00.751Z | Downloaded anstyle-parse v0.2.5 |
| 362 | 2025-02-28T10:18:00.754Z | Downloaded proc-macro-error-attr v1.0.4 |
| 363 | 2025-02-28T10:18:00.755Z | Downloaded fs-err v2.11.0 |
| 364 | 2025-02-28T10:18:00.755Z | Downloaded dof v0.3.0 |
| 365 | 2025-02-28T10:18:00.758Z | Downloaded utf8parse v0.2.2 |
| 366 | 2025-02-28T10:18:00.758Z | Downloaded camino-tempfile v1.1.1 |
| 367 | 2025-02-28T10:18:00.761Z | Downloaded toml_datetime v0.6.8 |
| 368 | 2025-02-28T10:18:00.761Z | Downloaded thiserror-impl v1.0.69 |
| 369 | 2025-02-28T10:18:00.761Z | Downloaded plain v0.2.3 |
| 370 | 2025-02-28T10:18:00.765Z | Downloaded unicode-linebreak v0.1.5 |
| 371 | 2025-02-28T10:18:00.765Z | Downloaded thiserror v1.0.69 |
| 372 | 2025-02-28T10:18:00.768Z | Downloaded serde_spanned v0.6.8 |
| 373 | 2025-02-28T10:18:00.771Z | Downloaded macaddr v1.0.1 |
| 374 | 2025-02-28T10:18:00.771Z | Downloaded fnv v1.0.7 |
| 375 | 2025-02-28T10:18:00.775Z | Downloaded errno v0.3.9 |
| 376 | 2025-02-28T10:18:00.775Z | Downloaded thread-id v4.2.2 |
| 377 | 2025-02-28T10:18:00.775Z | Downloaded itoa v1.0.11 |
| 378 | 2025-02-28T10:18:00.779Z | Downloaded crypto-common v0.1.6 |
| 379 | 2025-02-28T10:18:00.779Z | Downloaded is_terminal_polyfill v1.70.1 |
| 380 | 2025-02-28T10:18:00.779Z | Downloaded thiserror-impl v2.0.11 |
| 381 | 2025-02-28T10:18:00.784Z | Downloaded strsim v0.11.1 |
| 382 | 2025-02-28T10:18:00.784Z | Downloaded tabled_derive v0.7.0 |
| 383 | 2025-02-28T10:18:00.784Z | Downloaded serde_tokenstream v0.2.2 |
| 384 | 2025-02-28T10:18:00.789Z | Downloaded heck v0.4.1 |
| 385 | 2025-02-28T10:18:00.789Z | Downloaded clap_lex v0.7.4 |
| 386 | 2025-02-28T10:18:00.789Z | Downloaded fastrand v2.1.1 |
| 387 | 2025-02-28T10:18:00.789Z | Downloaded heck v0.5.0 |
| 388 | 2025-02-28T10:18:00.793Z | Downloaded generic-array v0.14.7 |
| 389 | 2025-02-28T10:18:00.793Z | Downloaded colorchoice v1.0.2 |
| 390 | 2025-02-28T10:18:00.793Z | Downloaded digest v0.10.7 |
| 391 | 2025-02-28T10:18:00.793Z | Downloaded version_check v0.9.5 |
| 392 | 2025-02-28T10:18:00.796Z | Downloaded usdt-impl v0.5.0 |
| 393 | 2025-02-28T10:18:00.796Z | Downloaded usdt v0.5.0 |
| 394 | 2025-02-28T10:18:00.796Z | Downloaded terminal_size v0.4.0 |
| 395 | 2025-02-28T10:18:00.800Z | Downloaded cpufeatures v0.2.14 |
| 396 | 2025-02-28T10:18:00.800Z | Downloaded cargo-platform v0.1.8 |
| 397 | 2025-02-28T10:18:00.800Z | Downloaded usdt-attr-macro v0.5.0 |
| 398 | 2025-02-28T10:18:00.800Z | Downloaded equivalent v1.0.1 |
| 399 | 2025-02-28T10:18:00.804Z | Downloaded tempfile v3.13.0 |
| 400 | 2025-02-28T10:18:00.804Z | Downloaded smawk v0.3.2 |
| 401 | 2025-02-28T10:18:00.808Z | Downloaded pest_generator v2.7.14 |
| 402 | 2025-02-28T10:18:00.808Z | Downloaded once_cell v1.20.3 |
| 403 | 2025-02-28T10:18:00.812Z | Downloaded scroll v0.12.0 |
| 404 | 2025-02-28T10:18:00.812Z | Downloaded sha2 v0.10.8 |
| 405 | 2025-02-28T10:18:00.816Z | Downloaded byteorder v1.5.0 |
| 406 | 2025-02-28T10:18:00.816Z | Downloaded io-lifetimes v1.0.11 |
| 407 | 2025-02-28T10:18:00.816Z | Downloaded thiserror v2.0.11 |
| 408 | 2025-02-28T10:18:00.822Z | Downloaded cargo_toml v0.21.0 |
| 409 | 2025-02-28T10:18:00.826Z | Downloaded quote v1.0.38 |
| 410 | 2025-02-28T10:18:00.826Z | Downloaded unicode-ident v1.0.14 |
| 411 | 2025-02-28T10:18:00.830Z | Downloaded bitflags v2.6.0 |
| 412 | 2025-02-28T10:18:00.834Z | Downloaded proc-macro2 v1.0.93 |
| 413 | 2025-02-28T10:18:00.838Z | Downloaded log v0.4.22 |
| 414 | 2025-02-28T10:18:00.838Z | Downloaded ucd-trie v0.1.7 |
| 415 | 2025-02-28T10:18:00.842Z | Downloaded textwrap v0.16.1 |
| 416 | 2025-02-28T10:18:00.842Z | Downloaded pest_derive v2.7.14 |
| 417 | 2025-02-28T10:18:00.846Z | Downloaded camino v1.1.9 |
| 418 | 2025-02-28T10:18:00.846Z | Downloaded ryu v1.0.18 |
| 419 | 2025-02-28T10:18:00.849Z | Downloaded papergrid v0.11.0 |
| 420 | 2025-02-28T10:18:00.853Z | Downloaded typenum v1.17.0 |
| 421 | 2025-02-28T10:18:00.857Z | Downloaded toml v0.8.20 |
| 422 | 2025-02-28T10:18:00.861Z | Downloaded clap v4.5.31 |
| 423 | 2025-02-28T10:18:00.866Z | Downloaded pest_meta v2.7.14 |
| 424 | 2025-02-28T10:18:00.870Z | Downloaded memmap v0.7.0 |
| 425 | 2025-02-28T10:18:00.874Z | Downloaded terminal_size v0.2.6 |
| 426 | 2025-02-28T10:18:00.874Z | Downloaded semver v1.0.25 |
| 427 | 2025-02-28T10:18:00.879Z | Downloaded proc-macro-error v1.0.4 |
| 428 | 2025-02-28T10:18:00.883Z | Downloaded serde_derive v1.0.218 |
| 429 | 2025-02-28T10:18:00.887Z | Downloaded serde v1.0.218 |
| 430 | 2025-02-28T10:18:00.891Z | Downloaded indexmap v2.7.1 |
| 431 | 2025-02-28T10:18:00.895Z | Downloaded memchr v2.7.4 |
| 432 | 2025-02-28T10:18:00.899Z | Downloaded toml_edit v0.22.24 |
| 433 | 2025-02-28T10:18:00.921Z | Downloaded clap_derive v4.5.28 |
| 434 | 2025-02-28T10:18:00.925Z | Downloaded hashbrown v0.15.1 |
| 435 | 2025-02-28T10:18:00.929Z | Downloaded cargo_metadata v0.19.1 |
| 436 | 2025-02-28T10:18:00.932Z | Downloaded usdt-macro v0.5.0 |
| 437 | 2025-02-28T10:18:00.945Z | Downloaded serde_json v1.0.139 |
| 438 | 2025-02-28T10:18:00.954Z | Downloaded pest v2.7.14 |
| 439 | 2025-02-28T10:18:00.958Z | Downloaded clap_builder v4.5.31 |
| 440 | 2025-02-28T10:18:00.966Z | Downloaded goblin v0.8.2 |
| 441 | 2025-02-28T10:18:00.973Z | Downloaded tabled v0.15.0 |
| 442 | 2025-02-28T10:18:00.990Z | Downloaded syn v1.0.109 |
| 443 | 2025-02-28T10:18:01.007Z | Downloaded unicode-width v0.1.14 |
| 444 | 2025-02-28T10:18:01.015Z | Downloaded syn v2.0.98 |
| 445 | 2025-02-28T10:18:01.027Z | Downloaded rustix v0.37.28 |
| 446 | 2025-02-28T10:18:01.045Z | Downloaded rustix v0.38.37 |
| 447 | 2025-02-28T10:18:01.084Z | Downloaded libc v0.2.170 |
| 448 | 2025-02-28T10:18:01.385Z | Compiling proc-macro2 v1.0.93 |
| 449 | 2025-02-28T10:18:01.385Z | Compiling unicode-ident v1.0.14 |
| 450 | 2025-02-28T10:18:01.390Z | Compiling version_check v0.9.5 |
| 451 | 2025-02-28T10:18:01.390Z | Compiling serde v1.0.218 |
| 452 | 2025-02-28T10:18:01.390Z | Compiling libc v0.2.170 |
| 453 | 2025-02-28T10:18:01.391Z | Compiling memchr v2.7.4 |
| 454 | 2025-02-28T10:18:01.391Z | Compiling thiserror v1.0.69 |
| 455 | 2025-02-28T10:18:01.391Z | Compiling ucd-trie v0.1.7 |
| 456 | 2025-02-28T10:18:01.687Z | Compiling itoa v1.0.11 |
| 457 | 2025-02-28T10:18:01.969Z | Compiling ryu v1.0.18 |
| 458 | 2025-02-28T10:18:02.057Z | Compiling once_cell v1.20.3 |
| 459 | 2025-02-28T10:18:02.204Z | Compiling byteorder v1.5.0 |
| 460 | 2025-02-28T10:18:02.453Z | Compiling rustix v0.38.37 |
| 461 | 2025-02-28T10:18:02.509Z | Compiling serde_json v1.0.139 |
| 462 | 2025-02-28T10:18:02.901Z | Compiling bitflags v2.6.0 |
| 463 | 2025-02-28T10:18:02.931Z | Compiling usdt-impl v0.5.0 |
| 464 | 2025-02-28T10:18:03.085Z | Compiling proc-macro-error-attr v1.0.4 |
| 465 | 2025-02-28T10:18:03.149Z | Compiling syn v1.0.109 |
| 466 | 2025-02-28T10:18:03.333Z | Compiling quote v1.0.38 |
| 467 | 2025-02-28T10:18:03.336Z | Compiling io-lifetimes v1.0.11 |
| 468 | 2025-02-28T10:18:03.506Z | Compiling proc-macro-error v1.0.4 |
| 469 | 2025-02-28T10:18:03.547Z | Compiling errno v0.3.9 |
| 470 | 2025-02-28T10:18:03.742Z | Compiling syn v2.0.98 |
| 471 | 2025-02-28T10:18:03.863Z | Compiling hashbrown v0.15.1 |
| 472 | 2025-02-28T10:18:03.870Z | Compiling plain v0.2.3 |
| 473 | 2025-02-28T10:18:03.983Z | Compiling equivalent v1.0.1 |
| 474 | 2025-02-28T10:18:04.011Z | Compiling thread-id v4.2.2 |
| 475 | 2025-02-28T10:18:04.058Z | Compiling utf8parse v0.2.2 |
| 476 | 2025-02-28T10:18:04.086Z | Compiling rustix v0.37.28 |
| 477 | 2025-02-28T10:18:04.116Z | Compiling camino v1.1.9 |
| 478 | 2025-02-28T10:18:04.141Z | Compiling log v0.4.22 |
| 479 | 2025-02-28T10:18:04.230Z | Compiling anstyle-parse v0.2.5 |
| 480 | 2025-02-28T10:18:04.832Z | Compiling anstyle v1.0.10 |
| 481 | 2025-02-28T10:18:04.997Z | Compiling indexmap v2.7.1 |
| 482 | 2025-02-28T10:18:05.024Z | Compiling thiserror v2.0.11 |
| 483 | 2025-02-28T10:18:05.146Z | Compiling autocfg v1.4.0 |
| 484 | 2025-02-28T10:18:05.281Z | Compiling winnow v0.7.3 |
| 485 | 2025-02-28T10:18:05.281Z | Compiling unicode-width v0.1.14 |
| 486 | 2025-02-28T10:18:05.632Z | Compiling is_terminal_polyfill v1.70.1 |
| 487 | 2025-02-28T10:18:05.790Z | Compiling pretty-hex v0.4.1 |
| 488 | 2025-02-28T10:18:05.834Z | Compiling semver v1.0.25 |
| 489 | 2025-02-28T10:18:06.084Z | Compiling bitflags v1.3.2 |
| 490 | 2025-02-28T10:18:06.217Z | Compiling anstyle-query v1.1.1 |
| 491 | 2025-02-28T10:18:06.249Z | Compiling colorchoice v1.0.2 |
| 492 | 2025-02-28T10:18:06.401Z | Compiling fs-err v2.11.0 |
| 493 | 2025-02-28T10:18:06.429Z | Compiling anstream v0.6.15 |
| 494 | 2025-02-28T10:18:06.507Z | Compiling terminal_size v0.4.0 |
| 495 | 2025-02-28T10:18:06.936Z | Compiling clap_lex v0.7.4 |
| 496 | 2025-02-28T10:18:06.962Z | Compiling bytecount v0.6.8 |
| 497 | 2025-02-28T10:18:06.965Z | Compiling heck v0.5.0 |
| 498 | 2025-02-28T10:18:07.103Z | Compiling heck v0.4.1 |
| 499 | 2025-02-28T10:18:07.192Z | Compiling fnv v1.0.7 |
| 500 | 2025-02-28T10:18:07.358Z | Compiling cfg-if v1.0.0 |
| 501 | 2025-02-28T10:18:07.423Z | Compiling fastrand v2.1.1 |
| 502 | 2025-02-28T10:18:07.474Z | Compiling strsim v0.11.1 |
| 503 | 2025-02-28T10:18:07.494Z | Compiling anyhow v1.0.96 |
| 504 | 2025-02-28T10:18:07.966Z | Compiling clap_builder v4.5.31 |
| 505 | 2025-02-28T10:18:08.193Z | Compiling tempfile v3.13.0 |
| 506 | 2025-02-28T10:18:08.218Z | Compiling terminal_size v0.2.6 |
| 507 | 2025-02-28T10:18:08.271Z | Compiling papergrid v0.11.0 |
| 508 | 2025-02-28T10:18:08.549Z | Compiling memmap v0.7.0 |
| 509 | 2025-02-28T10:18:08.612Z | Compiling smawk v0.3.2 |
| 510 | 2025-02-28T10:18:08.860Z | Compiling unicode-linebreak v0.1.5 |
| 511 | 2025-02-28T10:18:09.002Z | Compiling swrite v0.1.0 |
| 512 | 2025-02-28T10:18:09.388Z | Compiling textwrap v0.16.1 |
| 513 | 2025-02-28T10:18:09.726Z | Compiling tabled_derive v0.7.0 |
| 514 | 2025-02-28T10:18:11.509Z | Compiling serde_derive v1.0.218 |
| 515 | 2025-02-28T10:18:11.509Z | Compiling thiserror-impl v1.0.69 |
| 516 | 2025-02-28T10:18:11.509Z | Compiling zerocopy-derive v0.7.35 |
| 517 | 2025-02-28T10:18:11.512Z | Compiling scroll_derive v0.12.0 |
| 518 | 2025-02-28T10:18:11.512Z | Compiling thiserror-impl v2.0.11 |
| 519 | 2025-02-28T10:18:11.512Z | Compiling clap_derive v4.5.28 |
| 520 | 2025-02-28T10:18:11.614Z | Compiling tabled v0.15.0 |
| 521 | 2025-02-28T10:18:13.015Z | Compiling scroll v0.12.0 |
| 522 | 2025-02-28T10:18:13.572Z | Compiling goblin v0.8.2 |
| 523 | 2025-02-28T10:18:13.597Z | Compiling zerocopy v0.7.35 |
| 524 | 2025-02-28T10:18:14.891Z | Compiling pest v2.7.14 |
| 525 | 2025-02-28T10:18:16.016Z | Compiling clap v4.5.31 |
| 526 | 2025-02-28T10:18:17.269Z | Compiling pest_meta v2.7.14 |
| 527 | 2025-02-28T10:18:18.238Z | Compiling pest_generator v2.7.14 |
| 528 | 2025-02-28T10:18:19.720Z | Compiling pest_derive v2.7.14 |
| 529 | 2025-02-28T10:18:20.349Z | Compiling dtrace-parser v0.2.0 |
| 530 | 2025-02-28T10:18:21.113Z | Compiling serde_tokenstream v0.2.2 |
| 531 | 2025-02-28T10:18:21.119Z | Compiling serde_spanned v0.6.8 |
| 532 | 2025-02-28T10:18:21.144Z | Compiling toml_datetime v0.6.8 |
| 533 | 2025-02-28T10:18:21.319Z | Compiling cargo-platform v0.1.8 |
| 534 | 2025-02-28T10:18:21.369Z | Compiling macaddr v1.0.1 |
| 535 | 2025-02-28T10:18:21.577Z | Compiling toml_edit v0.22.24 |
| 536 | 2025-02-28T10:18:21.815Z | Compiling camino-tempfile v1.1.1 |
| 537 | 2025-02-28T10:18:22.522Z | Compiling dof v0.3.0 |
| 538 | 2025-02-28T10:18:22.522Z | Compiling cargo_metadata v0.19.1 |
| 539 | 2025-02-28T10:18:23.974Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2025-02-28T10:18:23.974Z | Compiling usdt-macro v0.5.0 |
| 541 | 2025-02-28T10:18:24.726Z | Compiling toml v0.8.20 |
| 542 | 2025-02-28T10:18:25.088Z | Compiling usdt v0.5.0 |
| 543 | 2025-02-28T10:18:25.522Z | Compiling cargo_toml v0.21.0 |
| 544 | 2025-02-28T10:18:28.320Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 545 | 2025-02-28T10:18:31.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.16s |
| 546 | 2025-02-28T10:18:32.203Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 547 | 2025-02-28T10:18:32.867Z | Downloading crates ... |
| 548 | 2025-02-28T10:18:32.996Z | Downloaded aead v0.5.2 |
| 549 | 2025-02-28T10:18:33.000Z | Downloaded assert_matches v1.5.0 |
| 550 | 2025-02-28T10:18:33.005Z | Downloaded base64ct v1.6.0 |
| 551 | 2025-02-28T10:18:33.010Z | Downloaded backtrace v0.3.74 |
| 552 | 2025-02-28T10:18:33.021Z | Downloaded headers-core v0.3.0 |
| 553 | 2025-02-28T10:18:33.024Z | Downloaded heck v0.3.3 |
| 554 | 2025-02-28T10:18:33.027Z | Downloaded cstr-argument v0.1.2 |
| 555 | 2025-02-28T10:18:33.027Z | Downloaded hex v0.4.3 |
| 556 | 2025-02-28T10:18:33.030Z | Downloaded ctr v0.9.2 |
| 557 | 2025-02-28T10:18:33.035Z | Downloaded ciborium-io v0.2.2 |
| 558 | 2025-02-28T10:18:33.043Z | Downloaded hubpack_derive v0.1.1 |
| 559 | 2025-02-28T10:18:33.048Z | Downloaded http-range v0.1.5 |
| 560 | 2025-02-28T10:18:33.048Z | Downloaded cfg_aliases v0.2.1 |
| 561 | 2025-02-28T10:18:33.049Z | Downloaded cfg_aliases v0.1.1 |
| 562 | 2025-02-28T10:18:33.049Z | Downloaded atomicwrites v0.4.4 |
| 563 | 2025-02-28T10:18:33.054Z | Downloaded icu_provider_macros v1.5.0 |
| 564 | 2025-02-28T10:18:33.055Z | Downloaded crunchy v0.2.2 |
| 565 | 2025-02-28T10:18:33.061Z | Downloaded crucible-workspace-hack v0.1.0 |
| 566 | 2025-02-28T10:18:33.061Z | Downloaded async-stream-impl v0.3.6 |
| 567 | 2025-02-28T10:18:33.062Z | Downloaded atomic-waker v1.1.2 |
| 568 | 2025-02-28T10:18:33.062Z | Downloaded ident_case v1.0.1 |
| 569 | 2025-02-28T10:18:33.067Z | Downloaded atty v0.2.14 |
| 570 | 2025-02-28T10:18:33.067Z | Downloaded instant v0.1.13 |
| 571 | 2025-02-28T10:18:33.076Z | Downloaded bit-set v0.8.0 |
| 572 | 2025-02-28T10:18:33.076Z | Downloaded hex-literal v0.4.1 |
| 573 | 2025-02-28T10:18:33.076Z | Downloaded bitfield v0.14.0 |
| 574 | 2025-02-28T10:18:33.076Z | Downloaded hickory-client v0.24.4 |
| 575 | 2025-02-28T10:18:33.081Z | Downloaded md5 v0.7.0 |
| 576 | 2025-02-28T10:18:33.081Z | Downloaded match_cfg v0.1.0 |
| 577 | 2025-02-28T10:18:33.081Z | Downloaded is_ci v1.2.0 |
| 578 | 2025-02-28T10:18:33.081Z | Downloaded crc-catalog v2.4.0 |
| 579 | 2025-02-28T10:18:33.088Z | Downloaded lockfree-object-pool v0.1.6 |
| 580 | 2025-02-28T10:18:33.088Z | Downloaded castaway v0.2.3 |
| 581 | 2025-02-28T10:18:33.088Z | Downloaded lalrpop-util v0.19.12 |
| 582 | 2025-02-28T10:18:33.093Z | Downloaded libsw-core v0.3.1 |
| 583 | 2025-02-28T10:18:33.093Z | Downloaded keccak v0.1.5 |
| 584 | 2025-02-28T10:18:33.098Z | Downloaded lazycell v1.3.0 |
| 585 | 2025-02-28T10:18:33.099Z | Downloaded is-terminal v0.4.13 |
| 586 | 2025-02-28T10:18:33.099Z | Downloaded linear-map v1.2.0 |
| 587 | 2025-02-28T10:18:33.103Z | Downloaded blowfish v0.9.1 |
| 588 | 2025-02-28T10:18:33.103Z | Downloaded lru-cache v0.1.2 |
| 589 | 2025-02-28T10:18:33.103Z | Downloaded constant_time_eq v0.3.1 |
| 590 | 2025-02-28T10:18:33.118Z | Downloaded hyper-tls v0.6.0 |
| 591 | 2025-02-28T10:18:33.118Z | Downloaded ciborium-ll v0.2.2 |
| 592 | 2025-02-28T10:18:33.118Z | Downloaded maybe-uninit v2.0.0 |
| 593 | 2025-02-28T10:18:33.125Z | Downloaded mime v0.3.17 |
| 594 | 2025-02-28T10:18:33.125Z | Downloaded internet-checksum v0.2.1 |
| 595 | 2025-02-28T10:18:33.125Z | Downloaded chacha20 v0.9.1 |
| 596 | 2025-02-28T10:18:33.125Z | Downloaded progenitor-client v0.9.1 |
| 597 | 2025-02-28T10:18:33.125Z | Downloaded maplit v1.0.2 |
| 598 | 2025-02-28T10:18:33.125Z | Downloaded cexpr v0.6.0 |
| 599 | 2025-02-28T10:18:33.125Z | Downloaded inout v0.1.3 |
| 600 | 2025-02-28T10:18:33.131Z | Downloaded crc v3.2.1 |
| 601 | 2025-02-28T10:18:33.131Z | Downloaded indent_write v2.2.0 |
| 602 | 2025-02-28T10:18:33.135Z | Downloaded crossbeam-deque v0.8.5 |
| 603 | 2025-02-28T10:18:33.135Z | Downloaded ipnetwork v0.21.1 |
| 604 | 2025-02-28T10:18:33.135Z | Downloaded litemap v0.7.3 |
| 605 | 2025-02-28T10:18:33.139Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 606 | 2025-02-28T10:18:33.143Z | Downloaded predicates-tree v1.0.11 |
| 607 | 2025-02-28T10:18:33.143Z | Downloaded ipnet v2.11.0 |
| 608 | 2025-02-28T10:18:33.147Z | Downloaded bb8 v0.8.5 |
| 609 | 2025-02-28T10:18:33.148Z | Downloaded iana-time-zone v0.1.61 |
| 610 | 2025-02-28T10:18:33.153Z | Downloaded mime_guess v2.0.5 |
| 611 | 2025-02-28T10:18:33.158Z | Downloaded md-5 v0.10.6 |
| 612 | 2025-02-28T10:18:33.158Z | Downloaded cancel-safe-futures v0.1.5 |
| 613 | 2025-02-28T10:18:33.163Z | Downloaded sync_wrapper v1.0.1 |
| 614 | 2025-02-28T10:18:33.163Z | Downloaded crc32fast v1.4.2 |
| 615 | 2025-02-28T10:18:33.168Z | Downloaded memmap2 v0.9.5 |
| 616 | 2025-02-28T10:18:33.168Z | Downloaded icu_locid_transform v1.5.0 |
| 617 | 2025-02-28T10:18:33.172Z | Downloaded jobserver v0.1.32 |
| 618 | 2025-02-28T10:18:33.176Z | Downloaded managed v0.8.0 |
| 619 | 2025-02-28T10:18:33.181Z | Downloaded cookie_store v0.21.1 |
| 620 | 2025-02-28T10:18:33.181Z | Downloaded zerofrom v0.1.4 |
| 621 | 2025-02-28T10:18:33.185Z | Downloaded vte_generate_state_changes v0.1.2 |
| 622 | 2025-02-28T10:18:33.185Z | Downloaded colored v2.2.0 |
| 623 | 2025-02-28T10:18:33.189Z | Downloaded heapless v0.8.0 |
| 624 | 2025-02-28T10:18:33.192Z | Downloaded time-core v0.1.2 |
| 625 | 2025-02-28T10:18:33.197Z | Downloaded simd-adler32 v0.3.7 |
| 626 | 2025-02-28T10:18:33.200Z | Downloaded supports-color v3.0.2 |
| 627 | 2025-02-28T10:18:33.201Z | Downloaded icu_provider v1.5.0 |
| 628 | 2025-02-28T10:18:33.205Z | Downloaded icu_normalizer v1.5.0 |
| 629 | 2025-02-28T10:18:33.210Z | Downloaded futures-io v0.3.31 |
| 630 | 2025-02-28T10:18:33.215Z | Downloaded string_cache v0.8.7 |
| 631 | 2025-02-28T10:18:33.219Z | Downloaded signal-hook-mio v0.2.4 |
| 632 | 2025-02-28T10:18:33.219Z | Downloaded serde_plain v1.0.2 |
| 633 | 2025-02-28T10:18:33.219Z | Downloaded clang-sys v1.8.1 |
| 634 | 2025-02-28T10:18:33.224Z | Downloaded opaque-debug v0.3.1 |
| 635 | 2025-02-28T10:18:33.229Z | Downloaded bit-vec v0.8.0 |
| 636 | 2025-02-28T10:18:33.229Z | Downloaded ciborium v0.2.2 |
| 637 | 2025-02-28T10:18:33.235Z | Downloaded daft v0.1.1 |
| 638 | 2025-02-28T10:18:33.236Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 639 | 2025-02-28T10:18:33.240Z | Downloaded cookie v0.18.1 |
| 640 | 2025-02-28T10:18:33.241Z | Downloaded dyn-clone v1.0.18 |
| 641 | 2025-02-28T10:18:33.249Z | Downloaded pretty-hex v0.2.1 |
| 642 | 2025-02-28T10:18:33.249Z | Downloaded dsl_auto_type v0.1.2 |
| 643 | 2025-02-28T10:18:33.249Z | Downloaded slog-json v2.6.1 |
| 644 | 2025-02-28T10:18:33.249Z | Downloaded dunce v1.0.5 |
| 645 | 2025-02-28T10:18:33.257Z | Downloaded slog-envlogger v2.2.0 |
| 646 | 2025-02-28T10:18:33.257Z | Downloaded static_assertions v1.1.0 |
| 647 | 2025-02-28T10:18:33.261Z | Downloaded indicatif v0.17.11 |
| 648 | 2025-02-28T10:18:33.262Z | Downloaded icu_locid v1.5.0 |
| 649 | 2025-02-28T10:18:33.269Z | Downloaded ghash v0.5.1 |
| 650 | 2025-02-28T10:18:33.285Z | Downloaded tiny-keccak v2.0.2 |
| 651 | 2025-02-28T10:18:33.292Z | Downloaded signal-hook-tokio v0.3.1 |
| 652 | 2025-02-28T10:18:33.292Z | Downloaded num_enum v0.5.11 |
| 653 | 2025-02-28T10:18:33.298Z | Downloaded packed_struct v0.10.1 |
| 654 | 2025-02-28T10:18:33.304Z | Downloaded nodrop v0.1.14 |
| 655 | 2025-02-28T10:18:33.304Z | Downloaded darling v0.20.10 |
| 656 | 2025-02-28T10:18:33.311Z | Downloaded const-oid v0.9.6 |
| 657 | 2025-02-28T10:18:33.317Z | Downloaded resolv-conf v0.7.0 |
| 658 | 2025-02-28T10:18:33.317Z | Downloaded proc-macro-crate v1.3.1 |
| 659 | 2025-02-28T10:18:33.317Z | Downloaded strum v0.26.3 |
| 660 | 2025-02-28T10:18:33.322Z | Downloaded base64 v0.13.1 |
| 661 | 2025-02-28T10:18:33.322Z | Downloaded fixedbitset v0.5.7 |
| 662 | 2025-02-28T10:18:33.328Z | Downloaded downcast v0.11.0 |
| 663 | 2025-02-28T10:18:33.333Z | Downloaded heapless v0.7.17 |
| 664 | 2025-02-28T10:18:33.339Z | Downloaded endian-type v0.1.2 |
| 665 | 2025-02-28T10:18:33.340Z | Downloaded derive_builder_macro v0.20.2 |
| 666 | 2025-02-28T10:18:33.341Z | Downloaded serde_urlencoded v0.7.1 |
| 667 | 2025-02-28T10:18:33.342Z | Downloaded salsa20 v0.10.2 |
| 668 | 2025-02-28T10:18:33.360Z | Downloaded icu_collections v1.5.0 |
| 669 | 2025-02-28T10:18:33.360Z | Downloaded slog-scope v4.4.0 |
| 670 | 2025-02-28T10:18:33.374Z | Downloaded futures-executor v0.3.31 |
| 671 | 2025-02-28T10:18:33.375Z | Downloaded peg-runtime v0.8.3 |
| 672 | 2025-02-28T10:18:33.375Z | Downloaded openssl-macros v0.1.1 |
| 673 | 2025-02-28T10:18:33.375Z | Downloaded rustversion v1.0.17 |
| 674 | 2025-02-28T10:18:33.375Z | Downloaded rustfmt-wrapper v0.2.1 |
| 675 | 2025-02-28T10:18:33.375Z | Downloaded subtle v2.6.1 |
| 676 | 2025-02-28T10:18:33.375Z | Downloaded rustc_version v0.4.1 |
| 677 | 2025-02-28T10:18:33.379Z | Downloaded ecdsa v0.16.9 |
| 678 | 2025-02-28T10:18:33.379Z | Downloaded unicode-xid v0.2.6 |
| 679 | 2025-02-28T10:18:33.379Z | Downloaded proc-macro-error2 v2.0.1 |
| 680 | 2025-02-28T10:18:33.379Z | Downloaded peg-macros v0.8.4 |
| 681 | 2025-02-28T10:18:33.379Z | Downloaded dropshot_endpoint v0.16.0 |
| 682 | 2025-02-28T10:18:33.384Z | Downloaded serde_yaml v0.9.34+deprecated |
| 683 | 2025-02-28T10:18:33.388Z | Downloaded strum_macros v0.25.3 |
| 684 | 2025-02-28T10:18:33.392Z | Downloaded document-features v0.2.10 |
| 685 | 2025-02-28T10:18:33.395Z | Downloaded display-error-chain v0.2.2 |
| 686 | 2025-02-28T10:18:33.395Z | Downloaded which v4.4.2 |
| 687 | 2025-02-28T10:18:33.398Z | Downloaded unicode-truncate v1.1.0 |
| 688 | 2025-02-28T10:18:33.401Z | Downloaded num-traits v0.2.19 |
| 689 | 2025-02-28T10:18:33.404Z | Downloaded progenitor-client v0.8.0 |
| 690 | 2025-02-28T10:18:33.407Z | Downloaded progenitor v0.9.1 |
| 691 | 2025-02-28T10:18:33.407Z | Downloaded multimap v0.10.0 |
| 692 | 2025-02-28T10:18:33.410Z | Downloaded hash32 v0.2.1 |
| 693 | 2025-02-28T10:18:33.410Z | Downloaded env_filter v0.1.2 |
| 694 | 2025-02-28T10:18:33.413Z | Downloaded try-lock v0.2.5 |
| 695 | 2025-02-28T10:18:33.416Z | Downloaded toolchain_find v0.4.0 |
| 696 | 2025-02-28T10:18:33.416Z | Downloaded sqlparser_derive v0.2.2 |
| 697 | 2025-02-28T10:18:33.419Z | Downloaded tungstenite v0.23.0 |
| 698 | 2025-02-28T10:18:33.422Z | Downloaded pem v3.0.5 |
| 699 | 2025-02-28T10:18:33.424Z | Downloaded strum_macros v0.26.4 |
| 700 | 2025-02-28T10:18:33.427Z | Downloaded uzers v0.12.1 |
| 701 | 2025-02-28T10:18:33.431Z | Downloaded futures-task v0.3.31 |
| 702 | 2025-02-28T10:18:33.434Z | Downloaded enum-as-inner v0.6.1 |
| 703 | 2025-02-28T10:18:33.436Z | Downloaded getrandom v0.3.1 |
| 704 | 2025-02-28T10:18:33.440Z | Downloaded olpc-cjson v0.1.4 |
| 705 | 2025-02-28T10:18:33.443Z | Downloaded cc v1.2.15 |
| 706 | 2025-02-28T10:18:33.447Z | Downloaded bumpalo v3.16.0 |
| 707 | 2025-02-28T10:18:33.451Z | Downloaded env_logger v0.10.2 |
| 708 | 2025-02-28T10:18:33.456Z | Downloaded num_threads v0.1.7 |
| 709 | 2025-02-28T10:18:33.464Z | Downloaded tokio-rustls v0.25.0 |
| 710 | 2025-02-28T10:18:33.473Z | Downloaded rustls-pemfile v2.2.0 |
| 711 | 2025-02-28T10:18:33.473Z | Downloaded env_logger v0.11.5 |
| 712 | 2025-02-28T10:18:33.482Z | Downloaded precomputed-hash v0.1.1 |
| 713 | 2025-02-28T10:18:33.482Z | Downloaded num-rational v0.4.2 |
| 714 | 2025-02-28T10:18:33.482Z | Downloaded number_prefix v0.4.0 |
| 715 | 2025-02-28T10:18:33.482Z | Downloaded ppv-lite86 v0.2.20 |
| 716 | 2025-02-28T10:18:33.482Z | Downloaded fragile v2.0.0 |
| 717 | 2025-02-28T10:18:33.482Z | Downloaded untrusted v0.9.0 |
| 718 | 2025-02-28T10:18:33.492Z | Downloaded subprocess v0.2.9 |
| 719 | 2025-02-28T10:18:33.492Z | Downloaded progenitor v0.8.0 |
| 720 | 2025-02-28T10:18:33.492Z | Downloaded smallvec v0.6.14 |
| 721 | 2025-02-28T10:18:33.496Z | Downloaded der_derive v0.7.3 |
| 722 | 2025-02-28T10:18:33.497Z | Downloaded tokio-stream v0.1.17 |
| 723 | 2025-02-28T10:18:33.500Z | Downloaded minimal-lexical v0.2.1 |
| 724 | 2025-02-28T10:18:33.503Z | Downloaded serde-big-array v0.5.1 |
| 725 | 2025-02-28T10:18:33.507Z | Downloaded russh-cryptovec v0.7.3 |
| 726 | 2025-02-28T10:18:33.508Z | Downloaded rsa v0.9.6 |
| 727 | 2025-02-28T10:18:33.514Z | Downloaded tokio-macros v2.5.0 |
| 728 | 2025-02-28T10:18:33.518Z | Downloaded funty v2.0.0 |
| 729 | 2025-02-28T10:18:33.519Z | Downloaded tinyvec_macros v0.1.1 |
| 730 | 2025-02-28T10:18:33.519Z | Downloaded crossbeam-channel v0.5.13 |
| 731 | 2025-02-28T10:18:33.524Z | Downloaded darling_macro v0.20.10 |
| 732 | 2025-02-28T10:18:33.529Z | Downloaded want v0.3.1 |
| 733 | 2025-02-28T10:18:33.529Z | Downloaded universal-hash v0.5.1 |
| 734 | 2025-02-28T10:18:33.533Z | Downloaded deranged v0.3.11 |
| 735 | 2025-02-28T10:18:33.533Z | Downloaded percent-encoding v2.3.1 |
| 736 | 2025-02-28T10:18:33.533Z | Downloaded half v2.4.1 |
| 737 | 2025-02-28T10:18:33.538Z | Downloaded num-conv v0.1.0 |
| 738 | 2025-02-28T10:18:33.544Z | Downloaded float-ord v0.3.2 |
| 739 | 2025-02-28T10:18:33.544Z | Downloaded waitgroup v0.1.2 |
| 740 | 2025-02-28T10:18:33.544Z | Downloaded foreign-types-shared v0.1.1 |
| 741 | 2025-02-28T10:18:33.544Z | Downloaded postgres-types v0.2.9 |
| 742 | 2025-02-28T10:18:33.548Z | Downloaded futures-core v0.3.31 |
| 743 | 2025-02-28T10:18:33.553Z | Downloaded ref-cast-impl v1.0.23 |
| 744 | 2025-02-28T10:18:33.554Z | Downloaded darling_core v0.20.10 |
| 745 | 2025-02-28T10:18:33.560Z | Downloaded predicates v3.1.3 |
| 746 | 2025-02-28T10:18:33.566Z | Downloaded derive_more v0.99.19 |
| 747 | 2025-02-28T10:18:33.571Z | Downloaded stringprep v0.1.5 |
| 748 | 2025-02-28T10:18:33.584Z | Downloaded stable_deref_trait v1.2.0 |
| 749 | 2025-02-28T10:18:33.584Z | Downloaded spki v0.7.3 |
| 750 | 2025-02-28T10:18:33.590Z | Downloaded snafu v0.8.5 |
| 751 | 2025-02-28T10:18:33.590Z | Downloaded walkdir v2.5.0 |
| 752 | 2025-02-28T10:18:33.590Z | Downloaded aes v0.8.4 |
| 753 | 2025-02-28T10:18:33.599Z | Downloaded pem-rfc7468 v0.7.0 |
| 754 | 2025-02-28T10:18:33.599Z | Downloaded fs_extra v1.3.0 |
| 755 | 2025-02-28T10:18:33.606Z | Downloaded data-encoding v2.6.0 |
| 756 | 2025-02-28T10:18:33.606Z | Downloaded ref-cast v1.0.23 |
| 757 | 2025-02-28T10:18:33.606Z | Downloaded typify v0.3.0 |
| 758 | 2025-02-28T10:18:33.610Z | Downloaded omicron-zone-package v0.12.0 |
| 759 | 2025-02-28T10:18:33.615Z | Downloaded thread_local v1.1.8 |
| 760 | 2025-02-28T10:18:33.615Z | Downloaded derive_builder_core v0.20.2 |
| 761 | 2025-02-28T10:18:33.619Z | Downloaded foreign-types v0.3.2 |
| 762 | 2025-02-28T10:18:33.620Z | Downloaded num v0.4.3 |
| 763 | 2025-02-28T10:18:33.623Z | Downloaded ed25519 v2.2.3 |
| 764 | 2025-02-28T10:18:33.623Z | Downloaded phf_shared v0.11.2 |
| 765 | 2025-02-28T10:18:33.628Z | Downloaded zopfli v0.8.1 |
| 766 | 2025-02-28T10:18:33.628Z | Downloaded progenitor-impl v0.8.0 |
| 767 | 2025-02-28T10:18:33.632Z | Downloaded write16 v1.0.0 |
| 768 | 2025-02-28T10:18:33.639Z | Downloaded semver v0.1.20 |
| 769 | 2025-02-28T10:18:33.639Z | Downloaded secrecy v0.8.0 |
| 770 | 2025-02-28T10:18:33.644Z | Downloaded slog-async v2.8.0 |
| 771 | 2025-02-28T10:18:33.644Z | Downloaded termios v0.3.3 |
| 772 | 2025-02-28T10:18:33.644Z | Downloaded futures v0.3.31 |
| 773 | 2025-02-28T10:18:33.653Z | Downloaded termcolor v1.4.1 |
| 774 | 2025-02-28T10:18:33.653Z | Downloaded rustc-demangle v0.1.24 |
| 775 | 2025-02-28T10:18:33.653Z | Downloaded parse-display-derive v0.10.0 |
| 776 | 2025-02-28T10:18:33.657Z | Downloaded crossterm v0.28.1 |
| 777 | 2025-02-28T10:18:33.663Z | Downloaded utf-8 v0.7.6 |
| 778 | 2025-02-28T10:18:33.666Z | Downloaded snafu-derive v0.8.5 |
| 779 | 2025-02-28T10:18:33.669Z | Downloaded shlex v1.3.0 |
| 780 | 2025-02-28T10:18:33.669Z | Downloaded hkdf v0.12.4 |
| 781 | 2025-02-28T10:18:33.672Z | Downloaded sigpipe v0.1.3 |
| 782 | 2025-02-28T10:18:33.676Z | Downloaded hash32 v0.3.1 |
| 783 | 2025-02-28T10:18:33.679Z | Downloaded dirs-sys-next v0.1.2 |
| 784 | 2025-02-28T10:18:33.679Z | Downloaded num-complex v0.4.6 |
| 785 | 2025-02-28T10:18:33.681Z | Downloaded phf_shared v0.10.0 |
| 786 | 2025-02-28T10:18:33.684Z | Downloaded structmeta-derive v0.3.0 |
| 787 | 2025-02-28T10:18:33.684Z | Downloaded native-tls v0.2.12 |
| 788 | 2025-02-28T10:18:33.687Z | Downloaded derive-where v1.2.7 |
| 789 | 2025-02-28T10:18:33.692Z | Downloaded normalize-line-endings v0.3.0 |
| 790 | 2025-02-28T10:18:33.695Z | Downloaded slog-stdlog v4.1.1 |
| 791 | 2025-02-28T10:18:33.695Z | Downloaded slog-bunyan v2.5.0 |
| 792 | 2025-02-28T10:18:33.698Z | Downloaded nu-ansi-term v0.50.1 |
| 793 | 2025-02-28T10:18:33.701Z | Downloaded defmt-parser v0.3.4 |
| 794 | 2025-02-28T10:18:33.704Z | Downloaded zone v0.3.0 |
| 795 | 2025-02-28T10:18:33.704Z | Downloaded utf8_iter v1.0.4 |
| 796 | 2025-02-28T10:18:33.707Z | Downloaded slab v0.4.9 |
| 797 | 2025-02-28T10:18:33.709Z | Downloaded futures-macro v0.3.31 |
| 798 | 2025-02-28T10:18:33.710Z | Downloaded value-bag v1.9.0 |
| 799 | 2025-02-28T10:18:33.713Z | Downloaded num-integer v0.1.46 |
| 800 | 2025-02-28T10:18:33.717Z | Downloaded embedded-io v0.4.0 |
| 801 | 2025-02-28T10:18:33.720Z | Downloaded group v0.13.0 |
| 802 | 2025-02-28T10:18:33.723Z | Downloaded idna v1.0.3 |
| 803 | 2025-02-28T10:18:33.726Z | Downloaded rand_xorshift v0.3.0 |
| 804 | 2025-02-28T10:18:33.730Z | Downloaded russh-keys v0.45.0 |
| 805 | 2025-02-28T10:18:33.733Z | Downloaded url v2.5.3 |
| 806 | 2025-02-28T10:18:33.736Z | Downloaded fxhash v0.2.1 |
| 807 | 2025-02-28T10:18:33.740Z | Downloaded parse-display v0.10.0 |
| 808 | 2025-02-28T10:18:33.740Z | Downloaded shell-words v1.1.0 |
| 809 | 2025-02-28T10:18:33.755Z | Downloaded zone_cfg_derive v0.1.2 |
| 810 | 2025-02-28T10:18:33.755Z | Downloaded pin-utils v0.1.0 |
| 811 | 2025-02-28T10:18:33.755Z | Downloaded siphasher v0.3.11 |
| 812 | 2025-02-28T10:18:33.755Z | Downloaded pkcs1 v0.7.5 |
| 813 | 2025-02-28T10:18:33.755Z | Downloaded tabled_derive v0.10.0 |
| 814 | 2025-02-28T10:18:33.758Z | Downloaded strip-ansi-escapes v0.2.0 |
| 815 | 2025-02-28T10:18:33.758Z | Downloaded term v0.7.0 |
| 816 | 2025-02-28T10:18:33.758Z | Downloaded samael v0.0.18 |
| 817 | 2025-02-28T10:18:33.765Z | Downloaded newline-converter v0.3.0 |
| 818 | 2025-02-28T10:18:33.769Z | Downloaded structmeta v0.3.0 |
| 819 | 2025-02-28T10:18:33.772Z | Downloaded progenitor-macro v0.8.0 |
| 820 | 2025-02-28T10:18:33.772Z | Downloaded num-derive v0.4.2 |
| 821 | 2025-02-28T10:18:33.775Z | Downloaded unicode-properties v0.1.3 |
| 822 | 2025-02-28T10:18:33.778Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 823 | 2025-02-28T10:18:33.778Z | Downloaded glob v0.3.2 |
| 824 | 2025-02-28T10:18:33.781Z | Downloaded time v0.3.36 |
| 825 | 2025-02-28T10:18:33.789Z | Downloaded new_debug_unreachable v1.0.6 |
| 826 | 2025-02-28T10:18:33.793Z | Downloaded serde_repr v0.1.19 |
| 827 | 2025-02-28T10:18:33.796Z | Downloaded fallible-iterator v0.2.0 |
| 828 | 2025-02-28T10:18:33.796Z | Downloaded nanorand v0.7.0 |
| 829 | 2025-02-28T10:18:33.800Z | Downloaded take_mut v0.2.2 |
| 830 | 2025-02-28T10:18:33.803Z | Downloaded oso-derive v0.27.3 |
| 831 | 2025-02-28T10:18:33.803Z | Downloaded phf_codegen v0.11.2 |
| 832 | 2025-02-28T10:18:33.803Z | Downloaded scopeguard v1.2.0 |
| 833 | 2025-02-28T10:18:33.808Z | Downloaded parking_lot v0.12.3 |
| 834 | 2025-02-28T10:18:33.811Z | Downloaded parse-size v1.1.0 |
| 835 | 2025-02-28T10:18:33.811Z | Downloaded gethostname v0.5.0 |
| 836 | 2025-02-28T10:18:33.814Z | Downloaded futures-sink v0.3.31 |
| 837 | 2025-02-28T10:18:33.814Z | Downloaded openssl-probe v0.1.5 |
| 838 | 2025-02-28T10:18:33.817Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 839 | 2025-02-28T10:18:33.817Z | Downloaded unicode_categories v0.1.1 |
| 840 | 2025-02-28T10:18:33.820Z | Downloaded toml_edit v0.19.15 |
| 841 | 2025-02-28T10:18:33.839Z | Downloaded defmt v0.3.8 |
| 842 | 2025-02-28T10:18:33.842Z | Downloaded mockall v0.13.1 |
| 843 | 2025-02-28T10:18:33.845Z | Downloaded smf v0.2.3 |
| 844 | 2025-02-28T10:18:33.846Z | Downloaded serde_path_to_error v0.1.16 |
| 845 | 2025-02-28T10:18:33.849Z | Downloaded flagset v0.4.6 |
| 846 | 2025-02-28T10:18:33.852Z | Downloaded smallvec v1.14.0 |
| 847 | 2025-02-28T10:18:33.852Z | Downloaded serde_with_macros v3.11.0 |
| 848 | 2025-02-28T10:18:33.855Z | Downloaded psl-types v2.0.11 |
| 849 | 2025-02-28T10:18:33.858Z | Downloaded phf v0.11.2 |
| 850 | 2025-02-28T10:18:33.861Z | Downloaded ena v0.14.3 |
| 851 | 2025-02-28T10:18:33.861Z | Downloaded sct v0.7.1 |
| 852 | 2025-02-28T10:18:33.864Z | Downloaded tower-service v0.3.3 |
| 853 | 2025-02-28T10:18:33.867Z | Downloaded tap v1.0.1 |
| 854 | 2025-02-28T10:18:33.867Z | Downloaded quinn v0.11.5 |
| 855 | 2025-02-28T10:18:33.871Z | Downloaded thiserror-no-std v2.0.2 |
| 856 | 2025-02-28T10:18:33.875Z | Downloaded tower-layer v0.3.3 |
| 857 | 2025-02-28T10:18:33.878Z | Downloaded packed_struct_codegen v0.10.1 |
| 858 | 2025-02-28T10:18:33.878Z | Downloaded ssh-key v0.6.6 |
| 859 | 2025-02-28T10:18:33.886Z | Downloaded pin-project v1.1.6 |
| 860 | 2025-02-28T10:18:33.900Z | Downloaded mockall_derive v0.13.1 |
| 861 | 2025-02-28T10:18:33.903Z | Downloaded yoke-derive v0.7.4 |
| 862 | 2025-02-28T10:18:33.906Z | Downloaded bindgen v0.69.5 |
| 863 | 2025-02-28T10:18:33.913Z | Downloaded tokio-native-tls v0.3.1 |
| 864 | 2025-02-28T10:18:33.916Z | Downloaded pkg-config v0.3.31 |
| 865 | 2025-02-28T10:18:33.919Z | Downloaded wyz v0.5.1 |
| 866 | 2025-02-28T10:18:33.920Z | Downloaded test-strategy v0.4.0 |
| 867 | 2025-02-28T10:18:33.923Z | Downloaded unicode-bidi v0.3.17 |
| 868 | 2025-02-28T10:18:33.927Z | Downloaded xattr v1.3.1 |
| 869 | 2025-02-28T10:18:33.930Z | Downloaded num-iter v0.1.45 |
| 870 | 2025-02-28T10:18:33.933Z | Downloaded zerovec v0.10.4 |
| 871 | 2025-02-28T10:18:33.940Z | Downloaded hashbrown v0.12.3 |
| 872 | 2025-02-28T10:18:33.945Z | Downloaded winnow v0.6.20 |
| 873 | 2025-02-28T10:18:33.954Z | Downloaded yoke v0.7.4 |
| 874 | 2025-02-28T10:18:33.957Z | Downloaded yasna v0.5.2 |
| 875 | 2025-02-28T10:18:33.960Z | Downloaded aho-corasick v1.1.3 |
| 876 | 2025-02-28T10:18:33.965Z | Downloaded topological-sort v0.2.2 |
| 877 | 2025-02-28T10:18:33.968Z | Downloaded lalrpop v0.19.12 |
| 878 | 2025-02-28T10:18:33.979Z | Downloaded owo-colors v4.2.0 |
| 879 | 2025-02-28T10:18:33.983Z | Downloaded parking_lot_core v0.8.6 |
| 880 | 2025-02-28T10:18:33.986Z | Downloaded ron v0.8.1 |
| 881 | 2025-02-28T10:18:33.992Z | Downloaded rcgen v0.12.1 |
| 882 | 2025-02-28T10:18:33.996Z | Downloaded rustls-webpki v0.101.7 |
| 883 | 2025-02-28T10:18:34.012Z | Downloaded papergrid v0.14.0 |
| 884 | 2025-02-28T10:18:34.017Z | Downloaded embedded-io v0.6.1 |
| 885 | 2025-02-28T10:18:34.020Z | Downloaded rayon-core v1.12.1 |
| 886 | 2025-02-28T10:18:34.023Z | Downloaded unicode-segmentation v1.12.0 |
| 887 | 2025-02-28T10:18:34.027Z | Downloaded qorb v0.2.1 |
| 888 | 2025-02-28T10:18:34.032Z | Downloaded reqwest v0.12.12 |
| 889 | 2025-02-28T10:18:34.043Z | Downloaded openssl-sys v0.9.106 |
| 890 | 2025-02-28T10:18:34.049Z | Downloaded git2 v0.19.0 |
| 891 | 2025-02-28T10:18:34.060Z | Downloaded mio v1.0.2 |
| 892 | 2025-02-28T10:18:34.066Z | Downloaded fatfs v0.3.6 |
| 893 | 2025-02-28T10:18:34.070Z | Downloaded hashbrown v0.13.2 |
| 894 | 2025-02-28T10:18:34.075Z | Downloaded rand v0.9.0 |
| 895 | 2025-02-28T10:18:34.080Z | Downloaded rand v0.8.5 |
| 896 | 2025-02-28T10:18:34.084Z | Downloaded rustls-webpki v0.102.8 |
| 897 | 2025-02-28T10:18:34.105Z | Downloaded tough v0.19.0 |
| 898 | 2025-02-28T10:18:34.115Z | Downloaded unicode-width v0.2.0 |
| 899 | 2025-02-28T10:18:34.123Z | Downloaded futures-util v0.3.31 |
| 900 | 2025-02-28T10:18:34.137Z | Downloaded gimli v0.31.1 |
| 901 | 2025-02-28T10:18:34.147Z | Downloaded tabled v0.18.0 |
| 902 | 2025-02-28T10:18:34.167Z | Downloaded unicode-normalization v0.1.24 |
| 903 | 2025-02-28T10:18:34.171Z | Downloaded hickory-proto v0.24.4 |
| 904 | 2025-02-28T10:18:34.189Z | Downloaded tracing v0.1.40 |
| 905 | 2025-02-28T10:18:34.193Z | Downloaded object v0.30.4 |
| 906 | 2025-02-28T10:18:34.205Z | Downloaded publicsuffix v2.3.0 |
| 907 | 2025-02-28T10:18:34.208Z | Downloaded tokio-postgres v0.7.13 |
| 908 | 2025-02-28T10:18:34.214Z | Downloaded x509-cert v0.2.5 |
| 909 | 2025-02-28T10:18:34.225Z | Downloaded smoltcp v0.11.0 |
| 910 | 2025-02-28T10:18:34.237Z | Downloaded proptest v1.6.0 |
| 911 | 2025-02-28T10:18:34.248Z | Downloaded regex v1.11.1 |
| 912 | 2025-02-28T10:18:34.263Z | Downloaded flate2 v1.1.0 |
| 913 | 2025-02-28T10:18:34.269Z | Downloaded tower v0.5.2 |
| 914 | 2025-02-28T10:18:34.279Z | Downloaded russh v0.45.0 |
| 915 | 2025-02-28T10:18:34.286Z | Downloaded polar-core v0.27.3 |
| 916 | 2025-02-28T10:18:34.297Z | Downloaded rustls v0.23.19 |
| 917 | 2025-02-28T10:18:34.311Z | Downloaded tokio-util v0.7.13 |
| 918 | 2025-02-28T10:18:34.318Z | Downloaded object v0.36.5 |
| 919 | 2025-02-28T10:18:34.331Z | Downloaded ratatui v0.29.0 |
| 920 | 2025-02-28T10:18:34.354Z | Downloaded webpki-roots v0.26.6 |
| 921 | 2025-02-28T10:18:34.358Z | Downloaded h2 v0.4.6 |
| 922 | 2025-02-28T10:18:34.365Z | Downloaded quinn-proto v0.11.8 |
| 923 | 2025-02-28T10:18:34.375Z | Downloaded p384 v0.13.0 |
| 924 | 2025-02-28T10:18:34.380Z | Downloaded sqlparser v0.45.0 |
| 925 | 2025-02-28T10:18:34.386Z | Downloaded smoltcp v0.9.1 |
| 926 | 2025-02-28T10:18:34.398Z | Downloaded rustls v0.22.4 |
| 927 | 2025-02-28T10:18:34.413Z | Downloaded nix v0.27.1 |
| 928 | 2025-02-28T10:18:34.426Z | Downloaded curve25519-dalek v4.1.3 |
| 929 | 2025-02-28T10:18:34.435Z | Downloaded petname v2.0.2 |
| 930 | 2025-02-28T10:18:34.443Z | Downloaded openapiv3 v2.0.0 |
| 931 | 2025-02-28T10:18:34.454Z | Downloaded regex-automata v0.4.8 |
| 932 | 2025-02-28T10:18:34.474Z | Downloaded zerocopy v0.8.10 |
| 933 | 2025-02-28T10:18:34.498Z | Downloaded nix v0.28.0 |
| 934 | 2025-02-28T10:18:34.511Z | Downloaded lzma-sys v0.1.20 |
| 935 | 2025-02-28T10:18:34.542Z | Downloaded regex-syntax v0.8.5 |
| 936 | 2025-02-28T10:18:34.552Z | Downloaded nix v0.29.0 |
| 937 | 2025-02-28T10:18:34.564Z | Downloaded diesel v2.2.7 |
| 938 | 2025-02-28T10:18:34.584Z | Downloaded libz-sys v1.1.20 |
| 939 | 2025-02-28T10:18:34.606Z | Downloaded radix_trie v0.2.1 |
| 940 | 2025-02-28T10:18:34.612Z | Downloaded chrono-tz v0.10.1 |
| 941 | 2025-02-28T10:18:34.620Z | Downloaded bstr v1.10.0 |
| 942 | 2025-02-28T10:18:34.631Z | Downloaded rustls v0.21.12 |
| 943 | 2025-02-28T10:18:34.643Z | Downloaded regex-syntax v0.6.29 |
| 944 | 2025-02-28T10:18:34.651Z | Downloaded regress v0.9.1 |
| 945 | 2025-02-28T10:18:34.661Z | Downloaded dropshot v0.16.0 |
| 946 | 2025-02-28T10:18:34.684Z | Downloaded tokio v1.43.0 |
| 947 | 2025-02-28T10:18:34.725Z | Downloaded typify-impl v0.2.0 |
| 948 | 2025-02-28T10:18:34.741Z | Downloaded rayon v1.10.0 |
| 949 | 2025-02-28T10:18:34.750Z | Downloaded typify-impl v0.3.0 |
| 950 | 2025-02-28T10:18:34.767Z | Downloaded typed-path v0.9.3 |
| 951 | 2025-02-28T10:18:34.773Z | Downloaded bindgen v0.71.1 |
| 952 | 2025-02-28T10:18:34.782Z | Downloaded zip v2.1.3 |
| 953 | 2025-02-28T10:18:34.787Z | Downloaded sled v0.34.7 |
| 954 | 2025-02-28T10:18:34.798Z | Downloaded dropshot v0.12.0 |
| 955 | 2025-02-28T10:18:34.819Z | Downloaded vcpkg v0.2.15 |
| 956 | 2025-02-28T10:18:34.859Z | Downloaded regress v0.10.1 |
| 957 | 2025-02-28T10:18:34.868Z | Downloaded chrono v0.4.40 |
| 958 | 2025-02-28T10:18:34.877Z | Downloaded num-bigint-dig v0.8.4 |
| 959 | 2025-02-28T10:18:34.881Z | Downloaded openssl v0.10.71 |
| 960 | 2025-02-28T10:18:34.891Z | Downloaded zerocopy-derive v0.6.6 |
| 961 | 2025-02-28T10:18:34.902Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 962 | 2025-02-28T10:18:34.915Z | Downloaded bitvec v1.0.1 |
| 963 | 2025-02-28T10:18:34.931Z | Downloaded aws-lc-rs v1.12.4 |
| 964 | 2025-02-28T10:18:34.940Z | Downloaded winnow v0.5.40 |
| 965 | 2025-02-28T10:18:34.949Z | Downloaded xz2 v0.1.7 |
| 966 | 2025-02-28T10:18:34.953Z | Downloaded zeroize v1.8.1 |
| 967 | 2025-02-28T10:18:34.955Z | Downloaded portable-atomic v1.9.0 |
| 968 | 2025-02-28T10:18:34.960Z | Downloaded flume v0.11.1 |
| 969 | 2025-02-28T10:18:34.964Z | Downloaded p521 v0.13.3 |
| 970 | 2025-02-28T10:18:34.969Z | Downloaded petgraph v0.6.5 |
| 971 | 2025-02-28T10:18:34.987Z | Downloaded petgraph v0.7.1 |
| 972 | 2025-02-28T10:18:35.007Z | Downloaded zerofrom-derive v0.1.4 |
| 973 | 2025-02-28T10:18:35.010Z | Downloaded globset v0.4.15 |
| 974 | 2025-02-28T10:18:35.010Z | Downloaded parking_lot_core v0.9.10 |
| 975 | 2025-02-28T10:18:35.013Z | Downloaded tar v0.4.44 |
| 976 | 2025-02-28T10:18:35.016Z | Downloaded foreign-types v0.5.0 |
| 977 | 2025-02-28T10:18:35.016Z | Downloaded float-cmp v0.10.0 |
| 978 | 2025-02-28T10:18:35.016Z | Downloaded zerocopy v0.6.6 |
| 979 | 2025-02-28T10:18:35.019Z | Downloaded debug-ignore v1.0.5 |
| 980 | 2025-02-28T10:18:35.022Z | Downloaded aes-gcm v0.10.3 |
| 981 | 2025-02-28T10:18:35.025Z | Downloaded serde_derive_internals v0.29.1 |
| 982 | 2025-02-28T10:18:35.028Z | Downloaded twox-hash v2.1.0 |
| 983 | 2025-02-28T10:18:35.031Z | Downloaded tui-tree-widget v0.23.0 |
| 984 | 2025-02-28T10:18:35.031Z | Downloaded ed25519-dalek v2.1.1 |
| 985 | 2025-02-28T10:18:35.035Z | Downloaded salty v0.3.0 |
| 986 | 2025-02-28T10:18:35.041Z | Downloaded icu_properties_data v1.5.0 |
| 987 | 2025-02-28T10:18:35.052Z | Downloaded csv v1.3.1 |
| 988 | 2025-02-28T10:18:35.073Z | Downloaded oso v0.27.3 |
| 989 | 2025-02-28T10:18:35.077Z | Downloaded blake3 v1.5.4 |
| 990 | 2025-02-28T10:18:35.085Z | Downloaded newtype_derive v0.1.6 |
| 991 | 2025-02-28T10:18:35.088Z | Downloaded phf_generator v0.11.2 |
| 992 | 2025-02-28T10:18:35.088Z | Downloaded defmt-macros v0.3.9 |
| 993 | 2025-02-28T10:18:35.091Z | Downloaded termtree v0.5.1 |
| 994 | 2025-02-28T10:18:35.094Z | Downloaded toml v0.7.8 |
| 995 | 2025-02-28T10:18:35.097Z | Downloaded sha3 v0.10.8 |
| 996 | 2025-02-28T10:18:35.100Z | Downloaded tabwriter v1.4.0 |
| 997 | 2025-02-28T10:18:35.103Z | Downloaded schemars_derive v0.8.22 |
| 998 | 2025-02-28T10:18:35.103Z | Downloaded rustc_version v0.1.7 |
| 999 | 2025-02-28T10:18:35.106Z | Downloaded miniz_oxide v0.8.5 |
| 1000 | 2025-02-28T10:18:35.109Z | Downloaded serde_with v3.11.0 |
| 1001 | 2025-02-28T10:18:35.116Z | Downloaded poly1305 v0.8.0 |
| 1002 | 2025-02-28T10:18:35.119Z | Downloaded getrandom v0.2.15 |
| 1003 | 2025-02-28T10:18:35.122Z | Downloaded typify v0.2.0 |
| 1004 | 2025-02-28T10:18:35.125Z | Downloaded elliptic-curve v0.13.8 |
| 1005 | 2025-02-28T10:18:35.129Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1006 | 2025-02-28T10:18:35.191Z | Downloaded tracing-core v0.1.32 |
| 1007 | 2025-02-28T10:18:35.194Z | Downloaded uuid v1.15.1 |
| 1008 | 2025-02-28T10:18:35.197Z | Downloaded der v0.7.9 |
| 1009 | 2025-02-28T10:18:35.203Z | Downloaded utf16_iter v1.0.5 |
| 1010 | 2025-02-28T10:18:35.207Z | Downloaded foreign-types-macros v0.2.3 |
| 1011 | 2025-02-28T10:18:35.207Z | Downloaded pin-project-internal v1.1.6 |
| 1012 | 2025-02-28T10:18:35.210Z | Downloaded num-bigint v0.4.6 |
| 1013 | 2025-02-28T10:18:35.213Z | Downloaded expectorate v1.1.0 |
| 1014 | 2025-02-28T10:18:35.213Z | Downloaded parking_lot v0.11.2 |
| 1015 | 2025-02-28T10:18:35.217Z | Downloaded rustc-hash v2.1.1 |
| 1016 | 2025-02-28T10:18:35.219Z | Downloaded pkcs8 v0.10.2 |
| 1017 | 2025-02-28T10:18:35.219Z | Downloaded diff v0.1.13 |
| 1018 | 2025-02-28T10:18:35.222Z | Downloaded quick-xml v0.37.2 |
| 1019 | 2025-02-28T10:18:35.228Z | Downloaded termtree v0.4.1 |
| 1020 | 2025-02-28T10:18:35.231Z | Downloaded signal-hook v0.3.17 |
| 1021 | 2025-02-28T10:18:35.234Z | Downloaded diesel_derives v2.2.3 |
| 1022 | 2025-02-28T10:18:35.237Z | Downloaded dropshot_endpoint v0.12.0 |
| 1023 | 2025-02-28T10:18:35.240Z | Downloaded rustc-hash v1.1.0 |
| 1024 | 2025-02-28T10:18:35.240Z | Downloaded slog-term v2.9.1 |
| 1025 | 2025-02-28T10:18:35.243Z | Downloaded pin-project-lite v0.2.14 |
| 1026 | 2025-02-28T10:18:35.246Z | Downloaded slog v2.7.0 |
| 1027 | 2025-02-28T10:18:35.249Z | Downloaded ron v0.7.1 |
| 1028 | 2025-02-28T10:18:35.254Z | Downloaded sha1 v0.10.6 |
| 1029 | 2025-02-28T10:18:35.257Z | Downloaded scrypt v0.11.0 |
| 1030 | 2025-02-28T10:18:35.257Z | Downloaded rand_chacha v0.9.0 |
| 1031 | 2025-02-28T10:18:35.259Z | Downloaded postcard v1.0.10 |
| 1032 | 2025-02-28T10:18:35.262Z | Downloaded unsafe-libyaml v0.2.11 |
| 1033 | 2025-02-28T10:18:35.265Z | Downloaded parse-zoneinfo v0.3.1 |
| 1034 | 2025-02-28T10:18:35.268Z | Downloaded itertools v0.13.0 |
| 1035 | 2025-02-28T10:18:35.276Z | Downloaded encoding_rs v0.8.34 |
| 1036 | 2025-02-28T10:18:35.296Z | Downloaded either v1.14.0 |
| 1037 | 2025-02-28T10:18:35.299Z | Downloaded dirs-next v2.0.0 |
| 1038 | 2025-02-28T10:18:35.299Z | Downloaded difflib v0.4.0 |
| 1039 | 2025-02-28T10:18:35.299Z | Downloaded writeable v0.5.5 |
| 1040 | 2025-02-28T10:18:35.302Z | Downloaded ring v0.17.11 |
| 1041 | 2025-02-28T10:18:35.345Z | Downloaded rustyline v14.0.0 |
| 1042 | 2025-02-28T10:18:35.350Z | Downloaded tinyvec v1.8.0 |
| 1043 | 2025-02-28T10:18:35.353Z | Downloaded reedline v0.35.0 |
| 1044 | 2025-02-28T10:18:35.361Z | Downloaded sec1 v0.7.3 |
| 1045 | 2025-02-28T10:18:35.364Z | Downloaded radium v0.7.0 |
| 1046 | 2025-02-28T10:18:35.364Z | Downloaded quinn-udp v0.5.5 |
| 1047 | 2025-02-28T10:18:35.368Z | Downloaded tinystr v0.7.6 |
| 1048 | 2025-02-28T10:18:35.368Z | Downloaded nom v7.1.3 |
| 1049 | 2025-02-28T10:18:35.372Z | Downloaded password-hash v0.5.0 |
| 1050 | 2025-02-28T10:18:35.375Z | Downloaded password-hash v0.4.2 |
| 1051 | 2025-02-28T10:18:35.379Z | Downloaded des v0.8.1 |
| 1052 | 2025-02-28T10:18:35.379Z | Downloaded p256 v0.13.2 |
| 1053 | 2025-02-28T10:18:35.382Z | Downloaded derive_builder v0.20.2 |
| 1054 | 2025-02-28T10:18:35.385Z | Downloaded zip v0.6.6 |
| 1055 | 2025-02-28T10:18:35.389Z | Downloaded itertools v0.14.0 |
| 1056 | 2025-02-28T10:18:35.397Z | Downloaded itertools v0.12.1 |
| 1057 | 2025-02-28T10:18:35.404Z | Downloaded hyper v1.6.0 |
| 1058 | 2025-02-28T10:18:35.411Z | Downloaded steno v0.4.1 |
| 1059 | 2025-02-28T10:18:35.415Z | Downloaded tls_codec_derive v0.4.1 |
| 1060 | 2025-02-28T10:18:35.418Z | Downloaded tls_codec v0.4.1 |
| 1061 | 2025-02-28T10:18:35.421Z | Downloaded signal-hook-registry v1.4.2 |
| 1062 | 2025-02-28T10:18:35.421Z | Downloaded quick-error v1.2.3 |
| 1063 | 2025-02-28T10:18:35.421Z | Downloaded serde-hex v0.1.0 |
| 1064 | 2025-02-28T10:18:35.424Z | Downloaded futures-channel v0.3.31 |
| 1065 | 2025-02-28T10:18:35.427Z | Downloaded sqlformat v0.2.6 |
| 1066 | 2025-02-28T10:18:35.427Z | Downloaded rustls-pki-types v1.10.0 |
| 1067 | 2025-02-28T10:18:35.430Z | Downloaded progenitor-impl v0.9.1 |
| 1068 | 2025-02-28T10:18:35.433Z | Downloaded itertools v0.10.5 |
| 1069 | 2025-02-28T10:18:35.438Z | Downloaded path-slash v0.1.5 |
| 1070 | 2025-02-28T10:18:35.441Z | Downloaded paste v1.0.15 |
| 1071 | 2025-02-28T10:18:35.444Z | Downloaded num_enum_derive v0.5.11 |
| 1072 | 2025-02-28T10:18:35.445Z | Downloaded form_urlencoded v1.2.1 |
| 1073 | 2025-02-28T10:18:35.445Z | Downloaded zerovec-derive v0.10.3 |
| 1074 | 2025-02-28T10:18:35.448Z | Downloaded tungstenite v0.24.0 |
| 1075 | 2025-02-28T10:18:35.451Z | Downloaded tungstenite v0.21.0 |
| 1076 | 2025-02-28T10:18:35.454Z | Downloaded postgres-protocol v0.6.8 |
| 1077 | 2025-02-28T10:18:35.457Z | Downloaded zone_cfg_derive v0.3.0 |
| 1078 | 2025-02-28T10:18:35.457Z | Downloaded foldhash v0.1.3 |
| 1079 | 2025-02-28T10:18:35.457Z | Downloaded tokio-rustls v0.24.1 |
| 1080 | 2025-02-28T10:18:35.461Z | Downloaded libm v0.2.8 |
| 1081 | 2025-02-28T10:18:35.467Z | Downloaded hickory-server v0.24.4 |
| 1082 | 2025-02-28T10:18:35.473Z | Downloaded zeroize_derive v1.4.2 |
| 1083 | 2025-02-28T10:18:35.476Z | Downloaded nibble_vec v0.1.0 |
| 1084 | 2025-02-28T10:18:35.476Z | Downloaded libxml v0.3.3 |
| 1085 | 2025-02-28T10:18:35.481Z | Downloaded prettyplease v0.2.29 |
| 1086 | 2025-02-28T10:18:35.492Z | Downloaded http v1.2.0 |
| 1087 | 2025-02-28T10:18:35.492Z | Downloaded untrusted v0.7.1 |
| 1088 | 2025-02-28T10:18:35.492Z | Downloaded ssh-cipher v0.2.0 |
| 1089 | 2025-02-28T10:18:35.495Z | Downloaded foreign-types-shared v0.3.1 |
| 1090 | 2025-02-28T10:18:35.495Z | Downloaded ssh-encoding v0.2.0 |
| 1091 | 2025-02-28T10:18:35.495Z | Downloaded zerocopy-derive v0.8.10 |
| 1092 | 2025-02-28T10:18:35.500Z | Downloaded peg v0.8.4 |
| 1093 | 2025-02-28T10:18:35.504Z | Downloaded pbkdf2 v0.12.2 |
| 1094 | 2025-02-28T10:18:35.507Z | Downloaded pbkdf2 v0.11.0 |
| 1095 | 2025-02-28T10:18:35.510Z | Downloaded base64 v0.21.7 |
| 1096 | 2025-02-28T10:18:35.512Z | Downloaded crypto-bigint v0.5.5 |
| 1097 | 2025-02-28T10:18:35.519Z | Downloaded tokio-rustls v0.26.0 |
| 1098 | 2025-02-28T10:18:35.522Z | Downloaded pkcs5 v0.7.1 |
| 1099 | 2025-02-28T10:18:35.525Z | Downloaded rand_core v0.9.2 |
| 1100 | 2025-02-28T10:18:35.530Z | Downloaded vsss-rs v3.3.4 |
| 1101 | 2025-02-28T10:18:35.533Z | Downloaded vergen v8.3.2 |
| 1102 | 2025-02-28T10:18:35.533Z | Downloaded icu_properties v1.5.1 |
| 1103 | 2025-02-28T10:18:35.536Z | Downloaded const_format v0.2.34 |
| 1104 | 2025-02-28T10:18:35.539Z | Downloaded powerfmt v0.2.0 |
| 1105 | 2025-02-28T10:18:35.542Z | Downloaded whoami v1.5.2 |
| 1106 | 2025-02-28T10:18:35.544Z | Downloaded hashbrown v0.14.5 |
| 1107 | 2025-02-28T10:18:35.548Z | Downloaded bytes v1.10.0 |
| 1108 | 2025-02-28T10:18:35.552Z | Downloaded strum_macros v0.24.3 |
| 1109 | 2025-02-28T10:18:35.555Z | Downloaded socket2 v0.5.8 |
| 1110 | 2025-02-28T10:18:35.558Z | Downloaded schemars v0.8.22 |
| 1111 | 2025-02-28T10:18:35.568Z | Downloaded base64 v0.22.1 |
| 1112 | 2025-02-28T10:18:35.571Z | Downloaded arc-swap v1.7.1 |
| 1113 | 2025-02-28T10:18:35.575Z | Downloaded allocator-api2 v0.2.18 |
| 1114 | 2025-02-28T10:18:35.578Z | Downloaded multer v3.1.0 |
| 1115 | 2025-02-28T10:18:35.581Z | Downloaded displaydoc v0.2.5 |
| 1116 | 2025-02-28T10:18:35.584Z | Downloaded signature v2.2.0 |
| 1117 | 2025-02-28T10:18:35.587Z | Downloaded rand_seeder v0.3.0 |
| 1118 | 2025-02-28T10:18:35.587Z | Downloaded rand_core v0.6.4 |
| 1119 | 2025-02-28T10:18:35.590Z | Downloaded predicates-core v1.0.8 |
| 1120 | 2025-02-28T10:18:35.590Z | Downloaded tracing-attributes v0.1.27 |
| 1121 | 2025-02-28T10:18:35.593Z | Downloaded time-macros v0.2.18 |
| 1122 | 2025-02-28T10:18:35.596Z | Downloaded hickory-resolver v0.24.4 |
| 1123 | 2025-02-28T10:18:35.599Z | Downloaded headers v0.4.0 |
| 1124 | 2025-02-28T10:18:35.603Z | Downloaded oxnet v0.1.1 |
| 1125 | 2025-02-28T10:18:35.606Z | Downloaded spin v0.9.8 |
| 1126 | 2025-02-28T10:18:35.609Z | Downloaded similar v2.6.0 |
| 1127 | 2025-02-28T10:18:35.612Z | Downloaded primeorder v0.13.6 |
| 1128 | 2025-02-28T10:18:35.615Z | Downloaded polyval v0.6.2 |
| 1129 | 2025-02-28T10:18:35.618Z | Downloaded compact_str v0.8.0 |
| 1130 | 2025-02-28T10:18:35.620Z | Downloaded chacha20poly1305 v0.10.1 |
| 1131 | 2025-02-28T10:18:35.620Z | Downloaded daft-derive v0.1.1 |
| 1132 | 2025-02-28T10:18:35.624Z | Downloaded vte v0.11.1 |
| 1133 | 2025-02-28T10:18:35.626Z | Downloaded tokio-tungstenite v0.24.0 |
| 1134 | 2025-02-28T10:18:35.630Z | Downloaded tokio-tungstenite v0.23.1 |
| 1135 | 2025-02-28T10:18:35.632Z | Downloaded tokio-tungstenite v0.21.0 |
| 1136 | 2025-02-28T10:18:35.632Z | Downloaded newtype-uuid v1.2.1 |
| 1137 | 2025-02-28T10:18:35.635Z | Downloaded filetime v0.2.25 |
| 1138 | 2025-02-28T10:18:35.635Z | Downloaded ff v0.13.0 |
| 1139 | 2025-02-28T10:18:35.638Z | Downloaded fd-lock v4.0.2 |
| 1140 | 2025-02-28T10:18:35.638Z | Downloaded diesel-dtrace v0.4.2 |
| 1141 | 2025-02-28T10:18:35.641Z | Downloaded zone v0.1.8 |
| 1142 | 2025-02-28T10:18:35.641Z | Downloaded rustls-pemfile v1.0.4 |
| 1143 | 2025-02-28T10:18:35.644Z | Downloaded crossbeam-utils v0.8.20 |
| 1144 | 2025-02-28T10:18:35.646Z | Downloaded blake2 v0.10.6 |
| 1145 | 2025-02-28T10:18:35.649Z | Downloaded synstructure v0.13.1 |
| 1146 | 2025-02-28T10:18:35.649Z | Downloaded rpassword v7.3.1 |
| 1147 | 2025-02-28T10:18:35.652Z | Downloaded rand_chacha v0.3.1 |
| 1148 | 2025-02-28T10:18:35.652Z | Downloaded icu_normalizer_data v1.5.0 |
| 1149 | 2025-02-28T10:18:35.655Z | Downloaded hyper-util v0.1.10 |
| 1150 | 2025-02-28T10:18:35.659Z | Downloaded slog-dtrace v0.3.0 |
| 1151 | 2025-02-28T10:18:35.663Z | Downloaded bcs v0.1.6 |
| 1152 | 2025-02-28T10:18:35.664Z | Downloaded wait-timeout v0.2.0 |
| 1153 | 2025-02-28T10:18:35.667Z | Downloaded unarray v0.1.4 |
| 1154 | 2025-02-28T10:18:35.667Z | Downloaded typify-macro v0.2.0 |
| 1155 | 2025-02-28T10:18:35.667Z | Downloaded crossbeam-epoch v0.9.18 |
| 1156 | 2025-02-28T10:18:35.667Z | Downloaded crc-any v2.5.0 |
| 1157 | 2025-02-28T10:18:35.670Z | Downloaded const_format_proc_macros v0.2.34 |
| 1158 | 2025-02-28T10:18:35.673Z | Downloaded unicase v2.7.0 |
| 1159 | 2025-02-28T10:18:35.673Z | Downloaded typify-macro v0.3.0 |
| 1160 | 2025-02-28T10:18:35.678Z | Downloaded ahash v0.8.11 |
| 1161 | 2025-02-28T10:18:35.678Z | Downloaded litrs v0.4.1 |
| 1162 | 2025-02-28T10:18:35.681Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1163 | 2025-02-28T10:18:35.681Z | Downloaded same-file v1.0.6 |
| 1164 | 2025-02-28T10:18:35.681Z | Downloaded hmac v0.12.1 |
| 1165 | 2025-02-28T10:18:35.684Z | Downloaded fixedbitset v0.4.2 |
| 1166 | 2025-02-28T10:18:35.687Z | Downloaded arrayvec v0.7.6 |
| 1167 | 2025-02-28T10:18:35.687Z | Downloaded progenitor-macro v0.9.1 |
| 1168 | 2025-02-28T10:18:35.690Z | Downloaded indexmap v1.9.3 |
| 1169 | 2025-02-28T10:18:35.693Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1170 | 2025-02-28T10:18:35.693Z | Downloaded rusty-fork v0.3.0 |
| 1171 | 2025-02-28T10:18:35.696Z | Downloaded rtoolbox v0.0.2 |
| 1172 | 2025-02-28T10:18:35.696Z | Downloaded rfc6979 v0.4.0 |
| 1173 | 2025-02-28T10:18:35.698Z | Downloaded csv-core v0.1.11 |
| 1174 | 2025-02-28T10:18:35.699Z | Downloaded backoff v0.4.0 |
| 1175 | 2025-02-28T10:18:35.702Z | Downloaded libloading v0.8.5 |
| 1176 | 2025-02-28T10:18:35.704Z | Downloaded hyper-rustls v0.27.3 |
| 1177 | 2025-02-28T10:18:35.708Z | Downloaded console v0.15.10 |
| 1178 | 2025-02-28T10:18:35.711Z | Downloaded argon2 v0.5.3 |
| 1179 | 2025-02-28T10:18:35.711Z | Downloaded sync-ptr v0.1.1 |
| 1180 | 2025-02-28T10:18:35.711Z | Downloaded r2d2 v0.8.10 |
| 1181 | 2025-02-28T10:18:35.714Z | Downloaded bzip2 v0.4.4 |
| 1182 | 2025-02-28T10:18:35.714Z | Downloaded addr2line v0.24.2 |
| 1183 | 2025-02-28T10:18:35.717Z | Downloaded lru v0.12.5 |
| 1184 | 2025-02-28T10:18:35.719Z | Downloaded lock_api v0.4.12 |
| 1185 | 2025-02-28T10:18:35.720Z | Downloaded hyper-staticfile v0.10.1 |
| 1186 | 2025-02-28T10:18:35.722Z | Downloaded highway v1.3.0 |
| 1187 | 2025-02-28T10:18:35.725Z | Downloaded async-trait v0.1.86 |
| 1188 | 2025-02-28T10:18:35.728Z | Downloaded http-body-util v0.1.2 |
| 1189 | 2025-02-28T10:18:35.728Z | Downloaded async-bb8-diesel v0.2.1 |
| 1190 | 2025-02-28T10:18:35.731Z | Downloaded adler2 v2.0.0 |
| 1191 | 2025-02-28T10:18:35.735Z | Downloaded kstat-rs v0.2.4 |
| 1192 | 2025-02-28T10:18:35.735Z | Downloaded cipher v0.4.4 |
| 1193 | 2025-02-28T10:18:35.735Z | Downloaded bitfield-struct v0.6.2 |
| 1194 | 2025-02-28T10:18:35.739Z | Downloaded httparse v1.9.5 |
| 1195 | 2025-02-28T10:18:35.739Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1196 | 2025-02-28T10:18:35.744Z | Downloaded chrono-tz-build v0.4.0 |
| 1197 | 2025-02-28T10:18:35.744Z | Downloaded indoc v1.0.9 |
| 1198 | 2025-02-28T10:18:35.747Z | Downloaded cargo_metadata v0.18.1 |
| 1199 | 2025-02-28T10:18:35.747Z | Downloaded memoffset v0.9.1 |
| 1200 | 2025-02-28T10:18:35.747Z | Downloaded cassowary v0.3.0 |
| 1201 | 2025-02-28T10:18:35.749Z | Downloaded buf-list v1.0.3 |
| 1202 | 2025-02-28T10:18:35.750Z | Downloaded libsw v3.4.0 |
| 1203 | 2025-02-28T10:18:35.753Z | Downloaded lazy_static v1.5.0 |
| 1204 | 2025-02-28T10:18:35.753Z | Downloaded idna_adapter v1.2.0 |
| 1205 | 2025-02-28T10:18:35.756Z | Downloaded hostname v0.3.1 |
| 1206 | 2025-02-28T10:18:35.756Z | Downloaded linked-hash-map v0.5.6 |
| 1207 | 2025-02-28T10:18:35.756Z | Downloaded indoc v2.0.5 |
| 1208 | 2025-02-28T10:18:35.759Z | Downloaded home v0.5.9 |
| 1209 | 2025-02-28T10:18:35.759Z | Downloaded cobs v0.2.3 |
| 1210 | 2025-02-28T10:18:35.762Z | Downloaded instability v0.3.2 |
| 1211 | 2025-02-28T10:18:35.762Z | Downloaded hostname v0.4.0 |
| 1212 | 2025-02-28T10:18:35.765Z | Downloaded block-padding v0.3.3 |
| 1213 | 2025-02-28T10:18:35.765Z | Downloaded bit-set v0.5.3 |
| 1214 | 2025-02-28T10:18:35.765Z | Downloaded base16ct v0.2.0 |
| 1215 | 2025-02-28T10:18:35.770Z | Downloaded humantime v2.1.0 |
| 1216 | 2025-02-28T10:18:35.773Z | Downloaded hubpack v0.1.2 |
| 1217 | 2025-02-28T10:18:35.773Z | Downloaded httpdate v1.0.3 |
| 1218 | 2025-02-28T10:18:35.773Z | Downloaded cbc v0.1.2 |
| 1219 | 2025-02-28T10:18:35.776Z | Downloaded arrayref v0.3.9 |
| 1220 | 2025-02-28T10:18:35.776Z | Downloaded libefi-sys v0.1.0 |
| 1221 | 2025-02-28T10:18:35.779Z | Downloaded convert_case v0.4.0 |
| 1222 | 2025-02-28T10:18:35.779Z | Downloaded cmake v0.1.51 |
| 1223 | 2025-02-28T10:18:35.779Z | Downloaded ascii-canvas v3.0.0 |
| 1224 | 2025-02-28T10:18:35.782Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1225 | 2025-02-28T10:18:35.782Z | Downloaded bit-vec v0.6.3 |
| 1226 | 2025-02-28T10:18:35.782Z | Downloaded async-stream v0.3.6 |
| 1227 | 2025-02-28T10:18:35.785Z | Downloaded async-recursion v1.1.1 |
| 1228 | 2025-02-28T10:18:35.787Z | Downloaded array-init v0.0.4 |
| 1229 | 2025-02-28T10:18:35.787Z | Downloaded http-body v1.0.1 |
| 1230 | 2025-02-28T10:18:36.083Z | Downloaded aws-lc-sys v0.26.0 |
| 1231 | 2025-02-28T10:18:36.411Z | Compiling serde v1.0.218 |
| 1232 | 2025-02-28T10:18:36.414Z | Compiling value-bag v1.9.0 |
| 1233 | 2025-02-28T10:18:36.414Z | Compiling lock_api v0.4.12 |
| 1234 | 2025-02-28T10:18:36.414Z | Compiling scopeguard v1.2.0 |
| 1235 | 2025-02-28T10:18:36.414Z | Compiling typenum v1.17.0 |
| 1236 | 2025-02-28T10:18:36.415Z | Compiling generic-array v0.14.7 |
| 1237 | 2025-02-28T10:18:36.617Z | Compiling syn v2.0.98 |
| 1238 | 2025-02-28T10:18:36.635Z | Compiling getrandom v0.2.15 |
| 1239 | 2025-02-28T10:18:36.814Z | Compiling subtle v2.6.1 |
| 1240 | 2025-02-28T10:18:36.934Z | Compiling rand_core v0.6.4 |
| 1241 | 2025-02-28T10:18:37.119Z | Compiling log v0.4.22 |
| 1242 | 2025-02-28T10:18:37.203Z | Compiling shlex v1.3.0 |
| 1243 | 2025-02-28T10:18:37.223Z | Compiling jobserver v0.1.32 |
| 1244 | 2025-02-28T10:18:37.258Z | Compiling smallvec v1.14.0 |
| 1245 | 2025-02-28T10:18:37.521Z | Compiling const-oid v0.9.6 |
| 1246 | 2025-02-28T10:18:37.589Z | Compiling pin-project-lite v0.2.14 |
| 1247 | 2025-02-28T10:18:37.626Z | Compiling parking_lot_core v0.9.10 |
| 1248 | 2025-02-28T10:18:37.705Z | Compiling cc v1.2.15 |
| 1249 | 2025-02-28T10:18:37.748Z | Compiling rustix v0.38.37 |
| 1250 | 2025-02-28T10:18:37.956Z | Compiling futures-core v0.3.31 |
| 1251 | 2025-02-28T10:18:38.105Z | Compiling spin v0.9.8 |
| 1252 | 2025-02-28T10:18:38.214Z | Compiling signal-hook-registry v1.4.2 |
| 1253 | 2025-02-28T10:18:38.532Z | Compiling mio v1.0.2 |
| 1254 | 2025-02-28T10:18:38.635Z | Compiling parking_lot v0.12.3 |
| 1255 | 2025-02-28T10:18:38.811Z | Compiling aho-corasick v1.1.3 |
| 1256 | 2025-02-28T10:18:39.046Z | Compiling either v1.14.0 |
| 1257 | 2025-02-28T10:18:39.279Z | Compiling stable_deref_trait v1.2.0 |
| 1258 | 2025-02-28T10:18:39.412Z | Compiling regex-syntax v0.8.5 |
| 1259 | 2025-02-28T10:18:39.471Z | Compiling futures-sink v0.3.31 |
| 1260 | 2025-02-28T10:18:39.529Z | Compiling cpufeatures v0.2.14 |
| 1261 | 2025-02-28T10:18:39.647Z | Compiling socket2 v0.5.8 |
| 1262 | 2025-02-28T10:18:39.668Z | Compiling slab v0.4.9 |
| 1263 | 2025-02-28T10:18:39.671Z | Compiling glob v0.3.2 |
| 1264 | 2025-02-28T10:18:39.689Z | Compiling prettyplease v0.2.29 |
| 1265 | 2025-02-28T10:18:40.098Z | Compiling lazy_static v1.5.0 |
| 1266 | 2025-02-28T10:18:40.328Z | Compiling serde_json v1.0.139 |
| 1267 | 2025-02-28T10:18:40.618Z | Compiling minimal-lexical v0.2.1 |
| 1268 | 2025-02-28T10:18:40.638Z | Compiling futures-channel v0.3.31 |
| 1269 | 2025-02-28T10:18:40.672Z | Compiling clang-sys v1.8.1 |
| 1270 | 2025-02-28T10:18:40.737Z | Compiling libloading v0.8.5 |
| 1271 | 2025-02-28T10:18:41.114Z | Compiling nom v7.1.3 |
| 1272 | 2025-02-28T10:18:41.190Z | Compiling futures-task v0.3.31 |
| 1273 | 2025-02-28T10:18:41.219Z | Compiling bindgen v0.69.5 |
| 1274 | 2025-02-28T10:18:41.522Z | Compiling pin-utils v0.1.0 |
| 1275 | 2025-02-28T10:18:41.544Z | Compiling futures-io v0.3.31 |
| 1276 | 2025-02-28T10:18:41.641Z | Compiling home v0.5.9 |
| 1277 | 2025-02-28T10:18:41.894Z | Compiling itertools v0.12.1 |
| 1278 | 2025-02-28T10:18:42.030Z | Compiling foldhash v0.1.3 |
| 1279 | 2025-02-28T10:18:42.169Z | Compiling libm v0.2.8 |
| 1280 | 2025-02-28T10:18:42.358Z | Compiling allocator-api2 v0.2.18 |
| 1281 | 2025-02-28T10:18:42.518Z | Compiling lazycell v1.3.0 |
| 1282 | 2025-02-28T10:18:42.710Z | Compiling rustc-hash v1.1.0 |
| 1283 | 2025-02-28T10:18:42.925Z | Compiling cmake v0.1.51 |
| 1284 | 2025-02-28T10:18:43.154Z | Compiling hashbrown v0.15.1 |
| 1285 | 2025-02-28T10:18:43.610Z | Compiling regex-automata v0.4.8 |
| 1286 | 2025-02-28T10:18:43.863Z | Compiling num-traits v0.2.19 |
| 1287 | 2025-02-28T10:18:44.213Z | Compiling pkg-config v0.3.31 |
| 1288 | 2025-02-28T10:18:44.437Z | Compiling cexpr v0.6.0 |
| 1289 | 2025-02-28T10:18:44.640Z | Compiling synstructure v0.13.1 |
| 1290 | 2025-02-28T10:18:45.572Z | Compiling fs_extra v1.3.0 |
| 1291 | 2025-02-28T10:18:45.948Z | Compiling dunce v1.0.5 |
| 1292 | 2025-02-28T10:18:46.125Z | Compiling getrandom v0.3.1 |
| 1293 | 2025-02-28T10:18:46.199Z | Compiling litemap v0.7.3 |
| 1294 | 2025-02-28T10:18:46.352Z | Compiling writeable v0.5.5 |
| 1295 | 2025-02-28T10:18:46.600Z | Compiling ring v0.17.11 |
| 1296 | 2025-02-28T10:18:46.890Z | Compiling paste v1.0.15 |
| 1297 | 2025-02-28T10:18:46.944Z | Compiling base64ct v1.6.0 |
| 1298 | 2025-02-28T10:18:47.548Z | Compiling pem-rfc7468 v0.7.0 |
| 1299 | 2025-02-28T10:18:47.936Z | Compiling httparse v1.9.5 |
| 1300 | 2025-02-28T10:18:48.111Z | Compiling flagset v0.4.6 |
| 1301 | 2025-02-28T10:18:48.203Z | Compiling icu_locid_transform_data v1.5.0 |
| 1302 | 2025-02-28T10:18:48.325Z | Compiling aws-lc-rs v1.12.4 |
| 1303 | 2025-02-28T10:18:48.760Z | Compiling tracing-core v0.1.32 |
| 1304 | 2025-02-28T10:18:48.783Z | Compiling percent-encoding v2.3.1 |
| 1305 | 2025-02-28T10:18:49.127Z | Compiling crossbeam-utils v0.8.20 |
| 1306 | 2025-02-28T10:18:49.131Z | Compiling rustls-pki-types v1.10.0 |
| 1307 | 2025-02-28T10:18:49.488Z | Compiling regex v1.11.1 |
| 1308 | 2025-02-28T10:18:49.697Z | Compiling icu_properties_data v1.5.0 |
| 1309 | 2025-02-28T10:18:49.897Z | Compiling serde_derive v1.0.218 |
| 1310 | 2025-02-28T10:18:49.973Z | Compiling zeroize_derive v1.4.2 |
| 1311 | 2025-02-28T10:18:50.053Z | Compiling zerocopy-derive v0.7.35 |
| 1312 | 2025-02-28T10:18:50.196Z | Compiling tokio-macros v2.5.0 |
| 1313 | 2025-02-28T10:18:50.460Z | Compiling zerofrom-derive v0.1.4 |
| 1314 | 2025-02-28T10:18:51.482Z | Compiling zeroize v1.8.1 |
| 1315 | 2025-02-28T10:18:51.904Z | Compiling yoke-derive v0.7.4 |
| 1316 | 2025-02-28T10:18:52.181Z | Compiling zerocopy v0.7.35 |
| 1317 | 2025-02-28T10:18:52.541Z | Compiling thiserror-impl v1.0.69 |
| 1318 | 2025-02-28T10:18:53.109Z | Compiling crypto-common v0.1.6 |
| 1319 | 2025-02-28T10:18:53.396Z | Compiling block-buffer v0.10.4 |
| 1320 | 2025-02-28T10:18:53.469Z | Compiling zerovec-derive v0.10.3 |
| 1321 | 2025-02-28T10:18:53.587Z | Compiling futures-macro v0.3.31 |
| 1322 | 2025-02-28T10:18:53.674Z | Compiling digest v0.10.7 |
| 1323 | 2025-02-28T10:18:54.176Z | Compiling zerofrom v0.1.4 |
| 1324 | 2025-02-28T10:18:54.229Z | Compiling hmac v0.12.1 |
| 1325 | 2025-02-28T10:18:54.417Z | Compiling displaydoc v0.2.5 |
| 1326 | 2025-02-28T10:18:54.503Z | Compiling block-padding v0.3.3 |
| 1327 | 2025-02-28T10:18:54.696Z | Compiling yoke v0.7.4 |
| 1328 | 2025-02-28T10:18:54.802Z | Compiling inout v0.1.3 |
| 1329 | 2025-02-28T10:18:55.037Z | Compiling ppv-lite86 v0.2.20 |
| 1330 | 2025-02-28T10:18:55.057Z | Compiling cipher v0.4.4 |
| 1331 | 2025-02-28T10:18:55.114Z | Compiling sha2 v0.10.8 |
| 1332 | 2025-02-28T10:18:55.544Z | Compiling futures-util v0.3.31 |
| 1333 | 2025-02-28T10:18:55.602Z | Compiling icu_provider_macros v1.5.0 |
| 1334 | 2025-02-28T10:18:55.687Z | Compiling thiserror v1.0.69 |
| 1335 | 2025-02-28T10:18:55.851Z | Compiling der_derive v0.7.3 |
| 1336 | 2025-02-28T10:18:55.873Z | Compiling tracing-attributes v0.1.27 |
| 1337 | 2025-02-28T10:18:56.051Z | Compiling pest v2.7.14 |
| 1338 | 2025-02-28T10:18:56.217Z | Compiling zerovec v0.10.4 |
| 1339 | 2025-02-28T10:18:56.810Z | Compiling salsa20 v0.10.2 |
| 1340 | 2025-02-28T10:18:57.076Z | Compiling pbkdf2 v0.12.2 |
| 1341 | 2025-02-28T10:18:58.003Z | Compiling icu_normalizer_data v1.5.0 |
| 1342 | 2025-02-28T10:18:58.120Z | Compiling tinystr v0.7.6 |
| 1343 | 2025-02-28T10:18:58.225Z | Compiling der v0.7.9 |
| 1344 | 2025-02-28T10:18:58.365Z | Compiling icu_collections v1.5.0 |
| 1345 | 2025-02-28T10:18:58.536Z | Compiling icu_locid v1.5.0 |
| 1346 | 2025-02-28T10:18:58.852Z | Compiling untrusted v0.7.1 |
| 1347 | 2025-02-28T10:18:59.077Z | Compiling powerfmt v0.2.0 |
| 1348 | 2025-02-28T10:18:59.238Z | Compiling utf16_iter v1.0.5 |
| 1349 | 2025-02-28T10:18:59.270Z | Compiling tracing v0.1.40 |
| 1350 | 2025-02-28T10:18:59.477Z | Compiling write16 v1.0.0 |
| 1351 | 2025-02-28T10:18:59.500Z | Compiling utf8_iter v1.0.4 |
| 1352 | 2025-02-28T10:18:59.641Z | Compiling vcpkg v0.2.15 |
| 1353 | 2025-02-28T10:18:59.716Z | Compiling icu_provider v1.5.0 |
| 1354 | 2025-02-28T10:18:59.768Z | Compiling time-core v0.1.2 |
| 1355 | 2025-02-28T10:18:59.790Z | Compiling num-conv v0.1.0 |
| 1356 | 2025-02-28T10:18:59.964Z | Compiling untrusted v0.9.0 |
| 1357 | 2025-02-28T10:19:00.093Z | Compiling time-macros v0.2.18 |
| 1358 | 2025-02-28T10:19:00.633Z | Compiling icu_locid_transform v1.5.0 |
| 1359 | 2025-02-28T10:19:00.725Z | Compiling spki v0.7.3 |
| 1360 | 2025-02-28T10:19:01.187Z | Compiling deranged v0.3.11 |
| 1361 | 2025-02-28T10:19:01.377Z | Compiling pest_meta v2.7.14 |
| 1362 | 2025-02-28T10:19:01.513Z | Compiling openssl-sys v0.9.106 |
| 1363 | 2025-02-28T10:19:02.630Z | Compiling icu_properties v1.5.1 |
| 1364 | 2025-02-28T10:19:02.679Z | Compiling scrypt v0.11.0 |
| 1365 | 2025-02-28T10:19:02.721Z | Compiling cbc v0.1.2 |
| 1366 | 2025-02-28T10:19:02.993Z | Compiling aes v0.8.4 |
| 1367 | 2025-02-28T10:19:03.093Z | Compiling scroll_derive v0.12.0 |
| 1368 | 2025-02-28T10:19:03.210Z | Compiling bitflags v2.6.0 |
| 1369 | 2025-02-28T10:19:03.391Z | Compiling bytes v1.10.0 |
| 1370 | 2025-02-28T10:19:04.580Z | Compiling tokio v1.43.0 |
| 1371 | 2025-02-28T10:19:04.799Z | Compiling semver v1.0.25 |
| 1372 | 2025-02-28T10:19:04.914Z | Compiling indexmap v2.7.1 |
| 1373 | 2025-02-28T10:19:05.527Z | Compiling http v1.2.0 |
| 1374 | 2025-02-28T10:19:06.020Z | Compiling rustc_version v0.4.1 |
| 1375 | 2025-02-28T10:19:06.024Z | Compiling tinyvec_macros v0.1.1 |
| 1376 | 2025-02-28T10:19:06.164Z | Compiling num_threads v0.1.7 |
| 1377 | 2025-02-28T10:19:06.334Z | Compiling atomic-waker v1.1.2 |
| 1378 | 2025-02-28T10:19:06.401Z | Compiling time v0.3.36 |
| 1379 | 2025-02-28T10:19:06.551Z | Compiling icu_normalizer v1.5.0 |
| 1380 | 2025-02-28T10:19:06.589Z | Compiling tinyvec v1.8.0 |
| 1381 | 2025-02-28T10:19:06.732Z | Compiling scroll v0.12.0 |
| 1382 | 2025-02-28T10:19:07.320Z | Compiling http-body v1.0.1 |
| 1383 | 2025-02-28T10:19:07.498Z | Compiling pkcs5 v0.7.1 |
| 1384 | 2025-02-28T10:19:07.593Z | Compiling which v4.4.2 |
| 1385 | 2025-02-28T10:19:07.896Z | Compiling idna_adapter v1.2.0 |
| 1386 | 2025-02-28T10:19:08.326Z | Compiling pest_generator v2.7.14 |
| 1387 | 2025-02-28T10:19:08.358Z | Compiling rand_chacha v0.3.1 |
| 1388 | 2025-02-28T10:19:08.403Z | Compiling form_urlencoded v1.2.1 |
| 1389 | 2025-02-28T10:19:08.655Z | Compiling slog v2.7.0 |
| 1390 | 2025-02-28T10:19:08.678Z | Compiling zerocopy v0.8.10 |
| 1391 | 2025-02-28T10:19:08.736Z | Compiling try-lock v0.2.5 |
| 1392 | 2025-02-28T10:19:08.923Z | Compiling goblin v0.8.2 |
| 1393 | 2025-02-28T10:19:09.304Z | Compiling want v0.3.1 |
| 1394 | 2025-02-28T10:19:09.586Z | Compiling rand v0.8.5 |
| 1395 | 2025-02-28T10:19:09.607Z | Compiling pkcs8 v0.10.2 |
| 1396 | 2025-02-28T10:19:10.066Z | Compiling pest_derive v2.7.14 |
| 1397 | 2025-02-28T10:19:10.296Z | Compiling idna v1.0.3 |
| 1398 | 2025-02-28T10:19:10.925Z | Compiling uuid v1.15.1 |
| 1399 | 2025-02-28T10:19:10.994Z | Compiling zerocopy-derive v0.8.10 |
| 1400 | 2025-02-28T10:19:11.270Z | Compiling tower-service v0.3.3 |
| 1401 | 2025-02-28T10:19:11.436Z | Compiling httpdate v1.0.3 |
| 1402 | 2025-02-28T10:19:11.847Z | Compiling iana-time-zone v0.1.61 |
| 1403 | 2025-02-28T10:19:11.906Z | Compiling dtrace-parser v0.2.0 |
| 1404 | 2025-02-28T10:19:12.262Z | Compiling chrono v0.4.40 |
| 1405 | 2025-02-28T10:19:12.569Z | Compiling serde_tokenstream v0.2.2 |
| 1406 | 2025-02-28T10:19:12.820Z | Compiling toml_datetime v0.6.8 |
| 1407 | 2025-02-28T10:19:13.205Z | Compiling tokio-util v0.7.13 |
| 1408 | 2025-02-28T10:19:13.322Z | Compiling serde_spanned v0.6.8 |
| 1409 | 2025-02-28T10:19:13.609Z | Compiling rustversion v1.0.17 |
| 1410 | 2025-02-28T10:19:13.822Z | Compiling foreign-types-shared v0.1.1 |
| 1411 | 2025-02-28T10:19:13.970Z | Compiling base64 v0.22.1 |
| 1412 | 2025-02-28T10:19:14.341Z | Compiling h2 v0.4.6 |
| 1413 | 2025-02-28T10:19:14.526Z | Compiling match_cfg v0.1.0 |
| 1414 | 2025-02-28T10:19:14.646Z | Compiling openssl v0.10.71 |
| 1415 | 2025-02-28T10:19:14.721Z | Compiling adler2 v2.0.0 |
| 1416 | 2025-02-28T10:19:14.961Z | Compiling miniz_oxide v0.8.5 |
| 1417 | 2025-02-28T10:19:15.120Z | Compiling dof v0.3.0 |
| 1418 | 2025-02-28T10:19:15.765Z | Compiling hostname v0.3.1 |
| 1419 | 2025-02-28T10:19:16.021Z | Compiling usdt-impl v0.5.0 |
| 1420 | 2025-02-28T10:19:16.717Z | Compiling foreign-types v0.3.2 |
| 1421 | 2025-02-28T10:19:16.845Z | Compiling url v2.5.3 |
| 1422 | 2025-02-28T10:19:17.070Z | Compiling rand_core v0.9.2 |
| 1423 | 2025-02-28T10:19:17.448Z | Compiling async-trait v0.1.86 |
| 1424 | 2025-02-28T10:19:17.563Z | Compiling openssl-macros v0.1.1 |
| 1425 | 2025-02-28T10:19:18.383Z | Compiling serde_derive_internals v0.29.1 |
| 1426 | 2025-02-28T10:19:18.485Z | Compiling dirs-sys-next v0.1.2 |
| 1427 | 2025-02-28T10:19:18.549Z | Compiling native-tls v0.2.12 |
| 1428 | 2025-02-28T10:19:18.711Z | Compiling rustls v0.22.4 |
| 1429 | 2025-02-28T10:19:18.733Z | Compiling schemars v0.8.22 |
| 1430 | 2025-02-28T10:19:18.949Z | Compiling data-encoding v2.6.0 |
| 1431 | 2025-02-28T10:19:19.029Z | Compiling rustls v0.23.19 |
| 1432 | 2025-02-28T10:19:19.032Z | Compiling syn v1.0.109 |
| 1433 | 2025-02-28T10:19:19.108Z | Compiling siphasher v0.3.11 |
| 1434 | 2025-02-28T10:19:19.478Z | Compiling dirs-next v2.0.0 |
| 1435 | 2025-02-28T10:19:19.723Z | Compiling rand_chacha v0.9.0 |
| 1436 | 2025-02-28T10:19:20.061Z | Compiling unicode-normalization v0.1.24 |
| 1437 | 2025-02-28T10:19:20.833Z | Compiling schemars_derive v0.8.22 |
| 1438 | 2025-02-28T10:19:20.895Z | Compiling http-body-util v0.1.2 |
| 1439 | 2025-02-28T10:19:21.105Z | Compiling heapless v0.7.17 |
| 1440 | 2025-02-28T10:19:21.299Z | Compiling crossbeam-epoch v0.9.18 |
| 1441 | 2025-02-28T10:19:21.440Z | Compiling sha1 v0.10.6 |
| 1442 | 2025-02-28T10:19:21.610Z | Compiling signature v2.2.0 |
| 1443 | 2025-02-28T10:19:21.931Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1444 | 2025-02-28T10:19:21.931Z | Compiling thread_local v1.1.8 |
| 1445 | 2025-02-28T10:19:22.063Z | Compiling encoding_rs v0.8.34 |
| 1446 | 2025-02-28T10:19:22.103Z | Compiling cookie v0.18.1 |
| 1447 | 2025-02-28T10:19:22.440Z | Compiling hyper v1.6.0 |
| 1448 | 2025-02-28T10:19:22.467Z | Compiling multer v3.1.0 |
| 1449 | 2025-02-28T10:19:22.487Z | Compiling mime v0.3.17 |
| 1450 | 2025-02-28T10:19:22.822Z | Compiling unicode-bidi v0.3.17 |
| 1451 | 2025-02-28T10:19:23.057Z | Compiling openssl-probe v0.1.5 |
| 1452 | 2025-02-28T10:19:23.411Z | Compiling signal-hook v0.3.17 |
| 1453 | 2025-02-28T10:19:23.738Z | Compiling unicode-properties v0.1.3 |
| 1454 | 2025-02-28T10:19:24.073Z | Compiling ipnet v2.11.0 |
| 1455 | 2025-02-28T10:19:24.095Z | Compiling gimli v0.31.1 |
| 1456 | 2025-02-28T10:19:24.208Z | Compiling rayon-core v1.12.1 |
| 1457 | 2025-02-28T10:19:24.530Z | Compiling dyn-clone v1.0.18 |
| 1458 | 2025-02-28T10:19:24.793Z | Compiling slog-async v2.8.0 |
| 1459 | 2025-02-28T10:19:25.173Z | Compiling hyper-util v0.1.10 |
| 1460 | 2025-02-28T10:19:25.468Z | Compiling stringprep v0.1.5 |
| 1461 | 2025-02-28T10:19:26.367Z | Compiling toml_edit v0.22.24 |
| 1462 | 2025-02-28T10:19:27.012Z | Compiling crossbeam-deque v0.8.5 |
| 1463 | 2025-02-28T10:19:27.446Z | Compiling rand v0.9.0 |
| 1464 | 2025-02-28T10:19:28.394Z | Compiling term v0.7.0 |
| 1465 | 2025-02-28T10:19:28.418Z | Compiling usdt-attr-macro v0.5.0 |
| 1466 | 2025-02-28T10:19:28.928Z | Compiling addr2line v0.24.2 |
| 1467 | 2025-02-28T10:19:29.210Z | Compiling usdt-macro v0.5.0 |
| 1468 | 2025-02-28T10:19:29.317Z | Compiling slog-json v2.6.1 |
| 1469 | 2025-02-28T10:19:29.677Z | Compiling serde_urlencoded v0.7.1 |
| 1470 | 2025-02-28T10:19:29.698Z | Compiling curve25519-dalek v4.1.3 |
| 1471 | 2025-02-28T10:19:29.767Z | Compiling crossbeam-channel v0.5.13 |
| 1472 | 2025-02-28T10:19:30.084Z | Compiling futures-executor v0.3.31 |
| 1473 | 2025-02-28T10:19:30.171Z | Compiling enum-as-inner v0.6.1 |
| 1474 | 2025-02-28T10:19:30.444Z | Compiling md-5 v0.10.6 |
| 1475 | 2025-02-28T10:19:30.604Z | Compiling async-stream-impl v0.3.6 |
| 1476 | 2025-02-28T10:19:30.675Z | Compiling rustls-pemfile v2.2.0 |
| 1477 | 2025-02-28T10:19:30.761Z | Compiling num-integer v0.1.46 |
| 1478 | 2025-02-28T10:19:30.838Z | Compiling hash32 v0.2.1 |
| 1479 | 2025-02-28T10:19:31.070Z | Compiling ff v0.13.0 |
| 1480 | 2025-02-28T10:19:31.264Z | Compiling is-terminal v0.4.13 |
| 1481 | 2025-02-28T10:19:31.306Z | Compiling object v0.36.5 |
| 1482 | 2025-02-28T10:19:31.337Z | Compiling memoffset v0.9.1 |
| 1483 | 2025-02-28T10:19:31.432Z | Compiling dropshot v0.12.0 |
| 1484 | 2025-02-28T10:19:31.636Z | Compiling rustc-demangle v0.1.24 |
| 1485 | 2025-02-28T10:19:31.716Z | Compiling linked-hash-map v0.5.6 |
| 1486 | 2025-02-28T10:19:31.787Z | Compiling utf-8 v0.7.6 |
| 1487 | 2025-02-28T10:19:32.066Z | Compiling litrs v0.4.1 |
| 1488 | 2025-02-28T10:19:32.088Z | Compiling num-bigint-dig v0.8.4 |
| 1489 | 2025-02-28T10:19:32.149Z | Compiling anyhow v1.0.96 |
| 1490 | 2025-02-28T10:19:32.448Z | Compiling take_mut v0.2.2 |
| 1491 | 2025-02-28T10:19:32.587Z | Compiling smoltcp v0.9.1 |
| 1492 | 2025-02-28T10:19:32.640Z | Compiling fallible-iterator v0.2.0 |
| 1493 | 2025-02-28T10:19:32.780Z | Compiling base16ct v0.2.0 |
| 1494 | 2025-02-28T10:19:33.137Z | Compiling quick-error v1.2.3 |
| 1495 | 2025-02-28T10:19:33.225Z | Compiling cfg_aliases v0.2.1 |
| 1496 | 2025-02-28T10:19:33.295Z | Compiling psl-types v2.0.11 |
| 1497 | 2025-02-28T10:19:33.316Z | Compiling portable-atomic v1.9.0 |
| 1498 | 2025-02-28T10:19:33.342Z | Compiling nix v0.29.0 |
| 1499 | 2025-02-28T10:19:33.364Z | Compiling postgres-protocol v0.6.8 |
| 1500 | 2025-02-28T10:19:33.508Z | Compiling publicsuffix v2.3.0 |
| 1501 | 2025-02-28T10:19:33.916Z | Compiling resolv-conf v0.7.0 |
| 1502 | 2025-02-28T10:19:33.994Z | Compiling document-features v0.2.10 |
| 1503 | 2025-02-28T10:19:34.251Z | Compiling sec1 v0.7.3 |
| 1504 | 2025-02-28T10:19:34.687Z | Compiling async-stream v0.3.6 |
| 1505 | 2025-02-28T10:19:34.835Z | Compiling tungstenite v0.24.0 |
| 1506 | 2025-02-28T10:19:34.857Z | Compiling lru-cache v0.1.2 |
| 1507 | 2025-02-28T10:19:35.088Z | Compiling slog-term v2.9.1 |
| 1508 | 2025-02-28T10:19:35.218Z | Compiling num-iter v0.1.45 |
| 1509 | 2025-02-28T10:19:35.261Z | Compiling hickory-proto v0.24.4 |
| 1510 | 2025-02-28T10:19:35.444Z | Compiling group v0.13.0 |
| 1511 | 2025-02-28T10:19:35.731Z | Compiling usdt v0.5.0 |
| 1512 | 2025-02-28T10:19:36.350Z | Compiling futures v0.3.31 |
| 1513 | 2025-02-28T10:19:36.406Z | Compiling toml v0.8.20 |
| 1514 | 2025-02-28T10:19:36.497Z | Compiling slog-bunyan v2.5.0 |
| 1515 | 2025-02-28T10:19:37.999Z | Compiling tokio-native-tls v0.3.1 |
| 1516 | 2025-02-28T10:19:38.042Z | Compiling camino v1.1.9 |
| 1517 | 2025-02-28T10:19:38.327Z | Compiling phf_shared v0.11.2 |
| 1518 | 2025-02-28T10:19:38.505Z | Compiling backtrace v0.3.74 |
| 1519 | 2025-02-28T10:19:38.732Z | Compiling dropshot_endpoint v0.12.0 |
| 1520 | 2025-02-28T10:19:38.926Z | Compiling terminal_size v0.4.0 |
| 1521 | 2025-02-28T10:19:38.947Z | Compiling waitgroup v0.1.2 |
| 1522 | 2025-02-28T10:19:39.026Z | Compiling openapiv3 v2.0.0 |
| 1523 | 2025-02-28T10:19:39.172Z | Compiling serde_path_to_error v0.1.16 |
| 1524 | 2025-02-28T10:19:39.195Z | Compiling hkdf v0.12.4 |
| 1525 | 2025-02-28T10:19:39.497Z | Compiling crypto-bigint v0.5.5 |
| 1526 | 2025-02-28T10:19:39.967Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1527 | 2025-02-28T10:19:40.861Z | Compiling hubpack_derive v0.1.1 |
| 1528 | 2025-02-28T10:19:41.520Z | Compiling zerocopy-derive v0.6.6 |
| 1529 | 2025-02-28T10:19:41.643Z | Compiling webpki-roots v0.26.6 |
| 1530 | 2025-02-28T10:19:41.887Z | Compiling sync_wrapper v1.0.1 |
| 1531 | 2025-02-28T10:19:41.907Z | Compiling hostname v0.4.0 |
| 1532 | 2025-02-28T10:19:42.079Z | Compiling ahash v0.8.11 |
| 1533 | 2025-02-28T10:19:42.148Z | Compiling fs-err v2.11.0 |
| 1534 | 2025-02-28T10:19:42.463Z | Compiling crc32fast v1.4.2 |
| 1535 | 2025-02-28T10:19:42.501Z | Compiling tower-layer v0.3.3 |
| 1536 | 2025-02-28T10:19:42.801Z | Compiling newtype-uuid v1.2.1 |
| 1537 | 2025-02-28T10:19:42.833Z | Compiling unicode-width v0.2.0 |
| 1538 | 2025-02-28T10:19:43.139Z | Compiling winnow v0.5.40 |
| 1539 | 2025-02-28T10:19:43.161Z | Compiling debug-ignore v1.0.5 |
| 1540 | 2025-02-28T10:19:43.308Z | Compiling managed v0.8.0 |
| 1541 | 2025-02-28T10:19:43.332Z | Compiling console v0.15.10 |
| 1542 | 2025-02-28T10:19:43.414Z | Compiling strum_macros v0.25.3 |
| 1543 | 2025-02-28T10:19:43.606Z | Compiling zerocopy v0.6.6 |
| 1544 | 2025-02-28T10:19:44.388Z | Compiling clap_builder v4.5.31 |
| 1545 | 2025-02-28T10:19:44.802Z | Compiling elliptic-curve v0.13.8 |
| 1546 | 2025-02-28T10:19:45.132Z | Compiling tower v0.5.2 |
| 1547 | 2025-02-28T10:19:45.705Z | Compiling flate2 v1.1.0 |
| 1548 | 2025-02-28T10:19:46.097Z | Compiling hubpack v0.1.2 |
| 1549 | 2025-02-28T10:19:46.159Z | Compiling hickory-resolver v0.24.4 |
| 1550 | 2025-02-28T10:19:46.728Z | Compiling toml_edit v0.19.15 |
| 1551 | 2025-02-28T10:19:46.956Z | Compiling phf v0.11.2 |
| 1552 | 2025-02-28T10:19:47.239Z | Compiling signal-hook-mio v0.2.4 |
| 1553 | 2025-02-28T10:19:47.393Z | Compiling hyper-tls v0.6.0 |
| 1554 | 2025-02-28T10:19:47.403Z | Compiling rayon v1.10.0 |
| 1555 | 2025-02-28T10:19:47.451Z | Compiling cookie_store v0.21.1 |
| 1556 | 2025-02-28T10:19:47.870Z | Compiling bzip2 v0.4.4 |
| 1557 | 2025-02-28T10:19:48.287Z | Compiling tokio-tungstenite v0.24.0 |
| 1558 | 2025-02-28T10:19:50.599Z | Compiling postgres-types v0.2.9 |
| 1559 | 2025-02-28T10:19:52.064Z | Compiling ed25519 v2.2.3 |
| 1560 | 2025-02-28T10:19:52.152Z | Compiling phf_shared v0.10.0 |
| 1561 | 2025-02-28T10:19:52.283Z | Compiling tokio-stream v0.1.17 |
| 1562 | 2025-02-28T10:19:52.593Z | Compiling pkcs1 v0.7.5 |
| 1563 | 2025-02-28T10:19:53.054Z | Compiling serde-big-array v0.5.1 |
| 1564 | 2025-02-28T10:19:53.339Z | Compiling clap_derive v4.5.28 |
| 1565 | 2025-02-28T10:19:53.343Z | Compiling rfc6979 v0.4.0 |
| 1566 | 2025-02-28T10:19:53.561Z | Compiling serde_repr v0.1.19 |
| 1567 | 2025-02-28T10:19:53.589Z | Compiling derive-where v1.2.7 |
| 1568 | 2025-02-28T10:19:54.046Z | Compiling bstr v1.10.0 |
| 1569 | 2025-02-28T10:19:54.176Z | Compiling float-cmp v0.10.0 |
| 1570 | 2025-02-28T10:19:54.457Z | Compiling static_assertions v1.1.0 |
| 1571 | 2025-02-28T10:19:54.587Z | Compiling whoami v1.5.2 |
| 1572 | 2025-02-28T10:19:54.631Z | Compiling bit-vec v0.6.3 |
| 1573 | 2025-02-28T10:19:54.824Z | Compiling number_prefix v0.4.0 |
| 1574 | 2025-02-28T10:19:55.092Z | Compiling predicates-core v1.0.8 |
| 1575 | 2025-02-28T10:19:55.115Z | Compiling precomputed-hash v0.1.1 |
| 1576 | 2025-02-28T10:19:55.165Z | Compiling normalize-line-endings v0.3.0 |
| 1577 | 2025-02-28T10:19:55.259Z | Compiling difflib v0.4.0 |
| 1578 | 2025-02-28T10:19:55.324Z | Compiling fixedbitset v0.4.2 |
| 1579 | 2025-02-28T10:19:55.541Z | Compiling unicode-segmentation v1.12.0 |
| 1580 | 2025-02-28T10:19:55.782Z | Compiling new_debug_unreachable v1.0.6 |
| 1581 | 2025-02-28T10:19:55.812Z | Compiling predicates v3.1.3 |
| 1582 | 2025-02-28T10:19:55.902Z | Compiling string_cache v0.8.7 |
| 1583 | 2025-02-28T10:19:56.396Z | Compiling similar v2.6.0 |
| 1584 | 2025-02-28T10:19:56.436Z | Compiling petgraph v0.6.5 |
| 1585 | 2025-02-28T10:19:56.756Z | Compiling indicatif v0.17.11 |
| 1586 | 2025-02-28T10:19:57.153Z | Compiling bit-set v0.5.3 |
| 1587 | 2025-02-28T10:19:57.473Z | Compiling tokio-postgres v0.7.13 |
| 1588 | 2025-02-28T10:19:57.496Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1589 | 2025-02-28T10:19:58.206Z | Compiling clap v4.5.31 |
| 1590 | 2025-02-28T10:19:58.352Z | Compiling ecdsa v0.16.9 |
| 1591 | 2025-02-28T10:19:58.598Z | Compiling rsa v0.9.6 |
| 1592 | 2025-02-28T10:19:58.859Z | Compiling ed25519-dalek v2.1.1 |
| 1593 | 2025-02-28T10:20:00.285Z | Compiling toml v0.7.8 |
| 1594 | 2025-02-28T10:20:00.361Z | Compiling zip v0.6.6 |
| 1595 | 2025-02-28T10:20:01.432Z | Compiling crossterm v0.28.1 |
| 1596 | 2025-02-28T10:20:02.813Z | Compiling hex v0.4.3 |
| 1597 | 2025-02-28T10:20:02.835Z | Compiling x509-cert v0.2.5 |
| 1598 | 2025-02-28T10:20:03.461Z | Compiling itertools v0.10.5 |
| 1599 | 2025-02-28T10:20:03.643Z | Compiling peg-runtime v0.8.3 |
| 1600 | 2025-02-28T10:20:04.288Z | Compiling lalrpop-util v0.19.12 |
| 1601 | 2025-02-28T10:20:04.391Z | Compiling unicode-xid v0.2.6 |
| 1602 | 2025-02-28T10:20:04.441Z | Compiling strum_macros v0.26.4 |
| 1603 | 2025-02-28T10:20:04.609Z | Compiling xattr v1.3.1 |
| 1604 | 2025-02-28T10:20:04.705Z | Compiling filetime v0.2.25 |
| 1605 | 2025-02-28T10:20:04.928Z | Compiling tar v0.4.44 |
| 1606 | 2025-02-28T10:20:09.422Z | Compiling strum v0.26.3 |
| 1607 | 2025-02-28T10:20:12.818Z | Compiling aws-lc-sys v0.26.0 |
| 1608 | 2025-02-28T10:20:47.372Z | Compiling rustls-webpki v0.102.8 |
| 1609 | 2025-02-28T10:20:51.017Z | Compiling tokio-rustls v0.25.0 |
| 1610 | 2025-02-28T10:20:52.855Z | Compiling tokio-rustls v0.26.0 |
| 1611 | 2025-02-28T10:20:53.152Z | Compiling hyper-rustls v0.27.3 |
| 1612 | 2025-02-28T10:20:53.534Z | Compiling reqwest v0.12.12 |
| 1613 | 2025-02-28T10:20:55.289Z | Compiling qorb v0.2.1 |
| 1614 | 2025-02-28T10:20:58.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1615 | 2025-02-28T10:20:58.912Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1616 | 2025-02-28T10:21:04.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
| 1617 | 2025-02-28T10:21:04.333Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1618 | 2025-02-28T10:21:04.395Z | Feb 28 10:21:03.637 INFO Starting download, target: DendriteOpenapi |
| 1619 | 2025-02-28T10:21:04.396Z | Feb 28 10:21:03.637 INFO Starting download, target: Console |
| 1620 | 2025-02-28T10:21:04.396Z | Feb 28 10:21:03.637 INFO Starting download, target: Cockroach |
| 1621 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.637 INFO Starting download, target: DendriteStub |
| 1622 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.638 INFO Starting download, target: Clickhouse |
| 1623 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.638 INFO Starting download, target: MaghemiteMgd |
| 1624 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.638 INFO Starting download, target: TransceiverControl |
| 1625 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.638 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1626 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.639 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1627 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.639 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1628 | 2025-02-28T10:21:04.400Z | Feb 28 10:21:03.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1629 | 2025-02-28T10:21:04.401Z | Feb 28 10:21:03.639 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1630 | 2025-02-28T10:21:04.401Z | Feb 28 10:21:03.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1631 | 2025-02-28T10:21:04.401Z | Feb 28 10:21:03.639 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1632 | 2025-02-28T10:21:04.646Z | Feb 28 10:21:03.878 INFO Download complete, target: DendriteOpenapi |
| 1633 | 2025-02-28T10:21:04.861Z | Feb 28 10:21:04.066 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1634 | 2025-02-28T10:21:05.047Z | Feb 28 10:21:04.287 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1635 | 2025-02-28T10:21:05.269Z | Feb 28 10:21:04.485 INFO Download complete, target: TransceiverControl |
| 1636 | 2025-02-28T10:21:05.407Z | Feb 28 10:21:04.632 INFO Download complete, target: Console |
| 1637 | 2025-02-28T10:21:05.475Z | Feb 28 10:21:04.708 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1638 | 2025-02-28T10:21:05.571Z | Feb 28 10:21:04.806 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1639 | 2025-02-28T10:21:06.277Z | Feb 28 10:21:05.518 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1640 | 2025-02-28T10:21:06.277Z | Feb 28 10:21:05.518 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1641 | 2025-02-28T10:21:06.552Z | Feb 28 10:21:05.794 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1642 | 2025-02-28T10:21:08.064Z | Feb 28 10:21:07.305 INFO Download complete, target: DendriteStub |
| 1643 | 2025-02-28T10:21:08.255Z | Feb 28 10:21:07.497 INFO Download complete, target: MaghemiteMgd |
| 1644 | 2025-02-28T10:21:12.846Z | Feb 28 10:21:12.087 INFO Checking that binary works, target: Cockroach |
| 1645 | 2025-02-28T10:21:13.026Z | Feb 28 10:21:12.267 INFO Download complete, target: Cockroach |
| 1646 | 2025-02-28T10:21:17.387Z | Feb 28 10:21:16.627 INFO Checking that binary works, target: Clickhouse |
| 1647 | 2025-02-28T10:21:17.652Z | Feb 28 10:21:16.891 INFO Download complete, target: Clickhouse |
| 1648 | 2025-02-28T10:21:17.673Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1649 | 2025-02-28T10:21:17.677Z | |
| 1650 | 2025-02-28T10:21:17.677Z | real 6:10.199119030 |
| 1651 | 2025-02-28T10:21:17.677Z | user 17:00.356312645 |
| 1652 | 2025-02-28T10:21:17.677Z | sys 2:22.072949812 |
| 1653 | 2025-02-28T10:21:17.677Z | trap 0.691065392 |
| 1654 | 2025-02-28T10:21:17.677Z | tflt 1.686998350 |
| 1655 | 2025-02-28T10:21:17.677Z | dflt 1.864059137 |
| 1656 | 2025-02-28T10:21:17.677Z | kflt 0.064487545 |
| 1657 | 2025-02-28T10:21:17.677Z | lock 26:44.479645143 |
| 1658 | 2025-02-28T10:21:17.677Z | slp 1:02:53.365320891 |
| 1659 | 2025-02-28T10:21:17.677Z | lat 1:05.695297197 |
| 1660 | 2025-02-28T10:21:17.677Z | stop 2:44.964693988 |
| 1661 | 2025-02-28T10:21:17.677Z | + banner hack-check |
| 1662 | 2025-02-28T10:21:17.680Z | |
| 1663 | 2025-02-28T10:21:17.680Z | # # ## #### # # #### # # ###### #### # # |
| 1664 | 2025-02-28T10:21:17.680Z | # # # # # # # # # # # # # # # # # |
| 1665 | 2025-02-28T10:21:17.680Z | ###### # # # #### ##### # ###### ##### # #### |
| 1666 | 2025-02-28T10:21:17.680Z | # # ###### # # # # # # # # # # |
| 1667 | 2025-02-28T10:21:17.680Z | # # # # # # # # # # # # # # # # # |
| 1668 | 2025-02-28T10:21:17.680Z | # # # # #### # # #### # # ###### #### # # |
| 1669 | 2025-02-28T10:21:17.680Z | |
| 1670 | 2025-02-28T10:21:17.680Z | + export CARGO_INCREMENTAL=0 |
| 1671 | 2025-02-28T10:21:17.680Z | + CARGO_INCREMENTAL=0 |
| 1672 | 2025-02-28T10:21:17.680Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1673 | 2025-02-28T10:21:18.346Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1674 | 2025-02-28T10:21:21.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
| 1675 | 2025-02-28T10:21:21.621Z | Running `target/debug/xtask check-features --ci` |
| 1676 | 2025-02-28T10:21:21.650Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1677 | 2025-02-28T10:21:21.653Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1678 | 2025-02-28T10:21:22.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1679 | 2025-02-28T10:21:22.216Z | Running `target/debug/xtask download cargo-hack` |
| 1680 | 2025-02-28T10:21:23.208Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1681 | 2025-02-28T10:21:23.626Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1682 | 2025-02-28T10:21:27.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
| 1683 | 2025-02-28T10:21:27.986Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1684 | 2025-02-28T10:21:28.033Z | Feb 28 10:21:27.271 INFO Starting download, target: CargoHack |
| 1685 | 2025-02-28T10:21:28.036Z | Feb 28 10:21:27.272 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1686 | 2025-02-28T10:21:28.504Z | Feb 28 10:21:27.743 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1687 | 2025-02-28T10:21:28.580Z | Feb 28 10:21:27.819 INFO Download complete, target: CargoHack |
| 1688 | 2025-02-28T10:21:28.585Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1689 | 2025-02-28T10:21:28.603Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1690 | 2025-02-28T10:21:28.802Z | info: running `cargo check --bins` on api_identity (1/199) |
| 1691 | 2025-02-28T10:21:29.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1692 | 2025-02-28T10:21:29.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1693 | 2025-02-28T10:21:29.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1694 | 2025-02-28T10:21:29.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1695 | 2025-02-28T10:21:29.550Z | |
| 1696 | 2025-02-28T10:21:29.550Z | info: running `cargo check --bins` on bootstore (2/199) |
| 1697 | 2025-02-28T10:21:30.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1698 | 2025-02-28T10:21:30.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1699 | 2025-02-28T10:21:30.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1700 | 2025-02-28T10:21:30.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1701 | 2025-02-28T10:21:30.333Z | |
| 1702 | 2025-02-28T10:21:30.333Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
| 1703 | 2025-02-28T10:21:31.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1704 | 2025-02-28T10:21:31.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1705 | 2025-02-28T10:21:31.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1706 | 2025-02-28T10:21:31.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1707 | 2025-02-28T10:21:31.115Z | |
| 1708 | 2025-02-28T10:21:31.115Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
| 1709 | 2025-02-28T10:21:31.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1710 | 2025-02-28T10:21:31.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1711 | 2025-02-28T10:21:31.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1712 | 2025-02-28T10:21:31.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1713 | 2025-02-28T10:21:31.886Z | |
| 1714 | 2025-02-28T10:21:31.886Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
| 1715 | 2025-02-28T10:21:32.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1716 | 2025-02-28T10:21:32.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1717 | 2025-02-28T10:21:32.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1718 | 2025-02-28T10:21:32.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1719 | 2025-02-28T10:21:32.441Z | |
| 1720 | 2025-02-28T10:21:32.441Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
| 1721 | 2025-02-28T10:21:32.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1722 | 2025-02-28T10:21:32.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1723 | 2025-02-28T10:21:32.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1724 | 2025-02-28T10:21:32.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1725 | 2025-02-28T10:21:32.996Z | |
| 1726 | 2025-02-28T10:21:32.996Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
| 1727 | 2025-02-28T10:21:33.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1728 | 2025-02-28T10:21:33.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1729 | 2025-02-28T10:21:33.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1730 | 2025-02-28T10:21:33.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1731 | 2025-02-28T10:21:33.536Z | |
| 1732 | 2025-02-28T10:21:33.537Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
| 1733 | 2025-02-28T10:21:34.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1734 | 2025-02-28T10:21:34.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1735 | 2025-02-28T10:21:34.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1736 | 2025-02-28T10:21:34.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1737 | 2025-02-28T10:21:34.079Z | |
| 1738 | 2025-02-28T10:21:34.079Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
| 1739 | 2025-02-28T10:21:34.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1740 | 2025-02-28T10:21:34.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1741 | 2025-02-28T10:21:34.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1742 | 2025-02-28T10:21:34.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1743 | 2025-02-28T10:21:34.625Z | |
| 1744 | 2025-02-28T10:21:34.625Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
| 1745 | 2025-02-28T10:21:35.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1746 | 2025-02-28T10:21:35.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1747 | 2025-02-28T10:21:35.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1748 | 2025-02-28T10:21:35.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1749 | 2025-02-28T10:21:35.164Z | |
| 1750 | 2025-02-28T10:21:35.164Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
| 1751 | 2025-02-28T10:21:35.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1752 | 2025-02-28T10:21:35.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1753 | 2025-02-28T10:21:35.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1754 | 2025-02-28T10:21:35.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1755 | 2025-02-28T10:21:35.710Z | |
| 1756 | 2025-02-28T10:21:35.710Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
| 1757 | 2025-02-28T10:21:36.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1758 | 2025-02-28T10:21:36.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1759 | 2025-02-28T10:21:36.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1760 | 2025-02-28T10:21:36.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1761 | 2025-02-28T10:21:36.236Z | |
| 1762 | 2025-02-28T10:21:36.236Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
| 1763 | 2025-02-28T10:21:36.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1764 | 2025-02-28T10:21:36.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1765 | 2025-02-28T10:21:36.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1766 | 2025-02-28T10:21:36.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1767 | 2025-02-28T10:21:36.772Z | |
| 1768 | 2025-02-28T10:21:36.772Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
| 1769 | 2025-02-28T10:21:37.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1770 | 2025-02-28T10:21:37.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1771 | 2025-02-28T10:21:37.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1772 | 2025-02-28T10:21:37.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1773 | 2025-02-28T10:21:37.310Z | |
| 1774 | 2025-02-28T10:21:37.310Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
| 1775 | 2025-02-28T10:21:37.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1776 | 2025-02-28T10:21:37.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1777 | 2025-02-28T10:21:37.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1778 | 2025-02-28T10:21:37.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1779 | 2025-02-28T10:21:37.835Z | |
| 1780 | 2025-02-28T10:21:37.835Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
| 1781 | 2025-02-28T10:21:38.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1782 | 2025-02-28T10:21:38.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1783 | 2025-02-28T10:21:38.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1784 | 2025-02-28T10:21:38.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1785 | 2025-02-28T10:21:38.366Z | |
| 1786 | 2025-02-28T10:21:38.366Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
| 1787 | 2025-02-28T10:21:38.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1788 | 2025-02-28T10:21:38.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1789 | 2025-02-28T10:21:38.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1790 | 2025-02-28T10:21:38.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1791 | 2025-02-28T10:21:38.895Z | |
| 1792 | 2025-02-28T10:21:38.895Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
| 1793 | 2025-02-28T10:21:39.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1794 | 2025-02-28T10:21:39.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1795 | 2025-02-28T10:21:39.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1796 | 2025-02-28T10:21:39.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1797 | 2025-02-28T10:21:39.434Z | |
| 1798 | 2025-02-28T10:21:39.434Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
| 1799 | 2025-02-28T10:21:39.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2025-02-28T10:21:39.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2025-02-28T10:21:39.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1802 | 2025-02-28T10:21:39.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1803 | 2025-02-28T10:21:39.975Z | |
| 1804 | 2025-02-28T10:21:39.975Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
| 1805 | 2025-02-28T10:21:40.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1806 | 2025-02-28T10:21:40.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1807 | 2025-02-28T10:21:40.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1808 | 2025-02-28T10:21:40.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1809 | 2025-02-28T10:21:40.509Z | |
| 1810 | 2025-02-28T10:21:40.509Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
| 1811 | 2025-02-28T10:21:40.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1812 | 2025-02-28T10:21:40.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1813 | 2025-02-28T10:21:40.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1814 | 2025-02-28T10:21:40.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1815 | 2025-02-28T10:21:41.052Z | |
| 1816 | 2025-02-28T10:21:41.052Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
| 1817 | 2025-02-28T10:21:41.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2025-02-28T10:21:41.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2025-02-28T10:21:41.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2025-02-28T10:21:41.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1821 | 2025-02-28T10:21:41.601Z | |
| 1822 | 2025-02-28T10:21:41.601Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
| 1823 | 2025-02-28T10:21:42.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2025-02-28T10:21:42.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2025-02-28T10:21:42.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2025-02-28T10:21:42.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1827 | 2025-02-28T10:21:42.137Z | |
| 1828 | 2025-02-28T10:21:42.137Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
| 1829 | 2025-02-28T10:21:42.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2025-02-28T10:21:42.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2025-02-28T10:21:42.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2025-02-28T10:21:42.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1833 | 2025-02-28T10:21:42.699Z | |
| 1834 | 2025-02-28T10:21:42.699Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
| 1835 | 2025-02-28T10:21:43.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2025-02-28T10:21:43.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2025-02-28T10:21:43.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2025-02-28T10:21:43.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1839 | 2025-02-28T10:21:43.248Z | |
| 1840 | 2025-02-28T10:21:43.248Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
| 1841 | 2025-02-28T10:21:43.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2025-02-28T10:21:43.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2025-02-28T10:21:43.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2025-02-28T10:21:43.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1845 | 2025-02-28T10:21:43.789Z | |
| 1846 | 2025-02-28T10:21:43.789Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
| 1847 | 2025-02-28T10:21:44.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2025-02-28T10:21:44.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2025-02-28T10:21:44.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2025-02-28T10:21:44.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1851 | 2025-02-28T10:21:44.339Z | |
| 1852 | 2025-02-28T10:21:44.339Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
| 1853 | 2025-02-28T10:21:44.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2025-02-28T10:21:44.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2025-02-28T10:21:44.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2025-02-28T10:21:44.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1857 | 2025-02-28T10:21:44.876Z | |
| 1858 | 2025-02-28T10:21:44.876Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
| 1859 | 2025-02-28T10:21:45.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2025-02-28T10:21:45.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2025-02-28T10:21:45.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2025-02-28T10:21:45.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1863 | 2025-02-28T10:21:45.410Z | |
| 1864 | 2025-02-28T10:21:45.411Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
| 1865 | 2025-02-28T10:21:45.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2025-02-28T10:21:45.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2025-02-28T10:21:45.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2025-02-28T10:21:45.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1869 | 2025-02-28T10:21:45.947Z | |
| 1870 | 2025-02-28T10:21:45.947Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
| 1871 | 2025-02-28T10:21:46.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2025-02-28T10:21:46.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2025-02-28T10:21:46.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2025-02-28T10:21:46.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1875 | 2025-02-28T10:21:46.481Z | |
| 1876 | 2025-02-28T10:21:46.481Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
| 1877 | 2025-02-28T10:21:46.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2025-02-28T10:21:46.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2025-02-28T10:21:46.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2025-02-28T10:21:46.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1881 | 2025-02-28T10:21:47.021Z | |
| 1882 | 2025-02-28T10:21:47.021Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
| 1883 | 2025-02-28T10:21:47.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2025-02-28T10:21:47.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2025-02-28T10:21:47.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2025-02-28T10:21:47.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1887 | 2025-02-28T10:21:47.554Z | |
| 1888 | 2025-02-28T10:21:47.554Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
| 1889 | 2025-02-28T10:21:48.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2025-02-28T10:21:48.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2025-02-28T10:21:48.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2025-02-28T10:21:48.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1893 | 2025-02-28T10:21:48.103Z | |
| 1894 | 2025-02-28T10:21:48.103Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
| 1895 | 2025-02-28T10:21:48.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2025-02-28T10:21:48.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2025-02-28T10:21:48.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2025-02-28T10:21:48.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1899 | 2025-02-28T10:21:48.650Z | |
| 1900 | 2025-02-28T10:21:48.650Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
| 1901 | 2025-02-28T10:21:49.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2025-02-28T10:21:49.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2025-02-28T10:21:49.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2025-02-28T10:21:49.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1905 | 2025-02-28T10:21:49.189Z | |
| 1906 | 2025-02-28T10:21:49.189Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
| 1907 | 2025-02-28T10:21:49.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2025-02-28T10:21:49.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2025-02-28T10:21:49.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2025-02-28T10:21:49.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1911 | 2025-02-28T10:21:49.734Z | |
| 1912 | 2025-02-28T10:21:49.734Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
| 1913 | 2025-02-28T10:21:50.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2025-02-28T10:21:50.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2025-02-28T10:21:50.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2025-02-28T10:21:50.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1917 | 2025-02-28T10:21:50.278Z | |
| 1918 | 2025-02-28T10:21:50.278Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
| 1919 | 2025-02-28T10:21:50.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2025-02-28T10:21:50.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2025-02-28T10:21:50.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2025-02-28T10:21:50.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1923 | 2025-02-28T10:21:50.809Z | |
| 1924 | 2025-02-28T10:21:50.809Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
| 1925 | 2025-02-28T10:21:51.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2025-02-28T10:21:51.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2025-02-28T10:21:51.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2025-02-28T10:21:51.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1929 | 2025-02-28T10:21:51.359Z | |
| 1930 | 2025-02-28T10:21:51.360Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
| 1931 | 2025-02-28T10:21:51.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2025-02-28T10:21:51.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2025-02-28T10:21:51.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2025-02-28T10:21:51.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1935 | 2025-02-28T10:21:51.907Z | |
| 1936 | 2025-02-28T10:21:51.907Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
| 1937 | 2025-02-28T10:21:52.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2025-02-28T10:21:52.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2025-02-28T10:21:52.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2025-02-28T10:21:52.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1941 | 2025-02-28T10:21:52.453Z | |
| 1942 | 2025-02-28T10:21:52.454Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
| 1943 | 2025-02-28T10:21:52.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2025-02-28T10:21:52.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2025-02-28T10:21:52.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2025-02-28T10:21:52.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1947 | 2025-02-28T10:21:52.992Z | |
| 1948 | 2025-02-28T10:21:52.992Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
| 1949 | 2025-02-28T10:21:53.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2025-02-28T10:21:53.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2025-02-28T10:21:53.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2025-02-28T10:21:53.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1953 | 2025-02-28T10:21:53.518Z | |
| 1954 | 2025-02-28T10:21:53.518Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
| 1955 | 2025-02-28T10:21:54.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2025-02-28T10:21:54.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2025-02-28T10:21:54.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2025-02-28T10:21:54.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1959 | 2025-02-28T10:21:54.291Z | |
| 1960 | 2025-02-28T10:21:54.291Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
| 1961 | 2025-02-28T10:21:54.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2025-02-28T10:21:54.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2025-02-28T10:21:54.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2025-02-28T10:21:54.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1965 | 2025-02-28T10:21:55.062Z | |
| 1966 | 2025-02-28T10:21:55.062Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
| 1967 | 2025-02-28T10:21:55.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2025-02-28T10:21:55.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2025-02-28T10:21:55.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2025-02-28T10:21:55.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1971 | 2025-02-28T10:21:55.843Z | |
| 1972 | 2025-02-28T10:21:55.843Z | info: running `cargo check --bins` on oxlog (48/199) |
| 1973 | 2025-02-28T10:21:56.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2025-02-28T10:21:56.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2025-02-28T10:21:56.597Z | Checking cfg-if v1.0.0 |
| 1976 | 2025-02-28T10:21:56.600Z | Checking libc v0.2.170 |
| 1977 | 2025-02-28T10:21:56.718Z | Checking serde v1.0.218 |
| 1978 | 2025-02-28T10:21:56.721Z | Checking zeroize v1.8.1 |
| 1979 | 2025-02-28T10:21:56.744Z | Checking memchr v2.7.4 |
| 1980 | 2025-02-28T10:21:56.759Z | Checking typenum v1.17.0 |
| 1981 | 2025-02-28T10:21:56.762Z | Checking subtle v2.6.1 |
| 1982 | 2025-02-28T10:21:56.791Z | Checking value-bag v1.9.0 |
| 1983 | 2025-02-28T10:21:56.806Z | Checking scopeguard v1.2.0 |
| 1984 | 2025-02-28T10:21:56.970Z | Checking smallvec v1.14.0 |
| 1985 | 2025-02-28T10:21:56.992Z | Checking lock_api v0.4.12 |
| 1986 | 2025-02-28T10:21:57.058Z | Checking const-oid v0.9.6 |
| 1987 | 2025-02-28T10:21:57.224Z | Checking log v0.4.22 |
| 1988 | 2025-02-28T10:21:57.325Z | Checking itoa v1.0.11 |
| 1989 | 2025-02-28T10:21:57.436Z | Checking byteorder v1.5.0 |
| 1990 | 2025-02-28T10:21:57.581Z | Checking pin-project-lite v0.2.14 |
| 1991 | 2025-02-28T10:21:57.623Z | Checking futures-core v0.3.31 |
| 1992 | 2025-02-28T10:21:57.726Z | Checking once_cell v1.20.3 |
| 1993 | 2025-02-28T10:21:57.760Z | Checking cpufeatures v0.2.14 |
| 1994 | 2025-02-28T10:21:57.797Z | Checking getrandom v0.2.15 |
| 1995 | 2025-02-28T10:21:57.836Z | Checking signal-hook-registry v1.4.2 |
| 1996 | 2025-02-28T10:21:57.856Z | Checking parking_lot_core v0.9.10 |
| 1997 | 2025-02-28T10:21:57.873Z | Checking generic-array v0.14.7 |
| 1998 | 2025-02-28T10:21:57.876Z | Checking mio v1.0.2 |
| 1999 | 2025-02-28T10:21:58.046Z | Checking rand_core v0.6.4 |
| 2000 | 2025-02-28T10:21:58.070Z | Checking futures-sink v0.3.31 |
| 2001 | 2025-02-28T10:21:58.120Z | Checking stable_deref_trait v1.2.0 |
| 2002 | 2025-02-28T10:21:58.197Z | Checking parking_lot v0.12.3 |
| 2003 | 2025-02-28T10:21:58.240Z | Checking zerocopy v0.7.35 |
| 2004 | 2025-02-28T10:21:58.244Z | Checking socket2 v0.5.8 |
| 2005 | 2025-02-28T10:21:58.381Z | Checking slab v0.4.9 |
| 2006 | 2025-02-28T10:21:58.532Z | Checking zerofrom v0.1.4 |
| 2007 | 2025-02-28T10:21:58.553Z | Checking futures-channel v0.3.31 |
| 2008 | 2025-02-28T10:21:58.688Z | Checking futures-task v0.3.31 |
| 2009 | 2025-02-28T10:21:58.757Z | Checking pin-utils v0.1.0 |
| 2010 | 2025-02-28T10:21:58.774Z | Checking yoke v0.7.4 |
| 2011 | 2025-02-28T10:21:58.860Z | Checking futures-io v0.3.31 |
| 2012 | 2025-02-28T10:21:58.937Z | Checking foldhash v0.1.3 |
| 2013 | 2025-02-28T10:21:58.958Z | Checking equivalent v1.0.1 |
| 2014 | 2025-02-28T10:21:58.958Z | Checking allocator-api2 v0.2.18 |
| 2015 | 2025-02-28T10:21:59.010Z | Checking crypto-common v0.1.6 |
| 2016 | 2025-02-28T10:21:59.062Z | Checking block-buffer v0.10.4 |
| 2017 | 2025-02-28T10:21:59.080Z | Checking futures-util v0.3.31 |
| 2018 | 2025-02-28T10:21:59.116Z | Checking zerovec v0.10.4 |
| 2019 | 2025-02-28T10:21:59.161Z | Checking block-padding v0.3.3 |
| 2020 | 2025-02-28T10:21:59.207Z | Checking ryu v1.0.18 |
| 2021 | 2025-02-28T10:21:59.289Z | Checking digest v0.10.7 |
| 2022 | 2025-02-28T10:21:59.383Z | Checking inout v0.1.3 |
| 2023 | 2025-02-28T10:21:59.469Z | Checking litemap v0.7.3 |
| 2024 | 2025-02-28T10:21:59.595Z | Checking ppv-lite86 v0.2.20 |
| 2025 | 2025-02-28T10:21:59.635Z | Checking writeable v0.5.5 |
| 2026 | 2025-02-28T10:21:59.662Z | Checking hashbrown v0.15.1 |
| 2027 | 2025-02-28T10:21:59.685Z | Checking hmac v0.12.1 |
| 2028 | 2025-02-28T10:21:59.863Z | Checking fnv v1.0.7 |
| 2029 | 2025-02-28T10:21:59.913Z | Checking sha2 v0.10.8 |
| 2030 | 2025-02-28T10:21:59.974Z | Checking cipher v0.4.4 |
| 2031 | 2025-02-28T10:22:00.014Z | Checking libm v0.2.8 |
| 2032 | 2025-02-28T10:22:00.363Z | Checking base64ct v1.6.0 |
| 2033 | 2025-02-28T10:22:00.413Z | Checking getrandom v0.3.1 |
| 2034 | 2025-02-28T10:22:00.586Z | Checking icu_locid_transform_data v1.5.0 |
| 2035 | 2025-02-28T10:22:00.696Z | Checking flagset v0.4.6 |
| 2036 | 2025-02-28T10:22:00.714Z | Checking tracing-core v0.1.32 |
| 2037 | 2025-02-28T10:22:00.751Z | Checking tinystr v0.7.6 |
| 2038 | 2025-02-28T10:22:00.770Z | Checking icu_collections v1.5.0 |
| 2039 | 2025-02-28T10:22:00.862Z | Checking pem-rfc7468 v0.7.0 |
| 2040 | 2025-02-28T10:22:00.909Z | Checking thiserror v1.0.69 |
| 2041 | 2025-02-28T10:22:00.968Z | Checking num-traits v0.2.19 |
| 2042 | 2025-02-28T10:22:01.070Z | Checking rustls-pki-types v1.10.0 |
| 2043 | 2025-02-28T10:22:01.111Z | Checking icu_locid v1.5.0 |
| 2044 | 2025-02-28T10:22:01.171Z | Checking der v0.7.9 |
| 2045 | 2025-02-28T10:22:01.356Z | Checking icu_properties_data v1.5.0 |
| 2046 | 2025-02-28T10:22:01.459Z | Checking percent-encoding v2.3.1 |
| 2047 | 2025-02-28T10:22:01.598Z | Checking bytes v1.10.0 |
| 2048 | 2025-02-28T10:22:01.614Z | Checking indexmap v2.7.1 |
| 2049 | 2025-02-28T10:22:01.636Z | Checking serde_json v1.0.139 |
| 2050 | 2025-02-28T10:22:01.696Z | Checking bitflags v2.6.0 |
| 2051 | 2025-02-28T10:22:02.007Z | Checking tracing v0.1.40 |
| 2052 | 2025-02-28T10:22:02.126Z | Checking icu_provider v1.5.0 |
| 2053 | 2025-02-28T10:22:02.395Z | Checking salsa20 v0.10.2 |
| 2054 | 2025-02-28T10:22:02.563Z | Checking pbkdf2 v0.12.2 |
| 2055 | 2025-02-28T10:22:02.639Z | Checking aws-lc-sys v0.26.0 |
| 2056 | 2025-02-28T10:22:02.659Z | Checking tokio v1.43.0 |
| 2057 | 2025-02-28T10:22:02.752Z | Checking http v1.2.0 |
| 2058 | 2025-02-28T10:22:02.816Z | Checking icu_locid_transform v1.5.0 |
| 2059 | 2025-02-28T10:22:02.838Z | Checking httparse v1.9.5 |
| 2060 | 2025-02-28T10:22:03.019Z | Checking spki v0.7.3 |
| 2061 | 2025-02-28T10:22:03.325Z | Checking utf8_iter v1.0.4 |
| 2062 | 2025-02-28T10:22:03.343Z | Checking icu_normalizer_data v1.5.0 |
| 2063 | 2025-02-28T10:22:03.415Z | Checking utf16_iter v1.0.5 |
| 2064 | 2025-02-28T10:22:03.449Z | Checking powerfmt v0.2.0 |
| 2065 | 2025-02-28T10:22:03.534Z | Checking write16 v1.0.0 |
| 2066 | 2025-02-28T10:22:03.616Z | Checking untrusted v0.7.1 |
| 2067 | 2025-02-28T10:22:03.684Z | Checking untrusted v0.9.0 |
| 2068 | 2025-02-28T10:22:03.752Z | Checking deranged v0.3.11 |
| 2069 | 2025-02-28T10:22:03.814Z | Checking scrypt v0.11.0 |
| 2070 | 2025-02-28T10:22:03.893Z | Checking ring v0.17.11 |
| 2071 | 2025-02-28T10:22:03.896Z | Checking icu_properties v1.5.1 |
| 2072 | 2025-02-28T10:22:03.929Z | Checking aes v0.8.4 |
| 2073 | 2025-02-28T10:22:04.062Z | Checking cbc v0.1.2 |
| 2074 | 2025-02-28T10:22:04.081Z | Checking crossbeam-utils v0.8.20 |
| 2075 | 2025-02-28T10:22:04.278Z | Checking spin v0.9.8 |
| 2076 | 2025-02-28T10:22:04.685Z | Checking num_threads v0.1.7 |
| 2077 | 2025-02-28T10:22:04.817Z | Checking atomic-waker v1.1.2 |
| 2078 | 2025-02-28T10:22:04.848Z | Checking time-core v0.1.2 |
| 2079 | 2025-02-28T10:22:04.866Z | Checking num-conv v0.1.0 |
| 2080 | 2025-02-28T10:22:04.934Z | Checking aws-lc-rs v1.12.4 |
| 2081 | 2025-02-28T10:22:04.962Z | Checking tinyvec_macros v0.1.1 |
| 2082 | 2025-02-28T10:22:05.023Z | Checking pkcs5 v0.7.1 |
| 2083 | 2025-02-28T10:22:05.070Z | Checking tinyvec v1.8.0 |
| 2084 | 2025-02-28T10:22:05.093Z | Checking http-body v1.0.1 |
| 2085 | 2025-02-28T10:22:05.118Z | Checking time v0.3.36 |
| 2086 | 2025-02-28T10:22:05.337Z | Checking form_urlencoded v1.2.1 |
| 2087 | 2025-02-28T10:22:05.562Z | Checking rand_chacha v0.3.1 |
| 2088 | 2025-02-28T10:22:05.581Z | Checking try-lock v0.2.5 |
| 2089 | 2025-02-28T10:22:05.730Z | Checking want v0.3.1 |
| 2090 | 2025-02-28T10:22:05.948Z | Checking pkcs8 v0.10.2 |
| 2091 | 2025-02-28T10:22:06.013Z | Checking rand v0.8.5 |
| 2092 | 2025-02-28T10:22:06.303Z | Checking uuid v1.15.1 |
| 2093 | 2025-02-28T10:22:06.339Z | Checking tower-service v0.3.3 |
| 2094 | 2025-02-28T10:22:06.492Z | Checking unicode-ident v1.0.14 |
| 2095 | 2025-02-28T10:22:06.515Z | Checking httpdate v1.0.3 |
| 2096 | 2025-02-28T10:22:06.698Z | Checking proc-macro2 v1.0.93 |
| 2097 | 2025-02-28T10:22:06.798Z | Checking toml_datetime v0.6.8 |
| 2098 | 2025-02-28T10:22:06.869Z | Checking rustls-webpki v0.102.8 |
| 2099 | 2025-02-28T10:22:07.028Z | Checking serde_spanned v0.6.8 |
| 2100 | 2025-02-28T10:22:07.140Z | Checking zerocopy v0.8.10 |
| 2101 | 2025-02-28T10:22:07.262Z | Checking slog v2.7.0 |
| 2102 | 2025-02-28T10:22:07.299Z | Checking scroll v0.12.0 |
| 2103 | 2025-02-28T10:22:07.364Z | Checking icu_normalizer v1.5.0 |
| 2104 | 2025-02-28T10:22:07.397Z | Checking ucd-trie v0.1.7 |
| 2105 | 2025-02-28T10:22:07.644Z | Checking foreign-types-shared v0.1.1 |
| 2106 | 2025-02-28T10:22:07.666Z | Checking plain v0.2.3 |
| 2107 | 2025-02-28T10:22:07.760Z | Checking base64 v0.22.1 |
| 2108 | 2025-02-28T10:22:07.781Z | Checking iana-time-zone v0.1.61 |
| 2109 | 2025-02-28T10:22:07.781Z | Checking adler2 v2.0.0 |
| 2110 | 2025-02-28T10:22:07.817Z | Checking match_cfg v0.1.0 |
| 2111 | 2025-02-28T10:22:07.836Z | Checking goblin v0.8.2 |
| 2112 | 2025-02-28T10:22:07.924Z | Checking hostname v0.3.1 |
| 2113 | 2025-02-28T10:22:07.960Z | Checking chrono v0.4.40 |
| 2114 | 2025-02-28T10:22:07.980Z | Checking miniz_oxide v0.8.5 |
| 2115 | 2025-02-28T10:22:08.076Z | Checking foreign-types v0.3.2 |
| 2116 | 2025-02-28T10:22:08.184Z | Checking pest v2.7.14 |
| 2117 | 2025-02-28T10:22:08.204Z | Checking idna_adapter v1.2.0 |
| 2118 | 2025-02-28T10:22:08.242Z | Checking quote v1.0.38 |
| 2119 | 2025-02-28T10:22:08.406Z | Checking idna v1.0.3 |
| 2120 | 2025-02-28T10:22:08.626Z | Checking openssl-sys v0.9.106 |
| 2121 | 2025-02-28T10:22:08.789Z | Checking dirs-sys-next v0.1.2 |
| 2122 | 2025-02-28T10:22:08.916Z | Checking url v2.5.3 |
| 2123 | 2025-02-28T10:22:09.006Z | Checking errno v0.3.9 |
| 2124 | 2025-02-28T10:22:09.203Z | Checking aho-corasick v1.1.3 |
| 2125 | 2025-02-28T10:22:09.791Z | Compiling newtype-uuid v1.2.1 |
| 2126 | 2025-02-28T10:22:09.919Z | Checking pretty-hex v0.4.1 |
| 2127 | 2025-02-28T10:22:09.975Z | Checking tokio-util v0.7.13 |
| 2128 | 2025-02-28T10:22:10.082Z | Checking regex-syntax v0.8.5 |
| 2129 | 2025-02-28T10:22:10.105Z | Checking data-encoding v2.6.0 |
| 2130 | 2025-02-28T10:22:10.108Z | Checking rand_core v0.9.2 |
| 2131 | 2025-02-28T10:22:10.139Z | Checking siphasher v0.3.11 |
| 2132 | 2025-02-28T10:22:10.482Z | Checking openssl v0.10.71 |
| 2133 | 2025-02-28T10:22:10.502Z | Checking rand_chacha v0.9.0 |
| 2134 | 2025-02-28T10:22:10.718Z | Checking rustix v0.38.37 |
| 2135 | 2025-02-28T10:22:10.850Z | Checking dtrace-parser v0.2.0 |
| 2136 | 2025-02-28T10:22:10.877Z | Checking h2 v0.4.6 |
| 2137 | 2025-02-28T10:22:10.940Z | Checking dirs-next v2.0.0 |
| 2138 | 2025-02-28T10:22:10.959Z | Checking syn v2.0.98 |
| 2139 | 2025-02-28T10:22:11.083Z | Checking unicode-normalization v0.1.24 |
| 2140 | 2025-02-28T10:22:11.379Z | Checking http-body-util v0.1.2 |
| 2141 | 2025-02-28T10:22:11.844Z | Checking crossbeam-epoch v0.9.18 |
| 2142 | 2025-02-28T10:22:12.125Z | Checking signature v2.2.0 |
| 2143 | 2025-02-28T10:22:12.296Z | Checking sha1 v0.10.6 |
| 2144 | 2025-02-28T10:22:12.357Z | Checking thread_local v1.1.8 |
| 2145 | 2025-02-28T10:22:12.611Z | Checking thread-id v4.2.2 |
| 2146 | 2025-02-28T10:22:12.677Z | Checking encoding_rs v0.8.34 |
| 2147 | 2025-02-28T10:22:12.744Z | Checking ipnet v2.11.0 |
| 2148 | 2025-02-28T10:22:13.159Z | Checking dof v0.3.0 |
| 2149 | 2025-02-28T10:22:13.260Z | Checking either v1.14.0 |
| 2150 | 2025-02-28T10:22:13.549Z | Checking regex-automata v0.4.8 |
| 2151 | 2025-02-28T10:22:13.654Z | Checking anstyle v1.0.10 |
| 2152 | 2025-02-28T10:22:13.831Z | Checking utf8parse v0.2.2 |
| 2153 | 2025-02-28T10:22:14.010Z | Checking unicode-properties v0.1.3 |
| 2154 | 2025-02-28T10:22:14.030Z | Checking winnow v0.7.3 |
| 2155 | 2025-02-28T10:22:14.033Z | Checking mime v0.3.17 |
| 2156 | 2025-02-28T10:22:14.383Z | Checking unicode-bidi v0.3.17 |
| 2157 | 2025-02-28T10:22:14.437Z | Checking openssl-probe v0.1.5 |
| 2158 | 2025-02-28T10:22:14.632Z | Checking gimli v0.31.1 |
| 2159 | 2025-02-28T10:22:15.093Z | Checking stringprep v0.1.5 |
| 2160 | 2025-02-28T10:22:15.125Z | Checking anstyle-parse v0.2.5 |
| 2161 | 2025-02-28T10:22:15.414Z | Checking crossbeam-deque v0.8.5 |
| 2162 | 2025-02-28T10:22:15.454Z | Checking term v0.7.0 |
| 2163 | 2025-02-28T10:22:15.766Z | Checking rand v0.9.0 |
| 2164 | 2025-02-28T10:22:15.938Z | Checking slog-json v2.6.1 |
| 2165 | 2025-02-28T10:22:15.955Z | Checking native-tls v0.2.12 |
| 2166 | 2025-02-28T10:22:16.231Z | Checking rustls v0.23.19 |
| 2167 | 2025-02-28T10:22:16.282Z | Checking rustls v0.22.4 |
| 2168 | 2025-02-28T10:22:16.895Z | Checking serde_urlencoded v0.7.1 |
| 2169 | 2025-02-28T10:22:17.112Z | Checking toml_edit v0.22.24 |
| 2170 | 2025-02-28T10:22:17.315Z | Checking crossbeam-channel v0.5.13 |
| 2171 | 2025-02-28T10:22:17.450Z | Checking usdt-impl v0.5.0 |
| 2172 | 2025-02-28T10:22:17.659Z | Checking hyper v1.6.0 |
| 2173 | 2025-02-28T10:22:18.074Z | Checking futures-executor v0.3.31 |
| 2174 | 2025-02-28T10:22:18.095Z | Checking num-integer v0.1.46 |
| 2175 | 2025-02-28T10:22:18.330Z | Checking rustls-pemfile v2.2.0 |
| 2176 | 2025-02-28T10:22:18.402Z | Checking semver v1.0.25 |
| 2177 | 2025-02-28T10:22:18.579Z | Checking md-5 v0.10.6 |
| 2178 | 2025-02-28T10:22:18.596Z | Checking ff v0.13.0 |
| 2179 | 2025-02-28T10:22:18.663Z | Checking addr2line v0.24.2 |
| 2180 | 2025-02-28T10:22:18.831Z | Checking hash32 v0.2.1 |
| 2181 | 2025-02-28T10:22:18.850Z | Checking memmap v0.7.0 |
| 2182 | 2025-02-28T10:22:18.853Z | Checking is-terminal v0.4.13 |
| 2183 | 2025-02-28T10:22:19.011Z | Checking object v0.36.5 |
| 2184 | 2025-02-28T10:22:19.094Z | Checking psl-types v2.0.11 |
| 2185 | 2025-02-28T10:22:19.131Z | Checking is_terminal_polyfill v1.70.1 |
| 2186 | 2025-02-28T10:22:19.230Z | Checking colorchoice v1.0.2 |
| 2187 | 2025-02-28T10:22:19.268Z | Checking fallible-iterator v0.2.0 |
| 2188 | 2025-02-28T10:22:19.298Z | Checking utf-8 v0.7.6 |
| 2189 | 2025-02-28T10:22:19.394Z | Checking quick-error v1.2.3 |
| 2190 | 2025-02-28T10:22:19.535Z | Checking base16ct v0.2.0 |
| 2191 | 2025-02-28T10:22:19.567Z | Checking anstyle-query v1.1.1 |
| 2192 | 2025-02-28T10:22:19.714Z | Checking rustc-demangle v0.1.24 |
| 2193 | 2025-02-28T10:22:19.750Z | Checking take_mut v0.2.2 |
| 2194 | 2025-02-28T10:22:19.782Z | Checking hyper-util v0.1.10 |
| 2195 | 2025-02-28T10:22:19.841Z | Checking dyn-clone v1.0.18 |
| 2196 | 2025-02-28T10:22:19.865Z | Checking linked-hash-map v0.5.6 |
| 2197 | 2025-02-28T10:22:19.897Z | Checking toml v0.8.20 |
| 2198 | 2025-02-28T10:22:19.917Z | Checking slog-async v2.8.0 |
| 2199 | 2025-02-28T10:22:20.014Z | Checking schemars v0.8.22 |
| 2200 | 2025-02-28T10:22:20.181Z | Checking postgres-protocol v0.6.8 |
| 2201 | 2025-02-28T10:22:20.201Z | Checking lru-cache v0.1.2 |
| 2202 | 2025-02-28T10:22:20.228Z | Checking tokio-rustls v0.25.0 |
| 2203 | 2025-02-28T10:22:20.406Z | Checking sec1 v0.7.3 |
| 2204 | 2025-02-28T10:22:20.651Z | Checking anstream v0.6.15 |
| 2205 | 2025-02-28T10:22:20.678Z | Checking resolv-conf v0.7.0 |
| 2206 | 2025-02-28T10:22:20.835Z | Checking tungstenite v0.24.0 |
| 2207 | 2025-02-28T10:22:20.909Z | Checking publicsuffix v2.3.0 |
| 2208 | 2025-02-28T10:22:21.185Z | Checking heapless v0.7.17 |
| 2209 | 2025-02-28T10:22:21.193Z | Checking usdt v0.5.0 |
| 2210 | 2025-02-28T10:22:21.234Z | Checking slog-term v2.9.1 |
| 2211 | 2025-02-28T10:22:21.379Z | Checking group v0.13.0 |
| 2212 | 2025-02-28T10:22:21.640Z | Checking num-iter v0.1.45 |
| 2213 | 2025-02-28T10:22:21.724Z | Checking tokio-rustls v0.26.0 |
| 2214 | 2025-02-28T10:22:21.743Z | Checking futures v0.3.31 |
| 2215 | 2025-02-28T10:22:21.765Z | Checking tokio-native-tls v0.3.1 |
| 2216 | 2025-02-28T10:22:21.804Z | Checking slog-bunyan v2.5.0 |
| 2217 | 2025-02-28T10:22:21.829Z | Checking rayon-core v1.12.1 |
| 2218 | 2025-02-28T10:22:21.853Z | Checking multer v3.1.0 |
| 2219 | 2025-02-28T10:22:21.895Z | Checking terminal_size v0.4.0 |
| 2220 | 2025-02-28T10:22:21.980Z | Checking hickory-proto v0.24.4 |
| 2221 | 2025-02-28T10:22:22.046Z | Checking phf_shared v0.11.2 |
| 2222 | 2025-02-28T10:22:22.089Z | Checking cookie v0.18.1 |
| 2223 | 2025-02-28T10:22:22.149Z | Checking async-stream v0.3.6 |
| 2224 | 2025-02-28T10:22:22.266Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2225 | 2025-02-28T10:22:22.326Z | Checking camino v1.1.9 |
| 2226 | 2025-02-28T10:22:22.342Z | Checking signal-hook v0.3.17 |
| 2227 | 2025-02-28T10:22:22.367Z | Checking waitgroup v0.1.2 |
| 2228 | 2025-02-28T10:22:22.417Z | Checking lazy_static v1.5.0 |
| 2229 | 2025-02-28T10:22:22.519Z | Checking openapiv3 v2.0.0 |
| 2230 | 2025-02-28T10:22:22.536Z | Checking webpki-roots v0.26.6 |
| 2231 | 2025-02-28T10:22:22.567Z | Checking serde_path_to_error v0.1.16 |
| 2232 | 2025-02-28T10:22:22.585Z | Checking hkdf v0.12.4 |
| 2233 | 2025-02-28T10:22:22.690Z | Checking crypto-bigint v0.5.5 |
| 2234 | 2025-02-28T10:22:22.767Z | Checking sync_wrapper v1.0.1 |
| 2235 | 2025-02-28T10:22:22.820Z | Checking hostname v0.4.0 |
| 2236 | 2025-02-28T10:22:22.888Z | Checking crc32fast v1.4.2 |
| 2237 | 2025-02-28T10:22:22.944Z | Checking unicode-width v0.2.0 |
| 2238 | 2025-02-28T10:22:22.986Z | Checking clap_lex v0.7.4 |
| 2239 | 2025-02-28T10:22:23.140Z | Checking managed v0.8.0 |
| 2240 | 2025-02-28T10:22:23.165Z | Checking bitflags v1.3.2 |
| 2241 | 2025-02-28T10:22:23.263Z | Checking tower-layer v0.3.3 |
| 2242 | 2025-02-28T10:22:23.288Z | Checking debug-ignore v1.0.5 |
| 2243 | 2025-02-28T10:22:23.447Z | Checking strsim v0.11.1 |
| 2244 | 2025-02-28T10:22:23.466Z | Checking winnow v0.5.40 |
| 2245 | 2025-02-28T10:22:23.558Z | Checking smoltcp v0.9.1 |
| 2246 | 2025-02-28T10:22:23.571Z | Checking tower v0.5.2 |
| 2247 | 2025-02-28T10:22:23.747Z | Checking clap_builder v4.5.31 |
| 2248 | 2025-02-28T10:22:24.338Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2249 | 2025-02-28T10:22:24.679Z | Checking console v0.15.10 |
| 2250 | 2025-02-28T10:22:25.108Z | Checking flate2 v1.1.0 |
| 2251 | 2025-02-28T10:22:25.304Z | Checking hyper-rustls v0.27.3 |
| 2252 | 2025-02-28T10:22:25.334Z | Checking backtrace v0.3.74 |
| 2253 | 2025-02-28T10:22:25.696Z | Checking signal-hook-mio v0.2.4 |
| 2254 | 2025-02-28T10:22:25.717Z | Checking elliptic-curve v0.13.8 |
| 2255 | 2025-02-28T10:22:25.797Z | Checking cookie_store v0.21.1 |
| 2256 | 2025-02-28T10:22:25.859Z | Checking num-bigint-dig v0.8.4 |
| 2257 | 2025-02-28T10:22:25.966Z | Checking anyhow v1.0.96 |
| 2258 | 2025-02-28T10:22:26.085Z | Checking dropshot v0.12.0 |
| 2259 | 2025-02-28T10:22:26.352Z | Checking rayon v1.10.0 |
| 2260 | 2025-02-28T10:22:26.391Z | Checking bzip2 v0.4.4 |
| 2261 | 2025-02-28T10:22:26.560Z | Checking toml_edit v0.19.15 |
| 2262 | 2025-02-28T10:22:26.577Z | Checking phf v0.11.2 |
| 2263 | 2025-02-28T10:22:26.706Z | Checking hyper-tls v0.6.0 |
| 2264 | 2025-02-28T10:22:26.848Z | Checking tokio-tungstenite v0.24.0 |
| 2265 | 2025-02-28T10:22:26.989Z | Checking hickory-resolver v0.24.4 |
| 2266 | 2025-02-28T10:22:27.009Z | Checking postgres-types v0.2.9 |
| 2267 | 2025-02-28T10:22:27.063Z | Checking regex v1.11.1 |
| 2268 | 2025-02-28T10:22:27.346Z | Checking bstr v1.10.0 |
| 2269 | 2025-02-28T10:22:27.691Z | Checking ed25519 v2.2.3 |
| 2270 | 2025-02-28T10:22:27.716Z | Checking tokio-stream v0.1.17 |
| 2271 | 2025-02-28T10:22:27.998Z | Checking phf_shared v0.10.0 |
| 2272 | 2025-02-28T10:22:28.055Z | Checking zerocopy v0.6.6 |
| 2273 | 2025-02-28T10:22:28.300Z | Checking curve25519-dalek v4.1.3 |
| 2274 | 2025-02-28T10:22:28.319Z | Checking hubpack v0.1.2 |
| 2275 | 2025-02-28T10:22:28.607Z | Checking memoffset v0.9.1 |
| 2276 | 2025-02-28T10:22:28.673Z | Checking portable-atomic v1.9.0 |
| 2277 | 2025-02-28T10:22:28.732Z | Checking pkcs1 v0.7.5 |
| 2278 | 2025-02-28T10:22:28.735Z | Checking float-cmp v0.10.0 |
| 2279 | 2025-02-28T10:22:28.778Z | Checking serde-big-array v0.5.1 |
| 2280 | 2025-02-28T10:22:28.986Z | Checking rfc6979 v0.4.0 |
| 2281 | 2025-02-28T10:22:29.022Z | Checking number_prefix v0.4.0 |
| 2282 | 2025-02-28T10:22:29.148Z | Checking difflib v0.4.0 |
| 2283 | 2025-02-28T10:22:29.189Z | Checking normalize-line-endings v0.3.0 |
| 2284 | 2025-02-28T10:22:29.211Z | Checking unicode-segmentation v1.12.0 |
| 2285 | 2025-02-28T10:22:29.232Z | Checking fixedbitset v0.4.2 |
| 2286 | 2025-02-28T10:22:29.328Z | Checking bit-vec v0.6.3 |
| 2287 | 2025-02-28T10:22:29.506Z | Checking whoami v1.5.2 |
| 2288 | 2025-02-28T10:22:29.523Z | Checking new_debug_unreachable v1.0.6 |
| 2289 | 2025-02-28T10:22:29.634Z | Checking minimal-lexical v0.2.1 |
| 2290 | 2025-02-28T10:22:29.669Z | Checking precomputed-hash v0.1.1 |
| 2291 | 2025-02-28T10:22:29.768Z | Checking predicates-core v1.0.8 |
| 2292 | 2025-02-28T10:22:29.804Z | Checking static_assertions v1.1.0 |
| 2293 | 2025-02-28T10:22:29.823Z | Checking tokio-postgres v0.7.13 |
| 2294 | 2025-02-28T10:22:29.852Z | Checking qorb v0.2.1 |
| 2295 | 2025-02-28T10:22:29.910Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2296 | 2025-02-28T10:22:29.929Z | Checking similar v2.6.0 |
| 2297 | 2025-02-28T10:22:29.958Z | Checking predicates v3.1.3 |
| 2298 | 2025-02-28T10:22:30.032Z | Checking nom v7.1.3 |
| 2299 | 2025-02-28T10:22:30.141Z | Checking indicatif v0.17.11 |
| 2300 | 2025-02-28T10:22:30.367Z | Checking ed25519-dalek v2.1.1 |
| 2301 | 2025-02-28T10:22:30.619Z | Checking string_cache v0.8.7 |
| 2302 | 2025-02-28T10:22:30.817Z | Checking bit-set v0.5.3 |
| 2303 | 2025-02-28T10:22:30.844Z | Checking petgraph v0.6.5 |
| 2304 | 2025-02-28T10:22:30.934Z | Checking toml v0.7.8 |
| 2305 | 2025-02-28T10:22:31.001Z | Checking ecdsa v0.16.9 |
| 2306 | 2025-02-28T10:22:31.074Z | Checking rsa v0.9.6 |
| 2307 | 2025-02-28T10:22:31.686Z | Checking nix v0.29.0 |
| 2308 | 2025-02-28T10:22:31.762Z | Checking clap v4.5.31 |
| 2309 | 2025-02-28T10:22:31.895Z | Checking reqwest v0.12.12 |
| 2310 | 2025-02-28T10:22:32.180Z | Checking zip v0.6.6 |
| 2311 | 2025-02-28T10:22:32.636Z | Checking crossterm v0.28.1 |
| 2312 | 2025-02-28T10:22:32.859Z | Checking itertools v0.10.5 |
| 2313 | 2025-02-28T10:22:32.885Z | Checking itertools v0.12.1 |
| 2314 | 2025-02-28T10:22:32.927Z | Checking ahash v0.8.11 |
| 2315 | 2025-02-28T10:22:33.161Z | Checking fs-err v2.11.0 |
| 2316 | 2025-02-28T10:22:33.730Z | Checking x509-cert v0.2.5 |
| 2317 | 2025-02-28T10:22:33.774Z | Checking hex v0.4.3 |
| 2318 | 2025-02-28T10:22:33.880Z | Checking lalrpop-util v0.19.12 |
| 2319 | 2025-02-28T10:22:34.155Z | Checking peg-runtime v0.8.3 |
| 2320 | 2025-02-28T10:22:34.174Z | Checking sigpipe v0.1.3 |
| 2321 | 2025-02-28T10:22:35.157Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2322 | 2025-02-28T10:22:35.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.68s |
| 2323 | 2025-02-28T10:22:35.732Z | |
| 2324 | 2025-02-28T10:22:35.732Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
| 2325 | 2025-02-28T10:22:36.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2326 | 2025-02-28T10:22:36.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2327 | 2025-02-28T10:22:36.572Z | Compiling hashbrown v0.14.5 |
| 2328 | 2025-02-28T10:22:36.707Z | Checking heck v0.5.0 |
| 2329 | 2025-02-28T10:22:36.724Z | Compiling unsafe-libyaml v0.2.11 |
| 2330 | 2025-02-28T10:22:36.744Z | Checking ipnetwork v0.21.1 |
| 2331 | 2025-02-28T10:22:36.758Z | Compiling ident_case v1.0.1 |
| 2332 | 2025-02-28T10:22:36.762Z | Checking progenitor-client v0.8.0 |
| 2333 | 2025-02-28T10:22:36.764Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2334 | 2025-02-28T10:22:36.883Z | Checking newtype-uuid v1.2.1 |
| 2335 | 2025-02-28T10:22:36.993Z | Compiling darling_core v0.20.10 |
| 2336 | 2025-02-28T10:22:37.110Z | Checking oxnet v0.1.1 |
| 2337 | 2025-02-28T10:22:37.140Z | Compiling proc-macro-crate v1.3.1 |
| 2338 | 2025-02-28T10:22:37.199Z | Compiling structmeta-derive v0.3.0 |
| 2339 | 2025-02-28T10:22:37.224Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2340 | 2025-02-28T10:22:37.482Z | Compiling lzma-sys v0.1.20 |
| 2341 | 2025-02-28T10:22:37.591Z | Compiling foreign-types-macros v0.2.3 |
| 2342 | 2025-02-28T10:22:37.769Z | Compiling regress v0.10.1 |
| 2343 | 2025-02-28T10:22:38.069Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2025-02-28T10:22:38.246Z | Compiling serde_yaml v0.9.34+deprecated |
| 2345 | 2025-02-28T10:22:38.703Z | Compiling daft-derive v0.1.1 |
| 2346 | 2025-02-28T10:22:38.887Z | Compiling thiserror-impl v2.0.11 |
| 2347 | 2025-02-28T10:22:39.908Z | Compiling structmeta v0.3.0 |
| 2348 | 2025-02-28T10:22:40.364Z | Compiling dropshot v0.16.0 |
| 2349 | 2025-02-28T10:22:40.386Z | Checking arc-swap v1.7.1 |
| 2350 | 2025-02-28T10:22:40.404Z | Checking foreign-types-shared v0.3.1 |
| 2351 | 2025-02-28T10:22:40.551Z | Checking foreign-types v0.5.0 |
| 2352 | 2025-02-28T10:22:40.688Z | Checking num_enum v0.5.11 |
| 2353 | 2025-02-28T10:22:40.810Z | Checking daft v0.1.1 |
| 2354 | 2025-02-28T10:22:40.863Z | Checking slog-scope v4.4.0 |
| 2355 | 2025-02-28T10:22:40.881Z | Compiling parse-display-derive v0.10.0 |
| 2356 | 2025-02-28T10:22:41.259Z | Compiling proc-macro-error v1.0.4 |
| 2357 | 2025-02-28T10:22:41.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2358 | 2025-02-28T10:22:41.627Z | Checking tungstenite v0.21.0 |
| 2359 | 2025-02-28T10:22:41.690Z | Checking typify-impl v0.2.0 |
| 2360 | 2025-02-28T10:22:41.965Z | Compiling heck v0.3.3 |
| 2361 | 2025-02-28T10:22:42.295Z | Checking thiserror v2.0.11 |
| 2362 | 2025-02-28T10:22:42.353Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2363 | 2025-02-28T10:22:42.452Z | Compiling dropshot_endpoint v0.16.0 |
| 2364 | 2025-02-28T10:22:42.568Z | Checking cstr-argument v0.1.2 |
| 2365 | 2025-02-28T10:22:42.735Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2366 | 2025-02-28T10:22:42.768Z | Checking instant v0.1.13 |
| 2367 | 2025-02-28T10:22:42.885Z | Checking base64 v0.21.7 |
| 2368 | 2025-02-28T10:22:43.020Z | Compiling darling_macro v0.20.10 |
| 2369 | 2025-02-28T10:22:43.198Z | Checking fastrand v2.1.1 |
| 2370 | 2025-02-28T10:22:43.399Z | Checking pretty-hex v0.2.1 |
| 2371 | 2025-02-28T10:22:43.537Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2372 | 2025-02-28T10:22:43.597Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2373 | 2025-02-28T10:22:43.684Z | Checking tempfile v3.13.0 |
| 2374 | 2025-02-28T10:22:43.878Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2375 | 2025-02-28T10:22:43.905Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2376 | 2025-02-28T10:22:43.974Z | Compiling darling v0.20.10 |
| 2377 | 2025-02-28T10:22:44.047Z | Checking backoff v0.4.0 |
| 2378 | 2025-02-28T10:22:44.079Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2379 | 2025-02-28T10:22:44.099Z | Checking tokio-tungstenite v0.21.0 |
| 2380 | 2025-02-28T10:22:44.118Z | Compiling serde_with_macros v3.11.0 |
| 2381 | 2025-02-28T10:22:44.344Z | Checking strum v0.26.3 |
| 2382 | 2025-02-28T10:22:44.364Z | Compiling zone_cfg_derive v0.1.2 |
| 2383 | 2025-02-28T10:22:44.390Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2384 | 2025-02-28T10:22:44.517Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2385 | 2025-02-28T10:22:44.819Z | Checking slog-stdlog v4.1.1 |
| 2386 | 2025-02-28T10:22:44.865Z | Checking regress v0.9.1 |
| 2387 | 2025-02-28T10:22:45.016Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2388 | 2025-02-28T10:22:45.043Z | Checking parse-display v0.10.0 |
| 2389 | 2025-02-28T10:22:45.180Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2390 | 2025-02-28T10:22:45.199Z | Checking progenitor-client v0.9.1 |
| 2391 | 2025-02-28T10:22:45.360Z | Checking colored v2.2.0 |
| 2392 | 2025-02-28T10:22:45.524Z | Checking macaddr v1.0.1 |
| 2393 | 2025-02-28T10:22:45.694Z | Checking winnow v0.6.20 |
| 2394 | 2025-02-28T10:22:45.803Z | Checking unicode-width v0.1.14 |
| 2395 | 2025-02-28T10:22:45.853Z | Checking base64 v0.13.1 |
| 2396 | 2025-02-28T10:22:45.914Z | Checking zone v0.1.8 |
| 2397 | 2025-02-28T10:22:46.309Z | Checking ron v0.7.1 |
| 2398 | 2025-02-28T10:22:46.309Z | Checking tabwriter v1.4.0 |
| 2399 | 2025-02-28T10:22:46.616Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2400 | 2025-02-28T10:22:46.635Z | Checking slog-envlogger v2.2.0 |
| 2401 | 2025-02-28T10:22:46.762Z | Checking serde_with v3.11.0 |
| 2402 | 2025-02-28T10:22:46.870Z | Checking xz2 v0.1.7 |
| 2403 | 2025-02-28T10:22:47.153Z | Checking xattr v1.3.1 |
| 2404 | 2025-02-28T10:22:47.205Z | Checking pem v3.0.5 |
| 2405 | 2025-02-28T10:22:47.389Z | Checking yasna v0.5.2 |
| 2406 | 2025-02-28T10:22:47.512Z | Checking headers-core v0.3.0 |
| 2407 | 2025-02-28T10:22:47.532Z | Checking smf v0.2.3 |
| 2408 | 2025-02-28T10:22:47.691Z | Checking filetime v0.2.25 |
| 2409 | 2025-02-28T10:22:47.937Z | Checking same-file v1.0.6 |
| 2410 | 2025-02-28T10:22:48.046Z | Checking tar v0.4.44 |
| 2411 | 2025-02-28T10:22:48.143Z | Checking walkdir v2.5.0 |
| 2412 | 2025-02-28T10:22:48.283Z | Checking rcgen v0.12.1 |
| 2413 | 2025-02-28T10:22:48.455Z | Checking headers v0.4.0 |
| 2414 | 2025-02-28T10:22:48.535Z | Checking atomicwrites v0.4.4 |
| 2415 | 2025-02-28T10:22:48.756Z | Checking camino-tempfile v1.1.1 |
| 2416 | 2025-02-28T10:22:48.968Z | Checking subprocess v0.2.9 |
| 2417 | 2025-02-28T10:22:51.941Z | Compiling typify-macro v0.2.0 |
| 2418 | 2025-02-28T10:22:53.639Z | Compiling typify v0.2.0 |
| 2419 | 2025-02-28T10:22:53.722Z | Compiling progenitor-impl v0.8.0 |
| 2420 | 2025-02-28T10:22:56.505Z | Compiling progenitor-macro v0.8.0 |
| 2421 | 2025-02-28T10:23:00.452Z | Checking progenitor v0.8.0 |
| 2422 | 2025-02-28T10:23:00.603Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2423 | 2025-02-28T10:23:00.606Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2424 | 2025-02-28T10:23:03.521Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2425 | 2025-02-28T10:23:03.931Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2426 | 2025-02-28T10:23:11.148Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2427 | 2025-02-28T10:23:12.909Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2428 | 2025-02-28T10:23:14.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.62s |
| 2429 | 2025-02-28T10:23:14.575Z | |
| 2430 | 2025-02-28T10:23:14.575Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
| 2431 | 2025-02-28T10:23:15.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2432 | 2025-02-28T10:23:15.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2433 | 2025-02-28T10:23:15.414Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2434 | 2025-02-28T10:23:16.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 2435 | 2025-02-28T10:23:17.186Z | |
| 2436 | 2025-02-28T10:23:17.186Z | info: running `cargo check --bins` on nexus-config (51/199) |
| 2437 | 2025-02-28T10:23:17.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2438 | 2025-02-28T10:23:17.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2439 | 2025-02-28T10:23:17.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2440 | 2025-02-28T10:23:17.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2441 | 2025-02-28T10:23:17.959Z | |
| 2442 | 2025-02-28T10:23:17.959Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
| 2443 | 2025-02-28T10:23:18.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2444 | 2025-02-28T10:23:18.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2445 | 2025-02-28T10:23:18.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2446 | 2025-02-28T10:23:18.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2447 | 2025-02-28T10:23:18.726Z | |
| 2448 | 2025-02-28T10:23:18.726Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
| 2449 | 2025-02-28T10:23:19.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2450 | 2025-02-28T10:23:19.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2451 | 2025-02-28T10:23:19.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2452 | 2025-02-28T10:23:19.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2453 | 2025-02-28T10:23:19.457Z | |
| 2454 | 2025-02-28T10:23:19.457Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
| 2455 | 2025-02-28T10:23:20.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2456 | 2025-02-28T10:23:20.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2457 | 2025-02-28T10:23:20.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2458 | 2025-02-28T10:23:20.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2459 | 2025-02-28T10:23:20.218Z | |
| 2460 | 2025-02-28T10:23:20.218Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
| 2461 | 2025-02-28T10:23:20.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2462 | 2025-02-28T10:23:20.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2463 | 2025-02-28T10:23:21.046Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2464 | 2025-02-28T10:23:21.167Z | Compiling ipnetwork v0.21.1 |
| 2465 | 2025-02-28T10:23:21.167Z | Compiling progenitor-client v0.8.0 |
| 2466 | 2025-02-28T10:23:21.170Z | Compiling itertools v0.13.0 |
| 2467 | 2025-02-28T10:23:21.170Z | Compiling heapless v0.8.0 |
| 2468 | 2025-02-28T10:23:21.170Z | Compiling thiserror v2.0.11 |
| 2469 | 2025-02-28T10:23:21.170Z | Checking hash32 v0.3.1 |
| 2470 | 2025-02-28T10:23:21.170Z | Compiling instant v0.1.13 |
| 2471 | 2025-02-28T10:23:21.405Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2472 | 2025-02-28T10:23:21.405Z | Compiling smoltcp v0.11.0 |
| 2473 | 2025-02-28T10:23:21.455Z | Compiling dropshot v0.16.0 |
| 2474 | 2025-02-28T10:23:21.502Z | Compiling backoff v0.4.0 |
| 2475 | 2025-02-28T10:23:21.638Z | Compiling oxnet v0.1.1 |
| 2476 | 2025-02-28T10:23:21.856Z | Compiling progenitor v0.8.0 |
| 2477 | 2025-02-28T10:23:21.953Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2478 | 2025-02-28T10:23:22.079Z | Compiling daft v0.1.1 |
| 2479 | 2025-02-28T10:23:22.152Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2480 | 2025-02-28T10:23:22.171Z | Compiling serde_with v3.11.0 |
| 2481 | 2025-02-28T10:23:22.189Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2482 | 2025-02-28T10:23:22.351Z | Compiling parse-display v0.10.0 |
| 2483 | 2025-02-28T10:23:22.599Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2484 | 2025-02-28T10:23:22.988Z | Checking num-rational v0.4.2 |
| 2485 | 2025-02-28T10:23:23.009Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2486 | 2025-02-28T10:23:23.124Z | Compiling progenitor-client v0.9.1 |
| 2487 | 2025-02-28T10:23:23.689Z | Compiling regress v0.9.1 |
| 2488 | 2025-02-28T10:23:23.709Z | Compiling phf_generator v0.11.2 |
| 2489 | 2025-02-28T10:23:23.922Z | Checking num-complex v0.4.6 |
| 2490 | 2025-02-28T10:23:24.336Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2491 | 2025-02-28T10:23:24.852Z | Compiling macaddr v1.0.1 |
| 2492 | 2025-02-28T10:23:25.344Z | Checking cobs v0.2.3 |
| 2493 | 2025-02-28T10:23:25.556Z | Checking postcard v1.0.10 |
| 2494 | 2025-02-28T10:23:25.821Z | Compiling num v0.4.3 |
| 2495 | 2025-02-28T10:23:25.955Z | Compiling phf_codegen v0.11.2 |
| 2496 | 2025-02-28T10:23:26.191Z | Compiling parse-zoneinfo v0.3.1 |
| 2497 | 2025-02-28T10:23:26.211Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2498 | 2025-02-28T10:23:26.579Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2499 | 2025-02-28T10:23:26.767Z | Compiling convert_case v0.4.0 |
| 2500 | 2025-02-28T10:23:27.671Z | Compiling float-ord v0.3.2 |
| 2501 | 2025-02-28T10:23:28.192Z | Compiling derive_more v0.99.19 |
| 2502 | 2025-02-28T10:23:28.794Z | Compiling chrono-tz-build v0.4.0 |
| 2503 | 2025-02-28T10:23:29.276Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2504 | 2025-02-28T10:23:30.092Z | Compiling crucible-workspace-hack v0.1.0 |
| 2505 | 2025-02-28T10:23:30.114Z | Compiling chrono-tz v0.10.1 |
| 2506 | 2025-02-28T10:23:30.244Z | Checking newline-converter v0.3.0 |
| 2507 | 2025-02-28T10:23:30.441Z | Checking itertools v0.14.0 |
| 2508 | 2025-02-28T10:23:30.487Z | Checking prettyplease v0.2.29 |
| 2509 | 2025-02-28T10:23:30.775Z | Compiling slog-dtrace v0.3.0 |
| 2510 | 2025-02-28T10:23:30.898Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2511 | 2025-02-28T10:23:31.339Z | Checking expectorate v1.1.0 |
| 2512 | 2025-02-28T10:23:31.473Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2513 | 2025-02-28T10:23:31.527Z | Compiling zone_cfg_derive v0.3.0 |
| 2514 | 2025-02-28T10:23:31.673Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2515 | 2025-02-28T10:23:32.216Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2516 | 2025-02-28T10:23:32.261Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2517 | 2025-02-28T10:23:32.667Z | Compiling const_format_proc_macros v0.2.34 |
| 2518 | 2025-02-28T10:23:32.822Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2519 | 2025-02-28T10:23:32.959Z | Compiling num-derive v0.4.2 |
| 2520 | 2025-02-28T10:23:33.259Z | Checking highway v1.3.0 |
| 2521 | 2025-02-28T10:23:33.648Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2522 | 2025-02-28T10:23:33.765Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2523 | 2025-02-28T10:23:33.911Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2524 | 2025-02-28T10:23:34.139Z | Checking zone v0.3.0 |
| 2525 | 2025-02-28T10:23:34.173Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2526 | 2025-02-28T10:23:34.471Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2527 | 2025-02-28T10:23:34.663Z | Checking const_format v0.2.34 |
| 2528 | 2025-02-28T10:23:35.122Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2529 | 2025-02-28T10:23:35.212Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2530 | 2025-02-28T10:23:35.436Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2531 | 2025-02-28T10:23:35.467Z | Checking gethostname v0.5.0 |
| 2532 | 2025-02-28T10:23:35.615Z | Checking bcs v0.1.6 |
| 2533 | 2025-02-28T10:23:35.888Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2534 | 2025-02-28T10:23:35.922Z | Checking nanorand v0.7.0 |
| 2535 | 2025-02-28T10:23:36.115Z | Compiling async-recursion v1.1.1 |
| 2536 | 2025-02-28T10:23:36.313Z | Checking termtree v0.5.1 |
| 2537 | 2025-02-28T10:23:36.332Z | Checking flume v0.11.1 |
| 2538 | 2025-02-28T10:23:37.150Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2539 | 2025-02-28T10:23:37.150Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2540 | 2025-02-28T10:23:37.494Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2541 | 2025-02-28T10:23:37.798Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2542 | 2025-02-28T10:23:44.501Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2025-02-28T10:23:48.158Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2544 | 2025-02-28T10:23:51.057Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2545 | 2025-02-28T10:23:52.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.28s |
| 2546 | 2025-02-28T10:23:52.732Z | |
| 2547 | 2025-02-28T10:23:52.732Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
| 2548 | 2025-02-28T10:23:53.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2549 | 2025-02-28T10:23:53.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2550 | 2025-02-28T10:23:53.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2551 | 2025-02-28T10:23:53.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2552 | 2025-02-28T10:23:53.503Z | |
| 2553 | 2025-02-28T10:23:53.503Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
| 2554 | 2025-02-28T10:23:54.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2555 | 2025-02-28T10:23:54.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2556 | 2025-02-28T10:23:54.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2557 | 2025-02-28T10:23:54.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2558 | 2025-02-28T10:23:54.292Z | |
| 2559 | 2025-02-28T10:23:54.292Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
| 2560 | 2025-02-28T10:23:54.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2561 | 2025-02-28T10:23:54.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2562 | 2025-02-28T10:23:55.098Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2563 | 2025-02-28T10:23:55.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 2564 | 2025-02-28T10:23:56.044Z | |
| 2565 | 2025-02-28T10:23:56.044Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
| 2566 | 2025-02-28T10:23:56.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2567 | 2025-02-28T10:23:56.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2568 | 2025-02-28T10:23:56.878Z | Compiling cfg_aliases v0.1.1 |
| 2569 | 2025-02-28T10:23:56.881Z | Compiling vte_generate_state_changes v0.1.2 |
| 2570 | 2025-02-28T10:23:56.881Z | Checking fd-lock v4.0.2 |
| 2571 | 2025-02-28T10:23:56.881Z | Checking nibble_vec v0.1.0 |
| 2572 | 2025-02-28T10:23:56.988Z | Checking bytecount v0.6.8 |
| 2573 | 2025-02-28T10:23:57.002Z | Checking endian-type v0.1.2 |
| 2574 | 2025-02-28T10:23:57.031Z | Compiling tabled_derive v0.7.0 |
| 2575 | 2025-02-28T10:23:57.076Z | Compiling peg-macros v0.8.4 |
| 2576 | 2025-02-28T10:23:57.079Z | Compiling nix v0.28.0 |
| 2577 | 2025-02-28T10:23:57.164Z | Checking papergrid v0.11.0 |
| 2578 | 2025-02-28T10:23:57.201Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2579 | 2025-02-28T10:23:57.221Z | Compiling sqlparser_derive v0.2.2 |
| 2580 | 2025-02-28T10:23:57.270Z | Checking radix_trie v0.2.1 |
| 2581 | 2025-02-28T10:23:57.631Z | Checking vte v0.11.1 |
| 2582 | 2025-02-28T10:23:57.703Z | Checking unicode_categories v0.1.1 |
| 2583 | 2025-02-28T10:23:58.044Z | Checking nu-ansi-term v0.50.1 |
| 2584 | 2025-02-28T10:23:58.278Z | Checking home v0.5.9 |
| 2585 | 2025-02-28T10:23:58.345Z | Checking sqlparser v0.45.0 |
| 2586 | 2025-02-28T10:23:58.488Z | Checking sqlformat v0.2.6 |
| 2587 | 2025-02-28T10:23:58.508Z | Checking display-error-chain v0.2.2 |
| 2588 | 2025-02-28T10:23:59.160Z | Checking strip-ansi-escapes v0.2.0 |
| 2589 | 2025-02-28T10:23:59.321Z | Checking reedline v0.35.0 |
| 2590 | 2025-02-28T10:23:59.339Z | Checking tabled v0.15.0 |
| 2591 | 2025-02-28T10:23:59.664Z | Checking peg v0.8.4 |
| 2592 | 2025-02-28T10:24:00.125Z | Checking rustyline v14.0.0 |
| 2593 | 2025-02-28T10:24:10.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s |
| 2594 | 2025-02-28T10:24:10.951Z | |
| 2595 | 2025-02-28T10:24:10.951Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
| 2596 | 2025-02-28T10:24:11.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2597 | 2025-02-28T10:24:11.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2598 | 2025-02-28T10:24:11.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2599 | 2025-02-28T10:24:17.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s |
| 2600 | 2025-02-28T10:24:18.003Z | |
| 2601 | 2025-02-28T10:24:18.003Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
| 2602 | 2025-02-28T10:24:18.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2603 | 2025-02-28T10:24:18.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2604 | 2025-02-28T10:24:18.843Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2605 | 2025-02-28T10:24:23.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s |
| 2606 | 2025-02-28T10:24:23.232Z | |
| 2607 | 2025-02-28T10:24:23.232Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
| 2608 | 2025-02-28T10:24:23.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2609 | 2025-02-28T10:24:23.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2610 | 2025-02-28T10:24:24.075Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2611 | 2025-02-28T10:24:29.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s |
| 2612 | 2025-02-28T10:24:29.942Z | |
| 2613 | 2025-02-28T10:24:29.942Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
| 2614 | 2025-02-28T10:24:30.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2615 | 2025-02-28T10:24:30.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2616 | 2025-02-28T10:24:30.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2617 | 2025-02-28T10:24:36.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s |
| 2618 | 2025-02-28T10:24:36.731Z | |
| 2619 | 2025-02-28T10:24:36.731Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
| 2620 | 2025-02-28T10:24:37.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2025-02-28T10:24:37.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2025-02-28T10:24:37.569Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2623 | 2025-02-28T10:24:41.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 2624 | 2025-02-28T10:24:42.199Z | |
| 2625 | 2025-02-28T10:24:42.199Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
| 2626 | 2025-02-28T10:24:42.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2025-02-28T10:24:42.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2025-02-28T10:24:43.032Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2629 | 2025-02-28T10:24:47.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 2630 | 2025-02-28T10:24:47.654Z | |
| 2631 | 2025-02-28T10:24:47.654Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
| 2632 | 2025-02-28T10:24:49.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2025-02-28T10:24:49.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2025-02-28T10:24:49.341Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2635 | 2025-02-28T10:24:54.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s |
| 2636 | 2025-02-28T10:24:54.723Z | |
| 2637 | 2025-02-28T10:24:54.723Z | info: running `cargo check --bins` on oximeter (67/199) |
| 2638 | 2025-02-28T10:24:55.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2025-02-28T10:24:55.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2025-02-28T10:24:55.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2025-02-28T10:24:55.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2642 | 2025-02-28T10:24:55.518Z | |
| 2643 | 2025-02-28T10:24:55.518Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
| 2644 | 2025-02-28T10:24:56.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2025-02-28T10:24:56.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2025-02-28T10:24:56.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2025-02-28T10:24:56.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2648 | 2025-02-28T10:24:56.308Z | |
| 2649 | 2025-02-28T10:24:56.308Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
| 2650 | 2025-02-28T10:24:56.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2025-02-28T10:24:56.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2025-02-28T10:24:57.103Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2653 | 2025-02-28T10:24:59.472Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2654 | 2025-02-28T10:25:00.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
| 2655 | 2025-02-28T10:25:00.795Z | |
| 2656 | 2025-02-28T10:25:00.795Z | info: running `cargo check --bins` on oximeter-types (70/199) |
| 2657 | 2025-02-28T10:25:01.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2025-02-28T10:25:01.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2025-02-28T10:25:01.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2025-02-28T10:25:01.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2661 | 2025-02-28T10:25:01.588Z | |
| 2662 | 2025-02-28T10:25:01.588Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
| 2663 | 2025-02-28T10:25:02.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2025-02-28T10:25:02.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2025-02-28T10:25:02.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2025-02-28T10:25:02.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2667 | 2025-02-28T10:25:02.372Z | |
| 2668 | 2025-02-28T10:25:02.372Z | info: running `cargo check --bins` on oxql-types (72/199) |
| 2669 | 2025-02-28T10:25:03.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2025-02-28T10:25:03.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2025-02-28T10:25:03.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2672 | 2025-02-28T10:25:03.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2673 | 2025-02-28T10:25:03.175Z | |
| 2674 | 2025-02-28T10:25:03.175Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
| 2675 | 2025-02-28T10:25:03.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2676 | 2025-02-28T10:25:03.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2677 | 2025-02-28T10:25:03.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2678 | 2025-02-28T10:25:03.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2679 | 2025-02-28T10:25:03.996Z | |
| 2680 | 2025-02-28T10:25:03.996Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
| 2681 | 2025-02-28T10:25:04.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2682 | 2025-02-28T10:25:04.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2683 | 2025-02-28T10:25:04.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2684 | 2025-02-28T10:25:04.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2685 | 2025-02-28T10:25:04.780Z | |
| 2686 | 2025-02-28T10:25:04.780Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
| 2687 | 2025-02-28T10:25:05.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2688 | 2025-02-28T10:25:05.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2689 | 2025-02-28T10:25:05.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2690 | 2025-02-28T10:25:05.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2691 | 2025-02-28T10:25:05.590Z | |
| 2692 | 2025-02-28T10:25:05.590Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
| 2693 | 2025-02-28T10:25:06.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2694 | 2025-02-28T10:25:06.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2695 | 2025-02-28T10:25:06.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2696 | 2025-02-28T10:25:06.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2697 | 2025-02-28T10:25:06.393Z | |
| 2698 | 2025-02-28T10:25:06.393Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
| 2699 | 2025-02-28T10:25:07.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2700 | 2025-02-28T10:25:07.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2701 | 2025-02-28T10:25:07.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2702 | 2025-02-28T10:25:07.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2703 | 2025-02-28T10:25:07.171Z | |
| 2704 | 2025-02-28T10:25:07.171Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
| 2705 | 2025-02-28T10:25:07.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2706 | 2025-02-28T10:25:07.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2707 | 2025-02-28T10:25:07.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2708 | 2025-02-28T10:25:07.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2709 | 2025-02-28T10:25:07.960Z | |
| 2710 | 2025-02-28T10:25:07.960Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
| 2711 | 2025-02-28T10:25:08.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2712 | 2025-02-28T10:25:08.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2713 | 2025-02-28T10:25:08.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2714 | 2025-02-28T10:25:08.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2715 | 2025-02-28T10:25:08.732Z | |
| 2716 | 2025-02-28T10:25:08.732Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
| 2717 | 2025-02-28T10:25:09.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2718 | 2025-02-28T10:25:09.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2719 | 2025-02-28T10:25:09.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2720 | 2025-02-28T10:25:09.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2721 | 2025-02-28T10:25:09.554Z | |
| 2722 | 2025-02-28T10:25:09.554Z | info: running `cargo check --bins` on dns-service-client (81/199) |
| 2723 | 2025-02-28T10:25:10.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2724 | 2025-02-28T10:25:10.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2725 | 2025-02-28T10:25:10.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2726 | 2025-02-28T10:25:10.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2727 | 2025-02-28T10:25:10.335Z | |
| 2728 | 2025-02-28T10:25:10.335Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
| 2729 | 2025-02-28T10:25:11.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2730 | 2025-02-28T10:25:11.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2731 | 2025-02-28T10:25:11.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2732 | 2025-02-28T10:25:11.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2733 | 2025-02-28T10:25:11.109Z | |
| 2734 | 2025-02-28T10:25:11.109Z | info: running `cargo check --bins` on dpd-client (83/199) |
| 2735 | 2025-02-28T10:25:11.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2736 | 2025-02-28T10:25:11.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2737 | 2025-02-28T10:25:11.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2738 | 2025-02-28T10:25:11.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2739 | 2025-02-28T10:25:11.877Z | |
| 2740 | 2025-02-28T10:25:11.877Z | info: running `cargo check --bins` on gateway-client (84/199) |
| 2741 | 2025-02-28T10:25:12.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2742 | 2025-02-28T10:25:12.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2743 | 2025-02-28T10:25:12.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2744 | 2025-02-28T10:25:12.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2745 | 2025-02-28T10:25:12.631Z | |
| 2746 | 2025-02-28T10:25:12.631Z | info: running `cargo check --bins` on installinator-client (85/199) |
| 2747 | 2025-02-28T10:25:13.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2748 | 2025-02-28T10:25:13.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2749 | 2025-02-28T10:25:13.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2750 | 2025-02-28T10:25:13.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2751 | 2025-02-28T10:25:13.454Z | |
| 2752 | 2025-02-28T10:25:13.454Z | info: running `cargo check --bins` on installinator-common (86/199) |
| 2753 | 2025-02-28T10:25:14.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2754 | 2025-02-28T10:25:14.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2755 | 2025-02-28T10:25:14.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2756 | 2025-02-28T10:25:14.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2757 | 2025-02-28T10:25:14.234Z | |
| 2758 | 2025-02-28T10:25:14.234Z | info: running `cargo check --bins` on update-engine (87/199) |
| 2759 | 2025-02-28T10:25:14.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2760 | 2025-02-28T10:25:14.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2761 | 2025-02-28T10:25:14.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2762 | 2025-02-28T10:25:14.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2763 | 2025-02-28T10:25:14.994Z | |
| 2764 | 2025-02-28T10:25:14.994Z | info: running `cargo check --bins` on nexus-client (88/199) |
| 2765 | 2025-02-28T10:25:15.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2025-02-28T10:25:15.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2025-02-28T10:25:15.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2768 | 2025-02-28T10:25:15.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2769 | 2025-02-28T10:25:15.791Z | |
| 2770 | 2025-02-28T10:25:15.791Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
| 2771 | 2025-02-28T10:25:16.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2025-02-28T10:25:16.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2025-02-28T10:25:16.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2774 | 2025-02-28T10:25:16.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2775 | 2025-02-28T10:25:16.576Z | |
| 2776 | 2025-02-28T10:25:16.576Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
| 2777 | 2025-02-28T10:25:17.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-02-28T10:25:17.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-02-28T10:25:17.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-02-28T10:25:17.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2781 | 2025-02-28T10:25:17.331Z | |
| 2782 | 2025-02-28T10:25:17.331Z | info: running `cargo check --bins` on nexus-types (91/199) |
| 2783 | 2025-02-28T10:25:18.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-02-28T10:25:18.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-02-28T10:25:18.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-02-28T10:25:18.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2787 | 2025-02-28T10:25:18.147Z | |
| 2788 | 2025-02-28T10:25:18.147Z | info: running `cargo check --bins` on oxide-client (92/199) |
| 2789 | 2025-02-28T10:25:18.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-02-28T10:25:18.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-02-28T10:25:18.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-02-28T10:25:18.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2793 | 2025-02-28T10:25:18.917Z | |
| 2794 | 2025-02-28T10:25:18.917Z | info: running `cargo check --bins` on oximeter-client (93/199) |
| 2795 | 2025-02-28T10:25:19.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-02-28T10:25:19.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-02-28T10:25:19.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-02-28T10:25:19.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2799 | 2025-02-28T10:25:19.686Z | |
| 2800 | 2025-02-28T10:25:19.687Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
| 2801 | 2025-02-28T10:25:20.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-02-28T10:25:20.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-02-28T10:25:20.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2025-02-28T10:25:20.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2805 | 2025-02-28T10:25:20.439Z | |
| 2806 | 2025-02-28T10:25:20.439Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
| 2807 | 2025-02-28T10:25:21.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2025-02-28T10:25:21.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2025-02-28T10:25:21.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2025-02-28T10:25:21.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2811 | 2025-02-28T10:25:21.232Z | |
| 2812 | 2025-02-28T10:25:21.232Z | info: running `cargo check --bins` on wicketd-client (96/199) |
| 2813 | 2025-02-28T10:25:21.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2025-02-28T10:25:21.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2025-02-28T10:25:21.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2025-02-28T10:25:21.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2817 | 2025-02-28T10:25:22.096Z | |
| 2818 | 2025-02-28T10:25:22.096Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
| 2819 | 2025-02-28T10:25:22.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2025-02-28T10:25:22.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2025-02-28T10:25:22.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2025-02-28T10:25:22.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2823 | 2025-02-28T10:25:22.936Z | |
| 2824 | 2025-02-28T10:25:22.936Z | info: running `cargo check --bins` on wicket-common (98/199) |
| 2825 | 2025-02-28T10:25:23.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-02-28T10:25:23.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-02-28T10:25:23.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-02-28T10:25:23.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2829 | 2025-02-28T10:25:23.741Z | |
| 2830 | 2025-02-28T10:25:23.742Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
| 2831 | 2025-02-28T10:25:24.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-02-28T10:25:24.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-02-28T10:25:24.554Z | Checking csv-core v0.1.11 |
| 2834 | 2025-02-28T10:25:24.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2835 | 2025-02-28T10:25:24.557Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2836 | 2025-02-28T10:25:24.557Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2837 | 2025-02-28T10:25:24.880Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2838 | 2025-02-28T10:25:24.922Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2839 | 2025-02-28T10:25:24.924Z | Checking csv v1.3.1 |
| 2840 | 2025-02-28T10:25:25.542Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2841 | 2025-02-28T10:25:25.935Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2842 | 2025-02-28T10:25:27.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 2843 | 2025-02-28T10:25:28.127Z | |
| 2844 | 2025-02-28T10:25:28.127Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
| 2845 | 2025-02-28T10:25:28.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2025-02-28T10:25:28.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2025-02-28T10:25:28.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2025-02-28T10:25:28.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2849 | 2025-02-28T10:25:28.888Z | |
| 2850 | 2025-02-28T10:25:28.888Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
| 2851 | 2025-02-28T10:25:29.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2025-02-28T10:25:29.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2025-02-28T10:25:29.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2025-02-28T10:25:29.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2855 | 2025-02-28T10:25:29.666Z | |
| 2856 | 2025-02-28T10:25:29.666Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
| 2857 | 2025-02-28T10:25:30.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2025-02-28T10:25:30.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2025-02-28T10:25:30.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2025-02-28T10:25:30.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2861 | 2025-02-28T10:25:30.589Z | |
| 2862 | 2025-02-28T10:25:30.589Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
| 2863 | 2025-02-28T10:25:31.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2025-02-28T10:25:31.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2025-02-28T10:25:31.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2025-02-28T10:25:31.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2867 | 2025-02-28T10:25:31.508Z | |
| 2868 | 2025-02-28T10:25:31.508Z | info: running `cargo check --bins` on dns-server (104/199) |
| 2869 | 2025-02-28T10:25:32.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2025-02-28T10:25:32.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2025-02-28T10:25:32.328Z | Compiling typify-impl v0.3.0 |
| 2872 | 2025-02-28T10:25:32.442Z | Compiling parking_lot_core v0.8.6 |
| 2873 | 2025-02-28T10:25:32.444Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2874 | 2025-02-28T10:25:32.444Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2875 | 2025-02-28T10:25:32.460Z | Checking fxhash v0.2.1 |
| 2876 | 2025-02-28T10:25:32.475Z | Checking hickory-client v0.24.4 |
| 2877 | 2025-02-28T10:25:32.506Z | Checking hickory-server v0.24.4 |
| 2878 | 2025-02-28T10:25:33.224Z | Checking parking_lot v0.11.2 |
| 2879 | 2025-02-28T10:25:33.391Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2880 | 2025-02-28T10:25:33.502Z | Checking sled v0.34.7 |
| 2881 | 2025-02-28T10:25:38.574Z | Compiling typify-macro v0.3.0 |
| 2882 | 2025-02-28T10:25:40.293Z | Compiling typify v0.3.0 |
| 2883 | 2025-02-28T10:25:40.396Z | Compiling progenitor-impl v0.9.1 |
| 2884 | 2025-02-28T10:25:43.119Z | Compiling progenitor-macro v0.9.1 |
| 2885 | 2025-02-28T10:25:47.136Z | Checking progenitor v0.9.1 |
| 2886 | 2025-02-28T10:25:47.290Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2887 | 2025-02-28T10:25:47.863Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2888 | 2025-02-28T10:25:49.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.85s |
| 2889 | 2025-02-28T10:25:49.582Z | |
| 2890 | 2025-02-28T10:25:49.583Z | info: running `cargo check --bins` on dns-server-api (105/199) |
| 2891 | 2025-02-28T10:25:50.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2025-02-28T10:25:50.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2025-02-28T10:25:50.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2025-02-28T10:25:50.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2895 | 2025-02-28T10:25:50.404Z | |
| 2896 | 2025-02-28T10:25:50.404Z | info: running `cargo check --bins` on openapi-manager-types (106/199) |
| 2897 | 2025-02-28T10:25:51.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2025-02-28T10:25:51.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2025-02-28T10:25:51.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2025-02-28T10:25:51.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2901 | 2025-02-28T10:25:51.166Z | |
| 2902 | 2025-02-28T10:25:51.166Z | info: running `cargo check --bins` on gateway-test-utils (107/199) |
| 2903 | 2025-02-28T10:25:51.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2025-02-28T10:25:51.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2025-02-28T10:25:51.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2025-02-28T10:25:51.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2907 | 2025-02-28T10:25:52.018Z | |
| 2908 | 2025-02-28T10:25:52.018Z | info: running `cargo check --bins` on gateway-types (108/199) |
| 2909 | 2025-02-28T10:25:52.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-02-28T10:25:52.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-02-28T10:25:52.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2025-02-28T10:25:52.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2913 | 2025-02-28T10:25:52.813Z | |
| 2914 | 2025-02-28T10:25:52.813Z | info: running `cargo check --bins` on ipcc (109/199) |
| 2915 | 2025-02-28T10:25:53.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-02-28T10:25:53.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-02-28T10:25:53.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2025-02-28T10:25:53.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2919 | 2025-02-28T10:25:53.622Z | |
| 2920 | 2025-02-28T10:25:53.622Z | info: running `cargo check --bins` on omicron-gateway (110/199) |
| 2921 | 2025-02-28T10:25:54.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-02-28T10:25:54.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-02-28T10:25:54.500Z | Compiling semver v0.1.20 |
| 2924 | 2025-02-28T10:25:54.503Z | Compiling radium v0.7.0 |
| 2925 | 2025-02-28T10:25:54.628Z | Checking tap v1.0.1 |
| 2926 | 2025-02-28T10:25:54.631Z | Compiling maybe-uninit v2.0.0 |
| 2927 | 2025-02-28T10:25:54.645Z | Checking password-hash v0.5.0 |
| 2928 | 2025-02-28T10:25:54.648Z | Checking blake2 v0.10.6 |
| 2929 | 2025-02-28T10:25:54.648Z | Checking crc-catalog v2.4.0 |
| 2930 | 2025-02-28T10:25:54.648Z | Compiling owo-colors v4.2.0 |
| 2931 | 2025-02-28T10:25:54.786Z | Checking wyz v0.5.1 |
| 2932 | 2025-02-28T10:25:54.880Z | Compiling packed_struct v0.10.1 |
| 2933 | 2025-02-28T10:25:55.082Z | Compiling rustc_version v0.1.7 |
| 2934 | 2025-02-28T10:25:55.161Z | Compiling cancel-safe-futures v0.1.5 |
| 2935 | 2025-02-28T10:25:55.199Z | Checking funty v2.0.0 |
| 2936 | 2025-02-28T10:25:55.224Z | Checking argon2 v0.5.3 |
| 2937 | 2025-02-28T10:25:55.386Z | Checking crc v3.2.1 |
| 2938 | 2025-02-28T10:25:55.406Z | Compiling packed_struct_codegen v0.10.1 |
| 2939 | 2025-02-28T10:25:55.445Z | Checking libsw-core v0.3.1 |
| 2940 | 2025-02-28T10:25:55.528Z | Compiling newtype_derive v0.1.6 |
| 2941 | 2025-02-28T10:25:55.576Z | Compiling indexmap v1.9.3 |
| 2942 | 2025-02-28T10:25:55.603Z | Checking half v2.4.1 |
| 2943 | 2025-02-28T10:25:55.677Z | Checking ciborium-io v0.2.2 |
| 2944 | 2025-02-28T10:25:55.816Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2945 | 2025-02-28T10:25:55.877Z | Checking fixedbitset v0.5.7 |
| 2946 | 2025-02-28T10:25:55.917Z | Checking nodrop v0.1.14 |
| 2947 | 2025-02-28T10:25:55.966Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2948 | 2025-02-28T10:25:56.048Z | Checking array-init v0.0.4 |
| 2949 | 2025-02-28T10:25:56.086Z | Checking bitvec v1.0.1 |
| 2950 | 2025-02-28T10:25:56.089Z | Checking ciborium-ll v0.2.2 |
| 2951 | 2025-02-28T10:25:56.121Z | Checking libsw v3.4.0 |
| 2952 | 2025-02-28T10:25:56.260Z | Checking petgraph v0.7.1 |
| 2953 | 2025-02-28T10:25:56.288Z | Checking smallvec v0.6.14 |
| 2954 | 2025-02-28T10:25:56.372Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2955 | 2025-02-28T10:25:56.632Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2956 | 2025-02-28T10:25:56.666Z | Checking linear-map v1.2.0 |
| 2957 | 2025-02-28T10:25:56.961Z | Checking swrite v0.1.0 |
| 2958 | 2025-02-28T10:25:57.003Z | Checking bitfield v0.14.0 |
| 2959 | 2025-02-28T10:25:57.108Z | Checking termcolor v1.4.1 |
| 2960 | 2025-02-28T10:25:57.134Z | Checking hashbrown v0.12.3 |
| 2961 | 2025-02-28T10:25:57.328Z | Checking indent_write v2.2.0 |
| 2962 | 2025-02-28T10:25:57.554Z | Checking env_logger v0.10.2 |
| 2963 | 2025-02-28T10:25:57.575Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2964 | 2025-02-28T10:25:57.738Z | Checking ron v0.8.1 |
| 2965 | 2025-02-28T10:25:58.016Z | Checking serde-hex v0.1.0 |
| 2966 | 2025-02-28T10:25:58.045Z | Checking ciborium v0.2.2 |
| 2967 | 2025-02-28T10:25:58.132Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2968 | 2025-02-28T10:25:59.014Z | Checking steno v0.4.1 |
| 2969 | 2025-02-28T10:25:59.074Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2970 | 2025-02-28T10:25:59.105Z | Checking hashbrown v0.13.2 |
| 2971 | 2025-02-28T10:25:59.246Z | Checking humantime v2.1.0 |
| 2972 | 2025-02-28T10:25:59.357Z | Checking crc-any v2.5.0 |
| 2973 | 2025-02-28T10:25:59.400Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2974 | 2025-02-28T10:25:59.569Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2975 | 2025-02-28T10:25:59.741Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2976 | 2025-02-28T10:25:59.863Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2977 | 2025-02-28T10:26:00.034Z | Checking object v0.30.4 |
| 2978 | 2025-02-28T10:26:00.216Z | Checking path-slash v0.1.5 |
| 2979 | 2025-02-28T10:26:00.346Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2980 | 2025-02-28T10:26:00.490Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2981 | 2025-02-28T10:26:01.318Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2982 | 2025-02-28T10:26:01.339Z | Checking nix v0.27.1 |
| 2983 | 2025-02-28T10:26:01.614Z | Checking tungstenite v0.23.0 |
| 2984 | 2025-02-28T10:26:02.230Z | Checking kstat-rs v0.2.4 |
| 2985 | 2025-02-28T10:26:02.531Z | Checking tokio-tungstenite v0.23.1 |
| 2986 | 2025-02-28T10:26:02.534Z | Checking signal-hook-tokio v0.3.1 |
| 2987 | 2025-02-28T10:26:02.617Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2988 | 2025-02-28T10:26:02.637Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2989 | 2025-02-28T10:26:02.989Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2990 | 2025-02-28T10:26:03.326Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2991 | 2025-02-28T10:26:10.864Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2992 | 2025-02-28T10:26:12.328Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2993 | 2025-02-28T10:26:15.548Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2994 | 2025-02-28T10:26:21.921Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2995 | 2025-02-28T10:26:22.733Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2996 | 2025-02-28T10:26:26.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.40s |
| 2997 | 2025-02-28T10:26:26.272Z | |
| 2998 | 2025-02-28T10:26:26.272Z | info: running `cargo check --bins` on gateway-api (111/199) |
| 2999 | 2025-02-28T10:26:26.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2025-02-28T10:26:26.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2025-02-28T10:26:26.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3002 | 2025-02-28T10:26:26.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3003 | 2025-02-28T10:26:27.071Z | |
| 3004 | 2025-02-28T10:26:27.071Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199) |
| 3005 | 2025-02-28T10:26:27.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2025-02-28T10:26:27.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2025-02-28T10:26:27.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2025-02-28T10:26:27.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3009 | 2025-02-28T10:26:27.820Z | |
| 3010 | 2025-02-28T10:26:27.820Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199) |
| 3011 | 2025-02-28T10:26:28.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2025-02-28T10:26:28.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2025-02-28T10:26:28.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2025-02-28T10:26:28.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3015 | 2025-02-28T10:26:28.597Z | |
| 3016 | 2025-02-28T10:26:28.597Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199) |
| 3017 | 2025-02-28T10:26:29.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2025-02-28T10:26:29.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2025-02-28T10:26:29.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2025-02-28T10:26:29.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3021 | 2025-02-28T10:26:29.396Z | |
| 3022 | 2025-02-28T10:26:29.396Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199) |
| 3023 | 2025-02-28T10:26:30.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2025-02-28T10:26:30.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2025-02-28T10:26:30.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2025-02-28T10:26:30.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3027 | 2025-02-28T10:26:30.189Z | |
| 3028 | 2025-02-28T10:26:30.189Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199) |
| 3029 | 2025-02-28T10:26:30.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2025-02-28T10:26:30.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2025-02-28T10:26:30.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2025-02-28T10:26:30.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3033 | 2025-02-28T10:26:30.960Z | |
| 3034 | 2025-02-28T10:26:30.960Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199) |
| 3035 | 2025-02-28T10:26:31.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2025-02-28T10:26:31.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2025-02-28T10:26:31.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2025-02-28T10:26:31.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3039 | 2025-02-28T10:26:31.720Z | |
| 3040 | 2025-02-28T10:26:31.720Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199) |
| 3041 | 2025-02-28T10:26:32.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2025-02-28T10:26:32.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2025-02-28T10:26:32.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2025-02-28T10:26:32.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3045 | 2025-02-28T10:26:32.481Z | |
| 3046 | 2025-02-28T10:26:32.481Z | info: running `cargo check --bins` on oximeter-producer (119/199) |
| 3047 | 2025-02-28T10:26:33.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2025-02-28T10:26:33.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2025-02-28T10:26:33.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2025-02-28T10:26:33.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3051 | 2025-02-28T10:26:33.281Z | |
| 3052 | 2025-02-28T10:26:33.281Z | info: running `cargo check --bins` on internal-dns-resolver (120/199) |
| 3053 | 2025-02-28T10:26:33.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2025-02-28T10:26:33.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2025-02-28T10:26:33.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2025-02-28T10:26:33.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3057 | 2025-02-28T10:26:34.054Z | |
| 3058 | 2025-02-28T10:26:34.054Z | info: running `cargo check --bins` on sp-sim (121/199) |
| 3059 | 2025-02-28T10:26:34.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2025-02-28T10:26:34.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2025-02-28T10:26:34.824Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3062 | 2025-02-28T10:26:35.324Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2025-02-28T10:26:37.297Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3064 | 2025-02-28T10:26:39.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
| 3065 | 2025-02-28T10:26:39.567Z | |
| 3066 | 2025-02-28T10:26:39.567Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199) |
| 3067 | 2025-02-28T10:26:40.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2025-02-28T10:26:40.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2025-02-28T10:26:40.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2025-02-28T10:26:40.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3071 | 2025-02-28T10:26:40.411Z | |
| 3072 | 2025-02-28T10:26:40.411Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199) |
| 3073 | 2025-02-28T10:26:41.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2025-02-28T10:26:41.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2025-02-28T10:26:41.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2025-02-28T10:26:41.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3077 | 2025-02-28T10:26:41.255Z | |
| 3078 | 2025-02-28T10:26:41.255Z | info: running `cargo check --bins` on db-macros (124/199) |
| 3079 | 2025-02-28T10:26:41.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2025-02-28T10:26:41.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2025-02-28T10:26:41.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2025-02-28T10:26:41.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3083 | 2025-02-28T10:26:41.993Z | |
| 3084 | 2025-02-28T10:26:41.993Z | info: running `cargo check --bins` on nexus-macros-common (125/199) |
| 3085 | 2025-02-28T10:26:42.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2025-02-28T10:26:42.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2025-02-28T10:26:42.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2025-02-28T10:26:42.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3089 | 2025-02-28T10:26:42.733Z | |
| 3090 | 2025-02-28T10:26:42.733Z | info: running `cargo check --bins` on nexus-auth (126/199) |
| 3091 | 2025-02-28T10:26:43.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2025-02-28T10:26:43.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2025-02-28T10:26:43.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2025-02-28T10:26:43.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3095 | 2025-02-28T10:26:43.566Z | |
| 3096 | 2025-02-28T10:26:43.566Z | info: running `cargo check --bins` on authz-macros (127/199) |
| 3097 | 2025-02-28T10:26:44.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2025-02-28T10:26:44.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2025-02-28T10:26:44.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2025-02-28T10:26:44.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3101 | 2025-02-28T10:26:44.342Z | |
| 3102 | 2025-02-28T10:26:44.342Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/199) |
| 3103 | 2025-02-28T10:26:45.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2025-02-28T10:26:45.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2025-02-28T10:26:45.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2025-02-28T10:26:45.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3107 | 2025-02-28T10:26:45.174Z | |
| 3108 | 2025-02-28T10:26:45.174Z | info: running `cargo check --bins` on nexus-db-model (129/199) |
| 3109 | 2025-02-28T10:26:45.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2025-02-28T10:26:45.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2025-02-28T10:26:45.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2025-02-28T10:26:45.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3113 | 2025-02-28T10:26:45.963Z | |
| 3114 | 2025-02-28T10:26:45.964Z | info: running `cargo check --bins` on nexus-defaults (130/199) |
| 3115 | 2025-02-28T10:26:46.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2025-02-28T10:26:46.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2025-02-28T10:26:46.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2025-02-28T10:26:46.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3119 | 2025-02-28T10:26:46.733Z | |
| 3120 | 2025-02-28T10:26:46.733Z | info: running `cargo check --bins` on nexus-inventory (131/199) |
| 3121 | 2025-02-28T10:26:47.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2025-02-28T10:26:47.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2025-02-28T10:26:47.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2025-02-28T10:26:47.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3125 | 2025-02-28T10:26:47.539Z | |
| 3126 | 2025-02-28T10:26:47.539Z | info: running `cargo check --bins` on typed-rng (132/199) |
| 3127 | 2025-02-28T10:26:48.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2025-02-28T10:26:48.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2025-02-28T10:26:48.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2025-02-28T10:26:48.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3131 | 2025-02-28T10:26:48.270Z | |
| 3132 | 2025-02-28T10:26:48.270Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199) |
| 3133 | 2025-02-28T10:26:48.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2025-02-28T10:26:48.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2025-02-28T10:26:49.160Z | Checking keccak v0.1.5 |
| 3136 | 2025-02-28T10:26:49.281Z | Checking secrecy v0.8.0 |
| 3137 | 2025-02-28T10:26:49.285Z | Compiling unicase v2.7.0 |
| 3138 | 2025-02-28T10:26:49.285Z | Compiling same-file v1.0.6 |
| 3139 | 2025-02-28T10:26:49.297Z | Compiling tempfile v3.13.0 |
| 3140 | 2025-02-28T10:26:49.300Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3141 | 2025-02-28T10:26:49.300Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3142 | 2025-02-28T10:26:49.300Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3143 | 2025-02-28T10:26:49.452Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3144 | 2025-02-28T10:26:49.575Z | Checking sha3 v0.10.8 |
| 3145 | 2025-02-28T10:26:49.598Z | Compiling walkdir v2.5.0 |
| 3146 | 2025-02-28T10:26:49.620Z | Checking universal-hash v0.5.1 |
| 3147 | 2025-02-28T10:26:49.732Z | Compiling blake3 v1.5.4 |
| 3148 | 2025-02-28T10:26:49.819Z | Checking opaque-debug v0.3.1 |
| 3149 | 2025-02-28T10:26:49.935Z | Checking poly1305 v0.8.0 |
| 3150 | 2025-02-28T10:26:49.956Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3151 | 2025-02-28T10:26:49.996Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3152 | 2025-02-28T10:26:50.018Z | Checking chacha20 v0.9.1 |
| 3153 | 2025-02-28T10:26:50.158Z | Checking aead v0.5.2 |
| 3154 | 2025-02-28T10:26:50.254Z | Compiling memmap2 v0.9.5 |
| 3155 | 2025-02-28T10:26:50.337Z | Compiling libefi-sys v0.1.0 |
| 3156 | 2025-02-28T10:26:50.425Z | Compiling constant_time_eq v0.3.1 |
| 3157 | 2025-02-28T10:26:50.428Z | Compiling salty v0.3.0 |
| 3158 | 2025-02-28T10:26:50.511Z | Compiling arrayref v0.3.9 |
| 3159 | 2025-02-28T10:26:50.634Z | Compiling arrayvec v0.7.6 |
| 3160 | 2025-02-28T10:26:50.653Z | Checking chacha20poly1305 v0.10.1 |
| 3161 | 2025-02-28T10:26:50.741Z | Compiling toolchain_find v0.4.0 |
| 3162 | 2025-02-28T10:26:50.846Z | Compiling camino-tempfile v1.1.1 |
| 3163 | 2025-02-28T10:26:50.901Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3164 | 2025-02-28T10:26:51.034Z | Compiling bitfield-struct v0.6.2 |
| 3165 | 2025-02-28T10:26:51.135Z | Compiling topological-sort v0.2.2 |
| 3166 | 2025-02-28T10:26:51.307Z | Compiling mime_guess v2.0.5 |
| 3167 | 2025-02-28T10:26:51.341Z | Compiling rustfmt-wrapper v0.2.1 |
| 3168 | 2025-02-28T10:26:51.878Z | Compiling omicron-zone-package v0.12.0 |
| 3169 | 2025-02-28T10:26:51.980Z | Compiling progenitor v0.9.1 |
| 3170 | 2025-02-28T10:26:52.000Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3171 | 2025-02-28T10:26:52.219Z | Checking primeorder v0.13.6 |
| 3172 | 2025-02-28T10:26:52.240Z | Checking env_filter v0.1.2 |
| 3173 | 2025-02-28T10:26:52.308Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3174 | 2025-02-28T10:26:52.366Z | Checking thiserror-no-std v2.0.2 |
| 3175 | 2025-02-28T10:26:52.478Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3176 | 2025-02-28T10:26:52.497Z | Checking env_logger v0.11.5 |
| 3177 | 2025-02-28T10:26:52.517Z | Checking vsss-rs v3.3.4 |
| 3178 | 2025-02-28T10:26:52.580Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3179 | 2025-02-28T10:26:52.687Z | Checking p384 v0.13.0 |
| 3180 | 2025-02-28T10:26:52.716Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3181 | 2025-02-28T10:26:52.748Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3182 | 2025-02-28T10:26:52.988Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3183 | 2025-02-28T10:26:53.080Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3184 | 2025-02-28T10:26:53.119Z | Checking simd-adler32 v0.3.7 |
| 3185 | 2025-02-28T10:26:53.169Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3186 | 2025-02-28T10:26:53.191Z | Checking lockfree-object-pool v0.1.6 |
| 3187 | 2025-02-28T10:26:53.460Z | Checking http-range v0.1.5 |
| 3188 | 2025-02-28T10:26:53.503Z | Checking bumpalo v3.16.0 |
| 3189 | 2025-02-28T10:26:53.523Z | Compiling zip v2.1.3 |
| 3190 | 2025-02-28T10:26:53.551Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3191 | 2025-02-28T10:26:53.720Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3192 | 2025-02-28T10:26:53.860Z | Checking zopfli v0.8.1 |
| 3193 | 2025-02-28T10:26:53.882Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3194 | 2025-02-28T10:26:54.142Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3195 | 2025-02-28T10:26:54.211Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3196 | 2025-02-28T10:26:54.595Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3197 | 2025-02-28T10:26:54.810Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3198 | 2025-02-28T10:26:54.842Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3199 | 2025-02-28T10:26:55.024Z | Checking atty v0.2.14 |
| 3200 | 2025-02-28T10:26:55.069Z | Checking glob v0.3.2 |
| 3201 | 2025-02-28T10:26:55.179Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3202 | 2025-02-28T10:26:55.253Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3203 | 2025-02-28T10:26:55.399Z | Checking hyper-staticfile v0.10.1 |
| 3204 | 2025-02-28T10:26:55.476Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3205 | 2025-02-28T10:26:55.876Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3206 | 2025-02-28T10:26:56.534Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3207 | 2025-02-28T10:26:56.867Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3208 | 2025-02-28T10:26:56.996Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3209 | 2025-02-28T10:26:57.124Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3210 | 2025-02-28T10:26:57.204Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3211 | 2025-02-28T10:26:57.277Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3212 | 2025-02-28T10:26:57.611Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3213 | 2025-02-28T10:26:57.722Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3214 | 2025-02-28T10:26:57.826Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3215 | 2025-02-28T10:26:58.375Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3216 | 2025-02-28T10:26:58.487Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3217 | 2025-02-28T10:27:01.786Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3218 | 2025-02-28T10:27:01.786Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3219 | 2025-02-28T10:27:11.622Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3220 | 2025-02-28T10:27:27.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.66s |
| 3221 | 2025-02-28T10:27:28.159Z | |
| 3222 | 2025-02-28T10:27:28.159Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199) |
| 3223 | 2025-02-28T10:27:28.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2025-02-28T10:27:28.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2025-02-28T10:27:29.051Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3226 | 2025-02-28T10:27:46.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.07s |
| 3227 | 2025-02-28T10:27:46.464Z | |
| 3228 | 2025-02-28T10:27:46.464Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199) |
| 3229 | 2025-02-28T10:27:47.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2025-02-28T10:27:47.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2025-02-28T10:27:47.386Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3232 | 2025-02-28T10:28:04.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.20s |
| 3233 | 2025-02-28T10:28:04.912Z | |
| 3234 | 2025-02-28T10:28:04.912Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199) |
| 3235 | 2025-02-28T10:28:05.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2025-02-28T10:28:05.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2025-02-28T10:28:05.861Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3238 | 2025-02-28T10:28:22.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.88s |
| 3239 | 2025-02-28T10:28:23.032Z | |
| 3240 | 2025-02-28T10:28:23.032Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199) |
| 3241 | 2025-02-28T10:28:23.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2025-02-28T10:28:23.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2025-02-28T10:28:23.938Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3244 | 2025-02-28T10:28:41.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.57s |
| 3245 | 2025-02-28T10:28:41.841Z | |
| 3246 | 2025-02-28T10:28:41.841Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199) |
| 3247 | 2025-02-28T10:28:42.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-02-28T10:28:42.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-02-28T10:28:42.744Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3250 | 2025-02-28T10:29:00.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s |
| 3251 | 2025-02-28T10:29:00.631Z | |
| 3252 | 2025-02-28T10:29:00.631Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199) |
| 3253 | 2025-02-28T10:29:01.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-02-28T10:29:01.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-02-28T10:29:01.546Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3256 | 2025-02-28T10:29:18.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.13s |
| 3257 | 2025-02-28T10:29:18.995Z | |
| 3258 | 2025-02-28T10:29:18.995Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199) |
| 3259 | 2025-02-28T10:29:19.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-02-28T10:29:19.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-02-28T10:29:19.896Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3262 | 2025-02-28T10:29:37.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.16s |
| 3263 | 2025-02-28T10:29:37.394Z | |
| 3264 | 2025-02-28T10:29:37.394Z | info: running `cargo check --bins` on bootstrap-agent-api (141/199) |
| 3265 | 2025-02-28T10:29:38.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2025-02-28T10:29:38.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2025-02-28T10:29:38.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2025-02-28T10:29:38.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3269 | 2025-02-28T10:29:38.218Z | |
| 3270 | 2025-02-28T10:29:38.219Z | info: running `cargo check --bins` on key-manager (142/199) |
| 3271 | 2025-02-28T10:29:38.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2025-02-28T10:29:38.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2025-02-28T10:29:38.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2025-02-28T10:29:38.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3275 | 2025-02-28T10:29:38.998Z | |
| 3276 | 2025-02-28T10:29:38.998Z | info: running `cargo check --bins` on range-requests (143/199) |
| 3277 | 2025-02-28T10:29:39.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2025-02-28T10:29:39.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2025-02-28T10:29:39.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2025-02-28T10:29:39.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3281 | 2025-02-28T10:29:39.758Z | |
| 3282 | 2025-02-28T10:29:39.758Z | info: running `cargo check --bins` on repo-depot-api (144/199) |
| 3283 | 2025-02-28T10:29:40.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2025-02-28T10:29:40.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2025-02-28T10:29:40.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2025-02-28T10:29:40.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3287 | 2025-02-28T10:29:40.542Z | |
| 3288 | 2025-02-28T10:29:40.542Z | info: running `cargo check --bins` on sled-agent-api (145/199) |
| 3289 | 2025-02-28T10:29:41.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2025-02-28T10:29:41.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2025-02-28T10:29:41.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2025-02-28T10:29:41.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3293 | 2025-02-28T10:29:41.375Z | |
| 3294 | 2025-02-28T10:29:41.375Z | info: running `cargo check --bins` on sled-diagnostics (146/199) |
| 3295 | 2025-02-28T10:29:42.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-02-28T10:29:42.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-02-28T10:29:42.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2025-02-28T10:29:42.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3299 | 2025-02-28T10:29:42.111Z | |
| 3300 | 2025-02-28T10:29:42.111Z | info: running `cargo check --bins` on sled-hardware (147/199) |
| 3301 | 2025-02-28T10:29:42.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-02-28T10:29:42.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-02-28T10:29:42.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2025-02-28T10:29:42.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3305 | 2025-02-28T10:29:42.890Z | |
| 3306 | 2025-02-28T10:29:42.890Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/199) |
| 3307 | 2025-02-28T10:29:43.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-02-28T10:29:43.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-02-28T10:29:43.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2025-02-28T10:29:43.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3311 | 2025-02-28T10:29:43.681Z | |
| 3312 | 2025-02-28T10:29:43.681Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199) |
| 3313 | 2025-02-28T10:29:44.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2025-02-28T10:29:44.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2025-02-28T10:29:44.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2025-02-28T10:29:44.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3317 | 2025-02-28T10:29:44.490Z | |
| 3318 | 2025-02-28T10:29:44.490Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199) |
| 3319 | 2025-02-28T10:29:45.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2025-02-28T10:29:45.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2025-02-28T10:29:45.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2025-02-28T10:29:45.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3323 | 2025-02-28T10:29:45.343Z | |
| 3324 | 2025-02-28T10:29:45.343Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/199) |
| 3325 | 2025-02-28T10:29:46.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2025-02-28T10:29:46.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2025-02-28T10:29:46.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2025-02-28T10:29:46.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3329 | 2025-02-28T10:29:46.176Z | |
| 3330 | 2025-02-28T10:29:46.176Z | info: running `cargo check --bins` on nexus-test-interface (152/199) |
| 3331 | 2025-02-28T10:29:46.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2025-02-28T10:29:46.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2025-02-28T10:29:46.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2025-02-28T10:29:46.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3335 | 2025-02-28T10:29:46.995Z | |
| 3336 | 2025-02-28T10:29:46.995Z | info: running `cargo check --bins` on oximeter-collector (153/199) |
| 3337 | 2025-02-28T10:29:47.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2025-02-28T10:29:47.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2025-02-28T10:29:47.853Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3340 | 2025-02-28T10:29:47.854Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3341 | 2025-02-28T10:29:48.843Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3342 | 2025-02-28T10:29:51.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3343 | 2025-02-28T10:29:51.425Z | |
| 3344 | 2025-02-28T10:29:51.425Z | info: running `cargo check --bins` on oximeter-api (154/199) |
| 3345 | 2025-02-28T10:29:52.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2025-02-28T10:29:52.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2025-02-28T10:29:52.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2025-02-28T10:29:52.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3349 | 2025-02-28T10:29:52.205Z | |
| 3350 | 2025-02-28T10:29:52.205Z | info: running `cargo check --bins` on cert-dev (155/199) |
| 3351 | 2025-02-28T10:29:52.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2025-02-28T10:29:52.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2025-02-28T10:29:52.992Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3354 | 2025-02-28T10:29:53.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3355 | 2025-02-28T10:29:53.507Z | |
| 3356 | 2025-02-28T10:29:53.507Z | info: running `cargo check --bins` on clickana (156/199) |
| 3357 | 2025-02-28T10:29:54.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2025-02-28T10:29:54.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2025-02-28T10:29:54.304Z | Checking itertools v0.13.0 |
| 3360 | 2025-02-28T10:29:54.307Z | Checking castaway v0.2.3 |
| 3361 | 2025-02-28T10:29:54.308Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3362 | 2025-02-28T10:29:54.308Z | Checking lru v0.12.5 |
| 3363 | 2025-02-28T10:29:54.308Z | Compiling instability v0.3.2 |
| 3364 | 2025-02-28T10:29:54.308Z | Compiling indoc v2.0.5 |
| 3365 | 2025-02-28T10:29:54.308Z | Checking cassowary v0.3.0 |
| 3366 | 2025-02-28T10:29:54.559Z | Checking compact_str v0.8.0 |
| 3367 | 2025-02-28T10:29:56.338Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3368 | 2025-02-28T10:29:56.397Z | Checking unicode-truncate v1.1.0 |
| 3369 | 2025-02-28T10:29:56.572Z | Checking ratatui v0.29.0 |
| 3370 | 2025-02-28T10:29:58.802Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3371 | 2025-02-28T10:29:59.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s |
| 3372 | 2025-02-28T10:29:59.988Z | |
| 3373 | 2025-02-28T10:29:59.988Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/199) |
| 3374 | 2025-02-28T10:30:00.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2025-02-28T10:30:00.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2025-02-28T10:30:00.847Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3377 | 2025-02-28T10:30:00.850Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3378 | 2025-02-28T10:30:02.048Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3379 | 2025-02-28T10:30:02.593Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3380 | 2025-02-28T10:30:03.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 3381 | 2025-02-28T10:30:03.245Z | |
| 3382 | 2025-02-28T10:30:03.245Z | info: running `cargo check --bins` on ch-dev (158/199) |
| 3383 | 2025-02-28T10:30:03.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2025-02-28T10:30:03.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2025-02-28T10:30:04.096Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3386 | 2025-02-28T10:30:04.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 3387 | 2025-02-28T10:30:05.197Z | |
| 3388 | 2025-02-28T10:30:05.197Z | info: running `cargo check --bins` on crdb-seed (159/199) |
| 3389 | 2025-02-28T10:30:05.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2025-02-28T10:30:05.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2025-02-28T10:30:06.023Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3392 | 2025-02-28T10:30:06.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3393 | 2025-02-28T10:30:06.649Z | |
| 3394 | 2025-02-28T10:30:06.649Z | info: running `cargo check --bins` on db-dev (160/199) |
| 3395 | 2025-02-28T10:30:07.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2025-02-28T10:30:07.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2025-02-28T10:30:07.489Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3398 | 2025-02-28T10:30:08.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 3399 | 2025-02-28T10:30:08.604Z | |
| 3400 | 2025-02-28T10:30:08.604Z | info: running `cargo check --bins` on omicron-dev-lib (161/199) |
| 3401 | 2025-02-28T10:30:09.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2025-02-28T10:30:09.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2025-02-28T10:30:09.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2025-02-28T10:30:09.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3405 | 2025-02-28T10:30:09.410Z | |
| 3406 | 2025-02-28T10:30:09.411Z | info: running `cargo check --bins` on xtask-downloader (162/199) |
| 3407 | 2025-02-28T10:30:10.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2025-02-28T10:30:10.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2025-02-28T10:30:10.186Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3410 | 2025-02-28T10:30:11.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 3411 | 2025-02-28T10:30:11.401Z | |
| 3412 | 2025-02-28T10:30:11.401Z | info: running `cargo check --bins` on omicron-ls-apis (163/199) |
| 3413 | 2025-02-28T10:30:12.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2025-02-28T10:30:12.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2025-02-28T10:30:12.169Z | Checking cargo-platform v0.1.8 |
| 3416 | 2025-02-28T10:30:12.482Z | Checking cargo_metadata v0.19.1 |
| 3417 | 2025-02-28T10:30:13.918Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3418 | 2025-02-28T10:30:14.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 3419 | 2025-02-28T10:30:14.839Z | |
| 3420 | 2025-02-28T10:30:14.839Z | info: running `cargo check --bins` on mgs-dev (164/199) |
| 3421 | 2025-02-28T10:30:15.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2025-02-28T10:30:15.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2025-02-28T10:30:15.727Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3424 | 2025-02-28T10:30:17.460Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3425 | 2025-02-28T10:30:18.106Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3426 | 2025-02-28T10:30:18.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 3427 | 2025-02-28T10:30:18.975Z | |
| 3428 | 2025-02-28T10:30:18.975Z | info: running `cargo check --bins` on omicron-omdb (165/199) |
| 3429 | 2025-02-28T10:30:19.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2025-02-28T10:30:19.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2025-02-28T10:30:19.975Z | Compiling crunchy v0.2.2 |
| 3432 | 2025-02-28T10:30:19.978Z | Compiling tiny-keccak v2.0.2 |
| 3433 | 2025-02-28T10:30:19.978Z | Compiling dsl_auto_type v0.1.2 |
| 3434 | 2025-02-28T10:30:19.978Z | Checking scheduled-thread-pool v0.2.7 |
| 3435 | 2025-02-28T10:30:19.978Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3436 | 2025-02-28T10:30:20.102Z | Compiling ascii-canvas v3.0.0 |
| 3437 | 2025-02-28T10:30:20.105Z | Compiling ena v0.14.3 |
| 3438 | 2025-02-28T10:30:20.105Z | Compiling bindgen v0.71.1 |
| 3439 | 2025-02-28T10:30:20.487Z | Checking r2d2 v0.8.10 |
| 3440 | 2025-02-28T10:30:20.520Z | Compiling regex-syntax v0.6.29 |
| 3441 | 2025-02-28T10:30:20.555Z | Compiling diff v0.1.13 |
| 3442 | 2025-02-28T10:30:20.600Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3443 | 2025-02-28T10:30:20.647Z | Compiling ref-cast v1.0.23 |
| 3444 | 2025-02-28T10:30:20.824Z | Compiling rustc-hash v2.1.1 |
| 3445 | 2025-02-28T10:30:20.850Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3446 | 2025-02-28T10:30:21.057Z | Compiling derive_builder_core v0.20.2 |
| 3447 | 2025-02-28T10:30:21.134Z | Compiling libxml v0.3.3 |
| 3448 | 2025-02-28T10:30:21.205Z | Compiling ref-cast-impl v1.0.23 |
| 3449 | 2025-02-28T10:30:21.261Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3450 | 2025-02-28T10:30:21.576Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3451 | 2025-02-28T10:30:21.602Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3452 | 2025-02-28T10:30:21.738Z | Compiling diesel_derives v2.2.3 |
| 3453 | 2025-02-28T10:30:21.824Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3454 | 2025-02-28T10:30:21.945Z | Compiling strum_macros v0.24.3 |
| 3455 | 2025-02-28T10:30:22.219Z | Compiling indoc v1.0.9 |
| 3456 | 2025-02-28T10:30:23.201Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3457 | 2025-02-28T10:30:23.273Z | Compiling derive_builder_macro v0.20.2 |
| 3458 | 2025-02-28T10:30:23.557Z | Compiling oso-derive v0.27.3 |
| 3459 | 2025-02-28T10:30:24.265Z | Compiling lalrpop v0.19.12 |
| 3460 | 2025-02-28T10:30:24.289Z | Checking derive_builder v0.20.2 |
| 3461 | 2025-02-28T10:30:24.476Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3462 | 2025-02-28T10:30:24.658Z | Checking quick-xml v0.37.2 |
| 3463 | 2025-02-28T10:30:24.830Z | Compiling diesel-dtrace v0.4.2 |
| 3464 | 2025-02-28T10:30:25.186Z | Checking maplit v1.0.2 |
| 3465 | 2025-02-28T10:30:25.428Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3466 | 2025-02-28T10:30:25.449Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3467 | 2025-02-28T10:30:25.809Z | Checking bb8 v0.8.5 |
| 3468 | 2025-02-28T10:30:26.242Z | Checking io-lifetimes v1.0.11 |
| 3469 | 2025-02-28T10:30:26.391Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3470 | 2025-02-28T10:30:26.473Z | Checking rustix v0.37.28 |
| 3471 | 2025-02-28T10:30:26.757Z | Checking rand_seeder v0.3.0 |
| 3472 | 2025-02-28T10:30:27.030Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3473 | 2025-02-28T10:30:27.087Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3474 | 2025-02-28T10:30:27.111Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3475 | 2025-02-28T10:30:27.244Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3476 | 2025-02-28T10:30:27.548Z | Checking terminal_size v0.2.6 |
| 3477 | 2025-02-28T10:30:27.615Z | Checking unicode-linebreak v0.1.5 |
| 3478 | 2025-02-28T10:30:27.740Z | Checking is_ci v1.2.0 |
| 3479 | 2025-02-28T10:30:27.907Z | Checking smawk v0.3.2 |
| 3480 | 2025-02-28T10:30:28.077Z | Checking supports-color v3.0.2 |
| 3481 | 2025-02-28T10:30:28.176Z | Checking textwrap v0.16.1 |
| 3482 | 2025-02-28T10:30:28.360Z | Checking multimap v0.10.0 |
| 3483 | 2025-02-28T10:30:29.465Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3484 | 2025-02-28T10:30:31.425Z | Checking diesel v2.2.7 |
| 3485 | 2025-02-28T10:30:48.449Z | Compiling samael v0.0.18 |
| 3486 | 2025-02-28T10:31:05.586Z | Checking async-bb8-diesel v0.2.1 |
| 3487 | 2025-02-28T10:31:08.276Z | Compiling polar-core v0.27.3 |
| 3488 | 2025-02-28T10:31:16.289Z | Checking oso v0.27.3 |
| 3489 | 2025-02-28T10:32:29.807Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3490 | 2025-02-28T10:32:37.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 3491 | 2025-02-28T10:32:38.160Z | |
| 3492 | 2025-02-28T10:32:38.160Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199) |
| 3493 | 2025-02-28T10:32:38.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2025-02-28T10:32:38.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2025-02-28T10:32:38.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2025-02-28T10:32:38.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3497 | 2025-02-28T10:32:39.000Z | |
| 3498 | 2025-02-28T10:32:39.000Z | info: running `cargo check --bins` on nexus-saga-recovery (167/199) |
| 3499 | 2025-02-28T10:32:39.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2025-02-28T10:32:39.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2025-02-28T10:32:39.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2025-02-28T10:32:39.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3503 | 2025-02-28T10:32:39.843Z | |
| 3504 | 2025-02-28T10:32:39.844Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/199) |
| 3505 | 2025-02-28T10:32:40.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2025-02-28T10:32:40.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2025-02-28T10:32:40.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2025-02-28T10:32:40.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3509 | 2025-02-28T10:32:40.629Z | |
| 3510 | 2025-02-28T10:32:40.630Z | info: running `cargo check --bins` on omicron-nexus (169/199) |
| 3511 | 2025-02-28T10:32:41.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2025-02-28T10:32:41.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2025-02-28T10:32:41.589Z | Compiling libz-sys v1.1.20 |
| 3514 | 2025-02-28T10:32:41.597Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3515 | 2025-02-28T10:32:41.727Z | Compiling vergen v8.3.2 |
| 3516 | 2025-02-28T10:32:41.730Z | Compiling cargo-platform v0.1.8 |
| 3517 | 2025-02-28T10:32:41.730Z | Compiling pin-project-internal v1.1.6 |
| 3518 | 2025-02-28T10:32:41.780Z | Compiling snafu-derive v0.8.5 |
| 3519 | 2025-02-28T10:32:41.783Z | Compiling rustls v0.21.12 |
| 3520 | 2025-02-28T10:32:41.783Z | Compiling buf-list v1.0.3 |
| 3521 | 2025-02-28T10:32:42.122Z | Compiling cargo_metadata v0.18.1 |
| 3522 | 2025-02-28T10:32:42.181Z | Checking globset v0.4.15 |
| 3523 | 2025-02-28T10:32:42.232Z | Checking olpc-cjson v0.1.4 |
| 3524 | 2025-02-28T10:32:42.484Z | Checking sct v0.7.1 |
| 3525 | 2025-02-28T10:32:42.487Z | Checking rustls-webpki v0.101.7 |
| 3526 | 2025-02-28T10:32:42.686Z | Checking serde_plain v1.0.2 |
| 3527 | 2025-02-28T10:32:42.714Z | Checking typed-path v0.9.3 |
| 3528 | 2025-02-28T10:32:42.965Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3529 | 2025-02-28T10:32:43.093Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3530 | 2025-02-28T10:32:43.309Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3531 | 2025-02-28T10:32:43.444Z | Checking parse-size v1.1.0 |
| 3532 | 2025-02-28T10:32:43.725Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3533 | 2025-02-28T10:32:43.756Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3534 | 2025-02-28T10:32:44.536Z | Checking pin-project v1.1.6 |
| 3535 | 2025-02-28T10:32:44.707Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3536 | 2025-02-28T10:32:44.762Z | Checking rustls-pemfile v1.0.4 |
| 3537 | 2025-02-28T10:32:44.772Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3538 | 2025-02-28T10:32:44.847Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3539 | 2025-02-28T10:32:44.966Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3540 | 2025-02-28T10:32:45.153Z | Checking twox-hash v2.1.0 |
| 3541 | 2025-02-28T10:32:45.225Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3542 | 2025-02-28T10:32:45.324Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3543 | 2025-02-28T10:32:45.867Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3544 | 2025-02-28T10:32:46.482Z | Checking tokio-rustls v0.24.1 |
| 3545 | 2025-02-28T10:32:46.727Z | Checking snafu v0.8.5 |
| 3546 | 2025-02-28T10:32:46.842Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3547 | 2025-02-28T10:32:47.191Z | Checking tough v0.19.0 |
| 3548 | 2025-02-28T10:32:47.394Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3549 | 2025-02-28T10:32:47.418Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3550 | 2025-02-28T10:32:47.522Z | Checking fatfs v0.3.6 |
| 3551 | 2025-02-28T10:32:47.755Z | Checking assert_matches v1.5.0 |
| 3552 | 2025-02-28T10:32:51.784Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3553 | 2025-02-28T10:32:53.217Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3554 | 2025-02-28T10:32:54.284Z | Compiling git2 v0.19.0 |
| 3555 | 2025-02-28T10:32:59.028Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3556 | 2025-02-28T10:34:18.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 3557 | 2025-02-28T10:34:19.211Z | |
| 3558 | 2025-02-28T10:34:19.211Z | info: running `cargo check --bins` on nexus-external-api (170/199) |
| 3559 | 2025-02-28T10:34:19.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2025-02-28T10:34:19.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2025-02-28T10:34:19.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2025-02-28T10:34:19.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3563 | 2025-02-28T10:34:20.060Z | |
| 3564 | 2025-02-28T10:34:20.060Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
| 3565 | 2025-02-28T10:34:20.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2025-02-28T10:34:20.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2025-02-28T10:34:20.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2025-02-28T10:34:20.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3569 | 2025-02-28T10:34:20.864Z | |
| 3570 | 2025-02-28T10:34:20.864Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
| 3571 | 2025-02-28T10:34:21.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2025-02-28T10:34:21.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2025-02-28T10:34:21.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2025-02-28T10:34:21.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3575 | 2025-02-28T10:34:21.659Z | |
| 3576 | 2025-02-28T10:34:21.659Z | info: running `cargo check --bins` on nexus-networking (173/199) |
| 3577 | 2025-02-28T10:34:22.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2025-02-28T10:34:22.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2025-02-28T10:34:22.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2025-02-28T10:34:22.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3581 | 2025-02-28T10:34:22.454Z | |
| 3582 | 2025-02-28T10:34:22.454Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
| 3583 | 2025-02-28T10:34:23.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2025-02-28T10:34:23.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2025-02-28T10:34:23.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2025-02-28T10:34:23.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3587 | 2025-02-28T10:34:23.258Z | |
| 3588 | 2025-02-28T10:34:23.258Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
| 3589 | 2025-02-28T10:34:23.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-02-28T10:34:23.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-02-28T10:34:23.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2025-02-28T10:34:23.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3593 | 2025-02-28T10:34:24.046Z | |
| 3594 | 2025-02-28T10:34:24.046Z | info: running `cargo check --bins` on update-common (176/199) |
| 3595 | 2025-02-28T10:34:24.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2025-02-28T10:34:24.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2025-02-28T10:34:24.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2025-02-28T10:34:24.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3599 | 2025-02-28T10:34:24.811Z | |
| 3600 | 2025-02-28T10:34:24.811Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
| 3601 | 2025-02-28T10:34:25.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2025-02-28T10:34:25.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2025-02-28T10:34:25.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2025-02-28T10:34:25.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3605 | 2025-02-28T10:34:25.518Z | |
| 3606 | 2025-02-28T10:34:25.518Z | info: running `cargo check --bins` on tufaceous (178/199) |
| 3607 | 2025-02-28T10:34:26.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2025-02-28T10:34:26.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2025-02-28T10:34:26.266Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3610 | 2025-02-28T10:34:26.568Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3611 | 2025-02-28T10:34:27.649Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3612 | 2025-02-28T10:34:28.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s |
| 3613 | 2025-02-28T10:34:28.643Z | |
| 3614 | 2025-02-28T10:34:28.643Z | info: running `cargo check --bins` on omicron-dev (179/199) |
| 3615 | 2025-02-28T10:34:29.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2025-02-28T10:34:29.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2025-02-28T10:34:29.633Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3618 | 2025-02-28T10:34:29.637Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3619 | 2025-02-28T10:34:29.784Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3620 | 2025-02-28T10:34:29.787Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3621 | 2025-02-28T10:34:30.850Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3622 | 2025-02-28T10:35:06.565Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3623 | 2025-02-28T10:35:06.565Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3624 | 2025-02-28T10:35:06.569Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3625 | 2025-02-28T10:35:06.569Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3626 | 2025-02-28T10:35:06.569Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3627 | 2025-02-28T10:35:06.569Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3628 | 2025-02-28T10:35:07.564Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3629 | 2025-02-28T10:35:08.962Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3630 | 2025-02-28T10:36:11.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s |
| 3631 | 2025-02-28T10:36:11.252Z | |
| 3632 | 2025-02-28T10:36:11.252Z | info: running `cargo check --bins` on openapi-manager (180/199) |
| 3633 | 2025-02-28T10:36:11.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3634 | 2025-02-28T10:36:11.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3635 | 2025-02-28T10:36:12.138Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3636 | 2025-02-28T10:36:12.141Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3637 | 2025-02-28T10:36:12.141Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3638 | 2025-02-28T10:36:12.283Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3639 | 2025-02-28T10:36:12.286Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3640 | 2025-02-28T10:36:12.286Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3641 | 2025-02-28T10:36:12.286Z | Checking papergrid v0.14.0 |
| 3642 | 2025-02-28T10:36:12.290Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3643 | 2025-02-28T10:36:12.533Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3644 | 2025-02-28T10:36:12.770Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3645 | 2025-02-28T10:36:12.949Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3646 | 2025-02-28T10:36:13.123Z | Compiling proc-macro-error2 v2.0.1 |
| 3647 | 2025-02-28T10:36:13.836Z | Compiling tabled_derive v0.10.0 |
| 3648 | 2025-02-28T10:36:13.951Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3649 | 2025-02-28T10:36:14.226Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3650 | 2025-02-28T10:36:14.386Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3651 | 2025-02-28T10:36:14.693Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3652 | 2025-02-28T10:36:15.294Z | Checking heck v0.4.1 |
| 3653 | 2025-02-28T10:36:15.418Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3654 | 2025-02-28T10:36:15.538Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3655 | 2025-02-28T10:36:15.796Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3656 | 2025-02-28T10:36:15.999Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3657 | 2025-02-28T10:36:16.544Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3658 | 2025-02-28T10:36:16.706Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3659 | 2025-02-28T10:36:16.790Z | Checking tabled v0.18.0 |
| 3660 | 2025-02-28T10:36:16.991Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3661 | 2025-02-28T10:36:17.064Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3662 | 2025-02-28T10:36:17.275Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3663 | 2025-02-28T10:36:18.924Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3664 | 2025-02-28T10:36:18.924Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3665 | 2025-02-28T10:36:22.427Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3666 | 2025-02-28T10:36:24.306Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3667 | 2025-02-28T10:36:29.715Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3668 | 2025-02-28T10:36:29.718Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3669 | 2025-02-28T10:36:31.195Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3670 | 2025-02-28T10:36:32.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.65s |
| 3671 | 2025-02-28T10:36:33.127Z | |
| 3672 | 2025-02-28T10:36:33.127Z | info: running `cargo check --bins` on installinator-api (181/199) |
| 3673 | 2025-02-28T10:36:33.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2025-02-28T10:36:33.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2025-02-28T10:36:33.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2025-02-28T10:36:33.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3677 | 2025-02-28T10:36:33.938Z | |
| 3678 | 2025-02-28T10:36:33.938Z | info: running `cargo check --bins` on wicketd-api (182/199) |
| 3679 | 2025-02-28T10:36:34.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2025-02-28T10:36:34.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2025-02-28T10:36:34.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2025-02-28T10:36:34.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3683 | 2025-02-28T10:36:34.745Z | |
| 3684 | 2025-02-28T10:36:34.745Z | info: running `cargo check --bins` on omicron-pins (183/199) |
| 3685 | 2025-02-28T10:36:35.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2025-02-28T10:36:35.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2025-02-28T10:36:35.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2025-02-28T10:36:35.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3689 | 2025-02-28T10:36:35.492Z | |
| 3690 | 2025-02-28T10:36:35.492Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
| 3691 | 2025-02-28T10:36:36.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2025-02-28T10:36:36.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2025-02-28T10:36:36.353Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3694 | 2025-02-28T10:36:36.354Z | Compiling petname v2.0.2 |
| 3695 | 2025-02-28T10:36:36.356Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3696 | 2025-02-28T10:36:36.356Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3697 | 2025-02-28T10:36:36.356Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3698 | 2025-02-28T10:36:36.356Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3699 | 2025-02-28T10:36:36.356Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3700 | 2025-02-28T10:36:36.514Z | Checking sync-ptr v0.1.1 |
| 3701 | 2025-02-28T10:36:42.524Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3702 | 2025-02-28T10:36:43.234Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3703 | 2025-02-28T10:36:44.730Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3704 | 2025-02-28T10:36:46.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s |
| 3705 | 2025-02-28T10:36:46.772Z | |
| 3706 | 2025-02-28T10:36:46.772Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
| 3707 | 2025-02-28T10:36:47.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2025-02-28T10:36:47.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2025-02-28T10:36:47.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2025-02-28T10:36:47.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3711 | 2025-02-28T10:36:47.579Z | |
| 3712 | 2025-02-28T10:36:47.579Z | info: running `cargo check --bins` on omicron-releng (186/199) |
| 3713 | 2025-02-28T10:36:48.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2025-02-28T10:36:48.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2025-02-28T10:36:48.407Z | Checking memmap2 v0.9.5 |
| 3716 | 2025-02-28T10:36:48.410Z | Checking arrayvec v0.7.6 |
| 3717 | 2025-02-28T10:36:48.410Z | Checking arrayref v0.3.9 |
| 3718 | 2025-02-28T10:36:48.410Z | Checking constant_time_eq v0.3.1 |
| 3719 | 2025-02-28T10:36:48.410Z | Checking topological-sort v0.2.2 |
| 3720 | 2025-02-28T10:36:48.410Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3721 | 2025-02-28T10:36:48.410Z | Checking shell-words v1.1.0 |
| 3722 | 2025-02-28T10:36:48.854Z | Checking blake3 v1.5.4 |
| 3723 | 2025-02-28T10:36:49.246Z | Checking omicron-zone-package v0.12.0 |
| 3724 | 2025-02-28T10:36:50.558Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3725 | 2025-02-28T10:36:51.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 3726 | 2025-02-28T10:36:51.853Z | |
| 3727 | 2025-02-28T10:36:51.853Z | info: running `cargo check --bins` on xtask (187/199) |
| 3728 | 2025-02-28T10:36:52.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2025-02-28T10:36:52.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2025-02-28T10:36:52.397Z | Checking bitflags v2.6.0 |
| 3731 | 2025-02-28T10:36:52.400Z | Checking serde v1.0.218 |
| 3732 | 2025-02-28T10:36:52.400Z | Checking thiserror v1.0.69 |
| 3733 | 2025-02-28T10:36:52.506Z | Checking scroll v0.12.0 |
| 3734 | 2025-02-28T10:36:52.518Z | Checking hashbrown v0.15.1 |
| 3735 | 2025-02-28T10:36:52.518Z | Checking log v0.4.22 |
| 3736 | 2025-02-28T10:36:52.545Z | Checking zerocopy v0.7.35 |
| 3737 | 2025-02-28T10:36:52.560Z | Checking syn v2.0.98 |
| 3738 | 2025-02-28T10:36:52.637Z | Checking pest v2.7.14 |
| 3739 | 2025-02-28T10:36:52.741Z | Checking rustix v0.38.37 |
| 3740 | 2025-02-28T10:36:52.827Z | Checking once_cell v1.20.3 |
| 3741 | 2025-02-28T10:36:53.027Z | Checking goblin v0.8.2 |
| 3742 | 2025-02-28T10:36:53.203Z | Checking thiserror v2.0.11 |
| 3743 | 2025-02-28T10:36:53.385Z | Checking fs-err v2.11.0 |
| 3744 | 2025-02-28T10:36:53.602Z | Checking indexmap v2.7.1 |
| 3745 | 2025-02-28T10:36:53.723Z | Checking anyhow v1.0.96 |
| 3746 | 2025-02-28T10:36:53.831Z | Checking tabled v0.15.0 |
| 3747 | 2025-02-28T10:36:54.700Z | Checking terminal_size v0.4.0 |
| 3748 | 2025-02-28T10:36:54.700Z | Checking tempfile v3.13.0 |
| 3749 | 2025-02-28T10:36:54.888Z | Checking clap_builder v4.5.31 |
| 3750 | 2025-02-28T10:36:55.210Z | Checking dtrace-parser v0.2.0 |
| 3751 | 2025-02-28T10:36:56.670Z | Checking serde_json v1.0.139 |
| 3752 | 2025-02-28T10:36:56.670Z | Checking toml_datetime v0.6.8 |
| 3753 | 2025-02-28T10:36:56.673Z | Checking serde_spanned v0.6.8 |
| 3754 | 2025-02-28T10:36:56.673Z | Checking camino v1.1.9 |
| 3755 | 2025-02-28T10:36:56.673Z | Checking cargo-platform v0.1.8 |
| 3756 | 2025-02-28T10:36:56.947Z | Checking semver v1.0.25 |
| 3757 | 2025-02-28T10:36:56.988Z | Checking toml_edit v0.22.24 |
| 3758 | 2025-02-28T10:36:57.005Z | Checking macaddr v1.0.1 |
| 3759 | 2025-02-28T10:36:57.301Z | Checking camino-tempfile v1.1.1 |
| 3760 | 2025-02-28T10:36:57.465Z | Checking clap v4.5.31 |
| 3761 | 2025-02-28T10:36:58.025Z | Checking dof v0.3.0 |
| 3762 | 2025-02-28T10:36:58.025Z | Checking cargo_metadata v0.19.1 |
| 3763 | 2025-02-28T10:36:58.472Z | Checking usdt-impl v0.5.0 |
| 3764 | 2025-02-28T10:36:58.897Z | Checking usdt v0.5.0 |
| 3765 | 2025-02-28T10:36:59.050Z | Checking toml v0.8.20 |
| 3766 | 2025-02-28T10:36:59.571Z | Checking cargo_toml v0.21.0 |
| 3767 | 2025-02-28T10:37:00.904Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3768 | 2025-02-28T10:37:01.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s |
| 3769 | 2025-02-28T10:37:01.767Z | |
| 3770 | 2025-02-28T10:37:01.767Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
| 3771 | 2025-02-28T10:37:02.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2025-02-28T10:37:02.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2025-02-28T10:37:02.714Z | Checking polyval v0.6.2 |
| 3774 | 2025-02-28T10:37:02.836Z | Checking ctr v0.9.2 |
| 3775 | 2025-02-28T10:37:02.851Z | Checking ssh-encoding v0.2.0 |
| 3776 | 2025-02-28T10:37:02.854Z | Checking blowfish v0.9.1 |
| 3777 | 2025-02-28T10:37:02.854Z | Checking password-hash v0.4.2 |
| 3778 | 2025-02-28T10:37:02.857Z | Checking p256 v0.13.2 |
| 3779 | 2025-02-28T10:37:02.857Z | Checking p521 v0.13.3 |
| 3780 | 2025-02-28T10:37:02.857Z | Checking russh-cryptovec v0.7.3 |
| 3781 | 2025-02-28T10:37:03.071Z | Checking ghash v0.5.1 |
| 3782 | 2025-02-28T10:37:03.104Z | Checking md5 v0.7.0 |
| 3783 | 2025-02-28T10:37:03.127Z | Checking num-bigint v0.4.6 |
| 3784 | 2025-02-28T10:37:03.237Z | Checking des v0.8.1 |
| 3785 | 2025-02-28T10:37:03.260Z | Checking bcrypt-pbkdf v0.10.0 |
| 3786 | 2025-02-28T10:37:03.263Z | Checking aes-gcm v0.10.3 |
| 3787 | 2025-02-28T10:37:03.389Z | Checking pbkdf2 v0.11.0 |
| 3788 | 2025-02-28T10:37:03.417Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3789 | 2025-02-28T10:37:03.469Z | Checking hex-literal v0.4.1 |
| 3790 | 2025-02-28T10:37:03.532Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3791 | 2025-02-28T10:37:03.554Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3792 | 2025-02-28T10:37:03.557Z | Checking ssh-cipher v0.2.0 |
| 3793 | 2025-02-28T10:37:03.634Z | Checking internet-checksum v0.2.1 |
| 3794 | 2025-02-28T10:37:03.914Z | Checking ssh-key v0.6.6 |
| 3795 | 2025-02-28T10:37:04.136Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3796 | 2025-02-28T10:37:05.133Z | Checking russh-keys v0.45.0 |
| 3797 | 2025-02-28T10:37:06.120Z | Checking russh v0.45.0 |
| 3798 | 2025-02-28T10:37:28.092Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3799 | 2025-02-28T10:37:29.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s |
| 3800 | 2025-02-28T10:37:29.916Z | |
| 3801 | 2025-02-28T10:37:29.916Z | info: running `cargo check --bins` on gateway-cli (189/199) |
| 3802 | 2025-02-28T10:37:30.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-02-28T10:37:30.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-02-28T10:37:30.726Z | Checking termios v0.3.3 |
| 3805 | 2025-02-28T10:37:30.977Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3806 | 2025-02-28T10:37:31.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
| 3807 | 2025-02-28T10:37:32.126Z | |
| 3808 | 2025-02-28T10:37:32.126Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
| 3809 | 2025-02-28T10:37:32.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2025-02-28T10:37:32.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2025-02-28T10:37:32.986Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3812 | 2025-02-28T10:37:32.986Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3813 | 2025-02-28T10:37:32.988Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3814 | 2025-02-28T10:37:32.988Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3815 | 2025-02-28T10:37:34.155Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3816 | 2025-02-28T10:37:35.570Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3817 | 2025-02-28T10:37:37.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
| 3818 | 2025-02-28T10:37:37.938Z | |
| 3819 | 2025-02-28T10:37:37.938Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
| 3820 | 2025-02-28T10:37:38.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2025-02-28T10:37:38.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2025-02-28T10:37:38.736Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3823 | 2025-02-28T10:37:39.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 3824 | 2025-02-28T10:37:39.480Z | |
| 3825 | 2025-02-28T10:37:39.480Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
| 3826 | 2025-02-28T10:37:40.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2025-02-28T10:37:40.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2025-02-28T10:37:40.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2025-02-28T10:37:40.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3830 | 2025-02-28T10:37:40.246Z | |
| 3831 | 2025-02-28T10:37:40.246Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
| 3832 | 2025-02-28T10:37:40.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-02-28T10:37:40.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-02-28T10:37:40.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2025-02-28T10:37:40.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3836 | 2025-02-28T10:37:41.012Z | |
| 3837 | 2025-02-28T10:37:41.012Z | info: running `cargo check --bins` on omicron-package (194/199) |
| 3838 | 2025-02-28T10:37:41.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2025-02-28T10:37:41.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2025-02-28T10:37:41.833Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3841 | 2025-02-28T10:37:43.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 3842 | 2025-02-28T10:37:43.619Z | |
| 3843 | 2025-02-28T10:37:43.619Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
| 3844 | 2025-02-28T10:37:44.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2025-02-28T10:37:44.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2025-02-28T10:37:44.504Z | Checking rtoolbox v0.0.2 |
| 3847 | 2025-02-28T10:37:44.507Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3848 | 2025-02-28T10:37:44.507Z | Checking tui-tree-widget v0.23.0 |
| 3849 | 2025-02-28T10:37:44.786Z | Checking rpassword v7.3.1 |
| 3850 | 2025-02-28T10:37:50.445Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3851 | 2025-02-28T10:37:54.000Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3852 | 2025-02-28T10:37:55.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s |
| 3853 | 2025-02-28T10:37:55.595Z | |
| 3854 | 2025-02-28T10:37:55.595Z | info: running `cargo check --bins` on wicket (196/199) |
| 3855 | 2025-02-28T10:37:56.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2025-02-28T10:37:56.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2025-02-28T10:37:56.457Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3858 | 2025-02-28T10:37:56.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 3859 | 2025-02-28T10:37:57.163Z | |
| 3860 | 2025-02-28T10:37:57.163Z | info: running `cargo check --bins` on wicketd (197/199) |
| 3861 | 2025-02-28T10:37:57.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2025-02-28T10:37:57.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2025-02-28T10:37:58.064Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3864 | 2025-02-28T10:37:58.068Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3865 | 2025-02-28T10:37:59.037Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3866 | 2025-02-28T10:38:03.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
| 3867 | 2025-02-28T10:38:04.025Z | |
| 3868 | 2025-02-28T10:38:04.025Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
| 3869 | 2025-02-28T10:38:04.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2025-02-28T10:38:04.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2025-02-28T10:38:04.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2025-02-28T10:38:04.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3873 | 2025-02-28T10:38:04.782Z | |
| 3874 | 2025-02-28T10:38:04.782Z | info: running `cargo check --bins` on zone-setup (199/199) |
| 3875 | 2025-02-28T10:38:05.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2025-02-28T10:38:05.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2025-02-28T10:38:05.629Z | Checking uzers v0.12.1 |
| 3878 | 2025-02-28T10:38:06.015Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3879 | 2025-02-28T10:38:07.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
| 3880 | 2025-02-28T10:38:07.362Z | |
| 3881 | 2025-02-28T10:38:07.362Z | real 16:49.514968606 |
| 3882 | 2025-02-28T10:38:07.362Z | user 31:58.659128675 |
| 3883 | 2025-02-28T10:38:07.362Z | sys 4:56.670772104 |
| 3884 | 2025-02-28T10:38:07.362Z | trap 0.755023046 |
| 3885 | 2025-02-28T10:38:07.362Z | tflt 0.487170324 |
| 3886 | 2025-02-28T10:38:07.362Z | dflt 1.680445915 |
| 3887 | 2025-02-28T10:38:07.362Z | kflt 0.001029315 |
| 3888 | 2025-02-28T10:38:07.365Z | lock 58:20.328124859 |
| 3889 | 2025-02-28T10:38:07.365Z | slp 2:37:44.453046331 |
| 3890 | 2025-02-28T10:38:07.365Z | lat 1:11.900700158 |
| 3891 | 2025-02-28T10:38:07.365Z | stop 4:22.837169296 |
| 3892 | 2025-02-28T10:38:07.365Z | process exited: duration 1379983 ms, exit code 0 |
| |
| 3893 | 2025-02-28T10:38:07.372Z | found 0 output files |