|
|
|
| 1 | 2025-02-25T01:38:29.188Z | job assigned to worker 01JMXC17J6E48XPW2Q42V8SMZZ [factory aws, i-06bb3ce0439f0094b] (queued for 56 m 44 s) |
| |
| 2 | 2025-02-25T01:38:37.649Z | starting task 0: "setup" |
| 3 | 2025-02-25T01:38:37.656Z | ++ uname -s |
| 4 | 2025-02-25T01:38:37.659Z | + kern=SunOS |
| 5 | 2025-02-25T01:38:37.659Z | + build_user=build |
| 6 | 2025-02-25T01:38:37.659Z | + build_uid=12345 |
| 7 | 2025-02-25T01:38:37.659Z | + work_dir=/work |
| 8 | 2025-02-25T01:38:37.659Z | + input_dir=/input |
| 9 | 2025-02-25T01:38:37.659Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-25T01:38:37.659Z | + case "$kern" in |
| 11 | 2025-02-25T01:38:37.659Z | + groupadd -g 12345 build |
| 12 | 2025-02-25T01:38:37.662Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-25T01:38:39.670Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-25T01:38:39.852Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-25T01:38:39.909Z | + home_fs=zfs |
| 16 | 2025-02-25T01:38:39.909Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-25T01:38:39.909Z | + mkdir -p /home/build |
| 18 | 2025-02-25T01:38:39.909Z | + chown build:build /home/build /work |
| 19 | 2025-02-25T01:38:40.858Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-25T01:38:40.861Z | process exited: duration 3212 ms, exit code 0 |
| |
| 21 | 2025-02-25T01:38:40.867Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-25T01:38:40.872Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-25T01:38:40.872Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-25T01:38:40.872Z | * rust toolchain profile = "default" |
| 25 | 2025-02-25T01:38:40.872Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-02-25T01:38:40.872Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-25T01:38:40.872Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-25T01:38:40.875Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-25T01:38:40.875Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-25T01:38:41.031Z | info: downloading installer |
| 31 | 2025-02-25T01:38:42.378Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-25T01:38:42.378Z | warning: /opt/ooce/bin |
| 33 | 2025-02-25T01:38:42.378Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-25T01:38:42.378Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-25T01:38:42.378Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-25T01:38:42.378Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-25T01:38:42.378Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-25T01:38:42.378Z | error: cannot install while Rust is installed |
| 39 | 2025-02-25T01:38:42.378Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-25T01:38:42.399Z | info: profile set to 'default' |
| 41 | 2025-02-25T01:38:42.399Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-25T01:38:42.402Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-25T01:38:42.561Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-25T01:38:42.561Z | info: downloading component 'cargo' |
| 45 | 2025-02-25T01:38:43.642Z | info: downloading component 'clippy' |
| 46 | 2025-02-25T01:38:44.031Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-25T01:38:45.140Z | info: downloading component 'rust-std' |
| 48 | 2025-02-25T01:38:47.281Z | info: downloading component 'rustc' |
| 49 | 2025-02-25T01:38:54.281Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-25T01:38:54.731Z | info: installing component 'cargo' |
| 51 | 2025-02-25T01:38:55.560Z | info: installing component 'clippy' |
| 52 | 2025-02-25T01:38:55.944Z | info: installing component 'rust-docs' |
| 53 | 2025-02-25T01:38:57.697Z | info: installing component 'rust-std' |
| 54 | 2025-02-25T01:38:59.586Z | info: installing component 'rustc' |
| 55 | 2025-02-25T01:39:05.509Z | info: installing component 'rustfmt' |
| 56 | 2025-02-25T01:39:05.839Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-25T01:39:05.839Z | |
| 58 | 2025-02-25T01:39:06.213Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-25T01:39:06.213Z | |
| 60 | 2025-02-25T01:39:06.218Z | |
| 61 | 2025-02-25T01:39:06.218Z | Rust is installed now. Great! |
| 62 | 2025-02-25T01:39:06.218Z | |
| 63 | 2025-02-25T01:39:06.218Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-25T01:39:06.218Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-25T01:39:06.218Z | |
| 66 | 2025-02-25T01:39:06.218Z | To configure your current shell, you need to source |
| 67 | 2025-02-25T01:39:06.218Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-25T01:39:06.218Z | |
| 69 | 2025-02-25T01:39:06.218Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-25T01:39:06.218Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-25T01:39:06.218Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-25T01:39:06.287Z | + rustup --version |
| 73 | 2025-02-25T01:39:06.301Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-25T01:39:06.301Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-25T01:39:06.390Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-25T01:39:06.426Z | + cargo --version |
| 77 | 2025-02-25T01:39:06.434Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-25T01:39:06.438Z | + rustc --version |
| 79 | 2025-02-25T01:39:06.501Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-25T01:39:06.506Z | process exited: duration 25634 ms, exit code 0 |
| |
| 81 | 2025-02-25T01:39:06.575Z | starting task 2: "authentication" |
| 82 | 2025-02-25T01:39:06.604Z | process exited: duration 24 ms, exit code 0 |
| |
| 83 | 2025-02-25T01:39:06.617Z | starting task 3: "clone repository" |
| 84 | 2025-02-25T01:39:06.640Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-25T01:39:06.640Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-25T01:39:06.708Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-25T01:39:14.148Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-25T01:39:14.148Z | + git fetch origin 0e54843a98440d9bf47052fda013cd22848268e3 |
| 89 | 2025-02-25T01:39:14.473Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-25T01:39:14.473Z | * branch 0e54843a98440d9bf47052fda013cd22848268e3 -> FETCH_HEAD |
| 91 | 2025-02-25T01:39:14.483Z | + [[ -n vmm-reduce-contention ]] |
| 92 | 2025-02-25T01:39:14.488Z | ++ git branch --show-current |
| 93 | 2025-02-25T01:39:14.489Z | + current=main |
| 94 | 2025-02-25T01:39:14.489Z | + [[ main != vmm-reduce-contention ]] |
| 95 | 2025-02-25T01:39:14.489Z | + git branch -f vmm-reduce-contention 0e54843a98440d9bf47052fda013cd22848268e3 |
| 96 | 2025-02-25T01:39:14.492Z | + git checkout -f vmm-reduce-contention |
| 97 | 2025-02-25T01:39:14.678Z | Switched to branch 'vmm-reduce-contention' |
| 98 | 2025-02-25T01:39:14.681Z | + git reset --hard 0e54843a98440d9bf47052fda013cd22848268e3 |
| 99 | 2025-02-25T01:39:14.867Z | HEAD is now at 0e54843a9 Merge branch 'vmm-reserve-bench' into vmm-reduce-contention |
| 100 | 2025-02-25T01:39:14.870Z | process exited: duration 8254 ms, exit code 0 |
| |
| 101 | 2025-02-25T01:39:14.876Z | starting task 4: "build" |
| 102 | 2025-02-25T01:39:14.882Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-25T01:39:14.882Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-25T01:39:14.882Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-25T01:39:14.882Z | + cargo --version |
| 106 | 2025-02-25T01:39:14.934Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-25T01:39:14.937Z | + rustc --version |
| 108 | 2025-02-25T01:39:15.000Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-25T01:39:15.007Z | + source ./env.sh |
| 110 | 2025-02-25T01:39:15.007Z | ++ OLD_SHELL_OPTS=ehxB |
| 111 | 2025-02-25T01:39:15.007Z | ++ set -o xtrace |
| 112 | 2025-02-25T01:39:15.012Z | ++++ dirname ./env.sh |
| 113 | 2025-02-25T01:39:15.013Z | +++ readlink -f . |
| 114 | 2025-02-25T01:39:15.016Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 115 | 2025-02-25T01:39:15.016Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2025-02-25T01:39:15.016Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-02-25T01:39:15.016Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-02-25T01:39:15.017Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 119 | 2025-02-25T01:39:15.017Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 120 | 2025-02-25T01:39:15.017Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 121 | 2025-02-25T01:39:15.017Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 122 | 2025-02-25T01:39:15.017Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 123 | 2025-02-25T01:39:15.017Z | ++ case $OLD_SHELL_OPTS in |
| 124 | 2025-02-25T01:39:15.017Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 125 | 2025-02-25T01:39:15.017Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 126 | 2025-02-25T01:39:15.017Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 127 | 2025-02-25T01:39:15.017Z | + banner prerequisites |
| 128 | 2025-02-25T01:39:15.130Z | |
| 129 | 2025-02-25T01:39:15.130Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 130 | 2025-02-25T01:39:15.131Z | # # # # # # # # # # # # # # # |
| 131 | 2025-02-25T01:39:15.131Z | # # # # ##### # # ##### # # # # # #### # |
| 132 | 2025-02-25T01:39:15.131Z | ##### ##### # ##### # # # # # # # # # |
| 133 | 2025-02-25T01:39:15.131Z | # # # # # # # # # # # # # # # |
| 134 | 2025-02-25T01:39:15.131Z | # # # ###### # # ###### ### # #### # #### # |
| 135 | 2025-02-25T01:39:15.131Z | |
| 136 | 2025-02-25T01:39:15.134Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 137 | 2025-02-25T01:39:19.087Z | pkg list: illegal option -- F |
| 138 | 2025-02-25T01:39:19.087Z | Usage: |
| 139 | 2025-02-25T01:39:19.097Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 140 | 2025-02-25T01:39:19.097Z | [pkg_fmri_pattern ...] |
| 141 | 2025-02-25T01:39:19.930Z | pkg list: illegal option -- F |
| 142 | 2025-02-25T01:39:19.930Z | Usage: |
| 143 | 2025-02-25T01:39:19.941Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 144 | 2025-02-25T01:39:19.941Z | [pkg_fmri_pattern ...] |
| 145 | 2025-02-25T01:39:26.441Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 146 | 2025-02-25T01:39:30.886Z | Startup: Caching catalogs ... Done |
| 147 | 2025-02-25T01:39:44.029Z | Planning: Solver setup ... Done (12.215s) |
| 148 | 2025-02-25T01:39:44.184Z | Planning: Running solver ... Done (0.156s) |
| 149 | 2025-02-25T01:39:44.493Z | Planning: Finding local manifests ... Done (0.192s) |
| 150 | 2025-02-25T01:39:44.504Z | Planning: Fetching manifests: 0/7 0% complete |
| 151 | 2025-02-25T01:39:45.251Z | Planning: Fetching manifests: 7/7 100% complete |
| 152 | 2025-02-25T01:39:45.659Z | Planning: Package planning ... Done (0.411s) |
| 153 | 2025-02-25T01:39:45.716Z | Planning: Merging actions ... Done (0.057s) |
| 154 | 2025-02-25T01:39:46.278Z | Planning: Checking for conflicting actions ... Done (0.562s) |
| 155 | 2025-02-25T01:39:50.787Z | Planning: Consolidating action changes ... Done (4.508s) |
| 156 | 2025-02-25T01:39:51.182Z | Planning: Evaluating mediators ... Done (0.395s) |
| 157 | 2025-02-25T01:39:51.409Z | Planning: Planning completed in 20.42 seconds |
| 158 | 2025-02-25T01:39:51.425Z | Packages to install: 4 |
| 159 | 2025-02-25T01:39:51.425Z | Packages to update: 3 |
| 160 | 2025-02-25T01:39:51.429Z | Mediators to change: 2 |
| 161 | 2025-02-25T01:39:51.429Z | Services to change: 1 |
| 162 | 2025-02-25T01:39:51.429Z | Estimated space available: 155.60 GB |
| 163 | 2025-02-25T01:39:51.429Z | Estimated space to be consumed: 1.66 GB |
| 164 | 2025-02-25T01:39:51.429Z | Create boot environment: No |
| 165 | 2025-02-25T01:39:51.429Z | Create backup boot environment: Yes |
| 166 | 2025-02-25T01:39:51.429Z | Rebuild boot archive: No |
| 167 | 2025-02-25T01:39:51.429Z | |
| 168 | 2025-02-25T01:39:51.429Z | Changed mediators: |
| 169 | 2025-02-25T01:39:51.429Z | mediator clang: |
| 170 | 2025-02-25T01:39:51.429Z | version: None -> 15 (system default) |
| 171 | 2025-02-25T01:39:51.429Z | |
| 172 | 2025-02-25T01:39:51.429Z | mediator llvm: |
| 173 | 2025-02-25T01:39:51.429Z | version: 14 (system default) -> 15 (system default) |
| 174 | 2025-02-25T01:39:51.429Z | |
| 175 | 2025-02-25T01:39:51.429Z | Changed packages: |
| 176 | 2025-02-25T01:39:51.429Z | helios-dev |
| 177 | 2025-02-25T01:39:51.429Z | developer/build-essential |
| 178 | 2025-02-25T01:39:51.429Z | None -> 11-2.0 |
| 179 | 2025-02-25T01:39:51.429Z | library/libxmlsec1 |
| 180 | 2025-02-25T01:39:51.429Z | None -> 1.2.35-2.0 |
| 181 | 2025-02-25T01:39:51.429Z | ooce/developer/clang-15 |
| 182 | 2025-02-25T01:39:51.429Z | None -> 15.0.7-2.0 |
| 183 | 2025-02-25T01:39:51.429Z | ooce/developer/llvm-15 |
| 184 | 2025-02-25T01:39:51.429Z | None -> 15.0.7-2.0 |
| 185 | 2025-02-25T01:39:51.430Z | package/pkg |
| 186 | 2025-02-25T01:39:51.430Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 187 | 2025-02-25T01:39:51.430Z | system/library/g++-runtime |
| 188 | 2025-02-25T01:39:51.430Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-02-25T01:39:51.430Z | system/library/gcc-runtime |
| 190 | 2025-02-25T01:39:51.430Z | 13-2.0 -> 14-2.0 |
| 191 | 2025-02-25T01:39:51.430Z | |
| 192 | 2025-02-25T01:39:51.430Z | Services: |
| 193 | 2025-02-25T01:39:51.430Z | restart_fmri: |
| 194 | 2025-02-25T01:39:51.430Z | svc:/system/update-man-index:default |
| 195 | 2025-02-25T01:39:51.430Z | |
| 196 | 2025-02-25T01:39:51.430Z | Editable files to change: |
| 197 | 2025-02-25T01:39:51.430Z | Update: |
| 198 | 2025-02-25T01:39:51.430Z | usr/share/lib/pkg/web/config.shtml |
| 199 | 2025-02-25T01:39:51.679Z | |
| 200 | 2025-02-25T01:39:51.679Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 201 | 2025-02-25T01:39:56.682Z | Download: 911/4301 items 18.9/225.4MB 8% complete (3.9M/s) |
| 202 | 2025-02-25T01:40:02.494Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (12.1M/s) |
| 203 | 2025-02-25T01:40:07.502Z | Download: 2013/4301 items 118.7/225.4MB 52% complete (9.0M/s) |
| 204 | 2025-02-25T01:40:12.504Z | Download: 2805/4301 items 121.0/225.4MB 53% complete (3.8M/s) |
| 205 | 2025-02-25T01:40:18.048Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.5M/s) |
| 206 | 2025-02-25T01:40:23.051Z | Download: 4169/4301 items 220.3/225.4MB 97% complete (9.9M/s) |
| 207 | 2025-02-25T01:40:28.369Z | Download: 4294/4301 items 225.0/225.4MB 99% complete (2.1M/s) |
| 208 | 2025-02-25T01:40:28.875Z | Download: Completed 225.42 MB in 37.19 seconds (6.1M/s) |
| 209 | 2025-02-25T01:40:30.898Z | Actions: 1/5122 actions (Removing old actions) |
| 210 | 2025-02-25T01:40:30.916Z | Actions: 194/5122 actions (Installing new actions) |
| 211 | 2025-02-25T01:40:35.948Z | Actions: 4182/5122 actions (Installing new actions) |
| 212 | 2025-02-25T01:40:36.209Z | Actions: 4267/5122 actions (Updating modified actions) |
| 213 | 2025-02-25T01:40:36.622Z | Actions: Completed 5122 actions in 5.72 seconds. |
| 214 | 2025-02-25T01:40:37.043Z | Done (0.413s) |
| 215 | 2025-02-25T01:40:37.046Z | Done (0.001s) |
| 216 | 2025-02-25T01:40:37.659Z | Done (0.614s) |
| 217 | 2025-02-25T01:40:43.339Z | Done (5.440s) |
| 218 | 2025-02-25T01:40:43.613Z | Done (0.204s) |
| 219 | 2025-02-25T01:40:43.616Z | Done (0.000s) |
| 220 | 2025-02-25T01:40:43.851Z | Done (0.000s) |
| 221 | 2025-02-25T01:40:44.564Z | Planning: Evaluating mediator changes ... Done |
| 222 | 2025-02-25T01:40:44.729Z | Planning: Checking for conflicting actions ... Done |
| 223 | 2025-02-25T01:40:44.732Z | Planning: Consolidating action changes ... Done |
| 224 | 2025-02-25T01:40:45.003Z | Planning: Evaluating mediators ... Done |
| 225 | 2025-02-25T01:40:45.005Z | Planning: Planning completed in 0.44 seconds |
| 226 | 2025-02-25T01:40:45.043Z | Mediators to change: 2 |
| 227 | 2025-02-25T01:40:45.043Z | Create boot environment: No |
| 228 | 2025-02-25T01:40:45.046Z | Create backup boot environment: No |
| 229 | 2025-02-25T01:40:45.142Z | Done |
| 230 | 2025-02-25T01:40:45.142Z | Done |
| 231 | 2025-02-25T01:40:45.561Z | Done |
| 232 | 2025-02-25T01:40:49.194Z | Done |
| 233 | 2025-02-25T01:40:49.291Z | Done |
| 234 | 2025-02-25T01:40:49.293Z | Done |
| 235 | 2025-02-25T01:40:49.435Z | Done |
| 236 | 2025-02-25T01:40:50.045Z | Planning: Evaluating mediator changes ... Done |
| 237 | 2025-02-25T01:40:50.048Z | Planning: Merging actions ... Done |
| 238 | 2025-02-25T01:40:50.237Z | Planning: Checking for conflicting actions ... Done |
| 239 | 2025-02-25T01:40:50.240Z | Planning: Consolidating action changes ... Done |
| 240 | 2025-02-25T01:40:50.501Z | Planning: Evaluating mediators ... Done |
| 241 | 2025-02-25T01:40:50.555Z | Planning: Planning completed in 0.75 seconds |
| 242 | 2025-02-25T01:40:50.594Z | Packages to change: 1 |
| 243 | 2025-02-25T01:40:50.594Z | Mediators to change: 1 |
| 244 | 2025-02-25T01:40:50.597Z | Services to change: 1 |
| 245 | 2025-02-25T01:40:50.597Z | Create boot environment: No |
| 246 | 2025-02-25T01:40:50.597Z | Create backup boot environment: Yes |
| 247 | 2025-02-25T01:40:52.982Z | Actions: 1/6 actions (Updating modified actions) |
| 248 | 2025-02-25T01:40:53.050Z | Actions: Completed 6 actions in 0.07 seconds. |
| 249 | 2025-02-25T01:40:53.053Z | Done |
| 250 | 2025-02-25T01:40:53.053Z | Done |
| 251 | 2025-02-25T01:40:53.175Z | Done |
| 252 | 2025-02-25T01:40:56.826Z | Done |
| 253 | 2025-02-25T01:40:56.924Z | Done |
| 254 | 2025-02-25T01:40:56.927Z | Done |
| 255 | 2025-02-25T01:40:57.067Z | Done |
| 256 | 2025-02-25T01:40:57.498Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 257 | 2025-02-25T01:40:57.498Z | clang system 15 system |
| 258 | 2025-02-25T01:40:57.498Z | csh system system illumos |
| 259 | 2025-02-25T01:40:57.498Z | ctags system system illumos |
| 260 | 2025-02-25T01:40:57.498Z | gcc vendor 12 vendor |
| 261 | 2025-02-25T01:40:57.498Z | gcc system 10 system |
| 262 | 2025-02-25T01:40:57.498Z | gcc system 7 system |
| 263 | 2025-02-25T01:40:57.498Z | go system 1.20 system |
| 264 | 2025-02-25T01:40:57.498Z | go system 1.19 system |
| 265 | 2025-02-25T01:40:57.498Z | llvm system 15 system |
| 266 | 2025-02-25T01:40:57.498Z | llvm system 14 system |
| 267 | 2025-02-25T01:40:57.498Z | mariadb system 10.6 system |
| 268 | 2025-02-25T01:40:57.498Z | mta vendor vendor dma |
| 269 | 2025-02-25T01:40:57.498Z | openjdk system 17 system |
| 270 | 2025-02-25T01:40:57.498Z | openjdk system 11 system |
| 271 | 2025-02-25T01:40:57.498Z | openjdk system 1.8 system |
| 272 | 2025-02-25T01:40:57.499Z | openssl vendor 3 vendor |
| 273 | 2025-02-25T01:40:57.499Z | perl system 5.36 system |
| 274 | 2025-02-25T01:40:57.499Z | postgresql system 15 system |
| 275 | 2025-02-25T01:40:57.499Z | postgresql system 13 system |
| 276 | 2025-02-25T01:40:57.499Z | python vendor 3 vendor |
| 277 | 2025-02-25T01:40:57.499Z | python system 2 system |
| 278 | 2025-02-25T01:40:57.499Z | python3 system 3.11 system |
| 279 | 2025-02-25T01:40:57.499Z | ruby system 3.0 system |
| 280 | 2025-02-25T01:40:57.499Z | words vendor vendor american-english |
| 281 | 2025-02-25T01:40:57.499Z | words system system australian-english |
| 282 | 2025-02-25T01:40:57.499Z | words system system british-english |
| 283 | 2025-02-25T01:40:57.499Z | words system system canadian-english |
| 284 | 2025-02-25T01:40:57.499Z | words system system french |
| 285 | 2025-02-25T01:40:57.499Z | words system system italian |
| 286 | 2025-02-25T01:40:57.499Z | words system system ngerman |
| 287 | 2025-02-25T01:40:57.499Z | words system system ogerman |
| 288 | 2025-02-25T01:40:57.499Z | words system system spanish |
| 289 | 2025-02-25T01:40:57.826Z | PUBLISHER TYPE STATUS P LOCATION |
| 290 | 2025-02-25T01:40:57.826Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 291 | 2025-02-25T01:41:00.906Z | FMRI IFO |
| 292 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 293 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 294 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 295 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 296 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 297 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 298 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 299 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 300 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 301 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 302 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 303 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 304 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 305 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 306 | 2025-02-25T01:41:00.906Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 307 | 2025-02-25T01:41:01.694Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 308 | 2025-02-25T01:41:02.002Z | Updating crates.io index |
| 309 | 2025-02-25T01:41:02.063Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 310 | 2025-02-25T01:41:02.598Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 311 | 2025-02-25T01:41:02.855Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 312 | 2025-02-25T01:41:03.104Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 313 | 2025-02-25T01:41:04.050Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 314 | 2025-02-25T01:41:06.004Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 315 | 2025-02-25T01:41:06.712Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 316 | 2025-02-25T01:41:07.564Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 317 | 2025-02-25T01:41:07.828Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 318 | 2025-02-25T01:41:08.138Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 319 | 2025-02-25T01:41:08.989Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 320 | 2025-02-25T01:41:09.439Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 321 | 2025-02-25T01:41:09.700Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 322 | 2025-02-25T01:41:10.214Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 323 | 2025-02-25T01:41:10.561Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 324 | 2025-02-25T01:41:10.844Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 325 | 2025-02-25T01:41:11.106Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 326 | 2025-02-25T01:41:11.355Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 327 | 2025-02-25T01:41:11.652Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 328 | 2025-02-25T01:41:11.986Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 329 | 2025-02-25T01:41:12.303Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 330 | 2025-02-25T01:41:12.605Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 331 | 2025-02-25T01:41:13.007Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 332 | 2025-02-25T01:41:13.242Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 333 | 2025-02-25T01:41:13.690Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 334 | 2025-02-25T01:41:14.030Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 335 | 2025-02-25T01:41:14.481Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 336 | 2025-02-25T01:41:14.857Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 337 | 2025-02-25T01:41:15.136Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 338 | 2025-02-25T01:41:15.431Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 339 | 2025-02-25T01:41:15.694Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 340 | 2025-02-25T01:41:17.007Z | Downloading crates ... |
| 341 | 2025-02-25T01:41:17.186Z | Downloaded bytecount v0.6.8 |
| 342 | 2025-02-25T01:41:17.188Z | Downloaded block-buffer v0.10.4 |
| 343 | 2025-02-25T01:41:17.194Z | Downloaded camino-tempfile v1.1.1 |
| 344 | 2025-02-25T01:41:17.199Z | Downloaded autocfg v1.4.0 |
| 345 | 2025-02-25T01:41:17.212Z | Downloaded byteorder v1.5.0 |
| 346 | 2025-02-25T01:41:17.233Z | Downloaded cfg-if v1.0.0 |
| 347 | 2025-02-25T01:41:17.236Z | Downloaded clap v4.5.30 |
| 348 | 2025-02-25T01:41:17.242Z | Downloaded dof v0.3.0 |
| 349 | 2025-02-25T01:41:17.246Z | Downloaded clap_derive v4.5.28 |
| 350 | 2025-02-25T01:41:17.246Z | Downloaded itoa v1.0.11 |
| 351 | 2025-02-25T01:41:17.252Z | Downloaded log v0.4.22 |
| 352 | 2025-02-25T01:41:17.275Z | Downloaded indexmap v2.7.1 |
| 353 | 2025-02-25T01:41:17.275Z | Downloaded cpufeatures v0.2.14 |
| 354 | 2025-02-25T01:41:17.275Z | Downloaded equivalent v1.0.1 |
| 355 | 2025-02-25T01:41:17.275Z | Downloaded swrite v0.1.0 |
| 356 | 2025-02-25T01:41:17.275Z | Downloaded cargo_metadata v0.18.1 |
| 357 | 2025-02-25T01:41:17.280Z | Downloaded scroll_derive v0.12.0 |
| 358 | 2025-02-25T01:41:17.285Z | Downloaded cargo-platform v0.1.8 |
| 359 | 2025-02-25T01:41:17.290Z | Downloaded digest v0.10.7 |
| 360 | 2025-02-25T01:41:17.294Z | Downloaded crypto-common v0.1.6 |
| 361 | 2025-02-25T01:41:17.294Z | Downloaded colorchoice v1.0.2 |
| 362 | 2025-02-25T01:41:17.294Z | Downloaded macaddr v1.0.1 |
| 363 | 2025-02-25T01:41:17.294Z | Downloaded clap_lex v0.7.4 |
| 364 | 2025-02-25T01:41:17.297Z | Downloaded fs-err v2.11.0 |
| 365 | 2025-02-25T01:41:17.302Z | Downloaded dtrace-parser v0.2.0 |
| 366 | 2025-02-25T01:41:17.305Z | Downloaded pretty-hex v0.4.1 |
| 367 | 2025-02-25T01:41:17.309Z | Downloaded heck v0.4.1 |
| 368 | 2025-02-25T01:41:17.313Z | Downloaded fastrand v2.1.1 |
| 369 | 2025-02-25T01:41:17.313Z | Downloaded errno v0.3.9 |
| 370 | 2025-02-25T01:41:17.316Z | Downloaded toml_datetime v0.6.8 |
| 371 | 2025-02-25T01:41:17.316Z | Downloaded memmap v0.7.0 |
| 372 | 2025-02-25T01:41:17.319Z | Downloaded heck v0.5.0 |
| 373 | 2025-02-25T01:41:17.319Z | Downloaded version_check v0.9.5 |
| 374 | 2025-02-25T01:41:17.319Z | Downloaded strsim v0.11.1 |
| 375 | 2025-02-25T01:41:17.322Z | Downloaded proc-macro-error-attr v1.0.4 |
| 376 | 2025-02-25T01:41:17.322Z | Downloaded plain v0.2.3 |
| 377 | 2025-02-25T01:41:17.322Z | Downloaded anstyle v1.0.10 |
| 378 | 2025-02-25T01:41:17.326Z | Downloaded usdt v0.5.0 |
| 379 | 2025-02-25T01:41:17.331Z | Downloaded usdt-attr-macro v0.5.0 |
| 380 | 2025-02-25T01:41:17.333Z | Downloaded once_cell v1.20.3 |
| 381 | 2025-02-25T01:41:17.336Z | Downloaded cargo_toml v0.20.5 |
| 382 | 2025-02-25T01:41:17.336Z | Downloaded thiserror-impl v1.0.69 |
| 383 | 2025-02-25T01:41:17.338Z | Downloaded smawk v0.3.2 |
| 384 | 2025-02-25T01:41:17.338Z | Downloaded is_terminal_polyfill v1.70.1 |
| 385 | 2025-02-25T01:41:17.341Z | Downloaded fnv v1.0.7 |
| 386 | 2025-02-25T01:41:17.341Z | Downloaded utf8parse v0.2.2 |
| 387 | 2025-02-25T01:41:17.343Z | Downloaded tabled_derive v0.7.0 |
| 388 | 2025-02-25T01:41:17.344Z | Downloaded pest_derive v2.7.14 |
| 389 | 2025-02-25T01:41:17.346Z | Downloaded usdt-macro v0.5.0 |
| 390 | 2025-02-25T01:41:17.346Z | Downloaded generic-array v0.14.7 |
| 391 | 2025-02-25T01:41:17.349Z | Downloaded thiserror v1.0.69 |
| 392 | 2025-02-25T01:41:17.351Z | Downloaded usdt-impl v0.5.0 |
| 393 | 2025-02-25T01:41:17.354Z | Downloaded pest_generator v2.7.14 |
| 394 | 2025-02-25T01:41:17.357Z | Downloaded thread-id v4.2.2 |
| 395 | 2025-02-25T01:41:17.361Z | Downloaded terminal_size v0.4.0 |
| 396 | 2025-02-25T01:41:17.364Z | Downloaded anstyle-parse v0.2.5 |
| 397 | 2025-02-25T01:41:17.371Z | Downloaded semver v1.0.25 |
| 398 | 2025-02-25T01:41:17.772Z | Downloaded quote v1.0.38 |
| 399 | 2025-02-25T01:41:17.806Z | Downloaded scroll v0.12.0 |
| 400 | 2025-02-25T01:41:17.806Z | Downloaded serde_tokenstream v0.2.2 |
| 401 | 2025-02-25T01:41:17.806Z | Downloaded anstyle-query v1.1.1 |
| 402 | 2025-02-25T01:41:17.806Z | Downloaded unicode-linebreak v0.1.5 |
| 403 | 2025-02-25T01:41:17.806Z | Downloaded anstream v0.6.15 |
| 404 | 2025-02-25T01:41:17.806Z | Downloaded tempfile v3.13.0 |
| 405 | 2025-02-25T01:41:17.806Z | Downloaded sha2 v0.10.8 |
| 406 | 2025-02-25T01:41:17.806Z | Downloaded serde_spanned v0.6.8 |
| 407 | 2025-02-25T01:41:17.806Z | Downloaded zerocopy-derive v0.7.35 |
| 408 | 2025-02-25T01:41:17.806Z | Downloaded ryu v1.0.18 |
| 409 | 2025-02-25T01:41:17.806Z | Downloaded proc-macro2 v1.0.93 |
| 410 | 2025-02-25T01:41:17.806Z | Downloaded pest_meta v2.7.14 |
| 411 | 2025-02-25T01:41:17.806Z | Downloaded anyhow v1.0.96 |
| 412 | 2025-02-25T01:41:17.807Z | Downloaded proc-macro-error v1.0.4 |
| 413 | 2025-02-25T01:41:17.807Z | Downloaded typenum v1.17.0 |
| 414 | 2025-02-25T01:41:17.807Z | Downloaded papergrid v0.11.0 |
| 415 | 2025-02-25T01:41:17.807Z | Downloaded unicode-ident v1.0.14 |
| 416 | 2025-02-25T01:41:17.807Z | Downloaded bitflags v2.6.0 |
| 417 | 2025-02-25T01:41:17.807Z | Downloaded ucd-trie v0.1.7 |
| 418 | 2025-02-25T01:41:17.807Z | Downloaded toml v0.8.19 |
| 419 | 2025-02-25T01:41:17.807Z | Downloaded serde_derive v1.0.218 |
| 420 | 2025-02-25T01:41:17.807Z | Downloaded camino v1.1.9 |
| 421 | 2025-02-25T01:41:17.807Z | Downloaded textwrap v0.16.1 |
| 422 | 2025-02-25T01:41:17.807Z | Downloaded serde v1.0.218 |
| 423 | 2025-02-25T01:41:17.807Z | Downloaded memchr v2.7.4 |
| 424 | 2025-02-25T01:41:17.807Z | Downloaded toml_edit v0.22.22 |
| 425 | 2025-02-25T01:41:17.807Z | Downloaded pest v2.7.14 |
| 426 | 2025-02-25T01:41:17.807Z | Downloaded serde_json v1.0.139 |
| 427 | 2025-02-25T01:41:17.807Z | Downloaded hashbrown v0.15.1 |
| 428 | 2025-02-25T01:41:17.807Z | Downloaded clap_builder v4.5.30 |
| 429 | 2025-02-25T01:41:17.807Z | Downloaded zerocopy v0.7.35 |
| 430 | 2025-02-25T01:41:17.808Z | Downloaded goblin v0.8.2 |
| 431 | 2025-02-25T01:41:17.808Z | Downloaded winnow v0.6.20 |
| 432 | 2025-02-25T01:41:17.808Z | Downloaded tabled v0.15.0 |
| 433 | 2025-02-25T01:41:17.808Z | Downloaded syn v1.0.109 |
| 434 | 2025-02-25T01:41:17.808Z | Downloaded unicode-width v0.1.14 |
| 435 | 2025-02-25T01:41:17.808Z | Downloaded syn v2.0.96 |
| 436 | 2025-02-25T01:41:17.808Z | Downloaded rustix v0.38.37 |
| 437 | 2025-02-25T01:41:17.808Z | Downloaded libc v0.2.170 |
| 438 | 2025-02-25T01:41:17.966Z | Compiling proc-macro2 v1.0.93 |
| 439 | 2025-02-25T01:41:17.966Z | Compiling unicode-ident v1.0.14 |
| 440 | 2025-02-25T01:41:17.970Z | Compiling serde v1.0.218 |
| 441 | 2025-02-25T01:41:17.970Z | Compiling version_check v0.9.5 |
| 442 | 2025-02-25T01:41:17.970Z | Compiling memchr v2.7.4 |
| 443 | 2025-02-25T01:41:17.970Z | Compiling thiserror v1.0.69 |
| 444 | 2025-02-25T01:41:17.970Z | Compiling libc v0.2.170 |
| 445 | 2025-02-25T01:41:17.975Z | Compiling ryu v1.0.18 |
| 446 | 2025-02-25T01:41:18.214Z | Compiling itoa v1.0.11 |
| 447 | 2025-02-25T01:41:18.449Z | Compiling ucd-trie v0.1.7 |
| 448 | 2025-02-25T01:41:18.471Z | Compiling once_cell v1.20.3 |
| 449 | 2025-02-25T01:41:18.798Z | Compiling byteorder v1.5.0 |
| 450 | 2025-02-25T01:41:18.966Z | Compiling rustix v0.38.37 |
| 451 | 2025-02-25T01:41:19.185Z | Compiling serde_json v1.0.139 |
| 452 | 2025-02-25T01:41:19.287Z | Compiling bitflags v2.6.0 |
| 453 | 2025-02-25T01:41:19.404Z | Compiling usdt-impl v0.5.0 |
| 454 | 2025-02-25T01:41:19.523Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2025-02-25T01:41:19.617Z | Compiling syn v1.0.109 |
| 456 | 2025-02-25T01:41:19.687Z | Compiling proc-macro-error v1.0.4 |
| 457 | 2025-02-25T01:41:19.777Z | Compiling camino v1.1.9 |
| 458 | 2025-02-25T01:41:19.895Z | Compiling utf8parse v0.2.2 |
| 459 | 2025-02-25T01:41:19.918Z | Compiling plain v0.2.3 |
| 460 | 2025-02-25T01:41:20.000Z | Compiling quote v1.0.38 |
| 461 | 2025-02-25T01:41:20.079Z | Compiling errno v0.3.9 |
| 462 | 2025-02-25T01:41:20.105Z | Compiling hashbrown v0.15.1 |
| 463 | 2025-02-25T01:41:20.156Z | Compiling equivalent v1.0.1 |
| 464 | 2025-02-25T01:41:20.300Z | Compiling thread-id v4.2.2 |
| 465 | 2025-02-25T01:41:21.305Z | Compiling log v0.4.22 |
| 466 | 2025-02-25T01:41:21.308Z | Compiling anstyle-parse v0.2.5 |
| 467 | 2025-02-25T01:41:21.308Z | Compiling syn v2.0.96 |
| 468 | 2025-02-25T01:41:21.308Z | Compiling anstyle-query v1.1.1 |
| 469 | 2025-02-25T01:41:21.308Z | Compiling colorchoice v1.0.2 |
| 470 | 2025-02-25T01:41:21.308Z | Compiling anstyle v1.0.10 |
| 471 | 2025-02-25T01:41:21.308Z | Compiling semver v1.0.25 |
| 472 | 2025-02-25T01:41:21.308Z | Compiling pretty-hex v0.4.1 |
| 473 | 2025-02-25T01:41:21.308Z | Compiling indexmap v2.7.1 |
| 474 | 2025-02-25T01:41:21.308Z | Compiling is_terminal_polyfill v1.70.1 |
| 475 | 2025-02-25T01:41:21.308Z | Compiling autocfg v1.4.0 |
| 476 | 2025-02-25T01:41:21.367Z | Compiling unicode-width v0.1.14 |
| 477 | 2025-02-25T01:41:21.391Z | Compiling winnow v0.6.20 |
| 478 | 2025-02-25T01:41:21.525Z | Compiling anstream v0.6.15 |
| 479 | 2025-02-25T01:41:22.198Z | Compiling clap_lex v0.7.4 |
| 480 | 2025-02-25T01:41:22.262Z | Compiling fs-err v2.11.0 |
| 481 | 2025-02-25T01:41:22.284Z | Compiling terminal_size v0.4.0 |
| 482 | 2025-02-25T01:41:22.521Z | Compiling bytecount v0.6.8 |
| 483 | 2025-02-25T01:41:22.559Z | Compiling cfg-if v1.0.0 |
| 484 | 2025-02-25T01:41:22.590Z | Compiling strsim v0.11.1 |
| 485 | 2025-02-25T01:41:22.639Z | Compiling fnv v1.0.7 |
| 486 | 2025-02-25T01:41:22.664Z | Compiling anyhow v1.0.96 |
| 487 | 2025-02-25T01:41:22.787Z | Compiling fastrand v2.1.1 |
| 488 | 2025-02-25T01:41:22.859Z | Compiling heck v0.5.0 |
| 489 | 2025-02-25T01:41:23.129Z | Compiling heck v0.4.1 |
| 490 | 2025-02-25T01:41:23.348Z | Compiling tempfile v3.13.0 |
| 491 | 2025-02-25T01:41:23.373Z | Compiling clap_builder v4.5.30 |
| 492 | 2025-02-25T01:41:23.567Z | Compiling papergrid v0.11.0 |
| 493 | 2025-02-25T01:41:23.860Z | Compiling memmap v0.7.0 |
| 494 | 2025-02-25T01:41:23.908Z | Compiling smawk v0.3.2 |
| 495 | 2025-02-25T01:41:24.091Z | Compiling unicode-linebreak v0.1.5 |
| 496 | 2025-02-25T01:41:24.588Z | Compiling textwrap v0.16.1 |
| 497 | 2025-02-25T01:41:24.682Z | Compiling swrite v0.1.0 |
| 498 | 2025-02-25T01:41:25.170Z | Compiling tabled_derive v0.7.0 |
| 499 | 2025-02-25T01:41:26.458Z | Compiling tabled v0.15.0 |
| 500 | 2025-02-25T01:41:27.160Z | Compiling serde_derive v1.0.218 |
| 501 | 2025-02-25T01:41:27.163Z | Compiling thiserror-impl v1.0.69 |
| 502 | 2025-02-25T01:41:27.266Z | Compiling zerocopy-derive v0.7.35 |
| 503 | 2025-02-25T01:41:27.340Z | Compiling scroll_derive v0.12.0 |
| 504 | 2025-02-25T01:41:27.567Z | Compiling clap_derive v4.5.28 |
| 505 | 2025-02-25T01:41:28.801Z | Compiling scroll v0.12.0 |
| 506 | 2025-02-25T01:41:29.044Z | Compiling zerocopy v0.7.35 |
| 507 | 2025-02-25T01:41:29.243Z | Compiling goblin v0.8.2 |
| 508 | 2025-02-25T01:41:29.609Z | Compiling pest v2.7.14 |
| 509 | 2025-02-25T01:41:31.047Z | Compiling clap v4.5.30 |
| 510 | 2025-02-25T01:41:31.769Z | Compiling pest_meta v2.7.14 |
| 511 | 2025-02-25T01:41:32.792Z | Compiling pest_generator v2.7.14 |
| 512 | 2025-02-25T01:41:33.991Z | Compiling pest_derive v2.7.14 |
| 513 | 2025-02-25T01:41:34.727Z | Compiling dtrace-parser v0.2.0 |
| 514 | 2025-02-25T01:41:35.728Z | Compiling toml_datetime v0.6.8 |
| 515 | 2025-02-25T01:41:35.728Z | Compiling serde_spanned v0.6.8 |
| 516 | 2025-02-25T01:41:35.735Z | Compiling cargo-platform v0.1.8 |
| 517 | 2025-02-25T01:41:36.049Z | Compiling serde_tokenstream v0.2.2 |
| 518 | 2025-02-25T01:41:36.106Z | Compiling toml_edit v0.22.22 |
| 519 | 2025-02-25T01:41:36.202Z | Compiling macaddr v1.0.1 |
| 520 | 2025-02-25T01:41:36.346Z | Compiling camino-tempfile v1.1.1 |
| 521 | 2025-02-25T01:41:37.091Z | Compiling dof v0.3.0 |
| 522 | 2025-02-25T01:41:37.091Z | Compiling cargo_metadata v0.18.1 |
| 523 | 2025-02-25T01:41:38.682Z | Compiling usdt-macro v0.5.0 |
| 524 | 2025-02-25T01:41:38.682Z | Compiling usdt-attr-macro v0.5.0 |
| 525 | 2025-02-25T01:41:38.791Z | Compiling toml v0.8.19 |
| 526 | 2025-02-25T01:41:39.708Z | Compiling cargo_toml v0.20.5 |
| 527 | 2025-02-25T01:41:39.887Z | Compiling usdt v0.5.0 |
| 528 | 2025-02-25T01:41:42.275Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 529 | 2025-02-25T01:41:45.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.91s |
| 530 | 2025-02-25T01:41:45.621Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 531 | 2025-02-25T01:41:46.175Z | Downloading crates ... |
| 532 | 2025-02-25T01:41:46.315Z | Downloaded adler2 v2.0.0 |
| 533 | 2025-02-25T01:41:46.318Z | Downloaded aead v0.5.2 |
| 534 | 2025-02-25T01:41:46.321Z | Downloaded addr2line v0.24.2 |
| 535 | 2025-02-25T01:41:46.326Z | Downloaded hmac v0.12.1 |
| 536 | 2025-02-25T01:41:46.329Z | Downloaded crunchy v0.2.2 |
| 537 | 2025-02-25T01:41:46.329Z | Downloaded cfg_aliases v0.2.1 |
| 538 | 2025-02-25T01:41:46.332Z | Downloaded atty v0.2.14 |
| 539 | 2025-02-25T01:41:46.338Z | Downloaded match_cfg v0.1.0 |
| 540 | 2025-02-25T01:41:46.341Z | Downloaded ident_case v1.0.1 |
| 541 | 2025-02-25T01:41:46.341Z | Downloaded cstr-argument v0.1.2 |
| 542 | 2025-02-25T01:41:46.344Z | Downloaded headers-core v0.3.0 |
| 543 | 2025-02-25T01:41:46.344Z | Downloaded http-range v0.1.5 |
| 544 | 2025-02-25T01:41:46.347Z | Downloaded hubpack_derive v0.1.1 |
| 545 | 2025-02-25T01:41:46.350Z | Downloaded http-body v1.0.1 |
| 546 | 2025-02-25T01:41:46.350Z | Downloaded ahash v0.8.11 |
| 547 | 2025-02-25T01:41:46.355Z | Downloaded async-stream-impl v0.3.6 |
| 548 | 2025-02-25T01:41:46.362Z | Downloaded instant v0.1.13 |
| 549 | 2025-02-25T01:41:46.364Z | Downloaded crucible-workspace-hack v0.1.0 |
| 550 | 2025-02-25T01:41:46.364Z | Downloaded ciborium-io v0.2.2 |
| 551 | 2025-02-25T01:41:46.367Z | Downloaded hostname v0.4.0 |
| 552 | 2025-02-25T01:41:46.367Z | Downloaded chrono-tz-build v0.4.0 |
| 553 | 2025-02-25T01:41:46.370Z | Downloaded ciborium-ll v0.2.2 |
| 554 | 2025-02-25T01:41:46.370Z | Downloaded blowfish v0.9.1 |
| 555 | 2025-02-25T01:41:46.374Z | Downloaded crc v3.2.1 |
| 556 | 2025-02-25T01:41:46.377Z | Downloaded colored v2.1.0 |
| 557 | 2025-02-25T01:41:46.381Z | Downloaded ctr v0.9.2 |
| 558 | 2025-02-25T01:41:46.381Z | Downloaded md5 v0.7.0 |
| 559 | 2025-02-25T01:41:46.384Z | Downloaded cipher v0.4.4 |
| 560 | 2025-02-25T01:41:46.384Z | Downloaded icu_provider_macros v1.5.0 |
| 561 | 2025-02-25T01:41:46.387Z | Downloaded cfg_aliases v0.1.1 |
| 562 | 2025-02-25T01:41:46.387Z | Downloaded assert_matches v1.5.0 |
| 563 | 2025-02-25T01:41:46.387Z | Downloaded chacha20 v0.9.1 |
| 564 | 2025-02-25T01:41:46.390Z | Downloaded maybe-uninit v2.0.0 |
| 565 | 2025-02-25T01:41:46.392Z | Downloaded lru-cache v0.1.2 |
| 566 | 2025-02-25T01:41:46.395Z | Downloaded lru v0.12.5 |
| 567 | 2025-02-25T01:41:46.395Z | Downloaded lazy_static v1.5.0 |
| 568 | 2025-02-25T01:41:46.398Z | Downloaded linked-hash-map v0.5.6 |
| 569 | 2025-02-25T01:41:46.398Z | Downloaded ipnetwork v0.21.1 |
| 570 | 2025-02-25T01:41:46.400Z | Downloaded managed v0.8.0 |
| 571 | 2025-02-25T01:41:46.403Z | Downloaded linear-map v1.2.0 |
| 572 | 2025-02-25T01:41:46.406Z | Downloaded is_ci v1.2.0 |
| 573 | 2025-02-25T01:41:46.406Z | Downloaded base16ct v0.2.0 |
| 574 | 2025-02-25T01:41:46.408Z | Downloaded atomic-waker v1.1.2 |
| 575 | 2025-02-25T01:41:46.412Z | Downloaded maplit v1.0.2 |
| 576 | 2025-02-25T01:41:46.412Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 577 | 2025-02-25T01:41:46.415Z | Downloaded async-recursion v1.1.1 |
| 578 | 2025-02-25T01:41:46.418Z | Downloaded mime v0.3.17 |
| 579 | 2025-02-25T01:41:46.421Z | Downloaded lockfree-object-pool v0.1.6 |
| 580 | 2025-02-25T01:41:46.423Z | Downloaded md-5 v0.10.6 |
| 581 | 2025-02-25T01:41:46.423Z | Downloaded indoc v1.0.9 |
| 582 | 2025-02-25T01:41:46.426Z | Downloaded cmake v0.1.51 |
| 583 | 2025-02-25T01:41:46.429Z | Downloaded bitfield v0.14.0 |
| 584 | 2025-02-25T01:41:46.431Z | Downloaded bit-set v0.5.3 |
| 585 | 2025-02-25T01:41:46.432Z | Downloaded memoffset v0.9.1 |
| 586 | 2025-02-25T01:41:46.434Z | Downloaded lalrpop-util v0.19.12 |
| 587 | 2025-02-25T01:41:46.434Z | Downloaded ascii-canvas v3.0.0 |
| 588 | 2025-02-25T01:41:46.437Z | Downloaded lazycell v1.3.0 |
| 589 | 2025-02-25T01:41:46.437Z | Downloaded crc32fast v1.4.2 |
| 590 | 2025-02-25T01:41:46.440Z | Downloaded keccak v0.1.5 |
| 591 | 2025-02-25T01:41:46.440Z | Downloaded bitflags v1.3.2 |
| 592 | 2025-02-25T01:41:46.443Z | Downloaded instability v0.3.2 |
| 593 | 2025-02-25T01:41:46.446Z | Downloaded indoc v2.0.5 |
| 594 | 2025-02-25T01:41:46.449Z | Downloaded russh-cryptovec v0.7.3 |
| 595 | 2025-02-25T01:41:46.449Z | Downloaded hex v0.4.3 |
| 596 | 2025-02-25T01:41:46.452Z | Downloaded internet-checksum v0.2.1 |
| 597 | 2025-02-25T01:41:46.454Z | Downloaded memmap2 v0.9.5 |
| 598 | 2025-02-25T01:41:46.454Z | Downloaded csv-core v0.1.11 |
| 599 | 2025-02-25T01:41:46.457Z | Downloaded mime_guess v2.0.5 |
| 600 | 2025-02-25T01:41:46.460Z | Downloaded cookie_store v0.21.1 |
| 601 | 2025-02-25T01:41:46.463Z | Downloaded rustc_version v0.1.7 |
| 602 | 2025-02-25T01:41:46.463Z | Downloaded bzip2 v0.4.4 |
| 603 | 2025-02-25T01:41:46.465Z | Downloaded proc-macro-crate v1.3.1 |
| 604 | 2025-02-25T01:41:46.468Z | Downloaded http-body-util v0.1.2 |
| 605 | 2025-02-25T01:41:46.468Z | Downloaded hostname v0.3.1 |
| 606 | 2025-02-25T01:41:46.471Z | Downloaded progenitor v0.9.1 |
| 607 | 2025-02-25T01:41:46.474Z | Downloaded tinyvec_macros v0.1.1 |
| 608 | 2025-02-25T01:41:46.474Z | Downloaded progenitor-macro v0.9.1 |
| 609 | 2025-02-25T01:41:46.476Z | Downloaded hashlink v0.9.1 |
| 610 | 2025-02-25T01:41:46.476Z | Downloaded strum v0.26.3 |
| 611 | 2025-02-25T01:41:46.479Z | Downloaded httparse v1.9.5 |
| 612 | 2025-02-25T01:41:46.482Z | Downloaded crossbeam-utils v0.8.20 |
| 613 | 2025-02-25T01:41:46.485Z | Downloaded hyper-staticfile v0.10.1 |
| 614 | 2025-02-25T01:41:46.487Z | Downloaded libloading v0.8.5 |
| 615 | 2025-02-25T01:41:46.490Z | Downloaded crossbeam-epoch v0.9.18 |
| 616 | 2025-02-25T01:41:46.493Z | Downloaded litemap v0.7.3 |
| 617 | 2025-02-25T01:41:46.496Z | Downloaded shell-words v1.1.0 |
| 618 | 2025-02-25T01:41:46.498Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 619 | 2025-02-25T01:41:46.498Z | Downloaded structmeta-derive v0.3.0 |
| 620 | 2025-02-25T01:41:46.501Z | Downloaded siphasher v0.3.11 |
| 621 | 2025-02-25T01:41:46.501Z | Downloaded downcast v0.11.0 |
| 622 | 2025-02-25T01:41:46.504Z | Downloaded darling_macro v0.20.10 |
| 623 | 2025-02-25T01:41:46.504Z | Downloaded waitgroup v0.1.2 |
| 624 | 2025-02-25T01:41:46.507Z | Downloaded foreign-types v0.3.2 |
| 625 | 2025-02-25T01:41:46.507Z | Downloaded vte_generate_state_changes v0.1.2 |
| 626 | 2025-02-25T01:41:46.509Z | Downloaded yoke-derive v0.7.4 |
| 627 | 2025-02-25T01:41:46.509Z | Downloaded strum_macros v0.24.3 |
| 628 | 2025-02-25T01:41:46.512Z | Downloaded rand_xorshift v0.3.0 |
| 629 | 2025-02-25T01:41:46.515Z | Downloaded slog-bunyan v2.5.0 |
| 630 | 2025-02-25T01:41:46.515Z | Downloaded psl-types v2.0.11 |
| 631 | 2025-02-25T01:41:46.517Z | Downloaded cookie v0.18.1 |
| 632 | 2025-02-25T01:41:46.520Z | Downloaded signature v2.2.0 |
| 633 | 2025-02-25T01:41:46.520Z | Downloaded ciborium v0.2.2 |
| 634 | 2025-02-25T01:41:46.523Z | Downloaded newline-converter v0.3.0 |
| 635 | 2025-02-25T01:41:46.526Z | Downloaded fxhash v0.2.1 |
| 636 | 2025-02-25T01:41:46.526Z | Downloaded opaque-debug v0.3.1 |
| 637 | 2025-02-25T01:41:46.529Z | Downloaded chacha20poly1305 v0.10.1 |
| 638 | 2025-02-25T01:41:46.532Z | Downloaded thiserror-impl v2.0.11 |
| 639 | 2025-02-25T01:41:46.532Z | Downloaded smf v0.2.3 |
| 640 | 2025-02-25T01:41:46.534Z | Downloaded endian-type v0.1.2 |
| 641 | 2025-02-25T01:41:46.534Z | Downloaded rand_chacha v0.3.1 |
| 642 | 2025-02-25T01:41:46.537Z | Downloaded termcolor v1.4.1 |
| 643 | 2025-02-25T01:41:46.537Z | Downloaded ipnet v2.10.1 |
| 644 | 2025-02-25T01:41:46.540Z | Downloaded jobserver v0.1.32 |
| 645 | 2025-02-25T01:41:46.543Z | Downloaded icu_normalizer_data v1.5.0 |
| 646 | 2025-02-25T01:41:46.546Z | Downloaded sct v0.7.1 |
| 647 | 2025-02-25T01:41:46.548Z | Downloaded icu_locid v1.5.0 |
| 648 | 2025-02-25T01:41:46.553Z | Downloaded snafu-derive v0.8.5 |
| 649 | 2025-02-25T01:41:46.556Z | Downloaded ena v0.14.3 |
| 650 | 2025-02-25T01:41:46.559Z | Downloaded slog-dtrace v0.3.0 |
| 651 | 2025-02-25T01:41:46.559Z | Downloaded hyper-rustls v0.27.3 |
| 652 | 2025-02-25T01:41:46.562Z | Downloaded icu_normalizer v1.5.0 |
| 653 | 2025-02-25T01:41:46.566Z | Downloaded parse-size v1.1.0 |
| 654 | 2025-02-25T01:41:46.569Z | Downloaded futures-executor v0.3.31 |
| 655 | 2025-02-25T01:41:46.572Z | Downloaded pretty-hex v0.2.1 |
| 656 | 2025-02-25T01:41:46.572Z | Downloaded allocator-api2 v0.2.18 |
| 657 | 2025-02-25T01:41:46.574Z | Downloaded wait-timeout v0.2.0 |
| 658 | 2025-02-25T01:41:46.577Z | Downloaded indexmap v1.9.3 |
| 659 | 2025-02-25T01:41:46.580Z | Downloaded rustc-hash v1.1.0 |
| 660 | 2025-02-25T01:41:46.584Z | Downloaded num v0.4.3 |
| 661 | 2025-02-25T01:41:46.584Z | Downloaded normalize-line-endings v0.3.0 |
| 662 | 2025-02-25T01:41:46.586Z | Downloaded foldhash v0.1.3 |
| 663 | 2025-02-25T01:41:46.586Z | Downloaded foreign-types v0.5.0 |
| 664 | 2025-02-25T01:41:46.586Z | Downloaded tls_codec v0.4.1 |
| 665 | 2025-02-25T01:41:46.589Z | Downloaded thiserror v2.0.11 |
| 666 | 2025-02-25T01:41:46.595Z | Downloaded tower-service v0.3.3 |
| 667 | 2025-02-25T01:41:46.598Z | Downloaded time-core v0.1.2 |
| 668 | 2025-02-25T01:41:46.598Z | Downloaded signal-hook-tokio v0.3.1 |
| 669 | 2025-02-25T01:41:46.600Z | Downloaded tower-layer v0.3.3 |
| 670 | 2025-02-25T01:41:46.600Z | Downloaded gethostname v0.5.0 |
| 671 | 2025-02-25T01:41:46.603Z | Downloaded pin-utils v0.1.0 |
| 672 | 2025-02-25T01:41:46.603Z | Downloaded twox-hash v2.1.0 |
| 673 | 2025-02-25T01:41:46.606Z | Downloaded parse-display v0.10.0 |
| 674 | 2025-02-25T01:41:46.609Z | Downloaded packed_struct v0.10.1 |
| 675 | 2025-02-25T01:41:46.611Z | Downloaded daft-derive v0.1.1 |
| 676 | 2025-02-25T01:41:46.614Z | Downloaded derive_builder_macro v0.20.2 |
| 677 | 2025-02-25T01:41:46.614Z | Downloaded crypto-bigint v0.5.5 |
| 678 | 2025-02-25T01:41:46.622Z | Downloaded scopeguard v1.2.0 |
| 679 | 2025-02-25T01:41:46.625Z | Downloaded schemars_derive v0.8.21 |
| 680 | 2025-02-25T01:41:46.627Z | Downloaded indicatif v0.17.11 |
| 681 | 2025-02-25T01:41:46.630Z | Downloaded multer v3.1.0 |
| 682 | 2025-02-25T01:41:46.633Z | Downloaded compact_str v0.8.0 |
| 683 | 2025-02-25T01:41:46.637Z | Downloaded thread_local v1.1.8 |
| 684 | 2025-02-25T01:41:46.640Z | Downloaded stable_deref_trait v1.2.0 |
| 685 | 2025-02-25T01:41:46.640Z | Downloaded ssh-encoding v0.2.0 |
| 686 | 2025-02-25T01:41:46.643Z | Downloaded headers v0.4.0 |
| 687 | 2025-02-25T01:41:46.648Z | Downloaded new_debug_unreachable v1.0.6 |
| 688 | 2025-02-25T01:41:46.651Z | Downloaded slog-async v2.8.0 |
| 689 | 2025-02-25T01:41:46.655Z | Downloaded parse-display-derive v0.10.0 |
| 690 | 2025-02-25T01:41:46.655Z | Downloaded yasna v0.5.2 |
| 691 | 2025-02-25T01:41:46.658Z | Downloaded num_enum_derive v0.5.11 |
| 692 | 2025-02-25T01:41:46.658Z | Downloaded foreign-types-shared v0.1.1 |
| 693 | 2025-02-25T01:41:46.658Z | Downloaded yoke v0.7.4 |
| 694 | 2025-02-25T01:41:46.660Z | Downloaded snafu v0.8.5 |
| 695 | 2025-02-25T01:41:46.667Z | Downloaded oso-derive v0.27.3 |
| 696 | 2025-02-25T01:41:46.669Z | Downloaded newtype_derive v0.1.6 |
| 697 | 2025-02-25T01:41:46.669Z | Downloaded packed_struct_codegen v0.10.1 |
| 698 | 2025-02-25T01:41:46.672Z | Downloaded enum-as-inner v0.6.1 |
| 699 | 2025-02-25T01:41:46.672Z | Downloaded zone v0.1.8 |
| 700 | 2025-02-25T01:41:46.675Z | Downloaded crossbeam-channel v0.5.13 |
| 701 | 2025-02-25T01:41:46.689Z | Downloaded fallible-iterator v0.2.0 |
| 702 | 2025-02-25T01:41:46.692Z | Downloaded icu_locid_transform_data v1.5.0 |
| 703 | 2025-02-25T01:41:46.694Z | Downloaded xattr v1.3.1 |
| 704 | 2025-02-25T01:41:46.694Z | Downloaded utf-8 v0.7.6 |
| 705 | 2025-02-25T01:41:46.697Z | Downloaded termios v0.3.3 |
| 706 | 2025-02-25T01:41:46.700Z | Downloaded hyper-util v0.1.10 |
| 707 | 2025-02-25T01:41:46.702Z | Downloaded icu_properties v1.5.1 |
| 708 | 2025-02-25T01:41:46.705Z | Downloaded tabled_derive v0.10.0 |
| 709 | 2025-02-25T01:41:46.708Z | Downloaded tungstenite v0.24.0 |
| 710 | 2025-02-25T01:41:46.711Z | Downloaded der_derive v0.7.3 |
| 711 | 2025-02-25T01:41:46.715Z | Downloaded toolchain_find v0.4.0 |
| 712 | 2025-02-25T01:41:46.715Z | Downloaded fallible-iterator v0.3.0 |
| 713 | 2025-02-25T01:41:46.717Z | Downloaded whoami v1.5.2 |
| 714 | 2025-02-25T01:41:46.720Z | Downloaded zerofrom-derive v0.1.4 |
| 715 | 2025-02-25T01:41:46.720Z | Downloaded pkcs5 v0.7.1 |
| 716 | 2025-02-25T01:41:46.724Z | Downloaded oxnet v0.1.0 |
| 717 | 2025-02-25T01:41:46.727Z | Downloaded heapless v0.8.0 |
| 718 | 2025-02-25T01:41:46.730Z | Downloaded ed25519 v2.2.3 |
| 719 | 2025-02-25T01:41:46.733Z | Downloaded hickory-resolver v0.24.3 |
| 720 | 2025-02-25T01:41:46.738Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 721 | 2025-02-25T01:41:46.741Z | Downloaded cc v1.2.15 |
| 722 | 2025-02-25T01:41:46.744Z | Downloaded num_threads v0.1.7 |
| 723 | 2025-02-25T01:41:46.747Z | Downloaded radium v0.7.0 |
| 724 | 2025-02-25T01:41:46.747Z | Downloaded getrandom v0.3.1 |
| 725 | 2025-02-25T01:41:46.750Z | Downloaded static_assertions v1.1.0 |
| 726 | 2025-02-25T01:41:46.752Z | Downloaded progenitor v0.8.0 |
| 727 | 2025-02-25T01:41:46.755Z | Downloaded signal-hook-registry v1.4.2 |
| 728 | 2025-02-25T01:41:46.755Z | Downloaded mirai-annotations v1.12.0 |
| 729 | 2025-02-25T01:41:46.758Z | Downloaded sqlformat v0.2.6 |
| 730 | 2025-02-25T01:41:46.758Z | Downloaded rustversion v1.0.17 |
| 731 | 2025-02-25T01:41:46.761Z | Downloaded phf_shared v0.10.0 |
| 732 | 2025-02-25T01:41:46.764Z | Downloaded vsss-rs v3.3.4 |
| 733 | 2025-02-25T01:41:46.767Z | Downloaded native-tls v0.2.12 |
| 734 | 2025-02-25T01:41:46.769Z | Downloaded unicode-properties v0.1.3 |
| 735 | 2025-02-25T01:41:46.772Z | Downloaded minimal-lexical v0.2.1 |
| 736 | 2025-02-25T01:41:46.776Z | Downloaded aho-corasick v1.1.3 |
| 737 | 2025-02-25T01:41:46.782Z | Downloaded zeroize v1.8.1 |
| 738 | 2025-02-25T01:41:46.785Z | Downloaded difflib v0.4.0 |
| 739 | 2025-02-25T01:41:46.788Z | Downloaded path-slash v0.1.5 |
| 740 | 2025-02-25T01:41:46.788Z | Downloaded foreign-types-shared v0.3.1 |
| 741 | 2025-02-25T01:41:46.790Z | Downloaded progenitor-impl v0.8.0 |
| 742 | 2025-02-25T01:41:46.793Z | Downloaded topological-sort v0.2.2 |
| 743 | 2025-02-25T01:41:46.793Z | Downloaded icu_collections v1.5.0 |
| 744 | 2025-02-25T01:41:46.799Z | Downloaded subtle v2.6.1 |
| 745 | 2025-02-25T01:41:46.802Z | Downloaded slog-scope v4.4.0 |
| 746 | 2025-02-25T01:41:46.805Z | Downloaded futures-io v0.3.31 |
| 747 | 2025-02-25T01:41:46.805Z | Downloaded dirs-next v2.0.0 |
| 748 | 2025-02-25T01:41:46.807Z | Downloaded zeroize_derive v1.4.2 |
| 749 | 2025-02-25T01:41:46.807Z | Downloaded try-lock v0.2.5 |
| 750 | 2025-02-25T01:41:46.810Z | Downloaded slog-json v2.6.1 |
| 751 | 2025-02-25T01:41:46.810Z | Downloaded rusty-fork v0.3.0 |
| 752 | 2025-02-25T01:41:46.813Z | Downloaded heapless v0.7.17 |
| 753 | 2025-02-25T01:41:46.817Z | Downloaded num-iter v0.1.45 |
| 754 | 2025-02-25T01:41:46.821Z | Downloaded num-traits v0.2.19 |
| 755 | 2025-02-25T01:41:46.824Z | Downloaded futures-macro v0.3.31 |
| 756 | 2025-02-25T01:41:46.824Z | Downloaded dirs-sys-next v0.1.2 |
| 757 | 2025-02-25T01:41:46.827Z | Downloaded num_enum v0.5.11 |
| 758 | 2025-02-25T01:41:46.831Z | Downloaded untrusted v0.7.1 |
| 759 | 2025-02-25T01:41:46.834Z | Downloaded zone_cfg_derive v0.3.0 |
| 760 | 2025-02-25T01:41:46.834Z | Downloaded tracing-attributes v0.1.27 |
| 761 | 2025-02-25T01:41:46.837Z | Downloaded tokio-postgres v0.7.12 |
| 762 | 2025-02-25T01:41:46.843Z | Downloaded polyval v0.6.2 |
| 763 | 2025-02-25T01:41:46.846Z | Downloaded pkg-config v0.3.31 |
| 764 | 2025-02-25T01:41:46.849Z | Downloaded postgres-protocol v0.6.8 |
| 765 | 2025-02-25T01:41:46.851Z | Downloaded owo-colors v4.1.0 |
| 766 | 2025-02-25T01:41:46.859Z | Downloaded des v0.8.1 |
| 767 | 2025-02-25T01:41:46.859Z | Downloaded derive_more v0.99.19 |
| 768 | 2025-02-25T01:41:46.863Z | Downloaded derive_builder v0.20.2 |
| 769 | 2025-02-25T01:41:46.867Z | Downloaded rcgen v0.12.1 |
| 770 | 2025-02-25T01:41:46.870Z | Downloaded yansi v1.0.1 |
| 771 | 2025-02-25T01:41:46.873Z | Downloaded semver v0.1.20 |
| 772 | 2025-02-25T01:41:46.877Z | Downloaded subprocess v0.2.9 |
| 773 | 2025-02-25T01:41:46.882Z | Downloaded scrypt v0.11.0 |
| 774 | 2025-02-25T01:41:46.885Z | Downloaded resolv-conf v0.7.0 |
| 775 | 2025-02-25T01:41:46.885Z | Downloaded string_cache v0.8.7 |
| 776 | 2025-02-25T01:41:46.885Z | Downloaded http v1.2.0 |
| 777 | 2025-02-25T01:41:46.889Z | Downloaded mockall v0.13.1 |
| 778 | 2025-02-25T01:41:46.892Z | Downloaded ref-cast v1.0.23 |
| 779 | 2025-02-25T01:41:46.895Z | Downloaded daft v0.1.1 |
| 780 | 2025-02-25T01:41:46.898Z | Downloaded vergen v8.3.2 |
| 781 | 2025-02-25T01:41:46.900Z | Downloaded diff v0.1.13 |
| 782 | 2025-02-25T01:41:46.904Z | Downloaded p256 v0.13.2 |
| 783 | 2025-02-25T01:41:46.909Z | Downloaded libxml v0.3.3 |
| 784 | 2025-02-25T01:41:46.916Z | Downloaded powerfmt v0.2.0 |
| 785 | 2025-02-25T01:41:46.919Z | Downloaded derive_builder_core v0.20.2 |
| 786 | 2025-02-25T01:41:46.922Z | Downloaded crossterm v0.28.1 |
| 787 | 2025-02-25T01:41:46.928Z | Downloaded hash32 v0.2.1 |
| 788 | 2025-02-25T01:41:46.931Z | Downloaded form_urlencoded v1.2.1 |
| 789 | 2025-02-25T01:41:46.931Z | Downloaded float-ord v0.3.2 |
| 790 | 2025-02-25T01:41:46.934Z | Downloaded futures v0.3.31 |
| 791 | 2025-02-25T01:41:46.939Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 792 | 2025-02-25T01:41:46.942Z | Downloaded primeorder v0.13.6 |
| 793 | 2025-02-25T01:41:46.944Z | Downloaded openssl-macros v0.1.1 |
| 794 | 2025-02-25T01:41:46.944Z | Downloaded percent-encoding v2.3.1 |
| 795 | 2025-02-25T01:41:46.947Z | Downloaded term v0.7.0 |
| 796 | 2025-02-25T01:41:46.950Z | Downloaded x509-cert v0.2.5 |
| 797 | 2025-02-25T01:41:46.956Z | Downloaded structmeta v0.3.0 |
| 798 | 2025-02-25T01:41:46.959Z | Downloaded spki v0.7.3 |
| 799 | 2025-02-25T01:41:46.969Z | Downloaded simd-adler32 v0.3.7 |
| 800 | 2025-02-25T01:41:46.972Z | Downloaded openssl-probe v0.1.5 |
| 801 | 2025-02-25T01:41:46.975Z | Downloaded hashbrown v0.12.3 |
| 802 | 2025-02-25T01:41:46.980Z | Downloaded olpc-cjson v0.1.4 |
| 803 | 2025-02-25T01:41:46.982Z | Downloaded strip-ansi-escapes v0.2.0 |
| 804 | 2025-02-25T01:41:46.985Z | Downloaded sigpipe v0.1.3 |
| 805 | 2025-02-25T01:41:46.985Z | Downloaded salsa20 v0.10.2 |
| 806 | 2025-02-25T01:41:46.988Z | Downloaded serde_with_macros v3.11.0 |
| 807 | 2025-02-25T01:41:46.991Z | Downloaded pem-rfc7468 v0.7.0 |
| 808 | 2025-02-25T01:41:46.994Z | Downloaded parking_lot_core v0.8.6 |
| 809 | 2025-02-25T01:41:46.996Z | Downloaded fixedbitset v0.4.2 |
| 810 | 2025-02-25T01:41:47.000Z | Downloaded ff v0.13.0 |
| 811 | 2025-02-25T01:41:47.000Z | Downloaded display-error-chain v0.2.2 |
| 812 | 2025-02-25T01:41:47.003Z | Downloaded fd-lock v4.0.2 |
| 813 | 2025-02-25T01:41:47.005Z | Downloaded toml v0.7.8 |
| 814 | 2025-02-25T01:41:47.008Z | Downloaded tokio-tungstenite v0.24.0 |
| 815 | 2025-02-25T01:41:47.011Z | Downloaded unicode-segmentation v1.12.0 |
| 816 | 2025-02-25T01:41:47.014Z | Downloaded ref-cast-impl v1.0.23 |
| 817 | 2025-02-25T01:41:47.017Z | Downloaded progenitor-macro v0.8.0 |
| 818 | 2025-02-25T01:41:47.017Z | Downloaded nanorand v0.7.0 |
| 819 | 2025-02-25T01:41:47.019Z | Downloaded filetime v0.2.25 |
| 820 | 2025-02-25T01:41:47.022Z | Downloaded rand v0.8.5 |
| 821 | 2025-02-25T01:41:47.025Z | Downloaded url v2.5.3 |
| 822 | 2025-02-25T01:41:47.027Z | Downloaded env_logger v0.11.5 |
| 823 | 2025-02-25T01:41:47.031Z | Downloaded hyper v1.5.2 |
| 824 | 2025-02-25T01:41:47.039Z | Downloaded termtree v0.4.1 |
| 825 | 2025-02-25T01:41:47.042Z | Downloaded value-bag v1.9.0 |
| 826 | 2025-02-25T01:41:47.045Z | Downloaded tabwriter v1.4.0 |
| 827 | 2025-02-25T01:41:47.045Z | Downloaded displaydoc v0.2.5 |
| 828 | 2025-02-25T01:41:47.049Z | Downloaded zone v0.3.0 |
| 829 | 2025-02-25T01:41:47.052Z | Downloaded deranged v0.3.11 |
| 830 | 2025-02-25T01:41:47.054Z | Downloaded time v0.3.36 |
| 831 | 2025-02-25T01:41:47.060Z | Downloaded dunce v1.0.5 |
| 832 | 2025-02-25T01:41:47.063Z | Downloaded unicase v2.7.0 |
| 833 | 2025-02-25T01:41:47.066Z | Downloaded typify-macro v0.3.0 |
| 834 | 2025-02-25T01:41:47.066Z | Downloaded schemars v0.8.21 |
| 835 | 2025-02-25T01:41:47.078Z | Downloaded quick-error v1.2.3 |
| 836 | 2025-02-25T01:41:47.082Z | Downloaded blake3 v1.5.4 |
| 837 | 2025-02-25T01:41:47.087Z | Downloaded multimap v0.10.0 |
| 838 | 2025-02-25T01:41:47.089Z | Downloaded dsl_auto_type v0.1.2 |
| 839 | 2025-02-25T01:41:47.092Z | Downloaded ron v0.7.1 |
| 840 | 2025-02-25T01:41:47.095Z | Downloaded take_mut v0.2.2 |
| 841 | 2025-02-25T01:41:47.098Z | Downloaded bindgen v0.69.5 |
| 842 | 2025-02-25T01:41:47.104Z | Downloaded zerovec-derive v0.10.3 |
| 843 | 2025-02-25T01:41:47.107Z | Downloaded peg-runtime v0.8.3 |
| 844 | 2025-02-25T01:41:47.111Z | Downloaded flume v0.11.1 |
| 845 | 2025-02-25T01:41:47.114Z | Downloaded tiny-keccak v2.0.2 |
| 846 | 2025-02-25T01:41:47.117Z | Downloaded serde-big-array v0.5.1 |
| 847 | 2025-02-25T01:41:47.119Z | Downloaded zone_cfg_derive v0.1.2 |
| 848 | 2025-02-25T01:41:47.119Z | Downloaded env_filter v0.1.2 |
| 849 | 2025-02-25T01:41:47.119Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 850 | 2025-02-25T01:41:47.122Z | Downloaded password-hash v0.5.0 |
| 851 | 2025-02-25T01:41:47.125Z | Downloaded sha1 v0.10.6 |
| 852 | 2025-02-25T01:41:47.128Z | Downloaded globset v0.4.15 |
| 853 | 2025-02-25T01:41:47.128Z | Downloaded document-features v0.2.10 |
| 854 | 2025-02-25T01:41:47.131Z | Downloaded serde-hex v0.1.0 |
| 855 | 2025-02-25T01:41:47.131Z | Downloaded password-hash v0.4.2 |
| 856 | 2025-02-25T01:41:47.134Z | Downloaded aws-lc-rs v1.10.0 |
| 857 | 2025-02-25T01:41:47.140Z | Downloaded sync_wrapper v1.0.1 |
| 858 | 2025-02-25T01:41:47.143Z | Downloaded write16 v1.0.0 |
| 859 | 2025-02-25T01:41:47.146Z | Downloaded futures-task v0.3.31 |
| 860 | 2025-02-25T01:41:47.146Z | Downloaded futures-sink v0.3.31 |
| 861 | 2025-02-25T01:41:47.146Z | Downloaded slog-stdlog v4.1.1 |
| 862 | 2025-02-25T01:41:47.148Z | Downloaded slab v0.4.9 |
| 863 | 2025-02-25T01:41:47.149Z | Downloaded fatfs v0.3.6 |
| 864 | 2025-02-25T01:41:47.152Z | Downloaded rustls-pemfile v1.0.4 |
| 865 | 2025-02-25T01:41:47.155Z | Downloaded bitvec v1.0.1 |
| 866 | 2025-02-25T01:41:47.170Z | Downloaded progenitor-client v0.9.1 |
| 867 | 2025-02-25T01:41:47.172Z | Downloaded rustls-webpki v0.102.8 |
| 868 | 2025-02-25T01:41:47.191Z | Downloaded num-conv v0.1.0 |
| 869 | 2025-02-25T01:41:47.193Z | Downloaded hkdf v0.12.4 |
| 870 | 2025-02-25T01:41:47.196Z | Downloaded zerofrom v0.1.4 |
| 871 | 2025-02-25T01:41:47.196Z | Downloaded unicode-truncate v1.1.0 |
| 872 | 2025-02-25T01:41:47.196Z | Downloaded rand_chacha v0.9.0 |
| 873 | 2025-02-25T01:41:47.199Z | Downloaded num-derive v0.4.2 |
| 874 | 2025-02-25T01:41:47.202Z | Downloaded rand_core v0.6.4 |
| 875 | 2025-02-25T01:41:47.202Z | Downloaded proptest v1.5.0 |
| 876 | 2025-02-25T01:41:47.210Z | Downloaded miniz_oxide v0.8.0 |
| 877 | 2025-02-25T01:41:47.214Z | Downloaded number_prefix v0.4.0 |
| 878 | 2025-02-25T01:41:47.216Z | Downloaded sqlparser_derive v0.2.2 |
| 879 | 2025-02-25T01:41:47.216Z | Downloaded peg v0.8.4 |
| 880 | 2025-02-25T01:41:47.219Z | Downloaded hashbrown v0.13.2 |
| 881 | 2025-02-25T01:41:47.223Z | Downloaded rand_core v0.9.2 |
| 882 | 2025-02-25T01:41:47.226Z | Downloaded writeable v0.5.5 |
| 883 | 2025-02-25T01:41:47.229Z | Downloaded defmt-macros v0.3.9 |
| 884 | 2025-02-25T01:41:47.232Z | Downloaded universal-hash v0.5.1 |
| 885 | 2025-02-25T01:41:47.232Z | Downloaded pretty_assertions v1.4.1 |
| 886 | 2025-02-25T01:41:47.235Z | Downloaded which v4.4.2 |
| 887 | 2025-02-25T01:41:47.237Z | Downloaded progenitor-client v0.8.0 |
| 888 | 2025-02-25T01:41:47.237Z | Downloaded want v0.3.1 |
| 889 | 2025-02-25T01:41:47.237Z | Downloaded untrusted v0.9.0 |
| 890 | 2025-02-25T01:41:47.240Z | Downloaded ssh-cipher v0.2.0 |
| 891 | 2025-02-25T01:41:47.240Z | Downloaded salty v0.3.0 |
| 892 | 2025-02-25T01:41:47.246Z | Downloaded tough v0.19.0 |
| 893 | 2025-02-25T01:41:47.254Z | Downloaded precomputed-hash v0.1.1 |
| 894 | 2025-02-25T01:41:47.256Z | Downloaded bindgen v0.71.1 |
| 895 | 2025-02-25T01:41:47.262Z | Downloaded glob v0.3.2 |
| 896 | 2025-02-25T01:41:47.265Z | Downloaded num-integer v0.1.46 |
| 897 | 2025-02-25T01:41:47.267Z | Downloaded num-bigint v0.4.6 |
| 898 | 2025-02-25T01:41:47.271Z | Downloaded group v0.13.0 |
| 899 | 2025-02-25T01:41:47.274Z | Downloaded smallvec v1.14.0 |
| 900 | 2025-02-25T01:41:47.279Z | Downloaded unicode-xid v0.2.6 |
| 901 | 2025-02-25T01:41:47.279Z | Downloaded tokio-rustls v0.25.0 |
| 902 | 2025-02-25T01:41:47.284Z | Downloaded rpassword v7.3.1 |
| 903 | 2025-02-25T01:41:47.284Z | Downloaded ron v0.8.1 |
| 904 | 2025-02-25T01:41:47.287Z | Downloaded quinn v0.11.5 |
| 905 | 2025-02-25T01:41:47.290Z | Downloaded tokio-rustls v0.24.1 |
| 906 | 2025-02-25T01:41:47.292Z | Downloaded fs_extra v1.3.0 |
| 907 | 2025-02-25T01:41:47.295Z | Downloaded slog-term v2.9.1 |
| 908 | 2025-02-25T01:41:47.299Z | Downloaded hash32 v0.3.1 |
| 909 | 2025-02-25T01:41:47.299Z | Downloaded zip v0.6.6 |
| 910 | 2025-02-25T01:41:47.303Z | Downloaded russh-keys v0.45.0 |
| 911 | 2025-02-25T01:41:47.305Z | Downloaded unicode-bidi v0.3.17 |
| 912 | 2025-02-25T01:41:47.308Z | Downloaded rand v0.9.0 |
| 913 | 2025-02-25T01:41:47.312Z | Downloaded rustls-webpki v0.101.7 |
| 914 | 2025-02-25T01:41:47.328Z | Downloaded num-complex v0.4.6 |
| 915 | 2025-02-25T01:41:47.331Z | Downloaded signal-hook v0.3.17 |
| 916 | 2025-02-25T01:41:47.333Z | Downloaded serde_yaml v0.9.34+deprecated |
| 917 | 2025-02-25T01:41:47.336Z | Downloaded sqlparser v0.45.0 |
| 918 | 2025-02-25T01:41:47.343Z | Downloaded lalrpop v0.19.12 |
| 919 | 2025-02-25T01:41:47.354Z | Downloaded ed25519-dalek v2.1.1 |
| 920 | 2025-02-25T01:41:47.357Z | Downloaded tokio-util v0.7.12 |
| 921 | 2025-02-25T01:41:47.364Z | Downloaded parking_lot v0.12.3 |
| 922 | 2025-02-25T01:41:47.367Z | Downloaded num-bigint-dig v0.8.4 |
| 923 | 2025-02-25T01:41:47.371Z | Downloaded tar v0.4.44 |
| 924 | 2025-02-25T01:41:47.374Z | Downloaded embedded-io v0.4.0 |
| 925 | 2025-02-25T01:41:47.377Z | Downloaded publicsuffix v2.3.0 |
| 926 | 2025-02-25T01:41:47.380Z | Downloaded qorb v0.2.1 |
| 927 | 2025-02-25T01:41:47.384Z | Downloaded oso v0.27.3 |
| 928 | 2025-02-25T01:41:47.387Z | Downloaded icu_properties_data v1.5.0 |
| 929 | 2025-02-25T01:41:47.397Z | Downloaded quinn-proto v0.11.8 |
| 930 | 2025-02-25T01:41:47.404Z | Downloaded futures-util v0.3.31 |
| 931 | 2025-02-25T01:41:47.415Z | Downloaded reedline v0.35.0 |
| 932 | 2025-02-25T01:41:47.423Z | Downloaded pin-project v1.1.6 |
| 933 | 2025-02-25T01:41:47.437Z | Downloaded openssl-sys v0.9.106 |
| 934 | 2025-02-25T01:41:47.441Z | Downloaded zerocopy-derive v0.8.10 |
| 935 | 2025-02-25T01:41:47.448Z | Downloaded der v0.7.9 |
| 936 | 2025-02-25T01:41:47.454Z | Downloaded reqwest v0.12.12 |
| 937 | 2025-02-25T01:41:47.463Z | Downloaded petname v2.0.2 |
| 938 | 2025-02-25T01:41:47.469Z | Downloaded hashbrown v0.14.5 |
| 939 | 2025-02-25T01:41:47.475Z | Downloaded steno v0.4.1 |
| 940 | 2025-02-25T01:41:47.480Z | Downloaded quick-xml v0.37.2 |
| 941 | 2025-02-25T01:41:47.487Z | Downloaded regex v1.11.1 |
| 942 | 2025-02-25T01:41:47.501Z | Downloaded smoltcp v0.11.0 |
| 943 | 2025-02-25T01:41:47.514Z | Downloaded chrono-tz v0.10.1 |
| 944 | 2025-02-25T01:41:47.522Z | Downloaded mio v1.0.2 |
| 945 | 2025-02-25T01:41:47.528Z | Downloaded polar-core v0.27.3 |
| 946 | 2025-02-25T01:41:47.539Z | Downloaded h2 v0.4.6 |
| 947 | 2025-02-25T01:41:47.545Z | Downloaded bstr v1.10.0 |
| 948 | 2025-02-25T01:41:47.556Z | Downloaded russh v0.45.0 |
| 949 | 2025-02-25T01:41:47.562Z | Downloaded object v0.30.4 |
| 950 | 2025-02-25T01:41:47.573Z | Downloaded winnow v0.5.40 |
| 951 | 2025-02-25T01:41:47.582Z | Downloaded nix v0.27.1 |
| 952 | 2025-02-25T01:41:47.593Z | Downloaded object v0.36.5 |
| 953 | 2025-02-25T01:41:47.605Z | Downloaded tabled v0.18.0 |
| 954 | 2025-02-25T01:41:47.622Z | Downloaded gimli v0.31.1 |
| 955 | 2025-02-25T01:41:47.631Z | Downloaded rustls v0.23.19 |
| 956 | 2025-02-25T01:41:47.644Z | Downloaded regex-syntax v0.8.5 |
| 957 | 2025-02-25T01:41:47.653Z | Downloaded regress v0.10.1 |
| 958 | 2025-02-25T01:41:47.662Z | Downloaded vcpkg v0.2.15 |
| 959 | 2025-02-25T01:41:47.703Z | Downloaded openssl v0.10.71 |
| 960 | 2025-02-25T01:41:47.713Z | Downloaded diesel v2.2.7 |
| 961 | 2025-02-25T01:41:47.732Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 962 | 2025-02-25T01:41:47.745Z | Downloaded sled v0.34.7 |
| 963 | 2025-02-25T01:41:47.757Z | Downloaded git2 v0.19.0 |
| 964 | 2025-02-25T01:41:47.764Z | Downloaded openapiv3 v2.0.0 |
| 965 | 2025-02-25T01:41:47.777Z | Downloaded dropshot v0.15.1 |
| 966 | 2025-02-25T01:41:47.800Z | Downloaded webpki-roots v0.26.6 |
| 967 | 2025-02-25T01:41:47.804Z | Downloaded dropshot v0.12.0 |
| 968 | 2025-02-25T01:41:47.824Z | Downloaded unicode-width v0.2.0 |
| 969 | 2025-02-25T01:41:47.830Z | Downloaded regex-syntax v0.6.29 |
| 970 | 2025-02-25T01:41:47.838Z | Downloaded regress v0.9.1 |
| 971 | 2025-02-25T01:41:47.848Z | Downloaded nix v0.29.0 |
| 972 | 2025-02-25T01:41:47.860Z | Downloaded typify-impl v0.3.0 |
| 973 | 2025-02-25T01:41:47.878Z | Downloaded typify-impl v0.2.0 |
| 974 | 2025-02-25T01:41:47.895Z | Downloaded ratatui v0.29.0 |
| 975 | 2025-02-25T01:41:47.917Z | Downloaded rustls v0.22.4 |
| 976 | 2025-02-25T01:41:47.931Z | Downloaded nix v0.28.0 |
| 977 | 2025-02-25T01:41:47.943Z | Downloaded csv v1.3.1 |
| 978 | 2025-02-25T01:41:47.964Z | Downloaded sha3 v0.10.8 |
| 979 | 2025-02-25T01:41:47.968Z | Downloaded zerocopy v0.8.10 |
| 980 | 2025-02-25T01:41:47.993Z | Downloaded rustls v0.21.12 |
| 981 | 2025-02-25T01:41:48.005Z | Downloaded regex-automata v0.4.8 |
| 982 | 2025-02-25T01:41:48.021Z | Downloaded radix_trie v0.2.1 |
| 983 | 2025-02-25T01:41:48.027Z | Downloaded p384 v0.13.0 |
| 984 | 2025-02-25T01:41:48.033Z | Downloaded hickory-proto v0.24.3 |
| 985 | 2025-02-25T01:41:48.049Z | Downloaded zip v2.1.3 |
| 986 | 2025-02-25T01:41:48.053Z | Downloaded zerocopy-derive v0.6.6 |
| 987 | 2025-02-25T01:41:48.062Z | Downloaded petgraph v0.6.5 |
| 988 | 2025-02-25T01:41:48.079Z | Downloaded lzma-sys v0.1.20 |
| 989 | 2025-02-25T01:41:48.107Z | Downloaded flate2 v1.0.35 |
| 990 | 2025-02-25T01:41:48.112Z | Downloaded unicode-normalization v0.1.24 |
| 991 | 2025-02-25T01:41:48.116Z | Downloaded portable-atomic v1.9.0 |
| 992 | 2025-02-25T01:41:48.122Z | Downloaded nom v7.1.3 |
| 993 | 2025-02-25T01:41:48.129Z | Downloaded libz-sys v1.1.20 |
| 994 | 2025-02-25T01:41:48.148Z | Downloaded curve25519-dalek v4.1.3 |
| 995 | 2025-02-25T01:41:48.157Z | Downloaded tokio v1.43.0 |
| 996 | 2025-02-25T01:41:48.194Z | Downloaded smoltcp v0.9.1 |
| 997 | 2025-02-25T01:41:48.204Z | Downloaded unicode_categories v0.1.1 |
| 998 | 2025-02-25T01:41:48.206Z | Downloaded rustyline v14.0.0 |
| 999 | 2025-02-25T01:41:48.210Z | Downloaded rusqlite v0.32.1 |
| 1000 | 2025-02-25T01:41:48.217Z | Downloaded float-cmp v0.10.0 |
| 1001 | 2025-02-25T01:41:48.219Z | Downloaded defmt-parser v0.3.4 |
| 1002 | 2025-02-25T01:41:48.220Z | Downloaded pin-project-internal v1.1.6 |
| 1003 | 2025-02-25T01:41:48.222Z | Downloaded zerovec v0.10.4 |
| 1004 | 2025-02-25T01:41:48.227Z | Downloaded p521 v0.13.3 |
| 1005 | 2025-02-25T01:41:48.231Z | Downloaded rayon v1.10.0 |
| 1006 | 2025-02-25T01:41:48.240Z | Downloaded tap v1.0.1 |
| 1007 | 2025-02-25T01:41:48.242Z | Downloaded synstructure v0.13.1 |
| 1008 | 2025-02-25T01:41:48.242Z | Downloaded peg-macros v0.8.4 |
| 1009 | 2025-02-25T01:41:48.245Z | Downloaded fragile v2.0.0 |
| 1010 | 2025-02-25T01:41:48.248Z | Downloaded parse-zoneinfo v0.3.1 |
| 1011 | 2025-02-25T01:41:48.250Z | Downloaded chrono v0.4.39 |
| 1012 | 2025-02-25T01:41:48.255Z | Downloaded dropshot_endpoint v0.12.0 |
| 1013 | 2025-02-25T01:41:48.258Z | Downloaded expectorate v1.1.0 |
| 1014 | 2025-02-25T01:41:48.261Z | Downloaded encoding_rs v0.8.34 |
| 1015 | 2025-02-25T01:41:48.286Z | Downloaded defmt v0.3.8 |
| 1016 | 2025-02-25T01:41:48.288Z | Downloaded debug-ignore v1.0.5 |
| 1017 | 2025-02-25T01:41:48.288Z | Downloaded utf8_iter v1.0.4 |
| 1018 | 2025-02-25T01:41:48.288Z | Downloaded pem v3.0.5 |
| 1019 | 2025-02-25T01:41:48.288Z | Downloaded ring v0.17.11 |
| 1020 | 2025-02-25T01:41:48.329Z | Downloaded rustls-pemfile v2.2.0 |
| 1021 | 2025-02-25T01:41:48.332Z | Downloaded env_logger v0.10.2 |
| 1022 | 2025-02-25T01:41:48.334Z | Downloaded time-macros v0.2.18 |
| 1023 | 2025-02-25T01:41:48.337Z | Downloaded tungstenite v0.21.0 |
| 1024 | 2025-02-25T01:41:48.340Z | Downloaded utf16_iter v1.0.5 |
| 1025 | 2025-02-25T01:41:48.340Z | Downloaded phf_shared v0.11.2 |
| 1026 | 2025-02-25T01:41:48.343Z | Downloaded funty v2.0.0 |
| 1027 | 2025-02-25T01:41:48.343Z | Downloaded stringprep v0.1.5 |
| 1028 | 2025-02-25T01:41:48.343Z | Downloaded smallvec v0.6.14 |
| 1029 | 2025-02-25T01:41:48.346Z | Downloaded spin v0.9.8 |
| 1030 | 2025-02-25T01:41:48.346Z | Downloaded socket2 v0.5.8 |
| 1031 | 2025-02-25T01:41:48.348Z | Downloaded elliptic-curve v0.13.8 |
| 1032 | 2025-02-25T01:41:48.351Z | Downloaded prettyplease v0.2.29 |
| 1033 | 2025-02-25T01:41:48.355Z | Downloaded signal-hook-mio v0.2.4 |
| 1034 | 2025-02-25T01:41:48.358Z | Downloaded shlex v1.3.0 |
| 1035 | 2025-02-25T01:41:48.358Z | Downloaded phf_generator v0.11.2 |
| 1036 | 2025-02-25T01:41:48.360Z | Downloaded phf_codegen v0.11.2 |
| 1037 | 2025-02-25T01:41:48.360Z | Downloaded predicates v3.1.3 |
| 1038 | 2025-02-25T01:41:48.363Z | Downloaded sync-ptr v0.1.1 |
| 1039 | 2025-02-25T01:41:48.363Z | Downloaded serde_plain v1.0.2 |
| 1040 | 2025-02-25T01:41:48.366Z | Downloaded similar v2.6.0 |
| 1041 | 2025-02-25T01:41:48.369Z | Downloaded phf v0.11.2 |
| 1042 | 2025-02-25T01:41:48.372Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1043 | 2025-02-25T01:41:48.372Z | Downloaded ecdsa v0.16.9 |
| 1044 | 2025-02-25T01:41:48.372Z | Downloaded dyn-clone v1.0.18 |
| 1045 | 2025-02-25T01:41:48.374Z | Downloaded unsafe-libyaml v0.2.11 |
| 1046 | 2025-02-25T01:41:48.377Z | Downloaded tower v0.5.2 |
| 1047 | 2025-02-25T01:41:48.385Z | Downloaded serde_urlencoded v0.7.1 |
| 1048 | 2025-02-25T01:41:48.387Z | Downloaded uzers v0.12.1 |
| 1049 | 2025-02-25T01:41:48.390Z | Downloaded uuid v1.12.0 |
| 1050 | 2025-02-25T01:41:48.393Z | Downloaded pbkdf2 v0.12.2 |
| 1051 | 2025-02-25T01:41:48.393Z | Downloaded typify-macro v0.2.0 |
| 1052 | 2025-02-25T01:41:48.393Z | Downloaded pkcs8 v0.10.2 |
| 1053 | 2025-02-25T01:41:48.396Z | Downloaded unarray v0.1.4 |
| 1054 | 2025-02-25T01:41:48.398Z | Downloaded tui-tree-widget v0.23.0 |
| 1055 | 2025-02-25T01:41:48.399Z | Downloaded tokio-stream v0.1.17 |
| 1056 | 2025-02-25T01:41:48.402Z | Downloaded termtree v0.5.1 |
| 1057 | 2025-02-25T01:41:48.405Z | Downloaded tokio-rustls v0.26.0 |
| 1058 | 2025-02-25T01:41:48.407Z | Downloaded half v2.4.1 |
| 1059 | 2025-02-25T01:41:48.411Z | Downloaded dropshot_endpoint v0.15.1 |
| 1060 | 2025-02-25T01:41:48.414Z | Downloaded rustls-pki-types v1.10.0 |
| 1061 | 2025-02-25T01:41:48.414Z | Downloaded ssh-key v0.6.6 |
| 1062 | 2025-02-25T01:41:48.420Z | Downloaded toml_edit v0.19.15 |
| 1063 | 2025-02-25T01:41:48.435Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1064 | 2025-02-25T01:41:48.490Z | Downloaded itertools v0.14.0 |
| 1065 | 2025-02-25T01:41:48.497Z | Downloaded strum_macros v0.26.4 |
| 1066 | 2025-02-25T01:41:48.500Z | Downloaded zopfli v0.8.1 |
| 1067 | 2025-02-25T01:41:48.503Z | Downloaded serde_with v3.11.0 |
| 1068 | 2025-02-25T01:41:48.509Z | Downloaded itertools v0.13.0 |
| 1069 | 2025-02-25T01:41:48.515Z | Downloaded rsa v0.9.6 |
| 1070 | 2025-02-25T01:41:48.520Z | Downloaded diesel_derives v2.2.3 |
| 1071 | 2025-02-25T01:41:48.523Z | Downloaded typed-path v0.9.3 |
| 1072 | 2025-02-25T01:41:48.529Z | Downloaded libm v0.2.8 |
| 1073 | 2025-02-25T01:41:48.536Z | Downloaded itertools v0.12.1 |
| 1074 | 2025-02-25T01:41:48.543Z | Downloaded itertools v0.10.5 |
| 1075 | 2025-02-25T01:41:48.549Z | Downloaded serde_path_to_error v0.1.16 |
| 1076 | 2025-02-25T01:41:48.551Z | Downloaded serde_derive_internals v0.29.1 |
| 1077 | 2025-02-25T01:41:48.554Z | Downloaded rfc6979 v0.4.0 |
| 1078 | 2025-02-25T01:41:48.554Z | Downloaded tokio-tungstenite v0.23.1 |
| 1079 | 2025-02-25T01:41:48.557Z | Downloaded rustc-demangle v0.1.24 |
| 1080 | 2025-02-25T01:41:48.557Z | Downloaded mockall_derive v0.13.1 |
| 1081 | 2025-02-25T01:41:48.560Z | Downloaded tracing-core v0.1.32 |
| 1082 | 2025-02-25T01:41:48.562Z | Downloaded papergrid v0.14.0 |
| 1083 | 2025-02-25T01:41:48.565Z | Downloaded nodrop v0.1.14 |
| 1084 | 2025-02-25T01:41:48.565Z | Downloaded tinystr v0.7.6 |
| 1085 | 2025-02-25T01:41:48.568Z | Downloaded postcard v1.0.10 |
| 1086 | 2025-02-25T01:41:48.570Z | Downloaded paste v1.0.15 |
| 1087 | 2025-02-25T01:41:48.573Z | Downloaded tracing v0.1.40 |
| 1088 | 2025-02-25T01:41:48.576Z | Downloaded idna v1.0.3 |
| 1089 | 2025-02-25T01:41:48.580Z | Downloaded test-strategy v0.4.0 |
| 1090 | 2025-02-25T01:41:48.583Z | Downloaded either v1.13.0 |
| 1091 | 2025-02-25T01:41:48.586Z | Downloaded hickory-server v0.24.3 |
| 1092 | 2025-02-25T01:41:48.589Z | Downloaded derive-where v1.2.7 |
| 1093 | 2025-02-25T01:41:48.593Z | Downloaded vte v0.11.1 |
| 1094 | 2025-02-25T01:41:48.596Z | Downloaded wyz v0.5.1 |
| 1095 | 2025-02-25T01:41:48.596Z | Downloaded walkdir v2.5.0 |
| 1096 | 2025-02-25T01:41:48.599Z | Downloaded parking_lot v0.11.2 |
| 1097 | 2025-02-25T01:41:48.601Z | Downloaded secrecy v0.8.0 |
| 1098 | 2025-02-25T01:41:48.601Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1099 | 2025-02-25T01:41:48.604Z | Downloaded same-file v1.0.6 |
| 1100 | 2025-02-25T01:41:48.604Z | Downloaded tinyvec v1.8.0 |
| 1101 | 2025-02-25T01:41:48.607Z | Downloaded ppv-lite86 v0.2.20 |
| 1102 | 2025-02-25T01:41:48.607Z | Downloaded pbkdf2 v0.11.0 |
| 1103 | 2025-02-25T01:41:48.610Z | Downloaded supports-color v3.0.2 |
| 1104 | 2025-02-25T01:41:48.610Z | Downloaded rayon-core v1.12.1 |
| 1105 | 2025-02-25T01:41:48.613Z | Downloaded poly1305 v0.8.0 |
| 1106 | 2025-02-25T01:41:48.615Z | Downloaded num-rational v0.4.2 |
| 1107 | 2025-02-25T01:41:48.618Z | Downloaded zerocopy v0.6.6 |
| 1108 | 2025-02-25T01:41:48.621Z | Downloaded getrandom v0.2.15 |
| 1109 | 2025-02-25T01:41:48.621Z | Downloaded tokio-tungstenite v0.21.0 |
| 1110 | 2025-02-25T01:41:48.624Z | Downloaded proc-macro-error2 v2.0.1 |
| 1111 | 2025-02-25T01:41:48.626Z | Downloaded postgres-types v0.2.8 |
| 1112 | 2025-02-25T01:41:48.629Z | Downloaded progenitor-impl v0.9.1 |
| 1113 | 2025-02-25T01:41:48.632Z | Downloaded futures-channel v0.3.31 |
| 1114 | 2025-02-25T01:41:48.632Z | Downloaded omicron-zone-package v0.12.0 |
| 1115 | 2025-02-25T01:41:48.635Z | Downloaded samael v0.0.18 |
| 1116 | 2025-02-25T01:41:48.640Z | Downloaded nibble_vec v0.1.0 |
| 1117 | 2025-02-25T01:41:48.642Z | Downloaded futures-core v0.3.31 |
| 1118 | 2025-02-25T01:41:48.642Z | Downloaded foreign-types-macros v0.2.3 |
| 1119 | 2025-02-25T01:41:48.645Z | Downloaded slog v2.7.0 |
| 1120 | 2025-02-25T01:41:48.648Z | Downloaded parking_lot_core v0.9.10 |
| 1121 | 2025-02-25T01:41:48.648Z | Downloaded data-encoding v2.6.0 |
| 1122 | 2025-02-25T01:41:48.650Z | Downloaded darling_core v0.20.10 |
| 1123 | 2025-02-25T01:41:48.653Z | Downloaded typify v0.3.0 |
| 1124 | 2025-02-25T01:41:48.656Z | Downloaded newtype-uuid v1.2.1 |
| 1125 | 2025-02-25T01:41:48.659Z | Downloaded tungstenite v0.23.0 |
| 1126 | 2025-02-25T01:41:48.669Z | Downloaded icu_provider v1.5.0 |
| 1127 | 2025-02-25T01:41:48.669Z | Downloaded thiserror-no-std v2.0.2 |
| 1128 | 2025-02-25T01:41:48.669Z | Downloaded serde_repr v0.1.19 |
| 1129 | 2025-02-25T01:41:48.669Z | Downloaded rtoolbox v0.0.2 |
| 1130 | 2025-02-25T01:41:48.669Z | Downloaded ghash v0.5.1 |
| 1131 | 2025-02-25T01:41:48.669Z | Downloaded typify v0.2.0 |
| 1132 | 2025-02-25T01:41:48.673Z | Downloaded aes v0.8.4 |
| 1133 | 2025-02-25T01:41:48.677Z | Downloaded pkcs1 v0.7.5 |
| 1134 | 2025-02-25T01:41:48.679Z | Downloaded pin-project-lite v0.2.14 |
| 1135 | 2025-02-25T01:41:48.683Z | Downloaded aes-gcm v0.10.3 |
| 1136 | 2025-02-25T01:41:48.686Z | Downloaded nu-ansi-term v0.50.1 |
| 1137 | 2025-02-25T01:41:48.689Z | Downloaded bumpalo v3.16.0 |
| 1138 | 2025-02-25T01:41:48.692Z | Downloaded slog-envlogger v2.2.0 |
| 1139 | 2025-02-25T01:41:48.692Z | Downloaded predicates-core v1.0.8 |
| 1140 | 2025-02-25T01:41:48.694Z | Downloaded tokio-native-tls v0.3.1 |
| 1141 | 2025-02-25T01:41:48.694Z | Downloaded const_format v0.2.34 |
| 1142 | 2025-02-25T01:41:48.698Z | Downloaded backtrace v0.3.74 |
| 1143 | 2025-02-25T01:41:48.702Z | Downloaded base64 v0.22.1 |
| 1144 | 2025-02-25T01:41:48.706Z | Downloaded base64 v0.13.1 |
| 1145 | 2025-02-25T01:41:48.710Z | Downloaded bytes v1.9.0 |
| 1146 | 2025-02-25T01:41:48.712Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1147 | 2025-02-25T01:41:48.715Z | Downloaded rustc_version v0.4.1 |
| 1148 | 2025-02-25T01:41:48.715Z | Downloaded rand_seeder v0.3.0 |
| 1149 | 2025-02-25T01:41:48.719Z | Downloaded r2d2 v0.8.10 |
| 1150 | 2025-02-25T01:41:48.719Z | Downloaded quinn-udp v0.5.5 |
| 1151 | 2025-02-25T01:41:48.719Z | Downloaded litrs v0.4.1 |
| 1152 | 2025-02-25T01:41:48.722Z | Downloaded darling v0.20.10 |
| 1153 | 2025-02-25T01:41:48.725Z | Downloaded flagset v0.4.6 |
| 1154 | 2025-02-25T01:41:48.728Z | Downloaded diesel-dtrace v0.4.2 |
| 1155 | 2025-02-25T01:41:48.728Z | Downloaded base64 v0.21.7 |
| 1156 | 2025-02-25T01:41:48.731Z | Downloaded embedded-io v0.6.1 |
| 1157 | 2025-02-25T01:41:48.734Z | Downloaded xz2 v0.1.7 |
| 1158 | 2025-02-25T01:41:48.734Z | Downloaded tokio-macros v2.5.0 |
| 1159 | 2025-02-25T01:41:48.734Z | Downloaded tls_codec_derive v0.4.1 |
| 1160 | 2025-02-25T01:41:48.737Z | Downloaded blake2 v0.10.6 |
| 1161 | 2025-02-25T01:41:48.739Z | Downloaded arc-swap v1.7.1 |
| 1162 | 2025-02-25T01:41:48.742Z | Downloaded hickory-client v0.24.3 |
| 1163 | 2025-02-25T01:41:48.745Z | Downloaded strum_macros v0.25.3 |
| 1164 | 2025-02-25T01:41:48.747Z | Downloaded sec1 v0.7.3 |
| 1165 | 2025-02-25T01:41:48.750Z | Downloaded rustc-hash v2.1.1 |
| 1166 | 2025-02-25T01:41:48.750Z | Downloaded lock_api v0.4.12 |
| 1167 | 2025-02-25T01:41:48.753Z | Downloaded console v0.15.10 |
| 1168 | 2025-02-25T01:41:48.753Z | Downloaded clang-sys v1.8.1 |
| 1169 | 2025-02-25T01:41:48.756Z | Downloaded crc-any v2.5.0 |
| 1170 | 2025-02-25T01:41:48.758Z | Downloaded const_format_proc_macros v0.2.34 |
| 1171 | 2025-02-25T01:41:48.761Z | Downloaded async-bb8-diesel v0.2.1 |
| 1172 | 2025-02-25T01:41:48.763Z | Downloaded predicates-tree v1.0.11 |
| 1173 | 2025-02-25T01:41:48.763Z | Downloaded crc-catalog v2.4.0 |
| 1174 | 2025-02-25T01:41:48.763Z | Downloaded bitfield-struct v0.6.2 |
| 1175 | 2025-02-25T01:41:48.766Z | Downloaded const-oid v0.9.6 |
| 1176 | 2025-02-25T01:41:48.766Z | Downloaded cancel-safe-futures v0.1.5 |
| 1177 | 2025-02-25T01:41:48.770Z | Downloaded argon2 v0.5.3 |
| 1178 | 2025-02-25T01:41:48.772Z | Downloaded iana-time-zone v0.1.61 |
| 1179 | 2025-02-25T01:41:48.772Z | Downloaded crossbeam-deque v0.8.5 |
| 1180 | 2025-02-25T01:41:48.775Z | Downloaded backoff v0.4.0 |
| 1181 | 2025-02-25T01:41:48.778Z | Downloaded arrayvec v0.7.6 |
| 1182 | 2025-02-25T01:41:48.778Z | Downloaded icu_locid_transform v1.5.0 |
| 1183 | 2025-02-25T01:41:48.781Z | Downloaded idna_adapter v1.2.0 |
| 1184 | 2025-02-25T01:41:48.781Z | Downloaded httpdate v1.0.3 |
| 1185 | 2025-02-25T01:41:48.783Z | Downloaded highway v1.2.0 |
| 1186 | 2025-02-25T01:41:48.784Z | Downloaded base64ct v1.6.0 |
| 1187 | 2025-02-25T01:41:48.786Z | Downloaded kstat-rs v0.2.4 |
| 1188 | 2025-02-25T01:41:48.789Z | Downloaded humantime v2.1.0 |
| 1189 | 2025-02-25T01:41:48.789Z | Downloaded hubpack v0.1.2 |
| 1190 | 2025-02-25T01:41:48.789Z | Downloaded hex-literal v0.4.1 |
| 1191 | 2025-02-25T01:41:48.792Z | Downloaded async-stream v0.3.6 |
| 1192 | 2025-02-25T01:41:48.792Z | Downloaded cassowary v0.3.0 |
| 1193 | 2025-02-25T01:41:48.795Z | Downloaded bcs v0.1.6 |
| 1194 | 2025-02-25T01:41:48.795Z | Downloaded async-trait v0.1.86 |
| 1195 | 2025-02-25T01:41:48.798Z | Downloaded atomicwrites v0.4.4 |
| 1196 | 2025-02-25T01:41:48.801Z | Downloaded arrayref v0.3.9 |
| 1197 | 2025-02-25T01:41:48.801Z | Downloaded indent_write v2.2.0 |
| 1198 | 2025-02-25T01:41:48.804Z | Downloaded block-padding v0.3.3 |
| 1199 | 2025-02-25T01:41:48.804Z | Downloaded hyper-tls v0.6.0 |
| 1200 | 2025-02-25T01:41:48.804Z | Downloaded is-terminal v0.4.13 |
| 1201 | 2025-02-25T01:41:48.806Z | Downloaded home v0.5.9 |
| 1202 | 2025-02-25T01:41:48.807Z | Downloaded convert_case v0.4.0 |
| 1203 | 2025-02-25T01:41:48.807Z | Downloaded bit-vec v0.6.3 |
| 1204 | 2025-02-25T01:41:48.810Z | Downloaded bb8 v0.8.5 |
| 1205 | 2025-02-25T01:41:48.810Z | Downloaded libsw v3.3.1 |
| 1206 | 2025-02-25T01:41:48.813Z | Downloaded libefi-sys v0.1.0 |
| 1207 | 2025-02-25T01:41:48.815Z | Downloaded inout v0.1.3 |
| 1208 | 2025-02-25T01:41:48.816Z | Downloaded heck v0.3.3 |
| 1209 | 2025-02-25T01:41:48.816Z | Downloaded cobs v0.2.3 |
| 1210 | 2025-02-25T01:41:48.818Z | Downloaded array-init v0.0.4 |
| 1211 | 2025-02-25T01:41:48.818Z | Downloaded buf-list v1.0.3 |
| 1212 | 2025-02-25T01:41:48.821Z | Downloaded constant_time_eq v0.3.1 |
| 1213 | 2025-02-25T01:41:48.821Z | Downloaded cbc v0.1.2 |
| 1214 | 2025-02-25T01:41:48.824Z | Downloaded castaway v0.2.3 |
| 1215 | 2025-02-25T01:41:48.824Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1216 | 2025-02-25T01:41:48.824Z | Downloaded cexpr v0.6.0 |
| 1217 | 2025-02-25T01:41:48.890Z | Downloaded libsqlite3-sys v0.30.1 |
| 1218 | 2025-02-25T01:41:49.092Z | Downloaded aws-lc-sys v0.22.0 |
| 1219 | 2025-02-25T01:41:49.400Z | Compiling serde v1.0.218 |
| 1220 | 2025-02-25T01:41:49.403Z | Compiling value-bag v1.9.0 |
| 1221 | 2025-02-25T01:41:49.403Z | Compiling lock_api v0.4.12 |
| 1222 | 2025-02-25T01:41:49.403Z | Compiling scopeguard v1.2.0 |
| 1223 | 2025-02-25T01:41:49.403Z | Compiling typenum v1.17.0 |
| 1224 | 2025-02-25T01:41:49.403Z | Compiling generic-array v0.14.7 |
| 1225 | 2025-02-25T01:41:49.594Z | Compiling syn v2.0.96 |
| 1226 | 2025-02-25T01:41:49.611Z | Compiling getrandom v0.2.15 |
| 1227 | 2025-02-25T01:41:49.719Z | Compiling shlex v1.3.0 |
| 1228 | 2025-02-25T01:41:49.910Z | Compiling rand_core v0.6.4 |
| 1229 | 2025-02-25T01:41:50.008Z | Compiling log v0.4.22 |
| 1230 | 2025-02-25T01:41:50.109Z | Compiling subtle v2.6.1 |
| 1231 | 2025-02-25T01:41:50.131Z | Compiling jobserver v0.1.32 |
| 1232 | 2025-02-25T01:41:50.160Z | Compiling smallvec v1.14.0 |
| 1233 | 2025-02-25T01:41:50.408Z | Compiling const-oid v0.9.6 |
| 1234 | 2025-02-25T01:41:50.454Z | Compiling pin-project-lite v0.2.14 |
| 1235 | 2025-02-25T01:41:50.495Z | Compiling cc v1.2.15 |
| 1236 | 2025-02-25T01:41:50.554Z | Compiling parking_lot_core v0.9.10 |
| 1237 | 2025-02-25T01:41:50.587Z | Compiling rustix v0.38.37 |
| 1238 | 2025-02-25T01:41:50.743Z | Compiling futures-core v0.3.31 |
| 1239 | 2025-02-25T01:41:50.877Z | Compiling spin v0.9.8 |
| 1240 | 2025-02-25T01:41:50.983Z | Compiling signal-hook-registry v1.4.2 |
| 1241 | 2025-02-25T01:41:51.225Z | Compiling mio v1.0.2 |
| 1242 | 2025-02-25T01:41:51.397Z | Compiling parking_lot v0.12.3 |
| 1243 | 2025-02-25T01:41:51.578Z | Compiling either v1.13.0 |
| 1244 | 2025-02-25T01:41:51.673Z | Compiling aho-corasick v1.1.3 |
| 1245 | 2025-02-25T01:41:51.821Z | Compiling stable_deref_trait v1.2.0 |
| 1246 | 2025-02-25T01:41:51.949Z | Compiling regex-syntax v0.8.5 |
| 1247 | 2025-02-25T01:41:52.038Z | Compiling futures-sink v0.3.31 |
| 1248 | 2025-02-25T01:41:52.259Z | Compiling cpufeatures v0.2.14 |
| 1249 | 2025-02-25T01:41:52.317Z | Compiling socket2 v0.5.8 |
| 1250 | 2025-02-25T01:41:52.350Z | Compiling slab v0.4.9 |
| 1251 | 2025-02-25T01:41:52.376Z | Compiling glob v0.3.2 |
| 1252 | 2025-02-25T01:41:52.521Z | Compiling prettyplease v0.2.29 |
| 1253 | 2025-02-25T01:41:52.895Z | Compiling lazy_static v1.5.0 |
| 1254 | 2025-02-25T01:41:53.043Z | Compiling minimal-lexical v0.2.1 |
| 1255 | 2025-02-25T01:41:53.147Z | Compiling serde_json v1.0.139 |
| 1256 | 2025-02-25T01:41:53.202Z | Compiling clang-sys v1.8.1 |
| 1257 | 2025-02-25T01:41:53.238Z | Compiling futures-channel v0.3.31 |
| 1258 | 2025-02-25T01:41:53.551Z | Compiling nom v7.1.3 |
| 1259 | 2025-02-25T01:41:53.569Z | Compiling libloading v0.8.5 |
| 1260 | 2025-02-25T01:41:53.671Z | Compiling bindgen v0.69.5 |
| 1261 | 2025-02-25T01:41:53.957Z | Compiling futures-io v0.3.31 |
| 1262 | 2025-02-25T01:41:53.985Z | Compiling home v0.5.9 |
| 1263 | 2025-02-25T01:41:54.217Z | Compiling futures-task v0.3.31 |
| 1264 | 2025-02-25T01:41:54.245Z | Compiling pin-utils v0.1.0 |
| 1265 | 2025-02-25T01:41:54.498Z | Compiling itertools v0.12.1 |
| 1266 | 2025-02-25T01:41:54.531Z | Compiling lazycell v1.3.0 |
| 1267 | 2025-02-25T01:41:54.583Z | Compiling rustc-hash v1.1.0 |
| 1268 | 2025-02-25T01:41:54.715Z | Compiling allocator-api2 v0.2.18 |
| 1269 | 2025-02-25T01:41:54.768Z | Compiling foldhash v0.1.3 |
| 1270 | 2025-02-25T01:41:55.232Z | Compiling libm v0.2.8 |
| 1271 | 2025-02-25T01:41:55.583Z | Compiling hashbrown v0.15.1 |
| 1272 | 2025-02-25T01:41:55.640Z | Compiling cmake v0.1.51 |
| 1273 | 2025-02-25T01:41:56.430Z | Compiling regex-automata v0.4.8 |
| 1274 | 2025-02-25T01:41:56.471Z | Compiling num-traits v0.2.19 |
| 1275 | 2025-02-25T01:41:56.784Z | Compiling cexpr v0.6.0 |
| 1276 | 2025-02-25T01:41:56.829Z | Compiling pkg-config v0.3.31 |
| 1277 | 2025-02-25T01:41:57.137Z | Compiling synstructure v0.13.1 |
| 1278 | 2025-02-25T01:41:58.135Z | Compiling dunce v1.0.5 |
| 1279 | 2025-02-25T01:41:58.282Z | Compiling fs_extra v1.3.0 |
| 1280 | 2025-02-25T01:41:58.509Z | Compiling litemap v0.7.3 |
| 1281 | 2025-02-25T01:41:58.546Z | Compiling writeable v0.5.5 |
| 1282 | 2025-02-25T01:41:58.827Z | Compiling ring v0.17.11 |
| 1283 | 2025-02-25T01:41:58.913Z | Compiling base64ct v1.6.0 |
| 1284 | 2025-02-25T01:41:59.077Z | Compiling paste v1.0.15 |
| 1285 | 2025-02-25T01:41:59.650Z | Compiling pem-rfc7468 v0.7.0 |
| 1286 | 2025-02-25T01:41:59.670Z | Compiling icu_locid_transform_data v1.5.0 |
| 1287 | 2025-02-25T01:41:59.787Z | Compiling aws-lc-rs v1.10.0 |
| 1288 | 2025-02-25T01:42:00.179Z | Compiling flagset v0.4.6 |
| 1289 | 2025-02-25T01:42:00.293Z | Compiling httparse v1.9.5 |
| 1290 | 2025-02-25T01:42:00.372Z | Compiling tracing-core v0.1.32 |
| 1291 | 2025-02-25T01:42:00.996Z | Compiling crossbeam-utils v0.8.20 |
| 1292 | 2025-02-25T01:42:01.143Z | Compiling rustls-pki-types v1.10.0 |
| 1293 | 2025-02-25T01:42:01.390Z | Compiling icu_properties_data v1.5.0 |
| 1294 | 2025-02-25T01:42:01.449Z | Compiling percent-encoding v2.3.1 |
| 1295 | 2025-02-25T01:42:01.623Z | Compiling regex v1.11.1 |
| 1296 | 2025-02-25T01:42:01.767Z | Compiling vcpkg v0.2.15 |
| 1297 | 2025-02-25T01:42:01.962Z | Compiling serde_derive v1.0.218 |
| 1298 | 2025-02-25T01:42:02.063Z | Compiling zeroize_derive v1.4.2 |
| 1299 | 2025-02-25T01:42:02.180Z | Compiling zerocopy-derive v0.7.35 |
| 1300 | 2025-02-25T01:42:02.568Z | Compiling tokio-macros v2.5.0 |
| 1301 | 2025-02-25T01:42:03.409Z | Compiling zeroize v1.8.1 |
| 1302 | 2025-02-25T01:42:03.463Z | Compiling zerofrom-derive v0.1.4 |
| 1303 | 2025-02-25T01:42:04.043Z | Compiling yoke-derive v0.7.4 |
| 1304 | 2025-02-25T01:42:04.110Z | Compiling zerocopy v0.7.35 |
| 1305 | 2025-02-25T01:42:04.590Z | Compiling zerovec-derive v0.10.3 |
| 1306 | 2025-02-25T01:42:05.047Z | Compiling crypto-common v0.1.6 |
| 1307 | 2025-02-25T01:42:05.296Z | Compiling block-buffer v0.10.4 |
| 1308 | 2025-02-25T01:42:05.458Z | Compiling thiserror-impl v1.0.69 |
| 1309 | 2025-02-25T01:42:05.569Z | Compiling digest v0.10.7 |
| 1310 | 2025-02-25T01:42:06.054Z | Compiling futures-macro v0.3.31 |
| 1311 | 2025-02-25T01:42:06.505Z | Compiling hmac v0.12.1 |
| 1312 | 2025-02-25T01:42:06.632Z | Compiling displaydoc v0.2.5 |
| 1313 | 2025-02-25T01:42:06.731Z | Compiling zerofrom v0.1.4 |
| 1314 | 2025-02-25T01:42:06.754Z | Compiling block-padding v0.3.3 |
| 1315 | 2025-02-25T01:42:06.954Z | Compiling yoke v0.7.4 |
| 1316 | 2025-02-25T01:42:07.011Z | Compiling inout v0.1.3 |
| 1317 | 2025-02-25T01:42:07.048Z | Compiling ppv-lite86 v0.2.20 |
| 1318 | 2025-02-25T01:42:07.287Z | Compiling cipher v0.4.4 |
| 1319 | 2025-02-25T01:42:07.350Z | Compiling zerovec v0.10.4 |
| 1320 | 2025-02-25T01:42:07.780Z | Compiling sha2 v0.10.8 |
| 1321 | 2025-02-25T01:42:07.804Z | Compiling icu_provider_macros v1.5.0 |
| 1322 | 2025-02-25T01:42:07.883Z | Compiling futures-util v0.3.31 |
| 1323 | 2025-02-25T01:42:08.133Z | Compiling der_derive v0.7.3 |
| 1324 | 2025-02-25T01:42:08.319Z | Compiling thiserror v1.0.69 |
| 1325 | 2025-02-25T01:42:08.516Z | Compiling tracing-attributes v0.1.27 |
| 1326 | 2025-02-25T01:42:08.531Z | Compiling pest v2.7.14 |
| 1327 | 2025-02-25T01:42:08.855Z | Compiling salsa20 v0.10.2 |
| 1328 | 2025-02-25T01:42:09.110Z | Compiling tinystr v0.7.6 |
| 1329 | 2025-02-25T01:42:09.226Z | Compiling icu_collections v1.5.0 |
| 1330 | 2025-02-25T01:42:09.509Z | Compiling icu_locid v1.5.0 |
| 1331 | 2025-02-25T01:42:10.372Z | Compiling der v0.7.9 |
| 1332 | 2025-02-25T01:42:10.446Z | Compiling pbkdf2 v0.12.2 |
| 1333 | 2025-02-25T01:42:10.629Z | Compiling icu_provider v1.5.0 |
| 1334 | 2025-02-25T01:42:11.387Z | Compiling icu_locid_transform v1.5.0 |
| 1335 | 2025-02-25T01:42:11.438Z | Compiling powerfmt v0.2.0 |
| 1336 | 2025-02-25T01:42:11.482Z | Compiling time-core v0.1.2 |
| 1337 | 2025-02-25T01:42:11.561Z | Compiling tracing v0.1.40 |
| 1338 | 2025-02-25T01:42:11.608Z | Compiling utf16_iter v1.0.5 |
| 1339 | 2025-02-25T01:42:11.658Z | Compiling num-conv v0.1.0 |
| 1340 | 2025-02-25T01:42:11.809Z | Compiling utf8_iter v1.0.4 |
| 1341 | 2025-02-25T01:42:11.828Z | Compiling icu_normalizer_data v1.5.0 |
| 1342 | 2025-02-25T01:42:11.944Z | Compiling write16 v1.0.0 |
| 1343 | 2025-02-25T01:42:11.962Z | Compiling untrusted v0.9.0 |
| 1344 | 2025-02-25T01:42:12.106Z | Compiling untrusted v0.7.1 |
| 1345 | 2025-02-25T01:42:12.126Z | Compiling mirai-annotations v1.12.0 |
| 1346 | 2025-02-25T01:42:12.167Z | Compiling time-macros v0.2.18 |
| 1347 | 2025-02-25T01:42:12.314Z | Compiling spki v0.7.3 |
| 1348 | 2025-02-25T01:42:12.317Z | Compiling deranged v0.3.11 |
| 1349 | 2025-02-25T01:42:12.691Z | Compiling icu_properties v1.5.1 |
| 1350 | 2025-02-25T01:42:13.108Z | Compiling pest_meta v2.7.14 |
| 1351 | 2025-02-25T01:42:13.304Z | Compiling scrypt v0.11.0 |
| 1352 | 2025-02-25T01:42:13.746Z | Compiling rand_chacha v0.3.1 |
| 1353 | 2025-02-25T01:42:13.787Z | Compiling aes v0.8.4 |
| 1354 | 2025-02-25T01:42:13.821Z | Compiling cbc v0.1.2 |
| 1355 | 2025-02-25T01:42:14.077Z | Compiling openssl-sys v0.9.106 |
| 1356 | 2025-02-25T01:42:14.605Z | Compiling bitflags v2.6.0 |
| 1357 | 2025-02-25T01:42:15.016Z | Compiling bytes v1.9.0 |
| 1358 | 2025-02-25T01:42:16.115Z | Compiling tokio v1.43.0 |
| 1359 | 2025-02-25T01:42:16.169Z | Compiling semver v1.0.25 |
| 1360 | 2025-02-25T01:42:16.303Z | Compiling indexmap v2.7.1 |
| 1361 | 2025-02-25T01:42:16.581Z | Compiling http v1.2.0 |
| 1362 | 2025-02-25T01:42:16.848Z | Compiling rustc_version v0.4.1 |
| 1363 | 2025-02-25T01:42:17.203Z | Compiling icu_normalizer v1.5.0 |
| 1364 | 2025-02-25T01:42:17.299Z | Compiling scroll_derive v0.12.0 |
| 1365 | 2025-02-25T01:42:17.688Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2025-02-25T01:42:17.892Z | Compiling num_threads v0.1.7 |
| 1367 | 2025-02-25T01:42:18.030Z | Compiling tinyvec_macros v0.1.1 |
| 1368 | 2025-02-25T01:42:18.050Z | Compiling http-body v1.0.1 |
| 1369 | 2025-02-25T01:42:18.144Z | Compiling tinyvec v1.8.0 |
| 1370 | 2025-02-25T01:42:18.305Z | Compiling idna_adapter v1.2.0 |
| 1371 | 2025-02-25T01:42:18.549Z | Compiling time v0.3.36 |
| 1372 | 2025-02-25T01:42:18.681Z | Compiling which v4.4.2 |
| 1373 | 2025-02-25T01:42:18.698Z | Compiling scroll v0.12.0 |
| 1374 | 2025-02-25T01:42:18.912Z | Compiling pkcs5 v0.7.1 |
| 1375 | 2025-02-25T01:42:18.932Z | Compiling pest_generator v2.7.14 |
| 1376 | 2025-02-25T01:42:19.228Z | Compiling rand v0.8.5 |
| 1377 | 2025-02-25T01:42:19.586Z | Compiling form_urlencoded v1.2.1 |
| 1378 | 2025-02-25T01:42:19.748Z | Compiling slog v2.7.0 |
| 1379 | 2025-02-25T01:42:19.897Z | Compiling zerocopy v0.8.10 |
| 1380 | 2025-02-25T01:42:19.958Z | Compiling getrandom v0.3.1 |
| 1381 | 2025-02-25T01:42:20.283Z | Compiling try-lock v0.2.5 |
| 1382 | 2025-02-25T01:42:20.464Z | Compiling want v0.3.1 |
| 1383 | 2025-02-25T01:42:20.718Z | Compiling goblin v0.8.2 |
| 1384 | 2025-02-25T01:42:20.740Z | Compiling pkcs8 v0.10.2 |
| 1385 | 2025-02-25T01:42:20.743Z | Compiling pest_derive v2.7.14 |
| 1386 | 2025-02-25T01:42:20.778Z | Compiling idna v1.0.3 |
| 1387 | 2025-02-25T01:42:21.183Z | Compiling uuid v1.12.0 |
| 1388 | 2025-02-25T01:42:21.408Z | Compiling zerocopy-derive v0.8.10 |
| 1389 | 2025-02-25T01:42:21.573Z | Compiling iana-time-zone v0.1.61 |
| 1390 | 2025-02-25T01:42:21.930Z | Compiling tower-service v0.3.3 |
| 1391 | 2025-02-25T01:42:22.117Z | Compiling httpdate v1.0.3 |
| 1392 | 2025-02-25T01:42:22.316Z | Compiling chrono v0.4.39 |
| 1393 | 2025-02-25T01:42:22.569Z | Compiling dtrace-parser v0.2.0 |
| 1394 | 2025-02-25T01:42:23.466Z | Compiling serde_tokenstream v0.2.2 |
| 1395 | 2025-02-25T01:42:23.533Z | Compiling serde_spanned v0.6.8 |
| 1396 | 2025-02-25T01:42:23.791Z | Compiling toml_datetime v0.6.8 |
| 1397 | 2025-02-25T01:42:24.051Z | Compiling foreign-types-shared v0.1.1 |
| 1398 | 2025-02-25T01:42:24.118Z | Compiling tokio-util v0.7.12 |
| 1399 | 2025-02-25T01:42:24.251Z | Compiling openssl v0.10.71 |
| 1400 | 2025-02-25T01:42:24.392Z | Compiling base64 v0.22.1 |
| 1401 | 2025-02-25T01:42:24.689Z | Compiling match_cfg v0.1.0 |
| 1402 | 2025-02-25T01:42:24.793Z | Compiling rustversion v1.0.17 |
| 1403 | 2025-02-25T01:42:25.085Z | Compiling h2 v0.4.6 |
| 1404 | 2025-02-25T01:42:25.365Z | Compiling adler2 v2.0.0 |
| 1405 | 2025-02-25T01:42:25.549Z | Compiling miniz_oxide v0.8.0 |
| 1406 | 2025-02-25T01:42:25.571Z | Compiling hostname v0.3.1 |
| 1407 | 2025-02-25T01:42:25.627Z | Compiling foreign-types v0.3.2 |
| 1408 | 2025-02-25T01:42:25.734Z | Compiling url v2.5.3 |
| 1409 | 2025-02-25T01:42:26.955Z | Compiling dof v0.3.0 |
| 1410 | 2025-02-25T01:42:27.003Z | Compiling async-trait v0.1.86 |
| 1411 | 2025-02-25T01:42:27.291Z | Compiling rand_core v0.9.2 |
| 1412 | 2025-02-25T01:42:27.543Z | Compiling openssl-macros v0.1.1 |
| 1413 | 2025-02-25T01:42:27.734Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2025-02-25T01:42:28.316Z | Compiling usdt-impl v0.5.0 |
| 1415 | 2025-02-25T01:42:28.798Z | Compiling dirs-sys-next v0.1.2 |
| 1416 | 2025-02-25T01:42:29.143Z | Compiling data-encoding v2.6.0 |
| 1417 | 2025-02-25T01:42:29.330Z | Compiling rustls v0.22.4 |
| 1418 | 2025-02-25T01:42:29.385Z | Compiling syn v1.0.109 |
| 1419 | 2025-02-25T01:42:29.610Z | Compiling rustls v0.23.19 |
| 1420 | 2025-02-25T01:42:29.649Z | Compiling siphasher v0.3.11 |
| 1421 | 2025-02-25T01:42:29.800Z | Compiling native-tls v0.2.12 |
| 1422 | 2025-02-25T01:42:29.885Z | Compiling schemars v0.8.21 |
| 1423 | 2025-02-25T01:42:29.988Z | Compiling schemars_derive v0.8.21 |
| 1424 | 2025-02-25T01:42:30.032Z | Compiling dirs-next v2.0.0 |
| 1425 | 2025-02-25T01:42:30.171Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2025-02-25T01:42:30.277Z | Compiling unicode-normalization v0.1.24 |
| 1427 | 2025-02-25T01:42:31.022Z | Compiling crossbeam-epoch v0.9.18 |
| 1428 | 2025-02-25T01:42:31.352Z | Compiling http-body-util v0.1.2 |
| 1429 | 2025-02-25T01:42:31.389Z | Compiling heapless v0.7.17 |
| 1430 | 2025-02-25T01:42:31.686Z | Compiling sha1 v0.10.6 |
| 1431 | 2025-02-25T01:42:31.837Z | Compiling signature v2.2.0 |
| 1432 | 2025-02-25T01:42:31.869Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1433 | 2025-02-25T01:42:32.130Z | Compiling hyper v1.5.2 |
| 1434 | 2025-02-25T01:42:32.185Z | Compiling thread_local v1.1.8 |
| 1435 | 2025-02-25T01:42:32.250Z | Compiling encoding_rs v0.8.34 |
| 1436 | 2025-02-25T01:42:32.406Z | Compiling multer v3.1.0 |
| 1437 | 2025-02-25T01:42:32.705Z | Compiling cookie v0.18.1 |
| 1438 | 2025-02-25T01:42:32.707Z | Compiling unicode-bidi v0.3.17 |
| 1439 | 2025-02-25T01:42:32.935Z | Compiling ipnet v2.10.1 |
| 1440 | 2025-02-25T01:42:33.041Z | Compiling gimli v0.31.1 |
| 1441 | 2025-02-25T01:42:33.870Z | Compiling slog-async v2.8.0 |
| 1442 | 2025-02-25T01:42:33.991Z | Compiling signal-hook v0.3.17 |
| 1443 | 2025-02-25T01:42:34.290Z | Compiling rayon-core v1.12.1 |
| 1444 | 2025-02-25T01:42:34.405Z | Compiling dyn-clone v1.0.18 |
| 1445 | 2025-02-25T01:42:34.598Z | Compiling hyper-util v0.1.10 |
| 1446 | 2025-02-25T01:42:34.634Z | Compiling unicode-properties v0.1.3 |
| 1447 | 2025-02-25T01:42:34.890Z | Compiling openssl-probe v0.1.5 |
| 1448 | 2025-02-25T01:42:35.037Z | Compiling mime v0.3.17 |
| 1449 | 2025-02-25T01:42:35.198Z | Compiling stringprep v0.1.5 |
| 1450 | 2025-02-25T01:42:36.274Z | Compiling toml_edit v0.22.22 |
| 1451 | 2025-02-25T01:42:36.512Z | Compiling crossbeam-deque v0.8.5 |
| 1452 | 2025-02-25T01:42:36.876Z | Compiling rand v0.9.0 |
| 1453 | 2025-02-25T01:42:37.442Z | Compiling addr2line v0.24.2 |
| 1454 | 2025-02-25T01:42:37.567Z | Compiling term v0.7.0 |
| 1455 | 2025-02-25T01:42:38.025Z | Compiling usdt-macro v0.5.0 |
| 1456 | 2025-02-25T01:42:38.122Z | Compiling usdt-attr-macro v0.5.0 |
| 1457 | 2025-02-25T01:42:38.615Z | Compiling slog-json v2.6.1 |
| 1458 | 2025-02-25T01:42:38.774Z | Compiling serde_urlencoded v0.7.1 |
| 1459 | 2025-02-25T01:42:38.904Z | Compiling crossbeam-channel v0.5.13 |
| 1460 | 2025-02-25T01:42:38.963Z | Compiling curve25519-dalek v4.1.3 |
| 1461 | 2025-02-25T01:42:39.261Z | Compiling futures-executor v0.3.31 |
| 1462 | 2025-02-25T01:42:39.449Z | Compiling enum-as-inner v0.6.1 |
| 1463 | 2025-02-25T01:42:39.644Z | Compiling md-5 v0.10.6 |
| 1464 | 2025-02-25T01:42:39.648Z | Compiling async-stream-impl v0.3.6 |
| 1465 | 2025-02-25T01:42:39.704Z | Compiling rustls-pemfile v2.2.0 |
| 1466 | 2025-02-25T01:42:39.840Z | Compiling num-integer v0.1.46 |
| 1467 | 2025-02-25T01:42:39.924Z | Compiling hash32 v0.2.1 |
| 1468 | 2025-02-25T01:42:40.048Z | Compiling ff v0.13.0 |
| 1469 | 2025-02-25T01:42:40.283Z | Compiling is-terminal v0.4.13 |
| 1470 | 2025-02-25T01:42:40.303Z | Compiling memoffset v0.9.1 |
| 1471 | 2025-02-25T01:42:40.431Z | Compiling dropshot v0.12.0 |
| 1472 | 2025-02-25T01:42:40.502Z | Compiling object v0.36.5 |
| 1473 | 2025-02-25T01:42:40.555Z | Compiling cfg_aliases v0.2.1 |
| 1474 | 2025-02-25T01:42:40.642Z | Compiling quick-error v1.2.3 |
| 1475 | 2025-02-25T01:42:40.662Z | Compiling linked-hash-map v0.5.6 |
| 1476 | 2025-02-25T01:42:40.763Z | Compiling psl-types v2.0.11 |
| 1477 | 2025-02-25T01:42:40.799Z | Compiling rustc-demangle v0.1.24 |
| 1478 | 2025-02-25T01:42:40.945Z | Compiling take_mut v0.2.2 |
| 1479 | 2025-02-25T01:42:40.985Z | Compiling portable-atomic v1.9.0 |
| 1480 | 2025-02-25T01:42:41.007Z | Compiling base16ct v0.2.0 |
| 1481 | 2025-02-25T01:42:41.107Z | Compiling litrs v0.4.1 |
| 1482 | 2025-02-25T01:42:41.325Z | Compiling anyhow v1.0.96 |
| 1483 | 2025-02-25T01:42:41.659Z | Compiling utf-8 v0.7.6 |
| 1484 | 2025-02-25T01:42:41.923Z | Compiling smoltcp v0.9.1 |
| 1485 | 2025-02-25T01:42:41.941Z | Compiling fallible-iterator v0.2.0 |
| 1486 | 2025-02-25T01:42:41.992Z | Compiling num-bigint-dig v0.8.4 |
| 1487 | 2025-02-25T01:42:42.225Z | Compiling document-features v0.2.10 |
| 1488 | 2025-02-25T01:42:42.651Z | Compiling postgres-protocol v0.6.8 |
| 1489 | 2025-02-25T01:42:42.655Z | Compiling tungstenite v0.24.0 |
| 1490 | 2025-02-25T01:42:42.862Z | Compiling sec1 v0.7.3 |
| 1491 | 2025-02-25T01:42:43.716Z | Compiling publicsuffix v2.3.0 |
| 1492 | 2025-02-25T01:42:43.736Z | Compiling lru-cache v0.1.2 |
| 1493 | 2025-02-25T01:42:43.736Z | Compiling async-stream v0.3.6 |
| 1494 | 2025-02-25T01:42:43.804Z | Compiling resolv-conf v0.7.0 |
| 1495 | 2025-02-25T01:42:43.806Z | Compiling nix v0.29.0 |
| 1496 | 2025-02-25T01:42:44.174Z | Compiling hickory-proto v0.24.3 |
| 1497 | 2025-02-25T01:42:44.391Z | Compiling slog-term v2.9.1 |
| 1498 | 2025-02-25T01:42:44.519Z | Compiling num-iter v0.1.45 |
| 1499 | 2025-02-25T01:42:44.651Z | Compiling usdt v0.5.0 |
| 1500 | 2025-02-25T01:42:44.684Z | Compiling group v0.13.0 |
| 1501 | 2025-02-25T01:42:45.089Z | Compiling toml v0.8.19 |
| 1502 | 2025-02-25T01:42:45.143Z | Compiling futures v0.3.31 |
| 1503 | 2025-02-25T01:42:45.270Z | Compiling slog-bunyan v2.5.0 |
| 1504 | 2025-02-25T01:42:46.612Z | Compiling camino v1.1.9 |
| 1505 | 2025-02-25T01:42:46.733Z | Compiling tokio-native-tls v0.3.1 |
| 1506 | 2025-02-25T01:42:47.009Z | Compiling phf_shared v0.11.2 |
| 1507 | 2025-02-25T01:42:47.030Z | Compiling dropshot_endpoint v0.12.0 |
| 1508 | 2025-02-25T01:42:47.391Z | Compiling backtrace v0.3.74 |
| 1509 | 2025-02-25T01:42:47.475Z | Compiling terminal_size v0.4.0 |
| 1510 | 2025-02-25T01:42:47.509Z | Compiling waitgroup v0.1.2 |
| 1511 | 2025-02-25T01:42:47.670Z | Compiling openapiv3 v2.0.0 |
| 1512 | 2025-02-25T01:42:47.692Z | Compiling serde_path_to_error v0.1.16 |
| 1513 | 2025-02-25T01:42:47.740Z | Compiling hkdf v0.12.4 |
| 1514 | 2025-02-25T01:42:48.018Z | Compiling crypto-bigint v0.5.5 |
| 1515 | 2025-02-25T01:42:48.460Z | Compiling zerocopy-derive v0.6.6 |
| 1516 | 2025-02-25T01:42:49.850Z | Compiling hubpack_derive v0.1.1 |
| 1517 | 2025-02-25T01:42:50.218Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1518 | 2025-02-25T01:42:50.416Z | Compiling webpki-roots v0.26.6 |
| 1519 | 2025-02-25T01:42:50.643Z | Compiling sync_wrapper v1.0.1 |
| 1520 | 2025-02-25T01:42:50.686Z | Compiling hostname v0.4.0 |
| 1521 | 2025-02-25T01:42:50.820Z | Compiling crc32fast v1.4.2 |
| 1522 | 2025-02-25T01:42:50.913Z | Compiling fs-err v2.11.0 |
| 1523 | 2025-02-25T01:42:51.134Z | Compiling ahash v0.8.11 |
| 1524 | 2025-02-25T01:42:51.163Z | Compiling debug-ignore v1.0.5 |
| 1525 | 2025-02-25T01:42:51.234Z | Compiling tower-layer v0.3.3 |
| 1526 | 2025-02-25T01:42:51.330Z | Compiling managed v0.8.0 |
| 1527 | 2025-02-25T01:42:51.486Z | Compiling bitflags v1.3.2 |
| 1528 | 2025-02-25T01:42:51.538Z | Compiling winnow v0.5.40 |
| 1529 | 2025-02-25T01:42:51.592Z | Compiling newtype-uuid v1.2.1 |
| 1530 | 2025-02-25T01:42:51.613Z | Compiling unicode-width v0.2.0 |
| 1531 | 2025-02-25T01:42:51.616Z | Compiling clap_builder v4.5.30 |
| 1532 | 2025-02-25T01:42:51.934Z | Compiling strum_macros v0.25.3 |
| 1533 | 2025-02-25T01:42:52.212Z | Compiling console v0.15.10 |
| 1534 | 2025-02-25T01:42:53.537Z | Compiling tower v0.5.2 |
| 1535 | 2025-02-25T01:42:53.933Z | Compiling flate2 v1.0.35 |
| 1536 | 2025-02-25T01:42:53.953Z | Compiling elliptic-curve v0.13.8 |
| 1537 | 2025-02-25T01:42:54.341Z | Compiling hubpack v0.1.2 |
| 1538 | 2025-02-25T01:42:54.754Z | Compiling toml_edit v0.19.15 |
| 1539 | 2025-02-25T01:42:54.796Z | Compiling zerocopy v0.6.6 |
| 1540 | 2025-02-25T01:42:54.866Z | Compiling hickory-resolver v0.24.3 |
| 1541 | 2025-02-25T01:42:55.528Z | Compiling phf v0.11.2 |
| 1542 | 2025-02-25T01:42:55.649Z | Compiling signal-hook-mio v0.2.4 |
| 1543 | 2025-02-25T01:42:55.708Z | Compiling hyper-tls v0.6.0 |
| 1544 | 2025-02-25T01:42:55.816Z | Compiling cookie_store v0.21.1 |
| 1545 | 2025-02-25T01:42:55.816Z | Compiling rayon v1.10.0 |
| 1546 | 2025-02-25T01:42:56.124Z | Compiling bzip2 v0.4.4 |
| 1547 | 2025-02-25T01:42:57.433Z | Compiling tokio-tungstenite v0.24.0 |
| 1548 | 2025-02-25T01:42:57.987Z | Compiling postgres-types v0.2.8 |
| 1549 | 2025-02-25T01:42:59.448Z | Compiling ed25519 v2.2.3 |
| 1550 | 2025-02-25T01:43:00.197Z | Compiling phf_shared v0.10.0 |
| 1551 | 2025-02-25T01:43:00.404Z | Compiling tokio-stream v0.1.17 |
| 1552 | 2025-02-25T01:43:00.537Z | Compiling pkcs1 v0.7.5 |
| 1553 | 2025-02-25T01:43:00.570Z | Compiling serde-big-array v0.5.1 |
| 1554 | 2025-02-25T01:43:00.826Z | Compiling clap_derive v4.5.28 |
| 1555 | 2025-02-25T01:43:01.028Z | Compiling rfc6979 v0.4.0 |
| 1556 | 2025-02-25T01:43:01.236Z | Compiling serde_repr v0.1.19 |
| 1557 | 2025-02-25T01:43:01.303Z | Compiling derive-where v1.2.7 |
| 1558 | 2025-02-25T01:43:01.370Z | Compiling bstr v1.10.0 |
| 1559 | 2025-02-25T01:43:01.399Z | Compiling float-cmp v0.10.0 |
| 1560 | 2025-02-25T01:43:01.547Z | Compiling new_debug_unreachable v1.0.6 |
| 1561 | 2025-02-25T01:43:01.656Z | Compiling difflib v0.4.0 |
| 1562 | 2025-02-25T01:43:01.678Z | Compiling precomputed-hash v0.1.1 |
| 1563 | 2025-02-25T01:43:01.816Z | Compiling static_assertions v1.1.0 |
| 1564 | 2025-02-25T01:43:01.923Z | Compiling unicode-segmentation v1.12.0 |
| 1565 | 2025-02-25T01:43:02.348Z | Compiling number_prefix v0.4.0 |
| 1566 | 2025-02-25T01:43:02.600Z | Compiling predicates-core v1.0.8 |
| 1567 | 2025-02-25T01:43:02.820Z | Compiling whoami v1.5.2 |
| 1568 | 2025-02-25T01:43:02.941Z | Compiling bit-vec v0.6.3 |
| 1569 | 2025-02-25T01:43:02.961Z | Compiling normalize-line-endings v0.3.0 |
| 1570 | 2025-02-25T01:43:03.003Z | Compiling fixedbitset v0.4.2 |
| 1571 | 2025-02-25T01:43:03.112Z | Compiling predicates v3.1.3 |
| 1572 | 2025-02-25T01:43:03.346Z | Compiling petgraph v0.6.5 |
| 1573 | 2025-02-25T01:43:03.371Z | Compiling bit-set v0.5.3 |
| 1574 | 2025-02-25T01:43:03.462Z | Compiling tokio-postgres v0.7.12 |
| 1575 | 2025-02-25T01:43:03.659Z | Compiling similar v2.6.0 |
| 1576 | 2025-02-25T01:43:04.438Z | Compiling indicatif v0.17.11 |
| 1577 | 2025-02-25T01:43:04.587Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1578 | 2025-02-25T01:43:05.349Z | Compiling clap v4.5.30 |
| 1579 | 2025-02-25T01:43:05.488Z | Compiling string_cache v0.8.7 |
| 1580 | 2025-02-25T01:43:05.622Z | Compiling ecdsa v0.16.9 |
| 1581 | 2025-02-25T01:43:05.923Z | Compiling rsa v0.9.6 |
| 1582 | 2025-02-25T01:43:06.410Z | Compiling ed25519-dalek v2.1.1 |
| 1583 | 2025-02-25T01:43:06.455Z | Compiling toml v0.7.8 |
| 1584 | 2025-02-25T01:43:07.740Z | Compiling zip v0.6.6 |
| 1585 | 2025-02-25T01:43:07.931Z | Compiling crossterm v0.28.1 |
| 1586 | 2025-02-25T01:43:09.358Z | Compiling hex v0.4.3 |
| 1587 | 2025-02-25T01:43:09.573Z | Compiling x509-cert v0.2.5 |
| 1588 | 2025-02-25T01:43:09.773Z | Compiling itertools v0.14.0 |
| 1589 | 2025-02-25T01:43:09.942Z | Compiling itertools v0.10.5 |
| 1590 | 2025-02-25T01:43:10.357Z | Compiling lalrpop-util v0.19.12 |
| 1591 | 2025-02-25T01:43:10.719Z | Compiling peg-runtime v0.8.3 |
| 1592 | 2025-02-25T01:43:10.922Z | Compiling unicode-xid v0.2.6 |
| 1593 | 2025-02-25T01:43:11.116Z | Compiling strum_macros v0.26.4 |
| 1594 | 2025-02-25T01:43:11.135Z | Compiling xattr v1.3.1 |
| 1595 | 2025-02-25T01:43:11.271Z | Compiling filetime v0.2.25 |
| 1596 | 2025-02-25T01:43:11.584Z | Compiling tar v0.4.44 |
| 1597 | 2025-02-25T01:43:15.704Z | Compiling strum v0.26.3 |
| 1598 | 2025-02-25T01:43:18.345Z | Compiling aws-lc-sys v0.22.0 |
| 1599 | 2025-02-25T01:43:48.571Z | Compiling rustls-webpki v0.102.8 |
| 1600 | 2025-02-25T01:43:51.714Z | Compiling tokio-rustls v0.25.0 |
| 1601 | 2025-02-25T01:43:53.452Z | Compiling tokio-rustls v0.26.0 |
| 1602 | 2025-02-25T01:43:53.778Z | Compiling hyper-rustls v0.27.3 |
| 1603 | 2025-02-25T01:43:54.227Z | Compiling reqwest v0.12.12 |
| 1604 | 2025-02-25T01:43:55.349Z | Compiling qorb v0.2.1 |
| 1605 | 2025-02-25T01:43:58.429Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1606 | 2025-02-25T01:43:58.694Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1607 | 2025-02-25T01:44:03.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1608 | 2025-02-25T01:44:03.298Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1609 | 2025-02-25T01:44:03.346Z | Feb 25 01:44:02.494 INFO Starting download, target: Cockroach |
| 1610 | 2025-02-25T01:44:03.346Z | Feb 25 01:44:02.494 INFO Starting download, target: Console |
| 1611 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.494 INFO Starting download, target: Clickhouse |
| 1612 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.494 INFO Starting download, target: DendriteOpenapi |
| 1613 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.494 INFO Starting download, target: DendriteStub |
| 1614 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.494 INFO Starting download, target: MaghemiteMgd |
| 1615 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.494 INFO Starting download, target: TransceiverControl |
| 1616 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.495 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1617 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.495 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1618 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.495 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1619 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.495 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1620 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.495 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1621 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.495 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1622 | 2025-02-25T01:44:03.350Z | Feb 25 01:44:02.495 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1623 | 2025-02-25T01:44:03.469Z | Feb 25 01:44:02.615 INFO Download complete, target: DendriteOpenapi |
| 1624 | 2025-02-25T01:44:03.616Z | Feb 25 01:44:02.760 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1625 | 2025-02-25T01:44:03.853Z | Feb 25 01:44:02.988 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1626 | 2025-02-25T01:44:04.108Z | Feb 25 01:44:03.236 INFO Download complete, target: TransceiverControl |
| 1627 | 2025-02-25T01:44:04.248Z | Feb 25 01:44:03.369 INFO Download complete, target: Console |
| 1628 | 2025-02-25T01:44:04.462Z | Feb 25 01:44:03.597 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1629 | 2025-02-25T01:44:04.676Z | Feb 25 01:44:03.808 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1630 | 2025-02-25T01:44:05.409Z | Feb 25 01:44:04.546 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1631 | 2025-02-25T01:44:06.388Z | Feb 25 01:44:05.535 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1632 | 2025-02-25T01:44:06.389Z | Feb 25 01:44:05.535 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1633 | 2025-02-25T01:44:07.403Z | Feb 25 01:44:06.548 INFO Download complete, target: DendriteStub |
| 1634 | 2025-02-25T01:44:07.826Z | Feb 25 01:44:06.973 INFO Download complete, target: MaghemiteMgd |
| 1635 | 2025-02-25T01:44:14.084Z | Feb 25 01:44:13.230 INFO Checking that binary works, target: Cockroach |
| 1636 | 2025-02-25T01:44:14.248Z | Feb 25 01:44:13.395 INFO Download complete, target: Cockroach |
| 1637 | 2025-02-25T01:44:18.554Z | Feb 25 01:44:17.701 INFO Checking that binary works, target: Clickhouse |
| 1638 | 2025-02-25T01:44:19.094Z | Feb 25 01:44:18.240 INFO Download complete, target: Clickhouse |
| 1639 | 2025-02-25T01:44:19.209Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1640 | 2025-02-25T01:44:19.213Z | |
| 1641 | 2025-02-25T01:44:19.213Z | real 5:04.047565497 |
| 1642 | 2025-02-25T01:44:19.213Z | user 15:38.078631311 |
| 1643 | 2025-02-25T01:44:19.213Z | sys 2:07.943198225 |
| 1644 | 2025-02-25T01:44:19.213Z | trap 0.562225442 |
| 1645 | 2025-02-25T01:44:19.213Z | tflt 4.503972644 |
| 1646 | 2025-02-25T01:44:19.213Z | dflt 3.376353295 |
| 1647 | 2025-02-25T01:44:19.213Z | kflt 0.023531544 |
| 1648 | 2025-02-25T01:44:19.213Z | lock 24:23.189115806 |
| 1649 | 2025-02-25T01:44:19.213Z | slp 56:04.662426743 |
| 1650 | 2025-02-25T01:44:19.213Z | lat 59.068044114 |
| 1651 | 2025-02-25T01:44:19.213Z | stop 2:25.047137445 |
| 1652 | 2025-02-25T01:44:19.213Z | + banner hack-check |
| 1653 | 2025-02-25T01:44:19.216Z | |
| 1654 | 2025-02-25T01:44:19.216Z | # # ## #### # # #### # # ###### #### # # |
| 1655 | 2025-02-25T01:44:19.216Z | # # # # # # # # # # # # # # # # # |
| 1656 | 2025-02-25T01:44:19.216Z | ###### # # # #### ##### # ###### ##### # #### |
| 1657 | 2025-02-25T01:44:19.216Z | # # ###### # # # # # # # # # # |
| 1658 | 2025-02-25T01:44:19.216Z | # # # # # # # # # # # # # # # # # |
| 1659 | 2025-02-25T01:44:19.216Z | # # # # #### # # #### # # ###### #### # # |
| 1660 | 2025-02-25T01:44:19.216Z | |
| 1661 | 2025-02-25T01:44:19.216Z | + export CARGO_INCREMENTAL=0 |
| 1662 | 2025-02-25T01:44:19.216Z | + CARGO_INCREMENTAL=0 |
| 1663 | 2025-02-25T01:44:19.216Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1664 | 2025-02-25T01:44:19.776Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1665 | 2025-02-25T01:44:22.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 1666 | 2025-02-25T01:44:22.625Z | Running `target/debug/xtask check-features --ci` |
| 1667 | 2025-02-25T01:44:22.646Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1668 | 2025-02-25T01:44:22.648Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1669 | 2025-02-25T01:44:23.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1670 | 2025-02-25T01:44:23.161Z | Running `target/debug/xtask download cargo-hack` |
| 1671 | 2025-02-25T01:44:24.023Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1672 | 2025-02-25T01:44:24.420Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1673 | 2025-02-25T01:44:28.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
| 1674 | 2025-02-25T01:44:28.194Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1675 | 2025-02-25T01:44:28.232Z | Feb 25 01:44:27.378 INFO Starting download, target: CargoHack |
| 1676 | 2025-02-25T01:44:28.235Z | Feb 25 01:44:27.379 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1677 | 2025-02-25T01:44:28.956Z | Feb 25 01:44:28.102 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1678 | 2025-02-25T01:44:29.048Z | Feb 25 01:44:28.194 INFO Download complete, target: CargoHack |
| 1679 | 2025-02-25T01:44:29.051Z | 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" |
| 1680 | 2025-02-25T01:44:29.067Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1681 | 2025-02-25T01:44:29.241Z | info: running `cargo check --bins` on api_identity (1/199) |
| 1682 | 2025-02-25T01:44:29.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1683 | 2025-02-25T01:44:29.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1684 | 2025-02-25T01:44:29.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1685 | 2025-02-25T01:44:29.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1686 | 2025-02-25T01:44:29.880Z | |
| 1687 | 2025-02-25T01:44:29.880Z | info: running `cargo check --bins` on bootstore (2/199) |
| 1688 | 2025-02-25T01:44:30.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1689 | 2025-02-25T01:44:30.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1690 | 2025-02-25T01:44:30.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1691 | 2025-02-25T01:44:30.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1692 | 2025-02-25T01:44:30.549Z | |
| 1693 | 2025-02-25T01:44:30.549Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
| 1694 | 2025-02-25T01:44:31.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1695 | 2025-02-25T01:44:31.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1696 | 2025-02-25T01:44:31.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1697 | 2025-02-25T01:44:31.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1698 | 2025-02-25T01:44:31.195Z | |
| 1699 | 2025-02-25T01:44:31.195Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
| 1700 | 2025-02-25T01:44:31.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1701 | 2025-02-25T01:44:31.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1702 | 2025-02-25T01:44:31.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1703 | 2025-02-25T01:44:31.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1704 | 2025-02-25T01:44:31.846Z | |
| 1705 | 2025-02-25T01:44:31.846Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
| 1706 | 2025-02-25T01:44:32.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1707 | 2025-02-25T01:44:32.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1708 | 2025-02-25T01:44:32.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1709 | 2025-02-25T01:44:32.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1710 | 2025-02-25T01:44:32.297Z | |
| 1711 | 2025-02-25T01:44:32.297Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
| 1712 | 2025-02-25T01:44:32.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1713 | 2025-02-25T01:44:32.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1714 | 2025-02-25T01:44:32.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1715 | 2025-02-25T01:44:32.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1716 | 2025-02-25T01:44:32.764Z | |
| 1717 | 2025-02-25T01:44:32.764Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
| 1718 | 2025-02-25T01:44:33.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1719 | 2025-02-25T01:44:33.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1720 | 2025-02-25T01:44:33.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1721 | 2025-02-25T01:44:33.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1722 | 2025-02-25T01:44:33.225Z | |
| 1723 | 2025-02-25T01:44:33.225Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
| 1724 | 2025-02-25T01:44:33.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1725 | 2025-02-25T01:44:33.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1726 | 2025-02-25T01:44:33.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1727 | 2025-02-25T01:44:33.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1728 | 2025-02-25T01:44:33.675Z | |
| 1729 | 2025-02-25T01:44:33.675Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
| 1730 | 2025-02-25T01:44:34.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1731 | 2025-02-25T01:44:34.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1732 | 2025-02-25T01:44:34.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1733 | 2025-02-25T01:44:34.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1734 | 2025-02-25T01:44:34.126Z | |
| 1735 | 2025-02-25T01:44:34.126Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
| 1736 | 2025-02-25T01:44:34.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1737 | 2025-02-25T01:44:34.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1738 | 2025-02-25T01:44:34.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1739 | 2025-02-25T01:44:34.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1740 | 2025-02-25T01:44:34.578Z | |
| 1741 | 2025-02-25T01:44:34.578Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
| 1742 | 2025-02-25T01:44:34.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1743 | 2025-02-25T01:44:34.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1744 | 2025-02-25T01:44:34.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1745 | 2025-02-25T01:44:34.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1746 | 2025-02-25T01:44:35.038Z | |
| 1747 | 2025-02-25T01:44:35.038Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
| 1748 | 2025-02-25T01:44:35.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1749 | 2025-02-25T01:44:35.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1750 | 2025-02-25T01:44:35.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1751 | 2025-02-25T01:44:35.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1752 | 2025-02-25T01:44:35.492Z | |
| 1753 | 2025-02-25T01:44:35.492Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
| 1754 | 2025-02-25T01:44:35.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1755 | 2025-02-25T01:44:35.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1756 | 2025-02-25T01:44:35.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1757 | 2025-02-25T01:44:35.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1758 | 2025-02-25T01:44:35.956Z | |
| 1759 | 2025-02-25T01:44:35.956Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
| 1760 | 2025-02-25T01:44:36.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1761 | 2025-02-25T01:44:36.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1762 | 2025-02-25T01:44:36.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1763 | 2025-02-25T01:44:36.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1764 | 2025-02-25T01:44:36.408Z | |
| 1765 | 2025-02-25T01:44:36.409Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
| 1766 | 2025-02-25T01:44:36.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1767 | 2025-02-25T01:44:36.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1768 | 2025-02-25T01:44:36.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1769 | 2025-02-25T01:44:36.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1770 | 2025-02-25T01:44:36.866Z | |
| 1771 | 2025-02-25T01:44:36.866Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
| 1772 | 2025-02-25T01:44:37.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1773 | 2025-02-25T01:44:37.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1774 | 2025-02-25T01:44:37.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1775 | 2025-02-25T01:44:37.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1776 | 2025-02-25T01:44:37.323Z | |
| 1777 | 2025-02-25T01:44:37.323Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
| 1778 | 2025-02-25T01:44:37.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1779 | 2025-02-25T01:44:37.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1780 | 2025-02-25T01:44:37.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1781 | 2025-02-25T01:44:37.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1782 | 2025-02-25T01:44:37.784Z | |
| 1783 | 2025-02-25T01:44:37.784Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
| 1784 | 2025-02-25T01:44:38.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1785 | 2025-02-25T01:44:38.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1786 | 2025-02-25T01:44:38.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1787 | 2025-02-25T01:44:38.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1788 | 2025-02-25T01:44:38.253Z | |
| 1789 | 2025-02-25T01:44:38.253Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
| 1790 | 2025-02-25T01:44:38.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1791 | 2025-02-25T01:44:38.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1792 | 2025-02-25T01:44:38.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1793 | 2025-02-25T01:44:38.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1794 | 2025-02-25T01:44:38.713Z | |
| 1795 | 2025-02-25T01:44:38.713Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
| 1796 | 2025-02-25T01:44:39.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2025-02-25T01:44:39.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2025-02-25T01:44:39.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2025-02-25T01:44:39.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1800 | 2025-02-25T01:44:39.172Z | |
| 1801 | 2025-02-25T01:44:39.172Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
| 1802 | 2025-02-25T01:44:39.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2025-02-25T01:44:39.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2025-02-25T01:44:39.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2025-02-25T01:44:39.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1806 | 2025-02-25T01:44:39.631Z | |
| 1807 | 2025-02-25T01:44:39.631Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
| 1808 | 2025-02-25T01:44:40.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2025-02-25T01:44:40.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2025-02-25T01:44:40.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2025-02-25T01:44:40.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1812 | 2025-02-25T01:44:40.092Z | |
| 1813 | 2025-02-25T01:44:40.092Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
| 1814 | 2025-02-25T01:44:40.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2025-02-25T01:44:40.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2025-02-25T01:44:40.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2025-02-25T01:44:40.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1818 | 2025-02-25T01:44:40.550Z | |
| 1819 | 2025-02-25T01:44:40.550Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
| 1820 | 2025-02-25T01:44:40.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2025-02-25T01:44:40.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2025-02-25T01:44:40.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2025-02-25T01:44:40.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1824 | 2025-02-25T01:44:41.009Z | |
| 1825 | 2025-02-25T01:44:41.009Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
| 1826 | 2025-02-25T01:44:41.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2025-02-25T01:44:41.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2025-02-25T01:44:41.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2025-02-25T01:44:41.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1830 | 2025-02-25T01:44:41.465Z | |
| 1831 | 2025-02-25T01:44:41.465Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
| 1832 | 2025-02-25T01:44:41.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2025-02-25T01:44:41.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2025-02-25T01:44:41.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2025-02-25T01:44:41.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1836 | 2025-02-25T01:44:41.928Z | |
| 1837 | 2025-02-25T01:44:41.928Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
| 1838 | 2025-02-25T01:44:42.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2025-02-25T01:44:42.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2025-02-25T01:44:42.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2025-02-25T01:44:42.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1842 | 2025-02-25T01:44:42.386Z | |
| 1843 | 2025-02-25T01:44:42.386Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
| 1844 | 2025-02-25T01:44:42.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2025-02-25T01:44:42.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2025-02-25T01:44:42.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2025-02-25T01:44:42.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1848 | 2025-02-25T01:44:42.839Z | |
| 1849 | 2025-02-25T01:44:42.839Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
| 1850 | 2025-02-25T01:44:43.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2025-02-25T01:44:43.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2025-02-25T01:44:43.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2025-02-25T01:44:43.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2025-02-25T01:44:43.293Z | |
| 1855 | 2025-02-25T01:44:43.294Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
| 1856 | 2025-02-25T01:44:43.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2025-02-25T01:44:43.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2025-02-25T01:44:43.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2025-02-25T01:44:43.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2025-02-25T01:44:43.747Z | |
| 1861 | 2025-02-25T01:44:43.747Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
| 1862 | 2025-02-25T01:44:44.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2025-02-25T01:44:44.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2025-02-25T01:44:44.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2025-02-25T01:44:44.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2025-02-25T01:44:44.198Z | |
| 1867 | 2025-02-25T01:44:44.198Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
| 1868 | 2025-02-25T01:44:44.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2025-02-25T01:44:44.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2025-02-25T01:44:44.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2025-02-25T01:44:44.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2025-02-25T01:44:44.653Z | |
| 1873 | 2025-02-25T01:44:44.653Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
| 1874 | 2025-02-25T01:44:45.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2025-02-25T01:44:45.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2025-02-25T01:44:45.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2025-02-25T01:44:45.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2025-02-25T01:44:45.109Z | |
| 1879 | 2025-02-25T01:44:45.109Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
| 1880 | 2025-02-25T01:44:45.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2025-02-25T01:44:45.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2025-02-25T01:44:45.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2025-02-25T01:44:45.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2025-02-25T01:44:45.563Z | |
| 1885 | 2025-02-25T01:44:45.563Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
| 1886 | 2025-02-25T01:44:45.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2025-02-25T01:44:45.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2025-02-25T01:44:45.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2025-02-25T01:44:45.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1890 | 2025-02-25T01:44:46.023Z | |
| 1891 | 2025-02-25T01:44:46.023Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
| 1892 | 2025-02-25T01:44:46.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2025-02-25T01:44:46.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2025-02-25T01:44:46.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2025-02-25T01:44:46.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1896 | 2025-02-25T01:44:46.480Z | |
| 1897 | 2025-02-25T01:44:46.480Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
| 1898 | 2025-02-25T01:44:46.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2025-02-25T01:44:46.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2025-02-25T01:44:46.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2025-02-25T01:44:46.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1902 | 2025-02-25T01:44:46.946Z | |
| 1903 | 2025-02-25T01:44:46.946Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
| 1904 | 2025-02-25T01:44:47.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2025-02-25T01:44:47.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2025-02-25T01:44:47.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2025-02-25T01:44:47.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1908 | 2025-02-25T01:44:47.405Z | |
| 1909 | 2025-02-25T01:44:47.405Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
| 1910 | 2025-02-25T01:44:47.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2025-02-25T01:44:47.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2025-02-25T01:44:47.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2025-02-25T01:44:47.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1914 | 2025-02-25T01:44:47.868Z | |
| 1915 | 2025-02-25T01:44:47.868Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
| 1916 | 2025-02-25T01:44:48.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2025-02-25T01:44:48.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2025-02-25T01:44:48.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2025-02-25T01:44:48.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1920 | 2025-02-25T01:44:48.325Z | |
| 1921 | 2025-02-25T01:44:48.325Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
| 1922 | 2025-02-25T01:44:48.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2025-02-25T01:44:48.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2025-02-25T01:44:48.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2025-02-25T01:44:48.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1926 | 2025-02-25T01:44:48.785Z | |
| 1927 | 2025-02-25T01:44:48.785Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
| 1928 | 2025-02-25T01:44:49.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2025-02-25T01:44:49.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2025-02-25T01:44:49.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2025-02-25T01:44:49.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2025-02-25T01:44:49.238Z | |
| 1933 | 2025-02-25T01:44:49.238Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
| 1934 | 2025-02-25T01:44:49.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2025-02-25T01:44:49.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2025-02-25T01:44:49.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2025-02-25T01:44:49.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1938 | 2025-02-25T01:44:49.698Z | |
| 1939 | 2025-02-25T01:44:49.698Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
| 1940 | 2025-02-25T01:44:50.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2025-02-25T01:44:50.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2025-02-25T01:44:50.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2025-02-25T01:44:50.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2025-02-25T01:44:50.150Z | |
| 1945 | 2025-02-25T01:44:50.150Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
| 1946 | 2025-02-25T01:44:50.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2025-02-25T01:44:50.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2025-02-25T01:44:50.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2025-02-25T01:44:50.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1950 | 2025-02-25T01:44:50.812Z | |
| 1951 | 2025-02-25T01:44:50.812Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
| 1952 | 2025-02-25T01:44:51.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2025-02-25T01:44:51.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2025-02-25T01:44:51.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2025-02-25T01:44:51.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1956 | 2025-02-25T01:44:51.467Z | |
| 1957 | 2025-02-25T01:44:51.467Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
| 1958 | 2025-02-25T01:44:52.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2025-02-25T01:44:52.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2025-02-25T01:44:52.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2025-02-25T01:44:52.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1962 | 2025-02-25T01:44:52.141Z | |
| 1963 | 2025-02-25T01:44:52.141Z | info: running `cargo check --bins` on oxlog (48/199) |
| 1964 | 2025-02-25T01:44:52.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2025-02-25T01:44:52.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2025-02-25T01:44:52.790Z | Checking cfg-if v1.0.0 |
| 1967 | 2025-02-25T01:44:52.792Z | Checking libc v0.2.170 |
| 1968 | 2025-02-25T01:44:52.906Z | Checking serde v1.0.218 |
| 1969 | 2025-02-25T01:44:52.909Z | Checking zeroize v1.8.1 |
| 1970 | 2025-02-25T01:44:52.927Z | Checking memchr v2.7.4 |
| 1971 | 2025-02-25T01:44:52.939Z | Checking typenum v1.17.0 |
| 1972 | 2025-02-25T01:44:52.953Z | Checking subtle v2.6.1 |
| 1973 | 2025-02-25T01:44:52.969Z | Checking value-bag v1.9.0 |
| 1974 | 2025-02-25T01:44:52.972Z | Checking smallvec v1.14.0 |
| 1975 | 2025-02-25T01:44:53.151Z | Checking scopeguard v1.2.0 |
| 1976 | 2025-02-25T01:44:53.217Z | Checking itoa v1.0.11 |
| 1977 | 2025-02-25T01:44:53.295Z | Checking lock_api v0.4.12 |
| 1978 | 2025-02-25T01:44:53.331Z | Checking const-oid v0.9.6 |
| 1979 | 2025-02-25T01:44:53.374Z | Checking log v0.4.22 |
| 1980 | 2025-02-25T01:44:53.434Z | Checking pin-project-lite v0.2.14 |
| 1981 | 2025-02-25T01:44:53.562Z | Checking byteorder v1.5.0 |
| 1982 | 2025-02-25T01:44:53.668Z | Checking futures-core v0.3.31 |
| 1983 | 2025-02-25T01:44:53.768Z | Checking once_cell v1.20.3 |
| 1984 | 2025-02-25T01:44:53.867Z | Checking cpufeatures v0.2.14 |
| 1985 | 2025-02-25T01:44:53.888Z | Checking futures-sink v0.3.31 |
| 1986 | 2025-02-25T01:44:53.954Z | Checking getrandom v0.2.15 |
| 1987 | 2025-02-25T01:44:53.971Z | Checking parking_lot_core v0.9.10 |
| 1988 | 2025-02-25T01:44:53.985Z | Checking signal-hook-registry v1.4.2 |
| 1989 | 2025-02-25T01:44:54.001Z | Checking generic-array v0.14.7 |
| 1990 | 2025-02-25T01:44:54.040Z | Checking mio v1.0.2 |
| 1991 | 2025-02-25T01:44:54.058Z | Checking stable_deref_trait v1.2.0 |
| 1992 | 2025-02-25T01:44:54.167Z | Checking zerocopy v0.7.35 |
| 1993 | 2025-02-25T01:44:54.184Z | Checking rand_core v0.6.4 |
| 1994 | 2025-02-25T01:44:54.226Z | Checking socket2 v0.5.8 |
| 1995 | 2025-02-25T01:44:54.288Z | Checking parking_lot v0.12.3 |
| 1996 | 2025-02-25T01:44:54.481Z | Checking zerofrom v0.1.4 |
| 1997 | 2025-02-25T01:44:54.627Z | Checking slab v0.4.9 |
| 1998 | 2025-02-25T01:44:54.644Z | Checking futures-channel v0.3.31 |
| 1999 | 2025-02-25T01:44:54.697Z | Checking yoke v0.7.4 |
| 2000 | 2025-02-25T01:44:54.716Z | Checking futures-task v0.3.31 |
| 2001 | 2025-02-25T01:44:54.900Z | Checking futures-io v0.3.31 |
| 2002 | 2025-02-25T01:44:54.948Z | Checking pin-utils v0.1.0 |
| 2003 | 2025-02-25T01:44:54.999Z | Checking foldhash v0.1.3 |
| 2004 | 2025-02-25T01:44:55.019Z | Checking zerovec v0.10.4 |
| 2005 | 2025-02-25T01:44:55.044Z | Checking equivalent v1.0.1 |
| 2006 | 2025-02-25T01:44:55.089Z | Checking futures-util v0.3.31 |
| 2007 | 2025-02-25T01:44:55.107Z | Checking crypto-common v0.1.6 |
| 2008 | 2025-02-25T01:44:55.154Z | Checking block-buffer v0.10.4 |
| 2009 | 2025-02-25T01:44:55.214Z | Checking allocator-api2 v0.2.18 |
| 2010 | 2025-02-25T01:44:55.252Z | Checking block-padding v0.3.3 |
| 2011 | 2025-02-25T01:44:55.286Z | Checking ryu v1.0.18 |
| 2012 | 2025-02-25T01:44:55.376Z | Checking digest v0.10.7 |
| 2013 | 2025-02-25T01:44:55.393Z | Checking ppv-lite86 v0.2.20 |
| 2014 | 2025-02-25T01:44:55.463Z | Checking inout v0.1.3 |
| 2015 | 2025-02-25T01:44:55.531Z | Checking fnv v1.0.7 |
| 2016 | 2025-02-25T01:44:55.667Z | Checking writeable v0.5.5 |
| 2017 | 2025-02-25T01:44:55.696Z | Checking litemap v0.7.3 |
| 2018 | 2025-02-25T01:44:55.746Z | Checking hmac v0.12.1 |
| 2019 | 2025-02-25T01:44:55.821Z | Checking hashbrown v0.15.1 |
| 2020 | 2025-02-25T01:44:55.965Z | Checking sha2 v0.10.8 |
| 2021 | 2025-02-25T01:44:55.985Z | Checking cipher v0.4.4 |
| 2022 | 2025-02-25T01:44:56.048Z | Checking libm v0.2.8 |
| 2023 | 2025-02-25T01:44:56.066Z | Checking base64ct v1.6.0 |
| 2024 | 2025-02-25T01:44:56.379Z | Checking icu_locid_transform_data v1.5.0 |
| 2025 | 2025-02-25T01:44:56.482Z | Checking flagset v0.4.6 |
| 2026 | 2025-02-25T01:44:56.514Z | Checking pem-rfc7468 v0.7.0 |
| 2027 | 2025-02-25T01:44:56.530Z | Checking tracing-core v0.1.32 |
| 2028 | 2025-02-25T01:44:56.578Z | Checking tinystr v0.7.6 |
| 2029 | 2025-02-25T01:44:56.693Z | Checking icu_collections v1.5.0 |
| 2030 | 2025-02-25T01:44:56.771Z | Checking der v0.7.9 |
| 2031 | 2025-02-25T01:44:56.900Z | Checking thiserror v1.0.69 |
| 2032 | 2025-02-25T01:44:56.921Z | Checking icu_locid v1.5.0 |
| 2033 | 2025-02-25T01:44:56.947Z | Checking num-traits v0.2.19 |
| 2034 | 2025-02-25T01:44:57.046Z | Checking percent-encoding v2.3.1 |
| 2035 | 2025-02-25T01:44:57.157Z | Checking icu_properties_data v1.5.0 |
| 2036 | 2025-02-25T01:44:57.274Z | Checking rustls-pki-types v1.10.0 |
| 2037 | 2025-02-25T01:44:57.308Z | Checking bytes v1.9.0 |
| 2038 | 2025-02-25T01:44:57.325Z | Checking indexmap v2.7.1 |
| 2039 | 2025-02-25T01:44:57.382Z | Checking serde_json v1.0.139 |
| 2040 | 2025-02-25T01:44:57.837Z | Checking bitflags v2.6.0 |
| 2041 | 2025-02-25T01:44:57.896Z | Checking icu_provider v1.5.0 |
| 2042 | 2025-02-25T01:44:58.137Z | Checking tokio v1.43.0 |
| 2043 | 2025-02-25T01:44:58.174Z | Checking http v1.2.0 |
| 2044 | 2025-02-25T01:44:58.448Z | Checking tracing v0.1.40 |
| 2045 | 2025-02-25T01:44:58.535Z | Checking icu_locid_transform v1.5.0 |
| 2046 | 2025-02-25T01:44:58.552Z | Checking spki v0.7.3 |
| 2047 | 2025-02-25T01:44:58.567Z | Checking salsa20 v0.10.2 |
| 2048 | 2025-02-25T01:44:58.782Z | Checking pbkdf2 v0.12.2 |
| 2049 | 2025-02-25T01:44:58.809Z | Checking aws-lc-sys v0.22.0 |
| 2050 | 2025-02-25T01:44:58.827Z | Checking httparse v1.9.5 |
| 2051 | 2025-02-25T01:44:58.947Z | Checking untrusted v0.7.1 |
| 2052 | 2025-02-25T01:44:59.056Z | Checking icu_normalizer_data v1.5.0 |
| 2053 | 2025-02-25T01:44:59.127Z | Checking utf16_iter v1.0.5 |
| 2054 | 2025-02-25T01:44:59.167Z | Checking untrusted v0.9.0 |
| 2055 | 2025-02-25T01:44:59.226Z | Checking powerfmt v0.2.0 |
| 2056 | 2025-02-25T01:44:59.299Z | Checking write16 v1.0.0 |
| 2057 | 2025-02-25T01:44:59.337Z | Checking utf8_iter v1.0.4 |
| 2058 | 2025-02-25T01:44:59.440Z | Checking mirai-annotations v1.12.0 |
| 2059 | 2025-02-25T01:44:59.472Z | Checking ring v0.17.11 |
| 2060 | 2025-02-25T01:44:59.494Z | Checking deranged v0.3.11 |
| 2061 | 2025-02-25T01:44:59.522Z | Checking icu_properties v1.5.1 |
| 2062 | 2025-02-25T01:44:59.539Z | Checking scrypt v0.11.0 |
| 2063 | 2025-02-25T01:44:59.607Z | Checking cbc v0.1.2 |
| 2064 | 2025-02-25T01:44:59.651Z | Checking aes v0.8.4 |
| 2065 | 2025-02-25T01:44:59.759Z | Checking rand_chacha v0.3.1 |
| 2066 | 2025-02-25T01:44:59.815Z | Checking crossbeam-utils v0.8.20 |
| 2067 | 2025-02-25T01:45:00.163Z | Checking spin v0.9.8 |
| 2068 | 2025-02-25T01:45:00.487Z | Checking time-core v0.1.2 |
| 2069 | 2025-02-25T01:45:00.531Z | Checking num_threads v0.1.7 |
| 2070 | 2025-02-25T01:45:00.571Z | Checking tinyvec_macros v0.1.1 |
| 2071 | 2025-02-25T01:45:00.650Z | Checking atomic-waker v1.1.2 |
| 2072 | 2025-02-25T01:45:00.667Z | Checking num-conv v0.1.0 |
| 2073 | 2025-02-25T01:45:00.683Z | Checking tinyvec v1.8.0 |
| 2074 | 2025-02-25T01:45:00.752Z | Checking pkcs5 v0.7.1 |
| 2075 | 2025-02-25T01:45:00.794Z | Checking rand v0.8.5 |
| 2076 | 2025-02-25T01:45:00.874Z | Checking aws-lc-rs v1.10.0 |
| 2077 | 2025-02-25T01:45:00.930Z | Checking time v0.3.36 |
| 2078 | 2025-02-25T01:45:01.264Z | Checking http-body v1.0.1 |
| 2079 | 2025-02-25T01:45:01.482Z | Checking form_urlencoded v1.2.1 |
| 2080 | 2025-02-25T01:45:01.656Z | Checking try-lock v0.2.5 |
| 2081 | 2025-02-25T01:45:01.678Z | Checking pkcs8 v0.10.2 |
| 2082 | 2025-02-25T01:45:01.815Z | Checking want v0.3.1 |
| 2083 | 2025-02-25T01:45:02.007Z | Checking uuid v1.12.0 |
| 2084 | 2025-02-25T01:45:02.010Z | Checking tower-service v0.3.3 |
| 2085 | 2025-02-25T01:45:02.026Z | Checking httpdate v1.0.3 |
| 2086 | 2025-02-25T01:45:02.057Z | Checking unicode-ident v1.0.14 |
| 2087 | 2025-02-25T01:45:02.166Z | Checking serde_spanned v0.6.8 |
| 2088 | 2025-02-25T01:45:02.243Z | Checking proc-macro2 v1.0.93 |
| 2089 | 2025-02-25T01:45:02.301Z | Checking toml_datetime v0.6.8 |
| 2090 | 2025-02-25T01:45:02.376Z | Checking zerocopy v0.8.10 |
| 2091 | 2025-02-25T01:45:02.500Z | Checking rustls-webpki v0.102.8 |
| 2092 | 2025-02-25T01:45:02.579Z | Checking getrandom v0.3.1 |
| 2093 | 2025-02-25T01:45:02.626Z | Checking slog v2.7.0 |
| 2094 | 2025-02-25T01:45:02.760Z | Checking icu_normalizer v1.5.0 |
| 2095 | 2025-02-25T01:45:02.838Z | Checking scroll v0.12.0 |
| 2096 | 2025-02-25T01:45:02.953Z | Checking base64 v0.22.1 |
| 2097 | 2025-02-25T01:45:03.098Z | Checking ucd-trie v0.1.7 |
| 2098 | 2025-02-25T01:45:03.288Z | Checking match_cfg v0.1.0 |
| 2099 | 2025-02-25T01:45:03.304Z | Checking plain v0.2.3 |
| 2100 | 2025-02-25T01:45:03.317Z | Checking adler2 v2.0.0 |
| 2101 | 2025-02-25T01:45:03.331Z | Checking foreign-types-shared v0.1.1 |
| 2102 | 2025-02-25T01:45:03.381Z | Checking iana-time-zone v0.1.61 |
| 2103 | 2025-02-25T01:45:03.422Z | Checking hostname v0.3.1 |
| 2104 | 2025-02-25T01:45:03.444Z | Checking foreign-types v0.3.2 |
| 2105 | 2025-02-25T01:45:03.463Z | Checking goblin v0.8.2 |
| 2106 | 2025-02-25T01:45:03.479Z | Checking miniz_oxide v0.8.0 |
| 2107 | 2025-02-25T01:45:03.515Z | Checking idna_adapter v1.2.0 |
| 2108 | 2025-02-25T01:45:03.535Z | Checking pest v2.7.14 |
| 2109 | 2025-02-25T01:45:03.550Z | Checking chrono v0.4.39 |
| 2110 | 2025-02-25T01:45:03.566Z | Checking quote v1.0.38 |
| 2111 | 2025-02-25T01:45:03.719Z | Checking idna v1.0.3 |
| 2112 | 2025-02-25T01:45:03.891Z | Checking openssl-sys v0.9.106 |
| 2113 | 2025-02-25T01:45:04.184Z | Checking errno v0.3.9 |
| 2114 | 2025-02-25T01:45:04.216Z | Checking url v2.5.3 |
| 2115 | 2025-02-25T01:45:04.382Z | Checking dirs-sys-next v0.1.2 |
| 2116 | 2025-02-25T01:45:04.576Z | Checking aho-corasick v1.1.3 |
| 2117 | 2025-02-25T01:45:04.758Z | Checking tokio-util v0.7.12 |
| 2118 | 2025-02-25T01:45:05.008Z | Compiling newtype-uuid v1.2.1 |
| 2119 | 2025-02-25T01:45:05.044Z | Checking data-encoding v2.6.0 |
| 2120 | 2025-02-25T01:45:05.109Z | Checking rand_core v0.9.2 |
| 2121 | 2025-02-25T01:45:05.308Z | Checking siphasher v0.3.11 |
| 2122 | 2025-02-25T01:45:05.752Z | Checking either v1.13.0 |
| 2123 | 2025-02-25T01:45:05.774Z | Checking h2 v0.4.6 |
| 2124 | 2025-02-25T01:45:05.774Z | Checking pretty-hex v0.4.1 |
| 2125 | 2025-02-25T01:45:05.774Z | Checking regex-syntax v0.8.5 |
| 2126 | 2025-02-25T01:45:05.774Z | Checking rand_chacha v0.9.0 |
| 2127 | 2025-02-25T01:45:05.792Z | Checking openssl v0.10.71 |
| 2128 | 2025-02-25T01:45:05.817Z | Checking dirs-next v2.0.0 |
| 2129 | 2025-02-25T01:45:05.964Z | Checking rustix v0.38.37 |
| 2130 | 2025-02-25T01:45:05.986Z | Checking syn v2.0.96 |
| 2131 | 2025-02-25T01:45:06.136Z | Checking dtrace-parser v0.2.0 |
| 2132 | 2025-02-25T01:45:06.163Z | Checking unicode-normalization v0.1.24 |
| 2133 | 2025-02-25T01:45:06.635Z | Checking http-body-util v0.1.2 |
| 2134 | 2025-02-25T01:45:07.053Z | Checking crossbeam-epoch v0.9.18 |
| 2135 | 2025-02-25T01:45:07.077Z | Checking signature v2.2.0 |
| 2136 | 2025-02-25T01:45:07.290Z | Checking sha1 v0.10.6 |
| 2137 | 2025-02-25T01:45:07.478Z | Checking thread_local v1.1.8 |
| 2138 | 2025-02-25T01:45:07.596Z | Checking thread-id v4.2.2 |
| 2139 | 2025-02-25T01:45:07.741Z | Checking encoding_rs v0.8.34 |
| 2140 | 2025-02-25T01:45:07.769Z | Checking mime v0.3.17 |
| 2141 | 2025-02-25T01:45:08.092Z | Checking anstyle v1.0.10 |
| 2142 | 2025-02-25T01:45:08.240Z | Checking dof v0.3.0 |
| 2143 | 2025-02-25T01:45:08.448Z | Checking ipnet v2.10.1 |
| 2144 | 2025-02-25T01:45:08.746Z | Checking regex-automata v0.4.8 |
| 2145 | 2025-02-25T01:45:08.842Z | Checking openssl-probe v0.1.5 |
| 2146 | 2025-02-25T01:45:08.914Z | Checking gimli v0.31.1 |
| 2147 | 2025-02-25T01:45:09.017Z | Checking winnow v0.6.20 |
| 2148 | 2025-02-25T01:45:09.230Z | Checking utf8parse v0.2.2 |
| 2149 | 2025-02-25T01:45:09.384Z | Checking unicode-bidi v0.3.17 |
| 2150 | 2025-02-25T01:45:10.018Z | Checking unicode-properties v0.1.3 |
| 2151 | 2025-02-25T01:45:10.035Z | Checking anstyle-parse v0.2.5 |
| 2152 | 2025-02-25T01:45:10.309Z | Checking crossbeam-deque v0.8.5 |
| 2153 | 2025-02-25T01:45:10.420Z | Checking stringprep v0.1.5 |
| 2154 | 2025-02-25T01:45:10.617Z | Checking rand v0.9.0 |
| 2155 | 2025-02-25T01:45:10.707Z | Checking term v0.7.0 |
| 2156 | 2025-02-25T01:45:10.899Z | Checking native-tls v0.2.12 |
| 2157 | 2025-02-25T01:45:11.116Z | Checking rustls v0.23.19 |
| 2158 | 2025-02-25T01:45:11.218Z | Checking rustls v0.22.4 |
| 2159 | 2025-02-25T01:45:11.624Z | Checking slog-json v2.6.1 |
| 2160 | 2025-02-25T01:45:11.655Z | Checking hyper v1.5.2 |
| 2161 | 2025-02-25T01:45:11.728Z | Checking toml_edit v0.22.22 |
| 2162 | 2025-02-25T01:45:11.856Z | Checking usdt-impl v0.5.0 |
| 2163 | 2025-02-25T01:45:11.874Z | Checking serde_urlencoded v0.7.1 |
| 2164 | 2025-02-25T01:45:12.275Z | Checking crossbeam-channel v0.5.13 |
| 2165 | 2025-02-25T01:45:12.428Z | Checking futures-executor v0.3.31 |
| 2166 | 2025-02-25T01:45:12.620Z | Checking addr2line v0.24.2 |
| 2167 | 2025-02-25T01:45:12.657Z | Checking num-integer v0.1.46 |
| 2168 | 2025-02-25T01:45:12.977Z | Checking rustls-pemfile v2.2.0 |
| 2169 | 2025-02-25T01:45:13.082Z | Checking semver v1.0.25 |
| 2170 | 2025-02-25T01:45:13.156Z | Checking md-5 v0.10.6 |
| 2171 | 2025-02-25T01:45:13.177Z | Checking ff v0.13.0 |
| 2172 | 2025-02-25T01:45:13.207Z | Checking hash32 v0.2.1 |
| 2173 | 2025-02-25T01:45:13.390Z | Checking memmap v0.7.0 |
| 2174 | 2025-02-25T01:45:13.393Z | Checking is-terminal v0.4.13 |
| 2175 | 2025-02-25T01:45:13.491Z | Checking object v0.36.5 |
| 2176 | 2025-02-25T01:45:13.514Z | Checking is_terminal_polyfill v1.70.1 |
| 2177 | 2025-02-25T01:45:13.538Z | Checking dyn-clone v1.0.18 |
| 2178 | 2025-02-25T01:45:13.587Z | Checking base16ct v0.2.0 |
| 2179 | 2025-02-25T01:45:13.590Z | Checking hyper-util v0.1.10 |
| 2180 | 2025-02-25T01:45:13.641Z | Checking quick-error v1.2.3 |
| 2181 | 2025-02-25T01:45:13.688Z | Checking linked-hash-map v0.5.6 |
| 2182 | 2025-02-25T01:45:13.783Z | Checking anstyle-query v1.1.1 |
| 2183 | 2025-02-25T01:45:13.804Z | Checking utf-8 v0.7.6 |
| 2184 | 2025-02-25T01:45:13.913Z | Checking colorchoice v1.0.2 |
| 2185 | 2025-02-25T01:45:14.000Z | Checking fallible-iterator v0.2.0 |
| 2186 | 2025-02-25T01:45:14.022Z | Checking rustc-demangle v0.1.24 |
| 2187 | 2025-02-25T01:45:14.060Z | Checking take_mut v0.2.2 |
| 2188 | 2025-02-25T01:45:14.220Z | Checking psl-types v2.0.11 |
| 2189 | 2025-02-25T01:45:14.301Z | Checking toml v0.8.19 |
| 2190 | 2025-02-25T01:45:14.415Z | Checking publicsuffix v2.3.0 |
| 2191 | 2025-02-25T01:45:14.453Z | Checking slog-async v2.8.0 |
| 2192 | 2025-02-25T01:45:14.520Z | Checking tokio-rustls v0.25.0 |
| 2193 | 2025-02-25T01:45:14.537Z | Checking postgres-protocol v0.6.8 |
| 2194 | 2025-02-25T01:45:14.676Z | Checking anstream v0.6.15 |
| 2195 | 2025-02-25T01:45:14.755Z | Checking tungstenite v0.24.0 |
| 2196 | 2025-02-25T01:45:14.927Z | Checking lru-cache v0.1.2 |
| 2197 | 2025-02-25T01:45:15.018Z | Checking sec1 v0.7.3 |
| 2198 | 2025-02-25T01:45:15.091Z | Checking resolv-conf v0.7.0 |
| 2199 | 2025-02-25T01:45:15.108Z | Checking schemars v0.8.21 |
| 2200 | 2025-02-25T01:45:15.216Z | Checking usdt v0.5.0 |
| 2201 | 2025-02-25T01:45:15.399Z | Checking slog-term v2.9.1 |
| 2202 | 2025-02-25T01:45:15.446Z | Checking heapless v0.7.17 |
| 2203 | 2025-02-25T01:45:15.483Z | Checking group v0.13.0 |
| 2204 | 2025-02-25T01:45:15.587Z | Checking num-iter v0.1.45 |
| 2205 | 2025-02-25T01:45:15.661Z | Checking futures v0.3.31 |
| 2206 | 2025-02-25T01:45:15.721Z | Checking slog-bunyan v2.5.0 |
| 2207 | 2025-02-25T01:45:15.759Z | Checking tokio-native-tls v0.3.1 |
| 2208 | 2025-02-25T01:45:15.779Z | Checking rayon-core v1.12.1 |
| 2209 | 2025-02-25T01:45:15.885Z | Checking multer v3.1.0 |
| 2210 | 2025-02-25T01:45:15.902Z | Checking terminal_size v0.4.0 |
| 2211 | 2025-02-25T01:45:15.998Z | Checking hickory-proto v0.24.3 |
| 2212 | 2025-02-25T01:45:16.278Z | Checking phf_shared v0.11.2 |
| 2213 | 2025-02-25T01:45:16.351Z | Checking cookie v0.18.1 |
| 2214 | 2025-02-25T01:45:16.354Z | Checking async-stream v0.3.6 |
| 2215 | 2025-02-25T01:45:16.460Z | Checking tokio-rustls v0.26.0 |
| 2216 | 2025-02-25T01:45:16.477Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2217 | 2025-02-25T01:45:16.539Z | Checking waitgroup v0.1.2 |
| 2218 | 2025-02-25T01:45:16.555Z | Checking camino v1.1.9 |
| 2219 | 2025-02-25T01:45:16.612Z | Checking signal-hook v0.3.17 |
| 2220 | 2025-02-25T01:45:16.641Z | Checking lazy_static v1.5.0 |
| 2221 | 2025-02-25T01:45:16.695Z | Checking openapiv3 v2.0.0 |
| 2222 | 2025-02-25T01:45:16.769Z | Checking webpki-roots v0.26.6 |
| 2223 | 2025-02-25T01:45:16.786Z | Checking serde_path_to_error v0.1.16 |
| 2224 | 2025-02-25T01:45:16.833Z | Checking hkdf v0.12.4 |
| 2225 | 2025-02-25T01:45:16.939Z | Checking crypto-bigint v0.5.5 |
| 2226 | 2025-02-25T01:45:16.965Z | Checking hostname v0.4.0 |
| 2227 | 2025-02-25T01:45:17.052Z | Checking sync_wrapper v1.0.1 |
| 2228 | 2025-02-25T01:45:17.090Z | Checking crc32fast v1.4.2 |
| 2229 | 2025-02-25T01:45:17.108Z | Checking unicode-width v0.2.0 |
| 2230 | 2025-02-25T01:45:17.214Z | Checking tower-layer v0.3.3 |
| 2231 | 2025-02-25T01:45:17.341Z | Checking winnow v0.5.40 |
| 2232 | 2025-02-25T01:45:17.362Z | Checking debug-ignore v1.0.5 |
| 2233 | 2025-02-25T01:45:17.476Z | Checking bitflags v1.3.2 |
| 2234 | 2025-02-25T01:45:17.515Z | Checking strsim v0.11.1 |
| 2235 | 2025-02-25T01:45:17.575Z | Checking managed v0.8.0 |
| 2236 | 2025-02-25T01:45:17.592Z | Checking clap_lex v0.7.4 |
| 2237 | 2025-02-25T01:45:17.808Z | Checking console v0.15.10 |
| 2238 | 2025-02-25T01:45:17.870Z | Checking clap_builder v4.5.30 |
| 2239 | 2025-02-25T01:45:17.982Z | Checking smoltcp v0.9.1 |
| 2240 | 2025-02-25T01:45:18.392Z | Checking tower v0.5.2 |
| 2241 | 2025-02-25T01:45:19.129Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2242 | 2025-02-25T01:45:19.414Z | Checking flate2 v1.0.35 |
| 2243 | 2025-02-25T01:45:19.439Z | Checking hyper-rustls v0.27.3 |
| 2244 | 2025-02-25T01:45:19.458Z | Checking backtrace v0.3.74 |
| 2245 | 2025-02-25T01:45:19.687Z | Checking elliptic-curve v0.13.8 |
| 2246 | 2025-02-25T01:45:19.789Z | Checking signal-hook-mio v0.2.4 |
| 2247 | 2025-02-25T01:45:19.898Z | Checking dropshot v0.12.0 |
| 2248 | 2025-02-25T01:45:19.945Z | Checking cookie_store v0.21.1 |
| 2249 | 2025-02-25T01:45:20.009Z | Checking num-bigint-dig v0.8.4 |
| 2250 | 2025-02-25T01:45:20.012Z | Checking anyhow v1.0.96 |
| 2251 | 2025-02-25T01:45:20.158Z | Checking toml_edit v0.19.15 |
| 2252 | 2025-02-25T01:45:20.289Z | Checking bzip2 v0.4.4 |
| 2253 | 2025-02-25T01:45:20.381Z | Checking phf v0.11.2 |
| 2254 | 2025-02-25T01:45:20.493Z | Checking hickory-resolver v0.24.3 |
| 2255 | 2025-02-25T01:45:20.589Z | Checking rayon v1.10.0 |
| 2256 | 2025-02-25T01:45:20.631Z | Checking hyper-tls v0.6.0 |
| 2257 | 2025-02-25T01:45:20.651Z | Checking tokio-tungstenite v0.24.0 |
| 2258 | 2025-02-25T01:45:20.766Z | Checking postgres-types v0.2.8 |
| 2259 | 2025-02-25T01:45:20.908Z | Checking bstr v1.10.0 |
| 2260 | 2025-02-25T01:45:21.115Z | Checking regex v1.11.1 |
| 2261 | 2025-02-25T01:45:21.405Z | Checking ed25519 v2.2.3 |
| 2262 | 2025-02-25T01:45:21.727Z | Checking phf_shared v0.10.0 |
| 2263 | 2025-02-25T01:45:21.746Z | Checking tokio-stream v0.1.17 |
| 2264 | 2025-02-25T01:45:21.788Z | Checking zerocopy v0.6.6 |
| 2265 | 2025-02-25T01:45:21.998Z | Checking curve25519-dalek v4.1.3 |
| 2266 | 2025-02-25T01:45:22.023Z | Checking hubpack v0.1.2 |
| 2267 | 2025-02-25T01:45:22.053Z | Checking memoffset v0.9.1 |
| 2268 | 2025-02-25T01:45:22.171Z | Checking portable-atomic v1.9.0 |
| 2269 | 2025-02-25T01:45:22.345Z | Checking pkcs1 v0.7.5 |
| 2270 | 2025-02-25T01:45:22.462Z | Checking float-cmp v0.10.0 |
| 2271 | 2025-02-25T01:45:22.525Z | Checking serde-big-array v0.5.1 |
| 2272 | 2025-02-25T01:45:22.563Z | Checking rfc6979 v0.4.0 |
| 2273 | 2025-02-25T01:45:22.675Z | Checking normalize-line-endings v0.3.0 |
| 2274 | 2025-02-25T01:45:22.745Z | Checking precomputed-hash v0.1.1 |
| 2275 | 2025-02-25T01:45:22.758Z | Checking unicode-segmentation v1.12.0 |
| 2276 | 2025-02-25T01:45:22.774Z | Checking difflib v0.4.0 |
| 2277 | 2025-02-25T01:45:22.813Z | Checking fixedbitset v0.4.2 |
| 2278 | 2025-02-25T01:45:22.867Z | Checking new_debug_unreachable v1.0.6 |
| 2279 | 2025-02-25T01:45:22.965Z | Checking whoami v1.5.2 |
| 2280 | 2025-02-25T01:45:23.112Z | Checking bit-vec v0.6.3 |
| 2281 | 2025-02-25T01:45:23.140Z | Checking minimal-lexical v0.2.1 |
| 2282 | 2025-02-25T01:45:23.190Z | Checking static_assertions v1.1.0 |
| 2283 | 2025-02-25T01:45:23.269Z | Checking number_prefix v0.4.0 |
| 2284 | 2025-02-25T01:45:23.297Z | Checking predicates-core v1.0.8 |
| 2285 | 2025-02-25T01:45:23.380Z | Checking qorb v0.2.1 |
| 2286 | 2025-02-25T01:45:23.412Z | Checking similar v2.6.0 |
| 2287 | 2025-02-25T01:45:23.437Z | Checking bit-set v0.5.3 |
| 2288 | 2025-02-25T01:45:23.461Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2289 | 2025-02-25T01:45:23.506Z | Checking predicates v3.1.3 |
| 2290 | 2025-02-25T01:45:23.532Z | Checking nom v7.1.3 |
| 2291 | 2025-02-25T01:45:23.679Z | Checking tokio-postgres v0.7.12 |
| 2292 | 2025-02-25T01:45:23.805Z | Checking ed25519-dalek v2.1.1 |
| 2293 | 2025-02-25T01:45:24.087Z | Checking indicatif v0.17.11 |
| 2294 | 2025-02-25T01:45:24.108Z | Checking petgraph v0.6.5 |
| 2295 | 2025-02-25T01:45:24.230Z | Checking string_cache v0.8.7 |
| 2296 | 2025-02-25T01:45:24.248Z | Checking ecdsa v0.16.9 |
| 2297 | 2025-02-25T01:45:24.541Z | Checking rsa v0.9.6 |
| 2298 | 2025-02-25T01:45:24.835Z | Checking toml v0.7.8 |
| 2299 | 2025-02-25T01:45:24.965Z | Checking nix v0.29.0 |
| 2300 | 2025-02-25T01:45:25.475Z | Checking reqwest v0.12.12 |
| 2301 | 2025-02-25T01:45:25.552Z | Checking clap v4.5.30 |
| 2302 | 2025-02-25T01:45:25.679Z | Checking zip v0.6.6 |
| 2303 | 2025-02-25T01:45:25.842Z | Checking crossterm v0.28.1 |
| 2304 | 2025-02-25T01:45:26.226Z | Checking itertools v0.14.0 |
| 2305 | 2025-02-25T01:45:26.326Z | Checking itertools v0.10.5 |
| 2306 | 2025-02-25T01:45:26.392Z | Checking itertools v0.12.1 |
| 2307 | 2025-02-25T01:45:26.548Z | Checking fs-err v2.11.0 |
| 2308 | 2025-02-25T01:45:27.110Z | Checking ahash v0.8.11 |
| 2309 | 2025-02-25T01:45:27.326Z | Checking x509-cert v0.2.5 |
| 2310 | 2025-02-25T01:45:27.393Z | Checking hex v0.4.3 |
| 2311 | 2025-02-25T01:45:27.566Z | Checking lalrpop-util v0.19.12 |
| 2312 | 2025-02-25T01:45:27.586Z | Checking peg-runtime v0.8.3 |
| 2313 | 2025-02-25T01:45:27.822Z | Checking sigpipe v0.1.3 |
| 2314 | 2025-02-25T01:45:28.584Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2315 | 2025-02-25T01:45:28.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.76s |
| 2316 | 2025-02-25T01:45:29.081Z | |
| 2317 | 2025-02-25T01:45:29.081Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
| 2318 | 2025-02-25T01:45:29.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2025-02-25T01:45:29.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2025-02-25T01:45:29.769Z | Compiling hashbrown v0.14.5 |
| 2321 | 2025-02-25T01:45:29.895Z | Checking heck v0.5.0 |
| 2322 | 2025-02-25T01:45:29.908Z | Compiling unsafe-libyaml v0.2.11 |
| 2323 | 2025-02-25T01:45:29.924Z | Checking ipnetwork v0.21.1 |
| 2324 | 2025-02-25T01:45:29.937Z | Compiling ident_case v1.0.1 |
| 2325 | 2025-02-25T01:45:29.953Z | Checking progenitor-client v0.8.0 |
| 2326 | 2025-02-25T01:45:29.969Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2327 | 2025-02-25T01:45:30.059Z | Checking newtype-uuid v1.2.1 |
| 2328 | 2025-02-25T01:45:30.120Z | Compiling darling_core v0.20.10 |
| 2329 | 2025-02-25T01:45:30.273Z | Checking oxnet v0.1.0 |
| 2330 | 2025-02-25T01:45:30.292Z | Compiling proc-macro-crate v1.3.1 |
| 2331 | 2025-02-25T01:45:30.350Z | Compiling structmeta-derive v0.3.0 |
| 2332 | 2025-02-25T01:45:30.368Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2333 | 2025-02-25T01:45:30.630Z | Compiling thiserror v2.0.11 |
| 2334 | 2025-02-25T01:45:30.707Z | Compiling lzma-sys v0.1.20 |
| 2335 | 2025-02-25T01:45:30.874Z | Checking regress v0.10.1 |
| 2336 | 2025-02-25T01:45:31.227Z | Compiling serde_yaml v0.9.34+deprecated |
| 2337 | 2025-02-25T01:45:31.439Z | Compiling num_enum_derive v0.5.11 |
| 2338 | 2025-02-25T01:45:31.591Z | Compiling daft-derive v0.1.1 |
| 2339 | 2025-02-25T01:45:31.605Z | Compiling foreign-types-macros v0.2.3 |
| 2340 | 2025-02-25T01:45:32.788Z | Compiling thiserror-impl v2.0.11 |
| 2341 | 2025-02-25T01:45:32.886Z | Compiling structmeta v0.3.0 |
| 2342 | 2025-02-25T01:45:33.077Z | Compiling dropshot v0.15.1 |
| 2343 | 2025-02-25T01:45:33.270Z | Checking foreign-types-shared v0.3.1 |
| 2344 | 2025-02-25T01:45:33.401Z | Checking arc-swap v1.7.1 |
| 2345 | 2025-02-25T01:45:33.488Z | Checking foreign-types v0.5.0 |
| 2346 | 2025-02-25T01:45:33.604Z | Compiling parse-display-derive v0.10.0 |
| 2347 | 2025-02-25T01:45:33.698Z | Checking num_enum v0.5.11 |
| 2348 | 2025-02-25T01:45:33.800Z | Checking slog-scope v4.4.0 |
| 2349 | 2025-02-25T01:45:33.867Z | Checking daft v0.1.1 |
| 2350 | 2025-02-25T01:45:34.051Z | Compiling proc-macro-error v1.0.4 |
| 2351 | 2025-02-25T01:45:34.486Z | Checking typify-impl v0.2.0 |
| 2352 | 2025-02-25T01:45:34.635Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2353 | 2025-02-25T01:45:34.750Z | Checking tungstenite v0.21.0 |
| 2354 | 2025-02-25T01:45:34.769Z | Compiling heck v0.3.3 |
| 2355 | 2025-02-25T01:45:35.122Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2356 | 2025-02-25T01:45:35.663Z | Compiling dropshot_endpoint v0.15.1 |
| 2357 | 2025-02-25T01:45:35.681Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2358 | 2025-02-25T01:45:35.841Z | Compiling darling_macro v0.20.10 |
| 2359 | 2025-02-25T01:45:35.907Z | Checking cstr-argument v0.1.2 |
| 2360 | 2025-02-25T01:45:36.021Z | Checking instant v0.1.13 |
| 2361 | 2025-02-25T01:45:36.092Z | Checking pretty-hex v0.2.1 |
| 2362 | 2025-02-25T01:45:36.146Z | Checking fastrand v2.1.1 |
| 2363 | 2025-02-25T01:45:36.266Z | Checking base64 v0.21.7 |
| 2364 | 2025-02-25T01:45:36.441Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2365 | 2025-02-25T01:45:36.471Z | Checking tempfile v3.13.0 |
| 2366 | 2025-02-25T01:45:36.769Z | Compiling darling v0.20.10 |
| 2367 | 2025-02-25T01:45:36.791Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2368 | 2025-02-25T01:45:36.832Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2369 | 2025-02-25T01:45:36.851Z | Checking backoff v0.4.0 |
| 2370 | 2025-02-25T01:45:36.893Z | Compiling serde_with_macros v3.11.0 |
| 2371 | 2025-02-25T01:45:36.910Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2372 | 2025-02-25T01:45:36.935Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2373 | 2025-02-25T01:45:37.094Z | Checking tokio-tungstenite v0.21.0 |
| 2374 | 2025-02-25T01:45:37.099Z | Checking strum v0.26.3 |
| 2375 | 2025-02-25T01:45:37.142Z | Compiling zone_cfg_derive v0.1.2 |
| 2376 | 2025-02-25T01:45:37.207Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2377 | 2025-02-25T01:45:37.277Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2378 | 2025-02-25T01:45:37.523Z | Checking parse-display v0.10.0 |
| 2379 | 2025-02-25T01:45:37.626Z | Checking slog-stdlog v4.1.1 |
| 2380 | 2025-02-25T01:45:37.815Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2381 | 2025-02-25T01:45:37.833Z | Checking regress v0.9.1 |
| 2382 | 2025-02-25T01:45:37.848Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2383 | 2025-02-25T01:45:37.980Z | Checking progenitor-client v0.9.1 |
| 2384 | 2025-02-25T01:45:38.018Z | Checking colored v2.1.0 |
| 2385 | 2025-02-25T01:45:38.139Z | Checking macaddr v1.0.1 |
| 2386 | 2025-02-25T01:45:38.324Z | Checking unicode-width v0.1.14 |
| 2387 | 2025-02-25T01:45:38.382Z | Checking base64 v0.13.1 |
| 2388 | 2025-02-25T01:45:38.529Z | Checking zone v0.1.8 |
| 2389 | 2025-02-25T01:45:38.818Z | Checking ron v0.7.1 |
| 2390 | 2025-02-25T01:45:38.835Z | Checking tabwriter v1.4.0 |
| 2391 | 2025-02-25T01:45:39.093Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2392 | 2025-02-25T01:45:39.172Z | Checking slog-envlogger v2.2.0 |
| 2393 | 2025-02-25T01:45:39.379Z | Checking serde_with v3.11.0 |
| 2394 | 2025-02-25T01:45:39.411Z | Checking xz2 v0.1.7 |
| 2395 | 2025-02-25T01:45:39.543Z | Checking xattr v1.3.1 |
| 2396 | 2025-02-25T01:45:39.725Z | Checking pem v3.0.5 |
| 2397 | 2025-02-25T01:45:39.753Z | Checking yasna v0.5.2 |
| 2398 | 2025-02-25T01:45:39.898Z | Checking headers-core v0.3.0 |
| 2399 | 2025-02-25T01:45:39.994Z | Checking smf v0.2.3 |
| 2400 | 2025-02-25T01:45:40.053Z | Checking filetime v0.2.25 |
| 2401 | 2025-02-25T01:45:40.272Z | Checking same-file v1.0.6 |
| 2402 | 2025-02-25T01:45:40.358Z | Checking tar v0.4.44 |
| 2403 | 2025-02-25T01:45:40.413Z | Checking headers v0.4.0 |
| 2404 | 2025-02-25T01:45:40.452Z | Checking walkdir v2.5.0 |
| 2405 | 2025-02-25T01:45:40.585Z | Checking rcgen v0.12.1 |
| 2406 | 2025-02-25T01:45:40.746Z | Checking atomicwrites v0.4.4 |
| 2407 | 2025-02-25T01:45:40.968Z | Checking camino-tempfile v1.1.1 |
| 2408 | 2025-02-25T01:45:41.176Z | Checking subprocess v0.2.9 |
| 2409 | 2025-02-25T01:45:43.545Z | Compiling typify-macro v0.2.0 |
| 2410 | 2025-02-25T01:45:45.044Z | Compiling typify v0.2.0 |
| 2411 | 2025-02-25T01:45:45.115Z | Compiling progenitor-impl v0.8.0 |
| 2412 | 2025-02-25T01:45:47.559Z | Compiling progenitor-macro v0.8.0 |
| 2413 | 2025-02-25T01:45:51.070Z | Checking progenitor v0.8.0 |
| 2414 | 2025-02-25T01:45:51.201Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2415 | 2025-02-25T01:45:51.201Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2416 | 2025-02-25T01:45:53.696Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2417 | 2025-02-25T01:45:54.056Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2418 | 2025-02-25T01:46:00.041Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2419 | 2025-02-25T01:46:01.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2420 | 2025-02-25T01:46:02.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.67s |
| 2421 | 2025-02-25T01:46:02.943Z | |
| 2422 | 2025-02-25T01:46:02.943Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
| 2423 | 2025-02-25T01:46:03.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2025-02-25T01:46:03.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2025-02-25T01:46:03.631Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2426 | 2025-02-25T01:46:05.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 2427 | 2025-02-25T01:46:05.194Z | |
| 2428 | 2025-02-25T01:46:05.195Z | info: running `cargo check --bins` on nexus-config (51/199) |
| 2429 | 2025-02-25T01:46:05.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2025-02-25T01:46:05.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2025-02-25T01:46:05.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2025-02-25T01:46:05.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2433 | 2025-02-25T01:46:05.835Z | |
| 2434 | 2025-02-25T01:46:05.835Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
| 2435 | 2025-02-25T01:46:06.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2025-02-25T01:46:06.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2025-02-25T01:46:06.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2025-02-25T01:46:06.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2439 | 2025-02-25T01:46:06.472Z | |
| 2440 | 2025-02-25T01:46:06.472Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
| 2441 | 2025-02-25T01:46:07.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2025-02-25T01:46:07.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2025-02-25T01:46:07.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2025-02-25T01:46:07.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2445 | 2025-02-25T01:46:07.104Z | |
| 2446 | 2025-02-25T01:46:07.104Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
| 2447 | 2025-02-25T01:46:07.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2025-02-25T01:46:07.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2025-02-25T01:46:07.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2025-02-25T01:46:07.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2451 | 2025-02-25T01:46:07.761Z | |
| 2452 | 2025-02-25T01:46:07.761Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
| 2453 | 2025-02-25T01:46:08.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2025-02-25T01:46:08.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2025-02-25T01:46:08.469Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2456 | 2025-02-25T01:46:08.583Z | Compiling ipnetwork v0.21.1 |
| 2457 | 2025-02-25T01:46:08.586Z | Compiling progenitor-client v0.8.0 |
| 2458 | 2025-02-25T01:46:08.586Z | Compiling itertools v0.13.0 |
| 2459 | 2025-02-25T01:46:08.586Z | Compiling heapless v0.8.0 |
| 2460 | 2025-02-25T01:46:08.586Z | Compiling thiserror v2.0.11 |
| 2461 | 2025-02-25T01:46:08.586Z | Checking hash32 v0.3.1 |
| 2462 | 2025-02-25T01:46:08.594Z | Compiling instant v0.1.13 |
| 2463 | 2025-02-25T01:46:08.773Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2464 | 2025-02-25T01:46:08.790Z | Compiling smoltcp v0.11.0 |
| 2465 | 2025-02-25T01:46:08.831Z | Compiling backoff v0.4.0 |
| 2466 | 2025-02-25T01:46:08.886Z | Compiling dropshot v0.15.1 |
| 2467 | 2025-02-25T01:46:09.030Z | Compiling oxnet v0.1.0 |
| 2468 | 2025-02-25T01:46:09.215Z | Compiling progenitor v0.8.0 |
| 2469 | 2025-02-25T01:46:09.288Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2470 | 2025-02-25T01:46:09.401Z | Compiling daft v0.1.1 |
| 2471 | 2025-02-25T01:46:09.437Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2472 | 2025-02-25T01:46:09.459Z | Compiling serde_with v3.11.0 |
| 2473 | 2025-02-25T01:46:09.488Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2474 | 2025-02-25T01:46:09.685Z | Compiling parse-display v0.10.0 |
| 2475 | 2025-02-25T01:46:09.824Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2476 | 2025-02-25T01:46:10.244Z | Checking num-rational v0.4.2 |
| 2477 | 2025-02-25T01:46:10.268Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2478 | 2025-02-25T01:46:10.322Z | Compiling progenitor-client v0.9.1 |
| 2479 | 2025-02-25T01:46:10.844Z | Compiling regress v0.9.1 |
| 2480 | 2025-02-25T01:46:10.846Z | Compiling phf_generator v0.11.2 |
| 2481 | 2025-02-25T01:46:11.053Z | Checking num-complex v0.4.6 |
| 2482 | 2025-02-25T01:46:11.484Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2483 | 2025-02-25T01:46:11.901Z | Compiling macaddr v1.0.1 |
| 2484 | 2025-02-25T01:46:12.327Z | Checking cobs v0.2.3 |
| 2485 | 2025-02-25T01:46:12.530Z | Checking postcard v1.0.10 |
| 2486 | 2025-02-25T01:46:12.849Z | Compiling num v0.4.3 |
| 2487 | 2025-02-25T01:46:12.976Z | Compiling phf_codegen v0.11.2 |
| 2488 | 2025-02-25T01:46:13.115Z | Compiling parse-zoneinfo v0.3.1 |
| 2489 | 2025-02-25T01:46:13.214Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2490 | 2025-02-25T01:46:13.538Z | Checking float-ord v0.3.2 |
| 2491 | 2025-02-25T01:46:13.904Z | Compiling convert_case v0.4.0 |
| 2492 | 2025-02-25T01:46:14.787Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2493 | 2025-02-25T01:46:14.942Z | Compiling derive_more v0.99.19 |
| 2494 | 2025-02-25T01:46:15.733Z | Compiling chrono-tz-build v0.4.0 |
| 2495 | 2025-02-25T01:46:15.899Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2496 | 2025-02-25T01:46:16.769Z | Compiling crucible-workspace-hack v0.1.0 |
| 2497 | 2025-02-25T01:46:16.821Z | Checking newline-converter v0.3.0 |
| 2498 | 2025-02-25T01:46:16.886Z | Compiling chrono-tz v0.10.1 |
| 2499 | 2025-02-25T01:46:17.105Z | Checking prettyplease v0.2.29 |
| 2500 | 2025-02-25T01:46:17.590Z | Compiling slog-dtrace v0.3.0 |
| 2501 | 2025-02-25T01:46:17.622Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2502 | 2025-02-25T01:46:17.976Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2503 | 2025-02-25T01:46:18.154Z | Checking expectorate v1.1.0 |
| 2504 | 2025-02-25T01:46:18.257Z | Compiling zone_cfg_derive v0.3.0 |
| 2505 | 2025-02-25T01:46:18.325Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2506 | 2025-02-25T01:46:18.695Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2507 | 2025-02-25T01:46:19.060Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2508 | 2025-02-25T01:46:19.369Z | Compiling const_format_proc_macros v0.2.34 |
| 2509 | 2025-02-25T01:46:19.413Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2510 | 2025-02-25T01:46:19.430Z | Compiling num-derive v0.4.2 |
| 2511 | 2025-02-25T01:46:19.583Z | Checking highway v1.2.0 |
| 2512 | 2025-02-25T01:46:19.788Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2513 | 2025-02-25T01:46:20.016Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2514 | 2025-02-25T01:46:20.370Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2515 | 2025-02-25T01:46:20.420Z | Checking zone v0.3.0 |
| 2516 | 2025-02-25T01:46:20.613Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2517 | 2025-02-25T01:46:20.809Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2518 | 2025-02-25T01:46:21.194Z | Checking const_format v0.2.34 |
| 2519 | 2025-02-25T01:46:21.526Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2520 | 2025-02-25T01:46:21.595Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2521 | 2025-02-25T01:46:21.689Z | Checking gethostname v0.5.0 |
| 2522 | 2025-02-25T01:46:21.706Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2523 | 2025-02-25T01:46:21.830Z | Checking bcs v0.1.6 |
| 2524 | 2025-02-25T01:46:22.144Z | Checking nanorand v0.7.0 |
| 2525 | 2025-02-25T01:46:22.163Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2526 | 2025-02-25T01:46:22.306Z | Compiling async-recursion v1.1.1 |
| 2527 | 2025-02-25T01:46:22.510Z | Checking termtree v0.5.1 |
| 2528 | 2025-02-25T01:46:22.526Z | Checking flume v0.11.1 |
| 2529 | 2025-02-25T01:46:23.044Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2530 | 2025-02-25T01:46:23.044Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2531 | 2025-02-25T01:46:23.760Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2532 | 2025-02-25T01:46:23.988Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2533 | 2025-02-25T01:46:29.567Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2534 | 2025-02-25T01:46:32.909Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2535 | 2025-02-25T01:46:35.363Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2536 | 2025-02-25T01:46:36.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.83s |
| 2537 | 2025-02-25T01:46:36.781Z | |
| 2538 | 2025-02-25T01:46:36.781Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
| 2539 | 2025-02-25T01:46:37.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2540 | 2025-02-25T01:46:37.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2541 | 2025-02-25T01:46:37.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2542 | 2025-02-25T01:46:37.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2543 | 2025-02-25T01:46:37.453Z | |
| 2544 | 2025-02-25T01:46:37.453Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
| 2545 | 2025-02-25T01:46:38.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2546 | 2025-02-25T01:46:38.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2547 | 2025-02-25T01:46:38.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2548 | 2025-02-25T01:46:38.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2549 | 2025-02-25T01:46:38.130Z | |
| 2550 | 2025-02-25T01:46:38.130Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
| 2551 | 2025-02-25T01:46:38.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2552 | 2025-02-25T01:46:38.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2553 | 2025-02-25T01:46:38.820Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2554 | 2025-02-25T01:46:39.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 2555 | 2025-02-25T01:46:39.636Z | |
| 2556 | 2025-02-25T01:46:39.636Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
| 2557 | 2025-02-25T01:46:40.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2558 | 2025-02-25T01:46:40.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2559 | 2025-02-25T01:46:40.499Z | Compiling cfg_aliases v0.1.1 |
| 2560 | 2025-02-25T01:46:40.499Z | Compiling vte_generate_state_changes v0.1.2 |
| 2561 | 2025-02-25T01:46:40.499Z | Checking fd-lock v4.0.2 |
| 2562 | 2025-02-25T01:46:40.499Z | Checking nibble_vec v0.1.0 |
| 2563 | 2025-02-25T01:46:40.499Z | Checking bytecount v0.6.8 |
| 2564 | 2025-02-25T01:46:40.499Z | Checking endian-type v0.1.2 |
| 2565 | 2025-02-25T01:46:40.499Z | Compiling tabled_derive v0.7.0 |
| 2566 | 2025-02-25T01:46:40.514Z | Compiling peg-macros v0.8.4 |
| 2567 | 2025-02-25T01:46:40.552Z | Compiling nix v0.28.0 |
| 2568 | 2025-02-25T01:46:40.613Z | Checking papergrid v0.11.0 |
| 2569 | 2025-02-25T01:46:40.630Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2570 | 2025-02-25T01:46:40.668Z | Compiling sqlparser_derive v0.2.2 |
| 2571 | 2025-02-25T01:46:40.704Z | Checking radix_trie v0.2.1 |
| 2572 | 2025-02-25T01:46:41.029Z | Checking vte v0.11.1 |
| 2573 | 2025-02-25T01:46:41.096Z | Checking unicode_categories v0.1.1 |
| 2574 | 2025-02-25T01:46:41.417Z | Checking nu-ansi-term v0.50.1 |
| 2575 | 2025-02-25T01:46:41.629Z | Checking home v0.5.9 |
| 2576 | 2025-02-25T01:46:41.714Z | Checking sqlparser v0.45.0 |
| 2577 | 2025-02-25T01:46:41.807Z | Checking sqlformat v0.2.6 |
| 2578 | 2025-02-25T01:46:41.831Z | Checking display-error-chain v0.2.2 |
| 2579 | 2025-02-25T01:46:42.481Z | Checking strip-ansi-escapes v0.2.0 |
| 2580 | 2025-02-25T01:46:42.592Z | Checking tabled v0.15.0 |
| 2581 | 2025-02-25T01:46:42.646Z | Checking reedline v0.35.0 |
| 2582 | 2025-02-25T01:46:42.953Z | Checking peg v0.8.4 |
| 2583 | 2025-02-25T01:46:43.430Z | Checking rustyline v14.0.0 |
| 2584 | 2025-02-25T01:46:52.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.43s |
| 2585 | 2025-02-25T01:46:52.250Z | |
| 2586 | 2025-02-25T01:46:52.250Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
| 2587 | 2025-02-25T01:46:52.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2588 | 2025-02-25T01:46:52.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2589 | 2025-02-25T01:46:52.952Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2590 | 2025-02-25T01:46:58.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
| 2591 | 2025-02-25T01:46:58.246Z | |
| 2592 | 2025-02-25T01:46:58.246Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
| 2593 | 2025-02-25T01:46:58.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2594 | 2025-02-25T01:46:58.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2595 | 2025-02-25T01:46:58.948Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2596 | 2025-02-25T01:47:02.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 2597 | 2025-02-25T01:47:02.603Z | |
| 2598 | 2025-02-25T01:47:02.603Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
| 2599 | 2025-02-25T01:47:03.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2600 | 2025-02-25T01:47:03.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2601 | 2025-02-25T01:47:03.305Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2602 | 2025-02-25T01:47:08.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
| 2603 | 2025-02-25T01:47:08.283Z | |
| 2604 | 2025-02-25T01:47:08.283Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
| 2605 | 2025-02-25T01:47:08.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2606 | 2025-02-25T01:47:08.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2607 | 2025-02-25T01:47:08.980Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2608 | 2025-02-25T01:47:13.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
| 2609 | 2025-02-25T01:47:13.958Z | |
| 2610 | 2025-02-25T01:47:13.958Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
| 2611 | 2025-02-25T01:47:14.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2612 | 2025-02-25T01:47:14.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2613 | 2025-02-25T01:47:14.659Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2614 | 2025-02-25T01:47:18.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
| 2615 | 2025-02-25T01:47:18.549Z | |
| 2616 | 2025-02-25T01:47:18.549Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
| 2617 | 2025-02-25T01:47:19.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2025-02-25T01:47:19.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2025-02-25T01:47:19.252Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2620 | 2025-02-25T01:47:23.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
| 2621 | 2025-02-25T01:47:23.197Z | |
| 2622 | 2025-02-25T01:47:23.197Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
| 2623 | 2025-02-25T01:47:23.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2025-02-25T01:47:23.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2025-02-25T01:47:23.895Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2626 | 2025-02-25T01:47:28.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
| 2627 | 2025-02-25T01:47:29.096Z | |
| 2628 | 2025-02-25T01:47:29.096Z | info: running `cargo check --bins` on oximeter (67/199) |
| 2629 | 2025-02-25T01:47:29.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2025-02-25T01:47:29.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2025-02-25T01:47:29.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2025-02-25T01:47:29.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2633 | 2025-02-25T01:47:29.731Z | |
| 2634 | 2025-02-25T01:47:29.731Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
| 2635 | 2025-02-25T01:47:30.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2025-02-25T01:47:30.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2025-02-25T01:47:30.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2025-02-25T01:47:30.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2639 | 2025-02-25T01:47:30.376Z | |
| 2640 | 2025-02-25T01:47:30.376Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
| 2641 | 2025-02-25T01:47:30.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2025-02-25T01:47:30.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2025-02-25T01:47:31.043Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2644 | 2025-02-25T01:47:33.031Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2645 | 2025-02-25T01:47:33.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
| 2646 | 2025-02-25T01:47:34.144Z | |
| 2647 | 2025-02-25T01:47:34.144Z | info: running `cargo check --bins` on oximeter-types (70/199) |
| 2648 | 2025-02-25T01:47:34.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2649 | 2025-02-25T01:47:34.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2650 | 2025-02-25T01:47:34.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2651 | 2025-02-25T01:47:34.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2652 | 2025-02-25T01:47:34.803Z | |
| 2653 | 2025-02-25T01:47:34.803Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
| 2654 | 2025-02-25T01:47:35.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2655 | 2025-02-25T01:47:35.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2656 | 2025-02-25T01:47:35.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2657 | 2025-02-25T01:47:35.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2658 | 2025-02-25T01:47:35.472Z | |
| 2659 | 2025-02-25T01:47:35.472Z | info: running `cargo check --bins` on oxql-types (72/199) |
| 2660 | 2025-02-25T01:47:36.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2661 | 2025-02-25T01:47:36.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2662 | 2025-02-25T01:47:36.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2663 | 2025-02-25T01:47:36.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2664 | 2025-02-25T01:47:36.142Z | |
| 2665 | 2025-02-25T01:47:36.142Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
| 2666 | 2025-02-25T01:47:36.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2667 | 2025-02-25T01:47:36.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2668 | 2025-02-25T01:47:36.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2669 | 2025-02-25T01:47:36.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2670 | 2025-02-25T01:47:36.830Z | |
| 2671 | 2025-02-25T01:47:36.830Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
| 2672 | 2025-02-25T01:47:37.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2673 | 2025-02-25T01:47:37.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2674 | 2025-02-25T01:47:37.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2675 | 2025-02-25T01:47:37.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2676 | 2025-02-25T01:47:37.498Z | |
| 2677 | 2025-02-25T01:47:37.498Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
| 2678 | 2025-02-25T01:47:38.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2679 | 2025-02-25T01:47:38.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2680 | 2025-02-25T01:47:38.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2681 | 2025-02-25T01:47:38.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2682 | 2025-02-25T01:47:38.186Z | |
| 2683 | 2025-02-25T01:47:38.186Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
| 2684 | 2025-02-25T01:47:38.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2685 | 2025-02-25T01:47:38.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2686 | 2025-02-25T01:47:38.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2687 | 2025-02-25T01:47:38.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2688 | 2025-02-25T01:47:38.851Z | |
| 2689 | 2025-02-25T01:47:38.852Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
| 2690 | 2025-02-25T01:47:39.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2691 | 2025-02-25T01:47:39.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2692 | 2025-02-25T01:47:39.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2693 | 2025-02-25T01:47:39.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2694 | 2025-02-25T01:47:39.511Z | |
| 2695 | 2025-02-25T01:47:39.511Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
| 2696 | 2025-02-25T01:47:40.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2697 | 2025-02-25T01:47:40.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2698 | 2025-02-25T01:47:40.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2699 | 2025-02-25T01:47:40.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2700 | 2025-02-25T01:47:40.171Z | |
| 2701 | 2025-02-25T01:47:40.171Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
| 2702 | 2025-02-25T01:47:40.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2703 | 2025-02-25T01:47:40.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2704 | 2025-02-25T01:47:40.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2705 | 2025-02-25T01:47:40.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2706 | 2025-02-25T01:47:40.809Z | |
| 2707 | 2025-02-25T01:47:40.809Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
| 2708 | 2025-02-25T01:47:41.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2709 | 2025-02-25T01:47:41.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2710 | 2025-02-25T01:47:41.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2711 | 2025-02-25T01:47:41.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2712 | 2025-02-25T01:47:41.478Z | |
| 2713 | 2025-02-25T01:47:41.478Z | info: running `cargo check --bins` on dns-service-client (81/199) |
| 2714 | 2025-02-25T01:47:42.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2715 | 2025-02-25T01:47:42.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2716 | 2025-02-25T01:47:42.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2717 | 2025-02-25T01:47:42.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2718 | 2025-02-25T01:47:42.144Z | |
| 2719 | 2025-02-25T01:47:42.144Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
| 2720 | 2025-02-25T01:47:42.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2721 | 2025-02-25T01:47:42.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2722 | 2025-02-25T01:47:42.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2723 | 2025-02-25T01:47:42.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2724 | 2025-02-25T01:47:42.794Z | |
| 2725 | 2025-02-25T01:47:42.794Z | info: running `cargo check --bins` on dpd-client (83/199) |
| 2726 | 2025-02-25T01:47:43.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2727 | 2025-02-25T01:47:43.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2728 | 2025-02-25T01:47:43.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2729 | 2025-02-25T01:47:43.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2730 | 2025-02-25T01:47:43.443Z | |
| 2731 | 2025-02-25T01:47:43.443Z | info: running `cargo check --bins` on gateway-client (84/199) |
| 2732 | 2025-02-25T01:47:44.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2733 | 2025-02-25T01:47:44.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2734 | 2025-02-25T01:47:44.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2735 | 2025-02-25T01:47:44.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2736 | 2025-02-25T01:47:44.078Z | |
| 2737 | 2025-02-25T01:47:44.078Z | info: running `cargo check --bins` on installinator-client (85/199) |
| 2738 | 2025-02-25T01:47:44.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2739 | 2025-02-25T01:47:44.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2740 | 2025-02-25T01:47:44.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2741 | 2025-02-25T01:47:44.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2742 | 2025-02-25T01:47:44.753Z | |
| 2743 | 2025-02-25T01:47:44.753Z | info: running `cargo check --bins` on installinator-common (86/199) |
| 2744 | 2025-02-25T01:47:45.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2025-02-25T01:47:45.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2025-02-25T01:47:45.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2025-02-25T01:47:45.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2748 | 2025-02-25T01:47:45.424Z | |
| 2749 | 2025-02-25T01:47:45.424Z | info: running `cargo check --bins` on update-engine (87/199) |
| 2750 | 2025-02-25T01:47:45.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2025-02-25T01:47:45.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2025-02-25T01:47:45.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2753 | 2025-02-25T01:47:45.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2754 | 2025-02-25T01:47:46.066Z | |
| 2755 | 2025-02-25T01:47:46.066Z | info: running `cargo check --bins` on nexus-client (88/199) |
| 2756 | 2025-02-25T01:47:46.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2025-02-25T01:47:46.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2025-02-25T01:47:46.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2759 | 2025-02-25T01:47:46.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2760 | 2025-02-25T01:47:46.751Z | |
| 2761 | 2025-02-25T01:47:46.751Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
| 2762 | 2025-02-25T01:47:47.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2025-02-25T01:47:47.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2025-02-25T01:47:47.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2765 | 2025-02-25T01:47:47.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2766 | 2025-02-25T01:47:47.418Z | |
| 2767 | 2025-02-25T01:47:47.418Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
| 2768 | 2025-02-25T01:47:47.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2025-02-25T01:47:47.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2025-02-25T01:47:47.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2025-02-25T01:47:47.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2772 | 2025-02-25T01:47:48.060Z | |
| 2773 | 2025-02-25T01:47:48.060Z | info: running `cargo check --bins` on nexus-types (91/199) |
| 2774 | 2025-02-25T01:47:48.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2025-02-25T01:47:48.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2025-02-25T01:47:48.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2025-02-25T01:47:48.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2778 | 2025-02-25T01:47:48.740Z | |
| 2779 | 2025-02-25T01:47:48.740Z | info: running `cargo check --bins` on oxide-client (92/199) |
| 2780 | 2025-02-25T01:47:49.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2025-02-25T01:47:49.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2025-02-25T01:47:49.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2025-02-25T01:47:49.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2784 | 2025-02-25T01:47:49.385Z | |
| 2785 | 2025-02-25T01:47:49.385Z | info: running `cargo check --bins` on oximeter-client (93/199) |
| 2786 | 2025-02-25T01:47:49.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2025-02-25T01:47:49.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2025-02-25T01:47:49.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2025-02-25T01:47:49.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2790 | 2025-02-25T01:47:50.044Z | |
| 2791 | 2025-02-25T01:47:50.044Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
| 2792 | 2025-02-25T01:47:50.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2025-02-25T01:47:50.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2025-02-25T01:47:50.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2025-02-25T01:47:50.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2796 | 2025-02-25T01:47:50.687Z | |
| 2797 | 2025-02-25T01:47:50.687Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
| 2798 | 2025-02-25T01:47:51.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2025-02-25T01:47:51.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2025-02-25T01:47:51.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2025-02-25T01:47:51.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2802 | 2025-02-25T01:47:51.357Z | |
| 2803 | 2025-02-25T01:47:51.357Z | info: running `cargo check --bins` on wicketd-client (96/199) |
| 2804 | 2025-02-25T01:47:51.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2025-02-25T01:47:51.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2025-02-25T01:47:51.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2025-02-25T01:47:51.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2808 | 2025-02-25T01:47:52.052Z | |
| 2809 | 2025-02-25T01:47:52.052Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
| 2810 | 2025-02-25T01:47:52.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2025-02-25T01:47:52.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2025-02-25T01:47:52.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2025-02-25T01:47:52.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2814 | 2025-02-25T01:47:52.733Z | |
| 2815 | 2025-02-25T01:47:52.733Z | info: running `cargo check --bins` on wicket-common (98/199) |
| 2816 | 2025-02-25T01:47:53.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2025-02-25T01:47:53.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2025-02-25T01:47:53.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2025-02-25T01:47:53.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2820 | 2025-02-25T01:47:53.421Z | |
| 2821 | 2025-02-25T01:47:53.421Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
| 2822 | 2025-02-25T01:47:54.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2025-02-25T01:47:54.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2025-02-25T01:47:54.114Z | Checking csv-core v0.1.11 |
| 2825 | 2025-02-25T01:47:54.114Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2826 | 2025-02-25T01:47:54.117Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2827 | 2025-02-25T01:47:54.117Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2828 | 2025-02-25T01:47:54.386Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2829 | 2025-02-25T01:47:54.406Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2830 | 2025-02-25T01:47:54.450Z | Checking csv v1.3.1 |
| 2831 | 2025-02-25T01:47:55.017Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2832 | 2025-02-25T01:47:55.361Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2833 | 2025-02-25T01:47:56.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 2834 | 2025-02-25T01:47:57.132Z | |
| 2835 | 2025-02-25T01:47:57.132Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
| 2836 | 2025-02-25T01:47:57.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2025-02-25T01:47:57.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2025-02-25T01:47:57.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2839 | 2025-02-25T01:47:57.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2840 | 2025-02-25T01:47:57.793Z | |
| 2841 | 2025-02-25T01:47:57.793Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
| 2842 | 2025-02-25T01:47:58.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2025-02-25T01:47:58.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2025-02-25T01:47:58.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2025-02-25T01:47:58.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2846 | 2025-02-25T01:47:58.475Z | |
| 2847 | 2025-02-25T01:47:58.475Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
| 2848 | 2025-02-25T01:47:59.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2025-02-25T01:47:59.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2025-02-25T01:47:59.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2025-02-25T01:47:59.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2852 | 2025-02-25T01:47:59.244Z | |
| 2853 | 2025-02-25T01:47:59.244Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
| 2854 | 2025-02-25T01:47:59.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2025-02-25T01:47:59.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2025-02-25T01:47:59.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2857 | 2025-02-25T01:47:59.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2858 | 2025-02-25T01:48:00.008Z | |
| 2859 | 2025-02-25T01:48:00.008Z | info: running `cargo check --bins` on dns-server (104/199) |
| 2860 | 2025-02-25T01:48:00.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2025-02-25T01:48:00.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2025-02-25T01:48:00.697Z | Compiling typify-impl v0.3.0 |
| 2863 | 2025-02-25T01:48:00.808Z | Compiling parking_lot_core v0.8.6 |
| 2864 | 2025-02-25T01:48:00.810Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2865 | 2025-02-25T01:48:00.818Z | Checking fxhash v0.2.1 |
| 2866 | 2025-02-25T01:48:00.828Z | Checking hickory-client v0.24.3 |
| 2867 | 2025-02-25T01:48:00.840Z | Checking hickory-server v0.24.3 |
| 2868 | 2025-02-25T01:48:01.476Z | Checking parking_lot v0.11.2 |
| 2869 | 2025-02-25T01:48:01.682Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2870 | 2025-02-25T01:48:01.778Z | Checking sled v0.34.7 |
| 2871 | 2025-02-25T01:48:06.278Z | Compiling typify-macro v0.3.0 |
| 2872 | 2025-02-25T01:48:07.779Z | Compiling typify v0.3.0 |
| 2873 | 2025-02-25T01:48:07.854Z | Compiling progenitor-impl v0.9.1 |
| 2874 | 2025-02-25T01:48:10.248Z | Compiling progenitor-macro v0.9.1 |
| 2875 | 2025-02-25T01:48:13.799Z | Checking progenitor v0.9.1 |
| 2876 | 2025-02-25T01:48:13.932Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2877 | 2025-02-25T01:48:14.394Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2878 | 2025-02-25T01:48:15.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s |
| 2879 | 2025-02-25T01:48:15.824Z | |
| 2880 | 2025-02-25T01:48:15.824Z | info: running `cargo check --bins` on dns-server-api (105/199) |
| 2881 | 2025-02-25T01:48:16.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2025-02-25T01:48:16.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2025-02-25T01:48:16.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2025-02-25T01:48:16.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2885 | 2025-02-25T01:48:16.490Z | |
| 2886 | 2025-02-25T01:48:16.490Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
| 2887 | 2025-02-25T01:48:17.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2025-02-25T01:48:17.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2025-02-25T01:48:17.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2025-02-25T01:48:17.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2891 | 2025-02-25T01:48:17.199Z | |
| 2892 | 2025-02-25T01:48:17.199Z | info: running `cargo check --bins` on gateway-types (107/199) |
| 2893 | 2025-02-25T01:48:17.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2025-02-25T01:48:17.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2025-02-25T01:48:17.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2025-02-25T01:48:17.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2897 | 2025-02-25T01:48:17.878Z | |
| 2898 | 2025-02-25T01:48:17.879Z | info: running `cargo check --bins` on ipcc (108/199) |
| 2899 | 2025-02-25T01:48:18.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2025-02-25T01:48:18.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2025-02-25T01:48:18.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2025-02-25T01:48:18.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2903 | 2025-02-25T01:48:18.560Z | |
| 2904 | 2025-02-25T01:48:18.560Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
| 2905 | 2025-02-25T01:48:19.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2025-02-25T01:48:19.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2025-02-25T01:48:19.295Z | Compiling semver v0.1.20 |
| 2908 | 2025-02-25T01:48:19.295Z | Compiling radium v0.7.0 |
| 2909 | 2025-02-25T01:48:19.415Z | Compiling maybe-uninit v2.0.0 |
| 2910 | 2025-02-25T01:48:19.418Z | Checking tap v1.0.1 |
| 2911 | 2025-02-25T01:48:19.433Z | Checking password-hash v0.5.0 |
| 2912 | 2025-02-25T01:48:19.437Z | Checking blake2 v0.10.6 |
| 2913 | 2025-02-25T01:48:19.437Z | Compiling owo-colors v4.1.0 |
| 2914 | 2025-02-25T01:48:19.437Z | Checking funty v2.0.0 |
| 2915 | 2025-02-25T01:48:19.550Z | Checking wyz v0.5.1 |
| 2916 | 2025-02-25T01:48:19.768Z | Compiling rustc_version v0.1.7 |
| 2917 | 2025-02-25T01:48:19.848Z | Checking crc-catalog v2.4.0 |
| 2918 | 2025-02-25T01:48:19.866Z | Compiling cancel-safe-futures v0.1.5 |
| 2919 | 2025-02-25T01:48:19.930Z | Compiling packed_struct v0.10.1 |
| 2920 | 2025-02-25T01:48:19.932Z | Checking argon2 v0.5.3 |
| 2921 | 2025-02-25T01:48:19.986Z | Checking crc v3.2.1 |
| 2922 | 2025-02-25T01:48:20.151Z | Compiling newtype_derive v0.1.6 |
| 2923 | 2025-02-25T01:48:20.186Z | Compiling packed_struct_codegen v0.10.1 |
| 2924 | 2025-02-25T01:48:20.261Z | Checking half v2.4.1 |
| 2925 | 2025-02-25T01:48:20.309Z | Compiling indexmap v1.9.3 |
| 2926 | 2025-02-25T01:48:20.327Z | Checking bitvec v1.0.1 |
| 2927 | 2025-02-25T01:48:20.378Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2928 | 2025-02-25T01:48:20.447Z | Checking nodrop v0.1.14 |
| 2929 | 2025-02-25T01:48:20.545Z | Checking ciborium-io v0.2.2 |
| 2930 | 2025-02-25T01:48:20.603Z | Checking array-init v0.0.4 |
| 2931 | 2025-02-25T01:48:20.636Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2932 | 2025-02-25T01:48:20.713Z | Checking ciborium-ll v0.2.2 |
| 2933 | 2025-02-25T01:48:20.728Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2934 | 2025-02-25T01:48:20.901Z | Checking smallvec v0.6.14 |
| 2935 | 2025-02-25T01:48:21.004Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2936 | 2025-02-25T01:48:21.128Z | Checking libsw v3.3.1 |
| 2937 | 2025-02-25T01:48:21.298Z | Checking linear-map v1.2.0 |
| 2938 | 2025-02-25T01:48:21.387Z | Checking hashbrown v0.12.3 |
| 2939 | 2025-02-25T01:48:21.405Z | Checking swrite v0.1.0 |
| 2940 | 2025-02-25T01:48:21.451Z | Checking termcolor v1.4.1 |
| 2941 | 2025-02-25T01:48:21.540Z | Checking indent_write v2.2.0 |
| 2942 | 2025-02-25T01:48:21.617Z | Checking bitfield v0.14.0 |
| 2943 | 2025-02-25T01:48:21.758Z | Checking ron v0.8.1 |
| 2944 | 2025-02-25T01:48:21.854Z | Checking env_logger v0.10.2 |
| 2945 | 2025-02-25T01:48:21.907Z | Checking serde-hex v0.1.0 |
| 2946 | 2025-02-25T01:48:22.007Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2947 | 2025-02-25T01:48:22.262Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2948 | 2025-02-25T01:48:22.298Z | Checking ciborium v0.2.2 |
| 2949 | 2025-02-25T01:48:22.684Z | Checking steno v0.4.1 |
| 2950 | 2025-02-25T01:48:22.982Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2951 | 2025-02-25T01:48:23.280Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2952 | 2025-02-25T01:48:23.307Z | Checking hashbrown v0.13.2 |
| 2953 | 2025-02-25T01:48:23.528Z | Checking crc-any v2.5.0 |
| 2954 | 2025-02-25T01:48:23.547Z | Checking humantime v2.1.0 |
| 2955 | 2025-02-25T01:48:23.867Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2956 | 2025-02-25T01:48:23.907Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2957 | 2025-02-25T01:48:24.147Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2958 | 2025-02-25T01:48:24.248Z | Checking object v0.30.4 |
| 2959 | 2025-02-25T01:48:24.469Z | Checking path-slash v0.1.5 |
| 2960 | 2025-02-25T01:48:24.500Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2961 | 2025-02-25T01:48:24.704Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2962 | 2025-02-25T01:48:24.884Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2963 | 2025-02-25T01:48:25.037Z | Checking nix v0.27.1 |
| 2964 | 2025-02-25T01:48:25.158Z | Checking tungstenite v0.23.0 |
| 2965 | 2025-02-25T01:48:25.397Z | Checking kstat-rs v0.2.4 |
| 2966 | 2025-02-25T01:48:25.752Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2967 | 2025-02-25T01:48:25.806Z | Checking signal-hook-tokio v0.3.1 |
| 2968 | 2025-02-25T01:48:26.014Z | Checking tokio-tungstenite v0.23.1 |
| 2969 | 2025-02-25T01:48:26.316Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2970 | 2025-02-25T01:48:26.973Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2971 | 2025-02-25T01:48:27.223Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2972 | 2025-02-25T01:48:33.893Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2973 | 2025-02-25T01:48:35.208Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2974 | 2025-02-25T01:48:37.924Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2975 | 2025-02-25T01:48:43.218Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2976 | 2025-02-25T01:48:43.876Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2977 | 2025-02-25T01:48:46.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.98s |
| 2978 | 2025-02-25T01:48:46.743Z | |
| 2979 | 2025-02-25T01:48:46.743Z | info: running `cargo check --bins` on gateway-api (110/199) |
| 2980 | 2025-02-25T01:48:47.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2025-02-25T01:48:47.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2025-02-25T01:48:47.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2983 | 2025-02-25T01:48:47.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2984 | 2025-02-25T01:48:47.407Z | |
| 2985 | 2025-02-25T01:48:47.407Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
| 2986 | 2025-02-25T01:48:51.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2987 | 2025-02-25T01:48:51.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2988 | 2025-02-25T01:48:51.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2989 | 2025-02-25T01:48:51.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2990 | 2025-02-25T01:48:51.800Z | |
| 2991 | 2025-02-25T01:48:51.800Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
| 2992 | 2025-02-25T01:48:51.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2993 | 2025-02-25T01:48:51.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2994 | 2025-02-25T01:48:51.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2995 | 2025-02-25T01:48:51.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2996 | 2025-02-25T01:48:51.800Z | |
| 2997 | 2025-02-25T01:48:51.800Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
| 2998 | 2025-02-25T01:48:51.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2025-02-25T01:48:51.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2025-02-25T01:48:51.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3001 | 2025-02-25T01:48:51.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3002 | 2025-02-25T01:48:51.800Z | |
| 3003 | 2025-02-25T01:48:51.800Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
| 3004 | 2025-02-25T01:48:51.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2025-02-25T01:48:51.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2025-02-25T01:48:51.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2025-02-25T01:48:51.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3008 | 2025-02-25T01:48:51.801Z | |
| 3009 | 2025-02-25T01:48:51.801Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
| 3010 | 2025-02-25T01:48:51.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2025-02-25T01:48:51.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2025-02-25T01:48:51.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2025-02-25T01:48:51.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3014 | 2025-02-25T01:48:51.801Z | |
| 3015 | 2025-02-25T01:48:51.801Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
| 3016 | 2025-02-25T01:48:51.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2025-02-25T01:48:51.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2025-02-25T01:48:51.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3019 | 2025-02-25T01:48:51.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3020 | 2025-02-25T01:48:51.801Z | |
| 3021 | 2025-02-25T01:48:51.801Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
| 3022 | 2025-02-25T01:48:51.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2025-02-25T01:48:51.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2025-02-25T01:48:51.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2025-02-25T01:48:51.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3026 | 2025-02-25T01:48:52.022Z | |
| 3027 | 2025-02-25T01:48:52.022Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
| 3028 | 2025-02-25T01:48:52.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2025-02-25T01:48:52.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2025-02-25T01:48:52.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2025-02-25T01:48:52.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3032 | 2025-02-25T01:48:52.755Z | |
| 3033 | 2025-02-25T01:48:52.755Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
| 3034 | 2025-02-25T01:48:53.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2025-02-25T01:48:53.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2025-02-25T01:48:53.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2025-02-25T01:48:53.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3038 | 2025-02-25T01:48:53.375Z | |
| 3039 | 2025-02-25T01:48:53.375Z | info: running `cargo check --bins` on sp-sim (120/199) |
| 3040 | 2025-02-25T01:48:53.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2025-02-25T01:48:53.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2025-02-25T01:48:54.043Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3043 | 2025-02-25T01:48:54.488Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3044 | 2025-02-25T01:48:56.128Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3045 | 2025-02-25T01:48:57.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 3046 | 2025-02-25T01:48:58.004Z | |
| 3047 | 2025-02-25T01:48:58.004Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
| 3048 | 2025-02-25T01:48:58.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2025-02-25T01:48:58.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2025-02-25T01:48:58.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2025-02-25T01:48:58.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3052 | 2025-02-25T01:48:58.719Z | |
| 3053 | 2025-02-25T01:48:58.720Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
| 3054 | 2025-02-25T01:48:59.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2025-02-25T01:48:59.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2025-02-25T01:48:59.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2025-02-25T01:48:59.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3058 | 2025-02-25T01:48:59.438Z | |
| 3059 | 2025-02-25T01:48:59.438Z | info: running `cargo check --bins` on db-macros (123/199) |
| 3060 | 2025-02-25T01:49:00.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2025-02-25T01:49:00.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2025-02-25T01:49:00.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2025-02-25T01:49:00.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3064 | 2025-02-25T01:49:00.086Z | |
| 3065 | 2025-02-25T01:49:00.086Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
| 3066 | 2025-02-25T01:49:00.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2025-02-25T01:49:00.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2025-02-25T01:49:00.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2025-02-25T01:49:00.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3070 | 2025-02-25T01:49:00.734Z | |
| 3071 | 2025-02-25T01:49:00.734Z | info: running `cargo check --bins` on nexus-auth (125/199) |
| 3072 | 2025-02-25T01:49:01.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2025-02-25T01:49:01.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2025-02-25T01:49:01.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2025-02-25T01:49:01.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3076 | 2025-02-25T01:49:01.443Z | |
| 3077 | 2025-02-25T01:49:01.444Z | info: running `cargo check --bins` on authz-macros (126/199) |
| 3078 | 2025-02-25T01:49:02.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2025-02-25T01:49:02.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2025-02-25T01:49:02.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2025-02-25T01:49:02.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3082 | 2025-02-25T01:49:02.094Z | |
| 3083 | 2025-02-25T01:49:02.094Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
| 3084 | 2025-02-25T01:49:03.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2025-02-25T01:49:03.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2025-02-25T01:49:03.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2025-02-25T01:49:03.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3088 | 2025-02-25T01:49:03.279Z | |
| 3089 | 2025-02-25T01:49:03.279Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
| 3090 | 2025-02-25T01:49:03.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2025-02-25T01:49:03.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2025-02-25T01:49:03.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2025-02-25T01:49:03.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3094 | 2025-02-25T01:49:03.488Z | |
| 3095 | 2025-02-25T01:49:03.489Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
| 3096 | 2025-02-25T01:49:04.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2025-02-25T01:49:04.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2025-02-25T01:49:04.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2025-02-25T01:49:04.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3100 | 2025-02-25T01:49:04.168Z | |
| 3101 | 2025-02-25T01:49:04.169Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
| 3102 | 2025-02-25T01:49:04.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2025-02-25T01:49:04.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2025-02-25T01:49:04.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2025-02-25T01:49:04.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3106 | 2025-02-25T01:49:04.850Z | |
| 3107 | 2025-02-25T01:49:04.850Z | info: running `cargo check --bins` on typed-rng (131/199) |
| 3108 | 2025-02-25T01:49:05.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2025-02-25T01:49:05.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2025-02-25T01:49:05.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2025-02-25T01:49:05.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3112 | 2025-02-25T01:49:05.497Z | |
| 3113 | 2025-02-25T01:49:05.498Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
| 3114 | 2025-02-25T01:49:06.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2025-02-25T01:49:06.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2025-02-25T01:49:06.281Z | Checking keccak v0.1.5 |
| 3117 | 2025-02-25T01:49:06.397Z | Checking secrecy v0.8.0 |
| 3118 | 2025-02-25T01:49:06.400Z | Compiling unicase v2.7.0 |
| 3119 | 2025-02-25T01:49:06.400Z | Compiling same-file v1.0.6 |
| 3120 | 2025-02-25T01:49:06.431Z | Compiling tempfile v3.13.0 |
| 3121 | 2025-02-25T01:49:06.435Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3122 | 2025-02-25T01:49:06.448Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3123 | 2025-02-25T01:49:06.452Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3124 | 2025-02-25T01:49:06.563Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3125 | 2025-02-25T01:49:06.664Z | Compiling walkdir v2.5.0 |
| 3126 | 2025-02-25T01:49:06.697Z | Checking sha3 v0.10.8 |
| 3127 | 2025-02-25T01:49:06.733Z | Checking universal-hash v0.5.1 |
| 3128 | 2025-02-25T01:49:06.879Z | Compiling blake3 v1.5.4 |
| 3129 | 2025-02-25T01:49:06.906Z | Checking opaque-debug v0.3.1 |
| 3130 | 2025-02-25T01:49:06.951Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3131 | 2025-02-25T01:49:07.004Z | Checking poly1305 v0.8.0 |
| 3132 | 2025-02-25T01:49:07.020Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3133 | 2025-02-25T01:49:07.084Z | Checking chacha20 v0.9.1 |
| 3134 | 2025-02-25T01:49:07.168Z | Checking aead v0.5.2 |
| 3135 | 2025-02-25T01:49:07.280Z | Compiling memmap2 v0.9.5 |
| 3136 | 2025-02-25T01:49:07.283Z | Compiling constant_time_eq v0.3.1 |
| 3137 | 2025-02-25T01:49:07.406Z | Compiling arrayvec v0.7.6 |
| 3138 | 2025-02-25T01:49:07.448Z | Compiling salty v0.3.0 |
| 3139 | 2025-02-25T01:49:07.481Z | Compiling libefi-sys v0.1.0 |
| 3140 | 2025-02-25T01:49:07.500Z | Compiling arrayref v0.3.9 |
| 3141 | 2025-02-25T01:49:07.610Z | Checking chacha20poly1305 v0.10.1 |
| 3142 | 2025-02-25T01:49:07.696Z | Compiling toolchain_find v0.4.0 |
| 3143 | 2025-02-25T01:49:07.829Z | Compiling camino-tempfile v1.1.1 |
| 3144 | 2025-02-25T01:49:07.854Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3145 | 2025-02-25T01:49:07.901Z | Compiling bitfield-struct v0.6.2 |
| 3146 | 2025-02-25T01:49:08.152Z | Compiling topological-sort v0.2.2 |
| 3147 | 2025-02-25T01:49:08.253Z | Compiling mime_guess v2.0.5 |
| 3148 | 2025-02-25T01:49:08.272Z | Compiling rustfmt-wrapper v0.2.1 |
| 3149 | 2025-02-25T01:49:08.753Z | Compiling progenitor v0.9.1 |
| 3150 | 2025-02-25T01:49:08.837Z | Compiling omicron-zone-package v0.12.0 |
| 3151 | 2025-02-25T01:49:08.932Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3152 | 2025-02-25T01:49:08.973Z | Checking primeorder v0.13.6 |
| 3153 | 2025-02-25T01:49:09.219Z | Checking env_filter v0.1.2 |
| 3154 | 2025-02-25T01:49:09.235Z | Checking thiserror-no-std v2.0.2 |
| 3155 | 2025-02-25T01:49:09.254Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3156 | 2025-02-25T01:49:09.271Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3157 | 2025-02-25T01:49:09.361Z | Checking vsss-rs v3.3.4 |
| 3158 | 2025-02-25T01:49:09.432Z | Checking p384 v0.13.0 |
| 3159 | 2025-02-25T01:49:09.452Z | Checking env_logger v0.11.5 |
| 3160 | 2025-02-25T01:49:09.455Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3161 | 2025-02-25T01:49:09.604Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3162 | 2025-02-25T01:49:09.604Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3163 | 2025-02-25T01:49:09.813Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3164 | 2025-02-25T01:49:09.878Z | Checking bumpalo v3.16.0 |
| 3165 | 2025-02-25T01:49:10.031Z | Checking lockfree-object-pool v0.1.6 |
| 3166 | 2025-02-25T01:49:10.059Z | Checking simd-adler32 v0.3.7 |
| 3167 | 2025-02-25T01:49:10.210Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 3168 | 2025-02-25T01:49:10.277Z | Compiling zip v2.1.3 |
| 3169 | 2025-02-25T01:49:10.295Z | Checking http-range v0.1.5 |
| 3170 | 2025-02-25T01:49:10.395Z | Checking zopfli v0.8.1 |
| 3171 | 2025-02-25T01:49:10.481Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3172 | 2025-02-25T01:49:10.510Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3173 | 2025-02-25T01:49:10.636Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3174 | 2025-02-25T01:49:10.785Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3175 | 2025-02-25T01:49:11.080Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3176 | 2025-02-25T01:49:11.219Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3177 | 2025-02-25T01:49:11.358Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3178 | 2025-02-25T01:49:11.478Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3179 | 2025-02-25T01:49:11.505Z | Checking atty v0.2.14 |
| 3180 | 2025-02-25T01:49:11.652Z | Checking glob v0.3.2 |
| 3181 | 2025-02-25T01:49:11.856Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3182 | 2025-02-25T01:49:11.876Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3183 | 2025-02-25T01:49:11.895Z | Checking hyper-staticfile v0.10.1 |
| 3184 | 2025-02-25T01:49:11.987Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3185 | 2025-02-25T01:49:12.396Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3186 | 2025-02-25T01:49:13.152Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3187 | 2025-02-25T01:49:13.475Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3188 | 2025-02-25T01:49:13.478Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3189 | 2025-02-25T01:49:13.560Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3190 | 2025-02-25T01:49:13.744Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3191 | 2025-02-25T01:49:13.871Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3192 | 2025-02-25T01:49:14.005Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3193 | 2025-02-25T01:49:14.383Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3194 | 2025-02-25T01:49:14.406Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3195 | 2025-02-25T01:49:14.701Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3196 | 2025-02-25T01:49:14.887Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3197 | 2025-02-25T01:49:17.858Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3198 | 2025-02-25T01:49:17.858Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3199 | 2025-02-25T01:49:26.881Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3200 | 2025-02-25T01:49:40.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.73s |
| 3201 | 2025-02-25T01:49:40.429Z | |
| 3202 | 2025-02-25T01:49:40.429Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
| 3203 | 2025-02-25T01:49:41.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2025-02-25T01:49:41.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2025-02-25T01:49:41.199Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3206 | 2025-02-25T01:49:54.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
| 3207 | 2025-02-25T01:49:54.531Z | |
| 3208 | 2025-02-25T01:49:54.531Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
| 3209 | 2025-02-25T01:49:55.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2025-02-25T01:49:55.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2025-02-25T01:49:55.314Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3212 | 2025-02-25T01:50:08.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s |
| 3213 | 2025-02-25T01:50:08.767Z | |
| 3214 | 2025-02-25T01:50:08.767Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
| 3215 | 2025-02-25T01:50:09.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2025-02-25T01:50:09.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2025-02-25T01:50:09.544Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3218 | 2025-02-25T01:50:22.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
| 3219 | 2025-02-25T01:50:22.942Z | |
| 3220 | 2025-02-25T01:50:22.942Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
| 3221 | 2025-02-25T01:50:23.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2025-02-25T01:50:23.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2025-02-25T01:50:23.706Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3224 | 2025-02-25T01:50:36.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
| 3225 | 2025-02-25T01:50:37.132Z | |
| 3226 | 2025-02-25T01:50:37.132Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
| 3227 | 2025-02-25T01:50:37.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3228 | 2025-02-25T01:50:37.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3229 | 2025-02-25T01:50:38.097Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3230 | 2025-02-25T01:50:51.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
| 3231 | 2025-02-25T01:50:51.384Z | |
| 3232 | 2025-02-25T01:50:51.384Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
| 3233 | 2025-02-25T01:50:52.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3234 | 2025-02-25T01:50:52.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3235 | 2025-02-25T01:50:52.161Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3236 | 2025-02-25T01:51:05.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s |
| 3237 | 2025-02-25T01:51:05.518Z | |
| 3238 | 2025-02-25T01:51:05.518Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
| 3239 | 2025-02-25T01:51:06.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3240 | 2025-02-25T01:51:06.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3241 | 2025-02-25T01:51:06.290Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3242 | 2025-02-25T01:51:19.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s |
| 3243 | 2025-02-25T01:51:19.815Z | |
| 3244 | 2025-02-25T01:51:19.815Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
| 3245 | 2025-02-25T01:51:20.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3246 | 2025-02-25T01:51:20.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3247 | 2025-02-25T01:51:20.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3248 | 2025-02-25T01:51:20.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3249 | 2025-02-25T01:51:20.512Z | |
| 3250 | 2025-02-25T01:51:20.512Z | info: running `cargo check --bins` on key-manager (141/199) |
| 3251 | 2025-02-25T01:51:21.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3252 | 2025-02-25T01:51:21.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3253 | 2025-02-25T01:51:21.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3254 | 2025-02-25T01:51:21.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3255 | 2025-02-25T01:51:21.170Z | |
| 3256 | 2025-02-25T01:51:21.170Z | info: running `cargo check --bins` on range-requests (142/199) |
| 3257 | 2025-02-25T01:51:21.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2025-02-25T01:51:21.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2025-02-25T01:51:21.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3260 | 2025-02-25T01:51:21.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3261 | 2025-02-25T01:51:21.812Z | |
| 3262 | 2025-02-25T01:51:21.812Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
| 3263 | 2025-02-25T01:51:22.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2025-02-25T01:51:22.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2025-02-25T01:51:22.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2025-02-25T01:51:22.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3267 | 2025-02-25T01:51:22.482Z | |
| 3268 | 2025-02-25T01:51:22.482Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
| 3269 | 2025-02-25T01:51:23.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2025-02-25T01:51:23.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2025-02-25T01:51:23.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2025-02-25T01:51:23.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3273 | 2025-02-25T01:51:23.181Z | |
| 3274 | 2025-02-25T01:51:23.181Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
| 3275 | 2025-02-25T01:51:23.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2025-02-25T01:51:23.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2025-02-25T01:51:23.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2025-02-25T01:51:23.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3279 | 2025-02-25T01:51:23.824Z | |
| 3280 | 2025-02-25T01:51:23.824Z | info: running `cargo check --bins` on sled-hardware (146/199) |
| 3281 | 2025-02-25T01:51:24.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2025-02-25T01:51:24.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2025-02-25T01:51:24.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2025-02-25T01:51:24.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3285 | 2025-02-25T01:51:24.497Z | |
| 3286 | 2025-02-25T01:51:24.498Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
| 3287 | 2025-02-25T01:51:25.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2025-02-25T01:51:25.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2025-02-25T01:51:25.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2025-02-25T01:51:25.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3291 | 2025-02-25T01:51:25.455Z | |
| 3292 | 2025-02-25T01:51:25.455Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
| 3293 | 2025-02-25T01:51:25.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2025-02-25T01:51:25.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2025-02-25T01:51:25.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2025-02-25T01:51:25.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3297 | 2025-02-25T01:51:25.867Z | |
| 3298 | 2025-02-25T01:51:25.867Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
| 3299 | 2025-02-25T01:51:26.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2025-02-25T01:51:26.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2025-02-25T01:51:26.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2025-02-25T01:51:26.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3303 | 2025-02-25T01:51:26.553Z | |
| 3304 | 2025-02-25T01:51:26.554Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
| 3305 | 2025-02-25T01:51:27.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2025-02-25T01:51:27.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2025-02-25T01:51:27.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2025-02-25T01:51:27.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3309 | 2025-02-25T01:51:27.254Z | |
| 3310 | 2025-02-25T01:51:27.254Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
| 3311 | 2025-02-25T01:51:27.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2025-02-25T01:51:27.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2025-02-25T01:51:27.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3314 | 2025-02-25T01:51:27.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3315 | 2025-02-25T01:51:27.949Z | |
| 3316 | 2025-02-25T01:51:27.949Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
| 3317 | 2025-02-25T01:51:28.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2025-02-25T01:51:28.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2025-02-25T01:51:28.673Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3320 | 2025-02-25T01:51:28.673Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3321 | 2025-02-25T01:51:29.540Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3322 | 2025-02-25T01:51:31.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 3323 | 2025-02-25T01:51:31.689Z | |
| 3324 | 2025-02-25T01:51:31.689Z | info: running `cargo check --bins` on oximeter-api (153/199) |
| 3325 | 2025-02-25T01:51:32.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2025-02-25T01:51:32.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2025-02-25T01:51:32.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2025-02-25T01:51:32.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3329 | 2025-02-25T01:51:32.351Z | |
| 3330 | 2025-02-25T01:51:32.351Z | info: running `cargo check --bins` on cert-dev (154/199) |
| 3331 | 2025-02-25T01:51:32.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2025-02-25T01:51:32.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2025-02-25T01:51:33.001Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3334 | 2025-02-25T01:51:33.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3335 | 2025-02-25T01:51:33.449Z | |
| 3336 | 2025-02-25T01:51:33.449Z | info: running `cargo check --bins` on clickana (155/199) |
| 3337 | 2025-02-25T01:51:34.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2025-02-25T01:51:34.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2025-02-25T01:51:34.133Z | Checking castaway v0.2.3 |
| 3340 | 2025-02-25T01:51:34.133Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3341 | 2025-02-25T01:51:34.136Z | Checking lru v0.12.5 |
| 3342 | 2025-02-25T01:51:34.136Z | Compiling instability v0.3.2 |
| 3343 | 2025-02-25T01:51:34.136Z | Checking cassowary v0.3.0 |
| 3344 | 2025-02-25T01:51:34.136Z | Checking unicode-truncate v1.1.0 |
| 3345 | 2025-02-25T01:51:34.136Z | Compiling indoc v2.0.5 |
| 3346 | 2025-02-25T01:51:34.374Z | Checking compact_str v0.8.0 |
| 3347 | 2025-02-25T01:51:35.015Z | Checking ratatui v0.29.0 |
| 3348 | 2025-02-25T01:51:35.840Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3349 | 2025-02-25T01:51:36.984Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3350 | 2025-02-25T01:51:37.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
| 3351 | 2025-02-25T01:51:38.010Z | |
| 3352 | 2025-02-25T01:51:38.010Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
| 3353 | 2025-02-25T01:51:38.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2025-02-25T01:51:38.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2025-02-25T01:51:38.731Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3356 | 2025-02-25T01:51:38.734Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3357 | 2025-02-25T01:51:39.734Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3358 | 2025-02-25T01:51:40.191Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3359 | 2025-02-25T01:51:40.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 3360 | 2025-02-25T01:51:40.744Z | |
| 3361 | 2025-02-25T01:51:40.744Z | info: running `cargo check --bins` on ch-dev (157/199) |
| 3362 | 2025-02-25T01:51:41.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2025-02-25T01:51:41.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2025-02-25T01:51:41.439Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3365 | 2025-02-25T01:51:42.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 3366 | 2025-02-25T01:51:42.349Z | |
| 3367 | 2025-02-25T01:51:42.349Z | info: running `cargo check --bins` on crdb-seed (158/199) |
| 3368 | 2025-02-25T01:51:42.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2025-02-25T01:51:42.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2025-02-25T01:51:43.049Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3371 | 2025-02-25T01:51:43.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3372 | 2025-02-25T01:51:43.587Z | |
| 3373 | 2025-02-25T01:51:43.587Z | info: running `cargo check --bins` on db-dev (159/199) |
| 3374 | 2025-02-25T01:51:44.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2025-02-25T01:51:44.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2025-02-25T01:51:44.280Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3377 | 2025-02-25T01:51:45.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3378 | 2025-02-25T01:51:45.210Z | |
| 3379 | 2025-02-25T01:51:45.210Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
| 3380 | 2025-02-25T01:51:45.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2025-02-25T01:51:45.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2025-02-25T01:51:45.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2025-02-25T01:51:45.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3384 | 2025-02-25T01:51:45.889Z | |
| 3385 | 2025-02-25T01:51:45.889Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
| 3386 | 2025-02-25T01:51:46.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2025-02-25T01:51:46.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2025-02-25T01:51:46.534Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3389 | 2025-02-25T01:51:47.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3390 | 2025-02-25T01:51:47.568Z | |
| 3391 | 2025-02-25T01:51:47.568Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
| 3392 | 2025-02-25T01:51:48.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2025-02-25T01:51:48.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2025-02-25T01:51:48.222Z | Checking cargo-platform v0.1.8 |
| 3395 | 2025-02-25T01:51:48.501Z | Checking cargo_metadata v0.18.1 |
| 3396 | 2025-02-25T01:51:49.411Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3397 | 2025-02-25T01:51:50.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
| 3398 | 2025-02-25T01:51:50.422Z | |
| 3399 | 2025-02-25T01:51:50.422Z | info: running `cargo check --bins` on mgs-dev (163/199) |
| 3400 | 2025-02-25T01:51:51.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2025-02-25T01:51:51.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2025-02-25T01:51:51.172Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3403 | 2025-02-25T01:51:52.622Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3404 | 2025-02-25T01:51:53.178Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3405 | 2025-02-25T01:51:53.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 3406 | 2025-02-25T01:51:53.924Z | |
| 3407 | 2025-02-25T01:51:53.924Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
| 3408 | 2025-02-25T01:51:54.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2025-02-25T01:51:54.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2025-02-25T01:51:54.747Z | Compiling crunchy v0.2.2 |
| 3411 | 2025-02-25T01:51:54.750Z | Compiling tiny-keccak v2.0.2 |
| 3412 | 2025-02-25T01:51:54.750Z | Compiling dsl_auto_type v0.1.2 |
| 3413 | 2025-02-25T01:51:54.750Z | Checking scheduled-thread-pool v0.2.7 |
| 3414 | 2025-02-25T01:51:54.750Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3415 | 2025-02-25T01:51:54.919Z | Compiling ascii-canvas v3.0.0 |
| 3416 | 2025-02-25T01:51:54.922Z | Compiling ena v0.14.3 |
| 3417 | 2025-02-25T01:51:54.922Z | Compiling bindgen v0.71.1 |
| 3418 | 2025-02-25T01:51:55.062Z | Checking r2d2 v0.8.10 |
| 3419 | 2025-02-25T01:51:55.230Z | Compiling diff v0.1.13 |
| 3420 | 2025-02-25T01:51:55.250Z | Compiling regex-syntax v0.6.29 |
| 3421 | 2025-02-25T01:51:55.328Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3422 | 2025-02-25T01:51:55.380Z | Compiling ref-cast v1.0.23 |
| 3423 | 2025-02-25T01:51:55.380Z | Compiling rustc-hash v2.1.1 |
| 3424 | 2025-02-25T01:51:55.558Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3425 | 2025-02-25T01:51:55.588Z | Compiling derive_builder_core v0.20.2 |
| 3426 | 2025-02-25T01:51:55.763Z | Compiling libxml v0.3.3 |
| 3427 | 2025-02-25T01:51:55.867Z | Compiling ref-cast-impl v1.0.23 |
| 3428 | 2025-02-25T01:51:55.966Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3429 | 2025-02-25T01:51:56.205Z | Compiling diesel_derives v2.2.3 |
| 3430 | 2025-02-25T01:51:56.219Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3431 | 2025-02-25T01:51:56.235Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3432 | 2025-02-25T01:51:56.459Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3433 | 2025-02-25T01:51:56.554Z | Compiling strum_macros v0.24.3 |
| 3434 | 2025-02-25T01:51:56.822Z | Compiling indoc v1.0.9 |
| 3435 | 2025-02-25T01:51:57.638Z | Compiling derive_builder_macro v0.20.2 |
| 3436 | 2025-02-25T01:51:57.731Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3437 | 2025-02-25T01:51:58.068Z | Compiling oso-derive v0.27.3 |
| 3438 | 2025-02-25T01:51:58.591Z | Compiling lalrpop v0.19.12 |
| 3439 | 2025-02-25T01:51:58.649Z | Checking derive_builder v0.20.2 |
| 3440 | 2025-02-25T01:51:58.815Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3441 | 2025-02-25T01:51:59.079Z | Checking quick-xml v0.37.2 |
| 3442 | 2025-02-25T01:51:59.224Z | Compiling diesel-dtrace v0.4.2 |
| 3443 | 2025-02-25T01:51:59.565Z | Checking maplit v1.0.2 |
| 3444 | 2025-02-25T01:51:59.793Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3445 | 2025-02-25T01:51:59.823Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3446 | 2025-02-25T01:52:00.149Z | Checking bb8 v0.8.5 |
| 3447 | 2025-02-25T01:52:00.467Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3448 | 2025-02-25T01:52:00.634Z | Checking rand_seeder v0.3.0 |
| 3449 | 2025-02-25T01:52:00.829Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3450 | 2025-02-25T01:52:00.899Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3451 | 2025-02-25T01:52:01.043Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3452 | 2025-02-25T01:52:01.107Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3453 | 2025-02-25T01:52:01.340Z | Checking is_ci v1.2.0 |
| 3454 | 2025-02-25T01:52:01.442Z | Checking unicode-linebreak v0.1.5 |
| 3455 | 2025-02-25T01:52:01.498Z | Checking smawk v0.3.2 |
| 3456 | 2025-02-25T01:52:01.713Z | Checking supports-color v3.0.2 |
| 3457 | 2025-02-25T01:52:01.891Z | Checking textwrap v0.16.1 |
| 3458 | 2025-02-25T01:52:01.963Z | Checking multimap v0.10.0 |
| 3459 | 2025-02-25T01:52:03.291Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3460 | 2025-02-25T01:52:04.629Z | Checking diesel v2.2.7 |
| 3461 | 2025-02-25T01:52:20.103Z | Compiling samael v0.0.18 |
| 3462 | 2025-02-25T01:52:37.479Z | Checking async-bb8-diesel v0.2.1 |
| 3463 | 2025-02-25T01:52:38.834Z | Compiling polar-core v0.27.3 |
| 3464 | 2025-02-25T01:52:46.062Z | Checking oso v0.27.3 |
| 3465 | 2025-02-25T01:53:45.879Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3466 | 2025-02-25T01:53:52.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
| 3467 | 2025-02-25T01:53:52.635Z | |
| 3468 | 2025-02-25T01:53:52.636Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
| 3469 | 2025-02-25T01:53:53.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2025-02-25T01:53:53.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2025-02-25T01:53:53.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2025-02-25T01:53:53.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3473 | 2025-02-25T01:53:53.346Z | |
| 3474 | 2025-02-25T01:53:53.346Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
| 3475 | 2025-02-25T01:53:53.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2025-02-25T01:53:53.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2025-02-25T01:53:53.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3478 | 2025-02-25T01:53:53.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3479 | 2025-02-25T01:53:54.056Z | |
| 3480 | 2025-02-25T01:53:54.056Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
| 3481 | 2025-02-25T01:53:54.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2025-02-25T01:53:54.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2025-02-25T01:53:54.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2025-02-25T01:53:54.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3485 | 2025-02-25T01:53:54.729Z | |
| 3486 | 2025-02-25T01:53:54.729Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
| 3487 | 2025-02-25T01:53:55.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2025-02-25T01:53:55.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2025-02-25T01:53:55.659Z | Compiling libz-sys v1.1.20 |
| 3490 | 2025-02-25T01:53:55.659Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3491 | 2025-02-25T01:53:55.780Z | Compiling vergen v8.3.2 |
| 3492 | 2025-02-25T01:53:55.780Z | Compiling cargo-platform v0.1.8 |
| 3493 | 2025-02-25T01:53:55.780Z | Compiling pin-project-internal v1.1.6 |
| 3494 | 2025-02-25T01:53:55.896Z | Compiling libsqlite3-sys v0.30.1 |
| 3495 | 2025-02-25T01:53:55.896Z | Compiling snafu-derive v0.8.5 |
| 3496 | 2025-02-25T01:53:55.896Z | Compiling buf-list v1.0.3 |
| 3497 | 2025-02-25T01:53:56.054Z | Compiling cargo_metadata v0.18.1 |
| 3498 | 2025-02-25T01:53:56.159Z | Compiling rustls v0.21.12 |
| 3499 | 2025-02-25T01:53:56.295Z | Checking globset v0.4.15 |
| 3500 | 2025-02-25T01:53:56.411Z | Checking olpc-cjson v0.1.4 |
| 3501 | 2025-02-25T01:53:56.525Z | Checking rustls-webpki v0.101.7 |
| 3502 | 2025-02-25T01:53:56.545Z | Checking sct v0.7.1 |
| 3503 | 2025-02-25T01:53:56.664Z | Checking serde_plain v1.0.2 |
| 3504 | 2025-02-25T01:53:56.749Z | Checking typed-path v0.9.3 |
| 3505 | 2025-02-25T01:53:57.073Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3506 | 2025-02-25T01:53:57.319Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3507 | 2025-02-25T01:53:57.379Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3508 | 2025-02-25T01:53:57.622Z | Checking hashlink v0.9.1 |
| 3509 | 2025-02-25T01:53:57.699Z | Checking fallible-iterator v0.3.0 |
| 3510 | 2025-02-25T01:53:58.236Z | Checking fallible-streaming-iterator v0.1.9 |
| 3511 | 2025-02-25T01:53:58.326Z | Checking pin-project v1.1.6 |
| 3512 | 2025-02-25T01:53:58.345Z | Checking parse-size v1.1.0 |
| 3513 | 2025-02-25T01:53:58.499Z | Checking rusqlite v0.32.1 |
| 3514 | 2025-02-25T01:53:58.571Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3515 | 2025-02-25T01:53:58.591Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3516 | 2025-02-25T01:53:58.707Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3517 | 2025-02-25T01:53:58.980Z | Checking rustls-pemfile v1.0.4 |
| 3518 | 2025-02-25T01:53:59.181Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3519 | 2025-02-25T01:53:59.388Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3520 | 2025-02-25T01:53:59.448Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3521 | 2025-02-25T01:53:59.470Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3522 | 2025-02-25T01:53:59.578Z | Checking twox-hash v2.1.0 |
| 3523 | 2025-02-25T01:53:59.600Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3524 | 2025-02-25T01:53:59.816Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3525 | 2025-02-25T01:53:59.921Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3526 | 2025-02-25T01:54:00.046Z | Checking tokio-rustls v0.24.1 |
| 3527 | 2025-02-25T01:54:00.279Z | Checking snafu v0.8.5 |
| 3528 | 2025-02-25T01:54:00.701Z | Checking tough v0.19.0 |
| 3529 | 2025-02-25T01:54:01.047Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3530 | 2025-02-25T01:54:01.179Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3531 | 2025-02-25T01:54:01.548Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3532 | 2025-02-25T01:54:01.576Z | Checking fatfs v0.3.6 |
| 3533 | 2025-02-25T01:54:01.790Z | Checking assert_matches v1.5.0 |
| 3534 | 2025-02-25T01:54:04.667Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3535 | 2025-02-25T01:54:05.855Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3536 | 2025-02-25T01:54:08.123Z | Compiling git2 v0.19.0 |
| 3537 | 2025-02-25T01:54:12.100Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3538 | 2025-02-25T01:55:09.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 3539 | 2025-02-25T01:55:09.530Z | |
| 3540 | 2025-02-25T01:55:09.530Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
| 3541 | 2025-02-25T01:55:10.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2025-02-25T01:55:10.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2025-02-25T01:55:10.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2025-02-25T01:55:10.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3545 | 2025-02-25T01:55:10.246Z | |
| 3546 | 2025-02-25T01:55:10.246Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
| 3547 | 2025-02-25T01:55:10.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2025-02-25T01:55:10.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2025-02-25T01:55:10.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2025-02-25T01:55:10.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3551 | 2025-02-25T01:55:10.892Z | |
| 3552 | 2025-02-25T01:55:10.892Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
| 3553 | 2025-02-25T01:55:11.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2025-02-25T01:55:11.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2025-02-25T01:55:11.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2025-02-25T01:55:11.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3557 | 2025-02-25T01:55:11.598Z | |
| 3558 | 2025-02-25T01:55:11.598Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
| 3559 | 2025-02-25T01:55:12.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2025-02-25T01:55:12.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2025-02-25T01:55:12.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2025-02-25T01:55:12.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3563 | 2025-02-25T01:55:12.313Z | |
| 3564 | 2025-02-25T01:55:12.313Z | info: running `cargo check --bins` on nexus-networking (173/199) |
| 3565 | 2025-02-25T01:55:12.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2025-02-25T01:55:12.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2025-02-25T01:55:12.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2025-02-25T01:55:12.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3569 | 2025-02-25T01:55:13.023Z | |
| 3570 | 2025-02-25T01:55:13.023Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
| 3571 | 2025-02-25T01:55:13.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2025-02-25T01:55:13.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2025-02-25T01:55:13.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2025-02-25T01:55:13.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3575 | 2025-02-25T01:55:13.725Z | |
| 3576 | 2025-02-25T01:55:13.725Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
| 3577 | 2025-02-25T01:55:14.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2025-02-25T01:55:14.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2025-02-25T01:55:14.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2025-02-25T01:55:14.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3581 | 2025-02-25T01:55:14.436Z | |
| 3582 | 2025-02-25T01:55:14.436Z | info: running `cargo check --bins` on update-common (176/199) |
| 3583 | 2025-02-25T01:55:15.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2025-02-25T01:55:15.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2025-02-25T01:55:15.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2025-02-25T01:55:15.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3587 | 2025-02-25T01:55:15.125Z | |
| 3588 | 2025-02-25T01:55:15.125Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
| 3589 | 2025-02-25T01:55:15.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-02-25T01:55:15.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-02-25T01:55:15.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2025-02-25T01:55:15.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3593 | 2025-02-25T01:55:15.809Z | |
| 3594 | 2025-02-25T01:55:15.809Z | info: running `cargo check --bins` on tufaceous (178/199) |
| 3595 | 2025-02-25T01:55:16.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2025-02-25T01:55:16.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2025-02-25T01:55:16.514Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3598 | 2025-02-25T01:55:16.808Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3599 | 2025-02-25T01:55:17.808Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3600 | 2025-02-25T01:55:18.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
| 3601 | 2025-02-25T01:55:18.799Z | |
| 3602 | 2025-02-25T01:55:18.799Z | info: running `cargo check --bins` on omicron-dev (179/199) |
| 3603 | 2025-02-25T01:55:19.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2025-02-25T01:55:19.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2025-02-25T01:55:19.691Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3606 | 2025-02-25T01:55:19.694Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3607 | 2025-02-25T01:55:19.832Z | Checking diff v0.1.13 |
| 3608 | 2025-02-25T01:55:19.832Z | Checking yansi v1.0.1 |
| 3609 | 2025-02-25T01:55:19.835Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3610 | 2025-02-25T01:55:19.846Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3611 | 2025-02-25T01:55:20.248Z | Checking pretty_assertions v1.4.1 |
| 3612 | 2025-02-25T01:55:20.893Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3613 | 2025-02-25T01:55:47.996Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3614 | 2025-02-25T01:55:47.997Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3615 | 2025-02-25T01:55:47.999Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3616 | 2025-02-25T01:55:47.999Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3617 | 2025-02-25T01:55:47.999Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3618 | 2025-02-25T01:55:47.999Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3619 | 2025-02-25T01:55:48.808Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3620 | 2025-02-25T01:55:50.021Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3621 | 2025-02-25T01:56:31.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 3622 | 2025-02-25T01:56:31.983Z | |
| 3623 | 2025-02-25T01:56:31.983Z | info: running `cargo check --bins` on openapi-manager (180/199) |
| 3624 | 2025-02-25T01:56:32.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2025-02-25T01:56:32.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2025-02-25T01:56:32.729Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3627 | 2025-02-25T01:56:32.729Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3628 | 2025-02-25T01:56:32.732Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3629 | 2025-02-25T01:56:32.861Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3630 | 2025-02-25T01:56:32.873Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3631 | 2025-02-25T01:56:32.876Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3632 | 2025-02-25T01:56:32.904Z | Checking papergrid v0.14.0 |
| 3633 | 2025-02-25T01:56:32.925Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 3634 | 2025-02-25T01:56:33.099Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 3635 | 2025-02-25T01:56:33.207Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3636 | 2025-02-25T01:56:33.468Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3637 | 2025-02-25T01:56:33.606Z | Compiling proc-macro-error2 v2.0.1 |
| 3638 | 2025-02-25T01:56:34.230Z | Compiling tabled_derive v0.10.0 |
| 3639 | 2025-02-25T01:56:34.351Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3640 | 2025-02-25T01:56:34.673Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 3641 | 2025-02-25T01:56:34.678Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3642 | 2025-02-25T01:56:35.044Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3643 | 2025-02-25T01:56:35.200Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3644 | 2025-02-25T01:56:35.673Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3645 | 2025-02-25T01:56:35.734Z | Checking heck v0.4.1 |
| 3646 | 2025-02-25T01:56:35.953Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3647 | 2025-02-25T01:56:36.051Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3648 | 2025-02-25T01:56:36.378Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3649 | 2025-02-25T01:56:36.775Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3650 | 2025-02-25T01:56:36.817Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3651 | 2025-02-25T01:56:36.897Z | Checking tabled v0.18.0 |
| 3652 | 2025-02-25T01:56:37.138Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3653 | 2025-02-25T01:56:37.257Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3654 | 2025-02-25T01:56:37.357Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3655 | 2025-02-25T01:56:38.982Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3656 | 2025-02-25T01:56:38.983Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3657 | 2025-02-25T01:56:41.952Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3658 | 2025-02-25T01:56:43.526Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3659 | 2025-02-25T01:56:48.178Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3660 | 2025-02-25T01:56:48.178Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3661 | 2025-02-25T01:56:49.432Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3662 | 2025-02-25T01:56:50.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.44s |
| 3663 | 2025-02-25T01:56:50.636Z | |
| 3664 | 2025-02-25T01:56:50.636Z | info: running `cargo check --bins` on installinator-api (181/199) |
| 3665 | 2025-02-25T01:56:51.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2025-02-25T01:56:51.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2025-02-25T01:56:51.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2025-02-25T01:56:51.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3669 | 2025-02-25T01:56:51.323Z | |
| 3670 | 2025-02-25T01:56:51.323Z | info: running `cargo check --bins` on wicketd-api (182/199) |
| 3671 | 2025-02-25T01:56:51.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2025-02-25T01:56:51.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2025-02-25T01:56:51.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2025-02-25T01:56:51.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3675 | 2025-02-25T01:56:52.020Z | |
| 3676 | 2025-02-25T01:56:52.020Z | info: running `cargo check --bins` on omicron-pins (183/199) |
| 3677 | 2025-02-25T01:56:52.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2025-02-25T01:56:52.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2025-02-25T01:56:52.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2025-02-25T01:56:52.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3681 | 2025-02-25T01:56:52.666Z | |
| 3682 | 2025-02-25T01:56:52.666Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
| 3683 | 2025-02-25T01:56:53.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2025-02-25T01:56:53.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2025-02-25T01:56:53.394Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3686 | 2025-02-25T01:56:53.394Z | Compiling petname v2.0.2 |
| 3687 | 2025-02-25T01:56:53.397Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3688 | 2025-02-25T01:56:53.397Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3689 | 2025-02-25T01:56:53.397Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3690 | 2025-02-25T01:56:53.397Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3691 | 2025-02-25T01:56:53.397Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3692 | 2025-02-25T01:56:53.397Z | Checking sync-ptr v0.1.1 |
| 3693 | 2025-02-25T01:56:58.676Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3694 | 2025-02-25T01:56:59.276Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3695 | 2025-02-25T01:57:00.468Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3696 | 2025-02-25T01:57:02.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
| 3697 | 2025-02-25T01:57:02.210Z | |
| 3698 | 2025-02-25T01:57:02.211Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
| 3699 | 2025-02-25T01:57:02.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2025-02-25T01:57:02.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2025-02-25T01:57:02.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2025-02-25T01:57:02.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3703 | 2025-02-25T01:57:02.909Z | |
| 3704 | 2025-02-25T01:57:02.909Z | info: running `cargo check --bins` on omicron-releng (186/199) |
| 3705 | 2025-02-25T01:57:03.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2025-02-25T01:57:03.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2025-02-25T01:57:03.622Z | Checking memmap2 v0.9.5 |
| 3708 | 2025-02-25T01:57:03.622Z | Checking arrayvec v0.7.6 |
| 3709 | 2025-02-25T01:57:03.625Z | Checking arrayref v0.3.9 |
| 3710 | 2025-02-25T01:57:03.625Z | Checking constant_time_eq v0.3.1 |
| 3711 | 2025-02-25T01:57:03.625Z | Checking topological-sort v0.2.2 |
| 3712 | 2025-02-25T01:57:03.625Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3713 | 2025-02-25T01:57:03.733Z | Checking shell-words v1.1.0 |
| 3714 | 2025-02-25T01:57:04.034Z | Checking blake3 v1.5.4 |
| 3715 | 2025-02-25T01:57:04.371Z | Checking omicron-zone-package v0.12.0 |
| 3716 | 2025-02-25T01:57:05.478Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3717 | 2025-02-25T01:57:06.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
| 3718 | 2025-02-25T01:57:06.573Z | |
| 3719 | 2025-02-25T01:57:06.573Z | info: running `cargo check --bins` on xtask (187/199) |
| 3720 | 2025-02-25T01:57:07.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2025-02-25T01:57:07.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2025-02-25T01:57:07.039Z | Checking bitflags v2.6.0 |
| 3723 | 2025-02-25T01:57:07.042Z | Checking serde v1.0.218 |
| 3724 | 2025-02-25T01:57:07.042Z | Checking thiserror v1.0.69 |
| 3725 | 2025-02-25T01:57:07.133Z | Checking scroll v0.12.0 |
| 3726 | 2025-02-25T01:57:07.136Z | Checking hashbrown v0.15.1 |
| 3727 | 2025-02-25T01:57:07.140Z | Checking log v0.4.22 |
| 3728 | 2025-02-25T01:57:07.148Z | Checking zerocopy v0.7.35 |
| 3729 | 2025-02-25T01:57:07.173Z | Checking syn v2.0.96 |
| 3730 | 2025-02-25T01:57:07.244Z | Checking pest v2.7.14 |
| 3731 | 2025-02-25T01:57:07.378Z | Checking rustix v0.38.37 |
| 3732 | 2025-02-25T01:57:07.410Z | Checking once_cell v1.20.3 |
| 3733 | 2025-02-25T01:57:07.555Z | Checking goblin v0.8.2 |
| 3734 | 2025-02-25T01:57:07.713Z | Checking fs-err v2.11.0 |
| 3735 | 2025-02-25T01:57:08.020Z | Checking anyhow v1.0.96 |
| 3736 | 2025-02-25T01:57:08.087Z | Checking indexmap v2.7.1 |
| 3737 | 2025-02-25T01:57:08.298Z | Checking tabled v0.15.0 |
| 3738 | 2025-02-25T01:57:09.143Z | Checking terminal_size v0.4.0 |
| 3739 | 2025-02-25T01:57:09.143Z | Checking tempfile v3.13.0 |
| 3740 | 2025-02-25T01:57:09.370Z | Checking clap_builder v4.5.30 |
| 3741 | 2025-02-25T01:57:09.590Z | Checking dtrace-parser v0.2.0 |
| 3742 | 2025-02-25T01:57:11.022Z | Checking serde_json v1.0.139 |
| 3743 | 2025-02-25T01:57:11.022Z | Checking toml_datetime v0.6.8 |
| 3744 | 2025-02-25T01:57:11.025Z | Checking serde_spanned v0.6.8 |
| 3745 | 2025-02-25T01:57:11.025Z | Checking camino v1.1.9 |
| 3746 | 2025-02-25T01:57:11.025Z | Checking semver v1.0.25 |
| 3747 | 2025-02-25T01:57:11.213Z | Checking cargo-platform v0.1.8 |
| 3748 | 2025-02-25T01:57:11.369Z | Checking toml_edit v0.22.22 |
| 3749 | 2025-02-25T01:57:11.385Z | Checking macaddr v1.0.1 |
| 3750 | 2025-02-25T01:57:11.533Z | Checking camino-tempfile v1.1.1 |
| 3751 | 2025-02-25T01:57:11.804Z | Checking clap v4.5.30 |
| 3752 | 2025-02-25T01:57:12.166Z | Checking dof v0.3.0 |
| 3753 | 2025-02-25T01:57:12.166Z | Checking cargo_metadata v0.18.1 |
| 3754 | 2025-02-25T01:57:12.562Z | Checking usdt-impl v0.5.0 |
| 3755 | 2025-02-25T01:57:12.936Z | Checking usdt v0.5.0 |
| 3756 | 2025-02-25T01:57:13.147Z | Checking toml v0.8.19 |
| 3757 | 2025-02-25T01:57:13.582Z | Checking cargo_toml v0.20.5 |
| 3758 | 2025-02-25T01:57:14.750Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3759 | 2025-02-25T01:57:15.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.76s |
| 3760 | 2025-02-25T01:57:15.453Z | |
| 3761 | 2025-02-25T01:57:15.454Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
| 3762 | 2025-02-25T01:57:16.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2025-02-25T01:57:16.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2025-02-25T01:57:16.396Z | Checking polyval v0.6.2 |
| 3765 | 2025-02-25T01:57:16.447Z | Checking ctr v0.9.2 |
| 3766 | 2025-02-25T01:57:16.447Z | Checking ssh-encoding v0.2.0 |
| 3767 | 2025-02-25T01:57:16.447Z | Checking blowfish v0.9.1 |
| 3768 | 2025-02-25T01:57:16.486Z | Checking password-hash v0.4.2 |
| 3769 | 2025-02-25T01:57:16.486Z | Checking p256 v0.13.2 |
| 3770 | 2025-02-25T01:57:16.486Z | Checking p521 v0.13.3 |
| 3771 | 2025-02-25T01:57:16.540Z | Checking russh-cryptovec v0.7.3 |
| 3772 | 2025-02-25T01:57:16.647Z | Checking ghash v0.5.1 |
| 3773 | 2025-02-25T01:57:16.706Z | Checking bcrypt-pbkdf v0.10.0 |
| 3774 | 2025-02-25T01:57:16.706Z | Checking md5 v0.7.0 |
| 3775 | 2025-02-25T01:57:16.778Z | Checking num-bigint v0.4.6 |
| 3776 | 2025-02-25T01:57:16.778Z | Checking des v0.8.1 |
| 3777 | 2025-02-25T01:57:16.846Z | Checking aes-gcm v0.10.3 |
| 3778 | 2025-02-25T01:57:16.846Z | Checking pbkdf2 v0.11.0 |
| 3779 | 2025-02-25T01:57:16.906Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3780 | 2025-02-25T01:57:16.992Z | Checking hex-literal v0.4.1 |
| 3781 | 2025-02-25T01:57:17.084Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3782 | 2025-02-25T01:57:17.084Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3783 | 2025-02-25T01:57:17.084Z | Checking ssh-cipher v0.2.0 |
| 3784 | 2025-02-25T01:57:17.113Z | Checking internet-checksum v0.2.1 |
| 3785 | 2025-02-25T01:57:17.330Z | Checking ssh-key v0.6.6 |
| 3786 | 2025-02-25T01:57:17.549Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3787 | 2025-02-25T01:57:18.412Z | Checking russh-keys v0.45.0 |
| 3788 | 2025-02-25T01:57:19.254Z | Checking russh v0.45.0 |
| 3789 | 2025-02-25T01:57:37.524Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3790 | 2025-02-25T01:57:38.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.43s |
| 3791 | 2025-02-25T01:57:39.100Z | |
| 3792 | 2025-02-25T01:57:39.100Z | info: running `cargo check --bins` on gateway-cli (189/199) |
| 3793 | 2025-02-25T01:57:39.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2025-02-25T01:57:39.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2025-02-25T01:57:39.788Z | Checking termios v0.3.3 |
| 3796 | 2025-02-25T01:57:40.032Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3797 | 2025-02-25T01:57:40.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 3798 | 2025-02-25T01:57:41.012Z | |
| 3799 | 2025-02-25T01:57:41.012Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
| 3800 | 2025-02-25T01:57:41.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2025-02-25T01:57:41.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2025-02-25T01:57:41.728Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3803 | 2025-02-25T01:57:41.728Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3804 | 2025-02-25T01:57:41.731Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3805 | 2025-02-25T01:57:41.731Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3806 | 2025-02-25T01:57:42.742Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3807 | 2025-02-25T01:57:43.968Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3808 | 2025-02-25T01:57:45.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 3809 | 2025-02-25T01:57:45.930Z | |
| 3810 | 2025-02-25T01:57:45.930Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
| 3811 | 2025-02-25T01:57:46.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2025-02-25T01:57:46.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2025-02-25T01:57:46.604Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3814 | 2025-02-25T01:57:47.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3815 | 2025-02-25T01:57:47.261Z | |
| 3816 | 2025-02-25T01:57:47.261Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
| 3817 | 2025-02-25T01:57:47.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2025-02-25T01:57:47.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2025-02-25T01:57:47.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2025-02-25T01:57:47.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3821 | 2025-02-25T01:57:47.910Z | |
| 3822 | 2025-02-25T01:57:47.910Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
| 3823 | 2025-02-25T01:57:48.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2025-02-25T01:57:48.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2025-02-25T01:57:48.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3826 | 2025-02-25T01:57:48.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3827 | 2025-02-25T01:57:48.561Z | |
| 3828 | 2025-02-25T01:57:48.561Z | info: running `cargo check --bins` on omicron-package (194/199) |
| 3829 | 2025-02-25T01:57:49.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2025-02-25T01:57:49.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2025-02-25T01:57:49.260Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3832 | 2025-02-25T01:57:50.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 3833 | 2025-02-25T01:57:50.803Z | |
| 3834 | 2025-02-25T01:57:50.803Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
| 3835 | 2025-02-25T01:57:51.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2025-02-25T01:57:51.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2025-02-25T01:57:51.542Z | Checking rtoolbox v0.0.2 |
| 3838 | 2025-02-25T01:57:51.542Z | Checking tui-tree-widget v0.23.0 |
| 3839 | 2025-02-25T01:57:51.547Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3840 | 2025-02-25T01:57:51.789Z | Checking rpassword v7.3.1 |
| 3841 | 2025-02-25T01:57:56.419Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3842 | 2025-02-25T01:57:59.298Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3843 | 2025-02-25T01:58:00.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.67s |
| 3844 | 2025-02-25T01:58:00.665Z | |
| 3845 | 2025-02-25T01:58:00.665Z | info: running `cargo check --bins` on wicket (196/199) |
| 3846 | 2025-02-25T01:58:01.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-02-25T01:58:01.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-02-25T01:58:01.417Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3849 | 2025-02-25T01:58:01.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3850 | 2025-02-25T01:58:02.031Z | |
| 3851 | 2025-02-25T01:58:02.031Z | info: running `cargo check --bins` on wicketd (197/199) |
| 3852 | 2025-02-25T01:58:02.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-02-25T01:58:02.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-02-25T01:58:02.777Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3855 | 2025-02-25T01:58:02.779Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3856 | 2025-02-25T01:58:03.615Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3857 | 2025-02-25T01:58:07.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
| 3858 | 2025-02-25T01:58:07.706Z | |
| 3859 | 2025-02-25T01:58:07.706Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
| 3860 | 2025-02-25T01:58:08.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2025-02-25T01:58:08.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2025-02-25T01:58:08.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2025-02-25T01:58:08.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3864 | 2025-02-25T01:58:08.346Z | |
| 3865 | 2025-02-25T01:58:08.347Z | info: running `cargo check --bins` on zone-setup (199/199) |
| 3866 | 2025-02-25T01:58:08.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2025-02-25T01:58:08.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2025-02-25T01:58:09.140Z | Checking uzers v0.12.1 |
| 3869 | 2025-02-25T01:58:09.459Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3870 | 2025-02-25T01:58:10.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 3871 | 2025-02-25T01:58:10.767Z | |
| 3872 | 2025-02-25T01:58:10.767Z | real 13:51.478271185 |
| 3873 | 2025-02-25T01:58:10.767Z | user 27:53.944461848 |
| 3874 | 2025-02-25T01:58:10.767Z | sys 4:22.326738368 |
| 3875 | 2025-02-25T01:58:10.767Z | trap 0.582734538 |
| 3876 | 2025-02-25T01:58:10.767Z | tflt 0.555624936 |
| 3877 | 2025-02-25T01:58:10.767Z | dflt 1.696863118 |
| 3878 | 2025-02-25T01:58:10.773Z | kflt 0.000952336 |
| 3879 | 2025-02-25T01:58:10.773Z | lock 47:42.095091176 |
| 3880 | 2025-02-25T01:58:10.773Z | slp 2:14:05.721576927 |
| 3881 | 2025-02-25T01:58:10.773Z | lat 1:06.907921853 |
| 3882 | 2025-02-25T01:58:10.773Z | stop 3:54.952794391 |
| 3883 | 2025-02-25T01:58:10.773Z | process exited: duration 1135791 ms, exit code 0 |
| |
| 3884 | 2025-02-25T01:58:10.783Z | found 0 output files |