|
|
|
| 1 | 2025-03-01T04:05:58.630Z | job assigned to worker 01JN7Y2EPKCG6CCZVH2VPG9PX8 [factory aws, i-091157e30b52d215b] (queued for 50 s) |
| |
| 2 | 2025-03-01T04:06:06.328Z | starting task 0: "setup" |
| 3 | 2025-03-01T04:06:06.338Z | ++ uname -s |
| 4 | 2025-03-01T04:06:06.342Z | + kern=SunOS |
| 5 | 2025-03-01T04:06:06.342Z | + build_user=build |
| 6 | 2025-03-01T04:06:06.342Z | + build_uid=12345 |
| 7 | 2025-03-01T04:06:06.342Z | + work_dir=/work |
| 8 | 2025-03-01T04:06:06.342Z | + input_dir=/input |
| 9 | 2025-03-01T04:06:06.342Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-01T04:06:06.342Z | + case "$kern" in |
| 11 | 2025-03-01T04:06:06.342Z | + groupadd -g 12345 build |
| 12 | 2025-03-01T04:06:06.342Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-01T04:06:08.350Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-01T04:06:08.469Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-01T04:06:08.472Z | + home_fs=zfs |
| 16 | 2025-03-01T04:06:08.472Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-01T04:06:08.472Z | + mkdir -p /home/build |
| 18 | 2025-03-01T04:06:08.474Z | + chown build:build /home/build /work |
| 19 | 2025-03-01T04:06:10.475Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-01T04:06:10.478Z | process exited: duration 4149 ms, exit code 0 |
| |
| 21 | 2025-03-01T04:06:10.485Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-01T04:06:10.490Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-01T04:06:10.490Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-01T04:06:10.490Z | * rust toolchain profile = "default" |
| 25 | 2025-03-01T04:06:10.490Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-03-01T04:06:10.490Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-01T04:06:10.490Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-01T04:06:10.493Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-01T04:06:10.493Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-01T04:06:10.599Z | info: downloading installer |
| 31 | 2025-03-01T04:06:13.439Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-03-01T04:06:13.439Z | warning: /opt/ooce/bin |
| 33 | 2025-03-01T04:06:13.439Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-01T04:06:13.439Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-03-01T04:06:13.439Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-01T04:06:13.439Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-01T04:06:13.439Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-01T04:06:13.439Z | error: cannot install while Rust is installed |
| 39 | 2025-03-01T04:06:13.439Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-01T04:06:13.456Z | info: profile set to 'default' |
| 41 | 2025-03-01T04:06:13.456Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-01T04:06:13.459Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-01T04:06:13.624Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-01T04:06:13.624Z | info: downloading component 'cargo' |
| 45 | 2025-03-01T04:06:14.561Z | info: downloading component 'clippy' |
| 46 | 2025-03-01T04:06:14.892Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-01T04:06:16.311Z | info: downloading component 'rust-std' |
| 48 | 2025-03-01T04:06:18.329Z | info: downloading component 'rustc' |
| 49 | 2025-03-01T04:06:25.306Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-01T04:06:25.564Z | info: installing component 'cargo' |
| 51 | 2025-03-01T04:06:26.376Z | info: installing component 'clippy' |
| 52 | 2025-03-01T04:06:26.758Z | info: installing component 'rust-docs' |
| 53 | 2025-03-01T04:06:28.517Z | info: installing component 'rust-std' |
| 54 | 2025-03-01T04:06:30.405Z | info: installing component 'rustc' |
| 55 | 2025-03-01T04:06:36.198Z | info: installing component 'rustfmt' |
| 56 | 2025-03-01T04:06:36.529Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-01T04:06:36.529Z | |
| 58 | 2025-03-01T04:06:36.929Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-01T04:06:36.929Z | |
| 60 | 2025-03-01T04:06:36.963Z | |
| 61 | 2025-03-01T04:06:36.963Z | Rust is installed now. Great! |
| 62 | 2025-03-01T04:06:36.963Z | |
| 63 | 2025-03-01T04:06:36.963Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-01T04:06:36.963Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-01T04:06:36.964Z | |
| 66 | 2025-03-01T04:06:36.964Z | To configure your current shell, you need to source |
| 67 | 2025-03-01T04:06:36.964Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-01T04:06:36.964Z | |
| 69 | 2025-03-01T04:06:36.964Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-01T04:06:36.966Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-01T04:06:36.966Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-01T04:06:37.003Z | + rustup --version |
| 73 | 2025-03-01T04:06:37.027Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-03-01T04:06:37.027Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-03-01T04:06:37.083Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-03-01T04:06:37.093Z | + cargo --version |
| 77 | 2025-03-01T04:06:37.139Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-03-01T04:06:37.154Z | + rustc --version |
| 79 | 2025-03-01T04:06:37.207Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-03-01T04:06:37.213Z | process exited: duration 26713 ms, exit code 0 |
| |
| 81 | 2025-03-01T04:06:37.256Z | starting task 2: "authentication" |
| 82 | 2025-03-01T04:06:37.283Z | process exited: duration 35 ms, exit code 0 |
| |
| 83 | 2025-03-01T04:06:37.299Z | starting task 3: "clone repository" |
| 84 | 2025-03-01T04:06:37.306Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-03-01T04:06:37.306Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-03-01T04:06:37.345Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-03-01T04:06:45.565Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-03-01T04:06:45.565Z | + git fetch origin a082fdde514a21b0434774bb11270196fce6d22a |
| 89 | 2025-03-01T04:06:45.886Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-03-01T04:06:45.886Z | * branch a082fdde514a21b0434774bb11270196fce6d22a -> FETCH_HEAD |
| 91 | 2025-03-01T04:06:45.896Z | + [[ -n renovate/similar-2.x ]] |
| 92 | 2025-03-01T04:06:45.900Z | ++ git branch --show-current |
| 93 | 2025-03-01T04:06:45.903Z | + current=main |
| 94 | 2025-03-01T04:06:45.903Z | + [[ main != renovate/similar-2.x ]] |
| 95 | 2025-03-01T04:06:45.903Z | + git branch -f renovate/similar-2.x a082fdde514a21b0434774bb11270196fce6d22a |
| 96 | 2025-03-01T04:06:45.906Z | + git checkout -f renovate/similar-2.x |
| 97 | 2025-03-01T04:06:46.095Z | Switched to branch 'renovate/similar-2.x' |
| 98 | 2025-03-01T04:06:46.099Z | + git reset --hard a082fdde514a21b0434774bb11270196fce6d22a |
| 99 | 2025-03-01T04:06:46.112Z | HEAD is now at a082fdde5 Update Rust crate similar to 2.7.0 |
| 100 | 2025-03-01T04:06:46.116Z | process exited: duration 8817 ms, exit code 0 |
| |
| 101 | 2025-03-01T04:06:46.123Z | starting task 4: "build" |
| 102 | 2025-03-01T04:06:46.128Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-03-01T04:06:46.128Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-03-01T04:06:46.128Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-03-01T04:06:46.128Z | + cargo --version |
| 106 | 2025-03-01T04:06:46.180Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-03-01T04:06:46.183Z | + rustc --version |
| 108 | 2025-03-01T04:06:46.244Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-03-01T04:06:46.247Z | + source ./env.sh |
| 110 | 2025-03-01T04:06:46.247Z | ++ OLD_SHELL_OPTS=ehxB |
| 111 | 2025-03-01T04:06:46.247Z | ++ set -o xtrace |
| 112 | 2025-03-01T04:06:46.250Z | ++++ dirname ./env.sh |
| 113 | 2025-03-01T04:06:46.253Z | +++ readlink -f . |
| 114 | 2025-03-01T04:06:46.257Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 115 | 2025-03-01T04:06:46.257Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-03-01T04:06:46.257Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-03-01T04:06:46.257Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-03-01T04:06:46.257Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2025-03-01T04:06:46.257Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-03-01T04:06:46.257Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2025-03-01T04:06:46.257Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-03-01T04:06:46.257Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2025-03-01T04:06:46.257Z | ++ case $OLD_SHELL_OPTS in |
| 124 | 2025-03-01T04:06:46.257Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 125 | 2025-03-01T04:06:46.257Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 126 | 2025-03-01T04:06:46.257Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-03-01T04:06:46.257Z | + banner prerequisites |
| 128 | 2025-03-01T04:06:46.261Z | |
| 129 | 2025-03-01T04:06:46.261Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 130 | 2025-03-01T04:06:46.261Z | # # # # # # # # # # # # # # # |
| 131 | 2025-03-01T04:06:46.261Z | # # # # ##### # # ##### # # # # # #### # |
| 132 | 2025-03-01T04:06:46.261Z | ##### ##### # ##### # # # # # # # # # |
| 133 | 2025-03-01T04:06:46.261Z | # # # # # # # # # # # # # # # |
| 134 | 2025-03-01T04:06:46.261Z | # # # ###### # # ###### ### # #### # #### # |
| 135 | 2025-03-01T04:06:46.261Z | |
| 136 | 2025-03-01T04:06:46.261Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 137 | 2025-03-01T04:06:47.839Z | pkg list: illegal option -- F |
| 138 | 2025-03-01T04:06:47.865Z | Usage: |
| 139 | 2025-03-01T04:06:47.865Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 140 | 2025-03-01T04:06:47.865Z | [pkg_fmri_pattern ...] |
| 141 | 2025-03-01T04:06:48.690Z | pkg list: illegal option -- F |
| 142 | 2025-03-01T04:06:48.690Z | Usage: |
| 143 | 2025-03-01T04:06:48.697Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 144 | 2025-03-01T04:06:48.697Z | [pkg_fmri_pattern ...] |
| 145 | 2025-03-01T04:06:56.190Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 146 | 2025-03-01T04:07:00.499Z | Startup: Caching catalogs ... Done |
| 147 | 2025-03-01T04:07:13.857Z | Planning: Solver setup ... Done (12.426s) |
| 148 | 2025-03-01T04:07:14.016Z | Planning: Running solver ... Done (0.157s) |
| 149 | 2025-03-01T04:07:14.135Z | Planning: Finding local manifests ... Done (0.007s) |
| 150 | 2025-03-01T04:07:14.645Z | Planning: Fetching manifests: 0/7 0% complete |
| 151 | 2025-03-01T04:07:15.415Z | Planning: Fetching manifests: 7/7 100% complete |
| 152 | 2025-03-01T04:07:15.524Z | Planning: Package planning ... Done (0.108s) |
| 153 | 2025-03-01T04:07:15.581Z | Planning: Merging actions ... Done (0.057s) |
| 154 | 2025-03-01T04:07:15.776Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 155 | 2025-03-01T04:07:17.745Z | Planning: Consolidating action changes ... Done (1.971s) |
| 156 | 2025-03-01T04:07:18.176Z | Planning: Evaluating mediators ... Done (0.431s) |
| 157 | 2025-03-01T04:07:18.257Z | Planning: Planning completed in 17.66 seconds |
| 158 | 2025-03-01T04:07:18.273Z | Packages to install: 4 |
| 159 | 2025-03-01T04:07:18.273Z | Packages to update: 3 |
| 160 | 2025-03-01T04:07:18.276Z | Mediators to change: 2 |
| 161 | 2025-03-01T04:07:18.276Z | Services to change: 1 |
| 162 | 2025-03-01T04:07:18.276Z | Estimated space available: 155.60 GB |
| 163 | 2025-03-01T04:07:18.276Z | Estimated space to be consumed: 1.66 GB |
| 164 | 2025-03-01T04:07:18.276Z | Create boot environment: No |
| 165 | 2025-03-01T04:07:18.276Z | Create backup boot environment: Yes |
| 166 | 2025-03-01T04:07:18.276Z | Rebuild boot archive: No |
| 167 | 2025-03-01T04:07:18.276Z | |
| 168 | 2025-03-01T04:07:18.276Z | Changed mediators: |
| 169 | 2025-03-01T04:07:18.276Z | mediator clang: |
| 170 | 2025-03-01T04:07:18.276Z | version: None -> 15 (system default) |
| 171 | 2025-03-01T04:07:18.276Z | |
| 172 | 2025-03-01T04:07:18.276Z | mediator llvm: |
| 173 | 2025-03-01T04:07:18.276Z | version: 14 (system default) -> 15 (system default) |
| 174 | 2025-03-01T04:07:18.276Z | |
| 175 | 2025-03-01T04:07:18.276Z | Changed packages: |
| 176 | 2025-03-01T04:07:18.276Z | helios-dev |
| 177 | 2025-03-01T04:07:18.276Z | developer/build-essential |
| 178 | 2025-03-01T04:07:18.276Z | None -> 11-2.0 |
| 179 | 2025-03-01T04:07:18.276Z | library/libxmlsec1 |
| 180 | 2025-03-01T04:07:18.276Z | None -> 1.2.35-2.0 |
| 181 | 2025-03-01T04:07:18.276Z | ooce/developer/clang-15 |
| 182 | 2025-03-01T04:07:18.276Z | None -> 15.0.7-2.0 |
| 183 | 2025-03-01T04:07:18.276Z | ooce/developer/llvm-15 |
| 184 | 2025-03-01T04:07:18.276Z | None -> 15.0.7-2.0 |
| 185 | 2025-03-01T04:07:18.276Z | package/pkg |
| 186 | 2025-03-01T04:07:18.276Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 187 | 2025-03-01T04:07:18.276Z | system/library/g++-runtime |
| 188 | 2025-03-01T04:07:18.276Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-03-01T04:07:18.276Z | system/library/gcc-runtime |
| 190 | 2025-03-01T04:07:18.276Z | 13-2.0 -> 14-2.0 |
| 191 | 2025-03-01T04:07:18.276Z | |
| 192 | 2025-03-01T04:07:18.276Z | Services: |
| 193 | 2025-03-01T04:07:18.276Z | restart_fmri: |
| 194 | 2025-03-01T04:07:18.276Z | svc:/system/update-man-index:default |
| 195 | 2025-03-01T04:07:18.276Z | |
| 196 | 2025-03-01T04:07:18.277Z | Editable files to change: |
| 197 | 2025-03-01T04:07:18.277Z | Update: |
| 198 | 2025-03-01T04:07:18.277Z | usr/share/lib/pkg/web/config.shtml |
| 199 | 2025-03-01T04:07:18.349Z | |
| 200 | 2025-03-01T04:07:18.349Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 201 | 2025-03-01T04:07:23.365Z | Download: 135/4301 items 0.3/225.4MB 0% complete (302k/s) |
| 202 | 2025-03-01T04:07:43.649Z | Download: 207/4301 items 1.3/225.4MB 0% complete |
| 203 | 2025-03-01T04:07:48.673Z | Download: 437/4301 items 17.0/225.4MB 7% complete (3.7M/s) |
| 204 | 2025-03-01T04:07:53.735Z | Download: 557/4301 items 17.5/225.4MB 7% complete (1.8M/s) |
| 205 | 2025-03-01T04:07:58.761Z | Download: 745/4301 items 18.4/225.4MB 8% complete (148k/s) |
| 206 | 2025-03-01T04:08:03.906Z | Download: 879/4301 items 18.9/225.4MB 8% complete (137k/s) |
| 207 | 2025-03-01T04:08:08.920Z | Download: 1002/4301 items 19.4/225.4MB 8% complete (112k/s) |
| 208 | 2025-03-01T04:08:13.921Z | Download: 1119/4301 items 54.9/225.4MB 24% complete (3.6M/s) |
| 209 | 2025-03-01T04:08:18.984Z | Download: 1189/4301 items 83.4/225.4MB 37% complete (6.4M/s) |
| 210 | 2025-03-01T04:08:27.068Z | Download: 1194/4301 items 83.5/225.4MB 37% complete (6.2M/s) |
| 211 | 2025-03-01T04:08:35.328Z | Download: 1195/4301 items 83.5/225.4MB 37% complete |
| 212 | 2025-03-01T04:08:40.486Z | Download: 1267/4301 items 105.2/225.4MB 46% complete (5.0M/s) |
| 213 | 2025-03-01T04:08:45.514Z | Download: 1439/4301 items 116.9/225.4MB 51% complete (3.7M/s) |
| 214 | 2025-03-01T04:08:50.552Z | Download: 1527/4301 items 117.3/225.4MB 52% complete (1.5M/s) |
| 215 | 2025-03-01T04:08:55.556Z | Download: 1724/4301 items 117.9/225.4MB 52% complete (105k/s) |
| 216 | 2025-03-01T04:09:00.602Z | Download: 1900/4301 items 118.4/225.4MB 52% complete (125k/s) |
| 217 | 2025-03-01T04:09:05.649Z | Download: 2131/4301 items 118.7/225.4MB 52% complete (89.3k/s) |
| 218 | 2025-03-01T04:09:11.358Z | Download: 2215/4301 items 119.0/225.4MB 52% complete (66.7k/s) |
| 219 | 2025-03-01T04:09:18.697Z | Download: 2217/4301 items 119.0/225.4MB 52% complete (63.7k/s) |
| 220 | 2025-03-01T04:09:23.903Z | Download: 2218/4301 items 119.0/225.4MB 52% complete |
| 221 | 2025-03-01T04:09:37.841Z | Download: 2221/4301 items 119.0/225.4MB 52% complete |
| 222 | 2025-03-01T04:09:42.844Z | Download: 2870/4301 items 121.1/225.4MB 53% complete (440k/s) |
| 223 | 2025-03-01T04:09:47.860Z | Download: 3141/4301 items 177.1/225.4MB 78% complete (5.8M/s) |
| 224 | 2025-03-01T04:09:53.050Z | Download: 3239/4301 items 202.0/225.4MB 89% complete (8.1M/s) |
| 225 | 2025-03-01T04:09:58.062Z | Download: 3241/4301 items 202.2/225.4MB 89% complete (7.9M/s) |
| 226 | 2025-03-01T04:10:03.806Z | Download: 3243/4301 items 203.1/225.4MB 90% complete (3.2M/s) |
| 227 | 2025-03-01T04:10:09.458Z | Download: 3245/4301 items 203.1/225.4MB 90% complete (2.9M/s) |
| 228 | 2025-03-01T04:10:20.999Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
| 229 | 2025-03-01T04:10:26.004Z | Download: 3910/4301 items 217.5/225.4MB 96% complete (3.0M/s) |
| 230 | 2025-03-01T04:10:31.256Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (2.2M/s) |
| 231 | 2025-03-01T04:10:38.282Z | Download: 4299/4301 items 225.3/225.4MB 99% complete (757k/s) |
| 232 | 2025-03-01T04:10:41.501Z | Download: Completed 225.42 MB in 203.14 seconds (1.1M/s) |
| 233 | 2025-03-01T04:10:42.567Z | Actions: 1/5122 actions (Removing old actions) |
| 234 | 2025-03-01T04:10:42.588Z | Actions: 194/5122 actions (Installing new actions) |
| 235 | 2025-03-01T04:10:47.274Z | Actions: 4267/5122 actions (Updating modified actions) |
| 236 | 2025-03-01T04:10:47.626Z | Actions: Completed 5122 actions in 5.06 seconds. |
| 237 | 2025-03-01T04:10:48.046Z | Done (0.414s) |
| 238 | 2025-03-01T04:10:48.049Z | Done (0.001s) |
| 239 | 2025-03-01T04:10:48.669Z | Done (0.622s) |
| 240 | 2025-03-01T04:10:53.039Z | Done (4.128s) |
| 241 | 2025-03-01T04:10:53.126Z | Done (0.018s) |
| 242 | 2025-03-01T04:10:53.129Z | Done (0.000s) |
| 243 | 2025-03-01T04:10:53.308Z | Done (0.000s) |
| 244 | 2025-03-01T04:10:54.026Z | Planning: Evaluating mediator changes ... Done |
| 245 | 2025-03-01T04:10:54.189Z | Planning: Checking for conflicting actions ... Done |
| 246 | 2025-03-01T04:10:54.192Z | Planning: Consolidating action changes ... Done |
| 247 | 2025-03-01T04:10:54.459Z | Planning: Evaluating mediators ... Done |
| 248 | 2025-03-01T04:10:54.464Z | Planning: Planning completed in 0.43 seconds |
| 249 | 2025-03-01T04:10:54.500Z | Mediators to change: 2 |
| 250 | 2025-03-01T04:10:54.503Z | Create boot environment: No |
| 251 | 2025-03-01T04:10:54.503Z | Create backup boot environment: No |
| 252 | 2025-03-01T04:10:54.646Z | Done |
| 253 | 2025-03-01T04:10:54.646Z | Done |
| 254 | 2025-03-01T04:10:55.093Z | Done |
| 255 | 2025-03-01T04:10:58.683Z | Done |
| 256 | 2025-03-01T04:10:58.780Z | Done |
| 257 | 2025-03-01T04:10:58.785Z | Done |
| 258 | 2025-03-01T04:10:58.905Z | Done |
| 259 | 2025-03-01T04:10:59.519Z | Planning: Evaluating mediator changes ... Done |
| 260 | 2025-03-01T04:10:59.523Z | Planning: Merging actions ... Done |
| 261 | 2025-03-01T04:10:59.713Z | Planning: Checking for conflicting actions ... Done |
| 262 | 2025-03-01T04:10:59.716Z | Planning: Consolidating action changes ... Done |
| 263 | 2025-03-01T04:10:59.980Z | Planning: Evaluating mediators ... Done |
| 264 | 2025-03-01T04:11:00.036Z | Planning: Planning completed in 0.76 seconds |
| 265 | 2025-03-01T04:11:00.077Z | Packages to change: 1 |
| 266 | 2025-03-01T04:11:00.077Z | Mediators to change: 1 |
| 267 | 2025-03-01T04:11:00.077Z | Services to change: 1 |
| 268 | 2025-03-01T04:11:00.080Z | Create boot environment: No |
| 269 | 2025-03-01T04:11:00.080Z | Create backup boot environment: Yes |
| 270 | 2025-03-01T04:11:02.476Z | Actions: 1/6 actions (Updating modified actions) |
| 271 | 2025-03-01T04:11:02.479Z | Actions: Completed 6 actions in 0.00 seconds. |
| 272 | 2025-03-01T04:11:02.479Z | Done |
| 273 | 2025-03-01T04:11:02.479Z | Done |
| 274 | 2025-03-01T04:11:02.600Z | Done |
| 275 | 2025-03-01T04:11:06.204Z | Done |
| 276 | 2025-03-01T04:11:06.296Z | Done |
| 277 | 2025-03-01T04:11:06.299Z | Done |
| 278 | 2025-03-01T04:11:06.436Z | Done |
| 279 | 2025-03-01T04:11:06.883Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 280 | 2025-03-01T04:11:06.883Z | clang system 15 system |
| 281 | 2025-03-01T04:11:06.883Z | csh system system illumos |
| 282 | 2025-03-01T04:11:06.883Z | ctags system system illumos |
| 283 | 2025-03-01T04:11:06.883Z | gcc vendor 12 vendor |
| 284 | 2025-03-01T04:11:06.883Z | gcc system 10 system |
| 285 | 2025-03-01T04:11:06.883Z | gcc system 7 system |
| 286 | 2025-03-01T04:11:06.883Z | go system 1.20 system |
| 287 | 2025-03-01T04:11:06.883Z | go system 1.19 system |
| 288 | 2025-03-01T04:11:06.883Z | llvm system 15 system |
| 289 | 2025-03-01T04:11:06.883Z | llvm system 14 system |
| 290 | 2025-03-01T04:11:06.883Z | mariadb system 10.6 system |
| 291 | 2025-03-01T04:11:06.883Z | mta vendor vendor dma |
| 292 | 2025-03-01T04:11:06.883Z | openjdk system 17 system |
| 293 | 2025-03-01T04:11:06.883Z | openjdk system 11 system |
| 294 | 2025-03-01T04:11:06.883Z | openjdk system 1.8 system |
| 295 | 2025-03-01T04:11:06.883Z | openssl vendor 3 vendor |
| 296 | 2025-03-01T04:11:06.883Z | perl system 5.36 system |
| 297 | 2025-03-01T04:11:06.883Z | postgresql system 15 system |
| 298 | 2025-03-01T04:11:06.884Z | postgresql system 13 system |
| 299 | 2025-03-01T04:11:06.884Z | python vendor 3 vendor |
| 300 | 2025-03-01T04:11:06.884Z | python system 2 system |
| 301 | 2025-03-01T04:11:06.884Z | python3 system 3.11 system |
| 302 | 2025-03-01T04:11:06.884Z | ruby system 3.0 system |
| 303 | 2025-03-01T04:11:06.884Z | words vendor vendor american-english |
| 304 | 2025-03-01T04:11:06.884Z | words system system australian-english |
| 305 | 2025-03-01T04:11:06.884Z | words system system british-english |
| 306 | 2025-03-01T04:11:06.884Z | words system system canadian-english |
| 307 | 2025-03-01T04:11:06.884Z | words system system french |
| 308 | 2025-03-01T04:11:06.884Z | words system system italian |
| 309 | 2025-03-01T04:11:06.884Z | words system system ngerman |
| 310 | 2025-03-01T04:11:06.884Z | words system system ogerman |
| 311 | 2025-03-01T04:11:06.884Z | words system system spanish |
| 312 | 2025-03-01T04:11:07.215Z | PUBLISHER TYPE STATUS P LOCATION |
| 313 | 2025-03-01T04:11:07.215Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 314 | 2025-03-01T04:11:10.269Z | FMRI IFO |
| 315 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 316 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 317 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 318 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 319 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 320 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 321 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 322 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 323 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 324 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 325 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 326 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 327 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 328 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 329 | 2025-03-01T04:11:10.269Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 330 | 2025-03-01T04:11:11.056Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 331 | 2025-03-01T04:11:11.342Z | Updating crates.io index |
| 332 | 2025-03-01T04:11:11.349Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 333 | 2025-03-01T04:11:11.883Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 334 | 2025-03-01T04:11:12.199Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 335 | 2025-03-01T04:11:12.449Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 336 | 2025-03-01T04:11:13.420Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 337 | 2025-03-01T04:11:15.184Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 338 | 2025-03-01T04:11:15.807Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 339 | 2025-03-01T04:11:16.567Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 340 | 2025-03-01T04:11:16.821Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 341 | 2025-03-01T04:11:17.081Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 342 | 2025-03-01T04:11:17.688Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 343 | 2025-03-01T04:11:18.146Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 344 | 2025-03-01T04:11:18.404Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 345 | 2025-03-01T04:11:18.875Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 346 | 2025-03-01T04:11:19.122Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 347 | 2025-03-01T04:11:19.417Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 348 | 2025-03-01T04:11:19.705Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 349 | 2025-03-01T04:11:19.890Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 350 | 2025-03-01T04:11:20.161Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 351 | 2025-03-01T04:11:20.409Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 352 | 2025-03-01T04:11:20.704Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 353 | 2025-03-01T04:11:21.055Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 354 | 2025-03-01T04:11:21.383Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 355 | 2025-03-01T04:11:21.671Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 356 | 2025-03-01T04:11:22.148Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 357 | 2025-03-01T04:11:22.399Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 358 | 2025-03-01T04:11:22.721Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 359 | 2025-03-01T04:11:23.169Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 360 | 2025-03-01T04:11:23.422Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 361 | 2025-03-01T04:11:23.649Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 362 | 2025-03-01T04:11:23.887Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 363 | 2025-03-01T04:11:25.013Z | Downloading crates ... |
| 364 | 2025-03-01T04:11:25.063Z | Downloaded autocfg v1.4.0 |
| 365 | 2025-03-01T04:11:25.066Z | Downloaded clap_lex v0.7.4 |
| 366 | 2025-03-01T04:11:25.070Z | Downloaded anstyle-query v1.1.1 |
| 367 | 2025-03-01T04:11:25.075Z | Downloaded once_cell v1.20.3 |
| 368 | 2025-03-01T04:11:25.079Z | Downloaded byteorder v1.5.0 |
| 369 | 2025-03-01T04:11:25.079Z | Downloaded scroll_derive v0.12.0 |
| 370 | 2025-03-01T04:11:25.082Z | Downloaded usdt-attr-macro v0.5.0 |
| 371 | 2025-03-01T04:11:25.082Z | Downloaded cfg-if v1.0.0 |
| 372 | 2025-03-01T04:11:25.082Z | Downloaded anyhow v1.0.96 |
| 373 | 2025-03-01T04:11:25.088Z | Downloaded dtrace-parser v0.2.0 |
| 374 | 2025-03-01T04:11:25.092Z | Downloaded usdt-macro v0.5.0 |
| 375 | 2025-03-01T04:11:25.095Z | Downloaded macaddr v1.0.1 |
| 376 | 2025-03-01T04:11:25.100Z | Downloaded cpufeatures v0.2.14 |
| 377 | 2025-03-01T04:11:25.103Z | Downloaded fastrand v2.1.1 |
| 378 | 2025-03-01T04:11:25.106Z | Downloaded thiserror v2.0.11 |
| 379 | 2025-03-01T04:11:25.109Z | Downloaded version_check v0.9.5 |
| 380 | 2025-03-01T04:11:25.112Z | Downloaded usdt-impl v0.5.0 |
| 381 | 2025-03-01T04:11:25.113Z | Downloaded crypto-common v0.1.6 |
| 382 | 2025-03-01T04:11:25.113Z | Downloaded colorchoice v1.0.2 |
| 383 | 2025-03-01T04:11:25.116Z | Downloaded fs-err v2.11.0 |
| 384 | 2025-03-01T04:11:25.116Z | Downloaded toml_datetime v0.6.8 |
| 385 | 2025-03-01T04:11:25.119Z | Downloaded proc-macro-error v1.0.4 |
| 386 | 2025-03-01T04:11:25.119Z | Downloaded thiserror-impl v1.0.69 |
| 387 | 2025-03-01T04:11:25.122Z | Downloaded cargo-platform v0.1.8 |
| 388 | 2025-03-01T04:11:25.122Z | Downloaded bytecount v0.6.8 |
| 389 | 2025-03-01T04:11:25.126Z | Downloaded pretty-hex v0.4.1 |
| 390 | 2025-03-01T04:11:25.126Z | Downloaded heck v0.4.1 |
| 391 | 2025-03-01T04:11:25.129Z | Downloaded dof v0.3.0 |
| 392 | 2025-03-01T04:11:25.135Z | Downloaded winnow v0.7.3 |
| 393 | 2025-03-01T04:11:25.144Z | Downloaded utf8parse v0.2.2 |
| 394 | 2025-03-01T04:11:25.148Z | Downloaded anstyle v1.0.10 |
| 395 | 2025-03-01T04:11:25.148Z | Downloaded thiserror-impl v2.0.11 |
| 396 | 2025-03-01T04:11:25.151Z | Downloaded swrite v0.1.0 |
| 397 | 2025-03-01T04:11:25.151Z | Downloaded plain v0.2.3 |
| 398 | 2025-03-01T04:11:25.151Z | Downloaded pest_generator v2.7.14 |
| 399 | 2025-03-01T04:11:25.151Z | Downloaded heck v0.5.0 |
| 400 | 2025-03-01T04:11:25.155Z | Downloaded fnv v1.0.7 |
| 401 | 2025-03-01T04:11:25.155Z | Downloaded equivalent v1.0.1 |
| 402 | 2025-03-01T04:11:25.155Z | Downloaded clap_derive v4.5.28 |
| 403 | 2025-03-01T04:11:25.160Z | Downloaded toml v0.8.20 |
| 404 | 2025-03-01T04:11:25.160Z | Downloaded camino v1.1.9 |
| 405 | 2025-03-01T04:11:25.163Z | Downloaded io-lifetimes v1.0.11 |
| 406 | 2025-03-01T04:11:25.163Z | Downloaded proc-macro-error-attr v1.0.4 |
| 407 | 2025-03-01T04:11:25.166Z | Downloaded errno v0.3.9 |
| 408 | 2025-03-01T04:11:25.169Z | Downloaded generic-array v0.14.7 |
| 409 | 2025-03-01T04:11:25.169Z | Downloaded unicode-linebreak v0.1.5 |
| 410 | 2025-03-01T04:11:25.175Z | Downloaded bitflags v2.6.0 |
| 411 | 2025-03-01T04:11:25.179Z | Downloaded sha2 v0.10.8 |
| 412 | 2025-03-01T04:11:25.183Z | Downloaded is_terminal_polyfill v1.70.1 |
| 413 | 2025-03-01T04:11:25.183Z | Downloaded clap v4.5.31 |
| 414 | 2025-03-01T04:11:25.189Z | Downloaded terminal_size v0.4.0 |
| 415 | 2025-03-01T04:11:25.193Z | Downloaded tabled_derive v0.7.0 |
| 416 | 2025-03-01T04:11:25.193Z | Downloaded unicode-ident v1.0.14 |
| 417 | 2025-03-01T04:11:25.196Z | Downloaded cargo_toml v0.21.0 |
| 418 | 2025-03-01T04:11:25.196Z | Downloaded bitflags v1.3.2 |
| 419 | 2025-03-01T04:11:25.200Z | Downloaded memmap v0.7.0 |
| 420 | 2025-03-01T04:11:25.200Z | Downloaded typenum v1.17.0 |
| 421 | 2025-03-01T04:11:25.203Z | Downloaded usdt v0.5.0 |
| 422 | 2025-03-01T04:11:25.203Z | Downloaded anstyle-parse v0.2.5 |
| 423 | 2025-03-01T04:11:25.206Z | Downloaded semver v1.0.25 |
| 424 | 2025-03-01T04:11:25.206Z | Downloaded itoa v1.0.11 |
| 425 | 2025-03-01T04:11:25.209Z | Downloaded strsim v0.11.1 |
| 426 | 2025-03-01T04:11:25.209Z | Downloaded serde_tokenstream v0.2.2 |
| 427 | 2025-03-01T04:11:25.212Z | Downloaded cargo_metadata v0.19.1 |
| 428 | 2025-03-01T04:11:25.212Z | Downloaded digest v0.10.7 |
| 429 | 2025-03-01T04:11:25.215Z | Downloaded block-buffer v0.10.4 |
| 430 | 2025-03-01T04:11:25.215Z | Downloaded thiserror v1.0.69 |
| 431 | 2025-03-01T04:11:25.218Z | Downloaded smawk v0.3.2 |
| 432 | 2025-03-01T04:11:25.221Z | Downloaded anstream v0.6.15 |
| 433 | 2025-03-01T04:11:25.221Z | Downloaded pest_derive v2.7.14 |
| 434 | 2025-03-01T04:11:25.224Z | Downloaded pest_meta v2.7.14 |
| 435 | 2025-03-01T04:11:25.227Z | Downloaded quote v1.0.38 |
| 436 | 2025-03-01T04:11:25.227Z | Downloaded terminal_size v0.2.6 |
| 437 | 2025-03-01T04:11:25.230Z | Downloaded thread-id v4.2.2 |
| 438 | 2025-03-01T04:11:25.230Z | Downloaded ryu v1.0.18 |
| 439 | 2025-03-01T04:11:25.233Z | Downloaded serde_spanned v0.6.8 |
| 440 | 2025-03-01T04:11:25.233Z | Downloaded scroll v0.12.0 |
| 441 | 2025-03-01T04:11:25.236Z | Downloaded camino-tempfile v1.1.1 |
| 442 | 2025-03-01T04:11:25.236Z | Downloaded tempfile v3.13.0 |
| 443 | 2025-03-01T04:11:25.246Z | Downloaded log v0.4.22 |
| 444 | 2025-03-01T04:11:25.249Z | Downloaded proc-macro2 v1.0.93 |
| 445 | 2025-03-01T04:11:25.252Z | Downloaded papergrid v0.11.0 |
| 446 | 2025-03-01T04:11:25.256Z | Downloaded zerocopy-derive v0.7.35 |
| 447 | 2025-03-01T04:11:25.260Z | Downloaded serde_derive v1.0.218 |
| 448 | 2025-03-01T04:11:25.263Z | Downloaded textwrap v0.16.1 |
| 449 | 2025-03-01T04:11:25.266Z | Downloaded memchr v2.7.4 |
| 450 | 2025-03-01T04:11:25.270Z | Downloaded serde v1.0.218 |
| 451 | 2025-03-01T04:11:25.273Z | Downloaded ucd-trie v0.1.7 |
| 452 | 2025-03-01T04:11:25.276Z | Downloaded toml_edit v0.22.24 |
| 453 | 2025-03-01T04:11:25.301Z | Downloaded indexmap v2.7.1 |
| 454 | 2025-03-01T04:11:25.310Z | Downloaded serde_json v1.0.139 |
| 455 | 2025-03-01T04:11:25.323Z | Downloaded pest v2.7.14 |
| 456 | 2025-03-01T04:11:25.328Z | Downloaded hashbrown v0.15.1 |
| 457 | 2025-03-01T04:11:25.333Z | Downloaded zerocopy v0.7.35 |
| 458 | 2025-03-01T04:11:25.348Z | Downloaded goblin v0.8.2 |
| 459 | 2025-03-01T04:11:25.352Z | Downloaded clap_builder v4.5.31 |
| 460 | 2025-03-01T04:11:25.358Z | Downloaded tabled v0.15.0 |
| 461 | 2025-03-01T04:11:25.373Z | Downloaded syn v1.0.109 |
| 462 | 2025-03-01T04:11:25.383Z | Downloaded unicode-width v0.1.14 |
| 463 | 2025-03-01T04:11:25.390Z | Downloaded syn v2.0.98 |
| 464 | 2025-03-01T04:11:25.401Z | Downloaded rustix v0.38.37 |
| 465 | 2025-03-01T04:11:25.421Z | Downloaded rustix v0.37.28 |
| 466 | 2025-03-01T04:11:25.452Z | Downloaded libc v0.2.170 |
| 467 | 2025-03-01T04:11:25.742Z | Compiling proc-macro2 v1.0.93 |
| 468 | 2025-03-01T04:11:25.745Z | Compiling unicode-ident v1.0.14 |
| 469 | 2025-03-01T04:11:25.745Z | Compiling serde v1.0.218 |
| 470 | 2025-03-01T04:11:25.745Z | Compiling version_check v0.9.5 |
| 471 | 2025-03-01T04:11:25.745Z | Compiling libc v0.2.170 |
| 472 | 2025-03-01T04:11:25.745Z | Compiling memchr v2.7.4 |
| 473 | 2025-03-01T04:11:25.778Z | Compiling thiserror v1.0.69 |
| 474 | 2025-03-01T04:11:25.781Z | Compiling ryu v1.0.18 |
| 475 | 2025-03-01T04:11:26.073Z | Compiling itoa v1.0.11 |
| 476 | 2025-03-01T04:11:26.146Z | Compiling ucd-trie v0.1.7 |
| 477 | 2025-03-01T04:11:26.321Z | Compiling once_cell v1.20.3 |
| 478 | 2025-03-01T04:11:26.569Z | Compiling byteorder v1.5.0 |
| 479 | 2025-03-01T04:11:26.700Z | Compiling rustix v0.38.37 |
| 480 | 2025-03-01T04:11:26.722Z | Compiling serde_json v1.0.139 |
| 481 | 2025-03-01T04:11:27.041Z | Compiling bitflags v2.6.0 |
| 482 | 2025-03-01T04:11:27.161Z | Compiling proc-macro-error-attr v1.0.4 |
| 483 | 2025-03-01T04:11:27.269Z | Compiling usdt-impl v0.5.0 |
| 484 | 2025-03-01T04:11:27.434Z | Compiling syn v1.0.109 |
| 485 | 2025-03-01T04:11:27.460Z | Compiling io-lifetimes v1.0.11 |
| 486 | 2025-03-01T04:11:27.537Z | Compiling proc-macro-error v1.0.4 |
| 487 | 2025-03-01T04:11:27.588Z | Compiling quote v1.0.38 |
| 488 | 2025-03-01T04:11:27.802Z | Compiling errno v0.3.9 |
| 489 | 2025-03-01T04:11:27.876Z | Compiling hashbrown v0.15.1 |
| 490 | 2025-03-01T04:11:27.901Z | Compiling equivalent v1.0.1 |
| 491 | 2025-03-01T04:11:27.989Z | Compiling syn v2.0.98 |
| 492 | 2025-03-01T04:11:28.136Z | Compiling log v0.4.22 |
| 493 | 2025-03-01T04:11:28.193Z | Compiling thread-id v4.2.2 |
| 494 | 2025-03-01T04:11:28.230Z | Compiling plain v0.2.3 |
| 495 | 2025-03-01T04:11:28.256Z | Compiling rustix v0.37.28 |
| 496 | 2025-03-01T04:11:28.312Z | Compiling utf8parse v0.2.2 |
| 497 | 2025-03-01T04:11:28.416Z | Compiling camino v1.1.9 |
| 498 | 2025-03-01T04:11:28.472Z | Compiling anstyle-parse v0.2.5 |
| 499 | 2025-03-01T04:11:28.935Z | Compiling indexmap v2.7.1 |
| 500 | 2025-03-01T04:11:29.086Z | Compiling is_terminal_polyfill v1.70.1 |
| 501 | 2025-03-01T04:11:29.139Z | Compiling thiserror v2.0.11 |
| 502 | 2025-03-01T04:11:29.224Z | Compiling autocfg v1.4.0 |
| 503 | 2025-03-01T04:11:29.248Z | Compiling pretty-hex v0.4.1 |
| 504 | 2025-03-01T04:11:29.340Z | Compiling anstyle v1.0.10 |
| 505 | 2025-03-01T04:11:29.491Z | Compiling unicode-width v0.1.14 |
| 506 | 2025-03-01T04:11:29.759Z | Compiling bitflags v1.3.2 |
| 507 | 2025-03-01T04:11:29.785Z | Compiling winnow v0.7.3 |
| 508 | 2025-03-01T04:11:29.883Z | Compiling colorchoice v1.0.2 |
| 509 | 2025-03-01T04:11:30.039Z | Compiling semver v1.0.25 |
| 510 | 2025-03-01T04:11:30.066Z | Compiling anstyle-query v1.1.1 |
| 511 | 2025-03-01T04:11:30.185Z | Compiling fs-err v2.11.0 |
| 512 | 2025-03-01T04:11:30.215Z | Compiling anstream v0.6.15 |
| 513 | 2025-03-01T04:11:30.433Z | Compiling terminal_size v0.4.0 |
| 514 | 2025-03-01T04:11:30.789Z | Compiling fastrand v2.1.1 |
| 515 | 2025-03-01T04:11:30.802Z | Compiling strsim v0.11.1 |
| 516 | 2025-03-01T04:11:30.837Z | Compiling bytecount v0.6.8 |
| 517 | 2025-03-01T04:11:30.879Z | Compiling clap_lex v0.7.4 |
| 518 | 2025-03-01T04:11:31.046Z | Compiling fnv v1.0.7 |
| 519 | 2025-03-01T04:11:31.203Z | Compiling cfg-if v1.0.0 |
| 520 | 2025-03-01T04:11:31.308Z | Compiling heck v0.5.0 |
| 521 | 2025-03-01T04:11:31.395Z | Compiling anyhow v1.0.96 |
| 522 | 2025-03-01T04:11:31.398Z | Compiling heck v0.4.1 |
| 523 | 2025-03-01T04:11:31.810Z | Compiling papergrid v0.11.0 |
| 524 | 2025-03-01T04:11:31.851Z | Compiling clap_builder v4.5.31 |
| 525 | 2025-03-01T04:11:31.884Z | Compiling terminal_size v0.2.6 |
| 526 | 2025-03-01T04:11:32.026Z | Compiling tempfile v3.13.0 |
| 527 | 2025-03-01T04:11:32.236Z | Compiling memmap v0.7.0 |
| 528 | 2025-03-01T04:11:32.388Z | Compiling smawk v0.3.2 |
| 529 | 2025-03-01T04:11:32.537Z | Compiling unicode-linebreak v0.1.5 |
| 530 | 2025-03-01T04:11:33.044Z | Compiling textwrap v0.16.1 |
| 531 | 2025-03-01T04:11:33.164Z | Compiling swrite v0.1.0 |
| 532 | 2025-03-01T04:11:33.600Z | Compiling tabled_derive v0.7.0 |
| 533 | 2025-03-01T04:11:35.000Z | Compiling serde_derive v1.0.218 |
| 534 | 2025-03-01T04:11:35.000Z | Compiling thiserror-impl v1.0.69 |
| 535 | 2025-03-01T04:11:35.004Z | Compiling zerocopy-derive v0.7.35 |
| 536 | 2025-03-01T04:11:35.004Z | Compiling scroll_derive v0.12.0 |
| 537 | 2025-03-01T04:11:35.004Z | Compiling thiserror-impl v2.0.11 |
| 538 | 2025-03-01T04:11:35.004Z | Compiling clap_derive v4.5.28 |
| 539 | 2025-03-01T04:11:35.122Z | Compiling tabled v0.15.0 |
| 540 | 2025-03-01T04:11:36.410Z | Compiling scroll v0.12.0 |
| 541 | 2025-03-01T04:11:36.973Z | Compiling goblin v0.8.2 |
| 542 | 2025-03-01T04:11:36.997Z | Compiling zerocopy v0.7.35 |
| 543 | 2025-03-01T04:11:38.110Z | Compiling pest v2.7.14 |
| 544 | 2025-03-01T04:11:39.399Z | Compiling clap v4.5.31 |
| 545 | 2025-03-01T04:11:40.320Z | Compiling pest_meta v2.7.14 |
| 546 | 2025-03-01T04:11:41.199Z | Compiling pest_generator v2.7.14 |
| 547 | 2025-03-01T04:11:42.654Z | Compiling pest_derive v2.7.14 |
| 548 | 2025-03-01T04:11:43.208Z | Compiling dtrace-parser v0.2.0 |
| 549 | 2025-03-01T04:11:43.993Z | Compiling toml_datetime v0.6.8 |
| 550 | 2025-03-01T04:11:43.996Z | Compiling serde_spanned v0.6.8 |
| 551 | 2025-03-01T04:11:43.996Z | Compiling cargo-platform v0.1.8 |
| 552 | 2025-03-01T04:11:44.303Z | Compiling serde_tokenstream v0.2.2 |
| 553 | 2025-03-01T04:11:44.409Z | Compiling toml_edit v0.22.24 |
| 554 | 2025-03-01T04:11:44.435Z | Compiling macaddr v1.0.1 |
| 555 | 2025-03-01T04:11:44.602Z | Compiling camino-tempfile v1.1.1 |
| 556 | 2025-03-01T04:11:45.319Z | Compiling dof v0.3.0 |
| 557 | 2025-03-01T04:11:45.320Z | Compiling cargo_metadata v0.19.1 |
| 558 | 2025-03-01T04:11:46.973Z | Compiling usdt-attr-macro v0.5.0 |
| 559 | 2025-03-01T04:11:46.973Z | Compiling usdt-macro v0.5.0 |
| 560 | 2025-03-01T04:11:47.132Z | Compiling toml v0.8.20 |
| 561 | 2025-03-01T04:11:47.986Z | Compiling cargo_toml v0.21.0 |
| 562 | 2025-03-01T04:11:48.126Z | Compiling usdt v0.5.0 |
| 563 | 2025-03-01T04:11:50.540Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 564 | 2025-03-01T04:11:53.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.84s |
| 565 | 2025-03-01T04:11:53.914Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 566 | 2025-03-01T04:11:54.476Z | Downloading crates ... |
| 567 | 2025-03-01T04:11:54.612Z | Downloaded addr2line v0.24.2 |
| 568 | 2025-03-01T04:11:54.625Z | Downloaded headers-core v0.3.0 |
| 569 | 2025-03-01T04:11:54.634Z | Downloaded heck v0.3.3 |
| 570 | 2025-03-01T04:11:54.639Z | Downloaded backtrace v0.3.74 |
| 571 | 2025-03-01T04:11:54.643Z | Downloaded heapless v0.7.17 |
| 572 | 2025-03-01T04:11:54.647Z | Downloaded hubpack_derive v0.1.1 |
| 573 | 2025-03-01T04:11:54.650Z | Downloaded http-range v0.1.5 |
| 574 | 2025-03-01T04:11:54.650Z | Downloaded bit-set v0.5.3 |
| 575 | 2025-03-01T04:11:54.650Z | Downloaded atty v0.2.14 |
| 576 | 2025-03-01T04:11:54.650Z | Downloaded backoff v0.4.0 |
| 577 | 2025-03-01T04:11:54.653Z | Downloaded icu_provider_macros v1.5.0 |
| 578 | 2025-03-01T04:11:54.656Z | Downloaded base64 v0.21.7 |
| 579 | 2025-03-01T04:11:54.659Z | Downloaded is-terminal v0.4.13 |
| 580 | 2025-03-01T04:11:54.659Z | Downloaded http-body v1.0.1 |
| 581 | 2025-03-01T04:11:54.664Z | Downloaded base16ct v0.2.0 |
| 582 | 2025-03-01T04:11:54.664Z | Downloaded bb8 v0.8.5 |
| 583 | 2025-03-01T04:11:54.668Z | Downloaded atomicwrites v0.4.4 |
| 584 | 2025-03-01T04:11:54.668Z | Downloaded atomic-waker v1.1.2 |
| 585 | 2025-03-01T04:11:54.671Z | Downloaded hex v0.4.3 |
| 586 | 2025-03-01T04:11:54.678Z | Downloaded aws-lc-rs v1.12.4 |
| 587 | 2025-03-01T04:11:54.687Z | Downloaded md5 v0.7.0 |
| 588 | 2025-03-01T04:11:54.691Z | Downloaded bcs v0.1.6 |
| 589 | 2025-03-01T04:11:54.695Z | Downloaded humantime v2.1.0 |
| 590 | 2025-03-01T04:11:54.695Z | Downloaded httpdate v1.0.3 |
| 591 | 2025-03-01T04:11:54.695Z | Downloaded bit-set v0.8.0 |
| 592 | 2025-03-01T04:11:54.699Z | Downloaded indent_write v2.2.0 |
| 593 | 2025-03-01T04:11:54.699Z | Downloaded ctr v0.9.2 |
| 594 | 2025-03-01T04:11:54.699Z | Downloaded lru v0.12.5 |
| 595 | 2025-03-01T04:11:54.702Z | Downloaded bindgen v0.71.1 |
| 596 | 2025-03-01T04:11:54.709Z | Downloaded md-5 v0.10.6 |
| 597 | 2025-03-01T04:11:54.713Z | Downloaded aead v0.5.2 |
| 598 | 2025-03-01T04:11:54.713Z | Downloaded lockfree-object-pool v0.1.6 |
| 599 | 2025-03-01T04:11:54.716Z | Downloaded libsw-core v0.3.1 |
| 600 | 2025-03-01T04:11:54.716Z | Downloaded lazycell v1.3.0 |
| 601 | 2025-03-01T04:11:54.719Z | Downloaded idna_adapter v1.2.0 |
| 602 | 2025-03-01T04:11:54.719Z | Downloaded base64ct v1.6.0 |
| 603 | 2025-03-01T04:11:54.722Z | Downloaded maybe-uninit v2.0.0 |
| 604 | 2025-03-01T04:11:54.722Z | Downloaded indoc v1.0.9 |
| 605 | 2025-03-01T04:11:54.728Z | Downloaded httparse v1.9.5 |
| 606 | 2025-03-01T04:11:54.731Z | Downloaded managed v0.8.0 |
| 607 | 2025-03-01T04:11:54.731Z | Downloaded lazy_static v1.5.0 |
| 608 | 2025-03-01T04:11:54.731Z | Downloaded keccak v0.1.5 |
| 609 | 2025-03-01T04:11:54.731Z | Downloaded hex-literal v0.4.1 |
| 610 | 2025-03-01T04:11:54.734Z | Downloaded inout v0.1.3 |
| 611 | 2025-03-01T04:11:54.734Z | Downloaded memoffset v0.9.1 |
| 612 | 2025-03-01T04:11:54.737Z | Downloaded base64 v0.22.1 |
| 613 | 2025-03-01T04:11:54.740Z | Downloaded ipnetwork v0.21.1 |
| 614 | 2025-03-01T04:11:54.743Z | Downloaded rustls-pki-types v1.10.0 |
| 615 | 2025-03-01T04:11:54.746Z | Downloaded highway v1.3.0 |
| 616 | 2025-03-01T04:11:54.746Z | Downloaded async-bb8-diesel v0.2.1 |
| 617 | 2025-03-01T04:11:54.751Z | Downloaded linear-map v1.2.0 |
| 618 | 2025-03-01T04:11:54.754Z | Downloaded ipnet v2.11.0 |
| 619 | 2025-03-01T04:11:54.754Z | Downloaded instability v0.3.2 |
| 620 | 2025-03-01T04:11:54.754Z | Downloaded base64 v0.13.1 |
| 621 | 2025-03-01T04:11:54.757Z | Downloaded indoc v2.0.5 |
| 622 | 2025-03-01T04:11:54.760Z | Downloaded maplit v1.0.2 |
| 623 | 2025-03-01T04:11:54.764Z | Downloaded lock_api v0.4.12 |
| 624 | 2025-03-01T04:11:54.764Z | Downloaded iana-time-zone v0.1.61 |
| 625 | 2025-03-01T04:11:54.767Z | Downloaded jobserver v0.1.32 |
| 626 | 2025-03-01T04:11:54.770Z | Downloaded hyper-rustls v0.27.3 |
| 627 | 2025-03-01T04:11:54.773Z | Downloaded bindgen v0.69.5 |
| 628 | 2025-03-01T04:11:54.781Z | Downloaded mime_guess v2.0.5 |
| 629 | 2025-03-01T04:11:54.785Z | Downloaded mime v0.3.17 |
| 630 | 2025-03-01T04:11:54.785Z | Downloaded hyper-staticfile v0.10.1 |
| 631 | 2025-03-01T04:11:54.785Z | Downloaded cexpr v0.6.0 |
| 632 | 2025-03-01T04:11:54.788Z | Downloaded array-init v0.0.4 |
| 633 | 2025-03-01T04:11:54.788Z | Downloaded async-stream v0.3.6 |
| 634 | 2025-03-01T04:11:54.791Z | Downloaded icu_locid_transform v1.5.0 |
| 635 | 2025-03-01T04:11:54.794Z | Downloaded hickory-client v0.24.4 |
| 636 | 2025-03-01T04:11:54.798Z | Downloaded ciborium-io v0.2.2 |
| 637 | 2025-03-01T04:11:54.798Z | Downloaded cfg_aliases v0.2.1 |
| 638 | 2025-03-01T04:11:54.801Z | Downloaded icu_normalizer v1.5.0 |
| 639 | 2025-03-01T04:11:54.804Z | Downloaded rustc-hash v1.1.0 |
| 640 | 2025-03-01T04:11:54.804Z | Downloaded icu_provider v1.5.0 |
| 641 | 2025-03-01T04:11:54.810Z | Downloaded memmap2 v0.9.5 |
| 642 | 2025-03-01T04:11:54.810Z | Downloaded const_format_proc_macros v0.2.34 |
| 643 | 2025-03-01T04:11:54.814Z | Downloaded icu_locid_transform_data v1.5.0 |
| 644 | 2025-03-01T04:11:54.814Z | Downloaded try-lock v0.2.5 |
| 645 | 2025-03-01T04:11:54.814Z | Downloaded async-stream-impl v0.3.6 |
| 646 | 2025-03-01T04:11:54.817Z | Downloaded tinyvec_macros v0.1.1 |
| 647 | 2025-03-01T04:11:54.817Z | Downloaded cmake v0.1.51 |
| 648 | 2025-03-01T04:11:54.817Z | Downloaded castaway v0.2.3 |
| 649 | 2025-03-01T04:11:54.823Z | Downloaded rustc-hash v2.1.1 |
| 650 | 2025-03-01T04:11:54.823Z | Downloaded bit-vec v0.6.3 |
| 651 | 2025-03-01T04:11:54.823Z | Downloaded assert_matches v1.5.0 |
| 652 | 2025-03-01T04:11:54.829Z | Downloaded cancel-safe-futures v0.1.5 |
| 653 | 2025-03-01T04:11:54.829Z | Downloaded zerofrom v0.1.4 |
| 654 | 2025-03-01T04:11:54.829Z | Downloaded darling_macro v0.20.10 |
| 655 | 2025-03-01T04:11:54.832Z | Downloaded bzip2 v0.4.4 |
| 656 | 2025-03-01T04:11:54.832Z | Downloaded cbc v0.1.2 |
| 657 | 2025-03-01T04:11:54.832Z | Downloaded proc-macro-error2 v2.0.1 |
| 658 | 2025-03-01T04:11:54.835Z | Downloaded litrs v0.4.1 |
| 659 | 2025-03-01T04:11:54.838Z | Downloaded signal-hook-mio v0.2.4 |
| 660 | 2025-03-01T04:11:54.838Z | Downloaded icu_locid v1.5.0 |
| 661 | 2025-03-01T04:11:54.843Z | Downloaded pretty-hex v0.2.1 |
| 662 | 2025-03-01T04:11:54.846Z | Downloaded downcast v0.11.0 |
| 663 | 2025-03-01T04:11:54.846Z | Downloaded stringprep v0.1.5 |
| 664 | 2025-03-01T04:11:54.849Z | Downloaded termcolor v1.4.1 |
| 665 | 2025-03-01T04:11:54.849Z | Downloaded headers v0.4.0 |
| 666 | 2025-03-01T04:11:54.856Z | Downloaded tinystr v0.7.6 |
| 667 | 2025-03-01T04:11:54.860Z | Downloaded chacha20 v0.9.1 |
| 668 | 2025-03-01T04:11:54.860Z | Downloaded crc-catalog v2.4.0 |
| 669 | 2025-03-01T04:11:54.860Z | Downloaded icu_properties v1.5.1 |
| 670 | 2025-03-01T04:11:54.865Z | Downloaded miniz_oxide v0.8.5 |
| 671 | 2025-03-01T04:11:54.868Z | Downloaded foreign-types v0.3.2 |
| 672 | 2025-03-01T04:11:54.868Z | Downloaded cstr-argument v0.1.2 |
| 673 | 2025-03-01T04:11:54.868Z | Downloaded cargo_metadata v0.18.1 |
| 674 | 2025-03-01T04:11:54.871Z | Downloaded arrayref v0.3.9 |
| 675 | 2025-03-01T04:11:54.871Z | Downloaded typify-macro v0.2.0 |
| 676 | 2025-03-01T04:11:54.872Z | Downloaded heapless v0.8.0 |
| 677 | 2025-03-01T04:11:54.875Z | Downloaded write16 v1.0.0 |
| 678 | 2025-03-01T04:11:54.879Z | Downloaded libefi-sys v0.1.0 |
| 679 | 2025-03-01T04:11:54.879Z | Downloaded rtoolbox v0.0.2 |
| 680 | 2025-03-01T04:11:54.882Z | Downloaded wait-timeout v0.2.0 |
| 681 | 2025-03-01T04:11:54.882Z | Downloaded writeable v0.5.5 |
| 682 | 2025-03-01T04:11:54.885Z | Downloaded untrusted v0.7.1 |
| 683 | 2025-03-01T04:11:54.885Z | Downloaded lalrpop-util v0.19.12 |
| 684 | 2025-03-01T04:11:54.885Z | Downloaded cobs v0.2.3 |
| 685 | 2025-03-01T04:11:54.889Z | Downloaded convert_case v0.4.0 |
| 686 | 2025-03-01T04:11:54.889Z | Downloaded new_debug_unreachable v1.0.6 |
| 687 | 2025-03-01T04:11:54.893Z | Downloaded constant_time_eq v0.3.1 |
| 688 | 2025-03-01T04:11:54.893Z | Downloaded bitfield-struct v0.6.2 |
| 689 | 2025-03-01T04:11:54.893Z | Downloaded bitfield v0.14.0 |
| 690 | 2025-03-01T04:11:54.896Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 691 | 2025-03-01T04:11:54.896Z | Downloaded vte_generate_state_changes v0.1.2 |
| 692 | 2025-03-01T04:11:54.896Z | Downloaded zone v0.3.0 |
| 693 | 2025-03-01T04:11:54.901Z | Downloaded cipher v0.4.4 |
| 694 | 2025-03-01T04:11:54.901Z | Downloaded cassowary v0.3.0 |
| 695 | 2025-03-01T04:11:54.901Z | Downloaded daft v0.1.1 |
| 696 | 2025-03-01T04:11:54.904Z | Downloaded colored v2.2.0 |
| 697 | 2025-03-01T04:11:54.907Z | Downloaded dsl_auto_type v0.1.2 |
| 698 | 2025-03-01T04:11:54.907Z | Downloaded zerofrom-derive v0.1.4 |
| 699 | 2025-03-01T04:11:54.907Z | Downloaded argon2 v0.5.3 |
| 700 | 2025-03-01T04:11:54.911Z | Downloaded time-core v0.1.2 |
| 701 | 2025-03-01T04:11:54.911Z | Downloaded ascii-canvas v3.0.0 |
| 702 | 2025-03-01T04:11:54.914Z | Downloaded openssl-probe v0.1.5 |
| 703 | 2025-03-01T04:11:54.914Z | Downloaded ref-cast v1.0.23 |
| 704 | 2025-03-01T04:11:54.917Z | Downloaded tabled_derive v0.10.0 |
| 705 | 2025-03-01T04:11:54.917Z | Downloaded either v1.14.0 |
| 706 | 2025-03-01T04:11:54.921Z | Downloaded shlex v1.3.0 |
| 707 | 2025-03-01T04:11:54.921Z | Downloaded slog-stdlog v4.1.1 |
| 708 | 2025-03-01T04:11:54.924Z | Downloaded shell-words v1.1.0 |
| 709 | 2025-03-01T04:11:54.924Z | Downloaded time-macros v0.2.18 |
| 710 | 2025-03-01T04:11:54.927Z | Downloaded hyper-util v0.1.10 |
| 711 | 2025-03-01T04:11:54.930Z | Downloaded icu_collections v1.5.0 |
| 712 | 2025-03-01T04:11:54.935Z | Downloaded foreign-types v0.5.0 |
| 713 | 2025-03-01T04:11:54.939Z | Downloaded csv-core v0.1.11 |
| 714 | 2025-03-01T04:11:54.939Z | Downloaded bit-vec v0.8.0 |
| 715 | 2025-03-01T04:11:54.942Z | Downloaded futures-executor v0.3.31 |
| 716 | 2025-03-01T04:11:54.942Z | Downloaded futures-core v0.3.31 |
| 717 | 2025-03-01T04:11:54.946Z | Downloaded litemap v0.7.3 |
| 718 | 2025-03-01T04:11:54.946Z | Downloaded libloading v0.8.5 |
| 719 | 2025-03-01T04:11:54.950Z | Downloaded value-bag v1.9.0 |
| 720 | 2025-03-01T04:11:54.954Z | Downloaded sqlparser_derive v0.2.2 |
| 721 | 2025-03-01T04:11:54.954Z | Downloaded unicode-truncate v1.1.0 |
| 722 | 2025-03-01T04:11:54.954Z | Downloaded tui-tree-widget v0.23.0 |
| 723 | 2025-03-01T04:11:54.957Z | Downloaded serde_derive_internals v0.29.1 |
| 724 | 2025-03-01T04:11:54.957Z | Downloaded tower-service v0.3.3 |
| 725 | 2025-03-01T04:11:54.963Z | Downloaded salsa20 v0.10.2 |
| 726 | 2025-03-01T04:11:54.963Z | Downloaded const-oid v0.9.6 |
| 727 | 2025-03-01T04:11:54.969Z | Downloaded num v0.4.3 |
| 728 | 2025-03-01T04:11:54.969Z | Downloaded darling v0.20.10 |
| 729 | 2025-03-01T04:11:54.973Z | Downloaded rustc_version v0.1.7 |
| 730 | 2025-03-01T04:11:54.973Z | Downloaded signal-hook v0.3.17 |
| 731 | 2025-03-01T04:11:54.983Z | Downloaded pbkdf2 v0.11.0 |
| 732 | 2025-03-01T04:11:54.986Z | Downloaded fixedbitset v0.5.7 |
| 733 | 2025-03-01T04:11:54.991Z | Downloaded env_logger v0.10.2 |
| 734 | 2025-03-01T04:11:54.995Z | Downloaded tinyvec v1.8.0 |
| 735 | 2025-03-01T04:11:54.999Z | Downloaded take_mut v0.2.2 |
| 736 | 2025-03-01T04:11:54.999Z | Downloaded predicates-tree v1.0.11 |
| 737 | 2025-03-01T04:11:54.999Z | Downloaded powerfmt v0.2.0 |
| 738 | 2025-03-01T04:11:54.999Z | Downloaded minimal-lexical v0.2.1 |
| 739 | 2025-03-01T04:11:55.007Z | Downloaded difflib v0.4.0 |
| 740 | 2025-03-01T04:11:55.012Z | Downloaded term v0.7.0 |
| 741 | 2025-03-01T04:11:55.012Z | Downloaded polyval v0.6.2 |
| 742 | 2025-03-01T04:11:55.012Z | Downloaded phf v0.11.2 |
| 743 | 2025-03-01T04:11:55.017Z | Downloaded rpassword v7.3.1 |
| 744 | 2025-03-01T04:11:55.017Z | Downloaded futures-channel v0.3.31 |
| 745 | 2025-03-01T04:11:55.017Z | Downloaded crossbeam-utils v0.8.20 |
| 746 | 2025-03-01T04:11:55.022Z | Downloaded bumpalo v3.16.0 |
| 747 | 2025-03-01T04:11:55.022Z | Downloaded parse-size v1.1.0 |
| 748 | 2025-03-01T04:11:55.027Z | Downloaded compact_str v0.8.0 |
| 749 | 2025-03-01T04:11:55.027Z | Downloaded sqlformat v0.2.6 |
| 750 | 2025-03-01T04:11:55.027Z | Downloaded indexmap v1.9.3 |
| 751 | 2025-03-01T04:11:55.031Z | Downloaded tap v1.0.1 |
| 752 | 2025-03-01T04:11:55.045Z | Downloaded slog-scope v4.4.0 |
| 753 | 2025-03-01T04:11:55.045Z | Downloaded slog-json v2.6.1 |
| 754 | 2025-03-01T04:11:55.045Z | Downloaded signal-hook-registry v1.4.2 |
| 755 | 2025-03-01T04:11:55.045Z | Downloaded native-tls v0.2.12 |
| 756 | 2025-03-01T04:11:55.045Z | Downloaded number_prefix v0.4.0 |
| 757 | 2025-03-01T04:11:55.045Z | Downloaded num_threads v0.1.7 |
| 758 | 2025-03-01T04:11:55.045Z | Downloaded sha1 v0.10.6 |
| 759 | 2025-03-01T04:11:55.045Z | Downloaded serde-hex v0.1.0 |
| 760 | 2025-03-01T04:11:55.050Z | Downloaded parking_lot_core v0.8.6 |
| 761 | 2025-03-01T04:11:55.050Z | Downloaded termios v0.3.3 |
| 762 | 2025-03-01T04:11:55.050Z | Downloaded phf_codegen v0.11.2 |
| 763 | 2025-03-01T04:11:55.050Z | Downloaded parking_lot_core v0.9.10 |
| 764 | 2025-03-01T04:11:55.055Z | Downloaded rand v0.8.5 |
| 765 | 2025-03-01T04:11:55.060Z | Downloaded diesel-dtrace v0.4.2 |
| 766 | 2025-03-01T04:11:55.060Z | Downloaded http v1.2.0 |
| 767 | 2025-03-01T04:11:55.064Z | Downloaded bytes v1.10.0 |
| 768 | 2025-03-01T04:11:55.068Z | Downloaded sigpipe v0.1.3 |
| 769 | 2025-03-01T04:11:55.068Z | Downloaded scrypt v0.11.0 |
| 770 | 2025-03-01T04:11:55.068Z | Downloaded utf-8 v0.7.6 |
| 771 | 2025-03-01T04:11:55.072Z | Downloaded const_format v0.2.34 |
| 772 | 2025-03-01T04:11:55.077Z | Downloaded progenitor-client v0.9.1 |
| 773 | 2025-03-01T04:11:55.077Z | Downloaded progenitor-client v0.8.0 |
| 774 | 2025-03-01T04:11:55.077Z | Downloaded deranged v0.3.11 |
| 775 | 2025-03-01T04:11:55.085Z | Downloaded xattr v1.3.1 |
| 776 | 2025-03-01T04:11:55.085Z | Downloaded sct v0.7.1 |
| 777 | 2025-03-01T04:11:55.090Z | Downloaded progenitor v0.9.1 |
| 778 | 2025-03-01T04:11:55.090Z | Downloaded samael v0.0.18 |
| 779 | 2025-03-01T04:11:55.094Z | Downloaded tower-layer v0.3.3 |
| 780 | 2025-03-01T04:11:55.095Z | Downloaded percent-encoding v2.3.1 |
| 781 | 2025-03-01T04:11:55.095Z | Downloaded parse-display-derive v0.10.0 |
| 782 | 2025-03-01T04:11:55.099Z | Downloaded normalize-line-endings v0.3.0 |
| 783 | 2025-03-01T04:11:55.099Z | Downloaded futures-macro v0.3.31 |
| 784 | 2025-03-01T04:11:55.099Z | Downloaded darling_core v0.20.10 |
| 785 | 2025-03-01T04:11:55.105Z | Downloaded want v0.3.1 |
| 786 | 2025-03-01T04:11:55.105Z | Downloaded oso v0.27.3 |
| 787 | 2025-03-01T04:11:55.109Z | Downloaded rfc6979 v0.4.0 |
| 788 | 2025-03-01T04:11:55.109Z | Downloaded parse-display v0.10.0 |
| 789 | 2025-03-01T04:11:55.115Z | Downloaded num_enum v0.5.11 |
| 790 | 2025-03-01T04:11:55.115Z | Downloaded predicates-core v1.0.8 |
| 791 | 2025-03-01T04:11:55.120Z | Downloaded yoke v0.7.4 |
| 792 | 2025-03-01T04:11:55.120Z | Downloaded libxml v0.3.3 |
| 793 | 2025-03-01T04:11:55.127Z | Downloaded signature v2.2.0 |
| 794 | 2025-03-01T04:11:55.132Z | Downloaded subtle v2.6.1 |
| 795 | 2025-03-01T04:11:55.132Z | Downloaded wyz v0.5.1 |
| 796 | 2025-03-01T04:11:55.132Z | Downloaded strum_macros v0.25.3 |
| 797 | 2025-03-01T04:11:55.132Z | Downloaded strum_macros v0.24.3 |
| 798 | 2025-03-01T04:11:55.139Z | Downloaded ssh-encoding v0.2.0 |
| 799 | 2025-03-01T04:11:55.139Z | Downloaded slog-dtrace v0.3.0 |
| 800 | 2025-03-01T04:11:55.139Z | Downloaded toolchain_find v0.4.0 |
| 801 | 2025-03-01T04:11:55.143Z | Downloaded progenitor-macro v0.8.0 |
| 802 | 2025-03-01T04:11:55.143Z | Downloaded sec1 v0.7.3 |
| 803 | 2025-03-01T04:11:55.143Z | Downloaded fxhash v0.2.1 |
| 804 | 2025-03-01T04:11:55.143Z | Downloaded resolv-conf v0.7.0 |
| 805 | 2025-03-01T04:11:55.143Z | Downloaded unsafe-libyaml v0.2.11 |
| 806 | 2025-03-01T04:11:55.148Z | Downloaded der_derive v0.7.3 |
| 807 | 2025-03-01T04:11:55.148Z | Downloaded crypto-bigint v0.5.5 |
| 808 | 2025-03-01T04:11:55.158Z | Downloaded newline-converter v0.3.0 |
| 809 | 2025-03-01T04:11:55.163Z | Downloaded gethostname v0.5.0 |
| 810 | 2025-03-01T04:11:55.163Z | Downloaded pkg-config v0.3.31 |
| 811 | 2025-03-01T04:11:55.165Z | Downloaded serde-big-array v0.5.1 |
| 812 | 2025-03-01T04:11:55.165Z | Downloaded steno v0.4.1 |
| 813 | 2025-03-01T04:11:55.177Z | Downloaded phf_shared v0.10.0 |
| 814 | 2025-03-01T04:11:55.177Z | Downloaded strum_macros v0.26.4 |
| 815 | 2025-03-01T04:11:55.177Z | Downloaded diesel_derives v2.2.3 |
| 816 | 2025-03-01T04:11:55.183Z | Downloaded diff v0.1.13 |
| 817 | 2025-03-01T04:11:55.183Z | Downloaded itertools v0.10.5 |
| 818 | 2025-03-01T04:11:55.183Z | Downloaded sync-ptr v0.1.1 |
| 819 | 2025-03-01T04:11:55.188Z | Downloaded rustc_version v0.4.1 |
| 820 | 2025-03-01T04:11:55.188Z | Downloaded prettyplease v0.2.29 |
| 821 | 2025-03-01T04:11:55.197Z | Downloaded tls_codec v0.4.1 |
| 822 | 2025-03-01T04:11:55.197Z | Downloaded typify v0.3.0 |
| 823 | 2025-03-01T04:11:55.206Z | Downloaded utf8_iter v1.0.4 |
| 824 | 2025-03-01T04:11:55.206Z | Downloaded pin-utils v0.1.0 |
| 825 | 2025-03-01T04:11:55.206Z | Downloaded packed_struct v0.10.1 |
| 826 | 2025-03-01T04:11:55.206Z | Downloaded utf16_iter v1.0.5 |
| 827 | 2025-03-01T04:11:55.206Z | Downloaded termtree v0.4.1 |
| 828 | 2025-03-01T04:11:55.206Z | Downloaded document-features v0.2.10 |
| 829 | 2025-03-01T04:11:55.206Z | Downloaded topological-sort v0.2.2 |
| 830 | 2025-03-01T04:11:55.211Z | Downloaded openssl-macros v0.1.1 |
| 831 | 2025-03-01T04:11:55.211Z | Downloaded phf_shared v0.11.2 |
| 832 | 2025-03-01T04:11:55.211Z | Downloaded half v2.4.1 |
| 833 | 2025-03-01T04:11:55.211Z | Downloaded display-error-chain v0.2.2 |
| 834 | 2025-03-01T04:11:55.211Z | Downloaded dirs-sys-next v0.1.2 |
| 835 | 2025-03-01T04:11:55.211Z | Downloaded termtree v0.5.1 |
| 836 | 2025-03-01T04:11:55.218Z | Downloaded zone_cfg_derive v0.3.0 |
| 837 | 2025-03-01T04:11:55.218Z | Downloaded hyper v1.6.0 |
| 838 | 2025-03-01T04:11:55.222Z | Downloaded tar v0.4.44 |
| 839 | 2025-03-01T04:11:55.227Z | Downloaded serde_yaml v0.9.34+deprecated |
| 840 | 2025-03-01T04:11:55.227Z | Downloaded phf_generator v0.11.2 |
| 841 | 2025-03-01T04:11:55.231Z | Downloaded thread_local v1.1.8 |
| 842 | 2025-03-01T04:11:55.231Z | Downloaded rcgen v0.12.1 |
| 843 | 2025-03-01T04:11:55.231Z | Downloaded serde_repr v0.1.19 |
| 844 | 2025-03-01T04:11:55.236Z | Downloaded itertools v0.12.1 |
| 845 | 2025-03-01T04:11:55.243Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 846 | 2025-03-01T04:11:55.251Z | Downloaded static_assertions v1.1.0 |
| 847 | 2025-03-01T04:11:55.251Z | Downloaded num-traits v0.2.19 |
| 848 | 2025-03-01T04:11:55.251Z | Downloaded unicase v2.7.0 |
| 849 | 2025-03-01T04:11:55.251Z | Downloaded oso-derive v0.27.3 |
| 850 | 2025-03-01T04:11:55.257Z | Downloaded unarray v0.1.4 |
| 851 | 2025-03-01T04:11:55.257Z | Downloaded typify-macro v0.3.0 |
| 852 | 2025-03-01T04:11:55.257Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 853 | 2025-03-01T04:11:55.257Z | Downloaded ron v0.7.1 |
| 854 | 2025-03-01T04:11:55.262Z | Downloaded pkcs1 v0.7.5 |
| 855 | 2025-03-01T04:11:55.262Z | Downloaded pin-project-lite v0.2.14 |
| 856 | 2025-03-01T04:11:55.268Z | Downloaded uzers v0.12.1 |
| 857 | 2025-03-01T04:11:55.275Z | Downloaded ed25519-dalek v2.1.1 |
| 858 | 2025-03-01T04:11:55.275Z | Downloaded pin-project-internal v1.1.6 |
| 859 | 2025-03-01T04:11:55.275Z | Downloaded getrandom v0.3.1 |
| 860 | 2025-03-01T04:11:55.280Z | Downloaded filetime v0.2.25 |
| 861 | 2025-03-01T04:11:55.280Z | Downloaded ff v0.13.0 |
| 862 | 2025-03-01T04:11:55.280Z | Downloaded fd-lock v4.0.2 |
| 863 | 2025-03-01T04:11:55.287Z | Downloaded foreign-types-shared v0.1.1 |
| 864 | 2025-03-01T04:11:55.287Z | Downloaded hickory-server v0.24.4 |
| 865 | 2025-03-01T04:11:55.293Z | Downloaded peg v0.8.4 |
| 866 | 2025-03-01T04:11:55.293Z | Downloaded rand_chacha v0.3.1 |
| 867 | 2025-03-01T04:11:55.297Z | Downloaded hash32 v0.2.1 |
| 868 | 2025-03-01T04:11:55.297Z | Downloaded rustc-demangle v0.1.24 |
| 869 | 2025-03-01T04:11:55.297Z | Downloaded paste v1.0.15 |
| 870 | 2025-03-01T04:11:55.300Z | Downloaded foreign-types-shared v0.3.1 |
| 871 | 2025-03-01T04:11:55.300Z | Downloaded slog-async v2.8.0 |
| 872 | 2025-03-01T04:11:55.305Z | Downloaded spin v0.9.8 |
| 873 | 2025-03-01T04:11:55.305Z | Downloaded dropshot_endpoint v0.12.0 |
| 874 | 2025-03-01T04:11:55.310Z | Downloaded r2d2 v0.8.10 |
| 875 | 2025-03-01T04:11:55.310Z | Downloaded sync_wrapper v1.0.1 |
| 876 | 2025-03-01T04:11:55.310Z | Downloaded quinn-udp v0.5.5 |
| 877 | 2025-03-01T04:11:55.315Z | Downloaded pbkdf2 v0.12.2 |
| 878 | 2025-03-01T04:11:55.316Z | Downloaded ena v0.14.3 |
| 879 | 2025-03-01T04:11:55.316Z | Downloaded hash32 v0.3.1 |
| 880 | 2025-03-01T04:11:55.322Z | Downloaded proc-macro-crate v1.3.1 |
| 881 | 2025-03-01T04:11:55.322Z | Downloaded slog-envlogger v2.2.0 |
| 882 | 2025-03-01T04:11:55.322Z | Downloaded aes v0.8.4 |
| 883 | 2025-03-01T04:11:55.328Z | Downloaded getrandom v0.2.15 |
| 884 | 2025-03-01T04:11:55.328Z | Downloaded displaydoc v0.2.5 |
| 885 | 2025-03-01T04:11:55.334Z | Downloaded rand_xorshift v0.3.0 |
| 886 | 2025-03-01T04:11:55.334Z | Downloaded fragile v2.0.0 |
| 887 | 2025-03-01T04:11:55.334Z | Downloaded dunce v1.0.5 |
| 888 | 2025-03-01T04:11:55.334Z | Downloaded vte v0.11.1 |
| 889 | 2025-03-01T04:11:55.344Z | Downloaded num-iter v0.1.45 |
| 890 | 2025-03-01T04:11:55.344Z | Downloaded form_urlencoded v1.2.1 |
| 891 | 2025-03-01T04:11:55.344Z | Downloaded twox-hash v2.1.0 |
| 892 | 2025-03-01T04:11:55.356Z | Downloaded slab v0.4.9 |
| 893 | 2025-03-01T04:11:55.356Z | Downloaded siphasher v0.3.11 |
| 894 | 2025-03-01T04:11:55.356Z | Downloaded typify v0.2.0 |
| 895 | 2025-03-01T04:11:55.356Z | Downloaded pkcs5 v0.7.1 |
| 896 | 2025-03-01T04:11:55.361Z | Downloaded float-ord v0.3.2 |
| 897 | 2025-03-01T04:11:55.361Z | Downloaded vergen v8.3.2 |
| 898 | 2025-03-01T04:11:55.361Z | Downloaded peg-macros v0.8.4 |
| 899 | 2025-03-01T04:11:55.361Z | Downloaded num-derive v0.4.2 |
| 900 | 2025-03-01T04:11:55.361Z | Downloaded embedded-io v0.6.1 |
| 901 | 2025-03-01T04:11:55.361Z | Downloaded des v0.8.1 |
| 902 | 2025-03-01T04:11:55.361Z | Downloaded vsss-rs v3.3.4 |
| 903 | 2025-03-01T04:11:55.376Z | Downloaded psl-types v2.0.11 |
| 904 | 2025-03-01T04:11:55.376Z | Downloaded peg-runtime v0.8.3 |
| 905 | 2025-03-01T04:11:55.376Z | Downloaded num-conv v0.1.0 |
| 906 | 2025-03-01T04:11:55.377Z | Downloaded semver v0.1.20 |
| 907 | 2025-03-01T04:11:55.385Z | Downloaded tower v0.5.2 |
| 908 | 2025-03-01T04:11:55.385Z | Downloaded same-file v1.0.6 |
| 909 | 2025-03-01T04:11:55.385Z | Downloaded tokio-tungstenite v0.21.0 |
| 910 | 2025-03-01T04:11:55.385Z | Downloaded synstructure v0.13.1 |
| 911 | 2025-03-01T04:11:55.386Z | Downloaded tokio-stream v0.1.17 |
| 912 | 2025-03-01T04:11:55.389Z | Downloaded slog-term v2.9.1 |
| 913 | 2025-03-01T04:11:55.389Z | Downloaded zerovec-derive v0.10.3 |
| 914 | 2025-03-01T04:11:55.396Z | Downloaded uuid v1.15.1 |
| 915 | 2025-03-01T04:11:55.396Z | Downloaded scopeguard v1.2.0 |
| 916 | 2025-03-01T04:11:55.399Z | Downloaded rand_seeder v0.3.0 |
| 917 | 2025-03-01T04:11:55.399Z | Downloaded nodrop v0.1.14 |
| 918 | 2025-03-01T04:11:55.399Z | Downloaded fs_extra v1.3.0 |
| 919 | 2025-03-01T04:11:55.399Z | Downloaded smf v0.2.3 |
| 920 | 2025-03-01T04:11:55.404Z | Downloaded smallvec v0.6.14 |
| 921 | 2025-03-01T04:11:55.404Z | Downloaded mio v1.0.2 |
| 922 | 2025-03-01T04:11:55.411Z | Downloaded ron v0.8.1 |
| 923 | 2025-03-01T04:11:55.423Z | Downloaded tracing v0.1.40 |
| 924 | 2025-03-01T04:11:55.429Z | Downloaded dirs-next v2.0.0 |
| 925 | 2025-03-01T04:11:55.429Z | Downloaded which v4.4.2 |
| 926 | 2025-03-01T04:11:55.429Z | Downloaded progenitor-macro v0.9.1 |
| 927 | 2025-03-01T04:11:55.429Z | Downloaded thiserror-no-std v2.0.2 |
| 928 | 2025-03-01T04:11:55.429Z | Downloaded group v0.13.0 |
| 929 | 2025-03-01T04:11:55.438Z | Downloaded serde_urlencoded v0.7.1 |
| 930 | 2025-03-01T04:11:55.438Z | Downloaded secrecy v0.8.0 |
| 931 | 2025-03-01T04:11:55.438Z | Downloaded slog v2.7.0 |
| 932 | 2025-03-01T04:11:55.444Z | Downloaded mockall_derive v0.13.1 |
| 933 | 2025-03-01T04:11:55.444Z | Downloaded fatfs v0.3.6 |
| 934 | 2025-03-01T04:11:55.444Z | Downloaded tokio-rustls v0.25.0 |
| 935 | 2025-03-01T04:11:55.444Z | Downloaded schemars v0.8.22 |
| 936 | 2025-03-01T04:11:55.451Z | Downloaded precomputed-hash v0.1.1 |
| 937 | 2025-03-01T04:11:55.454Z | Downloaded whoami v1.5.2 |
| 938 | 2025-03-01T04:11:55.454Z | Downloaded aes-gcm v0.10.3 |
| 939 | 2025-03-01T04:11:55.457Z | Downloaded postgres-protocol v0.6.8 |
| 940 | 2025-03-01T04:11:55.461Z | Downloaded crossterm v0.28.1 |
| 941 | 2025-03-01T04:11:55.467Z | Downloaded tokio-native-tls v0.3.1 |
| 942 | 2025-03-01T04:11:55.474Z | Downloaded newtype-uuid v1.2.1 |
| 943 | 2025-03-01T04:11:55.474Z | Downloaded itertools v0.13.0 |
| 944 | 2025-03-01T04:11:55.478Z | Downloaded zopfli v0.8.1 |
| 945 | 2025-03-01T04:11:55.483Z | Downloaded rand_chacha v0.9.0 |
| 946 | 2025-03-01T04:11:55.483Z | Downloaded num-rational v0.4.2 |
| 947 | 2025-03-01T04:11:55.483Z | Downloaded multer v3.1.0 |
| 948 | 2025-03-01T04:11:55.489Z | Downloaded derive_builder_macro v0.20.2 |
| 949 | 2025-03-01T04:11:55.489Z | Downloaded env_filter v0.1.2 |
| 950 | 2025-03-01T04:11:55.489Z | Downloaded unicode-xid v0.2.6 |
| 951 | 2025-03-01T04:11:55.495Z | Downloaded zone_cfg_derive v0.1.2 |
| 952 | 2025-03-01T04:11:55.495Z | Downloaded tokio-macros v2.5.0 |
| 953 | 2025-03-01T04:11:55.495Z | Downloaded serde_with v3.12.0 |
| 954 | 2025-03-01T04:11:55.499Z | Downloaded yoke-derive v0.7.4 |
| 955 | 2025-03-01T04:11:55.507Z | Downloaded ppv-lite86 v0.2.20 |
| 956 | 2025-03-01T04:11:55.507Z | Downloaded tracing-attributes v0.1.27 |
| 957 | 2025-03-01T04:11:55.513Z | Downloaded rustversion v1.0.17 |
| 958 | 2025-03-01T04:11:55.513Z | Downloaded rusty-fork v0.3.0 |
| 959 | 2025-03-01T04:11:55.513Z | Downloaded num-complex v0.4.6 |
| 960 | 2025-03-01T04:11:55.513Z | Downloaded signal-hook-tokio v0.3.1 |
| 961 | 2025-03-01T04:11:55.513Z | Downloaded simd-adler32 v0.3.7 |
| 962 | 2025-03-01T04:11:55.518Z | Downloaded defmt-parser v0.3.4 |
| 963 | 2025-03-01T04:11:55.518Z | Downloaded defmt-macros v0.3.9 |
| 964 | 2025-03-01T04:11:55.518Z | Downloaded nibble_vec v0.1.0 |
| 965 | 2025-03-01T04:11:55.524Z | Downloaded predicates v3.1.3 |
| 966 | 2025-03-01T04:11:55.524Z | Downloaded float-cmp v0.10.0 |
| 967 | 2025-03-01T04:11:55.524Z | Downloaded password-hash v0.4.2 |
| 968 | 2025-03-01T04:11:55.531Z | Downloaded aho-corasick v1.1.3 |
| 969 | 2025-03-01T04:11:55.534Z | Downloaded num-bigint v0.4.6 |
| 970 | 2025-03-01T04:11:55.534Z | Downloaded strum v0.26.3 |
| 971 | 2025-03-01T04:11:55.534Z | Downloaded opaque-debug v0.3.1 |
| 972 | 2025-03-01T04:11:55.538Z | Downloaded scheduled-thread-pool v0.2.7 |
| 973 | 2025-03-01T04:11:55.539Z | Downloaded smallvec v1.14.0 |
| 974 | 2025-03-01T04:11:55.543Z | Downloaded tabwriter v1.4.0 |
| 975 | 2025-03-01T04:11:55.543Z | Downloaded unicode-bidi v0.3.17 |
| 976 | 2025-03-01T04:11:55.543Z | Downloaded toml_edit v0.19.15 |
| 977 | 2025-03-01T04:11:55.557Z | Downloaded rand_core v0.6.4 |
| 978 | 2025-03-01T04:11:55.561Z | Downloaded glob v0.3.2 |
| 979 | 2025-03-01T04:11:55.561Z | Downloaded tls_codec_derive v0.4.1 |
| 980 | 2025-03-01T04:11:55.565Z | Downloaded endian-type v0.1.2 |
| 981 | 2025-03-01T04:11:55.565Z | Downloaded packed_struct_codegen v0.10.1 |
| 982 | 2025-03-01T04:11:55.565Z | Downloaded postgres-types v0.2.9 |
| 983 | 2025-03-01T04:11:55.570Z | Downloaded zeroize v1.8.1 |
| 984 | 2025-03-01T04:11:55.570Z | Downloaded zeroize_derive v1.4.2 |
| 985 | 2025-03-01T04:11:55.570Z | Downloaded derive_more v0.99.19 |
| 986 | 2025-03-01T04:11:55.574Z | Downloaded winnow v0.6.20 |
| 987 | 2025-03-01T04:11:55.589Z | Downloaded quick-error v1.2.3 |
| 988 | 2025-03-01T04:11:55.594Z | Downloaded elliptic-curve v0.13.8 |
| 989 | 2025-03-01T04:11:55.594Z | Downloaded ghash v0.5.1 |
| 990 | 2025-03-01T04:11:55.594Z | Downloaded spki v0.7.3 |
| 991 | 2025-03-01T04:11:55.594Z | Downloaded derive_builder v0.20.2 |
| 992 | 2025-03-01T04:11:55.597Z | Downloaded foreign-types-macros v0.2.3 |
| 993 | 2025-03-01T04:11:55.597Z | Downloaded blake3 v1.5.4 |
| 994 | 2025-03-01T04:11:55.602Z | Downloaded p256 v0.13.2 |
| 995 | 2025-03-01T04:11:55.606Z | Downloaded structmeta-derive v0.3.0 |
| 996 | 2025-03-01T04:11:55.612Z | Downloaded funty v2.0.0 |
| 997 | 2025-03-01T04:11:55.612Z | Downloaded debug-ignore v1.0.5 |
| 998 | 2025-03-01T04:11:55.613Z | Downloaded hkdf v0.12.4 |
| 999 | 2025-03-01T04:11:55.617Z | Downloaded structmeta v0.3.0 |
| 1000 | 2025-03-01T04:11:55.617Z | Downloaded zerocopy-derive v0.8.10 |
| 1001 | 2025-03-01T04:11:55.622Z | Downloaded nom v7.1.3 |
| 1002 | 2025-03-01T04:11:55.627Z | Downloaded foldhash v0.1.3 |
| 1003 | 2025-03-01T04:11:55.627Z | Downloaded globset v0.4.15 |
| 1004 | 2025-03-01T04:11:55.631Z | Downloaded poly1305 v0.8.0 |
| 1005 | 2025-03-01T04:11:55.631Z | Downloaded data-encoding v2.6.0 |
| 1006 | 2025-03-01T04:11:55.631Z | Downloaded parking_lot v0.11.2 |
| 1007 | 2025-03-01T04:11:55.637Z | Downloaded tracing-core v0.1.32 |
| 1008 | 2025-03-01T04:11:55.637Z | Downloaded der v0.7.9 |
| 1009 | 2025-03-01T04:11:55.640Z | Downloaded pem v3.0.5 |
| 1010 | 2025-03-01T04:11:55.640Z | Downloaded tungstenite v0.24.0 |
| 1011 | 2025-03-01T04:11:55.643Z | Downloaded hashbrown v0.12.3 |
| 1012 | 2025-03-01T04:11:55.650Z | Downloaded oxnet v0.1.1 |
| 1013 | 2025-03-01T04:11:55.655Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1014 | 2025-03-01T04:11:55.655Z | Downloaded owo-colors v4.2.0 |
| 1015 | 2025-03-01T04:11:55.655Z | Downloaded time v0.3.36 |
| 1016 | 2025-03-01T04:11:55.660Z | Downloaded universal-hash v0.5.1 |
| 1017 | 2025-03-01T04:11:55.664Z | Downloaded olpc-cjson v0.1.4 |
| 1018 | 2025-03-01T04:11:55.664Z | Downloaded supports-color v3.0.2 |
| 1019 | 2025-03-01T04:11:55.664Z | Downloaded untrusted v0.9.0 |
| 1020 | 2025-03-01T04:11:55.667Z | Downloaded papergrid v0.14.0 |
| 1021 | 2025-03-01T04:11:55.670Z | Downloaded defmt v0.3.8 |
| 1022 | 2025-03-01T04:11:55.674Z | Downloaded pem-rfc7468 v0.7.0 |
| 1023 | 2025-03-01T04:11:55.677Z | Downloaded salty v0.3.0 |
| 1024 | 2025-03-01T04:11:55.680Z | Downloaded publicsuffix v2.3.0 |
| 1025 | 2025-03-01T04:11:55.684Z | Downloaded lalrpop v0.19.12 |
| 1026 | 2025-03-01T04:11:55.696Z | Downloaded russh-keys v0.45.0 |
| 1027 | 2025-03-01T04:11:55.701Z | Downloaded proptest v1.6.0 |
| 1028 | 2025-03-01T04:11:55.708Z | Downloaded derive_builder_core v0.20.2 |
| 1029 | 2025-03-01T04:11:55.714Z | Downloaded flume v0.11.1 |
| 1030 | 2025-03-01T04:11:55.714Z | Downloaded zerocopy v0.6.6 |
| 1031 | 2025-03-01T04:11:55.717Z | Downloaded p521 v0.13.3 |
| 1032 | 2025-03-01T04:11:55.717Z | Downloaded unicode_categories v0.1.1 |
| 1033 | 2025-03-01T04:11:55.721Z | Downloaded socket2 v0.5.8 |
| 1034 | 2025-03-01T04:11:55.724Z | Downloaded unicode-segmentation v1.12.0 |
| 1035 | 2025-03-01T04:11:55.729Z | Downloaded quinn v0.11.5 |
| 1036 | 2025-03-01T04:11:55.735Z | Downloaded typed-path v0.9.3 |
| 1037 | 2025-03-01T04:11:55.740Z | Downloaded parse-zoneinfo v0.3.1 |
| 1038 | 2025-03-01T04:11:55.740Z | Downloaded chrono v0.4.40 |
| 1039 | 2025-03-01T04:11:55.745Z | Downloaded sqlparser v0.45.0 |
| 1040 | 2025-03-01T04:11:55.749Z | Downloaded rsa v0.9.6 |
| 1041 | 2025-03-01T04:11:55.754Z | Downloaded winnow v0.5.40 |
| 1042 | 2025-03-01T04:11:55.763Z | Downloaded tokio-util v0.7.13 |
| 1043 | 2025-03-01T04:11:55.769Z | Downloaded expectorate v1.1.0 |
| 1044 | 2025-03-01T04:11:55.774Z | Downloaded similar v2.7.0 |
| 1045 | 2025-03-01T04:11:55.778Z | Downloaded num-bigint-dig v0.8.4 |
| 1046 | 2025-03-01T04:11:55.785Z | Downloaded quinn-proto v0.11.8 |
| 1047 | 2025-03-01T04:11:55.790Z | Downloaded rustyline v14.0.0 |
| 1048 | 2025-03-01T04:11:55.794Z | Downloaded qorb v0.2.1 |
| 1049 | 2025-03-01T04:11:55.798Z | Downloaded unicode-normalization v0.1.24 |
| 1050 | 2025-03-01T04:11:55.802Z | Downloaded bitvec v1.0.1 |
| 1051 | 2025-03-01T04:11:55.814Z | Downloaded url v2.5.3 |
| 1052 | 2025-03-01T04:11:55.819Z | Downloaded petname v2.0.2 |
| 1053 | 2025-03-01T04:11:55.823Z | Downloaded zip v2.1.3 |
| 1054 | 2025-03-01T04:11:55.828Z | Downloaded radix_trie v0.2.1 |
| 1055 | 2025-03-01T04:11:55.833Z | Downloaded hashbrown v0.13.2 |
| 1056 | 2025-03-01T04:11:55.837Z | Downloaded tokio-postgres v0.7.13 |
| 1057 | 2025-03-01T04:11:55.842Z | Downloaded rand v0.9.0 |
| 1058 | 2025-03-01T04:11:55.849Z | Downloaded tough v0.19.0 |
| 1059 | 2025-03-01T04:11:55.854Z | Downloaded reqwest v0.12.12 |
| 1060 | 2025-03-01T04:11:55.862Z | Downloaded ssh-key v0.6.6 |
| 1061 | 2025-03-01T04:11:55.870Z | Downloaded rustls-webpki v0.101.7 |
| 1062 | 2025-03-01T04:11:55.881Z | Downloaded zerovec v0.10.4 |
| 1063 | 2025-03-01T04:11:55.888Z | Downloaded smoltcp v0.9.1 |
| 1064 | 2025-03-01T04:11:55.897Z | Downloaded rayon v1.10.0 |
| 1065 | 2025-03-01T04:11:55.906Z | Downloaded russh v0.45.0 |
| 1066 | 2025-03-01T04:11:55.912Z | Downloaded futures-util v0.3.31 |
| 1067 | 2025-03-01T04:11:55.924Z | Downloaded vcpkg v0.2.15 |
| 1068 | 2025-03-01T04:11:55.961Z | Downloaded portable-atomic v1.9.0 |
| 1069 | 2025-03-01T04:11:55.966Z | Downloaded unicode-width v0.2.0 |
| 1070 | 2025-03-01T04:11:55.975Z | Downloaded webpki-roots v0.26.6 |
| 1071 | 2025-03-01T04:11:55.978Z | Downloaded hickory-proto v0.24.4 |
| 1072 | 2025-03-01T04:11:55.991Z | Downloaded smoltcp v0.11.0 |
| 1073 | 2025-03-01T04:11:56.003Z | Downloaded object v0.30.4 |
| 1074 | 2025-03-01T04:11:56.015Z | Downloaded polar-core v0.27.3 |
| 1075 | 2025-03-01T04:11:56.021Z | Downloaded zone v0.1.8 |
| 1076 | 2025-03-01T04:11:56.024Z | Downloaded dropshot v0.12.0 |
| 1077 | 2025-03-01T04:11:56.040Z | Downloaded rustls-webpki v0.102.8 |
| 1078 | 2025-03-01T04:11:56.058Z | Downloaded p384 v0.13.0 |
| 1079 | 2025-03-01T04:11:56.065Z | Downloaded openssl v0.10.71 |
| 1080 | 2025-03-01T04:11:56.075Z | Downloaded regex v1.11.1 |
| 1081 | 2025-03-01T04:11:56.086Z | Downloaded zerocopy v0.8.10 |
| 1082 | 2025-03-01T04:11:56.108Z | Downloaded tabled v0.18.0 |
| 1083 | 2025-03-01T04:11:56.127Z | Downloaded rustls v0.21.12 |
| 1084 | 2025-03-01T04:11:56.138Z | Downloaded nix v0.29.0 |
| 1085 | 2025-03-01T04:11:56.147Z | Downloaded regex-syntax v0.6.29 |
| 1086 | 2025-03-01T04:11:56.154Z | Downloaded regex-syntax v0.8.5 |
| 1087 | 2025-03-01T04:11:56.163Z | Downloaded nix v0.28.0 |
| 1088 | 2025-03-01T04:11:56.175Z | Downloaded openapiv3 v2.0.0 |
| 1089 | 2025-03-01T04:11:56.186Z | Downloaded gimli v0.31.1 |
| 1090 | 2025-03-01T04:11:56.194Z | Downloaded diesel v2.2.7 |
| 1091 | 2025-03-01T04:11:56.212Z | Downloaded rustls v0.22.4 |
| 1092 | 2025-03-01T04:11:56.225Z | Downloaded typify-impl v0.3.0 |
| 1093 | 2025-03-01T04:11:56.239Z | Downloaded object v0.36.5 |
| 1094 | 2025-03-01T04:11:56.251Z | Downloaded typify-impl v0.2.0 |
| 1095 | 2025-03-01T04:11:56.266Z | Downloaded git2 v0.19.0 |
| 1096 | 2025-03-01T04:11:56.276Z | Downloaded curve25519-dalek v4.1.3 |
| 1097 | 2025-03-01T04:11:56.287Z | Downloaded regress v0.10.3 |
| 1098 | 2025-03-01T04:11:56.296Z | Downloaded dropshot v0.16.0 |
| 1099 | 2025-03-01T04:11:56.315Z | Downloaded sled v0.34.7 |
| 1100 | 2025-03-01T04:11:56.322Z | Downloaded bstr v1.10.0 |
| 1101 | 2025-03-01T04:11:56.355Z | Downloaded nix v0.27.1 |
| 1102 | 2025-03-01T04:11:56.369Z | Downloaded ratatui v0.29.0 |
| 1103 | 2025-03-01T04:11:56.394Z | Downloaded petgraph v0.6.5 |
| 1104 | 2025-03-01T04:11:56.413Z | Downloaded regex-automata v0.4.8 |
| 1105 | 2025-03-01T04:11:56.432Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1106 | 2025-03-01T04:11:56.444Z | Downloaded zerocopy-derive v0.6.6 |
| 1107 | 2025-03-01T04:11:56.453Z | Downloaded lzma-sys v0.1.20 |
| 1108 | 2025-03-01T04:11:56.481Z | Downloaded libz-sys v1.1.20 |
| 1109 | 2025-03-01T04:11:56.503Z | Downloaded rustls v0.23.19 |
| 1110 | 2025-03-01T04:11:56.512Z | Downloaded sha3 v0.10.8 |
| 1111 | 2025-03-01T04:11:56.516Z | Downloaded chrono-tz v0.10.1 |
| 1112 | 2025-03-01T04:11:56.525Z | Downloaded unicode-properties v0.1.3 |
| 1113 | 2025-03-01T04:11:56.529Z | Downloaded petgraph v0.7.1 |
| 1114 | 2025-03-01T04:11:56.543Z | Downloaded icu_properties_data v1.5.0 |
| 1115 | 2025-03-01T04:11:56.553Z | Downloaded pkcs8 v0.10.2 |
| 1116 | 2025-03-01T04:11:56.556Z | Downloaded tungstenite v0.21.0 |
| 1117 | 2025-03-01T04:11:56.561Z | Downloaded newtype_derive v0.1.6 |
| 1118 | 2025-03-01T04:11:56.564Z | Downloaded multimap v0.10.0 |
| 1119 | 2025-03-01T04:11:56.564Z | Downloaded stable_deref_trait v1.2.0 |
| 1120 | 2025-03-01T04:11:56.564Z | Downloaded h2 v0.4.6 |
| 1121 | 2025-03-01T04:11:56.568Z | Downloaded russh-cryptovec v0.7.3 |
| 1122 | 2025-03-01T04:11:56.571Z | Downloaded csv v1.3.1 |
| 1123 | 2025-03-01T04:11:56.589Z | Downloaded postcard v1.0.10 |
| 1124 | 2025-03-01T04:11:56.592Z | Downloaded snafu-derive v0.8.5 |
| 1125 | 2025-03-01T04:11:56.595Z | Downloaded zip v0.6.6 |
| 1126 | 2025-03-01T04:11:56.598Z | Downloaded tokio v1.43.0 |
| 1127 | 2025-03-01T04:11:56.632Z | Downloaded ecdsa v0.16.9 |
| 1128 | 2025-03-01T04:11:56.635Z | Downloaded toml v0.7.8 |
| 1129 | 2025-03-01T04:11:56.639Z | Downloaded ssh-cipher v0.2.0 |
| 1130 | 2025-03-01T04:11:56.640Z | Downloaded parking_lot v0.12.3 |
| 1131 | 2025-03-01T04:11:56.643Z | Downloaded flate2 v1.1.0 |
| 1132 | 2025-03-01T04:11:56.646Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1133 | 2025-03-01T04:11:56.649Z | Downloaded quick-xml v0.37.2 |
| 1134 | 2025-03-01T04:11:56.653Z | Downloaded libm v0.2.8 |
| 1135 | 2025-03-01T04:11:56.661Z | Downloaded tokio-rustls v0.26.0 |
| 1136 | 2025-03-01T04:11:56.667Z | Downloaded pin-project v1.1.6 |
| 1137 | 2025-03-01T04:11:56.672Z | Downloaded embedded-io v0.4.0 |
| 1138 | 2025-03-01T04:11:56.675Z | Downloaded ed25519 v2.2.3 |
| 1139 | 2025-03-01T04:11:56.675Z | Downloaded schemars_derive v0.8.22 |
| 1140 | 2025-03-01T04:11:56.680Z | Downloaded primeorder v0.13.6 |
| 1141 | 2025-03-01T04:11:56.680Z | Downloaded reedline v0.38.0 |
| 1142 | 2025-03-01T04:11:56.686Z | Downloaded progenitor v0.8.0 |
| 1143 | 2025-03-01T04:11:56.689Z | Downloaded itertools v0.14.0 |
| 1144 | 2025-03-01T04:11:56.692Z | Downloaded x509-cert v0.2.5 |
| 1145 | 2025-03-01T04:11:56.698Z | Downloaded password-hash v0.5.0 |
| 1146 | 2025-03-01T04:11:56.705Z | Downloaded derive-where v1.2.7 |
| 1147 | 2025-03-01T04:11:56.708Z | Downloaded test-strategy v0.4.0 |
| 1148 | 2025-03-01T04:11:56.708Z | Downloaded dropshot_endpoint v0.16.0 |
| 1149 | 2025-03-01T04:11:56.711Z | Downloaded fallible-iterator v0.2.0 |
| 1150 | 2025-03-01T04:11:56.711Z | Downloaded nu-ansi-term v0.50.1 |
| 1151 | 2025-03-01T04:11:56.716Z | Downloaded rayon-core v1.12.1 |
| 1152 | 2025-03-01T04:11:56.720Z | Downloaded cc v1.2.15 |
| 1153 | 2025-03-01T04:11:56.729Z | Downloaded tungstenite v0.23.0 |
| 1154 | 2025-03-01T04:11:56.729Z | Downloaded serde_plain v1.0.2 |
| 1155 | 2025-03-01T04:11:56.732Z | Downloaded serde_path_to_error v0.1.16 |
| 1156 | 2025-03-01T04:11:56.732Z | Downloaded ring v0.17.11 |
| 1157 | 2025-03-01T04:11:56.767Z | Downloaded openssl-sys v0.9.106 |
| 1158 | 2025-03-01T04:11:56.771Z | Downloaded idna v1.0.3 |
| 1159 | 2025-03-01T04:11:56.774Z | Downloaded crossbeam-channel v0.5.13 |
| 1160 | 2025-03-01T04:11:56.782Z | Downloaded progenitor-impl v0.9.1 |
| 1161 | 2025-03-01T04:11:56.786Z | Downloaded slog-bunyan v2.5.0 |
| 1162 | 2025-03-01T04:11:56.786Z | Downloaded encoding_rs v0.8.34 |
| 1163 | 2025-03-01T04:11:56.801Z | Downloaded mockall v0.13.1 |
| 1164 | 2025-03-01T04:11:56.806Z | Downloaded subprocess v0.2.9 |
| 1165 | 2025-03-01T04:11:56.806Z | Downloaded yasna v0.5.2 |
| 1166 | 2025-03-01T04:11:56.811Z | Downloaded tokio-tungstenite v0.24.0 |
| 1167 | 2025-03-01T04:11:56.811Z | Downloaded tokio-tungstenite v0.23.1 |
| 1168 | 2025-03-01T04:11:56.819Z | Downloaded tokio-rustls v0.24.1 |
| 1169 | 2025-03-01T04:11:56.819Z | Downloaded walkdir v2.5.0 |
| 1170 | 2025-03-01T04:11:56.819Z | Downloaded futures v0.3.31 |
| 1171 | 2025-03-01T04:11:56.824Z | Downloaded waitgroup v0.1.2 |
| 1172 | 2025-03-01T04:11:56.825Z | Downloaded futures-sink v0.3.31 |
| 1173 | 2025-03-01T04:11:56.825Z | Downloaded omicron-zone-package v0.12.0 |
| 1174 | 2025-03-01T04:11:56.834Z | Downloaded snafu v0.8.5 |
| 1175 | 2025-03-01T04:11:56.838Z | Downloaded progenitor-impl v0.8.0 |
| 1176 | 2025-03-01T04:11:56.838Z | Downloaded futures-io v0.3.31 |
| 1177 | 2025-03-01T04:11:56.838Z | Downloaded flagset v0.4.6 |
| 1178 | 2025-03-01T04:11:56.838Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1179 | 2025-03-01T04:11:56.889Z | Downloaded serde_with_macros v3.12.0 |
| 1180 | 2025-03-01T04:11:56.893Z | Downloaded fixedbitset v0.4.2 |
| 1181 | 2025-03-01T04:11:56.893Z | Downloaded xz2 v0.1.7 |
| 1182 | 2025-03-01T04:11:56.896Z | Downloaded rand_core v0.9.2 |
| 1183 | 2025-03-01T04:11:56.896Z | Downloaded futures-task v0.3.31 |
| 1184 | 2025-03-01T04:11:56.896Z | Downloaded enum-as-inner v0.6.1 |
| 1185 | 2025-03-01T04:11:56.901Z | Downloaded dyn-clone v1.0.18 |
| 1186 | 2025-03-01T04:11:56.901Z | Downloaded rustls-pemfile v2.2.0 |
| 1187 | 2025-03-01T04:11:56.906Z | Downloaded env_logger v0.11.5 |
| 1188 | 2025-03-01T04:11:56.906Z | Downloaded rustls-pemfile v1.0.4 |
| 1189 | 2025-03-01T04:11:56.909Z | Downloaded ref-cast-impl v1.0.23 |
| 1190 | 2025-03-01T04:11:56.909Z | Downloaded indicatif v0.17.11 |
| 1191 | 2025-03-01T04:11:56.909Z | Downloaded hickory-resolver v0.24.4 |
| 1192 | 2025-03-01T04:11:56.914Z | Downloaded crossbeam-epoch v0.9.18 |
| 1193 | 2025-03-01T04:11:56.917Z | Downloaded blake2 v0.10.6 |
| 1194 | 2025-03-01T04:11:56.918Z | Downloaded arc-swap v1.7.1 |
| 1195 | 2025-03-01T04:11:56.921Z | Downloaded crc32fast v1.4.2 |
| 1196 | 2025-03-01T04:11:56.924Z | Downloaded crc-any v2.5.0 |
| 1197 | 2025-03-01T04:11:56.924Z | Downloaded cookie v0.18.1 |
| 1198 | 2025-03-01T04:11:56.928Z | Downloaded clang-sys v1.8.1 |
| 1199 | 2025-03-01T04:11:56.931Z | Downloaded arrayvec v0.7.6 |
| 1200 | 2025-03-01T04:11:56.931Z | Downloaded allocator-api2 v0.2.18 |
| 1201 | 2025-03-01T04:11:56.934Z | Downloaded ahash v0.8.11 |
| 1202 | 2025-03-01T04:11:56.939Z | Downloaded path-slash v0.1.5 |
| 1203 | 2025-03-01T04:11:56.939Z | Downloaded num_enum_derive v0.5.11 |
| 1204 | 2025-03-01T04:11:56.942Z | Downloaded num-integer v0.1.46 |
| 1205 | 2025-03-01T04:11:56.942Z | Downloaded nanorand v0.7.0 |
| 1206 | 2025-03-01T04:11:56.942Z | Downloaded radium v0.7.0 |
| 1207 | 2025-03-01T04:11:56.942Z | Downloaded blowfish v0.9.1 |
| 1208 | 2025-03-01T04:11:56.946Z | Downloaded daft-derive v0.1.1 |
| 1209 | 2025-03-01T04:11:56.950Z | Downloaded chacha20poly1305 v0.10.1 |
| 1210 | 2025-03-01T04:11:56.950Z | Downloaded crossbeam-deque v0.8.5 |
| 1211 | 2025-03-01T04:11:56.953Z | Downloaded console v0.15.10 |
| 1212 | 2025-03-01T04:11:56.953Z | Downloaded ciborium v0.2.2 |
| 1213 | 2025-03-01T04:11:56.959Z | Downloaded buf-list v1.0.3 |
| 1214 | 2025-03-01T04:11:56.959Z | Downloaded block-padding v0.3.3 |
| 1215 | 2025-03-01T04:11:56.962Z | Downloaded ciborium-ll v0.2.2 |
| 1216 | 2025-03-01T04:11:56.962Z | Downloaded tiny-keccak v2.0.2 |
| 1217 | 2025-03-01T04:11:56.962Z | Downloaded string_cache v0.8.7 |
| 1218 | 2025-03-01T04:11:56.962Z | Downloaded chrono-tz-build v0.4.0 |
| 1219 | 2025-03-01T04:11:56.966Z | Downloaded cookie_store v0.21.1 |
| 1220 | 2025-03-01T04:11:56.966Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1221 | 2025-03-01T04:11:56.966Z | Downloaded hmac v0.12.1 |
| 1222 | 2025-03-01T04:11:56.971Z | Downloaded crunchy v0.2.2 |
| 1223 | 2025-03-01T04:11:56.971Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1224 | 2025-03-01T04:11:56.971Z | Downloaded crc v3.2.1 |
| 1225 | 2025-03-01T04:11:56.979Z | Downloaded icu_normalizer_data v1.5.0 |
| 1226 | 2025-03-01T04:11:56.979Z | Downloaded async-trait v0.1.86 |
| 1227 | 2025-03-01T04:11:56.983Z | Downloaded async-recursion v1.1.1 |
| 1228 | 2025-03-01T04:11:56.983Z | Downloaded lru-cache v0.1.2 |
| 1229 | 2025-03-01T04:11:56.983Z | Downloaded kstat-rs v0.2.4 |
| 1230 | 2025-03-01T04:11:56.983Z | Downloaded internet-checksum v0.2.1 |
| 1231 | 2025-03-01T04:11:56.983Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1232 | 2025-03-01T04:11:56.986Z | Downloaded hostname v0.3.1 |
| 1233 | 2025-03-01T04:11:56.986Z | Downloaded cfg_aliases v0.1.1 |
| 1234 | 2025-03-01T04:11:56.989Z | Downloaded hyper-tls v0.6.0 |
| 1235 | 2025-03-01T04:11:56.989Z | Downloaded adler2 v2.0.0 |
| 1236 | 2025-03-01T04:11:56.989Z | Downloaded linked-hash-map v0.5.6 |
| 1237 | 2025-03-01T04:11:56.993Z | Downloaded libsw v3.4.0 |
| 1238 | 2025-03-01T04:11:56.993Z | Downloaded hostname v0.4.0 |
| 1239 | 2025-03-01T04:11:56.993Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1240 | 2025-03-01T04:11:57.001Z | Downloaded hubpack v0.1.2 |
| 1241 | 2025-03-01T04:11:57.001Z | Downloaded http-body-util v0.1.2 |
| 1242 | 2025-03-01T04:11:57.001Z | Downloaded home v0.5.9 |
| 1243 | 2025-03-01T04:11:57.001Z | Downloaded match_cfg v0.1.0 |
| 1244 | 2025-03-01T04:11:57.001Z | Downloaded is_ci v1.2.0 |
| 1245 | 2025-03-01T04:11:57.001Z | Downloaded instant v0.1.13 |
| 1246 | 2025-03-01T04:11:57.005Z | Downloaded ident_case v1.0.1 |
| 1247 | 2025-03-01T04:11:57.361Z | Downloaded aws-lc-sys v0.26.0 |
| 1248 | 2025-03-01T04:11:57.681Z | Compiling serde v1.0.218 |
| 1249 | 2025-03-01T04:11:57.684Z | Compiling value-bag v1.9.0 |
| 1250 | 2025-03-01T04:11:57.684Z | Compiling lock_api v0.4.12 |
| 1251 | 2025-03-01T04:11:57.684Z | Compiling scopeguard v1.2.0 |
| 1252 | 2025-03-01T04:11:57.684Z | Compiling typenum v1.17.0 |
| 1253 | 2025-03-01T04:11:57.684Z | Compiling generic-array v0.14.7 |
| 1254 | 2025-03-01T04:11:57.873Z | Compiling syn v2.0.98 |
| 1255 | 2025-03-01T04:11:57.885Z | Compiling getrandom v0.2.15 |
| 1256 | 2025-03-01T04:11:57.983Z | Compiling shlex v1.3.0 |
| 1257 | 2025-03-01T04:11:58.249Z | Compiling rand_core v0.6.4 |
| 1258 | 2025-03-01T04:11:58.307Z | Compiling log v0.4.22 |
| 1259 | 2025-03-01T04:11:58.417Z | Compiling subtle v2.6.1 |
| 1260 | 2025-03-01T04:11:58.437Z | Compiling jobserver v0.1.32 |
| 1261 | 2025-03-01T04:11:58.454Z | Compiling smallvec v1.14.0 |
| 1262 | 2025-03-01T04:11:58.758Z | Compiling const-oid v0.9.6 |
| 1263 | 2025-03-01T04:11:58.799Z | Compiling pin-project-lite v0.2.14 |
| 1264 | 2025-03-01T04:11:58.799Z | Compiling parking_lot_core v0.9.10 |
| 1265 | 2025-03-01T04:11:58.867Z | Compiling cc v1.2.15 |
| 1266 | 2025-03-01T04:11:58.935Z | Compiling rustix v0.38.37 |
| 1267 | 2025-03-01T04:11:59.059Z | Compiling futures-core v0.3.31 |
| 1268 | 2025-03-01T04:11:59.264Z | Compiling spin v0.9.8 |
| 1269 | 2025-03-01T04:11:59.310Z | Compiling signal-hook-registry v1.4.2 |
| 1270 | 2025-03-01T04:11:59.647Z | Compiling parking_lot v0.12.3 |
| 1271 | 2025-03-01T04:11:59.714Z | Compiling mio v1.0.2 |
| 1272 | 2025-03-01T04:11:59.811Z | Compiling aho-corasick v1.1.3 |
| 1273 | 2025-03-01T04:11:59.948Z | Compiling futures-sink v0.3.31 |
| 1274 | 2025-03-01T04:12:00.120Z | Compiling cpufeatures v0.2.14 |
| 1275 | 2025-03-01T04:12:00.139Z | Compiling regex-syntax v0.8.5 |
| 1276 | 2025-03-01T04:12:00.234Z | Compiling either v1.14.0 |
| 1277 | 2025-03-01T04:12:00.438Z | Compiling stable_deref_trait v1.2.0 |
| 1278 | 2025-03-01T04:12:00.564Z | Compiling socket2 v0.5.8 |
| 1279 | 2025-03-01T04:12:00.626Z | Compiling slab v0.4.9 |
| 1280 | 2025-03-01T04:12:00.702Z | Compiling glob v0.3.2 |
| 1281 | 2025-03-01T04:12:00.729Z | Compiling prettyplease v0.2.29 |
| 1282 | 2025-03-01T04:12:01.081Z | Compiling lazy_static v1.5.0 |
| 1283 | 2025-03-01T04:12:01.220Z | Compiling serde_json v1.0.139 |
| 1284 | 2025-03-01T04:12:01.415Z | Compiling minimal-lexical v0.2.1 |
| 1285 | 2025-03-01T04:12:01.442Z | Compiling futures-channel v0.3.31 |
| 1286 | 2025-03-01T04:12:01.612Z | Compiling clang-sys v1.8.1 |
| 1287 | 2025-03-01T04:12:01.667Z | Compiling libloading v0.8.5 |
| 1288 | 2025-03-01T04:12:01.864Z | Compiling nom v7.1.3 |
| 1289 | 2025-03-01T04:12:01.919Z | Compiling futures-task v0.3.31 |
| 1290 | 2025-03-01T04:12:02.057Z | Compiling futures-io v0.3.31 |
| 1291 | 2025-03-01T04:12:02.228Z | Compiling pin-utils v0.1.0 |
| 1292 | 2025-03-01T04:12:02.342Z | Compiling home v0.5.9 |
| 1293 | 2025-03-01T04:12:02.366Z | Compiling bindgen v0.69.5 |
| 1294 | 2025-03-01T04:12:02.567Z | Compiling itertools v0.12.1 |
| 1295 | 2025-03-01T04:12:02.759Z | Compiling foldhash v0.1.3 |
| 1296 | 2025-03-01T04:12:03.067Z | Compiling lazycell v1.3.0 |
| 1297 | 2025-03-01T04:12:03.236Z | Compiling libm v0.2.8 |
| 1298 | 2025-03-01T04:12:03.254Z | Compiling rustc-hash v1.1.0 |
| 1299 | 2025-03-01T04:12:03.433Z | Compiling allocator-api2 v0.2.18 |
| 1300 | 2025-03-01T04:12:03.657Z | Compiling cmake v0.1.51 |
| 1301 | 2025-03-01T04:12:04.417Z | Compiling regex-automata v0.4.8 |
| 1302 | 2025-03-01T04:12:04.445Z | Compiling hashbrown v0.15.1 |
| 1303 | 2025-03-01T04:12:04.572Z | Compiling num-traits v0.2.19 |
| 1304 | 2025-03-01T04:12:04.880Z | Compiling dunce v1.0.5 |
| 1305 | 2025-03-01T04:12:05.029Z | Compiling cexpr v0.6.0 |
| 1306 | 2025-03-01T04:12:05.318Z | Compiling synstructure v0.13.1 |
| 1307 | 2025-03-01T04:12:05.587Z | Compiling fs_extra v1.3.0 |
| 1308 | 2025-03-01T04:12:06.145Z | Compiling pkg-config v0.3.31 |
| 1309 | 2025-03-01T04:12:06.641Z | Compiling getrandom v0.3.1 |
| 1310 | 2025-03-01T04:12:06.739Z | Compiling writeable v0.5.5 |
| 1311 | 2025-03-01T04:12:07.279Z | Compiling litemap v0.7.3 |
| 1312 | 2025-03-01T04:12:07.374Z | Compiling ring v0.17.11 |
| 1313 | 2025-03-01T04:12:07.447Z | Compiling paste v1.0.15 |
| 1314 | 2025-03-01T04:12:07.911Z | Compiling base64ct v1.6.0 |
| 1315 | 2025-03-01T04:12:08.417Z | Compiling pem-rfc7468 v0.7.0 |
| 1316 | 2025-03-01T04:12:08.447Z | Compiling icu_locid_transform_data v1.5.0 |
| 1317 | 2025-03-01T04:12:08.487Z | Compiling flagset v0.4.6 |
| 1318 | 2025-03-01T04:12:08.580Z | Compiling aws-lc-rs v1.12.4 |
| 1319 | 2025-03-01T04:12:08.678Z | Compiling httparse v1.9.5 |
| 1320 | 2025-03-01T04:12:09.037Z | Compiling tracing-core v0.1.32 |
| 1321 | 2025-03-01T04:12:09.366Z | Compiling percent-encoding v2.3.1 |
| 1322 | 2025-03-01T04:12:09.392Z | Compiling rustls-pki-types v1.10.0 |
| 1323 | 2025-03-01T04:12:09.689Z | Compiling crossbeam-utils v0.8.20 |
| 1324 | 2025-03-01T04:12:10.043Z | Compiling regex v1.11.1 |
| 1325 | 2025-03-01T04:12:10.083Z | Compiling serde_derive v1.0.218 |
| 1326 | 2025-03-01T04:12:10.160Z | Compiling zeroize_derive v1.4.2 |
| 1327 | 2025-03-01T04:12:10.213Z | Compiling zerocopy-derive v0.7.35 |
| 1328 | 2025-03-01T04:12:10.294Z | Compiling tokio-macros v2.5.0 |
| 1329 | 2025-03-01T04:12:10.970Z | Compiling zerofrom-derive v0.1.4 |
| 1330 | 2025-03-01T04:12:11.603Z | Compiling zeroize v1.8.1 |
| 1331 | 2025-03-01T04:12:11.772Z | Compiling yoke-derive v0.7.4 |
| 1332 | 2025-03-01T04:12:12.089Z | Compiling zerocopy v0.7.35 |
| 1333 | 2025-03-01T04:12:12.778Z | Compiling futures-macro v0.3.31 |
| 1334 | 2025-03-01T04:12:13.240Z | Compiling crypto-common v0.1.6 |
| 1335 | 2025-03-01T04:12:13.382Z | Compiling block-buffer v0.10.4 |
| 1336 | 2025-03-01T04:12:13.465Z | Compiling thiserror-impl v1.0.69 |
| 1337 | 2025-03-01T04:12:13.649Z | Compiling digest v0.10.7 |
| 1338 | 2025-03-01T04:12:13.955Z | Compiling zerovec-derive v0.10.3 |
| 1339 | 2025-03-01T04:12:14.074Z | Compiling hmac v0.12.1 |
| 1340 | 2025-03-01T04:12:14.293Z | Compiling zerofrom v0.1.4 |
| 1341 | 2025-03-01T04:12:14.316Z | Compiling displaydoc v0.2.5 |
| 1342 | 2025-03-01T04:12:14.335Z | Compiling block-padding v0.3.3 |
| 1343 | 2025-03-01T04:12:14.490Z | Compiling futures-util v0.3.31 |
| 1344 | 2025-03-01T04:12:14.528Z | Compiling yoke v0.7.4 |
| 1345 | 2025-03-01T04:12:14.594Z | Compiling inout v0.1.3 |
| 1346 | 2025-03-01T04:12:14.675Z | Compiling ppv-lite86 v0.2.20 |
| 1347 | 2025-03-01T04:12:14.854Z | Compiling cipher v0.4.4 |
| 1348 | 2025-03-01T04:12:14.898Z | Compiling sha2 v0.10.8 |
| 1349 | 2025-03-01T04:12:15.371Z | Compiling icu_provider_macros v1.5.0 |
| 1350 | 2025-03-01T04:12:15.469Z | Compiling der_derive v0.7.3 |
| 1351 | 2025-03-01T04:12:15.862Z | Compiling tracing-attributes v0.1.27 |
| 1352 | 2025-03-01T04:12:16.310Z | Compiling zerovec v0.10.4 |
| 1353 | 2025-03-01T04:12:16.376Z | Compiling thiserror v1.0.69 |
| 1354 | 2025-03-01T04:12:16.441Z | Compiling icu_properties_data v1.5.0 |
| 1355 | 2025-03-01T04:12:16.588Z | Compiling pest v2.7.14 |
| 1356 | 2025-03-01T04:12:16.688Z | Compiling salsa20 v0.10.2 |
| 1357 | 2025-03-01T04:12:16.918Z | Compiling pbkdf2 v0.12.2 |
| 1358 | 2025-03-01T04:12:17.755Z | Compiling utf8_iter v1.0.4 |
| 1359 | 2025-03-01T04:12:17.816Z | Compiling der v0.7.9 |
| 1360 | 2025-03-01T04:12:18.023Z | Compiling powerfmt v0.2.0 |
| 1361 | 2025-03-01T04:12:18.377Z | Compiling tinystr v0.7.6 |
| 1362 | 2025-03-01T04:12:18.396Z | Compiling icu_collections v1.5.0 |
| 1363 | 2025-03-01T04:12:18.423Z | Compiling num-conv v0.1.0 |
| 1364 | 2025-03-01T04:12:18.697Z | Compiling icu_locid v1.5.0 |
| 1365 | 2025-03-01T04:12:18.769Z | Compiling icu_normalizer_data v1.5.0 |
| 1366 | 2025-03-01T04:12:18.890Z | Compiling untrusted v0.7.1 |
| 1367 | 2025-03-01T04:12:19.002Z | Compiling tracing v0.1.40 |
| 1368 | 2025-03-01T04:12:19.082Z | Compiling utf16_iter v1.0.5 |
| 1369 | 2025-03-01T04:12:19.300Z | Compiling vcpkg v0.2.15 |
| 1370 | 2025-03-01T04:12:19.486Z | Compiling untrusted v0.9.0 |
| 1371 | 2025-03-01T04:12:19.560Z | Compiling write16 v1.0.0 |
| 1372 | 2025-03-01T04:12:19.614Z | Compiling time-core v0.1.2 |
| 1373 | 2025-03-01T04:12:19.703Z | Compiling pest_meta v2.7.14 |
| 1374 | 2025-03-01T04:12:19.777Z | Compiling spki v0.7.3 |
| 1375 | 2025-03-01T04:12:19.799Z | Compiling icu_provider v1.5.0 |
| 1376 | 2025-03-01T04:12:20.140Z | Compiling time-macros v0.2.18 |
| 1377 | 2025-03-01T04:12:20.670Z | Compiling icu_locid_transform v1.5.0 |
| 1378 | 2025-03-01T04:12:20.692Z | Compiling deranged v0.3.11 |
| 1379 | 2025-03-01T04:12:21.060Z | Compiling openssl-sys v0.9.106 |
| 1380 | 2025-03-01T04:12:21.902Z | Compiling scrypt v0.11.0 |
| 1381 | 2025-03-01T04:12:22.144Z | Compiling icu_properties v1.5.1 |
| 1382 | 2025-03-01T04:12:22.167Z | Compiling aes v0.8.4 |
| 1383 | 2025-03-01T04:12:22.390Z | Compiling cbc v0.1.2 |
| 1384 | 2025-03-01T04:12:22.644Z | Compiling scroll_derive v0.12.0 |
| 1385 | 2025-03-01T04:12:22.945Z | Compiling bitflags v2.6.0 |
| 1386 | 2025-03-01T04:12:22.967Z | Compiling bytes v1.10.0 |
| 1387 | 2025-03-01T04:12:23.863Z | Compiling indexmap v2.7.1 |
| 1388 | 2025-03-01T04:12:23.935Z | Compiling semver v1.0.25 |
| 1389 | 2025-03-01T04:12:24.006Z | Compiling atomic-waker v1.1.2 |
| 1390 | 2025-03-01T04:12:24.203Z | Compiling tokio v1.43.0 |
| 1391 | 2025-03-01T04:12:24.349Z | Compiling http v1.2.0 |
| 1392 | 2025-03-01T04:12:24.584Z | Compiling rustc_version v0.4.1 |
| 1393 | 2025-03-01T04:12:24.889Z | Compiling tinyvec_macros v0.1.1 |
| 1394 | 2025-03-01T04:12:25.002Z | Compiling num_threads v0.1.7 |
| 1395 | 2025-03-01T04:12:25.149Z | Compiling time v0.3.36 |
| 1396 | 2025-03-01T04:12:25.194Z | Compiling tinyvec v1.8.0 |
| 1397 | 2025-03-01T04:12:25.224Z | Compiling scroll v0.12.0 |
| 1398 | 2025-03-01T04:12:25.792Z | Compiling icu_normalizer v1.5.0 |
| 1399 | 2025-03-01T04:12:25.882Z | Compiling http-body v1.0.1 |
| 1400 | 2025-03-01T04:12:26.130Z | Compiling pkcs5 v0.7.1 |
| 1401 | 2025-03-01T04:12:26.550Z | Compiling pest_generator v2.7.14 |
| 1402 | 2025-03-01T04:12:26.570Z | Compiling rand_chacha v0.3.1 |
| 1403 | 2025-03-01T04:12:26.713Z | Compiling idna_adapter v1.2.0 |
| 1404 | 2025-03-01T04:12:26.953Z | Compiling which v4.4.2 |
| 1405 | 2025-03-01T04:12:27.235Z | Compiling form_urlencoded v1.2.1 |
| 1406 | 2025-03-01T04:12:27.542Z | Compiling zerocopy v0.8.10 |
| 1407 | 2025-03-01T04:12:27.566Z | Compiling slog v2.7.0 |
| 1408 | 2025-03-01T04:12:27.900Z | Compiling try-lock v0.2.5 |
| 1409 | 2025-03-01T04:12:28.069Z | Compiling want v0.3.1 |
| 1410 | 2025-03-01T04:12:28.159Z | Compiling goblin v0.8.2 |
| 1411 | 2025-03-01T04:12:28.371Z | Compiling rand v0.8.5 |
| 1412 | 2025-03-01T04:12:28.391Z | Compiling idna v1.0.3 |
| 1413 | 2025-03-01T04:12:28.446Z | Compiling pest_derive v2.7.14 |
| 1414 | 2025-03-01T04:12:28.860Z | Compiling pkcs8 v0.10.2 |
| 1415 | 2025-03-01T04:12:29.251Z | Compiling uuid v1.15.1 |
| 1416 | 2025-03-01T04:12:29.488Z | Compiling zerocopy-derive v0.8.10 |
| 1417 | 2025-03-01T04:12:29.609Z | Compiling tower-service v0.3.3 |
| 1418 | 2025-03-01T04:12:29.753Z | Compiling iana-time-zone v0.1.61 |
| 1419 | 2025-03-01T04:12:29.920Z | Compiling httpdate v1.0.3 |
| 1420 | 2025-03-01T04:12:30.127Z | Compiling chrono v0.4.40 |
| 1421 | 2025-03-01T04:12:30.339Z | Compiling dtrace-parser v0.2.0 |
| 1422 | 2025-03-01T04:12:30.785Z | Compiling serde_spanned v0.6.8 |
| 1423 | 2025-03-01T04:12:31.040Z | Compiling toml_datetime v0.6.8 |
| 1424 | 2025-03-01T04:12:31.068Z | Compiling serde_tokenstream v0.2.2 |
| 1425 | 2025-03-01T04:12:31.526Z | Compiling base64 v0.22.1 |
| 1426 | 2025-03-01T04:12:31.679Z | Compiling match_cfg v0.1.0 |
| 1427 | 2025-03-01T04:12:31.789Z | Compiling openssl v0.10.71 |
| 1428 | 2025-03-01T04:12:32.164Z | Compiling tokio-util v0.7.13 |
| 1429 | 2025-03-01T04:12:32.206Z | Compiling adler2 v2.0.0 |
| 1430 | 2025-03-01T04:12:32.225Z | Compiling rustversion v1.0.17 |
| 1431 | 2025-03-01T04:12:32.412Z | Compiling foreign-types-shared v0.1.1 |
| 1432 | 2025-03-01T04:12:32.543Z | Compiling foreign-types v0.3.2 |
| 1433 | 2025-03-01T04:12:32.652Z | Compiling miniz_oxide v0.8.5 |
| 1434 | 2025-03-01T04:12:33.013Z | Compiling hostname v0.3.1 |
| 1435 | 2025-03-01T04:12:33.222Z | Compiling h2 v0.4.6 |
| 1436 | 2025-03-01T04:12:33.378Z | Compiling url v2.5.3 |
| 1437 | 2025-03-01T04:12:34.089Z | Compiling dof v0.3.0 |
| 1438 | 2025-03-01T04:12:34.612Z | Compiling async-trait v0.1.86 |
| 1439 | 2025-03-01T04:12:35.122Z | Compiling rand_core v0.9.2 |
| 1440 | 2025-03-01T04:12:35.434Z | Compiling usdt-impl v0.5.0 |
| 1441 | 2025-03-01T04:12:35.571Z | Compiling openssl-macros v0.1.1 |
| 1442 | 2025-03-01T04:12:35.791Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2025-03-01T04:12:36.341Z | Compiling dirs-sys-next v0.1.2 |
| 1444 | 2025-03-01T04:12:36.675Z | Compiling schemars v0.8.22 |
| 1445 | 2025-03-01T04:12:36.916Z | Compiling rustls v0.23.19 |
| 1446 | 2025-03-01T04:12:37.031Z | Compiling siphasher v0.3.11 |
| 1447 | 2025-03-01T04:12:37.052Z | Compiling rustls v0.22.4 |
| 1448 | 2025-03-01T04:12:37.084Z | Compiling data-encoding v2.6.0 |
| 1449 | 2025-03-01T04:12:37.142Z | Compiling native-tls v0.2.12 |
| 1450 | 2025-03-01T04:12:37.225Z | Compiling syn v1.0.109 |
| 1451 | 2025-03-01T04:12:37.398Z | Compiling dirs-next v2.0.0 |
| 1452 | 2025-03-01T04:12:37.524Z | Compiling rand_chacha v0.9.0 |
| 1453 | 2025-03-01T04:12:37.866Z | Compiling unicode-normalization v0.1.24 |
| 1454 | 2025-03-01T04:12:38.050Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2025-03-01T04:12:38.846Z | Compiling http-body-util v0.1.2 |
| 1456 | 2025-03-01T04:12:38.949Z | Compiling heapless v0.7.17 |
| 1457 | 2025-03-01T04:12:39.017Z | Compiling crossbeam-epoch v0.9.18 |
| 1458 | 2025-03-01T04:12:39.312Z | Compiling sha1 v0.10.6 |
| 1459 | 2025-03-01T04:12:39.405Z | Compiling signature v2.2.0 |
| 1460 | 2025-03-01T04:12:39.519Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1461 | 2025-03-01T04:12:39.680Z | Compiling thread_local v1.1.8 |
| 1462 | 2025-03-01T04:12:39.718Z | Compiling multer v3.1.0 |
| 1463 | 2025-03-01T04:12:39.738Z | Compiling encoding_rs v0.8.34 |
| 1464 | 2025-03-01T04:12:40.018Z | Compiling cookie v0.18.1 |
| 1465 | 2025-03-01T04:12:40.038Z | Compiling ipnet v2.11.0 |
| 1466 | 2025-03-01T04:12:40.129Z | Compiling rayon-core v1.12.1 |
| 1467 | 2025-03-01T04:12:40.319Z | Compiling hyper v1.6.0 |
| 1468 | 2025-03-01T04:12:40.424Z | Compiling openssl-probe v0.1.5 |
| 1469 | 2025-03-01T04:12:40.716Z | Compiling unicode-bidi v0.3.17 |
| 1470 | 2025-03-01T04:12:41.003Z | Compiling signal-hook v0.3.17 |
| 1471 | 2025-03-01T04:12:41.082Z | Compiling gimli v0.31.1 |
| 1472 | 2025-03-01T04:12:41.305Z | Compiling mime v0.3.17 |
| 1473 | 2025-03-01T04:12:41.849Z | Compiling slog-async v2.8.0 |
| 1474 | 2025-03-01T04:12:42.008Z | Compiling dyn-clone v1.0.18 |
| 1475 | 2025-03-01T04:12:42.252Z | Compiling unicode-properties v0.1.3 |
| 1476 | 2025-03-01T04:12:42.374Z | Compiling toml_edit v0.22.24 |
| 1477 | 2025-03-01T04:12:42.679Z | Compiling hyper-util v0.1.10 |
| 1478 | 2025-03-01T04:12:43.005Z | Compiling stringprep v0.1.5 |
| 1479 | 2025-03-01T04:12:44.263Z | Compiling crossbeam-deque v0.8.5 |
| 1480 | 2025-03-01T04:12:44.663Z | Compiling rand v0.9.0 |
| 1481 | 2025-03-01T04:12:45.442Z | Compiling addr2line v0.24.2 |
| 1482 | 2025-03-01T04:12:45.679Z | Compiling term v0.7.0 |
| 1483 | 2025-03-01T04:12:45.731Z | Compiling usdt-macro v0.5.0 |
| 1484 | 2025-03-01T04:12:46.104Z | Compiling usdt-attr-macro v0.5.0 |
| 1485 | 2025-03-01T04:12:46.348Z | Compiling slog-json v2.6.1 |
| 1486 | 2025-03-01T04:12:46.741Z | Compiling serde_urlencoded v0.7.1 |
| 1487 | 2025-03-01T04:12:46.905Z | Compiling curve25519-dalek v4.1.3 |
| 1488 | 2025-03-01T04:12:47.141Z | Compiling crossbeam-channel v0.5.13 |
| 1489 | 2025-03-01T04:12:47.236Z | Compiling enum-as-inner v0.6.1 |
| 1490 | 2025-03-01T04:12:47.257Z | Compiling futures-executor v0.3.31 |
| 1491 | 2025-03-01T04:12:47.581Z | Compiling md-5 v0.10.6 |
| 1492 | 2025-03-01T04:12:47.643Z | Compiling async-stream-impl v0.3.6 |
| 1493 | 2025-03-01T04:12:47.789Z | Compiling rustls-pemfile v2.2.0 |
| 1494 | 2025-03-01T04:12:47.854Z | Compiling num-integer v0.1.46 |
| 1495 | 2025-03-01T04:12:48.096Z | Compiling hash32 v0.2.1 |
| 1496 | 2025-03-01T04:12:48.124Z | Compiling ff v0.13.0 |
| 1497 | 2025-03-01T04:12:48.287Z | Compiling is-terminal v0.4.13 |
| 1498 | 2025-03-01T04:12:48.356Z | Compiling memoffset v0.9.1 |
| 1499 | 2025-03-01T04:12:48.435Z | Compiling object v0.36.5 |
| 1500 | 2025-03-01T04:12:48.435Z | Compiling dropshot v0.12.0 |
| 1501 | 2025-03-01T04:12:48.586Z | Compiling linked-hash-map v0.5.6 |
| 1502 | 2025-03-01T04:12:48.693Z | Compiling base16ct v0.2.0 |
| 1503 | 2025-03-01T04:12:48.782Z | Compiling portable-atomic v1.9.0 |
| 1504 | 2025-03-01T04:12:48.870Z | Compiling anyhow v1.0.96 |
| 1505 | 2025-03-01T04:12:48.893Z | Compiling litrs v0.4.1 |
| 1506 | 2025-03-01T04:12:49.011Z | Compiling rustc-demangle v0.1.24 |
| 1507 | 2025-03-01T04:12:49.302Z | Compiling utf-8 v0.7.6 |
| 1508 | 2025-03-01T04:12:49.460Z | Compiling smoltcp v0.9.1 |
| 1509 | 2025-03-01T04:12:49.633Z | Compiling num-bigint-dig v0.8.4 |
| 1510 | 2025-03-01T04:12:49.706Z | Compiling cfg_aliases v0.2.1 |
| 1511 | 2025-03-01T04:12:49.819Z | Compiling fallible-iterator v0.2.0 |
| 1512 | 2025-03-01T04:12:49.898Z | Compiling take_mut v0.2.2 |
| 1513 | 2025-03-01T04:12:49.930Z | Compiling quick-error v1.2.3 |
| 1514 | 2025-03-01T04:12:49.957Z | Compiling psl-types v2.0.11 |
| 1515 | 2025-03-01T04:12:50.056Z | Compiling resolv-conf v0.7.0 |
| 1516 | 2025-03-01T04:12:50.133Z | Compiling publicsuffix v2.3.0 |
| 1517 | 2025-03-01T04:12:50.197Z | Compiling document-features v0.2.10 |
| 1518 | 2025-03-01T04:12:50.420Z | Compiling postgres-protocol v0.6.8 |
| 1519 | 2025-03-01T04:12:50.472Z | Compiling nix v0.29.0 |
| 1520 | 2025-03-01T04:12:50.819Z | Compiling tungstenite v0.24.0 |
| 1521 | 2025-03-01T04:12:51.314Z | Compiling sec1 v0.7.3 |
| 1522 | 2025-03-01T04:12:51.337Z | Compiling async-stream v0.3.6 |
| 1523 | 2025-03-01T04:12:51.434Z | Compiling lru-cache v0.1.2 |
| 1524 | 2025-03-01T04:12:51.703Z | Compiling slog-term v2.9.1 |
| 1525 | 2025-03-01T04:12:51.792Z | Compiling num-iter v0.1.45 |
| 1526 | 2025-03-01T04:12:51.915Z | Compiling group v0.13.0 |
| 1527 | 2025-03-01T04:12:51.996Z | Compiling usdt v0.5.0 |
| 1528 | 2025-03-01T04:12:52.251Z | Compiling hickory-proto v0.24.4 |
| 1529 | 2025-03-01T04:12:52.600Z | Compiling futures v0.3.31 |
| 1530 | 2025-03-01T04:12:52.689Z | Compiling slog-bunyan v2.5.0 |
| 1531 | 2025-03-01T04:12:52.756Z | Compiling toml v0.8.20 |
| 1532 | 2025-03-01T04:12:53.806Z | Compiling camino v1.1.9 |
| 1533 | 2025-03-01T04:12:54.212Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2025-03-01T04:12:54.338Z | Compiling phf_shared v0.11.2 |
| 1535 | 2025-03-01T04:12:54.478Z | Compiling dropshot_endpoint v0.12.0 |
| 1536 | 2025-03-01T04:12:54.645Z | Compiling terminal_size v0.4.0 |
| 1537 | 2025-03-01T04:12:54.713Z | Compiling openapiv3 v2.0.0 |
| 1538 | 2025-03-01T04:12:54.734Z | Compiling waitgroup v0.1.2 |
| 1539 | 2025-03-01T04:12:54.877Z | Compiling backtrace v0.3.74 |
| 1540 | 2025-03-01T04:12:54.949Z | Compiling serde_path_to_error v0.1.16 |
| 1541 | 2025-03-01T04:12:55.374Z | Compiling hkdf v0.12.4 |
| 1542 | 2025-03-01T04:12:55.661Z | Compiling crypto-bigint v0.5.5 |
| 1543 | 2025-03-01T04:12:55.705Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1544 | 2025-03-01T04:12:56.772Z | Compiling hubpack_derive v0.1.1 |
| 1545 | 2025-03-01T04:12:57.126Z | Compiling zerocopy-derive v0.6.6 |
| 1546 | 2025-03-01T04:12:57.626Z | Compiling webpki-roots v0.26.6 |
| 1547 | 2025-03-01T04:12:57.701Z | Compiling sync_wrapper v1.0.1 |
| 1548 | 2025-03-01T04:12:57.851Z | Compiling hostname v0.4.0 |
| 1549 | 2025-03-01T04:12:57.873Z | Compiling crc32fast v1.4.2 |
| 1550 | 2025-03-01T04:12:58.075Z | Compiling ahash v0.8.11 |
| 1551 | 2025-03-01T04:12:58.208Z | Compiling fs-err v2.11.0 |
| 1552 | 2025-03-01T04:12:58.445Z | Compiling newtype-uuid v1.2.1 |
| 1553 | 2025-03-01T04:12:58.500Z | Compiling tower-layer v0.3.3 |
| 1554 | 2025-03-01T04:12:58.549Z | Compiling unicode-width v0.2.0 |
| 1555 | 2025-03-01T04:12:58.646Z | Compiling debug-ignore v1.0.5 |
| 1556 | 2025-03-01T04:12:58.752Z | Compiling managed v0.8.0 |
| 1557 | 2025-03-01T04:12:58.772Z | Compiling winnow v0.5.40 |
| 1558 | 2025-03-01T04:12:58.816Z | Compiling strum_macros v0.25.3 |
| 1559 | 2025-03-01T04:12:59.002Z | Compiling zerocopy v0.6.6 |
| 1560 | 2025-03-01T04:12:59.069Z | Compiling console v0.15.10 |
| 1561 | 2025-03-01T04:12:59.745Z | Compiling tower v0.5.2 |
| 1562 | 2025-03-01T04:13:00.343Z | Compiling elliptic-curve v0.13.8 |
| 1563 | 2025-03-01T04:13:00.722Z | Compiling clap_builder v4.5.31 |
| 1564 | 2025-03-01T04:13:01.043Z | Compiling flate2 v1.1.0 |
| 1565 | 2025-03-01T04:13:01.096Z | Compiling hubpack v0.1.2 |
| 1566 | 2025-03-01T04:13:01.157Z | Compiling hickory-resolver v0.24.4 |
| 1567 | 2025-03-01T04:13:01.915Z | Compiling phf v0.11.2 |
| 1568 | 2025-03-01T04:13:02.212Z | Compiling toml_edit v0.19.15 |
| 1569 | 2025-03-01T04:13:02.377Z | Compiling hyper-tls v0.6.0 |
| 1570 | 2025-03-01T04:13:02.407Z | Compiling signal-hook-mio v0.2.4 |
| 1571 | 2025-03-01T04:13:02.411Z | Compiling rayon v1.10.0 |
| 1572 | 2025-03-01T04:13:02.576Z | Compiling cookie_store v0.21.1 |
| 1573 | 2025-03-01T04:13:02.756Z | Compiling bzip2 v0.4.4 |
| 1574 | 2025-03-01T04:13:03.987Z | Compiling tokio-tungstenite v0.24.0 |
| 1575 | 2025-03-01T04:13:04.691Z | Compiling postgres-types v0.2.9 |
| 1576 | 2025-03-01T04:13:06.649Z | Compiling ed25519 v2.2.3 |
| 1577 | 2025-03-01T04:13:06.694Z | Compiling phf_shared v0.10.0 |
| 1578 | 2025-03-01T04:13:07.076Z | Compiling tokio-stream v0.1.17 |
| 1579 | 2025-03-01T04:13:07.234Z | Compiling pkcs1 v0.7.5 |
| 1580 | 2025-03-01T04:13:08.026Z | Compiling serde-big-array v0.5.1 |
| 1581 | 2025-03-01T04:13:08.126Z | Compiling clap_derive v4.5.28 |
| 1582 | 2025-03-01T04:13:08.248Z | Compiling rfc6979 v0.4.0 |
| 1583 | 2025-03-01T04:13:08.444Z | Compiling serde_repr v0.1.19 |
| 1584 | 2025-03-01T04:13:08.463Z | Compiling derive-where v1.2.7 |
| 1585 | 2025-03-01T04:13:08.530Z | Compiling bstr v1.10.0 |
| 1586 | 2025-03-01T04:13:09.053Z | Compiling float-cmp v0.10.0 |
| 1587 | 2025-03-01T04:13:09.313Z | Compiling bit-vec v0.6.3 |
| 1588 | 2025-03-01T04:13:09.537Z | Compiling fixedbitset v0.4.2 |
| 1589 | 2025-03-01T04:13:09.588Z | Compiling whoami v1.5.2 |
| 1590 | 2025-03-01T04:13:09.799Z | Compiling number_prefix v0.4.0 |
| 1591 | 2025-03-01T04:13:10.003Z | Compiling precomputed-hash v0.1.1 |
| 1592 | 2025-03-01T04:13:10.028Z | Compiling unicode-segmentation v1.12.0 |
| 1593 | 2025-03-01T04:13:10.059Z | Compiling normalize-line-endings v0.3.0 |
| 1594 | 2025-03-01T04:13:10.147Z | Compiling difflib v0.4.0 |
| 1595 | 2025-03-01T04:13:10.168Z | Compiling static_assertions v1.1.0 |
| 1596 | 2025-03-01T04:13:10.198Z | Compiling new_debug_unreachable v1.0.6 |
| 1597 | 2025-03-01T04:13:10.264Z | Compiling predicates-core v1.0.8 |
| 1598 | 2025-03-01T04:13:10.288Z | Compiling string_cache v0.8.7 |
| 1599 | 2025-03-01T04:13:10.589Z | Compiling predicates v3.1.3 |
| 1600 | 2025-03-01T04:13:10.699Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1601 | 2025-03-01T04:13:10.879Z | Compiling similar v2.7.0 |
| 1602 | 2025-03-01T04:13:11.401Z | Compiling indicatif v0.17.11 |
| 1603 | 2025-03-01T04:13:11.539Z | Compiling tokio-postgres v0.7.13 |
| 1604 | 2025-03-01T04:13:12.093Z | Compiling petgraph v0.6.5 |
| 1605 | 2025-03-01T04:13:12.568Z | Compiling clap v4.5.31 |
| 1606 | 2025-03-01T04:13:12.699Z | Compiling bit-set v0.5.3 |
| 1607 | 2025-03-01T04:13:12.954Z | Compiling ecdsa v0.16.9 |
| 1608 | 2025-03-01T04:13:12.988Z | Compiling rsa v0.9.6 |
| 1609 | 2025-03-01T04:13:13.412Z | Compiling ed25519-dalek v2.1.1 |
| 1610 | 2025-03-01T04:13:13.770Z | Compiling toml v0.7.8 |
| 1611 | 2025-03-01T04:13:15.189Z | Compiling zip v0.6.6 |
| 1612 | 2025-03-01T04:13:15.626Z | Compiling crossterm v0.28.1 |
| 1613 | 2025-03-01T04:13:16.914Z | Compiling hex v0.4.3 |
| 1614 | 2025-03-01T04:13:17.067Z | Compiling x509-cert v0.2.5 |
| 1615 | 2025-03-01T04:13:17.107Z | Compiling itertools v0.10.5 |
| 1616 | 2025-03-01T04:13:17.126Z | Compiling peg-runtime v0.8.3 |
| 1617 | 2025-03-01T04:13:17.454Z | Compiling lalrpop-util v0.19.12 |
| 1618 | 2025-03-01T04:13:17.477Z | Compiling unicode-xid v0.2.6 |
| 1619 | 2025-03-01T04:13:17.680Z | Compiling strum_macros v0.26.4 |
| 1620 | 2025-03-01T04:13:17.701Z | Compiling xattr v1.3.1 |
| 1621 | 2025-03-01T04:13:17.819Z | Compiling filetime v0.2.25 |
| 1622 | 2025-03-01T04:13:18.127Z | Compiling tar v0.4.44 |
| 1623 | 2025-03-01T04:13:22.265Z | Compiling strum v0.26.3 |
| 1624 | 2025-03-01T04:13:25.393Z | Compiling aws-lc-sys v0.26.0 |
| 1625 | 2025-03-01T04:13:54.636Z | Compiling rustls-webpki v0.102.8 |
| 1626 | 2025-03-01T04:13:57.794Z | Compiling tokio-rustls v0.25.0 |
| 1627 | 2025-03-01T04:13:59.511Z | Compiling tokio-rustls v0.26.0 |
| 1628 | 2025-03-01T04:13:59.765Z | Compiling hyper-rustls v0.27.3 |
| 1629 | 2025-03-01T04:14:00.082Z | Compiling reqwest v0.12.12 |
| 1630 | 2025-03-01T04:14:01.459Z | Compiling qorb v0.2.1 |
| 1631 | 2025-03-01T04:14:04.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1632 | 2025-03-01T04:14:04.634Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1633 | 2025-03-01T04:14:09.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1634 | 2025-03-01T04:14:09.312Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1635 | 2025-03-01T04:14:09.386Z | Mar 01 04:14:08.691 INFO Starting download, target: DendriteOpenapi |
| 1636 | 2025-03-01T04:14:09.386Z | Mar 01 04:14:08.691 INFO Starting download, target: Clickhouse |
| 1637 | 2025-03-01T04:14:09.386Z | Mar 01 04:14:08.691 INFO Starting download, target: Cockroach |
| 1638 | 2025-03-01T04:14:09.386Z | Mar 01 04:14:08.691 INFO Starting download, target: Console |
| 1639 | 2025-03-01T04:14:09.386Z | Mar 01 04:14:08.691 INFO Starting download, target: DendriteStub |
| 1640 | 2025-03-01T04:14:09.386Z | Mar 01 04:14:08.691 INFO Starting download, target: MaghemiteMgd |
| 1641 | 2025-03-01T04:14:09.386Z | Mar 01 04:14:08.691 INFO Starting download, target: TransceiverControl |
| 1642 | 2025-03-01T04:14:09.387Z | Mar 01 04:14:08.692 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1643 | 2025-03-01T04:14:09.387Z | Mar 01 04:14:08.692 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1644 | 2025-03-01T04:14:09.387Z | Mar 01 04:14:08.692 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1645 | 2025-03-01T04:14:09.387Z | Mar 01 04:14:08.692 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1646 | 2025-03-01T04:14:09.387Z | Mar 01 04:14:08.692 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1647 | 2025-03-01T04:14:09.387Z | Mar 01 04:14:08.692 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1648 | 2025-03-01T04:14:09.387Z | Mar 01 04:14:08.692 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1649 | 2025-03-01T04:14:09.900Z | Mar 01 04:14:09.205 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1650 | 2025-03-01T04:14:10.074Z | Mar 01 04:14:09.233 INFO Download complete, target: DendriteOpenapi |
| 1651 | 2025-03-01T04:14:10.242Z | Mar 01 04:14:09.559 INFO Download complete, target: Console |
| 1652 | 2025-03-01T04:14:10.366Z | Mar 01 04:14:09.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1653 | 2025-03-01T04:14:10.743Z | Mar 01 04:14:10.063 INFO Download complete, target: TransceiverControl |
| 1654 | 2025-03-01T04:14:11.196Z | Mar 01 04:14:10.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1655 | 2025-03-01T04:14:11.653Z | Mar 01 04:14:10.774 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1656 | 2025-03-01T04:14:11.802Z | Mar 01 04:14:11.120 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1657 | 2025-03-01T04:14:13.063Z | Mar 01 04:14:12.426 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1658 | 2025-03-01T04:14:13.063Z | Mar 01 04:14:12.426 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1659 | 2025-03-01T04:14:13.855Z | Mar 01 04:14:13.221 INFO Download complete, target: DendriteStub |
| 1660 | 2025-03-01T04:14:14.330Z | Mar 01 04:14:13.692 INFO Download complete, target: MaghemiteMgd |
| 1661 | 2025-03-01T04:14:19.472Z | Mar 01 04:14:18.837 INFO Checking that binary works, target: Cockroach |
| 1662 | 2025-03-01T04:14:19.639Z | Mar 01 04:14:18.995 INFO Download complete, target: Cockroach |
| 1663 | 2025-03-01T04:14:22.153Z | Mar 01 04:14:21.518 INFO Checking that binary works, target: Clickhouse |
| 1664 | 2025-03-01T04:14:22.322Z | Mar 01 04:14:21.687 INFO Download complete, target: Clickhouse |
| 1665 | 2025-03-01T04:14:22.342Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1666 | 2025-03-01T04:14:22.345Z | |
| 1667 | 2025-03-01T04:14:22.345Z | real 7:36.058656087 |
| 1668 | 2025-03-01T04:14:22.345Z | user 15:38.749856166 |
| 1669 | 2025-03-01T04:14:22.345Z | sys 2:08.216249557 |
| 1670 | 2025-03-01T04:14:22.345Z | trap 0.561600154 |
| 1671 | 2025-03-01T04:14:22.345Z | tflt 1.014601593 |
| 1672 | 2025-03-01T04:14:22.345Z | dflt 1.333698477 |
| 1673 | 2025-03-01T04:14:22.345Z | kflt 0.028632621 |
| 1674 | 2025-03-01T04:14:22.345Z | lock 23:36.744419870 |
| 1675 | 2025-03-01T04:14:22.345Z | slp 1:01:25.407688662 |
| 1676 | 2025-03-01T04:14:22.345Z | lat 1:02.838560071 |
| 1677 | 2025-03-01T04:14:22.345Z | stop 2:28.285425775 |
| 1678 | 2025-03-01T04:14:22.345Z | + banner hack-check |
| 1679 | 2025-03-01T04:14:22.345Z | |
| 1680 | 2025-03-01T04:14:22.345Z | # # ## #### # # #### # # ###### #### # # |
| 1681 | 2025-03-01T04:14:22.345Z | # # # # # # # # # # # # # # # # # |
| 1682 | 2025-03-01T04:14:22.345Z | ###### # # # #### ##### # ###### ##### # #### |
| 1683 | 2025-03-01T04:14:22.346Z | # # ###### # # # # # # # # # # |
| 1684 | 2025-03-01T04:14:22.346Z | # # # # # # # # # # # # # # # # # |
| 1685 | 2025-03-01T04:14:22.346Z | # # # # #### # # #### # # ###### #### # # |
| 1686 | 2025-03-01T04:14:22.346Z | |
| 1687 | 2025-03-01T04:14:22.349Z | + export CARGO_INCREMENTAL=0 |
| 1688 | 2025-03-01T04:14:22.349Z | + CARGO_INCREMENTAL=0 |
| 1689 | 2025-03-01T04:14:22.349Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1690 | 2025-03-01T04:14:22.954Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1691 | 2025-03-01T04:14:25.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
| 1692 | 2025-03-01T04:14:25.884Z | Running `target/debug/xtask check-features --ci` |
| 1693 | 2025-03-01T04:14:25.907Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1694 | 2025-03-01T04:14:25.910Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1695 | 2025-03-01T04:14:26.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1696 | 2025-03-01T04:14:26.423Z | Running `target/debug/xtask download cargo-hack` |
| 1697 | 2025-03-01T04:14:27.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2025-03-01T04:14:27.660Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2025-03-01T04:14:31.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
| 1700 | 2025-03-01T04:14:31.432Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1701 | 2025-03-01T04:14:31.469Z | Mar 01 04:14:30.833 INFO Starting download, target: CargoHack |
| 1702 | 2025-03-01T04:14:31.472Z | Mar 01 04:14:30.834 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1703 | 2025-03-01T04:14:31.917Z | Mar 01 04:14:31.282 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1704 | 2025-03-01T04:14:31.993Z | Mar 01 04:14:31.358 INFO Download complete, target: CargoHack |
| 1705 | 2025-03-01T04:14:31.999Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1706 | 2025-03-01T04:14:32.014Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1707 | 2025-03-01T04:14:32.187Z | info: running `cargo check --bins` on api_identity (1/199) |
| 1708 | 2025-03-01T04:14:32.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1709 | 2025-03-01T04:14:32.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1710 | 2025-03-01T04:14:32.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1711 | 2025-03-01T04:14:32.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1712 | 2025-03-01T04:14:32.837Z | |
| 1713 | 2025-03-01T04:14:32.837Z | info: running `cargo check --bins` on bootstore (2/199) |
| 1714 | 2025-03-01T04:14:33.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1715 | 2025-03-01T04:14:33.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1716 | 2025-03-01T04:14:33.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1717 | 2025-03-01T04:14:33.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1718 | 2025-03-01T04:14:33.511Z | |
| 1719 | 2025-03-01T04:14:33.511Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
| 1720 | 2025-03-01T04:14:34.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1721 | 2025-03-01T04:14:34.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1722 | 2025-03-01T04:14:34.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1723 | 2025-03-01T04:14:34.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1724 | 2025-03-01T04:14:34.170Z | |
| 1725 | 2025-03-01T04:14:34.170Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
| 1726 | 2025-03-01T04:14:34.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1727 | 2025-03-01T04:14:34.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1728 | 2025-03-01T04:14:34.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1729 | 2025-03-01T04:14:34.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1730 | 2025-03-01T04:14:34.826Z | |
| 1731 | 2025-03-01T04:14:34.826Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
| 1732 | 2025-03-01T04:14:35.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1733 | 2025-03-01T04:14:35.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1734 | 2025-03-01T04:14:35.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1735 | 2025-03-01T04:14:35.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1736 | 2025-03-01T04:14:35.289Z | |
| 1737 | 2025-03-01T04:14:35.289Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
| 1738 | 2025-03-01T04:14:35.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1739 | 2025-03-01T04:14:35.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1740 | 2025-03-01T04:14:35.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1741 | 2025-03-01T04:14:35.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1742 | 2025-03-01T04:14:35.752Z | |
| 1743 | 2025-03-01T04:14:35.752Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
| 1744 | 2025-03-01T04:14:36.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1745 | 2025-03-01T04:14:36.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1746 | 2025-03-01T04:14:36.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1747 | 2025-03-01T04:14:36.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1748 | 2025-03-01T04:14:36.233Z | |
| 1749 | 2025-03-01T04:14:36.233Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
| 1750 | 2025-03-01T04:14:36.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1751 | 2025-03-01T04:14:36.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1752 | 2025-03-01T04:14:36.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1753 | 2025-03-01T04:14:36.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1754 | 2025-03-01T04:14:36.692Z | |
| 1755 | 2025-03-01T04:14:36.692Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
| 1756 | 2025-03-01T04:14:37.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1757 | 2025-03-01T04:14:37.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1758 | 2025-03-01T04:14:37.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1759 | 2025-03-01T04:14:37.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1760 | 2025-03-01T04:14:37.162Z | |
| 1761 | 2025-03-01T04:14:37.162Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
| 1762 | 2025-03-01T04:14:37.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1763 | 2025-03-01T04:14:37.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1764 | 2025-03-01T04:14:37.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1765 | 2025-03-01T04:14:37.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1766 | 2025-03-01T04:14:37.637Z | |
| 1767 | 2025-03-01T04:14:37.637Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
| 1768 | 2025-03-01T04:14:38.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1769 | 2025-03-01T04:14:38.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1770 | 2025-03-01T04:14:38.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1771 | 2025-03-01T04:14:38.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1772 | 2025-03-01T04:14:38.109Z | |
| 1773 | 2025-03-01T04:14:38.109Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
| 1774 | 2025-03-01T04:14:38.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1775 | 2025-03-01T04:14:38.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1776 | 2025-03-01T04:14:38.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1777 | 2025-03-01T04:14:38.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1778 | 2025-03-01T04:14:38.572Z | |
| 1779 | 2025-03-01T04:14:38.572Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
| 1780 | 2025-03-01T04:14:38.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1781 | 2025-03-01T04:14:38.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1782 | 2025-03-01T04:14:38.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1783 | 2025-03-01T04:14:38.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1784 | 2025-03-01T04:14:39.038Z | |
| 1785 | 2025-03-01T04:14:39.038Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
| 1786 | 2025-03-01T04:14:39.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1787 | 2025-03-01T04:14:39.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1788 | 2025-03-01T04:14:39.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1789 | 2025-03-01T04:14:39.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1790 | 2025-03-01T04:14:39.511Z | |
| 1791 | 2025-03-01T04:14:39.511Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
| 1792 | 2025-03-01T04:14:39.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1793 | 2025-03-01T04:14:39.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1794 | 2025-03-01T04:14:39.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1795 | 2025-03-01T04:14:39.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1796 | 2025-03-01T04:14:39.982Z | |
| 1797 | 2025-03-01T04:14:39.982Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
| 1798 | 2025-03-01T04:14:40.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1799 | 2025-03-01T04:14:40.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1800 | 2025-03-01T04:14:40.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1801 | 2025-03-01T04:14:40.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1802 | 2025-03-01T04:14:40.457Z | |
| 1803 | 2025-03-01T04:14:40.457Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
| 1804 | 2025-03-01T04:14:40.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1805 | 2025-03-01T04:14:40.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1806 | 2025-03-01T04:14:40.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1807 | 2025-03-01T04:14:40.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1808 | 2025-03-01T04:14:40.935Z | |
| 1809 | 2025-03-01T04:14:40.935Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
| 1810 | 2025-03-01T04:14:41.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2025-03-01T04:14:41.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2025-03-01T04:14:41.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2025-03-01T04:14:41.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1814 | 2025-03-01T04:14:41.407Z | |
| 1815 | 2025-03-01T04:14:41.407Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
| 1816 | 2025-03-01T04:14:41.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2025-03-01T04:14:41.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2025-03-01T04:14:41.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2025-03-01T04:14:41.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1820 | 2025-03-01T04:14:41.878Z | |
| 1821 | 2025-03-01T04:14:41.878Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
| 1822 | 2025-03-01T04:14:42.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2025-03-01T04:14:42.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2025-03-01T04:14:42.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2025-03-01T04:14:42.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1826 | 2025-03-01T04:14:42.352Z | |
| 1827 | 2025-03-01T04:14:42.352Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
| 1828 | 2025-03-01T04:14:42.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2025-03-01T04:14:42.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2025-03-01T04:14:42.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2025-03-01T04:14:42.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1832 | 2025-03-01T04:14:42.829Z | |
| 1833 | 2025-03-01T04:14:42.829Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
| 1834 | 2025-03-01T04:14:43.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2025-03-01T04:14:43.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2025-03-01T04:14:43.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2025-03-01T04:14:43.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1838 | 2025-03-01T04:14:43.304Z | |
| 1839 | 2025-03-01T04:14:43.304Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
| 1840 | 2025-03-01T04:14:43.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2025-03-01T04:14:43.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2025-03-01T04:14:43.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2025-03-01T04:14:43.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1844 | 2025-03-01T04:14:43.779Z | |
| 1845 | 2025-03-01T04:14:43.779Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
| 1846 | 2025-03-01T04:14:44.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2025-03-01T04:14:44.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2025-03-01T04:14:44.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2025-03-01T04:14:44.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1850 | 2025-03-01T04:14:44.253Z | |
| 1851 | 2025-03-01T04:14:44.253Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
| 1852 | 2025-03-01T04:14:44.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2025-03-01T04:14:44.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2025-03-01T04:14:44.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2025-03-01T04:14:44.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1856 | 2025-03-01T04:14:44.728Z | |
| 1857 | 2025-03-01T04:14:44.728Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
| 1858 | 2025-03-01T04:14:45.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2025-03-01T04:14:45.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2025-03-01T04:14:45.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2025-03-01T04:14:45.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1862 | 2025-03-01T04:14:45.201Z | |
| 1863 | 2025-03-01T04:14:45.201Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
| 1864 | 2025-03-01T04:14:45.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2025-03-01T04:14:45.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2025-03-01T04:14:45.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2025-03-01T04:14:45.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1868 | 2025-03-01T04:14:45.670Z | |
| 1869 | 2025-03-01T04:14:45.670Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
| 1870 | 2025-03-01T04:14:46.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2025-03-01T04:14:46.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2025-03-01T04:14:46.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2025-03-01T04:14:46.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1874 | 2025-03-01T04:14:46.145Z | |
| 1875 | 2025-03-01T04:14:46.145Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
| 1876 | 2025-03-01T04:14:46.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2025-03-01T04:14:46.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2025-03-01T04:14:46.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2025-03-01T04:14:46.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1880 | 2025-03-01T04:14:46.610Z | |
| 1881 | 2025-03-01T04:14:46.610Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
| 1882 | 2025-03-01T04:14:47.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2025-03-01T04:14:47.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2025-03-01T04:14:47.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2025-03-01T04:14:47.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1886 | 2025-03-01T04:14:47.084Z | |
| 1887 | 2025-03-01T04:14:47.084Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
| 1888 | 2025-03-01T04:14:47.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2025-03-01T04:14:47.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2025-03-01T04:14:47.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2025-03-01T04:14:47.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1892 | 2025-03-01T04:14:47.557Z | |
| 1893 | 2025-03-01T04:14:47.557Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
| 1894 | 2025-03-01T04:14:47.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2025-03-01T04:14:47.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2025-03-01T04:14:47.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2025-03-01T04:14:47.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1898 | 2025-03-01T04:14:48.029Z | |
| 1899 | 2025-03-01T04:14:48.029Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
| 1900 | 2025-03-01T04:14:48.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2025-03-01T04:14:48.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2025-03-01T04:14:48.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2025-03-01T04:14:48.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1904 | 2025-03-01T04:14:48.504Z | |
| 1905 | 2025-03-01T04:14:48.504Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
| 1906 | 2025-03-01T04:14:48.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2025-03-01T04:14:48.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2025-03-01T04:14:48.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2025-03-01T04:14:48.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1910 | 2025-03-01T04:14:48.976Z | |
| 1911 | 2025-03-01T04:14:48.976Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
| 1912 | 2025-03-01T04:14:49.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2025-03-01T04:14:49.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2025-03-01T04:14:49.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2025-03-01T04:14:49.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1916 | 2025-03-01T04:14:49.447Z | |
| 1917 | 2025-03-01T04:14:49.447Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
| 1918 | 2025-03-01T04:14:49.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2025-03-01T04:14:49.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2025-03-01T04:14:49.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2025-03-01T04:14:49.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1922 | 2025-03-01T04:14:49.925Z | |
| 1923 | 2025-03-01T04:14:49.925Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
| 1924 | 2025-03-01T04:14:50.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2025-03-01T04:14:50.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2025-03-01T04:14:50.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2025-03-01T04:14:50.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1928 | 2025-03-01T04:14:50.401Z | |
| 1929 | 2025-03-01T04:14:50.401Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
| 1930 | 2025-03-01T04:14:50.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2025-03-01T04:14:50.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2025-03-01T04:14:50.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2025-03-01T04:14:50.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1934 | 2025-03-01T04:14:50.882Z | |
| 1935 | 2025-03-01T04:14:50.882Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
| 1936 | 2025-03-01T04:14:51.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2025-03-01T04:14:51.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2025-03-01T04:14:51.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2025-03-01T04:14:51.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1940 | 2025-03-01T04:14:51.362Z | |
| 1941 | 2025-03-01T04:14:51.362Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
| 1942 | 2025-03-01T04:14:51.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2025-03-01T04:14:51.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2025-03-01T04:14:51.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2025-03-01T04:14:51.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1946 | 2025-03-01T04:14:51.842Z | |
| 1947 | 2025-03-01T04:14:51.842Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
| 1948 | 2025-03-01T04:14:52.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2025-03-01T04:14:52.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2025-03-01T04:14:52.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2025-03-01T04:14:52.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1952 | 2025-03-01T04:14:52.319Z | |
| 1953 | 2025-03-01T04:14:52.319Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
| 1954 | 2025-03-01T04:14:52.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2025-03-01T04:14:52.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2025-03-01T04:14:52.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2025-03-01T04:14:52.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1958 | 2025-03-01T04:14:52.799Z | |
| 1959 | 2025-03-01T04:14:52.799Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
| 1960 | 2025-03-01T04:14:53.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2025-03-01T04:14:53.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2025-03-01T04:14:53.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2025-03-01T04:14:53.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1964 | 2025-03-01T04:14:53.270Z | |
| 1965 | 2025-03-01T04:14:53.270Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
| 1966 | 2025-03-01T04:14:53.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2025-03-01T04:14:53.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2025-03-01T04:14:53.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2025-03-01T04:14:53.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1970 | 2025-03-01T04:14:53.752Z | |
| 1971 | 2025-03-01T04:14:53.753Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
| 1972 | 2025-03-01T04:14:54.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2025-03-01T04:14:54.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2025-03-01T04:14:54.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2025-03-01T04:14:54.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1976 | 2025-03-01T04:14:54.443Z | |
| 1977 | 2025-03-01T04:14:54.444Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
| 1978 | 2025-03-01T04:14:55.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2025-03-01T04:14:55.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2025-03-01T04:14:55.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2025-03-01T04:14:55.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1982 | 2025-03-01T04:14:55.131Z | |
| 1983 | 2025-03-01T04:14:55.131Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
| 1984 | 2025-03-01T04:14:55.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2025-03-01T04:14:55.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2025-03-01T04:14:55.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2025-03-01T04:14:55.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1988 | 2025-03-01T04:14:55.822Z | |
| 1989 | 2025-03-01T04:14:55.822Z | info: running `cargo check --bins` on oxlog (48/199) |
| 1990 | 2025-03-01T04:14:56.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2025-03-01T04:14:56.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2025-03-01T04:14:56.476Z | Checking cfg-if v1.0.0 |
| 1993 | 2025-03-01T04:14:56.479Z | Checking libc v0.2.170 |
| 1994 | 2025-03-01T04:14:56.593Z | Checking serde v1.0.218 |
| 1995 | 2025-03-01T04:14:56.596Z | Checking zeroize v1.8.1 |
| 1996 | 2025-03-01T04:14:56.613Z | Checking memchr v2.7.4 |
| 1997 | 2025-03-01T04:14:56.627Z | Checking typenum v1.17.0 |
| 1998 | 2025-03-01T04:14:56.640Z | Checking subtle v2.6.1 |
| 1999 | 2025-03-01T04:14:56.652Z | Checking value-bag v1.9.0 |
| 2000 | 2025-03-01T04:14:56.668Z | Checking smallvec v1.14.0 |
| 2001 | 2025-03-01T04:14:56.819Z | Checking scopeguard v1.2.0 |
| 2002 | 2025-03-01T04:14:56.898Z | Checking itoa v1.0.11 |
| 2003 | 2025-03-01T04:14:56.978Z | Checking lock_api v0.4.12 |
| 2004 | 2025-03-01T04:14:56.997Z | Checking const-oid v0.9.6 |
| 2005 | 2025-03-01T04:14:57.051Z | Checking log v0.4.22 |
| 2006 | 2025-03-01T04:14:57.214Z | Checking byteorder v1.5.0 |
| 2007 | 2025-03-01T04:14:57.354Z | Checking pin-project-lite v0.2.14 |
| 2008 | 2025-03-01T04:14:57.403Z | Checking futures-core v0.3.31 |
| 2009 | 2025-03-01T04:14:57.487Z | Checking once_cell v1.20.3 |
| 2010 | 2025-03-01T04:14:57.540Z | Checking cpufeatures v0.2.14 |
| 2011 | 2025-03-01T04:14:57.577Z | Checking futures-sink v0.3.31 |
| 2012 | 2025-03-01T04:14:57.583Z | Checking stable_deref_trait v1.2.0 |
| 2013 | 2025-03-01T04:14:57.623Z | Checking getrandom v0.2.15 |
| 2014 | 2025-03-01T04:14:57.648Z | Checking parking_lot_core v0.9.10 |
| 2015 | 2025-03-01T04:14:57.669Z | Checking generic-array v0.14.7 |
| 2016 | 2025-03-01T04:14:57.710Z | Checking signal-hook-registry v1.4.2 |
| 2017 | 2025-03-01T04:14:57.734Z | Checking mio v1.0.2 |
| 2018 | 2025-03-01T04:14:57.775Z | Checking socket2 v0.5.8 |
| 2019 | 2025-03-01T04:14:57.851Z | Checking rand_core v0.6.4 |
| 2020 | 2025-03-01T04:14:57.975Z | Checking zerocopy v0.7.35 |
| 2021 | 2025-03-01T04:14:57.996Z | Checking parking_lot v0.12.3 |
| 2022 | 2025-03-01T04:14:58.158Z | Checking slab v0.4.9 |
| 2023 | 2025-03-01T04:14:58.227Z | Checking zerofrom v0.1.4 |
| 2024 | 2025-03-01T04:14:58.299Z | Checking futures-channel v0.3.31 |
| 2025 | 2025-03-01T04:14:58.334Z | Checking futures-task v0.3.31 |
| 2026 | 2025-03-01T04:14:58.413Z | Checking futures-io v0.3.31 |
| 2027 | 2025-03-01T04:14:58.429Z | Checking yoke v0.7.4 |
| 2028 | 2025-03-01T04:14:58.550Z | Checking pin-utils v0.1.0 |
| 2029 | 2025-03-01T04:14:58.612Z | Checking equivalent v1.0.1 |
| 2030 | 2025-03-01T04:14:58.636Z | Checking foldhash v0.1.3 |
| 2031 | 2025-03-01T04:14:58.651Z | Checking futures-util v0.3.31 |
| 2032 | 2025-03-01T04:14:58.741Z | Checking allocator-api2 v0.2.18 |
| 2033 | 2025-03-01T04:14:58.761Z | Checking crypto-common v0.1.6 |
| 2034 | 2025-03-01T04:14:58.764Z | Checking block-buffer v0.10.4 |
| 2035 | 2025-03-01T04:14:58.835Z | Checking zerovec v0.10.4 |
| 2036 | 2025-03-01T04:14:58.883Z | Checking block-padding v0.3.3 |
| 2037 | 2025-03-01T04:14:58.962Z | Checking ryu v1.0.18 |
| 2038 | 2025-03-01T04:14:58.977Z | Checking digest v0.10.7 |
| 2039 | 2025-03-01T04:14:59.104Z | Checking inout v0.1.3 |
| 2040 | 2025-03-01T04:14:59.199Z | Checking ppv-lite86 v0.2.20 |
| 2041 | 2025-03-01T04:14:59.218Z | Checking fnv v1.0.7 |
| 2042 | 2025-03-01T04:14:59.321Z | Checking hmac v0.12.1 |
| 2043 | 2025-03-01T04:14:59.341Z | Checking hashbrown v0.15.1 |
| 2044 | 2025-03-01T04:14:59.344Z | Checking litemap v0.7.3 |
| 2045 | 2025-03-01T04:14:59.373Z | Checking writeable v0.5.5 |
| 2046 | 2025-03-01T04:14:59.528Z | Checking cipher v0.4.4 |
| 2047 | 2025-03-01T04:14:59.678Z | Checking sha2 v0.10.8 |
| 2048 | 2025-03-01T04:14:59.699Z | Checking libm v0.2.8 |
| 2049 | 2025-03-01T04:14:59.884Z | Checking base64ct v1.6.0 |
| 2050 | 2025-03-01T04:14:59.930Z | Checking getrandom v0.3.1 |
| 2051 | 2025-03-01T04:15:00.183Z | Checking icu_locid_transform_data v1.5.0 |
| 2052 | 2025-03-01T04:15:00.236Z | Checking flagset v0.4.6 |
| 2053 | 2025-03-01T04:15:00.295Z | Checking tracing-core v0.1.32 |
| 2054 | 2025-03-01T04:15:00.342Z | Checking pem-rfc7468 v0.7.0 |
| 2055 | 2025-03-01T04:15:00.345Z | Checking tinystr v0.7.6 |
| 2056 | 2025-03-01T04:15:00.373Z | Checking icu_collections v1.5.0 |
| 2057 | 2025-03-01T04:15:00.443Z | Checking thiserror v1.0.69 |
| 2058 | 2025-03-01T04:15:00.580Z | Checking rustls-pki-types v1.10.0 |
| 2059 | 2025-03-01T04:15:00.597Z | Checking num-traits v0.2.19 |
| 2060 | 2025-03-01T04:15:00.611Z | Checking der v0.7.9 |
| 2061 | 2025-03-01T04:15:00.676Z | Checking icu_locid v1.5.0 |
| 2062 | 2025-03-01T04:15:00.922Z | Checking icu_properties_data v1.5.0 |
| 2063 | 2025-03-01T04:15:01.023Z | Checking bytes v1.10.0 |
| 2064 | 2025-03-01T04:15:01.050Z | Checking indexmap v2.7.1 |
| 2065 | 2025-03-01T04:15:01.128Z | Checking serde_json v1.0.139 |
| 2066 | 2025-03-01T04:15:01.159Z | Checking bitflags v2.6.0 |
| 2067 | 2025-03-01T04:15:01.476Z | Checking percent-encoding v2.3.1 |
| 2068 | 2025-03-01T04:15:01.701Z | Checking icu_provider v1.5.0 |
| 2069 | 2025-03-01T04:15:01.704Z | Checking tracing v0.1.40 |
| 2070 | 2025-03-01T04:15:02.026Z | Checking tokio v1.43.0 |
| 2071 | 2025-03-01T04:15:02.050Z | Checking http v1.2.0 |
| 2072 | 2025-03-01T04:15:02.068Z | Checking salsa20 v0.10.2 |
| 2073 | 2025-03-01T04:15:02.203Z | Checking pbkdf2 v0.12.2 |
| 2074 | 2025-03-01T04:15:02.285Z | Checking spki v0.7.3 |
| 2075 | 2025-03-01T04:15:02.297Z | Checking aws-lc-sys v0.26.0 |
| 2076 | 2025-03-01T04:15:02.329Z | Checking icu_locid_transform v1.5.0 |
| 2077 | 2025-03-01T04:15:02.367Z | Checking httparse v1.9.5 |
| 2078 | 2025-03-01T04:15:02.577Z | Checking utf16_iter v1.0.5 |
| 2079 | 2025-03-01T04:15:02.768Z | Checking untrusted v0.9.0 |
| 2080 | 2025-03-01T04:15:02.783Z | Checking icu_normalizer_data v1.5.0 |
| 2081 | 2025-03-01T04:15:02.800Z | Checking utf8_iter v1.0.4 |
| 2082 | 2025-03-01T04:15:02.892Z | Checking untrusted v0.7.1 |
| 2083 | 2025-03-01T04:15:02.932Z | Checking write16 v1.0.0 |
| 2084 | 2025-03-01T04:15:02.996Z | Checking powerfmt v0.2.0 |
| 2085 | 2025-03-01T04:15:03.062Z | Checking ring v0.17.11 |
| 2086 | 2025-03-01T04:15:03.079Z | Checking scrypt v0.11.0 |
| 2087 | 2025-03-01T04:15:03.207Z | Checking cbc v0.1.2 |
| 2088 | 2025-03-01T04:15:03.247Z | Checking deranged v0.3.11 |
| 2089 | 2025-03-01T04:15:03.298Z | Checking aes v0.8.4 |
| 2090 | 2025-03-01T04:15:03.314Z | Checking crossbeam-utils v0.8.20 |
| 2091 | 2025-03-01T04:15:03.330Z | Checking icu_properties v1.5.1 |
| 2092 | 2025-03-01T04:15:03.388Z | Checking spin v0.9.8 |
| 2093 | 2025-03-01T04:15:03.750Z | Checking num-conv v0.1.0 |
| 2094 | 2025-03-01T04:15:03.996Z | Checking tinyvec_macros v0.1.1 |
| 2095 | 2025-03-01T04:15:04.012Z | Checking atomic-waker v1.1.2 |
| 2096 | 2025-03-01T04:15:04.098Z | Checking time-core v0.1.2 |
| 2097 | 2025-03-01T04:15:04.154Z | Checking num_threads v0.1.7 |
| 2098 | 2025-03-01T04:15:04.171Z | Checking pkcs5 v0.7.1 |
| 2099 | 2025-03-01T04:15:04.258Z | Checking tinyvec v1.8.0 |
| 2100 | 2025-03-01T04:15:04.283Z | Checking http-body v1.0.1 |
| 2101 | 2025-03-01T04:15:04.431Z | Checking aws-lc-rs v1.12.4 |
| 2102 | 2025-03-01T04:15:04.501Z | Checking form_urlencoded v1.2.1 |
| 2103 | 2025-03-01T04:15:04.517Z | Checking time v0.3.36 |
| 2104 | 2025-03-01T04:15:04.683Z | Checking rand_chacha v0.3.1 |
| 2105 | 2025-03-01T04:15:04.718Z | Checking try-lock v0.2.5 |
| 2106 | 2025-03-01T04:15:04.875Z | Checking want v0.3.1 |
| 2107 | 2025-03-01T04:15:05.070Z | Checking rand v0.8.5 |
| 2108 | 2025-03-01T04:15:05.073Z | Checking pkcs8 v0.10.2 |
| 2109 | 2025-03-01T04:15:05.267Z | Checking uuid v1.15.1 |
| 2110 | 2025-03-01T04:15:05.372Z | Checking tower-service v0.3.3 |
| 2111 | 2025-03-01T04:15:05.510Z | Checking unicode-ident v1.0.14 |
| 2112 | 2025-03-01T04:15:05.554Z | Checking httpdate v1.0.3 |
| 2113 | 2025-03-01T04:15:05.694Z | Checking proc-macro2 v1.0.93 |
| 2114 | 2025-03-01T04:15:05.821Z | Checking serde_spanned v0.6.8 |
| 2115 | 2025-03-01T04:15:05.870Z | Checking toml_datetime v0.6.8 |
| 2116 | 2025-03-01T04:15:06.030Z | Checking zerocopy v0.8.10 |
| 2117 | 2025-03-01T04:15:06.129Z | Checking rustls-webpki v0.102.8 |
| 2118 | 2025-03-01T04:15:06.156Z | Checking slog v2.7.0 |
| 2119 | 2025-03-01T04:15:06.336Z | Checking scroll v0.12.0 |
| 2120 | 2025-03-01T04:15:06.356Z | Checking iana-time-zone v0.1.61 |
| 2121 | 2025-03-01T04:15:06.526Z | Checking adler2 v2.0.0 |
| 2122 | 2025-03-01T04:15:06.609Z | Checking match_cfg v0.1.0 |
| 2123 | 2025-03-01T04:15:06.648Z | Checking icu_normalizer v1.5.0 |
| 2124 | 2025-03-01T04:15:06.707Z | Checking base64 v0.22.1 |
| 2125 | 2025-03-01T04:15:06.710Z | Checking foreign-types-shared v0.1.1 |
| 2126 | 2025-03-01T04:15:06.790Z | Checking plain v0.2.3 |
| 2127 | 2025-03-01T04:15:06.837Z | Checking ucd-trie v0.1.7 |
| 2128 | 2025-03-01T04:15:06.863Z | Checking foreign-types v0.3.2 |
| 2129 | 2025-03-01T04:15:06.886Z | Checking hostname v0.3.1 |
| 2130 | 2025-03-01T04:15:06.950Z | Checking goblin v0.8.2 |
| 2131 | 2025-03-01T04:15:06.971Z | Checking miniz_oxide v0.8.5 |
| 2132 | 2025-03-01T04:15:07.022Z | Checking chrono v0.4.40 |
| 2133 | 2025-03-01T04:15:07.043Z | Checking pest v2.7.14 |
| 2134 | 2025-03-01T04:15:07.163Z | Checking quote v1.0.38 |
| 2135 | 2025-03-01T04:15:07.422Z | Checking idna_adapter v1.2.0 |
| 2136 | 2025-03-01T04:15:07.504Z | Checking openssl-sys v0.9.106 |
| 2137 | 2025-03-01T04:15:07.605Z | Checking idna v1.0.3 |
| 2138 | 2025-03-01T04:15:07.733Z | Checking dirs-sys-next v0.1.2 |
| 2139 | 2025-03-01T04:15:07.908Z | Checking errno v0.3.9 |
| 2140 | 2025-03-01T04:15:08.069Z | Checking url v2.5.3 |
| 2141 | 2025-03-01T04:15:08.093Z | Checking aho-corasick v1.1.3 |
| 2142 | 2025-03-01T04:15:08.583Z | Checking tokio-util v0.7.13 |
| 2143 | 2025-03-01T04:15:08.610Z | Checking regex-syntax v0.8.5 |
| 2144 | 2025-03-01T04:15:08.769Z | Checking rand_core v0.9.2 |
| 2145 | 2025-03-01T04:15:08.901Z | Compiling newtype-uuid v1.2.1 |
| 2146 | 2025-03-01T04:15:08.960Z | Checking pretty-hex v0.4.1 |
| 2147 | 2025-03-01T04:15:09.124Z | Checking data-encoding v2.6.0 |
| 2148 | 2025-03-01T04:15:09.161Z | Checking siphasher v0.3.11 |
| 2149 | 2025-03-01T04:15:09.236Z | Checking rand_chacha v0.9.0 |
| 2150 | 2025-03-01T04:15:09.394Z | Checking h2 v0.4.6 |
| 2151 | 2025-03-01T04:15:09.453Z | Checking openssl v0.10.71 |
| 2152 | 2025-03-01T04:15:09.571Z | Checking rustix v0.38.37 |
| 2153 | 2025-03-01T04:15:09.604Z | Checking dirs-next v2.0.0 |
| 2154 | 2025-03-01T04:15:09.619Z | Checking dtrace-parser v0.2.0 |
| 2155 | 2025-03-01T04:15:09.674Z | Checking syn v2.0.98 |
| 2156 | 2025-03-01T04:15:09.735Z | Checking unicode-normalization v0.1.24 |
| 2157 | 2025-03-01T04:15:10.085Z | Checking http-body-util v0.1.2 |
| 2158 | 2025-03-01T04:15:10.508Z | Checking crossbeam-epoch v0.9.18 |
| 2159 | 2025-03-01T04:15:10.651Z | Checking signature v2.2.0 |
| 2160 | 2025-03-01T04:15:10.886Z | Checking sha1 v0.10.6 |
| 2161 | 2025-03-01T04:15:10.967Z | Checking thread_local v1.1.8 |
| 2162 | 2025-03-01T04:15:11.172Z | Checking thread-id v4.2.2 |
| 2163 | 2025-03-01T04:15:11.234Z | Checking encoding_rs v0.8.34 |
| 2164 | 2025-03-01T04:15:11.300Z | Checking gimli v0.31.1 |
| 2165 | 2025-03-01T04:15:11.609Z | Checking dof v0.3.0 |
| 2166 | 2025-03-01T04:15:11.896Z | Checking regex-automata v0.4.8 |
| 2167 | 2025-03-01T04:15:12.198Z | Checking winnow v0.7.3 |
| 2168 | 2025-03-01T04:15:12.695Z | Checking either v1.14.0 |
| 2169 | 2025-03-01T04:15:13.086Z | Checking ipnet v2.11.0 |
| 2170 | 2025-03-01T04:15:13.544Z | Checking unicode-properties v0.1.3 |
| 2171 | 2025-03-01T04:15:13.564Z | Checking mime v0.3.17 |
| 2172 | 2025-03-01T04:15:13.885Z | Checking anstyle v1.0.10 |
| 2173 | 2025-03-01T04:15:13.920Z | Checking utf8parse v0.2.2 |
| 2174 | 2025-03-01T04:15:14.083Z | Checking openssl-probe v0.1.5 |
| 2175 | 2025-03-01T04:15:14.234Z | Checking unicode-bidi v0.3.17 |
| 2176 | 2025-03-01T04:15:14.249Z | Checking anstyle-parse v0.2.5 |
| 2177 | 2025-03-01T04:15:14.514Z | Checking crossbeam-deque v0.8.5 |
| 2178 | 2025-03-01T04:15:14.595Z | Checking native-tls v0.2.12 |
| 2179 | 2025-03-01T04:15:14.819Z | Checking stringprep v0.1.5 |
| 2180 | 2025-03-01T04:15:14.837Z | Checking term v0.7.0 |
| 2181 | 2025-03-01T04:15:14.908Z | Checking rand v0.9.0 |
| 2182 | 2025-03-01T04:15:14.992Z | Checking toml_edit v0.22.24 |
| 2183 | 2025-03-01T04:15:15.012Z | Checking addr2line v0.24.2 |
| 2184 | 2025-03-01T04:15:15.086Z | Checking rustls v0.23.19 |
| 2185 | 2025-03-01T04:15:15.237Z | Checking rustls v0.22.4 |
| 2186 | 2025-03-01T04:15:15.377Z | Checking hyper v1.6.0 |
| 2187 | 2025-03-01T04:15:15.470Z | Checking usdt-impl v0.5.0 |
| 2188 | 2025-03-01T04:15:15.516Z | Checking slog-json v2.6.1 |
| 2189 | 2025-03-01T04:15:15.801Z | Checking serde_urlencoded v0.7.1 |
| 2190 | 2025-03-01T04:15:15.949Z | Checking crossbeam-channel v0.5.13 |
| 2191 | 2025-03-01T04:15:16.048Z | Checking futures-executor v0.3.31 |
| 2192 | 2025-03-01T04:15:16.210Z | Checking num-integer v0.1.46 |
| 2193 | 2025-03-01T04:15:16.300Z | Checking rustls-pemfile v2.2.0 |
| 2194 | 2025-03-01T04:15:16.321Z | Checking semver v1.0.25 |
| 2195 | 2025-03-01T04:15:16.516Z | Checking md-5 v0.10.6 |
| 2196 | 2025-03-01T04:15:16.681Z | Checking ff v0.13.0 |
| 2197 | 2025-03-01T04:15:16.698Z | Checking memmap v0.7.0 |
| 2198 | 2025-03-01T04:15:16.713Z | Checking is-terminal v0.4.13 |
| 2199 | 2025-03-01T04:15:16.757Z | Checking hash32 v0.2.1 |
| 2200 | 2025-03-01T04:15:16.847Z | Checking object v0.36.5 |
| 2201 | 2025-03-01T04:15:16.885Z | Checking dyn-clone v1.0.18 |
| 2202 | 2025-03-01T04:15:16.909Z | Checking rustc-demangle v0.1.24 |
| 2203 | 2025-03-01T04:15:17.044Z | Checking linked-hash-map v0.5.6 |
| 2204 | 2025-03-01T04:15:17.065Z | Checking psl-types v2.0.11 |
| 2205 | 2025-03-01T04:15:17.252Z | Checking colorchoice v1.0.2 |
| 2206 | 2025-03-01T04:15:17.321Z | Checking hyper-util v0.1.10 |
| 2207 | 2025-03-01T04:15:17.353Z | Checking is_terminal_polyfill v1.70.1 |
| 2208 | 2025-03-01T04:15:17.370Z | Checking take_mut v0.2.2 |
| 2209 | 2025-03-01T04:15:17.392Z | Checking base16ct v0.2.0 |
| 2210 | 2025-03-01T04:15:17.478Z | Checking anstyle-query v1.1.1 |
| 2211 | 2025-03-01T04:15:17.516Z | Checking utf-8 v0.7.6 |
| 2212 | 2025-03-01T04:15:17.606Z | Checking fallible-iterator v0.2.0 |
| 2213 | 2025-03-01T04:15:17.621Z | Checking quick-error v1.2.3 |
| 2214 | 2025-03-01T04:15:17.648Z | Checking toml v0.8.20 |
| 2215 | 2025-03-01T04:15:17.720Z | Checking tungstenite v0.24.0 |
| 2216 | 2025-03-01T04:15:17.776Z | Checking resolv-conf v0.7.0 |
| 2217 | 2025-03-01T04:15:18.132Z | Checking anstream v0.6.15 |
| 2218 | 2025-03-01T04:15:18.157Z | Checking postgres-protocol v0.6.8 |
| 2219 | 2025-03-01T04:15:18.332Z | Checking sec1 v0.7.3 |
| 2220 | 2025-03-01T04:15:18.474Z | Checking tokio-rustls v0.25.0 |
| 2221 | 2025-03-01T04:15:18.494Z | Checking slog-async v2.8.0 |
| 2222 | 2025-03-01T04:15:18.596Z | Checking lru-cache v0.1.2 |
| 2223 | 2025-03-01T04:15:18.705Z | Checking publicsuffix v2.3.0 |
| 2224 | 2025-03-01T04:15:18.777Z | Checking heapless v0.7.17 |
| 2225 | 2025-03-01T04:15:18.795Z | Checking schemars v0.8.22 |
| 2226 | 2025-03-01T04:15:18.795Z | Checking usdt v0.5.0 |
| 2227 | 2025-03-01T04:15:18.848Z | Checking group v0.13.0 |
| 2228 | 2025-03-01T04:15:18.968Z | Checking slog-term v2.9.1 |
| 2229 | 2025-03-01T04:15:19.064Z | Checking num-iter v0.1.45 |
| 2230 | 2025-03-01T04:15:19.099Z | Checking futures v0.3.31 |
| 2231 | 2025-03-01T04:15:19.218Z | Checking slog-bunyan v2.5.0 |
| 2232 | 2025-03-01T04:15:19.244Z | Checking tokio-native-tls v0.3.1 |
| 2233 | 2025-03-01T04:15:19.316Z | Checking rayon-core v1.12.1 |
| 2234 | 2025-03-01T04:15:19.394Z | Checking multer v3.1.0 |
| 2235 | 2025-03-01T04:15:19.442Z | Checking hickory-proto v0.24.4 |
| 2236 | 2025-03-01T04:15:19.503Z | Checking terminal_size v0.4.0 |
| 2237 | 2025-03-01T04:15:19.660Z | Checking phf_shared v0.11.2 |
| 2238 | 2025-03-01T04:15:19.778Z | Checking cookie v0.18.1 |
| 2239 | 2025-03-01T04:15:19.918Z | Checking async-stream v0.3.6 |
| 2240 | 2025-03-01T04:15:19.969Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2241 | 2025-03-01T04:15:19.985Z | Checking signal-hook v0.3.17 |
| 2242 | 2025-03-01T04:15:20.093Z | Checking camino v1.1.9 |
| 2243 | 2025-03-01T04:15:20.116Z | Checking waitgroup v0.1.2 |
| 2244 | 2025-03-01T04:15:20.178Z | Checking tokio-rustls v0.26.0 |
| 2245 | 2025-03-01T04:15:20.220Z | Checking lazy_static v1.5.0 |
| 2246 | 2025-03-01T04:15:20.260Z | Checking openapiv3 v2.0.0 |
| 2247 | 2025-03-01T04:15:20.278Z | Checking webpki-roots v0.26.6 |
| 2248 | 2025-03-01T04:15:20.311Z | Checking serde_path_to_error v0.1.16 |
| 2249 | 2025-03-01T04:15:20.348Z | Checking hkdf v0.12.4 |
| 2250 | 2025-03-01T04:15:20.496Z | Checking crypto-bigint v0.5.5 |
| 2251 | 2025-03-01T04:15:20.558Z | Checking hostname v0.4.0 |
| 2252 | 2025-03-01T04:15:20.573Z | Checking sync_wrapper v1.0.1 |
| 2253 | 2025-03-01T04:15:20.593Z | Checking crc32fast v1.4.2 |
| 2254 | 2025-03-01T04:15:20.698Z | Checking debug-ignore v1.0.5 |
| 2255 | 2025-03-01T04:15:20.731Z | Checking unicode-width v0.2.0 |
| 2256 | 2025-03-01T04:15:20.851Z | Checking winnow v0.5.40 |
| 2257 | 2025-03-01T04:15:20.869Z | Checking strsim v0.11.1 |
| 2258 | 2025-03-01T04:15:20.885Z | Checking clap_lex v0.7.4 |
| 2259 | 2025-03-01T04:15:21.140Z | Checking bitflags v1.3.2 |
| 2260 | 2025-03-01T04:15:21.156Z | Checking tower-layer v0.3.3 |
| 2261 | 2025-03-01T04:15:21.201Z | Checking managed v0.8.0 |
| 2262 | 2025-03-01T04:15:21.251Z | Checking console v0.15.10 |
| 2263 | 2025-03-01T04:15:21.411Z | Checking tower v0.5.2 |
| 2264 | 2025-03-01T04:15:21.568Z | Checking smoltcp v0.9.1 |
| 2265 | 2025-03-01T04:15:21.799Z | Checking clap_builder v4.5.31 |
| 2266 | 2025-03-01T04:15:22.139Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2267 | 2025-03-01T04:15:22.454Z | Checking flate2 v1.1.0 |
| 2268 | 2025-03-01T04:15:22.744Z | Checking backtrace v0.3.74 |
| 2269 | 2025-03-01T04:15:22.927Z | Checking hyper-rustls v0.27.3 |
| 2270 | 2025-03-01T04:15:23.081Z | Checking num-bigint-dig v0.8.4 |
| 2271 | 2025-03-01T04:15:23.231Z | Checking elliptic-curve v0.13.8 |
| 2272 | 2025-03-01T04:15:23.262Z | Checking signal-hook-mio v0.2.4 |
| 2273 | 2025-03-01T04:15:23.312Z | Checking anyhow v1.0.96 |
| 2274 | 2025-03-01T04:15:23.407Z | Checking cookie_store v0.21.1 |
| 2275 | 2025-03-01T04:15:23.424Z | Checking dropshot v0.12.0 |
| 2276 | 2025-03-01T04:15:23.619Z | Checking toml_edit v0.19.15 |
| 2277 | 2025-03-01T04:15:23.686Z | Checking bzip2 v0.4.4 |
| 2278 | 2025-03-01T04:15:23.846Z | Checking rayon v1.10.0 |
| 2279 | 2025-03-01T04:15:23.974Z | Checking phf v0.11.2 |
| 2280 | 2025-03-01T04:15:23.977Z | Checking hickory-resolver v0.24.4 |
| 2281 | 2025-03-01T04:15:24.060Z | Checking hyper-tls v0.6.0 |
| 2282 | 2025-03-01T04:15:24.248Z | Checking postgres-types v0.2.9 |
| 2283 | 2025-03-01T04:15:24.340Z | Checking tokio-tungstenite v0.24.0 |
| 2284 | 2025-03-01T04:15:24.590Z | Checking regex v1.11.1 |
| 2285 | 2025-03-01T04:15:24.822Z | Checking bstr v1.10.0 |
| 2286 | 2025-03-01T04:15:24.934Z | Checking ed25519 v2.2.3 |
| 2287 | 2025-03-01T04:15:24.996Z | Checking phf_shared v0.10.0 |
| 2288 | 2025-03-01T04:15:25.164Z | Checking tokio-stream v0.1.17 |
| 2289 | 2025-03-01T04:15:25.254Z | Checking curve25519-dalek v4.1.3 |
| 2290 | 2025-03-01T04:15:25.271Z | Checking zerocopy v0.6.6 |
| 2291 | 2025-03-01T04:15:25.538Z | Checking hubpack v0.1.2 |
| 2292 | 2025-03-01T04:15:25.690Z | Checking memoffset v0.9.1 |
| 2293 | 2025-03-01T04:15:25.806Z | Checking portable-atomic v1.9.0 |
| 2294 | 2025-03-01T04:15:25.846Z | Checking pkcs1 v0.7.5 |
| 2295 | 2025-03-01T04:15:25.901Z | Checking float-cmp v0.10.0 |
| 2296 | 2025-03-01T04:15:25.931Z | Checking serde-big-array v0.5.1 |
| 2297 | 2025-03-01T04:15:26.036Z | Checking rfc6979 v0.4.0 |
| 2298 | 2025-03-01T04:15:26.124Z | Checking normalize-line-endings v0.3.0 |
| 2299 | 2025-03-01T04:15:26.153Z | Checking static_assertions v1.1.0 |
| 2300 | 2025-03-01T04:15:26.220Z | Checking bit-vec v0.6.3 |
| 2301 | 2025-03-01T04:15:26.256Z | Checking number_prefix v0.4.0 |
| 2302 | 2025-03-01T04:15:26.269Z | Checking new_debug_unreachable v1.0.6 |
| 2303 | 2025-03-01T04:15:26.272Z | Checking difflib v0.4.0 |
| 2304 | 2025-03-01T04:15:26.365Z | Checking predicates-core v1.0.8 |
| 2305 | 2025-03-01T04:15:26.455Z | Checking precomputed-hash v0.1.1 |
| 2306 | 2025-03-01T04:15:26.534Z | Checking fixedbitset v0.4.2 |
| 2307 | 2025-03-01T04:15:26.566Z | Checking whoami v1.5.2 |
| 2308 | 2025-03-01T04:15:26.570Z | Checking unicode-segmentation v1.12.0 |
| 2309 | 2025-03-01T04:15:26.609Z | Checking minimal-lexical v0.2.1 |
| 2310 | 2025-03-01T04:15:26.775Z | Checking predicates v3.1.3 |
| 2311 | 2025-03-01T04:15:26.792Z | Checking qorb v0.2.1 |
| 2312 | 2025-03-01T04:15:26.810Z | Checking petgraph v0.6.5 |
| 2313 | 2025-03-01T04:15:26.851Z | Checking tokio-postgres v0.7.13 |
| 2314 | 2025-03-01T04:15:26.994Z | Checking nom v7.1.3 |
| 2315 | 2025-03-01T04:15:26.997Z | Checking ed25519-dalek v2.1.1 |
| 2316 | 2025-03-01T04:15:27.255Z | Checking similar v2.7.0 |
| 2317 | 2025-03-01T04:15:27.273Z | Checking indicatif v0.17.11 |
| 2318 | 2025-03-01T04:15:27.382Z | Checking string_cache v0.8.7 |
| 2319 | 2025-03-01T04:15:27.397Z | Checking bit-set v0.5.3 |
| 2320 | 2025-03-01T04:15:27.646Z | Checking rsa v0.9.6 |
| 2321 | 2025-03-01T04:15:27.668Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2322 | 2025-03-01T04:15:28.012Z | Checking ecdsa v0.16.9 |
| 2323 | 2025-03-01T04:15:28.087Z | Checking toml v0.7.8 |
| 2324 | 2025-03-01T04:15:28.630Z | Checking nix v0.29.0 |
| 2325 | 2025-03-01T04:15:28.722Z | Checking clap v4.5.31 |
| 2326 | 2025-03-01T04:15:28.769Z | Checking reqwest v0.12.12 |
| 2327 | 2025-03-01T04:15:28.835Z | Checking zip v0.6.6 |
| 2328 | 2025-03-01T04:15:29.204Z | Checking crossterm v0.28.1 |
| 2329 | 2025-03-01T04:15:29.508Z | Checking itertools v0.10.5 |
| 2330 | 2025-03-01T04:15:29.599Z | Checking itertools v0.12.1 |
| 2331 | 2025-03-01T04:15:29.682Z | Checking ahash v0.8.11 |
| 2332 | 2025-03-01T04:15:29.728Z | Checking fs-err v2.11.0 |
| 2333 | 2025-03-01T04:15:30.158Z | Checking x509-cert v0.2.5 |
| 2334 | 2025-03-01T04:15:30.190Z | Checking hex v0.4.3 |
| 2335 | 2025-03-01T04:15:30.271Z | Checking peg-runtime v0.8.3 |
| 2336 | 2025-03-01T04:15:30.508Z | Checking lalrpop-util v0.19.12 |
| 2337 | 2025-03-01T04:15:30.568Z | Checking sigpipe v0.1.3 |
| 2338 | 2025-03-01T04:15:32.030Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2339 | 2025-03-01T04:15:32.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.52s |
| 2340 | 2025-03-01T04:15:32.524Z | |
| 2341 | 2025-03-01T04:15:32.524Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
| 2342 | 2025-03-01T04:15:33.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2025-03-01T04:15:33.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2025-03-01T04:15:33.233Z | Compiling regress v0.10.3 |
| 2345 | 2025-03-01T04:15:33.348Z | Checking heck v0.5.0 |
| 2346 | 2025-03-01T04:15:33.370Z | Compiling unsafe-libyaml v0.2.11 |
| 2347 | 2025-03-01T04:15:33.385Z | Checking ipnetwork v0.21.1 |
| 2348 | 2025-03-01T04:15:33.396Z | Compiling ident_case v1.0.1 |
| 2349 | 2025-03-01T04:15:33.411Z | Checking progenitor-client v0.8.0 |
| 2350 | 2025-03-01T04:15:33.425Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2025-03-01T04:15:33.525Z | Checking newtype-uuid v1.2.1 |
| 2352 | 2025-03-01T04:15:33.568Z | Compiling darling_core v0.20.10 |
| 2353 | 2025-03-01T04:15:33.719Z | Checking oxnet v0.1.1 |
| 2354 | 2025-03-01T04:15:33.737Z | Compiling proc-macro-crate v1.3.1 |
| 2355 | 2025-03-01T04:15:33.801Z | Compiling structmeta-derive v0.3.0 |
| 2356 | 2025-03-01T04:15:33.827Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2357 | 2025-03-01T04:15:34.099Z | Compiling lzma-sys v0.1.20 |
| 2358 | 2025-03-01T04:15:34.156Z | Compiling daft-derive v0.1.1 |
| 2359 | 2025-03-01T04:15:34.614Z | Compiling serde_yaml v0.9.34+deprecated |
| 2360 | 2025-03-01T04:15:34.795Z | Compiling num_enum_derive v0.5.11 |
| 2361 | 2025-03-01T04:15:35.124Z | Compiling foreign-types-macros v0.2.3 |
| 2362 | 2025-03-01T04:15:35.672Z | Compiling thiserror-impl v2.0.11 |
| 2363 | 2025-03-01T04:15:36.335Z | Compiling dropshot v0.16.0 |
| 2364 | 2025-03-01T04:15:36.380Z | Compiling structmeta v0.3.0 |
| 2365 | 2025-03-01T04:15:36.655Z | Checking arc-swap v1.7.1 |
| 2366 | 2025-03-01T04:15:36.740Z | Checking foreign-types-shared v0.3.1 |
| 2367 | 2025-03-01T04:15:36.824Z | Checking typify-impl v0.2.0 |
| 2368 | 2025-03-01T04:15:36.867Z | Checking foreign-types v0.5.0 |
| 2369 | 2025-03-01T04:15:36.974Z | Checking num_enum v0.5.11 |
| 2370 | 2025-03-01T04:15:37.038Z | Checking slog-scope v4.4.0 |
| 2371 | 2025-03-01T04:15:37.143Z | Compiling parse-display-derive v0.10.0 |
| 2372 | 2025-03-01T04:15:37.323Z | Checking daft v0.1.1 |
| 2373 | 2025-03-01T04:15:37.939Z | Compiling proc-macro-error v1.0.4 |
| 2374 | 2025-03-01T04:15:38.053Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2375 | 2025-03-01T04:15:38.174Z | Checking tungstenite v0.21.0 |
| 2376 | 2025-03-01T04:15:38.192Z | Compiling heck v0.3.3 |
| 2377 | 2025-03-01T04:15:38.508Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2378 | 2025-03-01T04:15:38.567Z | Compiling dropshot_endpoint v0.16.0 |
| 2379 | 2025-03-01T04:15:38.780Z | Checking thiserror v2.0.11 |
| 2380 | 2025-03-01T04:15:38.939Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2381 | 2025-03-01T04:15:39.051Z | Checking cstr-argument v0.1.2 |
| 2382 | 2025-03-01T04:15:39.247Z | Checking instant v0.1.13 |
| 2383 | 2025-03-01T04:15:39.301Z | Compiling darling_macro v0.20.10 |
| 2384 | 2025-03-01T04:15:39.319Z | Checking base64 v0.21.7 |
| 2385 | 2025-03-01T04:15:39.322Z | Checking fastrand v2.1.1 |
| 2386 | 2025-03-01T04:15:39.368Z | Checking pretty-hex v0.2.1 |
| 2387 | 2025-03-01T04:15:39.552Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2388 | 2025-03-01T04:15:39.674Z | Checking tempfile v3.13.0 |
| 2389 | 2025-03-01T04:15:39.766Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2390 | 2025-03-01T04:15:39.769Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2391 | 2025-03-01T04:15:39.891Z | Checking backoff v0.4.0 |
| 2392 | 2025-03-01T04:15:39.921Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2393 | 2025-03-01T04:15:40.012Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2394 | 2025-03-01T04:15:40.057Z | Checking tokio-tungstenite v0.21.0 |
| 2395 | 2025-03-01T04:15:40.082Z | Compiling zone_cfg_derive v0.1.2 |
| 2396 | 2025-03-01T04:15:40.191Z | Checking strum v0.26.3 |
| 2397 | 2025-03-01T04:15:40.210Z | Compiling darling v0.20.10 |
| 2398 | 2025-03-01T04:15:40.307Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2399 | 2025-03-01T04:15:40.335Z | Compiling serde_with_macros v3.12.0 |
| 2400 | 2025-03-01T04:15:40.521Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2401 | 2025-03-01T04:15:40.541Z | Checking slog-stdlog v4.1.1 |
| 2402 | 2025-03-01T04:15:40.709Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2403 | 2025-03-01T04:15:40.914Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2404 | 2025-03-01T04:15:40.930Z | Checking progenitor-client v0.9.1 |
| 2405 | 2025-03-01T04:15:41.001Z | Checking parse-display v0.10.0 |
| 2406 | 2025-03-01T04:15:41.077Z | Checking colored v2.2.0 |
| 2407 | 2025-03-01T04:15:41.197Z | Checking macaddr v1.0.1 |
| 2408 | 2025-03-01T04:15:41.242Z | Checking winnow v0.6.20 |
| 2409 | 2025-03-01T04:15:41.333Z | Checking base64 v0.13.1 |
| 2410 | 2025-03-01T04:15:41.463Z | Checking unicode-width v0.1.14 |
| 2411 | 2025-03-01T04:15:41.480Z | Checking zone v0.1.8 |
| 2412 | 2025-03-01T04:15:41.525Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2413 | 2025-03-01T04:15:41.750Z | Checking ron v0.7.1 |
| 2414 | 2025-03-01T04:15:41.968Z | Checking tabwriter v1.4.0 |
| 2415 | 2025-03-01T04:15:41.972Z | Checking slog-envlogger v2.2.0 |
| 2416 | 2025-03-01T04:15:42.113Z | Checking xz2 v0.1.7 |
| 2417 | 2025-03-01T04:15:42.195Z | Checking xattr v1.3.1 |
| 2418 | 2025-03-01T04:15:42.213Z | Checking pem v3.0.5 |
| 2419 | 2025-03-01T04:15:42.392Z | Checking yasna v0.5.2 |
| 2420 | 2025-03-01T04:15:42.415Z | Checking headers-core v0.3.0 |
| 2421 | 2025-03-01T04:15:42.513Z | Checking smf v0.2.3 |
| 2422 | 2025-03-01T04:15:42.583Z | Checking filetime v0.2.25 |
| 2423 | 2025-03-01T04:15:42.773Z | Checking same-file v1.0.6 |
| 2424 | 2025-03-01T04:15:42.796Z | Checking tar v0.4.44 |
| 2425 | 2025-03-01T04:15:42.846Z | Checking serde_with v3.12.0 |
| 2426 | 2025-03-01T04:15:42.949Z | Checking walkdir v2.5.0 |
| 2427 | 2025-03-01T04:15:42.980Z | Checking headers v0.4.0 |
| 2428 | 2025-03-01T04:15:43.227Z | Checking rcgen v0.12.1 |
| 2429 | 2025-03-01T04:15:43.241Z | Checking atomicwrites v0.4.4 |
| 2430 | 2025-03-01T04:15:43.440Z | Checking camino-tempfile v1.1.1 |
| 2431 | 2025-03-01T04:15:43.610Z | Checking subprocess v0.2.9 |
| 2432 | 2025-03-01T04:15:46.227Z | Compiling typify-macro v0.2.0 |
| 2433 | 2025-03-01T04:15:47.722Z | Compiling typify v0.2.0 |
| 2434 | 2025-03-01T04:15:47.794Z | Compiling progenitor-impl v0.8.0 |
| 2435 | 2025-03-01T04:15:50.168Z | Compiling progenitor-macro v0.8.0 |
| 2436 | 2025-03-01T04:15:53.650Z | Checking progenitor v0.8.0 |
| 2437 | 2025-03-01T04:15:53.780Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2438 | 2025-03-01T04:15:53.780Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2439 | 2025-03-01T04:15:56.277Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2440 | 2025-03-01T04:15:56.638Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2441 | 2025-03-01T04:16:02.697Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2442 | 2025-03-01T04:16:04.189Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2443 | 2025-03-01T04:16:05.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.88s |
| 2444 | 2025-03-01T04:16:05.592Z | |
| 2445 | 2025-03-01T04:16:05.592Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
| 2446 | 2025-03-01T04:16:06.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2447 | 2025-03-01T04:16:06.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2448 | 2025-03-01T04:16:06.289Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2449 | 2025-03-01T04:16:07.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 2450 | 2025-03-01T04:16:07.864Z | |
| 2451 | 2025-03-01T04:16:07.864Z | info: running `cargo check --bins` on nexus-config (51/199) |
| 2452 | 2025-03-01T04:16:08.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2453 | 2025-03-01T04:16:08.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2454 | 2025-03-01T04:16:08.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2455 | 2025-03-01T04:16:08.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2456 | 2025-03-01T04:16:08.529Z | |
| 2457 | 2025-03-01T04:16:08.529Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
| 2458 | 2025-03-01T04:16:09.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2459 | 2025-03-01T04:16:09.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2460 | 2025-03-01T04:16:09.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2461 | 2025-03-01T04:16:09.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2462 | 2025-03-01T04:16:09.175Z | |
| 2463 | 2025-03-01T04:16:09.175Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
| 2464 | 2025-03-01T04:16:09.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2465 | 2025-03-01T04:16:09.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2466 | 2025-03-01T04:16:09.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2467 | 2025-03-01T04:16:09.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2468 | 2025-03-01T04:16:09.825Z | |
| 2469 | 2025-03-01T04:16:09.825Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
| 2470 | 2025-03-01T04:16:10.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2471 | 2025-03-01T04:16:10.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2472 | 2025-03-01T04:16:10.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2473 | 2025-03-01T04:16:10.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2474 | 2025-03-01T04:16:10.497Z | |
| 2475 | 2025-03-01T04:16:10.497Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
| 2476 | 2025-03-01T04:16:11.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2477 | 2025-03-01T04:16:11.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2478 | 2025-03-01T04:16:11.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2479 | 2025-03-01T04:16:11.341Z | Compiling ipnetwork v0.21.1 |
| 2480 | 2025-03-01T04:16:11.344Z | Compiling progenitor-client v0.8.0 |
| 2481 | 2025-03-01T04:16:11.344Z | Compiling itertools v0.13.0 |
| 2482 | 2025-03-01T04:16:11.344Z | Compiling heapless v0.8.0 |
| 2483 | 2025-03-01T04:16:11.344Z | Compiling thiserror v2.0.11 |
| 2484 | 2025-03-01T04:16:11.344Z | Checking hash32 v0.3.1 |
| 2485 | 2025-03-01T04:16:11.344Z | Compiling instant v0.1.13 |
| 2486 | 2025-03-01T04:16:11.529Z | Compiling smoltcp v0.11.0 |
| 2487 | 2025-03-01T04:16:11.546Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2488 | 2025-03-01T04:16:11.597Z | Compiling dropshot v0.16.0 |
| 2489 | 2025-03-01T04:16:11.597Z | Compiling backoff v0.4.0 |
| 2490 | 2025-03-01T04:16:11.792Z | Compiling oxnet v0.1.1 |
| 2491 | 2025-03-01T04:16:11.936Z | Compiling progenitor v0.8.0 |
| 2492 | 2025-03-01T04:16:12.044Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2493 | 2025-03-01T04:16:12.151Z | Compiling daft v0.1.1 |
| 2494 | 2025-03-01T04:16:12.169Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2495 | 2025-03-01T04:16:12.219Z | Compiling serde_with v3.12.0 |
| 2496 | 2025-03-01T04:16:12.254Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2497 | 2025-03-01T04:16:12.442Z | Compiling parse-display v0.10.0 |
| 2498 | 2025-03-01T04:16:12.608Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2499 | 2025-03-01T04:16:13.030Z | Checking num-rational v0.4.2 |
| 2500 | 2025-03-01T04:16:13.058Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2501 | 2025-03-01T04:16:13.114Z | Compiling progenitor-client v0.9.1 |
| 2502 | 2025-03-01T04:16:13.611Z | Compiling phf_generator v0.11.2 |
| 2503 | 2025-03-01T04:16:13.633Z | Checking num-complex v0.4.6 |
| 2504 | 2025-03-01T04:16:14.154Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2505 | 2025-03-01T04:16:14.479Z | Compiling macaddr v1.0.1 |
| 2506 | 2025-03-01T04:16:14.760Z | Checking cobs v0.2.3 |
| 2507 | 2025-03-01T04:16:14.777Z | Compiling num v0.4.3 |
| 2508 | 2025-03-01T04:16:14.920Z | Compiling phf_codegen v0.11.2 |
| 2509 | 2025-03-01T04:16:14.943Z | Checking postcard v1.0.10 |
| 2510 | 2025-03-01T04:16:15.153Z | Compiling parse-zoneinfo v0.3.1 |
| 2511 | 2025-03-01T04:16:15.475Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2512 | 2025-03-01T04:16:15.778Z | Compiling float-ord v0.3.2 |
| 2513 | 2025-03-01T04:16:15.833Z | Compiling convert_case v0.4.0 |
| 2514 | 2025-03-01T04:16:16.143Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2515 | 2025-03-01T04:16:16.384Z | Compiling chrono-tz-build v0.4.0 |
| 2516 | 2025-03-01T04:16:16.673Z | Compiling derive_more v0.99.19 |
| 2517 | 2025-03-01T04:16:16.810Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2518 | 2025-03-01T04:16:17.711Z | Compiling crucible-workspace-hack v0.1.0 |
| 2519 | 2025-03-01T04:16:17.851Z | Compiling chrono-tz v0.10.1 |
| 2520 | 2025-03-01T04:16:18.050Z | Checking newline-converter v0.3.0 |
| 2521 | 2025-03-01T04:16:18.226Z | Checking itertools v0.14.0 |
| 2522 | 2025-03-01T04:16:18.539Z | Checking prettyplease v0.2.29 |
| 2523 | 2025-03-01T04:16:19.309Z | Compiling slog-dtrace v0.3.0 |
| 2524 | 2025-03-01T04:16:19.647Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2525 | 2025-03-01T04:16:19.866Z | Checking expectorate v1.1.0 |
| 2526 | 2025-03-01T04:16:20.046Z | Compiling zone_cfg_derive v0.3.0 |
| 2527 | 2025-03-01T04:16:20.303Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2025-03-01T04:16:20.639Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2529 | 2025-03-01T04:16:20.656Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2530 | 2025-03-01T04:16:20.927Z | Compiling const_format_proc_macros v0.2.34 |
| 2531 | 2025-03-01T04:16:21.020Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2532 | 2025-03-01T04:16:21.365Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2533 | 2025-03-01T04:16:21.398Z | Compiling num-derive v0.4.2 |
| 2534 | 2025-03-01T04:16:21.422Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2535 | 2025-03-01T04:16:21.729Z | Checking highway v1.3.0 |
| 2536 | 2025-03-01T04:16:22.133Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2537 | 2025-03-01T04:16:22.191Z | Checking zone v0.3.0 |
| 2538 | 2025-03-01T04:16:22.370Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2539 | 2025-03-01T04:16:22.573Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2540 | 2025-03-01T04:16:22.834Z | Checking const_format v0.2.34 |
| 2541 | 2025-03-01T04:16:23.005Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2542 | 2025-03-01T04:16:23.273Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2543 | 2025-03-01T04:16:23.291Z | Checking gethostname v0.5.0 |
| 2544 | 2025-03-01T04:16:23.355Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2545 | 2025-03-01T04:16:23.420Z | Checking bcs v0.1.6 |
| 2546 | 2025-03-01T04:16:23.535Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2547 | 2025-03-01T04:16:23.881Z | Checking nanorand v0.7.0 |
| 2548 | 2025-03-01T04:16:23.991Z | Compiling async-recursion v1.1.1 |
| 2549 | 2025-03-01T04:16:24.231Z | Checking termtree v0.5.1 |
| 2550 | 2025-03-01T04:16:24.248Z | Checking flume v0.11.1 |
| 2551 | 2025-03-01T04:16:24.603Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2552 | 2025-03-01T04:16:25.381Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2553 | 2025-03-01T04:16:25.486Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2554 | 2025-03-01T04:16:25.490Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2555 | 2025-03-01T04:16:25.997Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2556 | 2025-03-01T04:16:31.759Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2557 | 2025-03-01T04:16:34.913Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2558 | 2025-03-01T04:16:37.376Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2559 | 2025-03-01T04:16:38.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.08s |
| 2560 | 2025-03-01T04:16:38.778Z | |
| 2561 | 2025-03-01T04:16:38.778Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
| 2562 | 2025-03-01T04:16:39.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2563 | 2025-03-01T04:16:39.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2564 | 2025-03-01T04:16:39.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2565 | 2025-03-01T04:16:39.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2566 | 2025-03-01T04:16:39.459Z | |
| 2567 | 2025-03-01T04:16:39.459Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
| 2568 | 2025-03-01T04:16:40.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2569 | 2025-03-01T04:16:40.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2570 | 2025-03-01T04:16:40.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2571 | 2025-03-01T04:16:40.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2572 | 2025-03-01T04:16:40.128Z | |
| 2573 | 2025-03-01T04:16:40.128Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
| 2574 | 2025-03-01T04:16:40.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2575 | 2025-03-01T04:16:40.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2576 | 2025-03-01T04:16:40.817Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2577 | 2025-03-01T04:16:41.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 2578 | 2025-03-01T04:16:41.623Z | |
| 2579 | 2025-03-01T04:16:41.623Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
| 2580 | 2025-03-01T04:16:42.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2581 | 2025-03-01T04:16:42.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2582 | 2025-03-01T04:16:42.320Z | Compiling cfg_aliases v0.1.1 |
| 2583 | 2025-03-01T04:16:42.320Z | Compiling vte_generate_state_changes v0.1.2 |
| 2584 | 2025-03-01T04:16:42.323Z | Checking fd-lock v4.0.2 |
| 2585 | 2025-03-01T04:16:42.323Z | Checking nibble_vec v0.1.0 |
| 2586 | 2025-03-01T04:16:42.323Z | Checking endian-type v0.1.2 |
| 2587 | 2025-03-01T04:16:42.323Z | Checking bytecount v0.6.8 |
| 2588 | 2025-03-01T04:16:42.323Z | Compiling tabled_derive v0.7.0 |
| 2589 | 2025-03-01T04:16:42.460Z | Compiling peg-macros v0.8.4 |
| 2590 | 2025-03-01T04:16:42.523Z | Compiling nix v0.28.0 |
| 2591 | 2025-03-01T04:16:42.585Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2592 | 2025-03-01T04:16:42.601Z | Compiling sqlparser_derive v0.2.2 |
| 2593 | 2025-03-01T04:16:42.627Z | Checking papergrid v0.11.0 |
| 2594 | 2025-03-01T04:16:42.661Z | Checking radix_trie v0.2.1 |
| 2595 | 2025-03-01T04:16:43.051Z | Checking vte v0.11.1 |
| 2596 | 2025-03-01T04:16:43.069Z | Checking nu-ansi-term v0.50.1 |
| 2597 | 2025-03-01T04:16:43.427Z | Checking home v0.5.9 |
| 2598 | 2025-03-01T04:16:43.581Z | Checking unicode_categories v0.1.1 |
| 2599 | 2025-03-01T04:16:43.628Z | Checking display-error-chain v0.2.2 |
| 2600 | 2025-03-01T04:16:43.645Z | Checking sqlparser v0.45.0 |
| 2601 | 2025-03-01T04:16:43.880Z | Checking sqlformat v0.2.6 |
| 2602 | 2025-03-01T04:16:44.364Z | Checking strip-ansi-escapes v0.2.0 |
| 2603 | 2025-03-01T04:16:44.434Z | Checking tabled v0.15.0 |
| 2604 | 2025-03-01T04:16:44.534Z | Checking reedline v0.38.0 |
| 2605 | 2025-03-01T04:16:45.063Z | Checking peg v0.8.4 |
| 2606 | 2025-03-01T04:16:45.269Z | Checking rustyline v14.0.0 |
| 2607 | 2025-03-01T04:16:54.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.64s |
| 2608 | 2025-03-01T04:16:54.460Z | |
| 2609 | 2025-03-01T04:16:54.460Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
| 2610 | 2025-03-01T04:16:55.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2611 | 2025-03-01T04:16:55.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2612 | 2025-03-01T04:16:55.165Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2613 | 2025-03-01T04:17:00.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
| 2614 | 2025-03-01T04:17:00.422Z | |
| 2615 | 2025-03-01T04:17:00.422Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
| 2616 | 2025-03-01T04:17:01.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2617 | 2025-03-01T04:17:01.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2618 | 2025-03-01T04:17:01.128Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2619 | 2025-03-01T04:17:04.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 2620 | 2025-03-01T04:17:04.789Z | |
| 2621 | 2025-03-01T04:17:04.789Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
| 2622 | 2025-03-01T04:17:05.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2025-03-01T04:17:05.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2025-03-01T04:17:05.486Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2625 | 2025-03-01T04:17:10.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
| 2626 | 2025-03-01T04:17:10.428Z | |
| 2627 | 2025-03-01T04:17:10.428Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
| 2628 | 2025-03-01T04:17:11.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2025-03-01T04:17:11.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2025-03-01T04:17:11.140Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2631 | 2025-03-01T04:17:15.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
| 2632 | 2025-03-01T04:17:16.160Z | |
| 2633 | 2025-03-01T04:17:16.160Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
| 2634 | 2025-03-01T04:17:16.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2025-03-01T04:17:16.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2025-03-01T04:17:16.862Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2637 | 2025-03-01T04:17:20.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
| 2638 | 2025-03-01T04:17:20.702Z | |
| 2639 | 2025-03-01T04:17:20.702Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
| 2640 | 2025-03-01T04:17:21.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2025-03-01T04:17:21.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2025-03-01T04:17:21.416Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2643 | 2025-03-01T04:17:25.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 2644 | 2025-03-01T04:17:25.325Z | |
| 2645 | 2025-03-01T04:17:25.326Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
| 2646 | 2025-03-01T04:17:25.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2025-03-01T04:17:25.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2025-03-01T04:17:26.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2649 | 2025-03-01T04:17:31.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
| 2650 | 2025-03-01T04:17:31.262Z | |
| 2651 | 2025-03-01T04:17:31.262Z | info: running `cargo check --bins` on oximeter (67/199) |
| 2652 | 2025-03-01T04:17:31.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2025-03-01T04:17:31.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2025-03-01T04:17:31.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2025-03-01T04:17:31.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2656 | 2025-03-01T04:17:31.923Z | |
| 2657 | 2025-03-01T04:17:31.923Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
| 2658 | 2025-03-01T04:17:32.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2025-03-01T04:17:32.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2025-03-01T04:17:32.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2025-03-01T04:17:32.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2662 | 2025-03-01T04:17:32.560Z | |
| 2663 | 2025-03-01T04:17:32.560Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
| 2664 | 2025-03-01T04:17:33.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-03-01T04:17:33.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-03-01T04:17:33.223Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2667 | 2025-03-01T04:17:35.205Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2668 | 2025-03-01T04:17:36.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
| 2669 | 2025-03-01T04:17:36.324Z | |
| 2670 | 2025-03-01T04:17:36.324Z | info: running `cargo check --bins` on oximeter-types (70/199) |
| 2671 | 2025-03-01T04:17:36.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2025-03-01T04:17:36.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2025-03-01T04:17:36.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2674 | 2025-03-01T04:17:36.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2675 | 2025-03-01T04:17:36.983Z | |
| 2676 | 2025-03-01T04:17:36.983Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
| 2677 | 2025-03-01T04:17:37.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2025-03-01T04:17:37.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2025-03-01T04:17:37.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2680 | 2025-03-01T04:17:37.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2681 | 2025-03-01T04:17:37.643Z | |
| 2682 | 2025-03-01T04:17:37.643Z | info: running `cargo check --bins` on oxql-types (72/199) |
| 2683 | 2025-03-01T04:17:38.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2684 | 2025-03-01T04:17:38.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2685 | 2025-03-01T04:17:38.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2686 | 2025-03-01T04:17:38.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2687 | 2025-03-01T04:17:38.298Z | |
| 2688 | 2025-03-01T04:17:38.298Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
| 2689 | 2025-03-01T04:17:38.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2690 | 2025-03-01T04:17:38.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2691 | 2025-03-01T04:17:38.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2692 | 2025-03-01T04:17:38.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2693 | 2025-03-01T04:17:38.996Z | |
| 2694 | 2025-03-01T04:17:38.996Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
| 2695 | 2025-03-01T04:17:39.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2696 | 2025-03-01T04:17:39.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2697 | 2025-03-01T04:17:39.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2698 | 2025-03-01T04:17:39.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2699 | 2025-03-01T04:17:39.666Z | |
| 2700 | 2025-03-01T04:17:39.666Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
| 2701 | 2025-03-01T04:17:40.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2702 | 2025-03-01T04:17:40.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2703 | 2025-03-01T04:17:40.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2704 | 2025-03-01T04:17:40.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2705 | 2025-03-01T04:17:40.343Z | |
| 2706 | 2025-03-01T04:17:40.343Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
| 2707 | 2025-03-01T04:17:40.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2708 | 2025-03-01T04:17:40.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2709 | 2025-03-01T04:17:40.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2710 | 2025-03-01T04:17:40.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2711 | 2025-03-01T04:17:41.012Z | |
| 2712 | 2025-03-01T04:17:41.012Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
| 2713 | 2025-03-01T04:17:41.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2714 | 2025-03-01T04:17:41.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2715 | 2025-03-01T04:17:41.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2716 | 2025-03-01T04:17:41.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2717 | 2025-03-01T04:17:41.674Z | |
| 2718 | 2025-03-01T04:17:41.674Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
| 2719 | 2025-03-01T04:17:42.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2720 | 2025-03-01T04:17:42.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2721 | 2025-03-01T04:17:42.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2722 | 2025-03-01T04:17:42.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2723 | 2025-03-01T04:17:42.340Z | |
| 2724 | 2025-03-01T04:17:42.340Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
| 2725 | 2025-03-01T04:17:42.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2726 | 2025-03-01T04:17:42.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2727 | 2025-03-01T04:17:42.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2728 | 2025-03-01T04:17:42.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2729 | 2025-03-01T04:17:42.985Z | |
| 2730 | 2025-03-01T04:17:42.985Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
| 2731 | 2025-03-01T04:17:43.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2732 | 2025-03-01T04:17:43.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2733 | 2025-03-01T04:17:43.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2734 | 2025-03-01T04:17:43.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2735 | 2025-03-01T04:17:43.658Z | |
| 2736 | 2025-03-01T04:17:43.658Z | info: running `cargo check --bins` on dns-service-client (81/199) |
| 2737 | 2025-03-01T04:17:44.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2738 | 2025-03-01T04:17:44.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2739 | 2025-03-01T04:17:44.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2740 | 2025-03-01T04:17:44.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2741 | 2025-03-01T04:17:44.323Z | |
| 2742 | 2025-03-01T04:17:44.323Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
| 2743 | 2025-03-01T04:17:44.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2744 | 2025-03-01T04:17:44.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2745 | 2025-03-01T04:17:44.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2746 | 2025-03-01T04:17:44.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2747 | 2025-03-01T04:17:44.982Z | |
| 2748 | 2025-03-01T04:17:44.982Z | info: running `cargo check --bins` on dpd-client (83/199) |
| 2749 | 2025-03-01T04:17:45.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2750 | 2025-03-01T04:17:45.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2751 | 2025-03-01T04:17:45.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2752 | 2025-03-01T04:17:45.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2753 | 2025-03-01T04:17:45.628Z | |
| 2754 | 2025-03-01T04:17:45.628Z | info: running `cargo check --bins` on gateway-client (84/199) |
| 2755 | 2025-03-01T04:17:46.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2025-03-01T04:17:46.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2025-03-01T04:17:46.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2758 | 2025-03-01T04:17:46.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2759 | 2025-03-01T04:17:46.277Z | |
| 2760 | 2025-03-01T04:17:46.277Z | info: running `cargo check --bins` on installinator-client (85/199) |
| 2761 | 2025-03-01T04:17:46.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2762 | 2025-03-01T04:17:46.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2763 | 2025-03-01T04:17:46.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2764 | 2025-03-01T04:17:46.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2765 | 2025-03-01T04:17:46.954Z | |
| 2766 | 2025-03-01T04:17:46.954Z | info: running `cargo check --bins` on installinator-common (86/199) |
| 2767 | 2025-03-01T04:17:47.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2025-03-01T04:17:47.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2025-03-01T04:17:47.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2770 | 2025-03-01T04:17:47.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2771 | 2025-03-01T04:17:47.627Z | |
| 2772 | 2025-03-01T04:17:47.627Z | info: running `cargo check --bins` on update-engine (87/199) |
| 2773 | 2025-03-01T04:17:48.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2025-03-01T04:17:48.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2025-03-01T04:17:48.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2025-03-01T04:17:48.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2777 | 2025-03-01T04:17:48.273Z | |
| 2778 | 2025-03-01T04:17:48.273Z | info: running `cargo check --bins` on nexus-client (88/199) |
| 2779 | 2025-03-01T04:17:48.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2025-03-01T04:17:48.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2025-03-01T04:17:48.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2025-03-01T04:17:48.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2783 | 2025-03-01T04:17:48.956Z | |
| 2784 | 2025-03-01T04:17:48.956Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
| 2785 | 2025-03-01T04:17:49.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2025-03-01T04:17:49.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2025-03-01T04:17:49.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2025-03-01T04:17:49.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2789 | 2025-03-01T04:17:49.629Z | |
| 2790 | 2025-03-01T04:17:49.629Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
| 2791 | 2025-03-01T04:17:50.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2025-03-01T04:17:50.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2025-03-01T04:17:50.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2025-03-01T04:17:50.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2795 | 2025-03-01T04:17:50.278Z | |
| 2796 | 2025-03-01T04:17:50.278Z | info: running `cargo check --bins` on nexus-types (91/199) |
| 2797 | 2025-03-01T04:17:50.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2025-03-01T04:17:50.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2025-03-01T04:17:50.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2025-03-01T04:17:50.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2801 | 2025-03-01T04:17:50.983Z | |
| 2802 | 2025-03-01T04:17:50.983Z | info: running `cargo check --bins` on oxide-client (92/199) |
| 2803 | 2025-03-01T04:17:51.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2025-03-01T04:17:51.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2025-03-01T04:17:51.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2025-03-01T04:17:51.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2807 | 2025-03-01T04:17:51.636Z | |
| 2808 | 2025-03-01T04:17:51.636Z | info: running `cargo check --bins` on oximeter-client (93/199) |
| 2809 | 2025-03-01T04:17:52.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2025-03-01T04:17:52.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2025-03-01T04:17:52.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2025-03-01T04:17:52.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2813 | 2025-03-01T04:17:52.298Z | |
| 2814 | 2025-03-01T04:17:52.298Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
| 2815 | 2025-03-01T04:17:52.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2025-03-01T04:17:52.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2025-03-01T04:17:52.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2025-03-01T04:17:52.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2819 | 2025-03-01T04:17:52.945Z | |
| 2820 | 2025-03-01T04:17:52.945Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
| 2821 | 2025-03-01T04:17:53.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2025-03-01T04:17:53.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2025-03-01T04:17:53.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2025-03-01T04:17:53.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2825 | 2025-03-01T04:17:53.643Z | |
| 2826 | 2025-03-01T04:17:53.643Z | info: running `cargo check --bins` on wicketd-client (96/199) |
| 2827 | 2025-03-01T04:17:54.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2025-03-01T04:17:54.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2025-03-01T04:17:54.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2025-03-01T04:17:54.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2831 | 2025-03-01T04:17:54.348Z | |
| 2832 | 2025-03-01T04:17:54.348Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
| 2833 | 2025-03-01T04:17:54.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2025-03-01T04:17:54.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2025-03-01T04:17:54.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2025-03-01T04:17:54.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2837 | 2025-03-01T04:17:55.048Z | |
| 2838 | 2025-03-01T04:17:55.048Z | info: running `cargo check --bins` on wicket-common (98/199) |
| 2839 | 2025-03-01T04:17:55.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2025-03-01T04:17:55.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2025-03-01T04:17:55.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2025-03-01T04:17:55.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2843 | 2025-03-01T04:17:55.747Z | |
| 2844 | 2025-03-01T04:17:55.748Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
| 2845 | 2025-03-01T04:17:56.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2025-03-01T04:17:56.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2025-03-01T04:17:56.437Z | Checking csv-core v0.1.11 |
| 2848 | 2025-03-01T04:17:56.440Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2849 | 2025-03-01T04:17:56.440Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2850 | 2025-03-01T04:17:56.440Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2851 | 2025-03-01T04:17:56.748Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2852 | 2025-03-01T04:17:56.748Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2853 | 2025-03-01T04:17:56.774Z | Checking csv v1.3.1 |
| 2854 | 2025-03-01T04:17:57.341Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2855 | 2025-03-01T04:17:57.680Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2856 | 2025-03-01T04:17:59.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 2857 | 2025-03-01T04:17:59.489Z | |
| 2858 | 2025-03-01T04:17:59.490Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
| 2859 | 2025-03-01T04:18:00.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2025-03-01T04:18:00.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2025-03-01T04:18:00.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2025-03-01T04:18:00.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2863 | 2025-03-01T04:18:00.171Z | |
| 2864 | 2025-03-01T04:18:00.171Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
| 2865 | 2025-03-01T04:18:00.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2025-03-01T04:18:00.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2025-03-01T04:18:00.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2025-03-01T04:18:00.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2869 | 2025-03-01T04:18:00.844Z | |
| 2870 | 2025-03-01T04:18:00.844Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
| 2871 | 2025-03-01T04:18:01.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2025-03-01T04:18:01.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2025-03-01T04:18:01.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2025-03-01T04:18:01.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2875 | 2025-03-01T04:18:01.622Z | |
| 2876 | 2025-03-01T04:18:01.622Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
| 2877 | 2025-03-01T04:18:02.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2025-03-01T04:18:02.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2025-03-01T04:18:02.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2025-03-01T04:18:02.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2881 | 2025-03-01T04:18:02.397Z | |
| 2882 | 2025-03-01T04:18:02.397Z | info: running `cargo check --bins` on dns-server (104/199) |
| 2883 | 2025-03-01T04:18:02.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2025-03-01T04:18:02.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2025-03-01T04:18:03.086Z | Compiling typify-impl v0.3.0 |
| 2886 | 2025-03-01T04:18:03.197Z | Compiling parking_lot_core v0.8.6 |
| 2887 | 2025-03-01T04:18:03.200Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2888 | 2025-03-01T04:18:03.209Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2889 | 2025-03-01T04:18:03.226Z | Checking fxhash v0.2.1 |
| 2890 | 2025-03-01T04:18:03.239Z | Checking hickory-client v0.24.4 |
| 2891 | 2025-03-01T04:18:03.242Z | Checking hickory-server v0.24.4 |
| 2892 | 2025-03-01T04:18:03.927Z | Checking parking_lot v0.11.2 |
| 2893 | 2025-03-01T04:18:03.992Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2894 | 2025-03-01T04:18:04.178Z | Checking sled v0.34.7 |
| 2895 | 2025-03-01T04:18:08.615Z | Compiling typify-macro v0.3.0 |
| 2896 | 2025-03-01T04:18:10.084Z | Compiling typify v0.3.0 |
| 2897 | 2025-03-01T04:18:10.156Z | Compiling progenitor-impl v0.9.1 |
| 2898 | 2025-03-01T04:18:12.562Z | Compiling progenitor-macro v0.9.1 |
| 2899 | 2025-03-01T04:18:16.104Z | Checking progenitor v0.9.1 |
| 2900 | 2025-03-01T04:18:16.236Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2901 | 2025-03-01T04:18:16.695Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2902 | 2025-03-01T04:18:17.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s |
| 2903 | 2025-03-01T04:18:18.121Z | |
| 2904 | 2025-03-01T04:18:18.121Z | info: running `cargo check --bins` on dns-server-api (105/199) |
| 2905 | 2025-03-01T04:18:18.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2025-03-01T04:18:18.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2025-03-01T04:18:18.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2025-03-01T04:18:18.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2909 | 2025-03-01T04:18:18.780Z | |
| 2910 | 2025-03-01T04:18:18.780Z | info: running `cargo check --bins` on openapi-manager-types (106/199) |
| 2911 | 2025-03-01T04:18:19.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2025-03-01T04:18:19.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2025-03-01T04:18:19.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2025-03-01T04:18:19.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2915 | 2025-03-01T04:18:19.429Z | |
| 2916 | 2025-03-01T04:18:19.429Z | info: running `cargo check --bins` on gateway-test-utils (107/199) |
| 2917 | 2025-03-01T04:18:20.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2025-03-01T04:18:20.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2025-03-01T04:18:20.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2025-03-01T04:18:20.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2921 | 2025-03-01T04:18:20.147Z | |
| 2922 | 2025-03-01T04:18:20.147Z | info: running `cargo check --bins` on gateway-types (108/199) |
| 2923 | 2025-03-01T04:18:20.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2025-03-01T04:18:20.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2025-03-01T04:18:20.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2025-03-01T04:18:20.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2927 | 2025-03-01T04:18:20.820Z | |
| 2928 | 2025-03-01T04:18:20.820Z | info: running `cargo check --bins` on ipcc (109/199) |
| 2929 | 2025-03-01T04:18:21.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2025-03-01T04:18:21.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2025-03-01T04:18:21.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2025-03-01T04:18:21.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2933 | 2025-03-01T04:18:21.497Z | |
| 2934 | 2025-03-01T04:18:21.497Z | info: running `cargo check --bins` on omicron-gateway (110/199) |
| 2935 | 2025-03-01T04:18:22.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2025-03-01T04:18:22.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2025-03-01T04:18:22.226Z | Compiling radium v0.7.0 |
| 2938 | 2025-03-01T04:18:22.226Z | Compiling semver v0.1.20 |
| 2939 | 2025-03-01T04:18:22.348Z | Compiling maybe-uninit v2.0.0 |
| 2940 | 2025-03-01T04:18:22.351Z | Checking tap v1.0.1 |
| 2941 | 2025-03-01T04:18:22.369Z | Checking password-hash v0.5.0 |
| 2942 | 2025-03-01T04:18:22.372Z | Checking blake2 v0.10.6 |
| 2943 | 2025-03-01T04:18:22.372Z | Compiling cancel-safe-futures v0.1.5 |
| 2944 | 2025-03-01T04:18:22.372Z | Compiling packed_struct v0.10.1 |
| 2945 | 2025-03-01T04:18:22.499Z | Checking wyz v0.5.1 |
| 2946 | 2025-03-01T04:18:22.717Z | Compiling rustc_version v0.1.7 |
| 2947 | 2025-03-01T04:18:22.837Z | Checking crc-catalog v2.4.0 |
| 2948 | 2025-03-01T04:18:22.854Z | Checking funty v2.0.0 |
| 2949 | 2025-03-01T04:18:22.857Z | Compiling owo-colors v4.2.0 |
| 2950 | 2025-03-01T04:18:22.895Z | Checking argon2 v0.5.3 |
| 2951 | 2025-03-01T04:18:22.966Z | Checking crc v3.2.1 |
| 2952 | 2025-03-01T04:18:22.989Z | Compiling packed_struct_codegen v0.10.1 |
| 2953 | 2025-03-01T04:18:23.021Z | Checking libsw-core v0.3.1 |
| 2954 | 2025-03-01T04:18:23.116Z | Compiling newtype_derive v0.1.6 |
| 2955 | 2025-03-01T04:18:23.133Z | Compiling indexmap v1.9.3 |
| 2956 | 2025-03-01T04:18:23.258Z | Checking half v2.4.1 |
| 2957 | 2025-03-01T04:18:23.393Z | Checking fixedbitset v0.5.7 |
| 2958 | 2025-03-01T04:18:23.471Z | Checking ciborium-io v0.2.2 |
| 2959 | 2025-03-01T04:18:23.504Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2960 | 2025-03-01T04:18:23.524Z | Checking nodrop v0.1.14 |
| 2961 | 2025-03-01T04:18:23.555Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2962 | 2025-03-01T04:18:23.661Z | Checking array-init v0.0.4 |
| 2963 | 2025-03-01T04:18:23.688Z | Checking bitvec v1.0.1 |
| 2964 | 2025-03-01T04:18:23.706Z | Checking ciborium-ll v0.2.2 |
| 2965 | 2025-03-01T04:18:23.751Z | Checking petgraph v0.7.1 |
| 2966 | 2025-03-01T04:18:23.894Z | Checking libsw v3.4.0 |
| 2967 | 2025-03-01T04:18:23.959Z | Checking smallvec v0.6.14 |
| 2968 | 2025-03-01T04:18:24.007Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2969 | 2025-03-01T04:18:24.319Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2970 | 2025-03-01T04:18:24.537Z | Checking indent_write v2.2.0 |
| 2971 | 2025-03-01T04:18:24.555Z | Checking hashbrown v0.12.3 |
| 2972 | 2025-03-01T04:18:24.683Z | Checking swrite v0.1.0 |
| 2973 | 2025-03-01T04:18:24.765Z | Checking termcolor v1.4.1 |
| 2974 | 2025-03-01T04:18:24.829Z | Checking bitfield v0.14.0 |
| 2975 | 2025-03-01T04:18:25.117Z | Checking linear-map v1.2.0 |
| 2976 | 2025-03-01T04:18:25.154Z | Checking env_logger v0.10.2 |
| 2977 | 2025-03-01T04:18:25.263Z | Checking ron v0.8.1 |
| 2978 | 2025-03-01T04:18:25.310Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2979 | 2025-03-01T04:18:25.361Z | Checking serde-hex v0.1.0 |
| 2980 | 2025-03-01T04:18:25.430Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2981 | 2025-03-01T04:18:25.599Z | Checking ciborium v0.2.2 |
| 2982 | 2025-03-01T04:18:26.145Z | Checking steno v0.4.1 |
| 2983 | 2025-03-01T04:18:26.549Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2984 | 2025-03-01T04:18:26.702Z | Checking hashbrown v0.13.2 |
| 2985 | 2025-03-01T04:18:26.719Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2986 | 2025-03-01T04:18:26.802Z | Checking crc-any v2.5.0 |
| 2987 | 2025-03-01T04:18:26.884Z | Checking humantime v2.1.0 |
| 2988 | 2025-03-01T04:18:27.176Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2989 | 2025-03-01T04:18:27.180Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2990 | 2025-03-01T04:18:27.461Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2991 | 2025-03-01T04:18:27.598Z | Checking object v0.30.4 |
| 2992 | 2025-03-01T04:18:27.729Z | Checking path-slash v0.1.5 |
| 2993 | 2025-03-01T04:18:27.858Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2994 | 2025-03-01T04:18:27.886Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2995 | 2025-03-01T04:18:28.324Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2996 | 2025-03-01T04:18:28.595Z | Checking nix v0.27.1 |
| 2997 | 2025-03-01T04:18:28.614Z | Checking tungstenite v0.23.0 |
| 2998 | 2025-03-01T04:18:29.166Z | Checking kstat-rs v0.2.4 |
| 2999 | 2025-03-01T04:18:29.495Z | Checking signal-hook-tokio v0.3.1 |
| 3000 | 2025-03-01T04:18:29.519Z | Checking tokio-tungstenite v0.23.1 |
| 3001 | 2025-03-01T04:18:29.536Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3002 | 2025-03-01T04:18:29.552Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3003 | 2025-03-01T04:18:29.809Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3004 | 2025-03-01T04:18:30.385Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3005 | 2025-03-01T04:18:37.066Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3006 | 2025-03-01T04:18:38.405Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 3007 | 2025-03-01T04:18:40.618Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3008 | 2025-03-01T04:18:45.949Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3009 | 2025-03-01T04:18:46.602Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3010 | 2025-03-01T04:18:49.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.78s |
| 3011 | 2025-03-01T04:18:49.499Z | |
| 3012 | 2025-03-01T04:18:49.499Z | info: running `cargo check --bins` on gateway-api (111/199) |
| 3013 | 2025-03-01T04:18:50.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2025-03-01T04:18:50.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2025-03-01T04:18:50.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2025-03-01T04:18:50.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3017 | 2025-03-01T04:18:50.155Z | |
| 3018 | 2025-03-01T04:18:50.155Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199) |
| 3019 | 2025-03-01T04:18:50.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-03-01T04:18:50.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-03-01T04:18:50.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2025-03-01T04:18:50.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3023 | 2025-03-01T04:18:50.795Z | |
| 3024 | 2025-03-01T04:18:50.795Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199) |
| 3025 | 2025-03-01T04:18:51.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2025-03-01T04:18:51.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2025-03-01T04:18:51.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2025-03-01T04:18:51.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3029 | 2025-03-01T04:18:51.466Z | |
| 3030 | 2025-03-01T04:18:51.466Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199) |
| 3031 | 2025-03-01T04:18:52.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2025-03-01T04:18:52.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2025-03-01T04:18:52.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2025-03-01T04:18:52.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3035 | 2025-03-01T04:18:52.127Z | |
| 3036 | 2025-03-01T04:18:52.127Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199) |
| 3037 | 2025-03-01T04:18:52.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2025-03-01T04:18:52.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2025-03-01T04:18:52.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2025-03-01T04:18:52.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3041 | 2025-03-01T04:18:52.787Z | |
| 3042 | 2025-03-01T04:18:52.787Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199) |
| 3043 | 2025-03-01T04:18:53.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2025-03-01T04:18:53.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2025-03-01T04:18:53.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2025-03-01T04:18:53.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3047 | 2025-03-01T04:18:53.459Z | |
| 3048 | 2025-03-01T04:18:53.459Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199) |
| 3049 | 2025-03-01T04:18:54.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2025-03-01T04:18:54.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2025-03-01T04:18:54.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2025-03-01T04:18:54.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3053 | 2025-03-01T04:18:54.135Z | |
| 3054 | 2025-03-01T04:18:54.135Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199) |
| 3055 | 2025-03-01T04:18:54.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2025-03-01T04:18:54.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2025-03-01T04:18:54.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2025-03-01T04:18:54.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3059 | 2025-03-01T04:18:54.821Z | |
| 3060 | 2025-03-01T04:18:54.821Z | info: running `cargo check --bins` on oximeter-producer (119/199) |
| 3061 | 2025-03-01T04:18:55.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2025-03-01T04:18:55.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2025-03-01T04:18:55.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2025-03-01T04:18:55.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3065 | 2025-03-01T04:18:55.522Z | |
| 3066 | 2025-03-01T04:18:55.522Z | info: running `cargo check --bins` on internal-dns-resolver (120/199) |
| 3067 | 2025-03-01T04:18:56.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2025-03-01T04:18:56.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2025-03-01T04:18:56.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2025-03-01T04:18:56.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3071 | 2025-03-01T04:18:56.200Z | |
| 3072 | 2025-03-01T04:18:56.200Z | info: running `cargo check --bins` on sp-sim (121/199) |
| 3073 | 2025-03-01T04:18:56.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2025-03-01T04:18:56.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2025-03-01T04:18:56.871Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3076 | 2025-03-01T04:18:57.317Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3077 | 2025-03-01T04:18:58.993Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3078 | 2025-03-01T04:19:00.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 3079 | 2025-03-01T04:19:00.866Z | |
| 3080 | 2025-03-01T04:19:00.866Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199) |
| 3081 | 2025-03-01T04:19:01.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2025-03-01T04:19:01.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2025-03-01T04:19:01.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2025-03-01T04:19:01.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3085 | 2025-03-01T04:19:01.578Z | |
| 3086 | 2025-03-01T04:19:01.578Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199) |
| 3087 | 2025-03-01T04:19:02.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2025-03-01T04:19:02.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2025-03-01T04:19:02.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2025-03-01T04:19:02.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3091 | 2025-03-01T04:19:02.310Z | |
| 3092 | 2025-03-01T04:19:02.310Z | info: running `cargo check --bins` on db-macros (124/199) |
| 3093 | 2025-03-01T04:19:02.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2025-03-01T04:19:02.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2025-03-01T04:19:02.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2025-03-01T04:19:02.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3097 | 2025-03-01T04:19:02.962Z | |
| 3098 | 2025-03-01T04:19:02.962Z | info: running `cargo check --bins` on nexus-macros-common (125/199) |
| 3099 | 2025-03-01T04:19:03.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2025-03-01T04:19:03.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2025-03-01T04:19:03.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2025-03-01T04:19:03.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3103 | 2025-03-01T04:19:03.619Z | |
| 3104 | 2025-03-01T04:19:03.619Z | info: running `cargo check --bins` on nexus-auth (126/199) |
| 3105 | 2025-03-01T04:19:04.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2025-03-01T04:19:04.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2025-03-01T04:19:04.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2025-03-01T04:19:04.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3109 | 2025-03-01T04:19:04.319Z | |
| 3110 | 2025-03-01T04:19:04.319Z | info: running `cargo check --bins` on authz-macros (127/199) |
| 3111 | 2025-03-01T04:19:04.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2025-03-01T04:19:04.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2025-03-01T04:19:04.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2025-03-01T04:19:04.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3115 | 2025-03-01T04:19:04.957Z | |
| 3116 | 2025-03-01T04:19:04.957Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/199) |
| 3117 | 2025-03-01T04:19:05.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2025-03-01T04:19:05.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2025-03-01T04:19:05.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2025-03-01T04:19:05.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3121 | 2025-03-01T04:19:05.645Z | |
| 3122 | 2025-03-01T04:19:05.645Z | info: running `cargo check --bins` on nexus-db-model (129/199) |
| 3123 | 2025-03-01T04:19:06.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2025-03-01T04:19:06.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2025-03-01T04:19:06.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2025-03-01T04:19:06.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3127 | 2025-03-01T04:19:06.338Z | |
| 3128 | 2025-03-01T04:19:06.338Z | info: running `cargo check --bins` on nexus-defaults (130/199) |
| 3129 | 2025-03-01T04:19:06.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2025-03-01T04:19:06.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2025-03-01T04:19:06.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2025-03-01T04:19:06.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3133 | 2025-03-01T04:19:07.006Z | |
| 3134 | 2025-03-01T04:19:07.006Z | info: running `cargo check --bins` on nexus-inventory (131/199) |
| 3135 | 2025-03-01T04:19:07.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2025-03-01T04:19:07.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2025-03-01T04:19:07.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2025-03-01T04:19:07.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3139 | 2025-03-01T04:19:07.702Z | |
| 3140 | 2025-03-01T04:19:07.702Z | info: running `cargo check --bins` on typed-rng (132/199) |
| 3141 | 2025-03-01T04:19:08.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2025-03-01T04:19:08.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2025-03-01T04:19:08.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2025-03-01T04:19:08.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3145 | 2025-03-01T04:19:08.340Z | |
| 3146 | 2025-03-01T04:19:08.340Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199) |
| 3147 | 2025-03-01T04:19:08.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2025-03-01T04:19:08.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2025-03-01T04:19:09.109Z | Checking keccak v0.1.5 |
| 3150 | 2025-03-01T04:19:09.225Z | Checking secrecy v0.8.0 |
| 3151 | 2025-03-01T04:19:09.228Z | Compiling unicase v2.7.0 |
| 3152 | 2025-03-01T04:19:09.228Z | Compiling same-file v1.0.6 |
| 3153 | 2025-03-01T04:19:09.247Z | Compiling tempfile v3.13.0 |
| 3154 | 2025-03-01T04:19:09.273Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3155 | 2025-03-01T04:19:09.277Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3156 | 2025-03-01T04:19:09.277Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3157 | 2025-03-01T04:19:09.388Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3158 | 2025-03-01T04:19:09.490Z | Compiling walkdir v2.5.0 |
| 3159 | 2025-03-01T04:19:09.511Z | Checking sha3 v0.10.8 |
| 3160 | 2025-03-01T04:19:09.549Z | Checking universal-hash v0.5.1 |
| 3161 | 2025-03-01T04:19:09.688Z | Compiling blake3 v1.5.4 |
| 3162 | 2025-03-01T04:19:09.740Z | Checking opaque-debug v0.3.1 |
| 3163 | 2025-03-01T04:19:09.759Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3164 | 2025-03-01T04:19:09.844Z | Checking poly1305 v0.8.0 |
| 3165 | 2025-03-01T04:19:09.861Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3166 | 2025-03-01T04:19:09.878Z | Checking chacha20 v0.9.1 |
| 3167 | 2025-03-01T04:19:09.977Z | Checking aead v0.5.2 |
| 3168 | 2025-03-01T04:19:10.084Z | Compiling memmap2 v0.9.5 |
| 3169 | 2025-03-01T04:19:10.117Z | Compiling arrayref v0.3.9 |
| 3170 | 2025-03-01T04:19:10.195Z | Compiling libefi-sys v0.1.0 |
| 3171 | 2025-03-01T04:19:10.228Z | Compiling arrayvec v0.7.6 |
| 3172 | 2025-03-01T04:19:10.247Z | Compiling constant_time_eq v0.3.1 |
| 3173 | 2025-03-01T04:19:10.360Z | Compiling salty v0.3.0 |
| 3174 | 2025-03-01T04:19:10.438Z | Checking chacha20poly1305 v0.10.1 |
| 3175 | 2025-03-01T04:19:10.508Z | Compiling toolchain_find v0.4.0 |
| 3176 | 2025-03-01T04:19:10.603Z | Compiling camino-tempfile v1.1.1 |
| 3177 | 2025-03-01T04:19:10.621Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3178 | 2025-03-01T04:19:10.816Z | Compiling bitfield-struct v0.6.2 |
| 3179 | 2025-03-01T04:19:10.899Z | Compiling topological-sort v0.2.2 |
| 3180 | 2025-03-01T04:19:11.016Z | Compiling mime_guess v2.0.5 |
| 3181 | 2025-03-01T04:19:11.132Z | Compiling rustfmt-wrapper v0.2.1 |
| 3182 | 2025-03-01T04:19:11.540Z | Compiling progenitor v0.9.1 |
| 3183 | 2025-03-01T04:19:11.634Z | Compiling omicron-zone-package v0.12.0 |
| 3184 | 2025-03-01T04:19:11.704Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3185 | 2025-03-01T04:19:11.769Z | Checking primeorder v0.13.6 |
| 3186 | 2025-03-01T04:19:11.986Z | Checking env_filter v0.1.2 |
| 3187 | 2025-03-01T04:19:12.012Z | Checking thiserror-no-std v2.0.2 |
| 3188 | 2025-03-01T04:19:12.072Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3189 | 2025-03-01T04:19:12.147Z | Checking vsss-rs v3.3.4 |
| 3190 | 2025-03-01T04:19:12.150Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3191 | 2025-03-01T04:19:12.198Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3192 | 2025-03-01T04:19:12.218Z | Checking p384 v0.13.0 |
| 3193 | 2025-03-01T04:19:12.235Z | Checking env_logger v0.11.5 |
| 3194 | 2025-03-01T04:19:12.335Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3195 | 2025-03-01T04:19:12.435Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3196 | 2025-03-01T04:19:12.684Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3197 | 2025-03-01T04:19:12.701Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3198 | 2025-03-01T04:19:12.771Z | Checking simd-adler32 v0.3.7 |
| 3199 | 2025-03-01T04:19:12.842Z | Checking lockfree-object-pool v0.1.6 |
| 3200 | 2025-03-01T04:19:12.866Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3201 | 2025-03-01T04:19:13.090Z | Checking http-range v0.1.5 |
| 3202 | 2025-03-01T04:19:13.109Z | Checking bumpalo v3.16.0 |
| 3203 | 2025-03-01T04:19:13.156Z | Compiling zip v2.1.3 |
| 3204 | 2025-03-01T04:19:13.212Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3205 | 2025-03-01T04:19:13.284Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3206 | 2025-03-01T04:19:13.335Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3207 | 2025-03-01T04:19:13.438Z | Checking zopfli v0.8.1 |
| 3208 | 2025-03-01T04:19:13.631Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3209 | 2025-03-01T04:19:13.655Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3210 | 2025-03-01T04:19:14.125Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3211 | 2025-03-01T04:19:14.193Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3212 | 2025-03-01T04:19:14.303Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3213 | 2025-03-01T04:19:14.369Z | Checking atty v0.2.14 |
| 3214 | 2025-03-01T04:19:14.520Z | Checking glob v0.3.2 |
| 3215 | 2025-03-01T04:19:14.539Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3216 | 2025-03-01T04:19:14.723Z | Checking hyper-staticfile v0.10.1 |
| 3217 | 2025-03-01T04:19:14.740Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3218 | 2025-03-01T04:19:14.861Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3219 | 2025-03-01T04:19:15.215Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3220 | 2025-03-01T04:19:15.827Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3221 | 2025-03-01T04:19:16.084Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3222 | 2025-03-01T04:19:16.130Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3223 | 2025-03-01T04:19:16.315Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3224 | 2025-03-01T04:19:16.499Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3225 | 2025-03-01T04:19:16.527Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3226 | 2025-03-01T04:19:16.853Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3227 | 2025-03-01T04:19:17.066Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3228 | 2025-03-01T04:19:17.388Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3229 | 2025-03-01T04:19:17.464Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3230 | 2025-03-01T04:19:17.549Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3231 | 2025-03-01T04:19:20.396Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3232 | 2025-03-01T04:19:20.396Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3233 | 2025-03-01T04:19:29.355Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3234 | 2025-03-01T04:19:42.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.02s |
| 3235 | 2025-03-01T04:19:42.562Z | |
| 3236 | 2025-03-01T04:19:42.562Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199) |
| 3237 | 2025-03-01T04:19:43.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3238 | 2025-03-01T04:19:43.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3239 | 2025-03-01T04:19:43.332Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3240 | 2025-03-01T04:19:56.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
| 3241 | 2025-03-01T04:19:56.717Z | |
| 3242 | 2025-03-01T04:19:56.717Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199) |
| 3243 | 2025-03-01T04:19:57.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3244 | 2025-03-01T04:19:57.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3245 | 2025-03-01T04:19:57.482Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3246 | 2025-03-01T04:20:10.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
| 3247 | 2025-03-01T04:20:10.803Z | |
| 3248 | 2025-03-01T04:20:10.803Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199) |
| 3249 | 2025-03-01T04:20:11.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3250 | 2025-03-01T04:20:11.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3251 | 2025-03-01T04:20:11.569Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3252 | 2025-03-01T04:20:24.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
| 3253 | 2025-03-01T04:20:25.074Z | |
| 3254 | 2025-03-01T04:20:25.074Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199) |
| 3255 | 2025-03-01T04:20:25.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3256 | 2025-03-01T04:20:25.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3257 | 2025-03-01T04:20:25.840Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3258 | 2025-03-01T04:20:39.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
| 3259 | 2025-03-01T04:20:39.298Z | |
| 3260 | 2025-03-01T04:20:39.298Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199) |
| 3261 | 2025-03-01T04:20:39.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2025-03-01T04:20:39.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2025-03-01T04:20:40.065Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3264 | 2025-03-01T04:20:53.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
| 3265 | 2025-03-01T04:20:53.510Z | |
| 3266 | 2025-03-01T04:20:53.510Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199) |
| 3267 | 2025-03-01T04:20:54.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2025-03-01T04:20:54.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2025-03-01T04:20:54.281Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3270 | 2025-03-01T04:21:07.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
| 3271 | 2025-03-01T04:21:07.775Z | |
| 3272 | 2025-03-01T04:21:07.775Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199) |
| 3273 | 2025-03-01T04:21:08.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2025-03-01T04:21:08.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2025-03-01T04:21:08.547Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3276 | 2025-03-01T04:21:21.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
| 3277 | 2025-03-01T04:21:21.889Z | |
| 3278 | 2025-03-01T04:21:21.889Z | info: running `cargo check --bins` on bootstrap-agent-api (141/199) |
| 3279 | 2025-03-01T04:21:22.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2025-03-01T04:21:22.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2025-03-01T04:21:22.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3282 | 2025-03-01T04:21:22.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3283 | 2025-03-01T04:21:22.582Z | |
| 3284 | 2025-03-01T04:21:22.582Z | info: running `cargo check --bins` on key-manager (142/199) |
| 3285 | 2025-03-01T04:21:23.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2025-03-01T04:21:23.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2025-03-01T04:21:23.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2025-03-01T04:21:23.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3289 | 2025-03-01T04:21:23.239Z | |
| 3290 | 2025-03-01T04:21:23.239Z | info: running `cargo check --bins` on range-requests (143/199) |
| 3291 | 2025-03-01T04:21:23.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2025-03-01T04:21:23.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2025-03-01T04:21:23.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2025-03-01T04:21:23.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3295 | 2025-03-01T04:21:23.882Z | |
| 3296 | 2025-03-01T04:21:23.882Z | info: running `cargo check --bins` on repo-depot-api (144/199) |
| 3297 | 2025-03-01T04:21:24.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2025-03-01T04:21:24.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2025-03-01T04:21:24.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2025-03-01T04:21:24.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3301 | 2025-03-01T04:21:24.545Z | |
| 3302 | 2025-03-01T04:21:24.545Z | info: running `cargo check --bins` on sled-agent-api (145/199) |
| 3303 | 2025-03-01T04:21:25.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-03-01T04:21:25.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-03-01T04:21:25.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2025-03-01T04:21:25.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3307 | 2025-03-01T04:21:25.229Z | |
| 3308 | 2025-03-01T04:21:25.229Z | info: running `cargo check --bins` on sled-diagnostics (146/199) |
| 3309 | 2025-03-01T04:21:25.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-03-01T04:21:25.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-03-01T04:21:25.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2025-03-01T04:21:25.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3313 | 2025-03-01T04:21:25.874Z | |
| 3314 | 2025-03-01T04:21:25.874Z | info: running `cargo check --bins` on sled-hardware (147/199) |
| 3315 | 2025-03-01T04:21:26.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-03-01T04:21:26.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-03-01T04:21:26.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2025-03-01T04:21:26.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3319 | 2025-03-01T04:21:26.544Z | |
| 3320 | 2025-03-01T04:21:26.544Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/199) |
| 3321 | 2025-03-01T04:21:27.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-03-01T04:21:27.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-03-01T04:21:27.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-03-01T04:21:27.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3325 | 2025-03-01T04:21:27.217Z | |
| 3326 | 2025-03-01T04:21:27.217Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199) |
| 3327 | 2025-03-01T04:21:27.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-03-01T04:21:27.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-03-01T04:21:27.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2025-03-01T04:21:27.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3331 | 2025-03-01T04:21:27.890Z | |
| 3332 | 2025-03-01T04:21:27.890Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199) |
| 3333 | 2025-03-01T04:21:28.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-03-01T04:21:28.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-03-01T04:21:28.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2025-03-01T04:21:28.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3337 | 2025-03-01T04:21:28.584Z | |
| 3338 | 2025-03-01T04:21:28.584Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/199) |
| 3339 | 2025-03-01T04:21:29.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2025-03-01T04:21:29.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2025-03-01T04:21:29.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2025-03-01T04:21:29.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3343 | 2025-03-01T04:21:29.277Z | |
| 3344 | 2025-03-01T04:21:29.277Z | info: running `cargo check --bins` on nexus-test-interface (152/199) |
| 3345 | 2025-03-01T04:21:29.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2025-03-01T04:21:29.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2025-03-01T04:21:29.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2025-03-01T04:21:29.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3349 | 2025-03-01T04:21:29.969Z | |
| 3350 | 2025-03-01T04:21:29.969Z | info: running `cargo check --bins` on oximeter-collector (153/199) |
| 3351 | 2025-03-01T04:21:30.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2025-03-01T04:21:30.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2025-03-01T04:21:30.694Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3354 | 2025-03-01T04:21:30.694Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3355 | 2025-03-01T04:21:31.560Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3356 | 2025-03-01T04:21:33.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 3357 | 2025-03-01T04:21:33.694Z | |
| 3358 | 2025-03-01T04:21:33.694Z | info: running `cargo check --bins` on oximeter-api (154/199) |
| 3359 | 2025-03-01T04:21:34.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2025-03-01T04:21:34.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2025-03-01T04:21:34.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2025-03-01T04:21:34.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3363 | 2025-03-01T04:21:34.353Z | |
| 3364 | 2025-03-01T04:21:34.354Z | info: running `cargo check --bins` on cert-dev (155/199) |
| 3365 | 2025-03-01T04:21:34.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2025-03-01T04:21:34.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2025-03-01T04:21:34.989Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3368 | 2025-03-01T04:21:35.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3369 | 2025-03-01T04:21:35.443Z | |
| 3370 | 2025-03-01T04:21:35.443Z | info: running `cargo check --bins` on clickana (156/199) |
| 3371 | 2025-03-01T04:21:36.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2025-03-01T04:21:36.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2025-03-01T04:21:36.123Z | Checking itertools v0.13.0 |
| 3374 | 2025-03-01T04:21:36.123Z | Checking castaway v0.2.3 |
| 3375 | 2025-03-01T04:21:36.126Z | Checking lru v0.12.5 |
| 3376 | 2025-03-01T04:21:36.126Z | Compiling instability v0.3.2 |
| 3377 | 2025-03-01T04:21:36.126Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3378 | 2025-03-01T04:21:36.126Z | Checking cassowary v0.3.0 |
| 3379 | 2025-03-01T04:21:36.127Z | Compiling indoc v2.0.5 |
| 3380 | 2025-03-01T04:21:36.391Z | Checking compact_str v0.8.0 |
| 3381 | 2025-03-01T04:21:37.901Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3382 | 2025-03-01T04:21:37.950Z | Checking unicode-truncate v1.1.0 |
| 3383 | 2025-03-01T04:21:38.099Z | Checking ratatui v0.29.0 |
| 3384 | 2025-03-01T04:21:39.954Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3385 | 2025-03-01T04:21:40.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
| 3386 | 2025-03-01T04:21:40.959Z | |
| 3387 | 2025-03-01T04:21:40.959Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/199) |
| 3388 | 2025-03-01T04:21:41.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2025-03-01T04:21:41.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2025-03-01T04:21:41.666Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3391 | 2025-03-01T04:21:41.666Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3392 | 2025-03-01T04:21:42.674Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3393 | 2025-03-01T04:21:43.126Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3394 | 2025-03-01T04:21:43.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 3395 | 2025-03-01T04:21:43.678Z | |
| 3396 | 2025-03-01T04:21:43.678Z | info: running `cargo check --bins` on ch-dev (158/199) |
| 3397 | 2025-03-01T04:21:44.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2025-03-01T04:21:44.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2025-03-01T04:21:44.363Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3400 | 2025-03-01T04:21:45.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 3401 | 2025-03-01T04:21:45.275Z | |
| 3402 | 2025-03-01T04:21:45.275Z | info: running `cargo check --bins` on crdb-seed (159/199) |
| 3403 | 2025-03-01T04:21:45.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2025-03-01T04:21:45.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2025-03-01T04:21:45.966Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3406 | 2025-03-01T04:21:46.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3407 | 2025-03-01T04:21:46.508Z | |
| 3408 | 2025-03-01T04:21:46.508Z | info: running `cargo check --bins` on db-dev (160/199) |
| 3409 | 2025-03-01T04:21:47.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2025-03-01T04:21:47.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2025-03-01T04:21:47.199Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3412 | 2025-03-01T04:21:47.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3413 | 2025-03-01T04:21:48.127Z | |
| 3414 | 2025-03-01T04:21:48.128Z | info: running `cargo check --bins` on omicron-dev-lib (161/199) |
| 3415 | 2025-03-01T04:21:48.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2025-03-01T04:21:48.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2025-03-01T04:21:48.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2025-03-01T04:21:48.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3419 | 2025-03-01T04:21:48.806Z | |
| 3420 | 2025-03-01T04:21:48.806Z | info: running `cargo check --bins` on xtask-downloader (162/199) |
| 3421 | 2025-03-01T04:21:49.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2025-03-01T04:21:49.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2025-03-01T04:21:49.449Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3424 | 2025-03-01T04:21:50.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 3425 | 2025-03-01T04:21:50.458Z | |
| 3426 | 2025-03-01T04:21:50.458Z | info: running `cargo check --bins` on omicron-ls-apis (163/199) |
| 3427 | 2025-03-01T04:21:51.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2025-03-01T04:21:51.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2025-03-01T04:21:51.108Z | Checking cargo-platform v0.1.8 |
| 3430 | 2025-03-01T04:21:51.388Z | Checking cargo_metadata v0.19.1 |
| 3431 | 2025-03-01T04:21:52.388Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3432 | 2025-03-01T04:21:53.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
| 3433 | 2025-03-01T04:21:53.383Z | |
| 3434 | 2025-03-01T04:21:53.383Z | info: running `cargo check --bins` on mgs-dev (164/199) |
| 3435 | 2025-03-01T04:21:54.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2025-03-01T04:21:54.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2025-03-01T04:21:54.128Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3438 | 2025-03-01T04:21:55.557Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3439 | 2025-03-01T04:21:56.112Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3440 | 2025-03-01T04:21:56.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 3441 | 2025-03-01T04:21:56.851Z | |
| 3442 | 2025-03-01T04:21:56.851Z | info: running `cargo check --bins` on omicron-omdb (165/199) |
| 3443 | 2025-03-01T04:21:57.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-03-01T04:21:57.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-03-01T04:21:57.667Z | Compiling crunchy v0.2.2 |
| 3446 | 2025-03-01T04:21:57.667Z | Compiling tiny-keccak v2.0.2 |
| 3447 | 2025-03-01T04:21:57.667Z | Compiling dsl_auto_type v0.1.2 |
| 3448 | 2025-03-01T04:21:57.671Z | Checking scheduled-thread-pool v0.2.7 |
| 3449 | 2025-03-01T04:21:57.671Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3450 | 2025-03-01T04:21:57.799Z | Compiling ascii-canvas v3.0.0 |
| 3451 | 2025-03-01T04:21:57.808Z | Compiling ena v0.14.3 |
| 3452 | 2025-03-01T04:21:57.820Z | Compiling regex-syntax v0.6.29 |
| 3453 | 2025-03-01T04:21:57.990Z | Checking r2d2 v0.8.10 |
| 3454 | 2025-03-01T04:21:58.103Z | Compiling bindgen v0.71.1 |
| 3455 | 2025-03-01T04:21:58.209Z | Compiling diff v0.1.13 |
| 3456 | 2025-03-01T04:21:58.219Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3457 | 2025-03-01T04:21:58.305Z | Compiling rustc-hash v2.1.1 |
| 3458 | 2025-03-01T04:21:58.305Z | Compiling ref-cast v1.0.23 |
| 3459 | 2025-03-01T04:21:58.506Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3460 | 2025-03-01T04:21:58.527Z | Compiling derive_builder_core v0.20.2 |
| 3461 | 2025-03-01T04:21:58.739Z | Compiling libxml v0.3.3 |
| 3462 | 2025-03-01T04:21:58.808Z | Compiling ref-cast-impl v1.0.23 |
| 3463 | 2025-03-01T04:21:58.908Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3464 | 2025-03-01T04:21:59.092Z | Compiling diesel_derives v2.2.3 |
| 3465 | 2025-03-01T04:21:59.172Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3466 | 2025-03-01T04:21:59.200Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3467 | 2025-03-01T04:21:59.400Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3468 | 2025-03-01T04:21:59.511Z | Compiling strum_macros v0.24.3 |
| 3469 | 2025-03-01T04:21:59.739Z | Compiling indoc v1.0.9 |
| 3470 | 2025-03-01T04:22:00.552Z | Compiling derive_builder_macro v0.20.2 |
| 3471 | 2025-03-01T04:22:00.630Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3472 | 2025-03-01T04:22:00.990Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3473 | 2025-03-01T04:22:01.425Z | Compiling lalrpop v0.19.12 |
| 3474 | 2025-03-01T04:22:01.505Z | Checking derive_builder v0.20.2 |
| 3475 | 2025-03-01T04:22:01.678Z | Compiling oso-derive v0.27.3 |
| 3476 | 2025-03-01T04:22:02.117Z | Checking quick-xml v0.37.2 |
| 3477 | 2025-03-01T04:22:02.655Z | Compiling diesel-dtrace v0.4.2 |
| 3478 | 2025-03-01T04:22:02.736Z | Checking maplit v1.0.2 |
| 3479 | 2025-03-01T04:22:02.900Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3480 | 2025-03-01T04:22:03.052Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3481 | 2025-03-01T04:22:03.072Z | Checking bb8 v0.8.5 |
| 3482 | 2025-03-01T04:22:03.401Z | Checking io-lifetimes v1.0.11 |
| 3483 | 2025-03-01T04:22:03.531Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3484 | 2025-03-01T04:22:03.592Z | Checking rustix v0.37.28 |
| 3485 | 2025-03-01T04:22:03.857Z | Checking rand_seeder v0.3.0 |
| 3486 | 2025-03-01T04:22:04.093Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3487 | 2025-03-01T04:22:04.113Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3488 | 2025-03-01T04:22:04.327Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3489 | 2025-03-01T04:22:04.446Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3490 | 2025-03-01T04:22:04.586Z | Checking terminal_size v0.2.6 |
| 3491 | 2025-03-01T04:22:04.767Z | Checking is_ci v1.2.0 |
| 3492 | 2025-03-01T04:22:04.787Z | Checking smawk v0.3.2 |
| 3493 | 2025-03-01T04:22:04.927Z | Checking unicode-linebreak v0.1.5 |
| 3494 | 2025-03-01T04:22:05.008Z | Checking supports-color v3.0.2 |
| 3495 | 2025-03-01T04:22:05.263Z | Checking multimap v0.10.0 |
| 3496 | 2025-03-01T04:22:05.372Z | Checking textwrap v0.16.1 |
| 3497 | 2025-03-01T04:22:06.578Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3498 | 2025-03-01T04:22:07.687Z | Checking diesel v2.2.7 |
| 3499 | 2025-03-01T04:22:22.810Z | Compiling samael v0.0.18 |
| 3500 | 2025-03-01T04:22:39.967Z | Checking async-bb8-diesel v0.2.1 |
| 3501 | 2025-03-01T04:22:41.270Z | Compiling polar-core v0.27.3 |
| 3502 | 2025-03-01T04:22:48.491Z | Checking oso v0.27.3 |
| 3503 | 2025-03-01T04:23:47.653Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3504 | 2025-03-01T04:23:54.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
| 3505 | 2025-03-01T04:23:54.250Z | |
| 3506 | 2025-03-01T04:23:54.250Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199) |
| 3507 | 2025-03-01T04:23:54.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2025-03-01T04:23:54.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2025-03-01T04:23:54.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2025-03-01T04:23:54.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3511 | 2025-03-01T04:23:54.967Z | |
| 3512 | 2025-03-01T04:23:54.967Z | info: running `cargo check --bins` on nexus-saga-recovery (167/199) |
| 3513 | 2025-03-01T04:23:55.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2025-03-01T04:23:55.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2025-03-01T04:23:55.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2025-03-01T04:23:55.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3517 | 2025-03-01T04:23:55.678Z | |
| 3518 | 2025-03-01T04:23:55.678Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/199) |
| 3519 | 2025-03-01T04:23:56.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2025-03-01T04:23:56.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2025-03-01T04:23:56.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2025-03-01T04:23:56.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3523 | 2025-03-01T04:23:56.330Z | |
| 3524 | 2025-03-01T04:23:56.330Z | info: running `cargo check --bins` on omicron-nexus (169/199) |
| 3525 | 2025-03-01T04:23:56.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2025-03-01T04:23:56.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2025-03-01T04:23:57.164Z | Compiling libz-sys v1.1.20 |
| 3528 | 2025-03-01T04:23:57.168Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3529 | 2025-03-01T04:23:57.299Z | Compiling vergen v8.3.2 |
| 3530 | 2025-03-01T04:23:57.302Z | Compiling cargo-platform v0.1.8 |
| 3531 | 2025-03-01T04:23:57.302Z | Compiling pin-project-internal v1.1.6 |
| 3532 | 2025-03-01T04:23:57.340Z | Compiling snafu-derive v0.8.5 |
| 3533 | 2025-03-01T04:23:57.343Z | Compiling buf-list v1.0.3 |
| 3534 | 2025-03-01T04:23:57.343Z | Compiling rustls v0.21.12 |
| 3535 | 2025-03-01T04:23:57.629Z | Compiling cargo_metadata v0.18.1 |
| 3536 | 2025-03-01T04:23:57.693Z | Checking globset v0.4.15 |
| 3537 | 2025-03-01T04:23:57.791Z | Checking olpc-cjson v0.1.4 |
| 3538 | 2025-03-01T04:23:58.026Z | Checking sct v0.7.1 |
| 3539 | 2025-03-01T04:23:58.060Z | Checking rustls-webpki v0.101.7 |
| 3540 | 2025-03-01T04:23:58.150Z | Checking serde_plain v1.0.2 |
| 3541 | 2025-03-01T04:23:58.173Z | Checking typed-path v0.9.3 |
| 3542 | 2025-03-01T04:23:58.372Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3543 | 2025-03-01T04:23:58.532Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3544 | 2025-03-01T04:23:58.687Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3545 | 2025-03-01T04:23:58.807Z | Checking parse-size v1.1.0 |
| 3546 | 2025-03-01T04:23:59.063Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3547 | 2025-03-01T04:23:59.090Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3548 | 2025-03-01T04:23:59.885Z | Checking pin-project v1.1.6 |
| 3549 | 2025-03-01T04:23:59.974Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3550 | 2025-03-01T04:23:59.995Z | Checking rustls-pemfile v1.0.4 |
| 3551 | 2025-03-01T04:24:00.019Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3552 | 2025-03-01T04:24:00.094Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3553 | 2025-03-01T04:24:00.197Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3554 | 2025-03-01T04:24:00.322Z | Checking twox-hash v2.1.0 |
| 3555 | 2025-03-01T04:24:00.512Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3556 | 2025-03-01T04:24:00.670Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3557 | 2025-03-01T04:24:00.981Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3558 | 2025-03-01T04:24:01.634Z | Checking tokio-rustls v0.24.1 |
| 3559 | 2025-03-01T04:24:01.883Z | Checking snafu v0.8.5 |
| 3560 | 2025-03-01T04:24:02.014Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3561 | 2025-03-01T04:24:02.360Z | Checking tough v0.19.0 |
| 3562 | 2025-03-01T04:24:02.413Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3563 | 2025-03-01T04:24:02.503Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3564 | 2025-03-01T04:24:02.701Z | Checking fatfs v0.3.6 |
| 3565 | 2025-03-01T04:24:02.730Z | Checking assert_matches v1.5.0 |
| 3566 | 2025-03-01T04:24:06.125Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3567 | 2025-03-01T04:24:07.442Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3568 | 2025-03-01T04:24:09.220Z | Compiling git2 v0.19.0 |
| 3569 | 2025-03-01T04:24:13.169Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3570 | 2025-03-01T04:25:08.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 3571 | 2025-03-01T04:25:09.143Z | |
| 3572 | 2025-03-01T04:25:09.143Z | info: running `cargo check --bins` on nexus-external-api (170/199) |
| 3573 | 2025-03-01T04:25:09.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2025-03-01T04:25:09.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2025-03-01T04:25:09.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2025-03-01T04:25:09.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3577 | 2025-03-01T04:25:09.882Z | |
| 3578 | 2025-03-01T04:25:09.882Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
| 3579 | 2025-03-01T04:25:10.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2025-03-01T04:25:10.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2025-03-01T04:25:10.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2025-03-01T04:25:10.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3583 | 2025-03-01T04:25:10.592Z | |
| 3584 | 2025-03-01T04:25:10.592Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
| 3585 | 2025-03-01T04:25:11.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2025-03-01T04:25:11.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2025-03-01T04:25:11.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2025-03-01T04:25:11.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3589 | 2025-03-01T04:25:11.330Z | |
| 3590 | 2025-03-01T04:25:11.330Z | info: running `cargo check --bins` on nexus-networking (173/199) |
| 3591 | 2025-03-01T04:25:11.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2025-03-01T04:25:11.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2025-03-01T04:25:11.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2025-03-01T04:25:11.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3595 | 2025-03-01T04:25:12.050Z | |
| 3596 | 2025-03-01T04:25:12.050Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
| 3597 | 2025-03-01T04:25:12.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2025-03-01T04:25:12.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2025-03-01T04:25:12.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2025-03-01T04:25:12.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3601 | 2025-03-01T04:25:12.764Z | |
| 3602 | 2025-03-01T04:25:12.764Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
| 3603 | 2025-03-01T04:25:13.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2025-03-01T04:25:13.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2025-03-01T04:25:13.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3606 | 2025-03-01T04:25:13.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3607 | 2025-03-01T04:25:13.477Z | |
| 3608 | 2025-03-01T04:25:13.478Z | info: running `cargo check --bins` on update-common (176/199) |
| 3609 | 2025-03-01T04:25:14.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3610 | 2025-03-01T04:25:14.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3611 | 2025-03-01T04:25:14.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3612 | 2025-03-01T04:25:14.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3613 | 2025-03-01T04:25:14.168Z | |
| 3614 | 2025-03-01T04:25:14.169Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
| 3615 | 2025-03-01T04:25:14.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3616 | 2025-03-01T04:25:14.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3617 | 2025-03-01T04:25:14.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3618 | 2025-03-01T04:25:14.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3619 | 2025-03-01T04:25:14.857Z | |
| 3620 | 2025-03-01T04:25:14.857Z | info: running `cargo check --bins` on tufaceous (178/199) |
| 3621 | 2025-03-01T04:25:15.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3622 | 2025-03-01T04:25:15.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3623 | 2025-03-01T04:25:15.564Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3624 | 2025-03-01T04:25:15.861Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3625 | 2025-03-01T04:25:16.860Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3626 | 2025-03-01T04:25:17.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s |
| 3627 | 2025-03-01T04:25:17.850Z | |
| 3628 | 2025-03-01T04:25:17.850Z | info: running `cargo check --bins` on omicron-dev (179/199) |
| 3629 | 2025-03-01T04:25:18.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2025-03-01T04:25:18.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2025-03-01T04:25:18.741Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3632 | 2025-03-01T04:25:18.741Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3633 | 2025-03-01T04:25:18.885Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3634 | 2025-03-01T04:25:18.888Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3635 | 2025-03-01T04:25:19.874Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3636 | 2025-03-01T04:25:46.698Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3637 | 2025-03-01T04:25:46.701Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3638 | 2025-03-01T04:25:46.701Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3639 | 2025-03-01T04:25:46.701Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3640 | 2025-03-01T04:25:46.701Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3641 | 2025-03-01T04:25:46.701Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3642 | 2025-03-01T04:25:47.464Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3643 | 2025-03-01T04:25:48.732Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3644 | 2025-03-01T04:26:30.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 3645 | 2025-03-01T04:26:30.355Z | |
| 3646 | 2025-03-01T04:26:30.355Z | info: running `cargo check --bins` on openapi-manager (180/199) |
| 3647 | 2025-03-01T04:26:31.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2025-03-01T04:26:31.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2025-03-01T04:26:31.126Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3650 | 2025-03-01T04:26:31.126Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3651 | 2025-03-01T04:26:31.129Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3652 | 2025-03-01T04:26:31.264Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3653 | 2025-03-01T04:26:31.267Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3654 | 2025-03-01T04:26:31.277Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3655 | 2025-03-01T04:26:31.309Z | Checking papergrid v0.14.0 |
| 3656 | 2025-03-01T04:26:31.312Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3657 | 2025-03-01T04:26:31.495Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3658 | 2025-03-01T04:26:31.610Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3659 | 2025-03-01T04:26:31.873Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3660 | 2025-03-01T04:26:31.979Z | Compiling proc-macro-error2 v2.0.1 |
| 3661 | 2025-03-01T04:26:32.573Z | Compiling tabled_derive v0.10.0 |
| 3662 | 2025-03-01T04:26:32.726Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3663 | 2025-03-01T04:26:33.009Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3664 | 2025-03-01T04:26:33.035Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3665 | 2025-03-01T04:26:33.480Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3666 | 2025-03-01T04:26:34.002Z | Checking heck v0.4.1 |
| 3667 | 2025-03-01T04:26:34.078Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3668 | 2025-03-01T04:26:34.221Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3669 | 2025-03-01T04:26:34.463Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3670 | 2025-03-01T04:26:34.601Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3671 | 2025-03-01T04:26:35.067Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3672 | 2025-03-01T04:26:35.231Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3673 | 2025-03-01T04:26:35.290Z | Checking tabled v0.18.0 |
| 3674 | 2025-03-01T04:26:35.536Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3675 | 2025-03-01T04:26:35.558Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3676 | 2025-03-01T04:26:35.667Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3677 | 2025-03-01T04:26:37.347Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3678 | 2025-03-01T04:26:37.347Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3679 | 2025-03-01T04:26:40.287Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3680 | 2025-03-01T04:26:41.850Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3681 | 2025-03-01T04:26:46.476Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3682 | 2025-03-01T04:26:46.479Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3683 | 2025-03-01T04:26:47.736Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3684 | 2025-03-01T04:26:49.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s |
| 3685 | 2025-03-01T04:26:49.300Z | |
| 3686 | 2025-03-01T04:26:49.300Z | info: running `cargo check --bins` on installinator-api (181/199) |
| 3687 | 2025-03-01T04:26:49.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2025-03-01T04:26:49.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2025-03-01T04:26:49.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2025-03-01T04:26:49.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3691 | 2025-03-01T04:26:49.994Z | |
| 3692 | 2025-03-01T04:26:49.994Z | info: running `cargo check --bins` on wicketd-api (182/199) |
| 3693 | 2025-03-01T04:26:50.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2025-03-01T04:26:50.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2025-03-01T04:26:50.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2025-03-01T04:26:50.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3697 | 2025-03-01T04:26:50.700Z | |
| 3698 | 2025-03-01T04:26:50.700Z | info: running `cargo check --bins` on omicron-pins (183/199) |
| 3699 | 2025-03-01T04:26:51.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2025-03-01T04:26:51.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2025-03-01T04:26:51.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2025-03-01T04:26:51.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3703 | 2025-03-01T04:26:51.363Z | |
| 3704 | 2025-03-01T04:26:51.363Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
| 3705 | 2025-03-01T04:26:51.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2025-03-01T04:26:51.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2025-03-01T04:26:52.104Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3708 | 2025-03-01T04:26:52.104Z | Compiling petname v2.0.2 |
| 3709 | 2025-03-01T04:26:52.107Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3710 | 2025-03-01T04:26:52.107Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3711 | 2025-03-01T04:26:52.108Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3712 | 2025-03-01T04:26:52.108Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3713 | 2025-03-01T04:26:52.218Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3714 | 2025-03-01T04:26:52.241Z | Checking sync-ptr v0.1.1 |
| 3715 | 2025-03-01T04:26:57.324Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3716 | 2025-03-01T04:26:57.924Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3717 | 2025-03-01T04:26:59.114Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3718 | 2025-03-01T04:27:00.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s |
| 3719 | 2025-03-01T04:27:00.850Z | |
| 3720 | 2025-03-01T04:27:00.850Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
| 3721 | 2025-03-01T04:27:01.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2025-03-01T04:27:01.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2025-03-01T04:27:01.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2025-03-01T04:27:01.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3725 | 2025-03-01T04:27:01.556Z | |
| 3726 | 2025-03-01T04:27:01.556Z | info: running `cargo check --bins` on omicron-releng (186/199) |
| 3727 | 2025-03-01T04:27:02.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2025-03-01T04:27:02.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2025-03-01T04:27:02.271Z | Checking memmap2 v0.9.5 |
| 3730 | 2025-03-01T04:27:02.271Z | Checking arrayref v0.3.9 |
| 3731 | 2025-03-01T04:27:02.271Z | Checking arrayvec v0.7.6 |
| 3732 | 2025-03-01T04:27:02.274Z | Checking constant_time_eq v0.3.1 |
| 3733 | 2025-03-01T04:27:02.274Z | Checking topological-sort v0.2.2 |
| 3734 | 2025-03-01T04:27:02.274Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3735 | 2025-03-01T04:27:02.381Z | Checking shell-words v1.1.0 |
| 3736 | 2025-03-01T04:27:02.653Z | Checking blake3 v1.5.4 |
| 3737 | 2025-03-01T04:27:03.005Z | Checking omicron-zone-package v0.12.0 |
| 3738 | 2025-03-01T04:27:04.103Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3739 | 2025-03-01T04:27:05.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
| 3740 | 2025-03-01T04:27:05.190Z | |
| 3741 | 2025-03-01T04:27:05.190Z | info: running `cargo check --bins` on xtask (187/199) |
| 3742 | 2025-03-01T04:27:05.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2025-03-01T04:27:05.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2025-03-01T04:27:05.659Z | Checking bitflags v2.6.0 |
| 3745 | 2025-03-01T04:27:05.662Z | Checking serde v1.0.218 |
| 3746 | 2025-03-01T04:27:05.662Z | Checking thiserror v1.0.69 |
| 3747 | 2025-03-01T04:27:05.758Z | Checking scroll v0.12.0 |
| 3748 | 2025-03-01T04:27:05.766Z | Checking log v0.4.22 |
| 3749 | 2025-03-01T04:27:05.769Z | Checking hashbrown v0.15.1 |
| 3750 | 2025-03-01T04:27:05.769Z | Checking zerocopy v0.7.35 |
| 3751 | 2025-03-01T04:27:05.805Z | Checking syn v2.0.98 |
| 3752 | 2025-03-01T04:27:05.866Z | Checking pest v2.7.14 |
| 3753 | 2025-03-01T04:27:05.993Z | Checking rustix v0.38.37 |
| 3754 | 2025-03-01T04:27:06.016Z | Checking once_cell v1.20.3 |
| 3755 | 2025-03-01T04:27:06.187Z | Checking goblin v0.8.2 |
| 3756 | 2025-03-01T04:27:06.298Z | Checking thiserror v2.0.11 |
| 3757 | 2025-03-01T04:27:06.446Z | Checking fs-err v2.11.0 |
| 3758 | 2025-03-01T04:27:06.761Z | Checking indexmap v2.7.1 |
| 3759 | 2025-03-01T04:27:06.792Z | Checking tabled v0.15.0 |
| 3760 | 2025-03-01T04:27:06.951Z | Checking anyhow v1.0.96 |
| 3761 | 2025-03-01T04:27:07.607Z | Checking terminal_size v0.4.0 |
| 3762 | 2025-03-01T04:27:07.607Z | Checking tempfile v3.13.0 |
| 3763 | 2025-03-01T04:27:07.782Z | Checking clap_builder v4.5.31 |
| 3764 | 2025-03-01T04:27:08.310Z | Checking dtrace-parser v0.2.0 |
| 3765 | 2025-03-01T04:27:09.488Z | Checking serde_json v1.0.139 |
| 3766 | 2025-03-01T04:27:09.488Z | Checking serde_spanned v0.6.8 |
| 3767 | 2025-03-01T04:27:09.492Z | Checking toml_datetime v0.6.8 |
| 3768 | 2025-03-01T04:27:09.492Z | Checking camino v1.1.9 |
| 3769 | 2025-03-01T04:27:09.492Z | Checking semver v1.0.25 |
| 3770 | 2025-03-01T04:27:09.703Z | Checking cargo-platform v0.1.8 |
| 3771 | 2025-03-01T04:27:09.809Z | Checking toml_edit v0.22.24 |
| 3772 | 2025-03-01T04:27:09.887Z | Checking macaddr v1.0.1 |
| 3773 | 2025-03-01T04:27:10.026Z | Checking camino-tempfile v1.1.1 |
| 3774 | 2025-03-01T04:27:10.196Z | Checking clap v4.5.31 |
| 3775 | 2025-03-01T04:27:10.643Z | Checking dof v0.3.0 |
| 3776 | 2025-03-01T04:27:10.643Z | Checking cargo_metadata v0.19.1 |
| 3777 | 2025-03-01T04:27:11.067Z | Checking usdt-impl v0.5.0 |
| 3778 | 2025-03-01T04:27:11.424Z | Checking usdt v0.5.0 |
| 3779 | 2025-03-01T04:27:11.715Z | Checking toml v0.8.20 |
| 3780 | 2025-03-01T04:27:12.146Z | Checking cargo_toml v0.21.0 |
| 3781 | 2025-03-01T04:27:13.260Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3782 | 2025-03-01T04:27:13.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s |
| 3783 | 2025-03-01T04:27:13.993Z | |
| 3784 | 2025-03-01T04:27:13.993Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
| 3785 | 2025-03-01T04:27:14.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2025-03-01T04:27:14.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2025-03-01T04:27:14.795Z | Checking polyval v0.6.2 |
| 3788 | 2025-03-01T04:27:14.914Z | Checking ctr v0.9.2 |
| 3789 | 2025-03-01T04:27:14.927Z | Checking ssh-encoding v0.2.0 |
| 3790 | 2025-03-01T04:27:14.931Z | Checking blowfish v0.9.1 |
| 3791 | 2025-03-01T04:27:14.947Z | Checking password-hash v0.4.2 |
| 3792 | 2025-03-01T04:27:14.963Z | Checking p521 v0.13.3 |
| 3793 | 2025-03-01T04:27:14.966Z | Checking p256 v0.13.2 |
| 3794 | 2025-03-01T04:27:14.995Z | Checking russh-cryptovec v0.7.3 |
| 3795 | 2025-03-01T04:27:15.144Z | Checking ghash v0.5.1 |
| 3796 | 2025-03-01T04:27:15.164Z | Checking bcrypt-pbkdf v0.10.0 |
| 3797 | 2025-03-01T04:27:15.167Z | Checking md5 v0.7.0 |
| 3798 | 2025-03-01T04:27:15.202Z | Checking num-bigint v0.4.6 |
| 3799 | 2025-03-01T04:27:15.221Z | Checking des v0.8.1 |
| 3800 | 2025-03-01T04:27:15.311Z | Checking aes-gcm v0.10.3 |
| 3801 | 2025-03-01T04:27:15.340Z | Checking pbkdf2 v0.11.0 |
| 3802 | 2025-03-01T04:27:15.420Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3803 | 2025-03-01T04:27:15.459Z | Checking hex-literal v0.4.1 |
| 3804 | 2025-03-01T04:27:15.462Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3805 | 2025-03-01T04:27:15.513Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3806 | 2025-03-01T04:27:15.536Z | Checking ssh-cipher v0.2.0 |
| 3807 | 2025-03-01T04:27:15.604Z | Checking internet-checksum v0.2.1 |
| 3808 | 2025-03-01T04:27:15.841Z | Checking ssh-key v0.6.6 |
| 3809 | 2025-03-01T04:27:16.052Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3810 | 2025-03-01T04:27:17.022Z | Checking russh-keys v0.45.0 |
| 3811 | 2025-03-01T04:27:17.837Z | Checking russh v0.45.0 |
| 3812 | 2025-03-01T04:27:35.535Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3813 | 2025-03-01T04:27:36.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.89s |
| 3814 | 2025-03-01T04:27:37.103Z | |
| 3815 | 2025-03-01T04:27:37.103Z | info: running `cargo check --bins` on gateway-cli (189/199) |
| 3816 | 2025-03-01T04:27:37.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2025-03-01T04:27:37.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2025-03-01T04:27:37.794Z | Checking termios v0.3.3 |
| 3819 | 2025-03-01T04:27:38.019Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3820 | 2025-03-01T04:27:38.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 3821 | 2025-03-01T04:27:38.979Z | |
| 3822 | 2025-03-01T04:27:38.979Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
| 3823 | 2025-03-01T04:27:39.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2025-03-01T04:27:39.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2025-03-01T04:27:39.727Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3826 | 2025-03-01T04:27:39.727Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3827 | 2025-03-01T04:27:39.730Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3828 | 2025-03-01T04:27:39.730Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3829 | 2025-03-01T04:27:40.732Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3830 | 2025-03-01T04:27:41.948Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3831 | 2025-03-01T04:27:43.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
| 3832 | 2025-03-01T04:27:43.911Z | |
| 3833 | 2025-03-01T04:27:43.911Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
| 3834 | 2025-03-01T04:27:44.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2025-03-01T04:27:44.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2025-03-01T04:27:44.583Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3837 | 2025-03-01T04:27:45.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3838 | 2025-03-01T04:27:45.231Z | |
| 3839 | 2025-03-01T04:27:45.231Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
| 3840 | 2025-03-01T04:27:45.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2025-03-01T04:27:45.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2025-03-01T04:27:45.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2025-03-01T04:27:45.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3844 | 2025-03-01T04:27:45.888Z | |
| 3845 | 2025-03-01T04:27:45.889Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
| 3846 | 2025-03-01T04:27:46.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-03-01T04:27:46.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-03-01T04:27:46.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2025-03-01T04:27:46.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3850 | 2025-03-01T04:27:46.549Z | |
| 3851 | 2025-03-01T04:27:46.549Z | info: running `cargo check --bins` on omicron-package (194/199) |
| 3852 | 2025-03-01T04:27:47.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-03-01T04:27:47.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-03-01T04:27:47.262Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3855 | 2025-03-01T04:27:48.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 3856 | 2025-03-01T04:27:48.802Z | |
| 3857 | 2025-03-01T04:27:48.802Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
| 3858 | 2025-03-01T04:27:49.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2025-03-01T04:27:49.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2025-03-01T04:27:49.555Z | Checking rtoolbox v0.0.2 |
| 3861 | 2025-03-01T04:27:49.555Z | Checking tui-tree-widget v0.23.0 |
| 3862 | 2025-03-01T04:27:49.558Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3863 | 2025-03-01T04:27:49.800Z | Checking rpassword v7.3.1 |
| 3864 | 2025-03-01T04:27:54.285Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3865 | 2025-03-01T04:27:57.099Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3866 | 2025-03-01T04:27:58.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.44s |
| 3867 | 2025-03-01T04:27:58.450Z | |
| 3868 | 2025-03-01T04:27:58.450Z | info: running `cargo check --bins` on wicket (196/199) |
| 3869 | 2025-03-01T04:27:59.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2025-03-01T04:27:59.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2025-03-01T04:27:59.217Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3872 | 2025-03-01T04:27:59.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3873 | 2025-03-01T04:27:59.852Z | |
| 3874 | 2025-03-01T04:27:59.852Z | info: running `cargo check --bins` on wicketd (197/199) |
| 3875 | 2025-03-01T04:28:00.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2025-03-01T04:28:00.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2025-03-01T04:28:00.623Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3878 | 2025-03-01T04:28:00.623Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3879 | 2025-03-01T04:28:01.457Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3880 | 2025-03-01T04:28:05.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
| 3881 | 2025-03-01T04:28:05.548Z | |
| 3882 | 2025-03-01T04:28:05.548Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
| 3883 | 2025-03-01T04:28:06.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2025-03-01T04:28:06.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2025-03-01T04:28:06.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2025-03-01T04:28:06.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3887 | 2025-03-01T04:28:06.207Z | |
| 3888 | 2025-03-01T04:28:06.207Z | info: running `cargo check --bins` on zone-setup (199/199) |
| 3889 | 2025-03-01T04:28:06.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2025-03-01T04:28:06.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2025-03-01T04:28:06.946Z | Checking uzers v0.12.1 |
| 3892 | 2025-03-01T04:28:07.288Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3893 | 2025-03-01T04:28:08.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 3894 | 2025-03-01T04:28:08.448Z | |
| 3895 | 2025-03-01T04:28:08.448Z | real 13:46.059152515 |
| 3896 | 2025-03-01T04:28:08.448Z | user 27:33.549890661 |
| 3897 | 2025-03-01T04:28:08.448Z | sys 4:18.316402365 |
| 3898 | 2025-03-01T04:28:08.448Z | trap 0.561556026 |
| 3899 | 2025-03-01T04:28:08.448Z | tflt 0.475393923 |
| 3900 | 2025-03-01T04:28:08.448Z | dflt 1.966511192 |
| 3901 | 2025-03-01T04:28:08.448Z | kflt 0.001423059 |
| 3902 | 2025-03-01T04:28:08.451Z | lock 47:26.721826949 |
| 3903 | 2025-03-01T04:28:08.451Z | slp 2:12:20.284549164 |
| 3904 | 2025-03-01T04:28:08.451Z | lat 1:07.187508986 |
| 3905 | 2025-03-01T04:28:08.452Z | stop 3:59.223484502 |
| 3906 | 2025-03-01T04:28:08.452Z | process exited: duration 1282261 ms, exit code 0 |
| |
| 3907 | 2025-03-01T04:28:08.458Z | found 0 output files |