|
|
|
| 1 | 2025-02-25T01:27:50.052Z | job assigned to worker 01JMXBDPTDRB0FG2GX1P56B4SA [factory aws, i-071d7043468e1d156] (queued for 46 m 13 s) |
| |
| 2 | 2025-02-25T01:27:58.665Z | starting task 0: "setup" |
| 3 | 2025-02-25T01:27:58.670Z | ++ uname -s |
| 4 | 2025-02-25T01:27:58.673Z | + kern=SunOS |
| 5 | 2025-02-25T01:27:58.674Z | + build_user=build |
| 6 | 2025-02-25T01:27:58.674Z | + build_uid=12345 |
| 7 | 2025-02-25T01:27:58.674Z | + work_dir=/work |
| 8 | 2025-02-25T01:27:58.674Z | + input_dir=/input |
| 9 | 2025-02-25T01:27:58.674Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-25T01:27:58.674Z | + case "$kern" in |
| 11 | 2025-02-25T01:27:58.674Z | + groupadd -g 12345 build |
| 12 | 2025-02-25T01:27:58.677Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-25T01:28:00.682Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-25T01:28:00.780Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-25T01:28:00.783Z | + home_fs=zfs |
| 16 | 2025-02-25T01:28:00.783Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-25T01:28:00.783Z | + mkdir -p /home/build |
| 18 | 2025-02-25T01:28:00.785Z | + chown build:build /home/build /work |
| 19 | 2025-02-25T01:28:02.787Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-25T01:28:02.789Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2025-02-25T01:28:02.795Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-25T01:28:02.800Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-25T01:28:02.800Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-25T01:28:02.800Z | * rust toolchain profile = "default" |
| 25 | 2025-02-25T01:28:02.800Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-02-25T01:28:02.800Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-25T01:28:02.801Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-25T01:28:02.804Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-25T01:28:02.804Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-25T01:28:02.913Z | info: downloading installer |
| 31 | 2025-02-25T01:28:04.416Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-25T01:28:04.416Z | warning: /opt/ooce/bin |
| 33 | 2025-02-25T01:28:04.416Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-25T01:28:04.416Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-25T01:28:04.416Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-25T01:28:04.416Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-25T01:28:04.416Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-25T01:28:04.416Z | error: cannot install while Rust is installed |
| 39 | 2025-02-25T01:28:04.416Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-25T01:28:04.466Z | info: profile set to 'default' |
| 41 | 2025-02-25T01:28:04.466Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-25T01:28:04.469Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-25T01:28:04.622Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-25T01:28:04.622Z | info: downloading component 'cargo' |
| 45 | 2025-02-25T01:28:05.376Z | info: downloading component 'clippy' |
| 46 | 2025-02-25T01:28:05.668Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-25T01:28:06.819Z | info: downloading component 'rust-std' |
| 48 | 2025-02-25T01:28:08.533Z | info: downloading component 'rustc' |
| 49 | 2025-02-25T01:28:14.316Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-25T01:28:14.553Z | info: installing component 'cargo' |
| 51 | 2025-02-25T01:28:15.369Z | info: installing component 'clippy' |
| 52 | 2025-02-25T01:28:15.751Z | info: installing component 'rust-docs' |
| 53 | 2025-02-25T01:28:17.491Z | info: installing component 'rust-std' |
| 54 | 2025-02-25T01:28:19.393Z | info: installing component 'rustc' |
| 55 | 2025-02-25T01:28:25.216Z | info: installing component 'rustfmt' |
| 56 | 2025-02-25T01:28:25.547Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-25T01:28:25.547Z | |
| 58 | 2025-02-25T01:28:25.915Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-25T01:28:25.915Z | |
| 60 | 2025-02-25T01:28:25.917Z | |
| 61 | 2025-02-25T01:28:25.917Z | Rust is installed now. Great! |
| 62 | 2025-02-25T01:28:25.917Z | |
| 63 | 2025-02-25T01:28:25.917Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-25T01:28:25.918Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-25T01:28:25.918Z | |
| 66 | 2025-02-25T01:28:25.918Z | To configure your current shell, you need to source |
| 67 | 2025-02-25T01:28:25.918Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-25T01:28:25.918Z | |
| 69 | 2025-02-25T01:28:25.918Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-25T01:28:25.918Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-25T01:28:25.918Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-25T01:28:25.980Z | + rustup --version |
| 73 | 2025-02-25T01:28:25.988Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-25T01:28:25.988Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-25T01:28:26.068Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-25T01:28:26.071Z | + cargo --version |
| 77 | 2025-02-25T01:28:26.128Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-25T01:28:26.131Z | + rustc --version |
| 79 | 2025-02-25T01:28:26.193Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-25T01:28:26.196Z | process exited: duration 23397 ms, exit code 0 |
| |
| 81 | 2025-02-25T01:28:26.202Z | starting task 2: "authentication" |
| 82 | 2025-02-25T01:28:26.224Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-02-25T01:28:26.232Z | starting task 3: "clone repository" |
| 84 | 2025-02-25T01:28:26.236Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-25T01:28:26.239Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-25T01:28:26.516Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-25T01:28:33.907Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-25T01:28:33.907Z | + git fetch origin 804b2ee5bcfea29637e6d28381ef63b58b391875 |
| 89 | 2025-02-25T01:28:34.202Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-25T01:28:34.202Z | * branch 804b2ee5bcfea29637e6d28381ef63b58b391875 -> FETCH_HEAD |
| 91 | 2025-02-25T01:28:34.212Z | + [[ -n aa-group-of-group ]] |
| 92 | 2025-02-25T01:28:34.215Z | ++ git branch --show-current |
| 93 | 2025-02-25T01:28:34.218Z | + current=main |
| 94 | 2025-02-25T01:28:34.218Z | + [[ main != aa-group-of-group ]] |
| 95 | 2025-02-25T01:28:34.218Z | + git branch -f aa-group-of-group 804b2ee5bcfea29637e6d28381ef63b58b391875 |
| 96 | 2025-02-25T01:28:34.221Z | + git checkout -f aa-group-of-group |
| 97 | 2025-02-25T01:28:34.402Z | Switched to branch 'aa-group-of-group' |
| 98 | 2025-02-25T01:28:34.405Z | + git reset --hard 804b2ee5bcfea29637e6d28381ef63b58b391875 |
| 99 | 2025-02-25T01:28:34.588Z | HEAD is now at 804b2ee5b Merge branch 'vmm-reduce-contention' into aa-group-of-group |
| 100 | 2025-02-25T01:28:34.591Z | process exited: duration 8358 ms, exit code 0 |
| |
| 101 | 2025-02-25T01:28:34.597Z | starting task 4: "build" |
| 102 | 2025-02-25T01:28:34.602Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-25T01:28:34.605Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-25T01:28:34.605Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-25T01:28:34.605Z | + cargo --version |
| 106 | 2025-02-25T01:28:34.654Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-25T01:28:34.657Z | + rustc --version |
| 108 | 2025-02-25T01:28:34.720Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-25T01:28:34.723Z | + source ./env.sh |
| 110 | 2025-02-25T01:28:34.723Z | ++ OLD_SHELL_OPTS=ehxB |
| 111 | 2025-02-25T01:28:34.723Z | ++ set -o xtrace |
| 112 | 2025-02-25T01:28:34.725Z | ++++ dirname ./env.sh |
| 113 | 2025-02-25T01:28:34.728Z | +++ readlink -f . |
| 114 | 2025-02-25T01:28:34.871Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 115 | 2025-02-25T01:28:34.874Z | ++ 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:28:34.874Z | ++ 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:28:34.874Z | ++ 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:28:34.874Z | ++ 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:28:34.874Z | ++ 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:28:34.874Z | ++ 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:28:34.875Z | ++ 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:28:34.875Z | ++ 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:28:34.875Z | ++ case $OLD_SHELL_OPTS in |
| 124 | 2025-02-25T01:28:34.875Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 125 | 2025-02-25T01:28:34.875Z | + 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:28:34.875Z | + 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:28:34.875Z | + banner prerequisites |
| 128 | 2025-02-25T01:28:35.005Z | |
| 129 | 2025-02-25T01:28:35.005Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 130 | 2025-02-25T01:28:35.005Z | # # # # # # # # # # # # # # # |
| 131 | 2025-02-25T01:28:35.005Z | # # # # ##### # # ##### # # # # # #### # |
| 132 | 2025-02-25T01:28:35.005Z | ##### ##### # ##### # # # # # # # # # |
| 133 | 2025-02-25T01:28:35.005Z | # # # # # # # # # # # # # # # |
| 134 | 2025-02-25T01:28:35.005Z | # # # ###### # # ###### ### # #### # #### # |
| 135 | 2025-02-25T01:28:35.005Z | |
| 136 | 2025-02-25T01:28:35.008Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 137 | 2025-02-25T01:28:47.294Z | pkg list: illegal option -- F |
| 138 | 2025-02-25T01:28:47.294Z | Usage: |
| 139 | 2025-02-25T01:28:47.296Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 140 | 2025-02-25T01:28:47.296Z | [pkg_fmri_pattern ...] |
| 141 | 2025-02-25T01:28:48.144Z | pkg list: illegal option -- F |
| 142 | 2025-02-25T01:28:48.144Z | Usage: |
| 143 | 2025-02-25T01:28:48.147Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 144 | 2025-02-25T01:28:48.147Z | [pkg_fmri_pattern ...] |
| 145 | 2025-02-25T01:28:55.921Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 146 | 2025-02-25T01:29:00.484Z | Startup: Caching catalogs ... Done |
| 147 | 2025-02-25T01:29:13.750Z | Planning: Solver setup ... Done (12.344s) |
| 148 | 2025-02-25T01:29:13.904Z | Planning: Running solver ... Done (0.154s) |
| 149 | 2025-02-25T01:29:14.730Z | Planning: Finding local manifests ... Done (0.380s) |
| 150 | 2025-02-25T01:29:14.735Z | Planning: Fetching manifests: 0/7 0% complete |
| 151 | 2025-02-25T01:29:15.245Z | Planning: Fetching manifests: 7/7 100% complete |
| 152 | 2025-02-25T01:29:16.159Z | Planning: Package planning ... Done (0.914s) |
| 153 | 2025-02-25T01:29:16.218Z | Planning: Merging actions ... Done (0.059s) |
| 154 | 2025-02-25T01:29:17.609Z | Planning: Checking for conflicting actions ... Done (1.391s) |
| 155 | 2025-02-25T01:29:26.406Z | Planning: Consolidating action changes ... Done (8.795s) |
| 156 | 2025-02-25T01:29:26.787Z | Planning: Evaluating mediators ... Done (0.376s) |
| 157 | 2025-02-25T01:29:26.958Z | Planning: Planning completed in 26.37 seconds |
| 158 | 2025-02-25T01:29:27.497Z | Packages to install: 4 |
| 159 | 2025-02-25T01:29:27.497Z | Packages to update: 3 |
| 160 | 2025-02-25T01:29:27.501Z | Mediators to change: 2 |
| 161 | 2025-02-25T01:29:27.501Z | Services to change: 1 |
| 162 | 2025-02-25T01:29:27.501Z | Estimated space available: 155.61 GB |
| 163 | 2025-02-25T01:29:27.501Z | Estimated space to be consumed: 1.66 GB |
| 164 | 2025-02-25T01:29:27.501Z | Create boot environment: No |
| 165 | 2025-02-25T01:29:27.501Z | Create backup boot environment: Yes |
| 166 | 2025-02-25T01:29:27.501Z | Rebuild boot archive: No |
| 167 | 2025-02-25T01:29:27.501Z | |
| 168 | 2025-02-25T01:29:27.501Z | Changed mediators: |
| 169 | 2025-02-25T01:29:27.501Z | mediator clang: |
| 170 | 2025-02-25T01:29:27.501Z | version: None -> 15 (system default) |
| 171 | 2025-02-25T01:29:27.501Z | |
| 172 | 2025-02-25T01:29:27.501Z | mediator llvm: |
| 173 | 2025-02-25T01:29:27.501Z | version: 14 (system default) -> 15 (system default) |
| 174 | 2025-02-25T01:29:27.501Z | |
| 175 | 2025-02-25T01:29:27.501Z | Changed packages: |
| 176 | 2025-02-25T01:29:27.501Z | helios-dev |
| 177 | 2025-02-25T01:29:27.501Z | developer/build-essential |
| 178 | 2025-02-25T01:29:27.501Z | None -> 11-2.0 |
| 179 | 2025-02-25T01:29:27.501Z | library/libxmlsec1 |
| 180 | 2025-02-25T01:29:27.501Z | None -> 1.2.35-2.0 |
| 181 | 2025-02-25T01:29:27.501Z | ooce/developer/clang-15 |
| 182 | 2025-02-25T01:29:27.501Z | None -> 15.0.7-2.0 |
| 183 | 2025-02-25T01:29:27.501Z | ooce/developer/llvm-15 |
| 184 | 2025-02-25T01:29:27.502Z | None -> 15.0.7-2.0 |
| 185 | 2025-02-25T01:29:27.502Z | package/pkg |
| 186 | 2025-02-25T01:29:27.502Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 187 | 2025-02-25T01:29:27.502Z | system/library/g++-runtime |
| 188 | 2025-02-25T01:29:27.502Z | 13-2.0 -> 14-2.0 |
| 189 | 2025-02-25T01:29:27.502Z | system/library/gcc-runtime |
| 190 | 2025-02-25T01:29:27.502Z | 13-2.0 -> 14-2.0 |
| 191 | 2025-02-25T01:29:27.502Z | |
| 192 | 2025-02-25T01:29:27.502Z | Services: |
| 193 | 2025-02-25T01:29:27.502Z | restart_fmri: |
| 194 | 2025-02-25T01:29:27.502Z | svc:/system/update-man-index:default |
| 195 | 2025-02-25T01:29:27.502Z | |
| 196 | 2025-02-25T01:29:27.502Z | Editable files to change: |
| 197 | 2025-02-25T01:29:27.502Z | Update: |
| 198 | 2025-02-25T01:29:27.502Z | usr/share/lib/pkg/web/config.shtml |
| 199 | 2025-02-25T01:29:27.953Z | |
| 200 | 2025-02-25T01:29:27.953Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 201 | 2025-02-25T01:29:32.979Z | Download: 1525/4301 items 117.5/225.4MB 52% complete (23.9M/s) |
| 202 | 2025-02-25T01:29:37.959Z | Download: 3244/4301 items 179.3/225.4MB 79% complete (17.9M/s) |
| 203 | 2025-02-25T01:29:43.254Z | Download: 4299/4301 items 225.2/225.4MB 99% complete (10.8M/s) |
| 204 | 2025-02-25T01:29:43.271Z | Download: Completed 225.42 MB in 15.32 seconds (14.7M/s) |
| 205 | 2025-02-25T01:29:46.211Z | Actions: 1/5122 actions (Removing old actions) |
| 206 | 2025-02-25T01:29:46.228Z | Actions: 194/5122 actions (Installing new actions) |
| 207 | 2025-02-25T01:29:51.312Z | Actions: 4099/5122 actions (Installing new actions) |
| 208 | 2025-02-25T01:29:52.009Z | Actions: 4267/5122 actions (Updating modified actions) |
| 209 | 2025-02-25T01:29:52.692Z | Actions: Completed 5122 actions in 6.48 seconds. |
| 210 | 2025-02-25T01:29:53.115Z | Done (0.415s) |
| 211 | 2025-02-25T01:29:53.117Z | Done (0.001s) |
| 212 | 2025-02-25T01:29:53.727Z | Done (0.610s) |
| 213 | 2025-02-25T01:30:00.560Z | Done (6.592s) |
| 214 | 2025-02-25T01:30:01.055Z | Done (0.422s) |
| 215 | 2025-02-25T01:30:01.059Z | Done (0.000s) |
| 216 | 2025-02-25T01:30:01.216Z | Done (0.000s) |
| 217 | 2025-02-25T01:30:01.950Z | Planning: Evaluating mediator changes ... Done |
| 218 | 2025-02-25T01:30:02.098Z | Planning: Checking for conflicting actions ... Done |
| 219 | 2025-02-25T01:30:02.101Z | Planning: Consolidating action changes ... Done |
| 220 | 2025-02-25T01:30:02.369Z | Planning: Evaluating mediators ... Done |
| 221 | 2025-02-25T01:30:02.372Z | Planning: Planning completed in 0.44 seconds |
| 222 | 2025-02-25T01:30:02.410Z | Mediators to change: 2 |
| 223 | 2025-02-25T01:30:02.410Z | Create boot environment: No |
| 224 | 2025-02-25T01:30:02.413Z | Create backup boot environment: No |
| 225 | 2025-02-25T01:30:02.481Z | Done |
| 226 | 2025-02-25T01:30:02.481Z | Done |
| 227 | 2025-02-25T01:30:02.897Z | Done |
| 228 | 2025-02-25T01:30:06.480Z | Done |
| 229 | 2025-02-25T01:30:06.568Z | Done |
| 230 | 2025-02-25T01:30:06.571Z | Done |
| 231 | 2025-02-25T01:30:06.686Z | Done |
| 232 | 2025-02-25T01:30:07.298Z | Planning: Evaluating mediator changes ... Done |
| 233 | 2025-02-25T01:30:07.301Z | Planning: Merging actions ... Done |
| 234 | 2025-02-25T01:30:07.492Z | Planning: Checking for conflicting actions ... Done |
| 235 | 2025-02-25T01:30:07.495Z | Planning: Consolidating action changes ... Done |
| 236 | 2025-02-25T01:30:07.763Z | Planning: Evaluating mediators ... Done |
| 237 | 2025-02-25T01:30:07.820Z | Planning: Planning completed in 0.77 seconds |
| 238 | 2025-02-25T01:30:07.859Z | Packages to change: 1 |
| 239 | 2025-02-25T01:30:07.859Z | Mediators to change: 1 |
| 240 | 2025-02-25T01:30:07.861Z | Services to change: 1 |
| 241 | 2025-02-25T01:30:07.861Z | Create boot environment: No |
| 242 | 2025-02-25T01:30:07.861Z | Create backup boot environment: Yes |
| 243 | 2025-02-25T01:30:10.070Z | Actions: 1/6 actions (Updating modified actions) |
| 244 | 2025-02-25T01:30:10.148Z | Actions: Completed 6 actions in 0.08 seconds. |
| 245 | 2025-02-25T01:30:10.151Z | Done |
| 246 | 2025-02-25T01:30:10.151Z | Done |
| 247 | 2025-02-25T01:30:10.271Z | Done |
| 248 | 2025-02-25T01:30:13.885Z | Done |
| 249 | 2025-02-25T01:30:13.975Z | Done |
| 250 | 2025-02-25T01:30:13.978Z | Done |
| 251 | 2025-02-25T01:30:14.111Z | Done |
| 252 | 2025-02-25T01:30:14.547Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 253 | 2025-02-25T01:30:14.547Z | clang system 15 system |
| 254 | 2025-02-25T01:30:14.548Z | csh system system illumos |
| 255 | 2025-02-25T01:30:14.548Z | ctags system system illumos |
| 256 | 2025-02-25T01:30:14.548Z | gcc vendor 12 vendor |
| 257 | 2025-02-25T01:30:14.548Z | gcc system 10 system |
| 258 | 2025-02-25T01:30:14.548Z | gcc system 7 system |
| 259 | 2025-02-25T01:30:14.548Z | go system 1.20 system |
| 260 | 2025-02-25T01:30:14.548Z | go system 1.19 system |
| 261 | 2025-02-25T01:30:14.548Z | llvm system 15 system |
| 262 | 2025-02-25T01:30:14.548Z | llvm system 14 system |
| 263 | 2025-02-25T01:30:14.548Z | mariadb system 10.6 system |
| 264 | 2025-02-25T01:30:14.548Z | mta vendor vendor dma |
| 265 | 2025-02-25T01:30:14.548Z | openjdk system 17 system |
| 266 | 2025-02-25T01:30:14.548Z | openjdk system 11 system |
| 267 | 2025-02-25T01:30:14.548Z | openjdk system 1.8 system |
| 268 | 2025-02-25T01:30:14.548Z | openssl vendor 3 vendor |
| 269 | 2025-02-25T01:30:14.548Z | perl system 5.36 system |
| 270 | 2025-02-25T01:30:14.548Z | postgresql system 15 system |
| 271 | 2025-02-25T01:30:14.548Z | postgresql system 13 system |
| 272 | 2025-02-25T01:30:14.548Z | python vendor 3 vendor |
| 273 | 2025-02-25T01:30:14.548Z | python system 2 system |
| 274 | 2025-02-25T01:30:14.548Z | python3 system 3.11 system |
| 275 | 2025-02-25T01:30:14.548Z | ruby system 3.0 system |
| 276 | 2025-02-25T01:30:14.548Z | words vendor vendor american-english |
| 277 | 2025-02-25T01:30:14.548Z | words system system australian-english |
| 278 | 2025-02-25T01:30:14.548Z | words system system british-english |
| 279 | 2025-02-25T01:30:14.548Z | words system system canadian-english |
| 280 | 2025-02-25T01:30:14.548Z | words system system french |
| 281 | 2025-02-25T01:30:14.548Z | words system system italian |
| 282 | 2025-02-25T01:30:14.548Z | words system system ngerman |
| 283 | 2025-02-25T01:30:14.548Z | words system system ogerman |
| 284 | 2025-02-25T01:30:14.548Z | words system system spanish |
| 285 | 2025-02-25T01:30:14.881Z | PUBLISHER TYPE STATUS P LOCATION |
| 286 | 2025-02-25T01:30:14.881Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 287 | 2025-02-25T01:30:18.036Z | FMRI IFO |
| 288 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 289 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 290 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 291 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 292 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 293 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 294 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 295 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 296 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 297 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 298 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 299 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 300 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 301 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 302 | 2025-02-25T01:30:18.036Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 303 | 2025-02-25T01:30:18.812Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 304 | 2025-02-25T01:30:19.090Z | Updating crates.io index |
| 305 | 2025-02-25T01:30:19.093Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 306 | 2025-02-25T01:30:19.680Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 307 | 2025-02-25T01:30:19.926Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 308 | 2025-02-25T01:30:20.174Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 309 | 2025-02-25T01:30:21.080Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 310 | 2025-02-25T01:30:22.745Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 311 | 2025-02-25T01:30:23.361Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 312 | 2025-02-25T01:30:24.037Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 313 | 2025-02-25T01:30:24.311Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 314 | 2025-02-25T01:30:24.579Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 315 | 2025-02-25T01:30:25.173Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 316 | 2025-02-25T01:30:25.747Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 317 | 2025-02-25T01:30:26.027Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 318 | 2025-02-25T01:30:26.557Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 319 | 2025-02-25T01:30:26.846Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 320 | 2025-02-25T01:30:27.136Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 321 | 2025-02-25T01:30:27.405Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 322 | 2025-02-25T01:30:27.681Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 323 | 2025-02-25T01:30:27.990Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 324 | 2025-02-25T01:30:28.280Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 325 | 2025-02-25T01:30:28.569Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 326 | 2025-02-25T01:30:28.932Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 327 | 2025-02-25T01:30:29.236Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 328 | 2025-02-25T01:30:29.561Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 329 | 2025-02-25T01:30:30.244Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 330 | 2025-02-25T01:30:30.536Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 331 | 2025-02-25T01:30:30.976Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 332 | 2025-02-25T01:30:31.328Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 333 | 2025-02-25T01:30:31.829Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 334 | 2025-02-25T01:30:32.095Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 335 | 2025-02-25T01:30:32.392Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 336 | 2025-02-25T01:30:33.701Z | Downloading crates ... |
| 337 | 2025-02-25T01:30:33.890Z | Downloaded anstream v0.6.15 |
| 338 | 2025-02-25T01:30:33.895Z | Downloaded autocfg v1.4.0 |
| 339 | 2025-02-25T01:30:33.902Z | Downloaded anstyle-parse v0.2.5 |
| 340 | 2025-02-25T01:30:33.905Z | Downloaded block-buffer v0.10.4 |
| 341 | 2025-02-25T01:30:33.905Z | Downloaded digest v0.10.7 |
| 342 | 2025-02-25T01:30:33.908Z | Downloaded dtrace-parser v0.2.0 |
| 343 | 2025-02-25T01:30:33.909Z | Downloaded cpufeatures v0.2.14 |
| 344 | 2025-02-25T01:30:33.911Z | Downloaded cfg-if v1.0.0 |
| 345 | 2025-02-25T01:30:33.914Z | Downloaded equivalent v1.0.1 |
| 346 | 2025-02-25T01:30:33.916Z | Downloaded generic-array v0.14.7 |
| 347 | 2025-02-25T01:30:33.916Z | Downloaded memmap v0.7.0 |
| 348 | 2025-02-25T01:30:33.919Z | Downloaded bytecount v0.6.8 |
| 349 | 2025-02-25T01:30:33.919Z | Downloaded dof v0.3.0 |
| 350 | 2025-02-25T01:30:33.922Z | Downloaded anstyle v1.0.10 |
| 351 | 2025-02-25T01:30:33.924Z | Downloaded macaddr v1.0.1 |
| 352 | 2025-02-25T01:30:33.924Z | Downloaded fastrand v2.1.1 |
| 353 | 2025-02-25T01:30:33.927Z | Downloaded camino-tempfile v1.1.1 |
| 354 | 2025-02-25T01:30:33.927Z | Downloaded byteorder v1.5.0 |
| 355 | 2025-02-25T01:30:33.930Z | Downloaded clap v4.5.30 |
| 356 | 2025-02-25T01:30:33.936Z | Downloaded scroll_derive v0.12.0 |
| 357 | 2025-02-25T01:30:33.938Z | Downloaded anyhow v1.0.96 |
| 358 | 2025-02-25T01:30:33.941Z | Downloaded is_terminal_polyfill v1.70.1 |
| 359 | 2025-02-25T01:30:33.941Z | Downloaded heck v0.5.0 |
| 360 | 2025-02-25T01:30:33.943Z | Downloaded cargo_metadata v0.18.1 |
| 361 | 2025-02-25T01:30:33.946Z | Downloaded camino v1.1.9 |
| 362 | 2025-02-25T01:30:33.950Z | Downloaded clap_derive v4.5.28 |
| 363 | 2025-02-25T01:30:33.958Z | Downloaded plain v0.2.3 |
| 364 | 2025-02-25T01:30:33.962Z | Downloaded once_cell v1.20.3 |
| 365 | 2025-02-25T01:30:33.971Z | Downloaded pretty-hex v0.4.1 |
| 366 | 2025-02-25T01:30:33.973Z | Downloaded swrite v0.1.0 |
| 367 | 2025-02-25T01:30:33.981Z | Downloaded cargo-platform v0.1.8 |
| 368 | 2025-02-25T01:30:33.988Z | Downloaded proc-macro2 v1.0.93 |
| 369 | 2025-02-25T01:30:33.991Z | Downloaded pest_meta v2.7.14 |
| 370 | 2025-02-25T01:30:33.994Z | Downloaded bitflags v2.6.0 |
| 371 | 2025-02-25T01:30:33.997Z | Downloaded usdt-macro v0.5.0 |
| 372 | 2025-02-25T01:30:34.001Z | Downloaded usdt-attr-macro v0.5.0 |
| 373 | 2025-02-25T01:30:34.003Z | Downloaded strsim v0.11.1 |
| 374 | 2025-02-25T01:30:34.003Z | Downloaded serde_spanned v0.6.8 |
| 375 | 2025-02-25T01:30:34.006Z | Downloaded tabled_derive v0.7.0 |
| 376 | 2025-02-25T01:30:34.006Z | Downloaded crypto-common v0.1.6 |
| 377 | 2025-02-25T01:30:34.006Z | Downloaded colorchoice v1.0.2 |
| 378 | 2025-02-25T01:30:34.009Z | Downloaded clap_lex v0.7.4 |
| 379 | 2025-02-25T01:30:34.009Z | Downloaded fnv v1.0.7 |
| 380 | 2025-02-25T01:30:34.009Z | Downloaded anstyle-query v1.1.1 |
| 381 | 2025-02-25T01:30:34.014Z | Downloaded pest_generator v2.7.14 |
| 382 | 2025-02-25T01:30:34.017Z | Downloaded smawk v0.3.2 |
| 383 | 2025-02-25T01:30:34.017Z | Downloaded fs-err v2.11.0 |
| 384 | 2025-02-25T01:30:34.019Z | Downloaded thiserror-impl v1.0.69 |
| 385 | 2025-02-25T01:30:34.022Z | Downloaded terminal_size v0.4.0 |
| 386 | 2025-02-25T01:30:34.022Z | Downloaded tempfile v3.13.0 |
| 387 | 2025-02-25T01:30:34.025Z | Downloaded scroll v0.12.0 |
| 388 | 2025-02-25T01:30:34.027Z | Downloaded serde_tokenstream v0.2.2 |
| 389 | 2025-02-25T01:30:34.027Z | Downloaded toml_datetime v0.6.8 |
| 390 | 2025-02-25T01:30:34.031Z | Downloaded thread-id v4.2.2 |
| 391 | 2025-02-25T01:30:34.031Z | Downloaded log v0.4.22 |
| 392 | 2025-02-25T01:30:34.033Z | Downloaded proc-macro-error-attr v1.0.4 |
| 393 | 2025-02-25T01:30:34.033Z | Downloaded itoa v1.0.11 |
| 394 | 2025-02-25T01:30:34.034Z | Downloaded errno v0.3.9 |
| 395 | 2025-02-25T01:30:34.036Z | Downloaded usdt-impl v0.5.0 |
| 396 | 2025-02-25T01:30:34.036Z | Downloaded usdt v0.5.0 |
| 397 | 2025-02-25T01:30:34.039Z | Downloaded version_check v0.9.5 |
| 398 | 2025-02-25T01:30:34.039Z | Downloaded utf8parse v0.2.2 |
| 399 | 2025-02-25T01:30:34.041Z | Downloaded unicode-linebreak v0.1.5 |
| 400 | 2025-02-25T01:30:34.044Z | Downloaded quote v1.0.38 |
| 401 | 2025-02-25T01:30:34.047Z | Downloaded heck v0.4.1 |
| 402 | 2025-02-25T01:30:34.050Z | Downloaded sha2 v0.10.8 |
| 403 | 2025-02-25T01:30:34.052Z | Downloaded proc-macro-error v1.0.4 |
| 404 | 2025-02-25T01:30:34.055Z | Downloaded pest_derive v2.7.14 |
| 405 | 2025-02-25T01:30:34.058Z | Downloaded ryu v1.0.18 |
| 406 | 2025-02-25T01:30:34.060Z | Downloaded cargo_toml v0.20.5 |
| 407 | 2025-02-25T01:30:34.064Z | Downloaded thiserror v1.0.69 |
| 408 | 2025-02-25T01:30:34.068Z | Downloaded zerocopy-derive v0.7.35 |
| 409 | 2025-02-25T01:30:34.073Z | Downloaded ucd-trie v0.1.7 |
| 410 | 2025-02-25T01:30:34.075Z | Downloaded serde_derive v1.0.218 |
| 411 | 2025-02-25T01:30:34.078Z | Downloaded memchr v2.7.4 |
| 412 | 2025-02-25T01:30:34.081Z | Downloaded typenum v1.17.0 |
| 413 | 2025-02-25T01:30:34.084Z | Downloaded toml v0.8.19 |
| 414 | 2025-02-25T01:30:34.087Z | Downloaded semver v1.0.25 |
| 415 | 2025-02-25T01:30:34.089Z | Downloaded serde v1.0.218 |
| 416 | 2025-02-25T01:30:34.092Z | Downloaded papergrid v0.11.0 |
| 417 | 2025-02-25T01:30:34.096Z | Downloaded unicode-ident v1.0.14 |
| 418 | 2025-02-25T01:30:34.099Z | Downloaded textwrap v0.16.1 |
| 419 | 2025-02-25T01:30:34.102Z | Downloaded indexmap v2.7.1 |
| 420 | 2025-02-25T01:30:34.106Z | Downloaded clap_builder v4.5.30 |
| 421 | 2025-02-25T01:30:34.118Z | Downloaded hashbrown v0.15.1 |
| 422 | 2025-02-25T01:30:34.124Z | Downloaded toml_edit v0.22.22 |
| 423 | 2025-02-25T01:30:34.152Z | Downloaded pest v2.7.14 |
| 424 | 2025-02-25T01:30:34.160Z | Downloaded serde_json v1.0.139 |
| 425 | 2025-02-25T01:30:34.167Z | Downloaded goblin v0.8.2 |
| 426 | 2025-02-25T01:30:34.174Z | Downloaded zerocopy v0.7.35 |
| 427 | 2025-02-25T01:30:34.189Z | Downloaded winnow v0.6.20 |
| 428 | 2025-02-25T01:30:34.207Z | Downloaded tabled v0.15.0 |
| 429 | 2025-02-25T01:30:34.222Z | Downloaded syn v1.0.109 |
| 430 | 2025-02-25T01:30:34.233Z | Downloaded syn v2.0.96 |
| 431 | 2025-02-25T01:30:34.245Z | Downloaded unicode-width v0.1.14 |
| 432 | 2025-02-25T01:30:34.260Z | Downloaded rustix v0.38.37 |
| 433 | 2025-02-25T01:30:34.287Z | Downloaded libc v0.2.170 |
| 434 | 2025-02-25T01:30:34.566Z | Compiling proc-macro2 v1.0.93 |
| 435 | 2025-02-25T01:30:34.566Z | Compiling unicode-ident v1.0.14 |
| 436 | 2025-02-25T01:30:34.566Z | Compiling serde v1.0.218 |
| 437 | 2025-02-25T01:30:34.570Z | Compiling version_check v0.9.5 |
| 438 | 2025-02-25T01:30:34.570Z | Compiling thiserror v1.0.69 |
| 439 | 2025-02-25T01:30:34.570Z | Compiling memchr v2.7.4 |
| 440 | 2025-02-25T01:30:34.570Z | Compiling libc v0.2.170 |
| 441 | 2025-02-25T01:30:34.601Z | Compiling itoa v1.0.11 |
| 442 | 2025-02-25T01:30:34.846Z | Compiling ucd-trie v0.1.7 |
| 443 | 2025-02-25T01:30:34.906Z | Compiling ryu v1.0.18 |
| 444 | 2025-02-25T01:30:35.265Z | Compiling once_cell v1.20.3 |
| 445 | 2025-02-25T01:30:35.303Z | Compiling byteorder v1.5.0 |
| 446 | 2025-02-25T01:30:35.618Z | Compiling serde_json v1.0.139 |
| 447 | 2025-02-25T01:30:35.842Z | Compiling rustix v0.38.37 |
| 448 | 2025-02-25T01:30:36.745Z | Compiling bitflags v2.6.0 |
| 449 | 2025-02-25T01:30:36.790Z | Compiling proc-macro-error-attr v1.0.4 |
| 450 | 2025-02-25T01:30:36.858Z | Compiling usdt-impl v0.5.0 |
| 451 | 2025-02-25T01:30:36.981Z | Compiling syn v1.0.109 |
| 452 | 2025-02-25T01:30:37.061Z | Compiling proc-macro-error v1.0.4 |
| 453 | 2025-02-25T01:30:37.128Z | Compiling camino v1.1.9 |
| 454 | 2025-02-25T01:30:37.190Z | Compiling equivalent v1.0.1 |
| 455 | 2025-02-25T01:30:37.308Z | Compiling hashbrown v0.15.1 |
| 456 | 2025-02-25T01:30:37.331Z | Compiling log v0.4.22 |
| 457 | 2025-02-25T01:30:37.372Z | Compiling thread-id v4.2.2 |
| 458 | 2025-02-25T01:30:37.409Z | Compiling plain v0.2.3 |
| 459 | 2025-02-25T01:30:37.484Z | Compiling utf8parse v0.2.2 |
| 460 | 2025-02-25T01:30:37.659Z | Compiling anstyle-parse v0.2.5 |
| 461 | 2025-02-25T01:30:37.663Z | Compiling anstyle-query v1.1.1 |
| 462 | 2025-02-25T01:30:37.707Z | Compiling is_terminal_polyfill v1.70.1 |
| 463 | 2025-02-25T01:30:37.740Z | Compiling quote v1.0.38 |
| 464 | 2025-02-25T01:30:37.848Z | Compiling anstyle v1.0.10 |
| 465 | 2025-02-25T01:30:37.903Z | Compiling errno v0.3.9 |
| 466 | 2025-02-25T01:30:37.940Z | Compiling unicode-width v0.1.14 |
| 467 | 2025-02-25T01:30:37.976Z | Compiling pretty-hex v0.4.1 |
| 468 | 2025-02-25T01:30:38.129Z | Compiling syn v2.0.96 |
| 469 | 2025-02-25T01:30:38.245Z | Compiling colorchoice v1.0.2 |
| 470 | 2025-02-25T01:30:38.341Z | Compiling indexmap v2.7.1 |
| 471 | 2025-02-25T01:30:38.396Z | Compiling winnow v0.6.20 |
| 472 | 2025-02-25T01:30:38.417Z | Compiling autocfg v1.4.0 |
| 473 | 2025-02-25T01:30:38.494Z | Compiling semver v1.0.25 |
| 474 | 2025-02-25T01:30:39.084Z | Compiling anstream v0.6.15 |
| 475 | 2025-02-25T01:30:39.318Z | Compiling fs-err v2.11.0 |
| 476 | 2025-02-25T01:30:39.644Z | Compiling fastrand v2.1.1 |
| 477 | 2025-02-25T01:30:39.667Z | Compiling cfg-if v1.0.0 |
| 478 | 2025-02-25T01:30:39.702Z | Compiling bytecount v0.6.8 |
| 479 | 2025-02-25T01:30:39.725Z | Compiling fnv v1.0.7 |
| 480 | 2025-02-25T01:30:39.871Z | Compiling heck v0.4.1 |
| 481 | 2025-02-25T01:30:39.912Z | Compiling heck v0.5.0 |
| 482 | 2025-02-25T01:30:40.126Z | Compiling terminal_size v0.4.0 |
| 483 | 2025-02-25T01:30:40.168Z | Compiling anyhow v1.0.96 |
| 484 | 2025-02-25T01:30:40.296Z | Compiling clap_lex v0.7.4 |
| 485 | 2025-02-25T01:30:40.344Z | Compiling strsim v0.11.1 |
| 486 | 2025-02-25T01:30:40.380Z | Compiling tempfile v3.13.0 |
| 487 | 2025-02-25T01:30:40.672Z | Compiling clap_builder v4.5.30 |
| 488 | 2025-02-25T01:30:40.718Z | Compiling papergrid v0.11.0 |
| 489 | 2025-02-25T01:30:41.154Z | Compiling memmap v0.7.0 |
| 490 | 2025-02-25T01:30:41.283Z | Compiling smawk v0.3.2 |
| 491 | 2025-02-25T01:30:41.466Z | Compiling unicode-linebreak v0.1.5 |
| 492 | 2025-02-25T01:30:41.910Z | Compiling textwrap v0.16.1 |
| 493 | 2025-02-25T01:30:41.945Z | Compiling swrite v0.1.0 |
| 494 | 2025-02-25T01:30:42.590Z | Compiling tabled_derive v0.7.0 |
| 495 | 2025-02-25T01:30:43.754Z | Compiling tabled v0.15.0 |
| 496 | 2025-02-25T01:30:44.955Z | Compiling serde_derive v1.0.218 |
| 497 | 2025-02-25T01:30:44.970Z | Compiling thiserror-impl v1.0.69 |
| 498 | 2025-02-25T01:30:44.970Z | Compiling zerocopy-derive v0.7.35 |
| 499 | 2025-02-25T01:30:45.075Z | Compiling scroll_derive v0.12.0 |
| 500 | 2025-02-25T01:30:45.168Z | Compiling clap_derive v4.5.28 |
| 501 | 2025-02-25T01:30:46.017Z | Compiling scroll v0.12.0 |
| 502 | 2025-02-25T01:30:46.356Z | Compiling zerocopy v0.7.35 |
| 503 | 2025-02-25T01:30:46.508Z | Compiling goblin v0.8.2 |
| 504 | 2025-02-25T01:30:47.202Z | Compiling pest v2.7.14 |
| 505 | 2025-02-25T01:30:48.632Z | Compiling clap v4.5.30 |
| 506 | 2025-02-25T01:30:49.544Z | Compiling pest_meta v2.7.14 |
| 507 | 2025-02-25T01:30:50.323Z | Compiling pest_generator v2.7.14 |
| 508 | 2025-02-25T01:30:51.695Z | Compiling pest_derive v2.7.14 |
| 509 | 2025-02-25T01:30:52.308Z | Compiling dtrace-parser v0.2.0 |
| 510 | 2025-02-25T01:30:53.028Z | Compiling serde_tokenstream v0.2.2 |
| 511 | 2025-02-25T01:30:53.110Z | Compiling serde_spanned v0.6.8 |
| 512 | 2025-02-25T01:30:53.110Z | Compiling toml_datetime v0.6.8 |
| 513 | 2025-02-25T01:30:53.374Z | Compiling cargo-platform v0.1.8 |
| 514 | 2025-02-25T01:30:53.409Z | Compiling macaddr v1.0.1 |
| 515 | 2025-02-25T01:30:53.536Z | Compiling toml_edit v0.22.22 |
| 516 | 2025-02-25T01:30:53.774Z | Compiling camino-tempfile v1.1.1 |
| 517 | 2025-02-25T01:30:54.433Z | Compiling dof v0.3.0 |
| 518 | 2025-02-25T01:30:54.591Z | Compiling cargo_metadata v0.18.1 |
| 519 | 2025-02-25T01:30:55.786Z | Compiling usdt-macro v0.5.0 |
| 520 | 2025-02-25T01:30:55.789Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2025-02-25T01:30:56.288Z | Compiling toml v0.8.19 |
| 522 | 2025-02-25T01:30:56.836Z | Compiling usdt v0.5.0 |
| 523 | 2025-02-25T01:30:57.116Z | Compiling cargo_toml v0.20.5 |
| 524 | 2025-02-25T01:30:59.746Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 525 | 2025-02-25T01:31:02.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.21s |
| 526 | 2025-02-25T01:31:03.045Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 527 | 2025-02-25T01:31:03.588Z | Downloading crates ... |
| 528 | 2025-02-25T01:31:03.727Z | Downloaded async-stream-impl v0.3.6 |
| 529 | 2025-02-25T01:31:03.737Z | Downloaded addr2line v0.24.2 |
| 530 | 2025-02-25T01:31:03.741Z | Downloaded ciborium-io v0.2.2 |
| 531 | 2025-02-25T01:31:03.749Z | Downloaded crunchy v0.2.2 |
| 532 | 2025-02-25T01:31:03.753Z | Downloaded atomicwrites v0.4.4 |
| 533 | 2025-02-25T01:31:03.753Z | Downloaded cfg_aliases v0.1.1 |
| 534 | 2025-02-25T01:31:03.755Z | Downloaded cfg_aliases v0.2.1 |
| 535 | 2025-02-25T01:31:03.759Z | Downloaded atty v0.2.14 |
| 536 | 2025-02-25T01:31:03.773Z | Downloaded arc-swap v1.7.1 |
| 537 | 2025-02-25T01:31:03.773Z | Downloaded arrayref v0.3.9 |
| 538 | 2025-02-25T01:31:03.773Z | Downloaded array-init v0.0.4 |
| 539 | 2025-02-25T01:31:03.773Z | Downloaded crucible-workspace-hack v0.1.0 |
| 540 | 2025-02-25T01:31:03.777Z | Downloaded cstr-argument v0.1.2 |
| 541 | 2025-02-25T01:31:03.785Z | Downloaded assert_matches v1.5.0 |
| 542 | 2025-02-25T01:31:03.788Z | Downloaded crc-catalog v2.4.0 |
| 543 | 2025-02-25T01:31:03.788Z | Downloaded colored v2.1.0 |
| 544 | 2025-02-25T01:31:03.791Z | Downloaded chacha20 v0.9.1 |
| 545 | 2025-02-25T01:31:03.793Z | Downloaded aead v0.5.2 |
| 546 | 2025-02-25T01:31:03.797Z | Downloaded bit-vec v0.6.3 |
| 547 | 2025-02-25T01:31:03.802Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 548 | 2025-02-25T01:31:03.806Z | Downloaded cobs v0.2.3 |
| 549 | 2025-02-25T01:31:03.806Z | Downloaded cassowary v0.3.0 |
| 550 | 2025-02-25T01:31:03.809Z | Downloaded ascii-canvas v3.0.0 |
| 551 | 2025-02-25T01:31:03.809Z | Downloaded hashlink v0.9.1 |
| 552 | 2025-02-25T01:31:03.811Z | Downloaded chrono-tz-build v0.4.0 |
| 553 | 2025-02-25T01:31:03.811Z | Downloaded buf-list v1.0.3 |
| 554 | 2025-02-25T01:31:03.815Z | Downloaded bitfield-struct v0.6.2 |
| 555 | 2025-02-25T01:31:03.815Z | Downloaded async-recursion v1.1.1 |
| 556 | 2025-02-25T01:31:03.817Z | Downloaded hex v0.4.3 |
| 557 | 2025-02-25T01:31:03.826Z | Downloaded constant_time_eq v0.3.1 |
| 558 | 2025-02-25T01:31:03.841Z | Downloaded async-trait v0.1.86 |
| 559 | 2025-02-25T01:31:03.841Z | Downloaded arrayvec v0.7.6 |
| 560 | 2025-02-25T01:31:03.841Z | Downloaded bitflags v1.3.2 |
| 561 | 2025-02-25T01:31:03.841Z | Downloaded heapless v0.7.17 |
| 562 | 2025-02-25T01:31:03.841Z | Downloaded hmac v0.12.1 |
| 563 | 2025-02-25T01:31:03.841Z | Downloaded convert_case v0.4.0 |
| 564 | 2025-02-25T01:31:03.841Z | Downloaded ciborium-ll v0.2.2 |
| 565 | 2025-02-25T01:31:03.841Z | Downloaded hex-literal v0.4.1 |
| 566 | 2025-02-25T01:31:03.841Z | Downloaded home v0.5.9 |
| 567 | 2025-02-25T01:31:03.841Z | Downloaded hkdf v0.12.4 |
| 568 | 2025-02-25T01:31:03.856Z | Downloaded progenitor-client v0.8.0 |
| 569 | 2025-02-25T01:31:03.856Z | Downloaded hickory-client v0.24.3 |
| 570 | 2025-02-25T01:31:03.856Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 571 | 2025-02-25T01:31:03.856Z | Downloaded highway v1.2.0 |
| 572 | 2025-02-25T01:31:03.856Z | Downloaded heapless v0.8.0 |
| 573 | 2025-02-25T01:31:03.869Z | Downloaded const_format_proc_macros v0.2.34 |
| 574 | 2025-02-25T01:31:03.869Z | Downloaded hostname v0.3.1 |
| 575 | 2025-02-25T01:31:03.869Z | Downloaded hickory-resolver v0.24.3 |
| 576 | 2025-02-25T01:31:03.869Z | Downloaded backoff v0.4.0 |
| 577 | 2025-02-25T01:31:03.869Z | Downloaded hickory-server v0.24.3 |
| 578 | 2025-02-25T01:31:03.873Z | Downloaded cipher v0.4.4 |
| 579 | 2025-02-25T01:31:03.879Z | Downloaded console v0.15.10 |
| 580 | 2025-02-25T01:31:03.879Z | Downloaded ciborium v0.2.2 |
| 581 | 2025-02-25T01:31:03.882Z | Downloaded russh-cryptovec v0.7.3 |
| 582 | 2025-02-25T01:31:03.882Z | Downloaded hostname v0.4.0 |
| 583 | 2025-02-25T01:31:03.882Z | Downloaded cancel-safe-futures v0.1.5 |
| 584 | 2025-02-25T01:31:03.907Z | Downloaded bcs v0.1.6 |
| 585 | 2025-02-25T01:31:03.907Z | Downloaded hickory-proto v0.24.3 |
| 586 | 2025-02-25T01:31:03.910Z | Downloaded http-body-util v0.1.2 |
| 587 | 2025-02-25T01:31:03.910Z | Downloaded proc-macro-crate v1.3.1 |
| 588 | 2025-02-25T01:31:03.911Z | Downloaded httpdate v1.0.3 |
| 589 | 2025-02-25T01:31:03.911Z | Downloaded http-range v0.1.5 |
| 590 | 2025-02-25T01:31:03.911Z | Downloaded http-body v1.0.1 |
| 591 | 2025-02-25T01:31:03.911Z | Downloaded http v1.2.0 |
| 592 | 2025-02-25T01:31:03.924Z | Downloaded predicates-tree v1.0.11 |
| 593 | 2025-02-25T01:31:03.924Z | Downloaded blake2 v0.10.6 |
| 594 | 2025-02-25T01:31:03.924Z | Downloaded hubpack_derive v0.1.1 |
| 595 | 2025-02-25T01:31:03.924Z | Downloaded ident_case v1.0.1 |
| 596 | 2025-02-25T01:31:03.924Z | Downloaded icu_provider_macros v1.5.0 |
| 597 | 2025-02-25T01:31:03.924Z | Downloaded clang-sys v1.8.1 |
| 598 | 2025-02-25T01:31:03.938Z | Downloaded adler2 v2.0.0 |
| 599 | 2025-02-25T01:31:03.938Z | Downloaded is_ci v1.2.0 |
| 600 | 2025-02-25T01:31:03.938Z | Downloaded hyper-tls v0.6.0 |
| 601 | 2025-02-25T01:31:03.942Z | Downloaded httparse v1.9.5 |
| 602 | 2025-02-25T01:31:03.942Z | Downloaded ctr v0.9.2 |
| 603 | 2025-02-25T01:31:03.942Z | Downloaded instant v0.1.13 |
| 604 | 2025-02-25T01:31:03.942Z | Downloaded indoc v2.0.5 |
| 605 | 2025-02-25T01:31:03.942Z | Downloaded hubpack v0.1.2 |
| 606 | 2025-02-25T01:31:03.942Z | Downloaded csv-core v0.1.11 |
| 607 | 2025-02-25T01:31:03.942Z | Downloaded rand_xorshift v0.3.0 |
| 608 | 2025-02-25T01:31:03.947Z | Downloaded allocator-api2 v0.2.18 |
| 609 | 2025-02-25T01:31:03.947Z | Downloaded crc v3.2.1 |
| 610 | 2025-02-25T01:31:03.950Z | Downloaded base64ct v1.6.0 |
| 611 | 2025-02-25T01:31:03.952Z | Downloaded rustc_version v0.1.7 |
| 612 | 2025-02-25T01:31:03.953Z | Downloaded rpassword v7.3.1 |
| 613 | 2025-02-25T01:31:03.953Z | Downloaded progenitor-macro v0.9.1 |
| 614 | 2025-02-25T01:31:03.953Z | Downloaded match_cfg v0.1.0 |
| 615 | 2025-02-25T01:31:03.956Z | Downloaded const-oid v0.9.6 |
| 616 | 2025-02-25T01:31:03.959Z | Downloaded libsw v3.3.1 |
| 617 | 2025-02-25T01:31:03.959Z | Downloaded crossbeam-epoch v0.9.18 |
| 618 | 2025-02-25T01:31:03.963Z | Downloaded cbc v0.1.2 |
| 619 | 2025-02-25T01:31:03.969Z | Downloaded md5 v0.7.0 |
| 620 | 2025-02-25T01:31:03.969Z | Downloaded keccak v0.1.5 |
| 621 | 2025-02-25T01:31:03.969Z | Downloaded indoc v1.0.9 |
| 622 | 2025-02-25T01:31:03.969Z | Downloaded sec1 v0.7.3 |
| 623 | 2025-02-25T01:31:03.973Z | Downloaded linear-map v1.2.0 |
| 624 | 2025-02-25T01:31:03.973Z | Downloaded ipnetwork v0.21.1 |
| 625 | 2025-02-25T01:31:03.976Z | Downloaded instability v0.3.2 |
| 626 | 2025-02-25T01:31:03.976Z | Downloaded slog-json v2.6.1 |
| 627 | 2025-02-25T01:31:03.979Z | Downloaded write16 v1.0.0 |
| 628 | 2025-02-25T01:31:03.979Z | Downloaded hyper-staticfile v0.10.1 |
| 629 | 2025-02-25T01:31:03.982Z | Downloaded base64 v0.13.1 |
| 630 | 2025-02-25T01:31:03.989Z | Downloaded chacha20poly1305 v0.10.1 |
| 631 | 2025-02-25T01:31:03.994Z | Downloaded lazycell v1.3.0 |
| 632 | 2025-02-25T01:31:03.994Z | Downloaded crc32fast v1.4.2 |
| 633 | 2025-02-25T01:31:03.994Z | Downloaded libefi-sys v0.1.0 |
| 634 | 2025-02-25T01:31:03.994Z | Downloaded slog-envlogger v2.2.0 |
| 635 | 2025-02-25T01:31:04.019Z | Downloaded linked-hash-map v0.5.6 |
| 636 | 2025-02-25T01:31:04.019Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 637 | 2025-02-25T01:31:04.019Z | Downloaded crossbeam-deque v0.8.5 |
| 638 | 2025-02-25T01:31:04.019Z | Downloaded lazy_static v1.5.0 |
| 639 | 2025-02-25T01:31:04.019Z | Downloaded indent_write v2.2.0 |
| 640 | 2025-02-25T01:31:04.019Z | Downloaded ssh-encoding v0.2.0 |
| 641 | 2025-02-25T01:31:04.019Z | Downloaded serde_path_to_error v0.1.16 |
| 642 | 2025-02-25T01:31:04.019Z | Downloaded bzip2 v0.4.4 |
| 643 | 2025-02-25T01:31:04.019Z | Downloaded hyper-rustls v0.27.3 |
| 644 | 2025-02-25T01:31:04.033Z | Downloaded openssl-macros v0.1.1 |
| 645 | 2025-02-25T01:31:04.033Z | Downloaded num-conv v0.1.0 |
| 646 | 2025-02-25T01:31:04.033Z | Downloaded ssh-cipher v0.2.0 |
| 647 | 2025-02-25T01:31:04.033Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2025-02-25T01:31:04.033Z | Downloaded icu_properties v1.5.1 |
| 649 | 2025-02-25T01:31:04.033Z | Downloaded memoffset v0.9.1 |
| 650 | 2025-02-25T01:31:04.033Z | Downloaded path-slash v0.1.5 |
| 651 | 2025-02-25T01:31:04.033Z | Downloaded hyper v1.5.2 |
| 652 | 2025-02-25T01:31:04.037Z | Downloaded foreign-types-shared v0.3.1 |
| 653 | 2025-02-25T01:31:04.038Z | Downloaded normalize-line-endings v0.3.0 |
| 654 | 2025-02-25T01:31:04.051Z | Downloaded thiserror-no-std v2.0.2 |
| 655 | 2025-02-25T01:31:04.052Z | Downloaded psl-types v2.0.11 |
| 656 | 2025-02-25T01:31:04.052Z | Downloaded zeroize v1.8.1 |
| 657 | 2025-02-25T01:31:04.052Z | Downloaded indexmap v1.9.3 |
| 658 | 2025-02-25T01:31:04.055Z | Downloaded compact_str v0.8.0 |
| 659 | 2025-02-25T01:31:04.060Z | Downloaded num-derive v0.4.2 |
| 660 | 2025-02-25T01:31:04.067Z | Downloaded gethostname v0.5.0 |
| 661 | 2025-02-25T01:31:04.067Z | Downloaded form_urlencoded v1.2.1 |
| 662 | 2025-02-25T01:31:04.067Z | Downloaded fallible-iterator v0.3.0 |
| 663 | 2025-02-25T01:31:04.067Z | Downloaded native-tls v0.2.12 |
| 664 | 2025-02-25T01:31:04.076Z | Downloaded ahash v0.8.11 |
| 665 | 2025-02-25T01:31:04.076Z | Downloaded deranged v0.3.11 |
| 666 | 2025-02-25T01:31:04.080Z | Downloaded zeroize_derive v1.4.2 |
| 667 | 2025-02-25T01:31:04.080Z | Downloaded sync-ptr v0.1.1 |
| 668 | 2025-02-25T01:31:04.080Z | Downloaded pbkdf2 v0.11.0 |
| 669 | 2025-02-25T01:31:04.080Z | Downloaded embedded-io v0.6.1 |
| 670 | 2025-02-25T01:31:04.080Z | Downloaded embedded-io v0.4.0 |
| 671 | 2025-02-25T01:31:04.080Z | Downloaded uzers v0.12.1 |
| 672 | 2025-02-25T01:31:04.083Z | Downloaded futures-task v0.3.31 |
| 673 | 2025-02-25T01:31:04.083Z | Downloaded difflib v0.4.0 |
| 674 | 2025-02-25T01:31:04.091Z | Downloaded twox-hash v2.1.0 |
| 675 | 2025-02-25T01:31:04.091Z | Downloaded quick-error v1.2.3 |
| 676 | 2025-02-25T01:31:04.091Z | Downloaded litrs v0.4.1 |
| 677 | 2025-02-25T01:31:04.094Z | Downloaded tokio-rustls v0.25.0 |
| 678 | 2025-02-25T01:31:04.094Z | Downloaded darling v0.20.10 |
| 679 | 2025-02-25T01:31:04.097Z | Downloaded tinyvec_macros v0.1.1 |
| 680 | 2025-02-25T01:31:04.101Z | Downloaded tap v1.0.1 |
| 681 | 2025-02-25T01:31:04.101Z | Downloaded time-core v0.1.2 |
| 682 | 2025-02-25T01:31:04.113Z | Downloaded zone_cfg_derive v0.1.2 |
| 683 | 2025-02-25T01:31:04.113Z | Downloaded rfc6979 v0.4.0 |
| 684 | 2025-02-25T01:31:04.118Z | Downloaded tokio-stream v0.1.17 |
| 685 | 2025-02-25T01:31:04.121Z | Downloaded foreign-types v0.3.2 |
| 686 | 2025-02-25T01:31:04.121Z | Downloaded endian-type v0.1.2 |
| 687 | 2025-02-25T01:31:04.121Z | Downloaded zone_cfg_derive v0.3.0 |
| 688 | 2025-02-25T01:31:04.121Z | Downloaded phf v0.11.2 |
| 689 | 2025-02-25T01:31:04.124Z | Downloaded rusty-fork v0.3.0 |
| 690 | 2025-02-25T01:31:04.127Z | Downloaded uuid v1.12.0 |
| 691 | 2025-02-25T01:31:04.130Z | Downloaded polyval v0.6.2 |
| 692 | 2025-02-25T01:31:04.130Z | Downloaded indicatif v0.17.11 |
| 693 | 2025-02-25T01:31:04.134Z | Downloaded downcast v0.11.0 |
| 694 | 2025-02-25T01:31:04.137Z | Downloaded phf_codegen v0.11.2 |
| 695 | 2025-02-25T01:31:04.137Z | Downloaded parse-display-derive v0.10.0 |
| 696 | 2025-02-25T01:31:04.140Z | Downloaded openssl-probe v0.1.5 |
| 697 | 2025-02-25T01:31:04.140Z | Downloaded icu_collections v1.5.0 |
| 698 | 2025-02-25T01:31:04.148Z | Downloaded tiny-keccak v2.0.2 |
| 699 | 2025-02-25T01:31:04.148Z | Downloaded termios v0.3.3 |
| 700 | 2025-02-25T01:31:04.151Z | Downloaded resolv-conf v0.7.0 |
| 701 | 2025-02-25T01:31:04.151Z | Downloaded utf16_iter v1.0.5 |
| 702 | 2025-02-25T01:31:04.154Z | Downloaded newline-converter v0.3.0 |
| 703 | 2025-02-25T01:31:04.155Z | Downloaded new_debug_unreachable v1.0.6 |
| 704 | 2025-02-25T01:31:04.164Z | Downloaded daft v0.1.1 |
| 705 | 2025-02-25T01:31:04.164Z | Downloaded crossbeam-channel v0.5.13 |
| 706 | 2025-02-25T01:31:04.180Z | Downloaded olpc-cjson v0.1.4 |
| 707 | 2025-02-25T01:31:04.181Z | Downloaded peg-runtime v0.8.3 |
| 708 | 2025-02-25T01:31:04.181Z | Downloaded try-lock v0.2.5 |
| 709 | 2025-02-25T01:31:04.181Z | Downloaded shell-words v1.1.0 |
| 710 | 2025-02-25T01:31:04.181Z | Downloaded ref-cast-impl v1.0.23 |
| 711 | 2025-02-25T01:31:04.181Z | Downloaded multimap v0.10.0 |
| 712 | 2025-02-25T01:31:04.181Z | Downloaded utf-8 v0.7.6 |
| 713 | 2025-02-25T01:31:04.181Z | Downloaded ena v0.14.3 |
| 714 | 2025-02-25T01:31:04.181Z | Downloaded schemars v0.8.21 |
| 715 | 2025-02-25T01:31:04.186Z | Downloaded fragile v2.0.0 |
| 716 | 2025-02-25T01:31:04.188Z | Downloaded document-features v0.2.10 |
| 717 | 2025-02-25T01:31:04.191Z | Downloaded untrusted v0.7.1 |
| 718 | 2025-02-25T01:31:04.191Z | Downloaded poly1305 v0.8.0 |
| 719 | 2025-02-25T01:31:04.195Z | Downloaded foldhash v0.1.3 |
| 720 | 2025-02-25T01:31:04.198Z | Downloaded yoke-derive v0.7.4 |
| 721 | 2025-02-25T01:31:04.198Z | Downloaded float-ord v0.3.2 |
| 722 | 2025-02-25T01:31:04.201Z | Downloaded fallible-iterator v0.2.0 |
| 723 | 2025-02-25T01:31:04.201Z | Downloaded diff v0.1.13 |
| 724 | 2025-02-25T01:31:04.204Z | Downloaded flume v0.11.1 |
| 725 | 2025-02-25T01:31:04.208Z | Downloaded darling_macro v0.20.10 |
| 726 | 2025-02-25T01:31:04.212Z | Downloaded tungstenite v0.24.0 |
| 727 | 2025-02-25T01:31:04.215Z | Downloaded derive_more v0.99.19 |
| 728 | 2025-02-25T01:31:04.220Z | Downloaded num_threads v0.1.7 |
| 729 | 2025-02-25T01:31:04.223Z | Downloaded newtype-uuid v1.2.1 |
| 730 | 2025-02-25T01:31:04.223Z | Downloaded pem v3.0.5 |
| 731 | 2025-02-25T01:31:04.225Z | Downloaded secrecy v0.8.0 |
| 732 | 2025-02-25T01:31:04.225Z | Downloaded ref-cast v1.0.23 |
| 733 | 2025-02-25T01:31:04.228Z | Downloaded powerfmt v0.2.0 |
| 734 | 2025-02-25T01:31:04.231Z | Downloaded spki v0.7.3 |
| 735 | 2025-02-25T01:31:04.236Z | Downloaded tungstenite v0.23.0 |
| 736 | 2025-02-25T01:31:04.238Z | Downloaded crypto-bigint v0.5.5 |
| 737 | 2025-02-25T01:31:04.245Z | Downloaded phf_shared v0.10.0 |
| 738 | 2025-02-25T01:31:04.247Z | Downloaded pretty-hex v0.2.1 |
| 739 | 2025-02-25T01:31:04.247Z | Downloaded precomputed-hash v0.1.1 |
| 740 | 2025-02-25T01:31:04.250Z | Downloaded number_prefix v0.4.0 |
| 741 | 2025-02-25T01:31:04.250Z | Downloaded tokio-macros v2.5.0 |
| 742 | 2025-02-25T01:31:04.250Z | Downloaded scrypt v0.11.0 |
| 743 | 2025-02-25T01:31:04.253Z | Downloaded zone v0.3.0 |
| 744 | 2025-02-25T01:31:04.253Z | Downloaded unicode-truncate v1.1.0 |
| 745 | 2025-02-25T01:31:04.256Z | Downloaded socket2 v0.5.8 |
| 746 | 2025-02-25T01:31:04.258Z | Downloaded backtrace v0.3.74 |
| 747 | 2025-02-25T01:31:04.263Z | Downloaded topological-sort v0.2.2 |
| 748 | 2025-02-25T01:31:04.266Z | Downloaded pem-rfc7468 v0.7.0 |
| 749 | 2025-02-25T01:31:04.269Z | Downloaded zopfli v0.8.1 |
| 750 | 2025-02-25T01:31:04.272Z | Downloaded take_mut v0.2.2 |
| 751 | 2025-02-25T01:31:04.272Z | Downloaded tinyvec v1.8.0 |
| 752 | 2025-02-25T01:31:04.275Z | Downloaded tabled_derive v0.10.0 |
| 753 | 2025-02-25T01:31:04.278Z | Downloaded postgres-types v0.2.8 |
| 754 | 2025-02-25T01:31:04.281Z | Downloaded aes v0.8.4 |
| 755 | 2025-02-25T01:31:04.284Z | Downloaded num-iter v0.1.45 |
| 756 | 2025-02-25T01:31:04.286Z | Downloaded sqlformat v0.2.6 |
| 757 | 2025-02-25T01:31:04.288Z | Downloaded ff v0.13.0 |
| 758 | 2025-02-25T01:31:04.291Z | Downloaded zerofrom v0.1.4 |
| 759 | 2025-02-25T01:31:04.291Z | Downloaded predicates-core v1.0.8 |
| 760 | 2025-02-25T01:31:04.291Z | Downloaded postcard v1.0.10 |
| 761 | 2025-02-25T01:31:04.294Z | Downloaded miniz_oxide v0.8.0 |
| 762 | 2025-02-25T01:31:04.297Z | Downloaded radium v0.7.0 |
| 763 | 2025-02-25T01:31:04.300Z | Downloaded predicates v3.1.3 |
| 764 | 2025-02-25T01:31:04.302Z | Downloaded spin v0.9.8 |
| 765 | 2025-02-25T01:31:04.305Z | Downloaded smf v0.2.3 |
| 766 | 2025-02-25T01:31:04.307Z | Downloaded postgres-protocol v0.6.8 |
| 767 | 2025-02-25T01:31:04.310Z | Downloaded semver v0.1.20 |
| 768 | 2025-02-25T01:31:04.312Z | Downloaded daft-derive v0.1.1 |
| 769 | 2025-02-25T01:31:04.315Z | Downloaded pin-utils v0.1.0 |
| 770 | 2025-02-25T01:31:04.318Z | Downloaded mockall v0.13.1 |
| 771 | 2025-02-25T01:31:04.320Z | Downloaded salsa20 v0.10.2 |
| 772 | 2025-02-25T01:31:04.320Z | Downloaded rustls-pemfile v1.0.4 |
| 773 | 2025-02-25T01:31:04.322Z | Downloaded slog-stdlog v4.1.1 |
| 774 | 2025-02-25T01:31:04.325Z | Downloaded slog-async v2.8.0 |
| 775 | 2025-02-25T01:31:04.328Z | Downloaded display-error-chain v0.2.2 |
| 776 | 2025-02-25T01:31:04.328Z | Downloaded fd-lock v4.0.2 |
| 777 | 2025-02-25T01:31:04.332Z | Downloaded smallvec v1.14.0 |
| 778 | 2025-02-25T01:31:04.335Z | Downloaded rayon-core v1.12.1 |
| 779 | 2025-02-25T01:31:04.339Z | Downloaded idna v1.0.3 |
| 780 | 2025-02-25T01:31:04.341Z | Downloaded tabwriter v1.4.0 |
| 781 | 2025-02-25T01:31:04.344Z | Downloaded slog-scope v4.4.0 |
| 782 | 2025-02-25T01:31:04.344Z | Downloaded sct v0.7.1 |
| 783 | 2025-02-25T01:31:04.347Z | Downloaded zone v0.1.8 |
| 784 | 2025-02-25T01:31:04.351Z | Downloaded parking_lot_core v0.8.6 |
| 785 | 2025-02-25T01:31:04.351Z | Downloaded wyz v0.5.1 |
| 786 | 2025-02-25T01:31:04.351Z | Downloaded diesel-dtrace v0.4.2 |
| 787 | 2025-02-25T01:31:04.354Z | Downloaded password-hash v0.5.0 |
| 788 | 2025-02-25T01:31:04.357Z | Downloaded libm v0.2.8 |
| 789 | 2025-02-25T01:31:04.362Z | Downloaded displaydoc v0.2.5 |
| 790 | 2025-02-25T01:31:04.365Z | Downloaded zerovec-derive v0.10.3 |
| 791 | 2025-02-25T01:31:04.368Z | Downloaded des v0.8.1 |
| 792 | 2025-02-25T01:31:04.370Z | Downloaded paste v1.0.15 |
| 793 | 2025-02-25T01:31:04.373Z | Downloaded packed_struct v0.10.1 |
| 794 | 2025-02-25T01:31:04.376Z | Downloaded rustls-pemfile v2.2.0 |
| 795 | 2025-02-25T01:31:04.379Z | Downloaded slog-term v2.9.1 |
| 796 | 2025-02-25T01:31:04.379Z | Downloaded password-hash v0.4.2 |
| 797 | 2025-02-25T01:31:04.381Z | Downloaded tracing-core v0.1.32 |
| 798 | 2025-02-25T01:31:04.384Z | Downloaded futures-executor v0.3.31 |
| 799 | 2025-02-25T01:31:04.387Z | Downloaded env_filter v0.1.2 |
| 800 | 2025-02-25T01:31:04.387Z | Downloaded progenitor-impl v0.8.0 |
| 801 | 2025-02-25T01:31:04.389Z | Downloaded url v2.5.3 |
| 802 | 2025-02-25T01:31:04.392Z | Downloaded sync_wrapper v1.0.1 |
| 803 | 2025-02-25T01:31:04.396Z | Downloaded itertools v0.12.1 |
| 804 | 2025-02-25T01:31:04.400Z | Downloaded num v0.4.3 |
| 805 | 2025-02-25T01:31:04.402Z | Downloaded mockall_derive v0.13.1 |
| 806 | 2025-02-25T01:31:04.406Z | Downloaded rcgen v0.12.1 |
| 807 | 2025-02-25T01:31:04.409Z | Downloaded progenitor-impl v0.9.1 |
| 808 | 2025-02-25T01:31:04.409Z | Downloaded strum v0.26.3 |
| 809 | 2025-02-25T01:31:04.411Z | Downloaded term v0.7.0 |
| 810 | 2025-02-25T01:31:04.416Z | Downloaded debug-ignore v1.0.5 |
| 811 | 2025-02-25T01:31:04.419Z | Downloaded ssh-key v0.6.6 |
| 812 | 2025-02-25T01:31:04.422Z | Downloaded data-encoding v2.6.0 |
| 813 | 2025-02-25T01:31:04.424Z | Downloaded strum_macros v0.25.3 |
| 814 | 2025-02-25T01:31:04.428Z | Downloaded strum_macros v0.24.3 |
| 815 | 2025-02-25T01:31:04.428Z | Downloaded zerocopy v0.6.6 |
| 816 | 2025-02-25T01:31:04.431Z | Downloaded openssl-sys v0.9.106 |
| 817 | 2025-02-25T01:31:04.435Z | Downloaded env_logger v0.11.5 |
| 818 | 2025-02-25T01:31:04.438Z | Downloaded subtle v2.6.1 |
| 819 | 2025-02-25T01:31:04.441Z | Downloaded rustc-hash v1.1.0 |
| 820 | 2025-02-25T01:31:04.441Z | Downloaded hash32 v0.3.1 |
| 821 | 2025-02-25T01:31:04.443Z | Downloaded primeorder v0.13.6 |
| 822 | 2025-02-25T01:31:04.445Z | Downloaded hash32 v0.2.1 |
| 823 | 2025-02-25T01:31:04.448Z | Downloaded tokio-native-tls v0.3.1 |
| 824 | 2025-02-25T01:31:04.451Z | Downloaded serde_derive_internals v0.29.1 |
| 825 | 2025-02-25T01:31:04.453Z | Downloaded signal-hook-tokio v0.3.1 |
| 826 | 2025-02-25T01:31:04.453Z | Downloaded serde-hex v0.1.0 |
| 827 | 2025-02-25T01:31:04.456Z | Downloaded rustc-hash v2.1.1 |
| 828 | 2025-02-25T01:31:04.456Z | Downloaded rustls-pki-types v1.10.0 |
| 829 | 2025-02-25T01:31:04.459Z | Downloaded env_logger v0.10.2 |
| 830 | 2025-02-25T01:31:04.462Z | Downloaded fatfs v0.3.6 |
| 831 | 2025-02-25T01:31:04.465Z | Downloaded sqlparser_derive v0.2.2 |
| 832 | 2025-02-25T01:31:04.468Z | Downloaded group v0.13.0 |
| 833 | 2025-02-25T01:31:04.470Z | Downloaded futures-macro v0.3.31 |
| 834 | 2025-02-25T01:31:04.470Z | Downloaded oso-derive v0.27.3 |
| 835 | 2025-02-25T01:31:04.470Z | Downloaded structmeta v0.3.0 |
| 836 | 2025-02-25T01:31:04.473Z | Downloaded universal-hash v0.5.1 |
| 837 | 2025-02-25T01:31:04.473Z | Downloaded tokio-tungstenite v0.23.1 |
| 838 | 2025-02-25T01:31:04.475Z | Downloaded pkcs8 v0.10.2 |
| 839 | 2025-02-25T01:31:04.478Z | Downloaded want v0.3.1 |
| 840 | 2025-02-25T01:31:04.481Z | Downloaded unicode_categories v0.1.1 |
| 841 | 2025-02-25T01:31:04.484Z | Downloaded pkcs1 v0.7.5 |
| 842 | 2025-02-25T01:31:04.488Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 843 | 2025-02-25T01:31:04.488Z | Downloaded tui-tree-widget v0.23.0 |
| 844 | 2025-02-25T01:31:04.488Z | Downloaded nu-ansi-term v0.50.1 |
| 845 | 2025-02-25T01:31:04.491Z | Downloaded itertools v0.13.0 |
| 846 | 2025-02-25T01:31:04.498Z | Downloaded nodrop v0.1.14 |
| 847 | 2025-02-25T01:31:04.500Z | Downloaded scopeguard v1.2.0 |
| 848 | 2025-02-25T01:31:04.502Z | Downloaded rand_chacha v0.9.0 |
| 849 | 2025-02-25T01:31:04.503Z | Downloaded pin-project-lite v0.2.14 |
| 850 | 2025-02-25T01:31:04.508Z | Downloaded tower-service v0.3.3 |
| 851 | 2025-02-25T01:31:04.510Z | Downloaded rand v0.8.5 |
| 852 | 2025-02-25T01:31:04.513Z | Downloaded parse-size v1.1.0 |
| 853 | 2025-02-25T01:31:04.515Z | Downloaded progenitor-macro v0.8.0 |
| 854 | 2025-02-25T01:31:04.518Z | Downloaded p521 v0.13.3 |
| 855 | 2025-02-25T01:31:04.522Z | Downloaded xattr v1.3.1 |
| 856 | 2025-02-25T01:31:04.524Z | Downloaded typify v0.2.0 |
| 857 | 2025-02-25T01:31:04.528Z | Downloaded slog v2.7.0 |
| 858 | 2025-02-25T01:31:04.532Z | Downloaded waitgroup v0.1.2 |
| 859 | 2025-02-25T01:31:04.532Z | Downloaded termcolor v1.4.1 |
| 860 | 2025-02-25T01:31:04.534Z | Downloaded glob v0.3.2 |
| 861 | 2025-02-25T01:31:04.534Z | Downloaded rustyline v14.0.0 |
| 862 | 2025-02-25T01:31:04.541Z | Downloaded derive_builder_macro v0.20.2 |
| 863 | 2025-02-25T01:31:04.545Z | Downloaded tower-layer v0.3.3 |
| 864 | 2025-02-25T01:31:04.546Z | Downloaded dropshot_endpoint v0.12.0 |
| 865 | 2025-02-25T01:31:04.549Z | Downloaded synstructure v0.13.1 |
| 866 | 2025-02-25T01:31:04.549Z | Downloaded p256 v0.13.2 |
| 867 | 2025-02-25T01:31:04.552Z | Downloaded half v2.4.1 |
| 868 | 2025-02-25T01:31:04.555Z | Downloaded tungstenite v0.21.0 |
| 869 | 2025-02-25T01:31:04.559Z | Downloaded pbkdf2 v0.12.2 |
| 870 | 2025-02-25T01:31:04.561Z | Downloaded strip-ansi-escapes v0.2.0 |
| 871 | 2025-02-25T01:31:04.564Z | Downloaded percent-encoding v2.3.1 |
| 872 | 2025-02-25T01:31:04.564Z | Downloaded parking_lot v0.11.2 |
| 873 | 2025-02-25T01:31:04.566Z | Downloaded schemars_derive v0.8.21 |
| 874 | 2025-02-25T01:31:04.568Z | Downloaded scheduled-thread-pool v0.2.7 |
| 875 | 2025-02-25T01:31:04.571Z | Downloaded same-file v1.0.6 |
| 876 | 2025-02-25T01:31:04.571Z | Downloaded rand_core v0.6.4 |
| 877 | 2025-02-25T01:31:04.573Z | Downloaded pkcs5 v0.7.1 |
| 878 | 2025-02-25T01:31:04.576Z | Downloaded funty v2.0.0 |
| 879 | 2025-02-25T01:31:04.578Z | Downloaded float-cmp v0.10.0 |
| 880 | 2025-02-25T01:31:04.578Z | Downloaded aho-corasick v1.1.3 |
| 881 | 2025-02-25T01:31:04.585Z | Downloaded tracing-attributes v0.1.27 |
| 882 | 2025-02-25T01:31:04.587Z | Downloaded unsafe-libyaml v0.2.11 |
| 883 | 2025-02-25T01:31:04.591Z | Downloaded wait-timeout v0.2.0 |
| 884 | 2025-02-25T01:31:04.594Z | Downloaded vte_generate_state_changes v0.1.2 |
| 885 | 2025-02-25T01:31:04.594Z | Downloaded yasna v0.5.2 |
| 886 | 2025-02-25T01:31:04.596Z | Downloaded defmt v0.3.8 |
| 887 | 2025-02-25T01:31:04.599Z | Downloaded globset v0.4.15 |
| 888 | 2025-02-25T01:31:04.602Z | Downloaded typify v0.3.0 |
| 889 | 2025-02-25T01:31:04.605Z | Downloaded oxnet v0.1.0 |
| 890 | 2025-02-25T01:31:04.608Z | Downloaded defmt-macros v0.3.9 |
| 891 | 2025-02-25T01:31:04.611Z | Downloaded termtree v0.4.1 |
| 892 | 2025-02-25T01:31:04.611Z | Downloaded num_enum v0.5.11 |
| 893 | 2025-02-25T01:31:04.617Z | Downloaded quinn-udp v0.5.5 |
| 894 | 2025-02-25T01:31:04.619Z | Downloaded signature v2.2.0 |
| 895 | 2025-02-25T01:31:04.622Z | Downloaded rustc-demangle v0.1.24 |
| 896 | 2025-02-25T01:31:04.622Z | Downloaded peg v0.8.4 |
| 897 | 2025-02-25T01:31:04.626Z | Downloaded der_derive v0.7.3 |
| 898 | 2025-02-25T01:31:04.629Z | Downloaded derive_builder v0.20.2 |
| 899 | 2025-02-25T01:31:04.634Z | Downloaded parking_lot v0.12.3 |
| 900 | 2025-02-25T01:31:04.637Z | Downloaded stringprep v0.1.5 |
| 901 | 2025-02-25T01:31:04.641Z | Downloaded tokio-postgres v0.7.12 |
| 902 | 2025-02-25T01:31:04.646Z | Downloaded termtree v0.5.1 |
| 903 | 2025-02-25T01:31:04.649Z | Downloaded typify-macro v0.3.0 |
| 904 | 2025-02-25T01:31:04.649Z | Downloaded derive_builder_core v0.20.2 |
| 905 | 2025-02-25T01:31:04.651Z | Downloaded futures-core v0.3.31 |
| 906 | 2025-02-25T01:31:04.651Z | Downloaded futures-io v0.3.31 |
| 907 | 2025-02-25T01:31:04.651Z | Downloaded signal-hook-mio v0.2.4 |
| 908 | 2025-02-25T01:31:04.654Z | Downloaded salty v0.3.0 |
| 909 | 2025-02-25T01:31:04.659Z | Downloaded progenitor-client v0.9.1 |
| 910 | 2025-02-25T01:31:04.662Z | Downloaded sigpipe v0.1.3 |
| 911 | 2025-02-25T01:31:04.662Z | Downloaded yoke v0.7.4 |
| 912 | 2025-02-25T01:31:04.668Z | Downloaded tls_codec_derive v0.4.1 |
| 913 | 2025-02-25T01:31:04.668Z | Downloaded phf_shared v0.11.2 |
| 914 | 2025-02-25T01:31:04.671Z | Downloaded elliptic-curve v0.13.8 |
| 915 | 2025-02-25T01:31:04.671Z | Downloaded string_cache v0.8.7 |
| 916 | 2025-02-25T01:31:04.673Z | Downloaded mirai-annotations v1.12.0 |
| 917 | 2025-02-25T01:31:04.674Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2025-02-25T01:31:04.676Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 919 | 2025-02-25T01:31:04.676Z | Downloaded prettyplease v0.2.29 |
| 920 | 2025-02-25T01:31:04.680Z | Downloaded tls_codec v0.4.1 |
| 921 | 2025-02-25T01:31:04.682Z | Downloaded dsl_auto_type v0.1.2 |
| 922 | 2025-02-25T01:31:04.684Z | Downloaded flate2 v1.0.35 |
| 923 | 2025-02-25T01:31:04.689Z | Downloaded pretty_assertions v1.4.1 |
| 924 | 2025-02-25T01:31:04.692Z | Downloaded unicode-segmentation v1.12.0 |
| 925 | 2025-02-25T01:31:04.695Z | Downloaded owo-colors v4.1.0 |
| 926 | 2025-02-25T01:31:04.697Z | Downloaded stable_deref_trait v1.2.0 |
| 927 | 2025-02-25T01:31:04.700Z | Downloaded aws-lc-rs v1.10.0 |
| 928 | 2025-02-25T01:31:04.708Z | Downloaded ed25519 v2.2.3 |
| 929 | 2025-02-25T01:31:04.712Z | Downloaded progenitor v0.9.1 |
| 930 | 2025-02-25T01:31:04.715Z | Downloaded tokio-tungstenite v0.24.0 |
| 931 | 2025-02-25T01:31:04.715Z | Downloaded serde_repr v0.1.19 |
| 932 | 2025-02-25T01:31:04.718Z | Downloaded simd-adler32 v0.3.7 |
| 933 | 2025-02-25T01:31:04.718Z | Downloaded packed_struct_codegen v0.10.1 |
| 934 | 2025-02-25T01:31:04.721Z | Downloaded dyn-clone v1.0.18 |
| 935 | 2025-02-25T01:31:04.721Z | Downloaded either v1.13.0 |
| 936 | 2025-02-25T01:31:04.724Z | Downloaded rtoolbox v0.0.2 |
| 937 | 2025-02-25T01:31:04.727Z | Downloaded chrono v0.4.39 |
| 938 | 2025-02-25T01:31:04.734Z | Downloaded futures-channel v0.3.31 |
| 939 | 2025-02-25T01:31:04.736Z | Downloaded derive-where v1.2.7 |
| 940 | 2025-02-25T01:31:04.740Z | Downloaded num-traits v0.2.19 |
| 941 | 2025-02-25T01:31:04.742Z | Downloaded tokio-util v0.7.12 |
| 942 | 2025-02-25T01:31:04.748Z | Downloaded vergen v8.3.2 |
| 943 | 2025-02-25T01:31:04.751Z | Downloaded progenitor v0.8.0 |
| 944 | 2025-02-25T01:31:04.753Z | Downloaded lalrpop v0.19.12 |
| 945 | 2025-02-25T01:31:04.765Z | Downloaded smallvec v0.6.14 |
| 946 | 2025-02-25T01:31:04.767Z | Downloaded num-rational v0.4.2 |
| 947 | 2025-02-25T01:31:04.770Z | Downloaded num-complex v0.4.6 |
| 948 | 2025-02-25T01:31:04.772Z | Downloaded quinn-proto v0.11.8 |
| 949 | 2025-02-25T01:31:04.777Z | Downloaded num-integer v0.1.46 |
| 950 | 2025-02-25T01:31:04.779Z | Downloaded icu_properties_data v1.5.0 |
| 951 | 2025-02-25T01:31:04.790Z | Downloaded test-strategy v0.4.0 |
| 952 | 2025-02-25T01:31:04.794Z | Downloaded dropshot_endpoint v0.15.1 |
| 953 | 2025-02-25T01:31:04.797Z | Downloaded winnow v0.5.40 |
| 954 | 2025-02-25T01:31:04.807Z | Downloaded x509-cert v0.2.5 |
| 955 | 2025-02-25T01:31:04.814Z | Downloaded pin-project v1.1.6 |
| 956 | 2025-02-25T01:31:04.826Z | Downloaded nom v7.1.3 |
| 957 | 2025-02-25T01:31:04.831Z | Downloaded papergrid v0.14.0 |
| 958 | 2025-02-25T01:31:04.836Z | Downloaded rayon v1.10.0 |
| 959 | 2025-02-25T01:31:04.847Z | Downloaded steno v0.4.1 |
| 960 | 2025-02-25T01:31:04.850Z | Downloaded unicode-normalization v0.1.24 |
| 961 | 2025-02-25T01:31:04.854Z | Downloaded der v0.7.9 |
| 962 | 2025-02-25T01:31:04.864Z | Downloaded russh v0.45.0 |
| 963 | 2025-02-25T01:31:04.868Z | Downloaded rsa v0.9.6 |
| 964 | 2025-02-25T01:31:04.871Z | Downloaded phf_generator v0.11.2 |
| 965 | 2025-02-25T01:31:04.873Z | Downloaded mio v1.0.2 |
| 966 | 2025-02-25T01:31:04.878Z | Downloaded time v0.3.36 |
| 967 | 2025-02-25T01:31:04.886Z | Downloaded rustls-webpki v0.102.8 |
| 968 | 2025-02-25T01:31:04.906Z | Downloaded ed25519-dalek v2.1.1 |
| 969 | 2025-02-25T01:31:04.910Z | Downloaded p384 v0.13.0 |
| 970 | 2025-02-25T01:31:04.916Z | Downloaded unicode-width v0.2.0 |
| 971 | 2025-02-25T01:31:04.924Z | Downloaded tower v0.5.2 |
| 972 | 2025-02-25T01:31:04.931Z | Downloaded rusqlite v0.32.1 |
| 973 | 2025-02-25T01:31:04.938Z | Downloaded reqwest v0.12.12 |
| 974 | 2025-02-25T01:31:04.948Z | Downloaded h2 v0.4.6 |
| 975 | 2025-02-25T01:31:04.955Z | Downloaded num-bigint-dig v0.8.4 |
| 976 | 2025-02-25T01:31:04.960Z | Downloaded openssl v0.10.71 |
| 977 | 2025-02-25T01:31:04.970Z | Downloaded curve25519-dalek v4.1.3 |
| 978 | 2025-02-25T01:31:04.981Z | Downloaded quinn v0.11.5 |
| 979 | 2025-02-25T01:31:04.985Z | Downloaded regex v1.11.1 |
| 980 | 2025-02-25T01:31:04.998Z | Downloaded rand v0.9.0 |
| 981 | 2025-02-25T01:31:05.002Z | Downloaded regex-syntax v0.6.29 |
| 982 | 2025-02-25T01:31:05.010Z | Downloaded nix v0.27.1 |
| 983 | 2025-02-25T01:31:05.021Z | Downloaded hashbrown v0.14.5 |
| 984 | 2025-02-25T01:31:05.026Z | Downloaded rustls-webpki v0.101.7 |
| 985 | 2025-02-25T01:31:05.041Z | Downloaded webpki-roots v0.26.6 |
| 986 | 2025-02-25T01:31:05.045Z | Downloaded rustls v0.21.12 |
| 987 | 2025-02-25T01:31:05.057Z | Downloaded gimli v0.31.1 |
| 988 | 2025-02-25T01:31:05.065Z | Downloaded regress v0.10.1 |
| 989 | 2025-02-25T01:31:05.075Z | Downloaded openapiv3 v2.0.0 |
| 990 | 2025-02-25T01:31:05.088Z | Downloaded quick-xml v0.37.2 |
| 991 | 2025-02-25T01:31:05.093Z | Downloaded object v0.30.4 |
| 992 | 2025-02-25T01:31:05.104Z | Downloaded dropshot v0.12.0 |
| 993 | 2025-02-25T01:31:05.124Z | Downloaded tabled v0.18.0 |
| 994 | 2025-02-25T01:31:05.142Z | Downloaded object v0.36.5 |
| 995 | 2025-02-25T01:31:05.153Z | Downloaded smoltcp v0.11.0 |
| 996 | 2025-02-25T01:31:05.165Z | Downloaded nix v0.28.0 |
| 997 | 2025-02-25T01:31:05.178Z | Downloaded diesel v2.2.7 |
| 998 | 2025-02-25T01:31:05.197Z | Downloaded rustls v0.23.19 |
| 999 | 2025-02-25T01:31:05.208Z | Downloaded dropshot v0.15.1 |
| 1000 | 2025-02-25T01:31:05.231Z | Downloaded chrono-tz v0.10.1 |
| 1001 | 2025-02-25T01:31:05.238Z | Downloaded bstr v1.10.0 |
| 1002 | 2025-02-25T01:31:05.249Z | Downloaded smoltcp v0.9.1 |
| 1003 | 2025-02-25T01:31:05.260Z | Downloaded git2 v0.19.0 |
| 1004 | 2025-02-25T01:31:05.271Z | Downloaded nix v0.29.0 |
| 1005 | 2025-02-25T01:31:05.288Z | Downloaded typify-impl v0.3.0 |
| 1006 | 2025-02-25T01:31:05.299Z | Downloaded zerocopy-derive v0.6.6 |
| 1007 | 2025-02-25T01:31:05.318Z | Downloaded ratatui v0.29.0 |
| 1008 | 2025-02-25T01:31:05.331Z | Downloaded petname v2.0.2 |
| 1009 | 2025-02-25T01:31:05.338Z | Downloaded sled v0.34.7 |
| 1010 | 2025-02-25T01:31:05.347Z | Downloaded typify-impl v0.2.0 |
| 1011 | 2025-02-25T01:31:05.360Z | Downloaded regex-automata v0.4.8 |
| 1012 | 2025-02-25T01:31:05.377Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1013 | 2025-02-25T01:31:05.392Z | Downloaded regex-syntax v0.8.5 |
| 1014 | 2025-02-25T01:31:05.406Z | Downloaded rustls v0.22.4 |
| 1015 | 2025-02-25T01:31:05.412Z | Downloaded regress v0.9.1 |
| 1016 | 2025-02-25T01:31:05.421Z | Downloaded lzma-sys v0.1.20 |
| 1017 | 2025-02-25T01:31:05.449Z | Downloaded polar-core v0.27.3 |
| 1018 | 2025-02-25T01:31:05.458Z | Downloaded vcpkg v0.2.15 |
| 1019 | 2025-02-25T01:31:05.495Z | Downloaded libz-sys v1.1.20 |
| 1020 | 2025-02-25T01:31:05.521Z | Downloaded radix_trie v0.2.1 |
| 1021 | 2025-02-25T01:31:05.524Z | Downloaded sqlparser v0.45.0 |
| 1022 | 2025-02-25T01:31:05.529Z | Downloaded bindgen v0.71.1 |
| 1023 | 2025-02-25T01:31:05.535Z | Downloaded zerocopy v0.8.10 |
| 1024 | 2025-02-25T01:31:05.559Z | Downloaded num-bigint v0.4.6 |
| 1025 | 2025-02-25T01:31:05.563Z | Downloaded bindgen v0.69.5 |
| 1026 | 2025-02-25T01:31:05.570Z | Downloaded petgraph v0.6.5 |
| 1027 | 2025-02-25T01:31:05.588Z | Downloaded csv v1.3.1 |
| 1028 | 2025-02-25T01:31:05.607Z | Downloaded vte v0.11.1 |
| 1029 | 2025-02-25T01:31:05.612Z | Downloaded tokio v1.43.0 |
| 1030 | 2025-02-25T01:31:05.647Z | Downloaded sha3 v0.10.8 |
| 1031 | 2025-02-25T01:31:05.651Z | Downloaded tracing v0.1.40 |
| 1032 | 2025-02-25T01:31:05.655Z | Downloaded parse-zoneinfo v0.3.1 |
| 1033 | 2025-02-25T01:31:05.657Z | Downloaded proptest v1.5.0 |
| 1034 | 2025-02-25T01:31:05.668Z | Downloaded getrandom v0.3.1 |
| 1035 | 2025-02-25T01:31:05.678Z | Downloaded hashbrown v0.13.2 |
| 1036 | 2025-02-25T01:31:05.680Z | Downloaded hashbrown v0.12.3 |
| 1037 | 2025-02-25T01:31:05.680Z | Downloaded vsss-rs v3.3.4 |
| 1038 | 2025-02-25T01:31:05.680Z | Downloaded thiserror v2.0.11 |
| 1039 | 2025-02-25T01:31:05.685Z | Downloaded serde_with v3.11.0 |
| 1040 | 2025-02-25T01:31:05.693Z | Downloaded ron v0.8.1 |
| 1041 | 2025-02-25T01:31:05.698Z | Downloaded oso v0.27.3 |
| 1042 | 2025-02-25T01:31:05.702Z | Downloaded bitvec v1.0.1 |
| 1043 | 2025-02-25T01:31:05.717Z | Downloaded futures v0.3.31 |
| 1044 | 2025-02-25T01:31:05.722Z | Downloaded russh-keys v0.45.0 |
| 1045 | 2025-02-25T01:31:05.726Z | Downloaded samael v0.0.18 |
| 1046 | 2025-02-25T01:31:05.731Z | Downloaded pin-project-internal v1.1.6 |
| 1047 | 2025-02-25T01:31:05.735Z | Downloaded typify-macro v0.2.0 |
| 1048 | 2025-02-25T01:31:05.735Z | Downloaded tough v0.19.0 |
| 1049 | 2025-02-25T01:31:05.740Z | Downloaded expectorate v1.1.0 |
| 1050 | 2025-02-25T01:31:05.742Z | Downloaded static_assertions v1.1.0 |
| 1051 | 2025-02-25T01:31:05.742Z | Downloaded signal-hook-registry v1.4.2 |
| 1052 | 2025-02-25T01:31:05.745Z | Downloaded serde_plain v1.0.2 |
| 1053 | 2025-02-25T01:31:05.748Z | Downloaded r2d2 v0.8.10 |
| 1054 | 2025-02-25T01:31:05.748Z | Downloaded zip v2.1.3 |
| 1055 | 2025-02-25T01:31:05.752Z | Downloaded toml_edit v0.19.15 |
| 1056 | 2025-02-25T01:31:05.765Z | Downloaded futures-util v0.3.31 |
| 1057 | 2025-02-25T01:31:05.776Z | Downloaded num_enum_derive v0.5.11 |
| 1058 | 2025-02-25T01:31:05.779Z | Downloaded parking_lot_core v0.9.10 |
| 1059 | 2025-02-25T01:31:05.782Z | Downloaded dunce v1.0.5 |
| 1060 | 2025-02-25T01:31:05.782Z | Downloaded parse-display v0.10.0 |
| 1061 | 2025-02-25T01:31:05.782Z | Downloaded blake3 v1.5.4 |
| 1062 | 2025-02-25T01:31:05.788Z | Downloaded portable-atomic v1.9.0 |
| 1063 | 2025-02-25T01:31:05.795Z | Downloaded encoding_rs v0.8.34 |
| 1064 | 2025-02-25T01:31:05.816Z | Downloaded zerocopy-derive v0.8.10 |
| 1065 | 2025-02-25T01:31:05.821Z | Downloaded zerovec v0.10.4 |
| 1066 | 2025-02-25T01:31:05.827Z | Downloaded unicode-bidi v0.3.17 |
| 1067 | 2025-02-25T01:31:05.830Z | Downloaded unicode-properties v0.1.3 |
| 1068 | 2025-02-25T01:31:05.835Z | Downloaded zip v0.6.6 |
| 1069 | 2025-02-25T01:31:05.837Z | Downloaded reedline v0.35.0 |
| 1070 | 2025-02-25T01:31:05.842Z | Downloaded futures-sink v0.3.31 |
| 1071 | 2025-02-25T01:31:05.845Z | Downloaded defmt-parser v0.3.4 |
| 1072 | 2025-02-25T01:31:05.845Z | Downloaded whoami v1.5.2 |
| 1073 | 2025-02-25T01:31:05.848Z | Downloaded similar v2.6.0 |
| 1074 | 2025-02-25T01:31:05.851Z | Downloaded which v4.4.2 |
| 1075 | 2025-02-25T01:31:05.856Z | Downloaded aes-gcm v0.10.3 |
| 1076 | 2025-02-25T01:31:05.856Z | Downloaded diesel_derives v2.2.3 |
| 1077 | 2025-02-25T01:31:05.859Z | Downloaded ring v0.17.11 |
| 1078 | 2025-02-25T01:31:05.901Z | Downloaded rustc_version v0.4.1 |
| 1079 | 2025-02-25T01:31:05.906Z | Downloaded ron v0.7.1 |
| 1080 | 2025-02-25T01:31:05.910Z | Downloaded toml v0.7.8 |
| 1081 | 2025-02-25T01:31:05.913Z | Downloaded itertools v0.14.0 |
| 1082 | 2025-02-25T01:31:05.917Z | Downloaded crossterm v0.28.1 |
| 1083 | 2025-02-25T01:31:05.923Z | Downloaded omicron-zone-package v0.12.0 |
| 1084 | 2025-02-25T01:31:05.925Z | Downloaded ppv-lite86 v0.2.20 |
| 1085 | 2025-02-25T01:31:05.928Z | Downloaded libxml v0.3.3 |
| 1086 | 2025-02-25T01:31:05.932Z | Downloaded serde-big-array v0.5.1 |
| 1087 | 2025-02-25T01:31:05.936Z | Downloaded siphasher v0.3.11 |
| 1088 | 2025-02-25T01:31:05.936Z | Downloaded yansi v1.0.1 |
| 1089 | 2025-02-25T01:31:05.940Z | Downloaded ghash v0.5.1 |
| 1090 | 2025-02-25T01:31:05.940Z | Downloaded rand_core v0.9.2 |
| 1091 | 2025-02-25T01:31:05.943Z | Downloaded qorb v0.2.1 |
| 1092 | 2025-02-25T01:31:05.945Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1093 | 2025-02-25T01:31:06.001Z | Downloaded typed-path v0.9.3 |
| 1094 | 2025-02-25T01:31:06.006Z | Downloaded snafu v0.8.5 |
| 1095 | 2025-02-25T01:31:06.011Z | Downloaded signal-hook v0.3.17 |
| 1096 | 2025-02-25T01:31:06.015Z | Downloaded itertools v0.10.5 |
| 1097 | 2025-02-25T01:31:06.020Z | Downloaded walkdir v2.5.0 |
| 1098 | 2025-02-25T01:31:06.023Z | Downloaded rand_seeder v0.3.0 |
| 1099 | 2025-02-25T01:31:06.023Z | Downloaded publicsuffix v2.3.0 |
| 1100 | 2025-02-25T01:31:06.026Z | Downloaded multer v3.1.0 |
| 1101 | 2025-02-25T01:31:06.028Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1102 | 2025-02-25T01:31:06.028Z | Downloaded flagset v0.4.6 |
| 1103 | 2025-02-25T01:31:06.031Z | Downloaded fixedbitset v0.4.2 |
| 1104 | 2025-02-25T01:31:06.034Z | Downloaded filetime v0.2.25 |
| 1105 | 2025-02-25T01:31:06.034Z | Downloaded minimal-lexical v0.2.1 |
| 1106 | 2025-02-25T01:31:06.037Z | Downloaded fs_extra v1.3.0 |
| 1107 | 2025-02-25T01:31:06.040Z | Downloaded ecdsa v0.16.9 |
| 1108 | 2025-02-25T01:31:06.042Z | Downloaded xz2 v0.1.7 |
| 1109 | 2025-02-25T01:31:06.043Z | Downloaded peg-macros v0.8.4 |
| 1110 | 2025-02-25T01:31:06.045Z | Downloaded zerofrom-derive v0.1.4 |
| 1111 | 2025-02-25T01:31:06.046Z | Downloaded shlex v1.3.0 |
| 1112 | 2025-02-25T01:31:06.048Z | Downloaded serde_urlencoded v0.7.1 |
| 1113 | 2025-02-25T01:31:06.048Z | Downloaded toolchain_find v0.4.0 |
| 1114 | 2025-02-25T01:31:06.050Z | Downloaded time-macros v0.2.18 |
| 1115 | 2025-02-25T01:31:06.053Z | Downloaded foreign-types-macros v0.2.3 |
| 1116 | 2025-02-25T01:31:06.053Z | Downloaded foreign-types v0.5.0 |
| 1117 | 2025-02-25T01:31:06.053Z | Downloaded enum-as-inner v0.6.1 |
| 1118 | 2025-02-25T01:31:06.055Z | Downloaded snafu-derive v0.8.5 |
| 1119 | 2025-02-25T01:31:06.056Z | Downloaded darling_core v0.20.10 |
| 1120 | 2025-02-25T01:31:06.059Z | Downloaded tar v0.4.44 |
| 1121 | 2025-02-25T01:31:06.062Z | Downloaded supports-color v3.0.2 |
| 1122 | 2025-02-25T01:31:06.067Z | Downloaded structmeta-derive v0.3.0 |
| 1123 | 2025-02-25T01:31:06.067Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1124 | 2025-02-25T01:31:06.070Z | Downloaded untrusted v0.9.0 |
| 1125 | 2025-02-25T01:31:06.070Z | Downloaded unicase v2.7.0 |
| 1126 | 2025-02-25T01:31:06.074Z | Downloaded unarray v0.1.4 |
| 1127 | 2025-02-25T01:31:06.074Z | Downloaded tinystr v0.7.6 |
| 1128 | 2025-02-25T01:31:06.074Z | Downloaded opaque-debug v0.3.1 |
| 1129 | 2025-02-25T01:31:06.076Z | Downloaded nibble_vec v0.1.0 |
| 1130 | 2025-02-25T01:31:06.076Z | Downloaded newtype_derive v0.1.6 |
| 1131 | 2025-02-25T01:31:06.076Z | Downloaded headers v0.4.0 |
| 1132 | 2025-02-25T01:31:06.081Z | Downloaded pkg-config v0.3.31 |
| 1133 | 2025-02-25T01:31:06.083Z | Downloaded tokio-tungstenite v0.21.0 |
| 1134 | 2025-02-25T01:31:06.087Z | Downloaded rustversion v1.0.17 |
| 1135 | 2025-02-25T01:31:06.087Z | Downloaded subprocess v0.2.9 |
| 1136 | 2025-02-25T01:31:06.090Z | Downloaded dirs-sys-next v0.1.2 |
| 1137 | 2025-02-25T01:31:06.090Z | Downloaded hyper-util v0.1.10 |
| 1138 | 2025-02-25T01:31:06.094Z | Downloaded cc v1.2.15 |
| 1139 | 2025-02-25T01:31:06.098Z | Downloaded tokio-rustls v0.26.0 |
| 1140 | 2025-02-25T01:31:06.102Z | Downloaded tokio-rustls v0.24.1 |
| 1141 | 2025-02-25T01:31:06.102Z | Downloaded base64 v0.22.1 |
| 1142 | 2025-02-25T01:31:06.105Z | Downloaded base64 v0.21.7 |
| 1143 | 2025-02-25T01:31:06.109Z | Downloaded getrandom v0.2.15 |
| 1144 | 2025-02-25T01:31:06.112Z | Downloaded nanorand v0.7.0 |
| 1145 | 2025-02-25T01:31:06.116Z | Downloaded dirs-next v2.0.0 |
| 1146 | 2025-02-25T01:31:06.119Z | Downloaded value-bag v1.9.0 |
| 1147 | 2025-02-25T01:31:06.119Z | Downloaded unicode-xid v0.2.6 |
| 1148 | 2025-02-25T01:31:06.119Z | Downloaded strum_macros v0.26.4 |
| 1149 | 2025-02-25T01:31:06.123Z | Downloaded serde_with_macros v3.11.0 |
| 1150 | 2025-02-25T01:31:06.127Z | Downloaded rand_chacha v0.3.1 |
| 1151 | 2025-02-25T01:31:06.127Z | Downloaded mime_guess v2.0.5 |
| 1152 | 2025-02-25T01:31:06.127Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1153 | 2025-02-25T01:31:06.130Z | Downloaded icu_normalizer v1.5.0 |
| 1154 | 2025-02-25T01:31:06.134Z | Downloaded utf8_iter v1.0.4 |
| 1155 | 2025-02-25T01:31:06.134Z | Downloaded const_format v0.2.34 |
| 1156 | 2025-02-25T01:31:06.137Z | Downloaded bumpalo v3.16.0 |
| 1157 | 2025-02-25T01:31:06.140Z | Downloaded maplit v1.0.2 |
| 1158 | 2025-02-25T01:31:06.140Z | Downloaded lru v0.12.5 |
| 1159 | 2025-02-25T01:31:06.144Z | Downloaded lock_api v0.4.12 |
| 1160 | 2025-02-25T01:31:06.144Z | Downloaded memmap2 v0.9.5 |
| 1161 | 2025-02-25T01:31:06.144Z | Downloaded lockfree-object-pool v0.1.6 |
| 1162 | 2025-02-25T01:31:06.148Z | Downloaded litemap v0.7.3 |
| 1163 | 2025-02-25T01:31:06.148Z | Downloaded ipnet v2.10.1 |
| 1164 | 2025-02-25T01:31:06.151Z | Downloaded writeable v0.5.5 |
| 1165 | 2025-02-25T01:31:06.151Z | Downloaded thread_local v1.1.8 |
| 1166 | 2025-02-25T01:31:06.154Z | Downloaded thiserror-impl v2.0.11 |
| 1167 | 2025-02-25T01:31:06.154Z | Downloaded crossbeam-utils v0.8.20 |
| 1168 | 2025-02-25T01:31:06.156Z | Downloaded cookie v0.18.1 |
| 1169 | 2025-02-25T01:31:06.159Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1170 | 2025-02-25T01:31:06.161Z | Downloaded slab v0.4.9 |
| 1171 | 2025-02-25T01:31:06.161Z | Downloaded libloading v0.8.5 |
| 1172 | 2025-02-25T01:31:06.164Z | Downloaded icu_provider v1.5.0 |
| 1173 | 2025-02-25T01:31:06.167Z | Downloaded icu_normalizer_data v1.5.0 |
| 1174 | 2025-02-25T01:31:06.170Z | Downloaded icu_locid v1.5.0 |
| 1175 | 2025-02-25T01:31:06.172Z | Downloaded maybe-uninit v2.0.0 |
| 1176 | 2025-02-25T01:31:06.175Z | Downloaded managed v0.8.0 |
| 1177 | 2025-02-25T01:31:06.175Z | Downloaded jobserver v0.1.32 |
| 1178 | 2025-02-25T01:31:06.177Z | Downloaded bytes v1.9.0 |
| 1179 | 2025-02-25T01:31:06.179Z | Downloaded fxhash v0.2.1 |
| 1180 | 2025-02-25T01:31:06.182Z | Downloaded internet-checksum v0.2.1 |
| 1181 | 2025-02-25T01:31:06.184Z | Downloaded mime v0.3.17 |
| 1182 | 2025-02-25T01:31:06.185Z | Downloaded md-5 v0.10.6 |
| 1183 | 2025-02-25T01:31:06.187Z | Downloaded lru-cache v0.1.2 |
| 1184 | 2025-02-25T01:31:06.187Z | Downloaded iana-time-zone v0.1.61 |
| 1185 | 2025-02-25T01:31:06.190Z | Downloaded lalrpop-util v0.19.12 |
| 1186 | 2025-02-25T01:31:06.190Z | Downloaded kstat-rs v0.2.4 |
| 1187 | 2025-02-25T01:31:06.190Z | Downloaded is-terminal v0.4.13 |
| 1188 | 2025-02-25T01:31:06.193Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1189 | 2025-02-25T01:31:06.195Z | Downloaded cookie_store v0.21.1 |
| 1190 | 2025-02-25T01:31:06.198Z | Downloaded slog-dtrace v0.3.0 |
| 1191 | 2025-02-25T01:31:06.198Z | Downloaded slog-bunyan v2.5.0 |
| 1192 | 2025-02-25T01:31:06.198Z | Downloaded sha1 v0.10.6 |
| 1193 | 2025-02-25T01:31:06.200Z | Downloaded crc-any v2.5.0 |
| 1194 | 2025-02-25T01:31:06.202Z | Downloaded icu_locid_transform v1.5.0 |
| 1195 | 2025-02-25T01:31:06.205Z | Downloaded inout v0.1.3 |
| 1196 | 2025-02-25T01:31:06.205Z | Downloaded idna_adapter v1.2.0 |
| 1197 | 2025-02-25T01:31:06.206Z | Downloaded humantime v2.1.0 |
| 1198 | 2025-02-25T01:31:06.208Z | Downloaded argon2 v0.5.3 |
| 1199 | 2025-02-25T01:31:06.210Z | Downloaded bit-set v0.5.3 |
| 1200 | 2025-02-25T01:31:06.211Z | Downloaded async-bb8-diesel v0.2.1 |
| 1201 | 2025-02-25T01:31:06.213Z | Downloaded heck v0.3.3 |
| 1202 | 2025-02-25T01:31:06.213Z | Downloaded headers-core v0.3.0 |
| 1203 | 2025-02-25T01:31:06.216Z | Downloaded blowfish v0.9.1 |
| 1204 | 2025-02-25T01:31:06.216Z | Downloaded bb8 v0.8.5 |
| 1205 | 2025-02-25T01:31:06.216Z | Downloaded atomic-waker v1.1.2 |
| 1206 | 2025-02-25T01:31:06.218Z | Downloaded castaway v0.2.3 |
| 1207 | 2025-02-25T01:31:06.219Z | Downloaded block-padding v0.3.3 |
| 1208 | 2025-02-25T01:31:06.222Z | Downloaded bitfield v0.14.0 |
| 1209 | 2025-02-25T01:31:06.222Z | Downloaded cexpr v0.6.0 |
| 1210 | 2025-02-25T01:31:06.226Z | Downloaded base16ct v0.2.0 |
| 1211 | 2025-02-25T01:31:06.226Z | Downloaded async-stream v0.3.6 |
| 1212 | 2025-02-25T01:31:06.226Z | Downloaded cmake v0.1.51 |
| 1213 | 2025-02-25T01:31:06.314Z | Downloaded libsqlite3-sys v0.30.1 |
| 1214 | 2025-02-25T01:31:06.587Z | Downloaded aws-lc-sys v0.22.0 |
| 1215 | 2025-02-25T01:31:06.895Z | Compiling serde v1.0.218 |
| 1216 | 2025-02-25T01:31:06.898Z | Compiling value-bag v1.9.0 |
| 1217 | 2025-02-25T01:31:06.898Z | Compiling lock_api v0.4.12 |
| 1218 | 2025-02-25T01:31:06.898Z | Compiling scopeguard v1.2.0 |
| 1219 | 2025-02-25T01:31:06.898Z | Compiling typenum v1.17.0 |
| 1220 | 2025-02-25T01:31:06.898Z | Compiling generic-array v0.14.7 |
| 1221 | 2025-02-25T01:31:07.063Z | Compiling syn v2.0.96 |
| 1222 | 2025-02-25T01:31:07.074Z | Compiling getrandom v0.2.15 |
| 1223 | 2025-02-25T01:31:07.197Z | Compiling subtle v2.6.1 |
| 1224 | 2025-02-25T01:31:07.404Z | Compiling rand_core v0.6.4 |
| 1225 | 2025-02-25T01:31:07.536Z | Compiling log v0.4.22 |
| 1226 | 2025-02-25T01:31:07.560Z | Compiling shlex v1.3.0 |
| 1227 | 2025-02-25T01:31:07.587Z | Compiling jobserver v0.1.32 |
| 1228 | 2025-02-25T01:31:07.620Z | Compiling smallvec v1.14.0 |
| 1229 | 2025-02-25T01:31:07.887Z | Compiling const-oid v0.9.6 |
| 1230 | 2025-02-25T01:31:07.907Z | Compiling pin-project-lite v0.2.14 |
| 1231 | 2025-02-25T01:31:07.923Z | Compiling rustix v0.38.37 |
| 1232 | 2025-02-25T01:31:07.995Z | Compiling cc v1.2.15 |
| 1233 | 2025-02-25T01:31:08.039Z | Compiling parking_lot_core v0.9.10 |
| 1234 | 2025-02-25T01:31:08.277Z | Compiling futures-core v0.3.31 |
| 1235 | 2025-02-25T01:31:08.365Z | Compiling spin v0.9.8 |
| 1236 | 2025-02-25T01:31:08.509Z | Compiling signal-hook-registry v1.4.2 |
| 1237 | 2025-02-25T01:31:08.704Z | Compiling mio v1.0.2 |
| 1238 | 2025-02-25T01:31:08.764Z | Compiling either v1.13.0 |
| 1239 | 2025-02-25T01:31:09.150Z | Compiling parking_lot v0.12.3 |
| 1240 | 2025-02-25T01:31:09.230Z | Compiling aho-corasick v1.1.3 |
| 1241 | 2025-02-25T01:31:09.311Z | Compiling stable_deref_trait v1.2.0 |
| 1242 | 2025-02-25T01:31:09.436Z | Compiling regex-syntax v0.8.5 |
| 1243 | 2025-02-25T01:31:09.462Z | Compiling cpufeatures v0.2.14 |
| 1244 | 2025-02-25T01:31:09.579Z | Compiling futures-sink v0.3.31 |
| 1245 | 2025-02-25T01:31:09.761Z | Compiling socket2 v0.5.8 |
| 1246 | 2025-02-25T01:31:09.920Z | Compiling slab v0.4.9 |
| 1247 | 2025-02-25T01:31:10.078Z | Compiling glob v0.3.2 |
| 1248 | 2025-02-25T01:31:10.146Z | Compiling prettyplease v0.2.29 |
| 1249 | 2025-02-25T01:31:10.567Z | Compiling lazy_static v1.5.0 |
| 1250 | 2025-02-25T01:31:10.702Z | Compiling serde_json v1.0.139 |
| 1251 | 2025-02-25T01:31:10.752Z | Compiling minimal-lexical v0.2.1 |
| 1252 | 2025-02-25T01:31:10.770Z | Compiling futures-channel v0.3.31 |
| 1253 | 2025-02-25T01:31:10.976Z | Compiling clang-sys v1.8.1 |
| 1254 | 2025-02-25T01:31:11.124Z | Compiling libloading v0.8.5 |
| 1255 | 2025-02-25T01:31:11.199Z | Compiling nom v7.1.3 |
| 1256 | 2025-02-25T01:31:11.267Z | Compiling bindgen v0.69.5 |
| 1257 | 2025-02-25T01:31:11.474Z | Compiling futures-task v0.3.31 |
| 1258 | 2025-02-25T01:31:11.708Z | Compiling futures-io v0.3.31 |
| 1259 | 2025-02-25T01:31:11.817Z | Compiling home v0.5.9 |
| 1260 | 2025-02-25T01:31:11.989Z | Compiling pin-utils v0.1.0 |
| 1261 | 2025-02-25T01:31:12.050Z | Compiling itertools v0.12.1 |
| 1262 | 2025-02-25T01:31:12.103Z | Compiling lazycell v1.3.0 |
| 1263 | 2025-02-25T01:31:12.159Z | Compiling rustc-hash v1.1.0 |
| 1264 | 2025-02-25T01:31:12.276Z | Compiling allocator-api2 v0.2.18 |
| 1265 | 2025-02-25T01:31:12.320Z | Compiling foldhash v0.1.3 |
| 1266 | 2025-02-25T01:31:12.625Z | Compiling libm v0.2.8 |
| 1267 | 2025-02-25T01:31:13.017Z | Compiling hashbrown v0.15.1 |
| 1268 | 2025-02-25T01:31:13.042Z | Compiling cmake v0.1.51 |
| 1269 | 2025-02-25T01:31:13.879Z | Compiling regex-automata v0.4.8 |
| 1270 | 2025-02-25T01:31:13.930Z | Compiling num-traits v0.2.19 |
| 1271 | 2025-02-25T01:31:18.122Z | Compiling cexpr v0.6.0 |
| 1272 | 2025-02-25T01:31:18.227Z | Compiling fs_extra v1.3.0 |
| 1273 | 2025-02-25T01:31:18.227Z | Compiling synstructure v0.13.1 |
| 1274 | 2025-02-25T01:31:18.227Z | Compiling pkg-config v0.3.31 |
| 1275 | 2025-02-25T01:31:18.227Z | Compiling dunce v1.0.5 |
| 1276 | 2025-02-25T01:31:18.227Z | Compiling writeable v0.5.5 |
| 1277 | 2025-02-25T01:31:18.227Z | Compiling litemap v0.7.3 |
| 1278 | 2025-02-25T01:31:18.227Z | Compiling ring v0.17.11 |
| 1279 | 2025-02-25T01:31:18.227Z | Compiling paste v1.0.15 |
| 1280 | 2025-02-25T01:31:18.227Z | Compiling base64ct v1.6.0 |
| 1281 | 2025-02-25T01:31:18.227Z | Compiling pem-rfc7468 v0.7.0 |
| 1282 | 2025-02-25T01:31:18.227Z | Compiling icu_locid_transform_data v1.5.0 |
| 1283 | 2025-02-25T01:31:18.227Z | Compiling flagset v0.4.6 |
| 1284 | 2025-02-25T01:31:18.227Z | Compiling aws-lc-rs v1.10.0 |
| 1285 | 2025-02-25T01:31:18.227Z | Compiling httparse v1.9.5 |
| 1286 | 2025-02-25T01:31:18.227Z | Compiling tracing-core v0.1.32 |
| 1287 | 2025-02-25T01:31:18.327Z | Compiling percent-encoding v2.3.1 |
| 1288 | 2025-02-25T01:31:18.353Z | Compiling icu_properties_data v1.5.0 |
| 1289 | 2025-02-25T01:31:18.463Z | Compiling rustls-pki-types v1.10.0 |
| 1290 | 2025-02-25T01:31:18.566Z | Compiling crossbeam-utils v0.8.20 |
| 1291 | 2025-02-25T01:31:18.977Z | Compiling mirai-annotations v1.12.0 |
| 1292 | 2025-02-25T01:31:19.094Z | Compiling regex v1.11.1 |
| 1293 | 2025-02-25T01:31:19.224Z | Compiling num-conv v0.1.0 |
| 1294 | 2025-02-25T01:31:19.256Z | Compiling untrusted v0.7.1 |
| 1295 | 2025-02-25T01:31:19.417Z | Compiling write16 v1.0.0 |
| 1296 | 2025-02-25T01:31:19.440Z | Compiling time-core v0.1.2 |
| 1297 | 2025-02-25T01:31:19.484Z | Compiling utf16_iter v1.0.5 |
| 1298 | 2025-02-25T01:31:19.505Z | Compiling serde_derive v1.0.218 |
| 1299 | 2025-02-25T01:31:19.547Z | Compiling zeroize_derive v1.4.2 |
| 1300 | 2025-02-25T01:31:19.602Z | Compiling zerocopy-derive v0.7.35 |
| 1301 | 2025-02-25T01:31:19.686Z | Compiling tokio-macros v2.5.0 |
| 1302 | 2025-02-25T01:31:19.976Z | Compiling zerofrom-derive v0.1.4 |
| 1303 | 2025-02-25T01:31:20.826Z | Compiling zeroize v1.8.1 |
| 1304 | 2025-02-25T01:31:21.158Z | Compiling yoke-derive v0.7.4 |
| 1305 | 2025-02-25T01:31:21.492Z | Compiling zerocopy v0.7.35 |
| 1306 | 2025-02-25T01:31:22.237Z | Compiling thiserror-impl v1.0.69 |
| 1307 | 2025-02-25T01:31:22.346Z | Compiling crypto-common v0.1.6 |
| 1308 | 2025-02-25T01:31:22.605Z | Compiling block-buffer v0.10.4 |
| 1309 | 2025-02-25T01:31:22.709Z | Compiling futures-macro v0.3.31 |
| 1310 | 2025-02-25T01:31:22.863Z | Compiling digest v0.10.7 |
| 1311 | 2025-02-25T01:31:23.147Z | Compiling zerofrom v0.1.4 |
| 1312 | 2025-02-25T01:31:23.256Z | Compiling zerovec-derive v0.10.3 |
| 1313 | 2025-02-25T01:31:23.376Z | Compiling hmac v0.12.1 |
| 1314 | 2025-02-25T01:31:23.600Z | Compiling yoke v0.7.4 |
| 1315 | 2025-02-25T01:31:23.619Z | Compiling displaydoc v0.2.5 |
| 1316 | 2025-02-25T01:31:23.939Z | Compiling block-padding v0.3.3 |
| 1317 | 2025-02-25T01:31:24.166Z | Compiling inout v0.1.3 |
| 1318 | 2025-02-25T01:31:24.221Z | Compiling ppv-lite86 v0.2.20 |
| 1319 | 2025-02-25T01:31:24.440Z | Compiling cipher v0.4.4 |
| 1320 | 2025-02-25T01:31:24.485Z | Compiling futures-util v0.3.31 |
| 1321 | 2025-02-25T01:31:24.902Z | Compiling sha2 v0.10.8 |
| 1322 | 2025-02-25T01:31:24.940Z | Compiling icu_provider_macros v1.5.0 |
| 1323 | 2025-02-25T01:31:24.960Z | Compiling thiserror v1.0.69 |
| 1324 | 2025-02-25T01:31:25.094Z | Compiling der_derive v0.7.3 |
| 1325 | 2025-02-25T01:31:25.122Z | Compiling tracing-attributes v0.1.27 |
| 1326 | 2025-02-25T01:31:25.680Z | Compiling zerovec v0.10.4 |
| 1327 | 2025-02-25T01:31:25.943Z | Compiling pest v2.7.14 |
| 1328 | 2025-02-25T01:31:27.284Z | Compiling der v0.7.9 |
| 1329 | 2025-02-25T01:31:27.655Z | Compiling tinystr v0.7.6 |
| 1330 | 2025-02-25T01:31:27.966Z | Compiling icu_locid v1.5.0 |
| 1331 | 2025-02-25T01:31:28.169Z | Compiling icu_collections v1.5.0 |
| 1332 | 2025-02-25T01:31:28.276Z | Compiling tracing v0.1.40 |
| 1333 | 2025-02-25T01:31:28.704Z | Compiling salsa20 v0.10.2 |
| 1334 | 2025-02-25T01:31:28.758Z | Compiling pbkdf2 v0.12.2 |
| 1335 | 2025-02-25T01:31:28.939Z | Compiling powerfmt v0.2.0 |
| 1336 | 2025-02-25T01:31:28.942Z | Compiling vcpkg v0.2.15 |
| 1337 | 2025-02-25T01:31:29.329Z | Compiling icu_provider v1.5.0 |
| 1338 | 2025-02-25T01:31:29.379Z | Compiling spki v0.7.3 |
| 1339 | 2025-02-25T01:31:29.447Z | Compiling icu_normalizer_data v1.5.0 |
| 1340 | 2025-02-25T01:31:29.563Z | Compiling utf8_iter v1.0.4 |
| 1341 | 2025-02-25T01:31:29.752Z | Compiling untrusted v0.9.0 |
| 1342 | 2025-02-25T01:31:29.796Z | Compiling deranged v0.3.11 |
| 1343 | 2025-02-25T01:31:29.844Z | Compiling scrypt v0.11.0 |
| 1344 | 2025-02-25T01:31:29.946Z | Compiling pest_meta v2.7.14 |
| 1345 | 2025-02-25T01:31:30.005Z | Compiling icu_locid_transform v1.5.0 |
| 1346 | 2025-02-25T01:31:30.259Z | Compiling aes v0.8.4 |
| 1347 | 2025-02-25T01:31:30.310Z | Compiling cbc v0.1.2 |
| 1348 | 2025-02-25T01:31:30.545Z | Compiling rand_chacha v0.3.1 |
| 1349 | 2025-02-25T01:31:30.692Z | Compiling openssl-sys v0.9.106 |
| 1350 | 2025-02-25T01:31:31.152Z | Compiling icu_properties v1.5.1 |
| 1351 | 2025-02-25T01:31:31.729Z | Compiling bitflags v2.6.0 |
| 1352 | 2025-02-25T01:31:31.811Z | Compiling bytes v1.9.0 |
| 1353 | 2025-02-25T01:31:32.165Z | Compiling semver v1.0.25 |
| 1354 | 2025-02-25T01:31:32.640Z | Compiling indexmap v2.7.1 |
| 1355 | 2025-02-25T01:31:32.845Z | Compiling tokio v1.43.0 |
| 1356 | 2025-02-25T01:31:32.882Z | Compiling http v1.2.0 |
| 1357 | 2025-02-25T01:31:32.989Z | Compiling rustc_version v0.4.1 |
| 1358 | 2025-02-25T01:31:33.993Z | Compiling time-macros v0.2.18 |
| 1359 | 2025-02-25T01:31:34.048Z | Compiling scroll_derive v0.12.0 |
| 1360 | 2025-02-25T01:31:35.005Z | Compiling icu_normalizer v1.5.0 |
| 1361 | 2025-02-25T01:31:35.506Z | Compiling tinyvec_macros v0.1.1 |
| 1362 | 2025-02-25T01:31:35.611Z | Compiling which v4.4.2 |
| 1363 | 2025-02-25T01:31:35.619Z | Compiling num_threads v0.1.7 |
| 1364 | 2025-02-25T01:31:35.761Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2025-02-25T01:31:35.813Z | Compiling tinyvec v1.8.0 |
| 1366 | 2025-02-25T01:31:36.145Z | Compiling idna_adapter v1.2.0 |
| 1367 | 2025-02-25T01:31:36.374Z | Compiling scroll v0.12.0 |
| 1368 | 2025-02-25T01:31:37.157Z | Compiling http-body v1.0.1 |
| 1369 | 2025-02-25T01:31:37.589Z | Compiling pest_generator v2.7.14 |
| 1370 | 2025-02-25T01:31:37.589Z | Compiling pkcs5 v0.7.1 |
| 1371 | 2025-02-25T01:31:37.589Z | Compiling rand v0.8.5 |
| 1372 | 2025-02-25T01:31:37.589Z | Compiling time v0.3.36 |
| 1373 | 2025-02-25T01:31:37.611Z | Compiling form_urlencoded v1.2.1 |
| 1374 | 2025-02-25T01:31:37.611Z | Compiling getrandom v0.3.1 |
| 1375 | 2025-02-25T01:31:37.942Z | Compiling try-lock v0.2.5 |
| 1376 | 2025-02-25T01:31:37.990Z | Compiling zerocopy v0.8.10 |
| 1377 | 2025-02-25T01:31:38.110Z | Compiling slog v2.7.0 |
| 1378 | 2025-02-25T01:31:38.309Z | Compiling goblin v0.8.2 |
| 1379 | 2025-02-25T01:31:38.696Z | Compiling pest_derive v2.7.14 |
| 1380 | 2025-02-25T01:31:38.716Z | Compiling want v0.3.1 |
| 1381 | 2025-02-25T01:31:38.873Z | Compiling pkcs8 v0.10.2 |
| 1382 | 2025-02-25T01:31:38.969Z | Compiling idna v1.0.3 |
| 1383 | 2025-02-25T01:31:38.995Z | Compiling uuid v1.12.0 |
| 1384 | 2025-02-25T01:31:39.543Z | Compiling zerocopy-derive v0.8.10 |
| 1385 | 2025-02-25T01:31:39.564Z | Compiling tower-service v0.3.3 |
| 1386 | 2025-02-25T01:31:39.713Z | Compiling httpdate v1.0.3 |
| 1387 | 2025-02-25T01:31:40.163Z | Compiling iana-time-zone v0.1.61 |
| 1388 | 2025-02-25T01:31:40.453Z | Compiling chrono v0.4.39 |
| 1389 | 2025-02-25T01:31:40.511Z | Compiling dtrace-parser v0.2.0 |
| 1390 | 2025-02-25T01:31:41.265Z | Compiling tokio-util v0.7.12 |
| 1391 | 2025-02-25T01:31:41.913Z | Compiling serde_tokenstream v0.2.2 |
| 1392 | 2025-02-25T01:31:42.247Z | Compiling h2 v0.4.6 |
| 1393 | 2025-02-25T01:31:42.468Z | Compiling toml_datetime v0.6.8 |
| 1394 | 2025-02-25T01:31:42.491Z | Compiling serde_spanned v0.6.8 |
| 1395 | 2025-02-25T01:31:42.731Z | Compiling rustversion v1.0.17 |
| 1396 | 2025-02-25T01:31:42.930Z | Compiling foreign-types-shared v0.1.1 |
| 1397 | 2025-02-25T01:31:43.064Z | Compiling base64 v0.22.1 |
| 1398 | 2025-02-25T01:31:43.380Z | Compiling adler2 v2.0.0 |
| 1399 | 2025-02-25T01:31:43.603Z | Compiling match_cfg v0.1.0 |
| 1400 | 2025-02-25T01:31:43.694Z | Compiling openssl v0.10.71 |
| 1401 | 2025-02-25T01:31:43.715Z | Compiling hostname v0.3.1 |
| 1402 | 2025-02-25T01:31:43.743Z | Compiling miniz_oxide v0.8.0 |
| 1403 | 2025-02-25T01:31:44.005Z | Compiling dof v0.3.0 |
| 1404 | 2025-02-25T01:31:44.197Z | Compiling foreign-types v0.3.2 |
| 1405 | 2025-02-25T01:31:44.307Z | Compiling url v2.5.3 |
| 1406 | 2025-02-25T01:31:45.228Z | Compiling rand_core v0.9.2 |
| 1407 | 2025-02-25T01:31:45.405Z | Compiling usdt-impl v0.5.0 |
| 1408 | 2025-02-25T01:31:45.840Z | Compiling openssl-macros v0.1.1 |
| 1409 | 2025-02-25T01:31:45.889Z | Compiling async-trait v0.1.86 |
| 1410 | 2025-02-25T01:31:46.038Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2025-02-25T01:31:46.592Z | Compiling dirs-sys-next v0.1.2 |
| 1412 | 2025-02-25T01:31:46.693Z | Compiling schemars v0.8.21 |
| 1413 | 2025-02-25T01:31:46.843Z | Compiling syn v1.0.109 |
| 1414 | 2025-02-25T01:31:47.049Z | Compiling rustls v0.23.19 |
| 1415 | 2025-02-25T01:31:47.136Z | Compiling native-tls v0.2.12 |
| 1416 | 2025-02-25T01:31:47.352Z | Compiling data-encoding v2.6.0 |
| 1417 | 2025-02-25T01:31:47.409Z | Compiling siphasher v0.3.11 |
| 1418 | 2025-02-25T01:31:47.436Z | Compiling rustls v0.22.4 |
| 1419 | 2025-02-25T01:31:47.624Z | Compiling dirs-next v2.0.0 |
| 1420 | 2025-02-25T01:31:47.806Z | Compiling rand_chacha v0.9.0 |
| 1421 | 2025-02-25T01:31:48.253Z | Compiling schemars_derive v0.8.21 |
| 1422 | 2025-02-25T01:31:48.279Z | Compiling unicode-normalization v0.1.24 |
| 1423 | 2025-02-25T01:31:49.073Z | Compiling http-body-util v0.1.2 |
| 1424 | 2025-02-25T01:31:49.285Z | Compiling hyper v1.5.2 |
| 1425 | 2025-02-25T01:31:49.423Z | Compiling crossbeam-epoch v0.9.18 |
| 1426 | 2025-02-25T01:31:49.588Z | Compiling heapless v0.7.17 |
| 1427 | 2025-02-25T01:31:49.908Z | Compiling sha1 v0.10.6 |
| 1428 | 2025-02-25T01:31:50.050Z | Compiling signature v2.2.0 |
| 1429 | 2025-02-25T01:31:50.102Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1430 | 2025-02-25T01:31:50.294Z | Compiling thread_local v1.1.8 |
| 1431 | 2025-02-25T01:31:50.341Z | Compiling multer v3.1.0 |
| 1432 | 2025-02-25T01:31:50.606Z | Compiling cookie v0.18.1 |
| 1433 | 2025-02-25T01:31:50.675Z | Compiling encoding_rs v0.8.34 |
| 1434 | 2025-02-25T01:31:50.773Z | Compiling unicode-bidi v0.3.17 |
| 1435 | 2025-02-25T01:31:50.928Z | Compiling mime v0.3.17 |
| 1436 | 2025-02-25T01:31:51.245Z | Compiling openssl-probe v0.1.5 |
| 1437 | 2025-02-25T01:31:51.412Z | Compiling unicode-properties v0.1.3 |
| 1438 | 2025-02-25T01:31:51.568Z | Compiling hyper-util v0.1.10 |
| 1439 | 2025-02-25T01:31:51.805Z | Compiling gimli v0.31.1 |
| 1440 | 2025-02-25T01:31:51.915Z | Compiling signal-hook v0.3.17 |
| 1441 | 2025-02-25T01:31:51.964Z | Compiling ipnet v2.10.1 |
| 1442 | 2025-02-25T01:31:52.217Z | Compiling slog-async v2.8.0 |
| 1443 | 2025-02-25T01:31:52.732Z | Compiling rayon-core v1.12.1 |
| 1444 | 2025-02-25T01:31:52.810Z | Compiling dyn-clone v1.0.18 |
| 1445 | 2025-02-25T01:31:53.016Z | Compiling toml_edit v0.22.22 |
| 1446 | 2025-02-25T01:31:53.189Z | Compiling stringprep v0.1.5 |
| 1447 | 2025-02-25T01:31:54.738Z | Compiling crossbeam-deque v0.8.5 |
| 1448 | 2025-02-25T01:31:54.822Z | Compiling rand v0.9.0 |
| 1449 | 2025-02-25T01:31:55.051Z | Compiling term v0.7.0 |
| 1450 | 2025-02-25T01:31:56.087Z | Compiling addr2line v0.24.2 |
| 1451 | 2025-02-25T01:31:56.264Z | Compiling usdt-macro v0.5.0 |
| 1452 | 2025-02-25T01:31:56.285Z | Compiling usdt-attr-macro v0.5.0 |
| 1453 | 2025-02-25T01:31:56.495Z | Compiling slog-json v2.6.1 |
| 1454 | 2025-02-25T01:31:56.495Z | Compiling serde_urlencoded v0.7.1 |
| 1455 | 2025-02-25T01:31:56.763Z | Compiling crossbeam-channel v0.5.13 |
| 1456 | 2025-02-25T01:31:56.879Z | Compiling curve25519-dalek v4.1.3 |
| 1457 | 2025-02-25T01:31:57.015Z | Compiling enum-as-inner v0.6.1 |
| 1458 | 2025-02-25T01:31:57.565Z | Compiling futures-executor v0.3.31 |
| 1459 | 2025-02-25T01:31:57.679Z | Compiling md-5 v0.10.6 |
| 1460 | 2025-02-25T01:31:57.697Z | Compiling async-stream-impl v0.3.6 |
| 1461 | 2025-02-25T01:31:57.873Z | Compiling rustls-pemfile v2.2.0 |
| 1462 | 2025-02-25T01:31:57.929Z | Compiling num-integer v0.1.46 |
| 1463 | 2025-02-25T01:31:58.014Z | Compiling hash32 v0.2.1 |
| 1464 | 2025-02-25T01:31:58.075Z | Compiling ff v0.13.0 |
| 1465 | 2025-02-25T01:31:58.216Z | Compiling is-terminal v0.4.13 |
| 1466 | 2025-02-25T01:31:58.316Z | Compiling dropshot v0.12.0 |
| 1467 | 2025-02-25T01:31:58.368Z | Compiling memoffset v0.9.1 |
| 1468 | 2025-02-25T01:31:58.388Z | Compiling object v0.36.5 |
| 1469 | 2025-02-25T01:31:58.633Z | Compiling cfg_aliases v0.2.1 |
| 1470 | 2025-02-25T01:31:58.652Z | Compiling anyhow v1.0.96 |
| 1471 | 2025-02-25T01:31:58.709Z | Compiling smoltcp v0.9.1 |
| 1472 | 2025-02-25T01:31:58.745Z | Compiling rustc-demangle v0.1.24 |
| 1473 | 2025-02-25T01:31:58.894Z | Compiling base16ct v0.2.0 |
| 1474 | 2025-02-25T01:31:59.261Z | Compiling take_mut v0.2.2 |
| 1475 | 2025-02-25T01:31:59.293Z | Compiling psl-types v2.0.11 |
| 1476 | 2025-02-25T01:31:59.393Z | Compiling linked-hash-map v0.5.6 |
| 1477 | 2025-02-25T01:31:59.425Z | Compiling utf-8 v0.7.6 |
| 1478 | 2025-02-25T01:31:59.503Z | Compiling litrs v0.4.1 |
| 1479 | 2025-02-25T01:31:59.645Z | Compiling portable-atomic v1.9.0 |
| 1480 | 2025-02-25T01:31:59.735Z | Compiling quick-error v1.2.3 |
| 1481 | 2025-02-25T01:31:59.757Z | Compiling fallible-iterator v0.2.0 |
| 1482 | 2025-02-25T01:31:59.889Z | Compiling num-bigint-dig v0.8.4 |
| 1483 | 2025-02-25T01:32:00.040Z | Compiling resolv-conf v0.7.0 |
| 1484 | 2025-02-25T01:32:00.261Z | Compiling lru-cache v0.1.2 |
| 1485 | 2025-02-25T01:32:00.373Z | Compiling postgres-protocol v0.6.8 |
| 1486 | 2025-02-25T01:32:00.473Z | Compiling tungstenite v0.24.0 |
| 1487 | 2025-02-25T01:32:00.597Z | Compiling document-features v0.2.10 |
| 1488 | 2025-02-25T01:32:00.694Z | Compiling publicsuffix v2.3.0 |
| 1489 | 2025-02-25T01:32:01.359Z | Compiling sec1 v0.7.3 |
| 1490 | 2025-02-25T01:32:01.577Z | Compiling async-stream v0.3.6 |
| 1491 | 2025-02-25T01:32:01.764Z | Compiling nix v0.29.0 |
| 1492 | 2025-02-25T01:32:01.885Z | Compiling num-iter v0.1.45 |
| 1493 | 2025-02-25T01:32:01.925Z | Compiling slog-term v2.9.1 |
| 1494 | 2025-02-25T01:32:01.947Z | Compiling usdt v0.5.0 |
| 1495 | 2025-02-25T01:32:02.402Z | Compiling group v0.13.0 |
| 1496 | 2025-02-25T01:32:02.437Z | Compiling hickory-proto v0.24.3 |
| 1497 | 2025-02-25T01:32:02.609Z | Compiling futures v0.3.31 |
| 1498 | 2025-02-25T01:32:02.729Z | Compiling slog-bunyan v2.5.0 |
| 1499 | 2025-02-25T01:32:02.817Z | Compiling toml v0.8.19 |
| 1500 | 2025-02-25T01:32:03.122Z | Compiling tokio-native-tls v0.3.1 |
| 1501 | 2025-02-25T01:32:04.049Z | Compiling camino v1.1.9 |
| 1502 | 2025-02-25T01:32:04.444Z | Compiling phf_shared v0.11.2 |
| 1503 | 2025-02-25T01:32:04.523Z | Compiling dropshot_endpoint v0.12.0 |
| 1504 | 2025-02-25T01:32:04.830Z | Compiling waitgroup v0.1.2 |
| 1505 | 2025-02-25T01:32:04.914Z | Compiling terminal_size v0.4.0 |
| 1506 | 2025-02-25T01:32:05.045Z | Compiling backtrace v0.3.74 |
| 1507 | 2025-02-25T01:32:05.115Z | Compiling openapiv3 v2.0.0 |
| 1508 | 2025-02-25T01:32:05.136Z | Compiling serde_path_to_error v0.1.16 |
| 1509 | 2025-02-25T01:32:05.507Z | Compiling hkdf v0.12.4 |
| 1510 | 2025-02-25T01:32:05.783Z | Compiling crypto-bigint v0.5.5 |
| 1511 | 2025-02-25T01:32:05.911Z | Compiling zerocopy-derive v0.6.6 |
| 1512 | 2025-02-25T01:32:07.345Z | Compiling hubpack_derive v0.1.1 |
| 1513 | 2025-02-25T01:32:07.892Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1514 | 2025-02-25T01:32:07.912Z | Compiling webpki-roots v0.26.6 |
| 1515 | 2025-02-25T01:32:08.132Z | Compiling sync_wrapper v1.0.1 |
| 1516 | 2025-02-25T01:32:08.219Z | Compiling hostname v0.4.0 |
| 1517 | 2025-02-25T01:32:08.306Z | Compiling ahash v0.8.11 |
| 1518 | 2025-02-25T01:32:08.441Z | Compiling fs-err v2.11.0 |
| 1519 | 2025-02-25T01:32:08.553Z | Compiling crc32fast v1.4.2 |
| 1520 | 2025-02-25T01:32:08.644Z | Compiling bitflags v1.3.2 |
| 1521 | 2025-02-25T01:32:08.760Z | Compiling tower-layer v0.3.3 |
| 1522 | 2025-02-25T01:32:08.763Z | Compiling managed v0.8.0 |
| 1523 | 2025-02-25T01:32:08.860Z | Compiling winnow v0.5.40 |
| 1524 | 2025-02-25T01:32:09.035Z | Compiling unicode-width v0.2.0 |
| 1525 | 2025-02-25T01:32:09.099Z | Compiling debug-ignore v1.0.5 |
| 1526 | 2025-02-25T01:32:09.236Z | Compiling newtype-uuid v1.2.1 |
| 1527 | 2025-02-25T01:32:09.257Z | Compiling clap_builder v4.5.30 |
| 1528 | 2025-02-25T01:32:09.589Z | Compiling console v0.15.10 |
| 1529 | 2025-02-25T01:32:10.924Z | Compiling tower v0.5.2 |
| 1530 | 2025-02-25T01:32:11.287Z | Compiling flate2 v1.0.35 |
| 1531 | 2025-02-25T01:32:11.660Z | Compiling elliptic-curve v0.13.8 |
| 1532 | 2025-02-25T01:32:11.704Z | Compiling strum_macros v0.25.3 |
| 1533 | 2025-02-25T01:32:11.823Z | Compiling hubpack v0.1.2 |
| 1534 | 2025-02-25T01:32:12.185Z | Compiling toml_edit v0.19.15 |
| 1535 | 2025-02-25T01:32:12.237Z | Compiling zerocopy v0.6.6 |
| 1536 | 2025-02-25T01:32:12.307Z | Compiling hickory-resolver v0.24.3 |
| 1537 | 2025-02-25T01:32:12.953Z | Compiling phf v0.11.2 |
| 1538 | 2025-02-25T01:32:13.259Z | Compiling signal-hook-mio v0.2.4 |
| 1539 | 2025-02-25T01:32:13.279Z | Compiling cookie_store v0.21.1 |
| 1540 | 2025-02-25T01:32:13.442Z | Compiling rayon v1.10.0 |
| 1541 | 2025-02-25T01:32:14.729Z | Compiling hyper-tls v0.6.0 |
| 1542 | 2025-02-25T01:32:15.152Z | Compiling bzip2 v0.4.4 |
| 1543 | 2025-02-25T01:32:15.669Z | Compiling tokio-tungstenite v0.24.0 |
| 1544 | 2025-02-25T01:32:16.217Z | Compiling postgres-types v0.2.8 |
| 1545 | 2025-02-25T01:32:17.334Z | Compiling ed25519 v2.2.3 |
| 1546 | 2025-02-25T01:32:17.483Z | Compiling phf_shared v0.10.0 |
| 1547 | 2025-02-25T01:32:17.778Z | Compiling tokio-stream v0.1.17 |
| 1548 | 2025-02-25T01:32:17.874Z | Compiling pkcs1 v0.7.5 |
| 1549 | 2025-02-25T01:32:17.895Z | Compiling serde-big-array v0.5.1 |
| 1550 | 2025-02-25T01:32:18.140Z | Compiling clap_derive v4.5.28 |
| 1551 | 2025-02-25T01:32:18.245Z | Compiling rfc6979 v0.4.0 |
| 1552 | 2025-02-25T01:32:18.455Z | Compiling derive-where v1.2.7 |
| 1553 | 2025-02-25T01:32:18.736Z | Compiling serde_repr v0.1.19 |
| 1554 | 2025-02-25T01:32:18.762Z | Compiling bstr v1.10.0 |
| 1555 | 2025-02-25T01:32:19.022Z | Compiling float-cmp v0.10.0 |
| 1556 | 2025-02-25T01:32:19.168Z | Compiling static_assertions v1.1.0 |
| 1557 | 2025-02-25T01:32:19.284Z | Compiling whoami v1.5.2 |
| 1558 | 2025-02-25T01:32:19.306Z | Compiling number_prefix v0.4.0 |
| 1559 | 2025-02-25T01:32:19.556Z | Compiling normalize-line-endings v0.3.0 |
| 1560 | 2025-02-25T01:32:19.700Z | Compiling bit-vec v0.6.3 |
| 1561 | 2025-02-25T01:32:19.859Z | Compiling unicode-segmentation v1.12.0 |
| 1562 | 2025-02-25T01:32:19.862Z | Compiling fixedbitset v0.4.2 |
| 1563 | 2025-02-25T01:32:20.101Z | Compiling predicates-core v1.0.8 |
| 1564 | 2025-02-25T01:32:20.294Z | Compiling precomputed-hash v0.1.1 |
| 1565 | 2025-02-25T01:32:20.315Z | Compiling difflib v0.4.0 |
| 1566 | 2025-02-25T01:32:20.428Z | Compiling new_debug_unreachable v1.0.6 |
| 1567 | 2025-02-25T01:32:20.448Z | Compiling petgraph v0.6.5 |
| 1568 | 2025-02-25T01:32:20.538Z | Compiling string_cache v0.8.7 |
| 1569 | 2025-02-25T01:32:20.761Z | Compiling predicates v3.1.3 |
| 1570 | 2025-02-25T01:32:20.953Z | Compiling similar v2.6.0 |
| 1571 | 2025-02-25T01:32:21.557Z | Compiling bit-set v0.5.3 |
| 1572 | 2025-02-25T01:32:21.615Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1573 | 2025-02-25T01:32:21.849Z | Compiling tokio-postgres v0.7.12 |
| 1574 | 2025-02-25T01:32:22.235Z | Compiling indicatif v0.17.11 |
| 1575 | 2025-02-25T01:32:22.652Z | Compiling clap v4.5.30 |
| 1576 | 2025-02-25T01:32:22.784Z | Compiling ecdsa v0.16.9 |
| 1577 | 2025-02-25T01:32:23.028Z | Compiling rsa v0.9.6 |
| 1578 | 2025-02-25T01:32:23.629Z | Compiling ed25519-dalek v2.1.1 |
| 1579 | 2025-02-25T01:32:24.214Z | Compiling zip v0.6.6 |
| 1580 | 2025-02-25T01:32:25.045Z | Compiling toml v0.7.8 |
| 1581 | 2025-02-25T01:32:25.487Z | Compiling crossterm v0.28.1 |
| 1582 | 2025-02-25T01:32:26.870Z | Compiling hex v0.4.3 |
| 1583 | 2025-02-25T01:32:27.244Z | Compiling x509-cert v0.2.5 |
| 1584 | 2025-02-25T01:32:27.372Z | Compiling itertools v0.10.5 |
| 1585 | 2025-02-25T01:32:27.463Z | Compiling itertools v0.14.0 |
| 1586 | 2025-02-25T01:32:27.858Z | Compiling lalrpop-util v0.19.12 |
| 1587 | 2025-02-25T01:32:28.211Z | Compiling peg-runtime v0.8.3 |
| 1588 | 2025-02-25T01:32:28.672Z | Compiling unicode-xid v0.2.6 |
| 1589 | 2025-02-25T01:32:28.793Z | Compiling strum_macros v0.26.4 |
| 1590 | 2025-02-25T01:32:28.885Z | Compiling xattr v1.3.1 |
| 1591 | 2025-02-25T01:32:29.199Z | Compiling filetime v0.2.25 |
| 1592 | 2025-02-25T01:32:29.510Z | Compiling tar v0.4.44 |
| 1593 | 2025-02-25T01:32:33.336Z | Compiling strum v0.26.3 |
| 1594 | 2025-02-25T01:32:35.794Z | Compiling aws-lc-sys v0.22.0 |
| 1595 | 2025-02-25T01:33:10.711Z | Compiling rustls-webpki v0.102.8 |
| 1596 | 2025-02-25T01:33:13.940Z | Compiling tokio-rustls v0.25.0 |
| 1597 | 2025-02-25T01:33:15.610Z | Compiling tokio-rustls v0.26.0 |
| 1598 | 2025-02-25T01:33:15.885Z | Compiling hyper-rustls v0.27.3 |
| 1599 | 2025-02-25T01:33:16.221Z | Compiling reqwest v0.12.12 |
| 1600 | 2025-02-25T01:33:17.606Z | Compiling qorb v0.2.1 |
| 1601 | 2025-02-25T01:33:20.528Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1602 | 2025-02-25T01:33:20.795Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1603 | 2025-02-25T01:33:25.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 1604 | 2025-02-25T01:33:25.370Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1605 | 2025-02-25T01:33:25.419Z | Feb 25 01:33:24.761 INFO Starting download, target: Clickhouse |
| 1606 | 2025-02-25T01:33:25.419Z | Feb 25 01:33:24.761 INFO Starting download, target: Cockroach |
| 1607 | 2025-02-25T01:33:25.419Z | Feb 25 01:33:24.761 INFO Starting download, target: Console |
| 1608 | 2025-02-25T01:33:25.420Z | Feb 25 01:33:24.761 INFO Starting download, target: DendriteOpenapi |
| 1609 | 2025-02-25T01:33:25.422Z | Feb 25 01:33:24.761 INFO Starting download, target: DendriteStub |
| 1610 | 2025-02-25T01:33:25.422Z | Feb 25 01:33:24.761 INFO Starting download, target: MaghemiteMgd |
| 1611 | 2025-02-25T01:33:25.422Z | Feb 25 01:33:24.761 INFO Starting download, target: TransceiverControl |
| 1612 | 2025-02-25T01:33:25.422Z | Feb 25 01:33:24.762 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1613 | 2025-02-25T01:33:25.422Z | Feb 25 01:33:24.762 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1614 | 2025-02-25T01:33:25.422Z | Feb 25 01:33:24.762 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1615 | 2025-02-25T01:33:25.422Z | Feb 25 01:33:24.762 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1616 | 2025-02-25T01:33:25.423Z | Feb 25 01:33:24.762 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1617 | 2025-02-25T01:33:25.423Z | Feb 25 01:33:24.763 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1618 | 2025-02-25T01:33:25.423Z | Feb 25 01:33:24.763 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1619 | 2025-02-25T01:33:25.640Z | Feb 25 01:33:24.960 INFO Download complete, target: DendriteOpenapi |
| 1620 | 2025-02-25T01:33:25.901Z | Feb 25 01:33:25.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1621 | 2025-02-25T01:33:25.956Z | Feb 25 01:33:25.297 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1622 | 2025-02-25T01:33:26.349Z | Feb 25 01:33:25.670 INFO Download complete, target: Console |
| 1623 | 2025-02-25T01:33:26.393Z | Feb 25 01:33:25.727 INFO Download complete, target: TransceiverControl |
| 1624 | 2025-02-25T01:33:26.490Z | Feb 25 01:33:25.816 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1625 | 2025-02-25T01:33:26.524Z | Feb 25 01:33:25.867 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1626 | 2025-02-25T01:33:27.447Z | Feb 25 01:33:26.790 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1627 | 2025-02-25T01:33:27.508Z | Feb 25 01:33:26.851 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1628 | 2025-02-25T01:33:27.509Z | Feb 25 01:33:26.852 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1629 | 2025-02-25T01:33:29.335Z | Feb 25 01:33:28.677 INFO Download complete, target: DendriteStub |
| 1630 | 2025-02-25T01:33:29.627Z | Feb 25 01:33:28.969 INFO Download complete, target: MaghemiteMgd |
| 1631 | 2025-02-25T01:33:34.896Z | Feb 25 01:33:34.238 INFO Checking that binary works, target: Cockroach |
| 1632 | 2025-02-25T01:33:35.060Z | Feb 25 01:33:34.401 INFO Download complete, target: Cockroach |
| 1633 | 2025-02-25T01:33:40.005Z | Feb 25 01:33:39.344 INFO Checking that binary works, target: Clickhouse |
| 1634 | 2025-02-25T01:33:40.810Z | Feb 25 01:33:40.150 INFO Download complete, target: Clickhouse |
| 1635 | 2025-02-25T01:33:40.958Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1636 | 2025-02-25T01:33:40.962Z | |
| 1637 | 2025-02-25T01:33:40.962Z | real 5:05.900190556 |
| 1638 | 2025-02-25T01:33:40.962Z | user 15:29.937737357 |
| 1639 | 2025-02-25T01:33:40.962Z | sys 2:05.216037705 |
| 1640 | 2025-02-25T01:33:40.962Z | trap 0.539826094 |
| 1641 | 2025-02-25T01:33:40.962Z | tflt 8.564701580 |
| 1642 | 2025-02-25T01:33:40.962Z | dflt 7.447940186 |
| 1643 | 2025-02-25T01:33:40.962Z | kflt 0.406964581 |
| 1644 | 2025-02-25T01:33:40.962Z | lock 24:19.764795820 |
| 1645 | 2025-02-25T01:33:40.963Z | slp 57:09.443515785 |
| 1646 | 2025-02-25T01:33:40.963Z | lat 56.617589141 |
| 1647 | 2025-02-25T01:33:40.963Z | stop 2:26.209485751 |
| 1648 | 2025-02-25T01:33:40.963Z | + banner hack-check |
| 1649 | 2025-02-25T01:33:40.966Z | |
| 1650 | 2025-02-25T01:33:40.966Z | # # ## #### # # #### # # ###### #### # # |
| 1651 | 2025-02-25T01:33:40.966Z | # # # # # # # # # # # # # # # # # |
| 1652 | 2025-02-25T01:33:40.966Z | ###### # # # #### ##### # ###### ##### # #### |
| 1653 | 2025-02-25T01:33:40.966Z | # # ###### # # # # # # # # # # |
| 1654 | 2025-02-25T01:33:40.966Z | # # # # # # # # # # # # # # # # # |
| 1655 | 2025-02-25T01:33:40.966Z | # # # # #### # # #### # # ###### #### # # |
| 1656 | 2025-02-25T01:33:40.966Z | |
| 1657 | 2025-02-25T01:33:40.966Z | + export CARGO_INCREMENTAL=0 |
| 1658 | 2025-02-25T01:33:40.966Z | + CARGO_INCREMENTAL=0 |
| 1659 | 2025-02-25T01:33:40.966Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1660 | 2025-02-25T01:33:41.542Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1661 | 2025-02-25T01:33:44.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 1662 | 2025-02-25T01:33:44.350Z | Running `target/debug/xtask check-features --ci` |
| 1663 | 2025-02-25T01:33:44.373Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1664 | 2025-02-25T01:33:44.374Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1665 | 2025-02-25T01:33:44.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1666 | 2025-02-25T01:33:44.889Z | Running `target/debug/xtask download cargo-hack` |
| 1667 | 2025-02-25T01:33:45.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1668 | 2025-02-25T01:33:46.132Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1669 | 2025-02-25T01:33:49.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 1670 | 2025-02-25T01:33:49.939Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1671 | 2025-02-25T01:33:49.976Z | Feb 25 01:33:49.315 INFO Starting download, target: CargoHack |
| 1672 | 2025-02-25T01:33:49.979Z | Feb 25 01:33:49.316 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1673 | 2025-02-25T01:33:50.605Z | Feb 25 01:33:49.944 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1674 | 2025-02-25T01:33:50.702Z | Feb 25 01:33:50.041 INFO Download complete, target: CargoHack |
| 1675 | 2025-02-25T01:33:50.706Z | 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" |
| 1676 | 2025-02-25T01:33:50.722Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1677 | 2025-02-25T01:33:50.894Z | info: running `cargo check --bins` on api_identity (1/199) |
| 1678 | 2025-02-25T01:33:51.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1679 | 2025-02-25T01:33:51.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1680 | 2025-02-25T01:33:51.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1681 | 2025-02-25T01:33:51.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1682 | 2025-02-25T01:33:51.521Z | |
| 1683 | 2025-02-25T01:33:51.521Z | info: running `cargo check --bins` on bootstore (2/199) |
| 1684 | 2025-02-25T01:33:52.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1685 | 2025-02-25T01:33:52.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1686 | 2025-02-25T01:33:52.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1687 | 2025-02-25T01:33:52.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1688 | 2025-02-25T01:33:52.184Z | |
| 1689 | 2025-02-25T01:33:52.184Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
| 1690 | 2025-02-25T01:33:52.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1691 | 2025-02-25T01:33:52.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1692 | 2025-02-25T01:33:52.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1693 | 2025-02-25T01:33:52.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1694 | 2025-02-25T01:33:52.827Z | |
| 1695 | 2025-02-25T01:33:52.827Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
| 1696 | 2025-02-25T01:33:53.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1697 | 2025-02-25T01:33:53.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1698 | 2025-02-25T01:33:53.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1699 | 2025-02-25T01:33:53.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1700 | 2025-02-25T01:33:53.483Z | |
| 1701 | 2025-02-25T01:33:53.483Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
| 1702 | 2025-02-25T01:33:53.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1703 | 2025-02-25T01:33:53.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1704 | 2025-02-25T01:33:53.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1705 | 2025-02-25T01:33:53.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1706 | 2025-02-25T01:33:53.938Z | |
| 1707 | 2025-02-25T01:33:53.938Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
| 1708 | 2025-02-25T01:33:54.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1709 | 2025-02-25T01:33:54.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1710 | 2025-02-25T01:33:54.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1711 | 2025-02-25T01:33:54.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1712 | 2025-02-25T01:33:54.396Z | |
| 1713 | 2025-02-25T01:33:54.396Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
| 1714 | 2025-02-25T01:33:54.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1715 | 2025-02-25T01:33:54.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1716 | 2025-02-25T01:33:54.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1717 | 2025-02-25T01:33:54.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1718 | 2025-02-25T01:33:54.867Z | |
| 1719 | 2025-02-25T01:33:54.867Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
| 1720 | 2025-02-25T01:33:55.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1721 | 2025-02-25T01:33:55.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1722 | 2025-02-25T01:33:55.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1723 | 2025-02-25T01:33:55.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1724 | 2025-02-25T01:33:55.312Z | |
| 1725 | 2025-02-25T01:33:55.312Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
| 1726 | 2025-02-25T01:33:55.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1727 | 2025-02-25T01:33:55.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1728 | 2025-02-25T01:33:55.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1729 | 2025-02-25T01:33:55.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1730 | 2025-02-25T01:33:55.767Z | |
| 1731 | 2025-02-25T01:33:55.768Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
| 1732 | 2025-02-25T01:33:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1733 | 2025-02-25T01:33:56.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1734 | 2025-02-25T01:33:56.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1735 | 2025-02-25T01:33:56.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1736 | 2025-02-25T01:33:56.224Z | |
| 1737 | 2025-02-25T01:33:56.224Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
| 1738 | 2025-02-25T01:33:56.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1739 | 2025-02-25T01:33:56.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1740 | 2025-02-25T01:33:56.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1741 | 2025-02-25T01:33:56.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1742 | 2025-02-25T01:33:56.680Z | |
| 1743 | 2025-02-25T01:33:56.680Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
| 1744 | 2025-02-25T01:33:57.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1745 | 2025-02-25T01:33:57.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1746 | 2025-02-25T01:33:57.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1747 | 2025-02-25T01:33:57.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1748 | 2025-02-25T01:33:57.132Z | |
| 1749 | 2025-02-25T01:33:57.132Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
| 1750 | 2025-02-25T01:33:57.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1751 | 2025-02-25T01:33:57.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1752 | 2025-02-25T01:33:57.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1753 | 2025-02-25T01:33:57.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1754 | 2025-02-25T01:33:57.585Z | |
| 1755 | 2025-02-25T01:33:57.585Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
| 1756 | 2025-02-25T01:33:57.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1757 | 2025-02-25T01:33:58.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1758 | 2025-02-25T01:33:58.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1759 | 2025-02-25T01:33:58.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1760 | 2025-02-25T01:33:58.042Z | |
| 1761 | 2025-02-25T01:33:58.042Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
| 1762 | 2025-02-25T01:33:58.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1763 | 2025-02-25T01:33:58.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1764 | 2025-02-25T01:33:58.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1765 | 2025-02-25T01:33:58.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1766 | 2025-02-25T01:33:58.495Z | |
| 1767 | 2025-02-25T01:33:58.495Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
| 1768 | 2025-02-25T01:33:58.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1769 | 2025-02-25T01:33:58.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1770 | 2025-02-25T01:33:58.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1771 | 2025-02-25T01:33:58.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1772 | 2025-02-25T01:33:58.948Z | |
| 1773 | 2025-02-25T01:33:58.948Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
| 1774 | 2025-02-25T01:33:59.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1775 | 2025-02-25T01:33:59.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1776 | 2025-02-25T01:33:59.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1777 | 2025-02-25T01:33:59.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1778 | 2025-02-25T01:33:59.729Z | |
| 1779 | 2025-02-25T01:33:59.729Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
| 1780 | 2025-02-25T01:33:59.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1781 | 2025-02-25T01:33:59.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1782 | 2025-02-25T01:33:59.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1783 | 2025-02-25T01:33:59.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1784 | 2025-02-25T01:33:59.865Z | |
| 1785 | 2025-02-25T01:33:59.865Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
| 1786 | 2025-02-25T01:34:00.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1787 | 2025-02-25T01:34:00.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1788 | 2025-02-25T01:34:00.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1789 | 2025-02-25T01:34:00.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1790 | 2025-02-25T01:34:00.324Z | |
| 1791 | 2025-02-25T01:34:00.324Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
| 1792 | 2025-02-25T01:34:00.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1793 | 2025-02-25T01:34:00.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1794 | 2025-02-25T01:34:00.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1795 | 2025-02-25T01:34:00.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1796 | 2025-02-25T01:34:00.785Z | |
| 1797 | 2025-02-25T01:34:00.785Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
| 1798 | 2025-02-25T01:34:01.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1799 | 2025-02-25T01:34:01.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1800 | 2025-02-25T01:34:01.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1801 | 2025-02-25T01:34:01.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1802 | 2025-02-25T01:34:01.248Z | |
| 1803 | 2025-02-25T01:34:01.248Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
| 1804 | 2025-02-25T01:34:01.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1805 | 2025-02-25T01:34:01.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1806 | 2025-02-25T01:34:01.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1807 | 2025-02-25T01:34:01.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1808 | 2025-02-25T01:34:01.710Z | |
| 1809 | 2025-02-25T01:34:01.710Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
| 1810 | 2025-02-25T01:34:02.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2025-02-25T01:34:02.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2025-02-25T01:34:02.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2025-02-25T01:34:02.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1814 | 2025-02-25T01:34:02.173Z | |
| 1815 | 2025-02-25T01:34:02.173Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
| 1816 | 2025-02-25T01:34:02.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2025-02-25T01:34:02.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2025-02-25T01:34:02.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2025-02-25T01:34:02.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1820 | 2025-02-25T01:34:02.629Z | |
| 1821 | 2025-02-25T01:34:02.629Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
| 1822 | 2025-02-25T01:34:03.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2025-02-25T01:34:03.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2025-02-25T01:34:03.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2025-02-25T01:34:03.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1826 | 2025-02-25T01:34:03.087Z | |
| 1827 | 2025-02-25T01:34:03.087Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
| 1828 | 2025-02-25T01:34:03.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2025-02-25T01:34:03.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2025-02-25T01:34:03.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2025-02-25T01:34:03.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1832 | 2025-02-25T01:34:03.545Z | |
| 1833 | 2025-02-25T01:34:03.545Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
| 1834 | 2025-02-25T01:34:03.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2025-02-25T01:34:03.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2025-02-25T01:34:03.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2025-02-25T01:34:03.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1838 | 2025-02-25T01:34:04.002Z | |
| 1839 | 2025-02-25T01:34:04.002Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
| 1840 | 2025-02-25T01:34:04.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2025-02-25T01:34:04.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2025-02-25T01:34:04.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2025-02-25T01:34:04.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1844 | 2025-02-25T01:34:04.453Z | |
| 1845 | 2025-02-25T01:34:04.453Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
| 1846 | 2025-02-25T01:34:04.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2025-02-25T01:34:04.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2025-02-25T01:34:04.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2025-02-25T01:34:04.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1850 | 2025-02-25T01:34:04.904Z | |
| 1851 | 2025-02-25T01:34:04.904Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
| 1852 | 2025-02-25T01:34:05.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2025-02-25T01:34:05.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2025-02-25T01:34:05.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2025-02-25T01:34:05.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1856 | 2025-02-25T01:34:05.356Z | |
| 1857 | 2025-02-25T01:34:05.356Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
| 1858 | 2025-02-25T01:34:05.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2025-02-25T01:34:05.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2025-02-25T01:34:05.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2025-02-25T01:34:05.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1862 | 2025-02-25T01:34:05.812Z | |
| 1863 | 2025-02-25T01:34:05.812Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
| 1864 | 2025-02-25T01:34:06.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2025-02-25T01:34:06.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2025-02-25T01:34:06.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2025-02-25T01:34:06.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1868 | 2025-02-25T01:34:06.263Z | |
| 1869 | 2025-02-25T01:34:06.263Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
| 1870 | 2025-02-25T01:34:06.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2025-02-25T01:34:06.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2025-02-25T01:34:06.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2025-02-25T01:34:06.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1874 | 2025-02-25T01:34:06.713Z | |
| 1875 | 2025-02-25T01:34:06.713Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
| 1876 | 2025-02-25T01:34:07.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2025-02-25T01:34:07.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2025-02-25T01:34:07.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2025-02-25T01:34:07.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1880 | 2025-02-25T01:34:07.165Z | |
| 1881 | 2025-02-25T01:34:07.166Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
| 1882 | 2025-02-25T01:34:07.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2025-02-25T01:34:07.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2025-02-25T01:34:07.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2025-02-25T01:34:07.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1886 | 2025-02-25T01:34:07.614Z | |
| 1887 | 2025-02-25T01:34:07.614Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
| 1888 | 2025-02-25T01:34:08.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2025-02-25T01:34:08.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2025-02-25T01:34:08.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2025-02-25T01:34:08.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1892 | 2025-02-25T01:34:08.071Z | |
| 1893 | 2025-02-25T01:34:08.071Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
| 1894 | 2025-02-25T01:34:08.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2025-02-25T01:34:08.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2025-02-25T01:34:08.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2025-02-25T01:34:08.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1898 | 2025-02-25T01:34:08.528Z | |
| 1899 | 2025-02-25T01:34:08.528Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
| 1900 | 2025-02-25T01:34:08.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2025-02-25T01:34:08.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2025-02-25T01:34:08.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2025-02-25T01:34:08.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1904 | 2025-02-25T01:34:08.979Z | |
| 1905 | 2025-02-25T01:34:08.979Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
| 1906 | 2025-02-25T01:34:09.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2025-02-25T01:34:09.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2025-02-25T01:34:09.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2025-02-25T01:34:09.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1910 | 2025-02-25T01:34:09.431Z | |
| 1911 | 2025-02-25T01:34:09.431Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
| 1912 | 2025-02-25T01:34:09.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2025-02-25T01:34:09.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2025-02-25T01:34:09.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2025-02-25T01:34:09.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1916 | 2025-02-25T01:34:09.899Z | |
| 1917 | 2025-02-25T01:34:09.899Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
| 1918 | 2025-02-25T01:34:10.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2025-02-25T01:34:10.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2025-02-25T01:34:10.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2025-02-25T01:34:10.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1922 | 2025-02-25T01:34:10.350Z | |
| 1923 | 2025-02-25T01:34:10.350Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
| 1924 | 2025-02-25T01:34:10.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2025-02-25T01:34:10.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2025-02-25T01:34:10.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2025-02-25T01:34:10.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1928 | 2025-02-25T01:34:10.803Z | |
| 1929 | 2025-02-25T01:34:10.803Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
| 1930 | 2025-02-25T01:34:11.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2025-02-25T01:34:11.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2025-02-25T01:34:11.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2025-02-25T01:34:11.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1934 | 2025-02-25T01:34:11.256Z | |
| 1935 | 2025-02-25T01:34:11.256Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
| 1936 | 2025-02-25T01:34:11.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2025-02-25T01:34:11.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2025-02-25T01:34:11.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2025-02-25T01:34:11.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1940 | 2025-02-25T01:34:11.716Z | |
| 1941 | 2025-02-25T01:34:11.716Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
| 1942 | 2025-02-25T01:34:12.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2025-02-25T01:34:12.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2025-02-25T01:34:12.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2025-02-25T01:34:12.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1946 | 2025-02-25T01:34:12.376Z | |
| 1947 | 2025-02-25T01:34:12.376Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
| 1948 | 2025-02-25T01:34:12.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2025-02-25T01:34:12.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2025-02-25T01:34:12.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2025-02-25T01:34:12.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1952 | 2025-02-25T01:34:13.042Z | |
| 1953 | 2025-02-25T01:34:13.042Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
| 1954 | 2025-02-25T01:34:13.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2025-02-25T01:34:13.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2025-02-25T01:34:13.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2025-02-25T01:34:13.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1958 | 2025-02-25T01:34:13.700Z | |
| 1959 | 2025-02-25T01:34:13.700Z | info: running `cargo check --bins` on oxlog (48/199) |
| 1960 | 2025-02-25T01:34:14.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2025-02-25T01:34:14.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2025-02-25T01:34:14.342Z | Checking cfg-if v1.0.0 |
| 1963 | 2025-02-25T01:34:14.345Z | Checking libc v0.2.170 |
| 1964 | 2025-02-25T01:34:14.457Z | Checking serde v1.0.218 |
| 1965 | 2025-02-25T01:34:14.460Z | Checking zeroize v1.8.1 |
| 1966 | 2025-02-25T01:34:14.474Z | Checking memchr v2.7.4 |
| 1967 | 2025-02-25T01:34:14.488Z | Checking typenum v1.17.0 |
| 1968 | 2025-02-25T01:34:14.499Z | Checking subtle v2.6.1 |
| 1969 | 2025-02-25T01:34:14.514Z | Checking value-bag v1.9.0 |
| 1970 | 2025-02-25T01:34:14.528Z | Checking scopeguard v1.2.0 |
| 1971 | 2025-02-25T01:34:14.684Z | Checking smallvec v1.14.0 |
| 1972 | 2025-02-25T01:34:14.700Z | Checking lock_api v0.4.12 |
| 1973 | 2025-02-25T01:34:14.771Z | Checking const-oid v0.9.6 |
| 1974 | 2025-02-25T01:34:14.899Z | Checking log v0.4.22 |
| 1975 | 2025-02-25T01:34:15.044Z | Checking itoa v1.0.11 |
| 1976 | 2025-02-25T01:34:15.074Z | Checking pin-project-lite v0.2.14 |
| 1977 | 2025-02-25T01:34:15.195Z | Checking byteorder v1.5.0 |
| 1978 | 2025-02-25T01:34:15.280Z | Checking futures-core v0.3.31 |
| 1979 | 2025-02-25T01:34:15.298Z | Checking once_cell v1.20.3 |
| 1980 | 2025-02-25T01:34:15.411Z | Checking stable_deref_trait v1.2.0 |
| 1981 | 2025-02-25T01:34:15.477Z | Checking futures-sink v0.3.31 |
| 1982 | 2025-02-25T01:34:15.497Z | Checking getrandom v0.2.15 |
| 1983 | 2025-02-25T01:34:15.519Z | Checking signal-hook-registry v1.4.2 |
| 1984 | 2025-02-25T01:34:15.568Z | Checking generic-array v0.14.7 |
| 1985 | 2025-02-25T01:34:15.582Z | Checking parking_lot_core v0.9.10 |
| 1986 | 2025-02-25T01:34:15.601Z | Checking mio v1.0.2 |
| 1987 | 2025-02-25T01:34:15.619Z | Checking cpufeatures v0.2.14 |
| 1988 | 2025-02-25T01:34:15.723Z | Checking zerocopy v0.7.35 |
| 1989 | 2025-02-25T01:34:15.739Z | Checking rand_core v0.6.4 |
| 1990 | 2025-02-25T01:34:15.759Z | Checking socket2 v0.5.8 |
| 1991 | 2025-02-25T01:34:15.914Z | Checking parking_lot v0.12.3 |
| 1992 | 2025-02-25T01:34:16.056Z | Checking slab v0.4.9 |
| 1993 | 2025-02-25T01:34:16.178Z | Checking zerofrom v0.1.4 |
| 1994 | 2025-02-25T01:34:16.215Z | Checking futures-channel v0.3.31 |
| 1995 | 2025-02-25T01:34:16.263Z | Checking pin-utils v0.1.0 |
| 1996 | 2025-02-25T01:34:16.325Z | Checking futures-task v0.3.31 |
| 1997 | 2025-02-25T01:34:16.358Z | Checking futures-io v0.3.31 |
| 1998 | 2025-02-25T01:34:16.377Z | Checking yoke v0.7.4 |
| 1999 | 2025-02-25T01:34:16.541Z | Checking equivalent v1.0.1 |
| 2000 | 2025-02-25T01:34:16.560Z | Checking allocator-api2 v0.2.18 |
| 2001 | 2025-02-25T01:34:16.574Z | Checking futures-util v0.3.31 |
| 2002 | 2025-02-25T01:34:16.635Z | Checking crypto-common v0.1.6 |
| 2003 | 2025-02-25T01:34:16.663Z | Checking block-buffer v0.10.4 |
| 2004 | 2025-02-25T01:34:16.679Z | Checking foldhash v0.1.3 |
| 2005 | 2025-02-25T01:34:16.694Z | Checking zerovec v0.10.4 |
| 2006 | 2025-02-25T01:34:16.822Z | Checking block-padding v0.3.3 |
| 2007 | 2025-02-25T01:34:16.888Z | Checking ryu v1.0.18 |
| 2008 | 2025-02-25T01:34:16.904Z | Checking digest v0.10.7 |
| 2009 | 2025-02-25T01:34:16.920Z | Checking ppv-lite86 v0.2.20 |
| 2010 | 2025-02-25T01:34:17.023Z | Checking inout v0.1.3 |
| 2011 | 2025-02-25T01:34:17.128Z | Checking writeable v0.5.5 |
| 2012 | 2025-02-25T01:34:17.159Z | Checking hashbrown v0.15.1 |
| 2013 | 2025-02-25T01:34:17.251Z | Checking fnv v1.0.7 |
| 2014 | 2025-02-25T01:34:17.267Z | Checking hmac v0.12.1 |
| 2015 | 2025-02-25T01:34:17.389Z | Checking litemap v0.7.3 |
| 2016 | 2025-02-25T01:34:17.427Z | Checking sha2 v0.10.8 |
| 2017 | 2025-02-25T01:34:17.465Z | Checking cipher v0.4.4 |
| 2018 | 2025-02-25T01:34:17.622Z | Checking libm v0.2.8 |
| 2019 | 2025-02-25T01:34:17.741Z | Checking base64ct v1.6.0 |
| 2020 | 2025-02-25T01:34:17.846Z | Checking flagset v0.4.6 |
| 2021 | 2025-02-25T01:34:17.983Z | Checking icu_locid_transform_data v1.5.0 |
| 2022 | 2025-02-25T01:34:18.061Z | Checking tracing-core v0.1.32 |
| 2023 | 2025-02-25T01:34:18.084Z | Checking thiserror v1.0.69 |
| 2024 | 2025-02-25T01:34:18.194Z | Checking pem-rfc7468 v0.7.0 |
| 2025 | 2025-02-25T01:34:18.214Z | Checking tinystr v0.7.6 |
| 2026 | 2025-02-25T01:34:18.214Z | Checking icu_collections v1.5.0 |
| 2027 | 2025-02-25T01:34:18.216Z | Checking rustls-pki-types v1.10.0 |
| 2028 | 2025-02-25T01:34:18.450Z | Checking der v0.7.9 |
| 2029 | 2025-02-25T01:34:18.534Z | Checking icu_locid v1.5.0 |
| 2030 | 2025-02-25T01:34:18.559Z | Checking num-traits v0.2.19 |
| 2031 | 2025-02-25T01:34:18.668Z | Checking percent-encoding v2.3.1 |
| 2032 | 2025-02-25T01:34:18.781Z | Checking icu_properties_data v1.5.0 |
| 2033 | 2025-02-25T01:34:18.841Z | Checking bytes v1.9.0 |
| 2034 | 2025-02-25T01:34:18.859Z | Checking indexmap v2.7.1 |
| 2035 | 2025-02-25T01:34:18.876Z | Checking serde_json v1.0.139 |
| 2036 | 2025-02-25T01:34:19.016Z | Checking bitflags v2.6.0 |
| 2037 | 2025-02-25T01:34:19.328Z | Checking tracing v0.1.40 |
| 2038 | 2025-02-25T01:34:19.496Z | Checking icu_provider v1.5.0 |
| 2039 | 2025-02-25T01:34:19.652Z | Checking tokio v1.43.0 |
| 2040 | 2025-02-25T01:34:19.707Z | Checking http v1.2.0 |
| 2041 | 2025-02-25T01:34:20.048Z | Checking salsa20 v0.10.2 |
| 2042 | 2025-02-25T01:34:20.077Z | Checking pbkdf2 v0.12.2 |
| 2043 | 2025-02-25T01:34:20.111Z | Checking icu_locid_transform v1.5.0 |
| 2044 | 2025-02-25T01:34:20.155Z | Checking spki v0.7.3 |
| 2045 | 2025-02-25T01:34:20.246Z | Checking aws-lc-sys v0.22.0 |
| 2046 | 2025-02-25T01:34:20.262Z | Checking httparse v1.9.5 |
| 2047 | 2025-02-25T01:34:20.454Z | Checking icu_normalizer_data v1.5.0 |
| 2048 | 2025-02-25T01:34:20.542Z | Checking write16 v1.0.0 |
| 2049 | 2025-02-25T01:34:20.559Z | Checking powerfmt v0.2.0 |
| 2050 | 2025-02-25T01:34:20.682Z | Checking untrusted v0.9.0 |
| 2051 | 2025-02-25T01:34:20.710Z | Checking untrusted v0.7.1 |
| 2052 | 2025-02-25T01:34:20.829Z | Checking utf8_iter v1.0.4 |
| 2053 | 2025-02-25T01:34:20.845Z | Checking mirai-annotations v1.12.0 |
| 2054 | 2025-02-25T01:34:20.880Z | Checking utf16_iter v1.0.5 |
| 2055 | 2025-02-25T01:34:20.919Z | Checking ring v0.17.11 |
| 2056 | 2025-02-25T01:34:21.021Z | Checking deranged v0.3.11 |
| 2057 | 2025-02-25T01:34:21.021Z | Checking scrypt v0.11.0 |
| 2058 | 2025-02-25T01:34:21.050Z | Checking cbc v0.1.2 |
| 2059 | 2025-02-25T01:34:21.072Z | Checking icu_properties v1.5.1 |
| 2060 | 2025-02-25T01:34:21.109Z | Checking aes v0.8.4 |
| 2061 | 2025-02-25T01:34:21.235Z | Checking rand_chacha v0.3.1 |
| 2062 | 2025-02-25T01:34:21.252Z | Checking crossbeam-utils v0.8.20 |
| 2063 | 2025-02-25T01:34:21.661Z | Checking spin v0.9.8 |
| 2064 | 2025-02-25T01:34:21.998Z | Checking num-conv v0.1.0 |
| 2065 | 2025-02-25T01:34:22.001Z | Checking time-core v0.1.2 |
| 2066 | 2025-02-25T01:34:22.001Z | Checking num_threads v0.1.7 |
| 2067 | 2025-02-25T01:34:22.151Z | Checking atomic-waker v1.1.2 |
| 2068 | 2025-02-25T01:34:22.182Z | Checking tinyvec_macros v0.1.1 |
| 2069 | 2025-02-25T01:34:22.217Z | Checking aws-lc-rs v1.10.0 |
| 2070 | 2025-02-25T01:34:22.243Z | Checking pkcs5 v0.7.1 |
| 2071 | 2025-02-25T01:34:22.281Z | Checking tinyvec v1.8.0 |
| 2072 | 2025-02-25T01:34:22.299Z | Checking rand v0.8.5 |
| 2073 | 2025-02-25T01:34:22.312Z | Checking time v0.3.36 |
| 2074 | 2025-02-25T01:34:22.774Z | Checking http-body v1.0.1 |
| 2075 | 2025-02-25T01:34:23.001Z | Checking form_urlencoded v1.2.1 |
| 2076 | 2025-02-25T01:34:23.100Z | Checking try-lock v0.2.5 |
| 2077 | 2025-02-25T01:34:23.221Z | Checking pkcs8 v0.10.2 |
| 2078 | 2025-02-25T01:34:23.253Z | Checking want v0.3.1 |
| 2079 | 2025-02-25T01:34:23.449Z | Checking uuid v1.12.0 |
| 2080 | 2025-02-25T01:34:23.467Z | Checking unicode-ident v1.0.14 |
| 2081 | 2025-02-25T01:34:23.544Z | Checking tower-service v0.3.3 |
| 2082 | 2025-02-25T01:34:23.565Z | Checking httpdate v1.0.3 |
| 2083 | 2025-02-25T01:34:23.651Z | Checking proc-macro2 v1.0.93 |
| 2084 | 2025-02-25T01:34:23.682Z | Checking toml_datetime v0.6.8 |
| 2085 | 2025-02-25T01:34:23.823Z | Checking serde_spanned v0.6.8 |
| 2086 | 2025-02-25T01:34:23.930Z | Checking rustls-webpki v0.102.8 |
| 2087 | 2025-02-25T01:34:23.986Z | Checking zerocopy v0.8.10 |
| 2088 | 2025-02-25T01:34:24.024Z | Checking slog v2.7.0 |
| 2089 | 2025-02-25T01:34:24.039Z | Checking getrandom v0.3.1 |
| 2090 | 2025-02-25T01:34:24.288Z | Checking scroll v0.12.0 |
| 2091 | 2025-02-25T01:34:24.292Z | Checking icu_normalizer v1.5.0 |
| 2092 | 2025-02-25T01:34:24.334Z | Checking foreign-types-shared v0.1.1 |
| 2093 | 2025-02-25T01:34:24.461Z | Checking adler2 v2.0.0 |
| 2094 | 2025-02-25T01:34:24.478Z | Checking iana-time-zone v0.1.61 |
| 2095 | 2025-02-25T01:34:24.607Z | Checking plain v0.2.3 |
| 2096 | 2025-02-25T01:34:24.641Z | Checking base64 v0.22.1 |
| 2097 | 2025-02-25T01:34:24.644Z | Checking match_cfg v0.1.0 |
| 2098 | 2025-02-25T01:34:24.689Z | Checking ucd-trie v0.1.7 |
| 2099 | 2025-02-25T01:34:24.747Z | Checking hostname v0.3.1 |
| 2100 | 2025-02-25T01:34:24.762Z | Checking chrono v0.4.39 |
| 2101 | 2025-02-25T01:34:24.764Z | Checking goblin v0.8.2 |
| 2102 | 2025-02-25T01:34:24.881Z | Checking miniz_oxide v0.8.0 |
| 2103 | 2025-02-25T01:34:24.897Z | Checking pest v2.7.14 |
| 2104 | 2025-02-25T01:34:25.083Z | Checking foreign-types v0.3.2 |
| 2105 | 2025-02-25T01:34:25.100Z | Checking idna_adapter v1.2.0 |
| 2106 | 2025-02-25T01:34:25.176Z | Checking quote v1.0.38 |
| 2107 | 2025-02-25T01:34:25.278Z | Checking idna v1.0.3 |
| 2108 | 2025-02-25T01:34:25.517Z | Checking openssl-sys v0.9.106 |
| 2109 | 2025-02-25T01:34:25.579Z | Checking errno v0.3.9 |
| 2110 | 2025-02-25T01:34:25.773Z | Checking dirs-sys-next v0.1.2 |
| 2111 | 2025-02-25T01:34:25.788Z | Checking url v2.5.3 |
| 2112 | 2025-02-25T01:34:25.960Z | Checking aho-corasick v1.1.3 |
| 2113 | 2025-02-25T01:34:26.434Z | Checking tokio-util v0.7.12 |
| 2114 | 2025-02-25T01:34:26.577Z | Checking regex-syntax v0.8.5 |
| 2115 | 2025-02-25T01:34:26.615Z | Checking siphasher v0.3.11 |
| 2116 | 2025-02-25T01:34:26.754Z | Checking rand_core v0.9.2 |
| 2117 | 2025-02-25T01:34:26.801Z | Checking data-encoding v2.6.0 |
| 2118 | 2025-02-25T01:34:26.916Z | Compiling newtype-uuid v1.2.1 |
| 2119 | 2025-02-25T01:34:27.075Z | Checking pretty-hex v0.4.1 |
| 2120 | 2025-02-25T01:34:27.207Z | Checking either v1.13.0 |
| 2121 | 2025-02-25T01:34:27.224Z | Checking h2 v0.4.6 |
| 2122 | 2025-02-25T01:34:27.306Z | Checking rand_chacha v0.9.0 |
| 2123 | 2025-02-25T01:34:27.323Z | Checking openssl v0.10.71 |
| 2124 | 2025-02-25T01:34:27.434Z | Checking dtrace-parser v0.2.0 |
| 2125 | 2025-02-25T01:34:27.563Z | Checking dirs-next v2.0.0 |
| 2126 | 2025-02-25T01:34:27.579Z | Checking rustix v0.38.37 |
| 2127 | 2025-02-25T01:34:27.691Z | Checking syn v2.0.96 |
| 2128 | 2025-02-25T01:34:27.708Z | Checking unicode-normalization v0.1.24 |
| 2129 | 2025-02-25T01:34:27.905Z | Checking http-body-util v0.1.2 |
| 2130 | 2025-02-25T01:34:28.316Z | Checking crossbeam-epoch v0.9.18 |
| 2131 | 2025-02-25T01:34:28.593Z | Checking signature v2.2.0 |
| 2132 | 2025-02-25T01:34:28.742Z | Checking sha1 v0.10.6 |
| 2133 | 2025-02-25T01:34:28.806Z | Checking thread_local v1.1.8 |
| 2134 | 2025-02-25T01:34:29.032Z | Checking thread-id v4.2.2 |
| 2135 | 2025-02-25T01:34:29.098Z | Checking encoding_rs v0.8.34 |
| 2136 | 2025-02-25T01:34:29.153Z | Checking openssl-probe v0.1.5 |
| 2137 | 2025-02-25T01:34:29.327Z | Checking ipnet v2.10.1 |
| 2138 | 2025-02-25T01:34:29.524Z | Checking dof v0.3.0 |
| 2139 | 2025-02-25T01:34:29.766Z | Checking gimli v0.31.1 |
| 2140 | 2025-02-25T01:34:29.848Z | Checking regex-automata v0.4.8 |
| 2141 | 2025-02-25T01:34:30.180Z | Checking unicode-properties v0.1.3 |
| 2142 | 2025-02-25T01:34:30.591Z | Checking winnow v0.6.20 |
| 2143 | 2025-02-25T01:34:30.786Z | Checking unicode-bidi v0.3.17 |
| 2144 | 2025-02-25T01:34:31.388Z | Checking mime v0.3.17 |
| 2145 | 2025-02-25T01:34:31.430Z | Checking utf8parse v0.2.2 |
| 2146 | 2025-02-25T01:34:31.589Z | Checking anstyle v1.0.10 |
| 2147 | 2025-02-25T01:34:31.693Z | Checking anstyle-parse v0.2.5 |
| 2148 | 2025-02-25T01:34:31.930Z | Checking stringprep v0.1.5 |
| 2149 | 2025-02-25T01:34:31.972Z | Checking crossbeam-deque v0.8.5 |
| 2150 | 2025-02-25T01:34:32.198Z | Checking term v0.7.0 |
| 2151 | 2025-02-25T01:34:32.297Z | Checking rand v0.9.0 |
| 2152 | 2025-02-25T01:34:32.383Z | Checking native-tls v0.2.12 |
| 2153 | 2025-02-25T01:34:32.627Z | Checking rustls v0.23.19 |
| 2154 | 2025-02-25T01:34:32.714Z | Checking rustls v0.22.4 |
| 2155 | 2025-02-25T01:34:33.279Z | Checking hyper v1.5.2 |
| 2156 | 2025-02-25T01:34:33.296Z | Checking toml_edit v0.22.22 |
| 2157 | 2025-02-25T01:34:33.299Z | Checking slog-json v2.6.1 |
| 2158 | 2025-02-25T01:34:33.498Z | Checking addr2line v0.24.2 |
| 2159 | 2025-02-25T01:34:33.576Z | Checking serde_urlencoded v0.7.1 |
| 2160 | 2025-02-25T01:34:33.640Z | Checking usdt-impl v0.5.0 |
| 2161 | 2025-02-25T01:34:33.995Z | Checking crossbeam-channel v0.5.13 |
| 2162 | 2025-02-25T01:34:34.051Z | Checking futures-executor v0.3.31 |
| 2163 | 2025-02-25T01:34:34.205Z | Checking num-integer v0.1.46 |
| 2164 | 2025-02-25T01:34:34.221Z | Checking semver v1.0.25 |
| 2165 | 2025-02-25T01:34:34.291Z | Checking rustls-pemfile v2.2.0 |
| 2166 | 2025-02-25T01:34:34.537Z | Checking md-5 v0.10.6 |
| 2167 | 2025-02-25T01:34:34.629Z | Checking ff v0.13.0 |
| 2168 | 2025-02-25T01:34:34.691Z | Checking hash32 v0.2.1 |
| 2169 | 2025-02-25T01:34:34.708Z | Checking memmap v0.7.0 |
| 2170 | 2025-02-25T01:34:34.773Z | Checking is-terminal v0.4.13 |
| 2171 | 2025-02-25T01:34:34.834Z | Checking object v0.36.5 |
| 2172 | 2025-02-25T01:34:34.910Z | Checking linked-hash-map v0.5.6 |
| 2173 | 2025-02-25T01:34:34.933Z | Checking utf-8 v0.7.6 |
| 2174 | 2025-02-25T01:34:34.991Z | Checking psl-types v2.0.11 |
| 2175 | 2025-02-25T01:34:35.143Z | Checking base16ct v0.2.0 |
| 2176 | 2025-02-25T01:34:35.187Z | Checking dyn-clone v1.0.18 |
| 2177 | 2025-02-25T01:34:35.207Z | Checking quick-error v1.2.3 |
| 2178 | 2025-02-25T01:34:35.232Z | Checking hyper-util v0.1.10 |
| 2179 | 2025-02-25T01:34:35.337Z | Checking rustc-demangle v0.1.24 |
| 2180 | 2025-02-25T01:34:35.355Z | Checking colorchoice v1.0.2 |
| 2181 | 2025-02-25T01:34:35.357Z | Checking fallible-iterator v0.2.0 |
| 2182 | 2025-02-25T01:34:35.495Z | Checking take_mut v0.2.2 |
| 2183 | 2025-02-25T01:34:35.648Z | Checking is_terminal_polyfill v1.70.1 |
| 2184 | 2025-02-25T01:34:35.778Z | Checking anstyle-query v1.1.1 |
| 2185 | 2025-02-25T01:34:35.799Z | Checking slog-async v2.8.0 |
| 2186 | 2025-02-25T01:34:35.830Z | Checking toml v0.8.19 |
| 2187 | 2025-02-25T01:34:35.923Z | Checking anstream v0.6.15 |
| 2188 | 2025-02-25T01:34:35.940Z | Checking postgres-protocol v0.6.8 |
| 2189 | 2025-02-25T01:34:35.991Z | Checking tokio-rustls v0.25.0 |
| 2190 | 2025-02-25T01:34:36.084Z | Checking sec1 v0.7.3 |
| 2191 | 2025-02-25T01:34:36.295Z | Checking resolv-conf v0.7.0 |
| 2192 | 2025-02-25T01:34:36.358Z | Checking schemars v0.8.21 |
| 2193 | 2025-02-25T01:34:36.461Z | Checking lru-cache v0.1.2 |
| 2194 | 2025-02-25T01:34:36.511Z | Checking publicsuffix v2.3.0 |
| 2195 | 2025-02-25T01:34:36.603Z | Checking tungstenite v0.24.0 |
| 2196 | 2025-02-25T01:34:36.645Z | Checking heapless v0.7.17 |
| 2197 | 2025-02-25T01:34:36.662Z | Checking usdt v0.5.0 |
| 2198 | 2025-02-25T01:34:36.774Z | Checking slog-term v2.9.1 |
| 2199 | 2025-02-25T01:34:36.926Z | Checking group v0.13.0 |
| 2200 | 2025-02-25T01:34:37.161Z | Checking num-iter v0.1.45 |
| 2201 | 2025-02-25T01:34:37.176Z | Checking futures v0.3.31 |
| 2202 | 2025-02-25T01:34:37.287Z | Checking slog-bunyan v2.5.0 |
| 2203 | 2025-02-25T01:34:37.303Z | Checking tokio-native-tls v0.3.1 |
| 2204 | 2025-02-25T01:34:37.330Z | Checking rayon-core v1.12.1 |
| 2205 | 2025-02-25T01:34:37.457Z | Checking multer v3.1.0 |
| 2206 | 2025-02-25T01:34:37.474Z | Checking terminal_size v0.4.0 |
| 2207 | 2025-02-25T01:34:37.540Z | Checking hickory-proto v0.24.3 |
| 2208 | 2025-02-25T01:34:37.651Z | Checking phf_shared v0.11.2 |
| 2209 | 2025-02-25T01:34:37.690Z | Checking tokio-rustls v0.26.0 |
| 2210 | 2025-02-25T01:34:37.824Z | Checking cookie v0.18.1 |
| 2211 | 2025-02-25T01:34:37.860Z | Checking async-stream v0.3.6 |
| 2212 | 2025-02-25T01:34:37.863Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2213 | 2025-02-25T01:34:37.930Z | Checking waitgroup v0.1.2 |
| 2214 | 2025-02-25T01:34:37.950Z | Checking camino v1.1.9 |
| 2215 | 2025-02-25T01:34:37.991Z | Checking signal-hook v0.3.17 |
| 2216 | 2025-02-25T01:34:38.065Z | Checking lazy_static v1.5.0 |
| 2217 | 2025-02-25T01:34:38.080Z | Checking openapiv3 v2.0.0 |
| 2218 | 2025-02-25T01:34:38.083Z | Checking serde_path_to_error v0.1.16 |
| 2219 | 2025-02-25T01:34:38.191Z | Checking webpki-roots v0.26.6 |
| 2220 | 2025-02-25T01:34:38.257Z | Checking hkdf v0.12.4 |
| 2221 | 2025-02-25T01:34:38.323Z | Checking crypto-bigint v0.5.5 |
| 2222 | 2025-02-25T01:34:38.386Z | Checking hostname v0.4.0 |
| 2223 | 2025-02-25T01:34:38.466Z | Checking sync_wrapper v1.0.1 |
| 2224 | 2025-02-25T01:34:38.490Z | Checking crc32fast v1.4.2 |
| 2225 | 2025-02-25T01:34:38.530Z | Checking managed v0.8.0 |
| 2226 | 2025-02-25T01:34:38.608Z | Checking unicode-width v0.2.0 |
| 2227 | 2025-02-25T01:34:38.672Z | Checking bitflags v1.3.2 |
| 2228 | 2025-02-25T01:34:38.742Z | Checking clap_lex v0.7.4 |
| 2229 | 2025-02-25T01:34:38.775Z | Checking tower-layer v0.3.3 |
| 2230 | 2025-02-25T01:34:38.889Z | Checking winnow v0.5.40 |
| 2231 | 2025-02-25T01:34:38.979Z | Checking debug-ignore v1.0.5 |
| 2232 | 2025-02-25T01:34:39.039Z | Checking strsim v0.11.1 |
| 2233 | 2025-02-25T01:34:39.084Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2234 | 2025-02-25T01:34:39.130Z | Checking console v0.15.10 |
| 2235 | 2025-02-25T01:34:39.331Z | Checking clap_builder v4.5.30 |
| 2236 | 2025-02-25T01:34:39.400Z | Checking tower v0.5.2 |
| 2237 | 2025-02-25T01:34:39.698Z | Checking smoltcp v0.9.1 |
| 2238 | 2025-02-25T01:34:40.153Z | Checking flate2 v1.0.35 |
| 2239 | 2025-02-25T01:34:40.702Z | Checking backtrace v0.3.74 |
| 2240 | 2025-02-25T01:34:40.790Z | Checking hyper-rustls v0.27.3 |
| 2241 | 2025-02-25T01:34:41.055Z | Checking elliptic-curve v0.13.8 |
| 2242 | 2025-02-25T01:34:41.100Z | Checking signal-hook-mio v0.2.4 |
| 2243 | 2025-02-25T01:34:41.128Z | Checking cookie_store v0.21.1 |
| 2244 | 2025-02-25T01:34:41.243Z | Checking num-bigint-dig v0.8.4 |
| 2245 | 2025-02-25T01:34:41.263Z | Checking anyhow v1.0.96 |
| 2246 | 2025-02-25T01:34:41.318Z | Checking dropshot v0.12.0 |
| 2247 | 2025-02-25T01:34:41.633Z | Checking toml_edit v0.19.15 |
| 2248 | 2025-02-25T01:34:41.649Z | Checking bzip2 v0.4.4 |
| 2249 | 2025-02-25T01:34:41.686Z | Checking rayon v1.10.0 |
| 2250 | 2025-02-25T01:34:41.790Z | Checking phf v0.11.2 |
| 2251 | 2025-02-25T01:34:41.923Z | Checking hyper-tls v0.6.0 |
| 2252 | 2025-02-25T01:34:41.992Z | Checking hickory-resolver v0.24.3 |
| 2253 | 2025-02-25T01:34:42.024Z | Checking tokio-tungstenite v0.24.0 |
| 2254 | 2025-02-25T01:34:42.199Z | Checking postgres-types v0.2.8 |
| 2255 | 2025-02-25T01:34:42.234Z | Checking bstr v1.10.0 |
| 2256 | 2025-02-25T01:34:42.463Z | Checking regex v1.11.1 |
| 2257 | 2025-02-25T01:34:42.876Z | Checking ed25519 v2.2.3 |
| 2258 | 2025-02-25T01:34:43.084Z | Checking tokio-stream v0.1.17 |
| 2259 | 2025-02-25T01:34:43.117Z | Checking phf_shared v0.10.0 |
| 2260 | 2025-02-25T01:34:43.173Z | Checking curve25519-dalek v4.1.3 |
| 2261 | 2025-02-25T01:34:43.233Z | Checking zerocopy v0.6.6 |
| 2262 | 2025-02-25T01:34:43.379Z | Checking hubpack v0.1.2 |
| 2263 | 2025-02-25T01:34:43.591Z | Checking memoffset v0.9.1 |
| 2264 | 2025-02-25T01:34:43.681Z | Checking portable-atomic v1.9.0 |
| 2265 | 2025-02-25T01:34:43.714Z | Checking pkcs1 v0.7.5 |
| 2266 | 2025-02-25T01:34:43.838Z | Checking float-cmp v0.10.0 |
| 2267 | 2025-02-25T01:34:43.862Z | Checking serde-big-array v0.5.1 |
| 2268 | 2025-02-25T01:34:44.039Z | Checking rfc6979 v0.4.0 |
| 2269 | 2025-02-25T01:34:44.476Z | Checking whoami v1.5.2 |
| 2270 | 2025-02-25T01:34:44.479Z | Checking minimal-lexical v0.2.1 |
| 2271 | 2025-02-25T01:34:44.479Z | Checking difflib v0.4.0 |
| 2272 | 2025-02-25T01:34:44.479Z | Checking unicode-segmentation v1.12.0 |
| 2273 | 2025-02-25T01:34:44.479Z | Checking predicates-core v1.0.8 |
| 2274 | 2025-02-25T01:34:44.479Z | Checking normalize-line-endings v0.3.0 |
| 2275 | 2025-02-25T01:34:44.479Z | Checking bit-vec v0.6.3 |
| 2276 | 2025-02-25T01:34:44.561Z | Checking new_debug_unreachable v1.0.6 |
| 2277 | 2025-02-25T01:34:44.599Z | Checking fixedbitset v0.4.2 |
| 2278 | 2025-02-25T01:34:44.658Z | Checking precomputed-hash v0.1.1 |
| 2279 | 2025-02-25T01:34:44.680Z | Checking number_prefix v0.4.0 |
| 2280 | 2025-02-25T01:34:44.772Z | Checking static_assertions v1.1.0 |
| 2281 | 2025-02-25T01:34:44.789Z | Checking string_cache v0.8.7 |
| 2282 | 2025-02-25T01:34:44.801Z | Checking bit-set v0.5.3 |
| 2283 | 2025-02-25T01:34:44.863Z | Checking qorb v0.2.1 |
| 2284 | 2025-02-25T01:34:44.867Z | Checking petgraph v0.6.5 |
| 2285 | 2025-02-25T01:34:44.892Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2286 | 2025-02-25T01:34:44.927Z | Checking similar v2.6.0 |
| 2287 | 2025-02-25T01:34:44.955Z | Checking ed25519-dalek v2.1.1 |
| 2288 | 2025-02-25T01:34:45.042Z | Checking predicates v3.1.3 |
| 2289 | 2025-02-25T01:34:45.055Z | Checking nom v7.1.3 |
| 2290 | 2025-02-25T01:34:45.217Z | Checking indicatif v0.17.11 |
| 2291 | 2025-02-25T01:34:45.377Z | Checking tokio-postgres v0.7.12 |
| 2292 | 2025-02-25T01:34:45.692Z | Checking ecdsa v0.16.9 |
| 2293 | 2025-02-25T01:34:45.731Z | Checking rsa v0.9.6 |
| 2294 | 2025-02-25T01:34:45.943Z | Checking toml v0.7.8 |
| 2295 | 2025-02-25T01:34:46.347Z | Checking nix v0.29.0 |
| 2296 | 2025-02-25T01:34:46.666Z | Checking clap v4.5.30 |
| 2297 | 2025-02-25T01:34:46.697Z | Checking reqwest v0.12.12 |
| 2298 | 2025-02-25T01:34:47.058Z | Checking zip v0.6.6 |
| 2299 | 2025-02-25T01:34:47.302Z | Checking crossterm v0.28.1 |
| 2300 | 2025-02-25T01:34:47.506Z | Checking itertools v0.14.0 |
| 2301 | 2025-02-25T01:34:47.654Z | Checking itertools v0.10.5 |
| 2302 | 2025-02-25T01:34:47.715Z | Checking itertools v0.12.1 |
| 2303 | 2025-02-25T01:34:47.873Z | Checking ahash v0.8.11 |
| 2304 | 2025-02-25T01:34:48.213Z | Checking fs-err v2.11.0 |
| 2305 | 2025-02-25T01:34:48.517Z | Checking x509-cert v0.2.5 |
| 2306 | 2025-02-25T01:34:48.570Z | Checking hex v0.4.3 |
| 2307 | 2025-02-25T01:34:48.765Z | Checking lalrpop-util v0.19.12 |
| 2308 | 2025-02-25T01:34:48.991Z | Checking peg-runtime v0.8.3 |
| 2309 | 2025-02-25T01:34:49.040Z | Checking sigpipe v0.1.3 |
| 2310 | 2025-02-25T01:34:49.879Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2311 | 2025-02-25T01:34:50.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.49s |
| 2312 | 2025-02-25T01:34:50.375Z | |
| 2313 | 2025-02-25T01:34:50.376Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
| 2314 | 2025-02-25T01:34:50.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2315 | 2025-02-25T01:34:50.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2316 | 2025-02-25T01:34:51.065Z | Compiling hashbrown v0.14.5 |
| 2317 | 2025-02-25T01:34:51.194Z | Checking heck v0.5.0 |
| 2318 | 2025-02-25T01:34:51.207Z | Compiling unsafe-libyaml v0.2.11 |
| 2319 | 2025-02-25T01:34:51.220Z | Checking ipnetwork v0.21.1 |
| 2320 | 2025-02-25T01:34:51.231Z | Compiling ident_case v1.0.1 |
| 2321 | 2025-02-25T01:34:51.251Z | Checking progenitor-client v0.8.0 |
| 2322 | 2025-02-25T01:34:51.261Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2025-02-25T01:34:51.361Z | Checking newtype-uuid v1.2.1 |
| 2324 | 2025-02-25T01:34:51.405Z | Compiling darling_core v0.20.10 |
| 2325 | 2025-02-25T01:34:51.547Z | Checking oxnet v0.1.0 |
| 2326 | 2025-02-25T01:34:51.573Z | Compiling proc-macro-crate v1.3.1 |
| 2327 | 2025-02-25T01:34:51.620Z | Compiling structmeta-derive v0.3.0 |
| 2328 | 2025-02-25T01:34:51.644Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2329 | 2025-02-25T01:34:51.872Z | Compiling thiserror v2.0.11 |
| 2330 | 2025-02-25T01:34:51.970Z | Compiling lzma-sys v0.1.20 |
| 2331 | 2025-02-25T01:34:52.130Z | Checking regress v0.10.1 |
| 2332 | 2025-02-25T01:34:52.453Z | Compiling serde_yaml v0.9.34+deprecated |
| 2333 | 2025-02-25T01:34:52.688Z | Compiling num_enum_derive v0.5.11 |
| 2334 | 2025-02-25T01:34:52.847Z | Compiling thiserror-impl v2.0.11 |
| 2335 | 2025-02-25T01:34:52.972Z | Compiling foreign-types-macros v0.2.3 |
| 2336 | 2025-02-25T01:34:54.218Z | Compiling structmeta v0.3.0 |
| 2337 | 2025-02-25T01:34:54.222Z | Compiling daft-derive v0.1.1 |
| 2338 | 2025-02-25T01:34:54.607Z | Compiling dropshot v0.15.1 |
| 2339 | 2025-02-25T01:34:54.950Z | Checking arc-swap v1.7.1 |
| 2340 | 2025-02-25T01:34:54.974Z | Checking foreign-types-shared v0.3.1 |
| 2341 | 2025-02-25T01:34:55.106Z | Checking foreign-types v0.5.0 |
| 2342 | 2025-02-25T01:34:55.218Z | Checking num_enum v0.5.11 |
| 2343 | 2025-02-25T01:34:55.363Z | Checking slog-scope v4.4.0 |
| 2344 | 2025-02-25T01:34:55.454Z | Compiling parse-display-derive v0.10.0 |
| 2345 | 2025-02-25T01:34:55.616Z | Compiling proc-macro-error v1.0.4 |
| 2346 | 2025-02-25T01:34:55.633Z | Checking typify-impl v0.2.0 |
| 2347 | 2025-02-25T01:34:55.731Z | Checking daft v0.1.1 |
| 2348 | 2025-02-25T01:34:56.313Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2349 | 2025-02-25T01:34:56.497Z | Checking tungstenite v0.21.0 |
| 2350 | 2025-02-25T01:34:56.497Z | Compiling heck v0.3.3 |
| 2351 | 2025-02-25T01:34:56.497Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2352 | 2025-02-25T01:34:56.717Z | Compiling dropshot_endpoint v0.15.1 |
| 2353 | 2025-02-25T01:34:56.930Z | Checking cstr-argument v0.1.2 |
| 2354 | 2025-02-25T01:34:57.093Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2355 | 2025-02-25T01:34:57.132Z | Compiling darling_macro v0.20.10 |
| 2356 | 2025-02-25T01:34:57.166Z | Checking instant v0.1.13 |
| 2357 | 2025-02-25T01:34:57.187Z | Checking pretty-hex v0.2.1 |
| 2358 | 2025-02-25T01:34:57.294Z | Checking fastrand v2.1.1 |
| 2359 | 2025-02-25T01:34:57.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2360 | 2025-02-25T01:34:57.625Z | Checking base64 v0.21.7 |
| 2361 | 2025-02-25T01:34:57.817Z | Checking tempfile v3.13.0 |
| 2362 | 2025-02-25T01:34:57.834Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2363 | 2025-02-25T01:34:57.986Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2364 | 2025-02-25T01:34:58.020Z | Compiling darling v0.20.10 |
| 2365 | 2025-02-25T01:34:58.085Z | Checking backoff v0.4.0 |
| 2366 | 2025-02-25T01:34:58.120Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2367 | 2025-02-25T01:34:58.133Z | Compiling serde_with_macros v3.11.0 |
| 2368 | 2025-02-25T01:34:58.174Z | Checking tokio-tungstenite v0.21.0 |
| 2369 | 2025-02-25T01:34:58.273Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2370 | 2025-02-25T01:34:58.276Z | Compiling zone_cfg_derive v0.1.2 |
| 2371 | 2025-02-25T01:34:58.351Z | Checking strum v0.26.3 |
| 2372 | 2025-02-25T01:34:58.505Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2373 | 2025-02-25T01:34:58.587Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2374 | 2025-02-25T01:34:58.806Z | Checking slog-stdlog v4.1.1 |
| 2375 | 2025-02-25T01:34:58.936Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2376 | 2025-02-25T01:34:58.990Z | Checking regress v0.9.1 |
| 2377 | 2025-02-25T01:34:59.098Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2378 | 2025-02-25T01:34:59.240Z | Checking progenitor-client v0.9.1 |
| 2379 | 2025-02-25T01:34:59.308Z | Checking parse-display v0.10.0 |
| 2380 | 2025-02-25T01:34:59.404Z | Checking colored v2.1.0 |
| 2381 | 2025-02-25T01:34:59.606Z | Checking macaddr v1.0.1 |
| 2382 | 2025-02-25T01:34:59.679Z | Checking base64 v0.13.1 |
| 2383 | 2025-02-25T01:34:59.702Z | Checking unicode-width v0.1.14 |
| 2384 | 2025-02-25T01:34:59.960Z | Checking zone v0.1.8 |
| 2385 | 2025-02-25T01:35:00.097Z | Checking ron v0.7.1 |
| 2386 | 2025-02-25T01:35:00.203Z | Checking tabwriter v1.4.0 |
| 2387 | 2025-02-25T01:35:00.449Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2388 | 2025-02-25T01:35:00.596Z | Checking serde_with v3.11.0 |
| 2389 | 2025-02-25T01:35:00.625Z | Checking slog-envlogger v2.2.0 |
| 2390 | 2025-02-25T01:35:00.902Z | Checking xz2 v0.1.7 |
| 2391 | 2025-02-25T01:35:00.983Z | Checking xattr v1.3.1 |
| 2392 | 2025-02-25T01:35:01.320Z | Checking pem v3.0.5 |
| 2393 | 2025-02-25T01:35:01.495Z | Checking yasna v0.5.2 |
| 2394 | 2025-02-25T01:35:01.495Z | Checking headers-core v0.3.0 |
| 2395 | 2025-02-25T01:35:01.496Z | Checking smf v0.2.3 |
| 2396 | 2025-02-25T01:35:01.711Z | Checking filetime v0.2.25 |
| 2397 | 2025-02-25T01:35:01.877Z | Checking same-file v1.0.6 |
| 2398 | 2025-02-25T01:35:01.877Z | Checking tar v0.4.44 |
| 2399 | 2025-02-25T01:35:01.970Z | Checking headers v0.4.0 |
| 2400 | 2025-02-25T01:35:01.970Z | Checking walkdir v2.5.0 |
| 2401 | 2025-02-25T01:35:02.077Z | Checking rcgen v0.12.1 |
| 2402 | 2025-02-25T01:35:02.179Z | Checking atomicwrites v0.4.4 |
| 2403 | 2025-02-25T01:35:02.373Z | Checking camino-tempfile v1.1.1 |
| 2404 | 2025-02-25T01:35:02.446Z | Checking subprocess v0.2.9 |
| 2405 | 2025-02-25T01:35:04.881Z | Compiling typify-macro v0.2.0 |
| 2406 | 2025-02-25T01:35:06.390Z | Compiling typify v0.2.0 |
| 2407 | 2025-02-25T01:35:06.457Z | Compiling progenitor-impl v0.8.0 |
| 2408 | 2025-02-25T01:35:08.822Z | Compiling progenitor-macro v0.8.0 |
| 2409 | 2025-02-25T01:35:12.390Z | Checking progenitor v0.8.0 |
| 2410 | 2025-02-25T01:35:12.520Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2411 | 2025-02-25T01:35:12.523Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2412 | 2025-02-25T01:35:15.024Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2413 | 2025-02-25T01:35:15.361Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2414 | 2025-02-25T01:35:21.475Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2415 | 2025-02-25T01:35:23.028Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2416 | 2025-02-25T01:35:24.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.85s |
| 2417 | 2025-02-25T01:35:24.474Z | |
| 2418 | 2025-02-25T01:35:24.475Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
| 2419 | 2025-02-25T01:35:24.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2420 | 2025-02-25T01:35:25.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2421 | 2025-02-25T01:35:25.100Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2422 | 2025-02-25T01:35:26.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 2423 | 2025-02-25T01:35:26.649Z | |
| 2424 | 2025-02-25T01:35:26.649Z | info: running `cargo check --bins` on nexus-config (51/199) |
| 2425 | 2025-02-25T01:35:27.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2426 | 2025-02-25T01:35:27.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2427 | 2025-02-25T01:35:27.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2428 | 2025-02-25T01:35:27.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2429 | 2025-02-25T01:35:27.295Z | |
| 2430 | 2025-02-25T01:35:27.295Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
| 2431 | 2025-02-25T01:35:27.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2432 | 2025-02-25T01:35:27.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2433 | 2025-02-25T01:35:27.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2434 | 2025-02-25T01:35:27.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2435 | 2025-02-25T01:35:27.927Z | |
| 2436 | 2025-02-25T01:35:27.927Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
| 2437 | 2025-02-25T01:35:28.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2438 | 2025-02-25T01:35:28.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2439 | 2025-02-25T01:35:28.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2440 | 2025-02-25T01:35:28.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2441 | 2025-02-25T01:35:28.637Z | |
| 2442 | 2025-02-25T01:35:28.637Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
| 2443 | 2025-02-25T01:35:33.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2444 | 2025-02-25T01:35:33.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2445 | 2025-02-25T01:35:33.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2446 | 2025-02-25T01:35:33.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2447 | 2025-02-25T01:35:33.134Z | |
| 2448 | 2025-02-25T01:35:33.134Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
| 2449 | 2025-02-25T01:35:33.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2450 | 2025-02-25T01:35:33.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2451 | 2025-02-25T01:35:33.134Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2452 | 2025-02-25T01:35:33.134Z | Compiling ipnetwork v0.21.1 |
| 2453 | 2025-02-25T01:35:33.134Z | Compiling progenitor-client v0.8.0 |
| 2454 | 2025-02-25T01:35:33.134Z | Compiling itertools v0.13.0 |
| 2455 | 2025-02-25T01:35:33.135Z | Compiling heapless v0.8.0 |
| 2456 | 2025-02-25T01:35:33.135Z | Compiling thiserror v2.0.11 |
| 2457 | 2025-02-25T01:35:33.135Z | Checking hash32 v0.3.1 |
| 2458 | 2025-02-25T01:35:33.135Z | Compiling instant v0.1.13 |
| 2459 | 2025-02-25T01:35:33.135Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2460 | 2025-02-25T01:35:33.135Z | Compiling smoltcp v0.11.0 |
| 2461 | 2025-02-25T01:35:33.135Z | Compiling dropshot v0.15.1 |
| 2462 | 2025-02-25T01:35:33.135Z | Compiling backoff v0.4.0 |
| 2463 | 2025-02-25T01:35:33.135Z | Compiling oxnet v0.1.0 |
| 2464 | 2025-02-25T01:35:33.135Z | Compiling progenitor v0.8.0 |
| 2465 | 2025-02-25T01:35:33.135Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2466 | 2025-02-25T01:35:33.135Z | Compiling daft v0.1.1 |
| 2467 | 2025-02-25T01:35:33.135Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2468 | 2025-02-25T01:35:33.135Z | Compiling serde_with v3.11.0 |
| 2469 | 2025-02-25T01:35:33.135Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2470 | 2025-02-25T01:35:33.135Z | Compiling parse-display v0.10.0 |
| 2471 | 2025-02-25T01:35:33.135Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2472 | 2025-02-25T01:35:33.135Z | Checking num-rational v0.4.2 |
| 2473 | 2025-02-25T01:35:33.135Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2474 | 2025-02-25T01:35:33.135Z | Compiling progenitor-client v0.9.1 |
| 2475 | 2025-02-25T01:35:33.135Z | Compiling regress v0.9.1 |
| 2476 | 2025-02-25T01:35:33.135Z | Compiling phf_generator v0.11.2 |
| 2477 | 2025-02-25T01:35:33.135Z | Checking num-complex v0.4.6 |
| 2478 | 2025-02-25T01:35:33.135Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2479 | 2025-02-25T01:35:33.400Z | Compiling macaddr v1.0.1 |
| 2480 | 2025-02-25T01:35:33.840Z | Checking cobs v0.2.3 |
| 2481 | 2025-02-25T01:35:34.035Z | Checking postcard v1.0.10 |
| 2482 | 2025-02-25T01:35:35.095Z | Compiling num v0.4.3 |
| 2483 | 2025-02-25T01:35:35.102Z | Compiling phf_codegen v0.11.2 |
| 2484 | 2025-02-25T01:35:35.102Z | Compiling parse-zoneinfo v0.3.1 |
| 2485 | 2025-02-25T01:35:35.102Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2486 | 2025-02-25T01:35:35.102Z | Checking float-ord v0.3.2 |
| 2487 | 2025-02-25T01:35:35.160Z | Compiling convert_case v0.4.0 |
| 2488 | 2025-02-25T01:35:35.948Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2489 | 2025-02-25T01:35:36.312Z | Compiling derive_more v0.99.19 |
| 2490 | 2025-02-25T01:35:36.962Z | Compiling chrono-tz-build v0.4.0 |
| 2491 | 2025-02-25T01:35:37.555Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2492 | 2025-02-25T01:35:38.139Z | Compiling crucible-workspace-hack v0.1.0 |
| 2493 | 2025-02-25T01:35:38.343Z | Compiling chrono-tz v0.10.1 |
| 2494 | 2025-02-25T01:35:38.456Z | Checking newline-converter v0.3.0 |
| 2495 | 2025-02-25T01:35:38.612Z | Checking prettyplease v0.2.29 |
| 2496 | 2025-02-25T01:35:38.811Z | Compiling slog-dtrace v0.3.0 |
| 2497 | 2025-02-25T01:35:38.998Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2498 | 2025-02-25T01:35:39.236Z | Checking expectorate v1.1.0 |
| 2499 | 2025-02-25T01:35:39.343Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2500 | 2025-02-25T01:35:39.543Z | Compiling zone_cfg_derive v0.3.0 |
| 2501 | 2025-02-25T01:35:39.703Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2502 | 2025-02-25T01:35:40.074Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2503 | 2025-02-25T01:35:40.388Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2504 | 2025-02-25T01:35:40.742Z | Compiling const_format_proc_macros v0.2.34 |
| 2505 | 2025-02-25T01:35:40.806Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2506 | 2025-02-25T01:35:40.900Z | Compiling num-derive v0.4.2 |
| 2507 | 2025-02-25T01:35:40.922Z | Checking highway v1.2.0 |
| 2508 | 2025-02-25T01:35:41.281Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2509 | 2025-02-25T01:35:41.315Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2510 | 2025-02-25T01:35:41.669Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2511 | 2025-02-25T01:35:41.905Z | Checking zone v0.3.0 |
| 2512 | 2025-02-25T01:35:41.923Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2513 | 2025-02-25T01:35:42.155Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2514 | 2025-02-25T01:35:42.618Z | Checking const_format v0.2.34 |
| 2515 | 2025-02-25T01:35:42.870Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2516 | 2025-02-25T01:35:43.015Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2517 | 2025-02-25T01:35:43.110Z | Checking gethostname v0.5.0 |
| 2518 | 2025-02-25T01:35:43.222Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2519 | 2025-02-25T01:35:43.244Z | Checking bcs v0.1.6 |
| 2520 | 2025-02-25T01:35:43.473Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2521 | 2025-02-25T01:35:43.661Z | Compiling async-recursion v1.1.1 |
| 2522 | 2025-02-25T01:35:43.681Z | Checking nanorand v0.7.0 |
| 2523 | 2025-02-25T01:35:43.910Z | Checking termtree v0.5.1 |
| 2524 | 2025-02-25T01:35:44.000Z | Checking flume v0.11.1 |
| 2525 | 2025-02-25T01:35:44.415Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2526 | 2025-02-25T01:35:44.422Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2527 | 2025-02-25T01:35:45.122Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2528 | 2025-02-25T01:35:45.296Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2529 | 2025-02-25T01:35:51.030Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2530 | 2025-02-25T01:35:54.226Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2531 | 2025-02-25T01:35:56.683Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2532 | 2025-02-25T01:35:57.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.66s |
| 2533 | 2025-02-25T01:35:58.063Z | |
| 2534 | 2025-02-25T01:35:58.063Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
| 2535 | 2025-02-25T01:35:58.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2536 | 2025-02-25T01:35:58.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2537 | 2025-02-25T01:35:58.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2538 | 2025-02-25T01:35:58.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2539 | 2025-02-25T01:35:58.722Z | |
| 2540 | 2025-02-25T01:35:58.722Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
| 2541 | 2025-02-25T01:35:59.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2542 | 2025-02-25T01:35:59.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2543 | 2025-02-25T01:35:59.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2544 | 2025-02-25T01:35:59.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2545 | 2025-02-25T01:35:59.379Z | |
| 2546 | 2025-02-25T01:35:59.379Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
| 2547 | 2025-02-25T01:35:59.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2548 | 2025-02-25T01:35:59.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2549 | 2025-02-25T01:36:00.060Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2550 | 2025-02-25T01:36:00.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 2551 | 2025-02-25T01:36:00.875Z | |
| 2552 | 2025-02-25T01:36:00.875Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
| 2553 | 2025-02-25T01:36:01.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2554 | 2025-02-25T01:36:01.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2555 | 2025-02-25T01:36:01.562Z | Compiling cfg_aliases v0.1.1 |
| 2556 | 2025-02-25T01:36:01.581Z | Compiling vte_generate_state_changes v0.1.2 |
| 2557 | 2025-02-25T01:36:01.581Z | Checking fd-lock v4.0.2 |
| 2558 | 2025-02-25T01:36:01.581Z | Checking nibble_vec v0.1.0 |
| 2559 | 2025-02-25T01:36:01.581Z | Checking bytecount v0.6.8 |
| 2560 | 2025-02-25T01:36:01.673Z | Checking endian-type v0.1.2 |
| 2561 | 2025-02-25T01:36:01.689Z | Compiling tabled_derive v0.7.0 |
| 2562 | 2025-02-25T01:36:01.712Z | Compiling peg-macros v0.8.4 |
| 2563 | 2025-02-25T01:36:01.753Z | Compiling nix v0.28.0 |
| 2564 | 2025-02-25T01:36:01.845Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2565 | 2025-02-25T01:36:01.865Z | Compiling sqlparser_derive v0.2.2 |
| 2566 | 2025-02-25T01:36:01.879Z | Checking papergrid v0.11.0 |
| 2567 | 2025-02-25T01:36:01.894Z | Checking radix_trie v0.2.1 |
| 2568 | 2025-02-25T01:36:02.265Z | Checking vte v0.11.1 |
| 2569 | 2025-02-25T01:36:02.336Z | Checking nu-ansi-term v0.50.1 |
| 2570 | 2025-02-25T01:36:02.715Z | Checking unicode_categories v0.1.1 |
| 2571 | 2025-02-25T01:36:02.838Z | Checking home v0.5.9 |
| 2572 | 2025-02-25T01:36:02.908Z | Checking sqlparser v0.45.0 |
| 2573 | 2025-02-25T01:36:03.008Z | Checking sqlformat v0.2.6 |
| 2574 | 2025-02-25T01:36:03.033Z | Checking display-error-chain v0.2.2 |
| 2575 | 2025-02-25T01:36:03.680Z | Checking strip-ansi-escapes v0.2.0 |
| 2576 | 2025-02-25T01:36:03.821Z | Checking tabled v0.15.0 |
| 2577 | 2025-02-25T01:36:03.837Z | Checking reedline v0.35.0 |
| 2578 | 2025-02-25T01:36:04.171Z | Checking peg v0.8.4 |
| 2579 | 2025-02-25T01:36:04.609Z | Checking rustyline v14.0.0 |
| 2580 | 2025-02-25T01:36:13.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
| 2581 | 2025-02-25T01:36:13.566Z | |
| 2582 | 2025-02-25T01:36:13.566Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
| 2583 | 2025-02-25T01:36:14.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2584 | 2025-02-25T01:36:14.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2585 | 2025-02-25T01:36:14.257Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2586 | 2025-02-25T01:36:19.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
| 2587 | 2025-02-25T01:36:19.871Z | |
| 2588 | 2025-02-25T01:36:19.871Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
| 2589 | 2025-02-25T01:36:20.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2590 | 2025-02-25T01:36:20.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2591 | 2025-02-25T01:36:20.184Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2592 | 2025-02-25T01:36:23.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 2593 | 2025-02-25T01:36:23.858Z | |
| 2594 | 2025-02-25T01:36:23.858Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
| 2595 | 2025-02-25T01:36:24.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2025-02-25T01:36:24.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2025-02-25T01:36:24.548Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2598 | 2025-02-25T01:36:29.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
| 2599 | 2025-02-25T01:36:29.451Z | |
| 2600 | 2025-02-25T01:36:29.451Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
| 2601 | 2025-02-25T01:36:30.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2025-02-25T01:36:30.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2025-02-25T01:36:30.157Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2604 | 2025-02-25T01:36:34.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
| 2605 | 2025-02-25T01:36:35.132Z | |
| 2606 | 2025-02-25T01:36:35.133Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
| 2607 | 2025-02-25T01:36:35.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2025-02-25T01:36:35.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2025-02-25T01:36:35.833Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2610 | 2025-02-25T01:36:39.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 2611 | 2025-02-25T01:36:39.633Z | |
| 2612 | 2025-02-25T01:36:39.633Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
| 2613 | 2025-02-25T01:36:40.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2025-02-25T01:36:40.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2025-02-25T01:36:40.360Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2616 | 2025-02-25T01:36:44.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
| 2617 | 2025-02-25T01:36:44.220Z | |
| 2618 | 2025-02-25T01:36:44.220Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
| 2619 | 2025-02-25T01:36:44.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2025-02-25T01:36:44.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2025-02-25T01:36:44.912Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2622 | 2025-02-25T01:36:49.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
| 2623 | 2025-02-25T01:36:50.033Z | |
| 2624 | 2025-02-25T01:36:50.033Z | info: running `cargo check --bins` on oximeter (67/199) |
| 2625 | 2025-02-25T01:36:50.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2025-02-25T01:36:50.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2025-02-25T01:36:50.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2025-02-25T01:36:50.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2629 | 2025-02-25T01:36:50.683Z | |
| 2630 | 2025-02-25T01:36:50.683Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
| 2631 | 2025-02-25T01:36:51.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2025-02-25T01:36:51.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2025-02-25T01:36:51.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2025-02-25T01:36:51.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2635 | 2025-02-25T01:36:51.311Z | |
| 2636 | 2025-02-25T01:36:51.311Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
| 2637 | 2025-02-25T01:36:51.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2025-02-25T01:36:51.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2025-02-25T01:36:51.970Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2640 | 2025-02-25T01:36:53.957Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2641 | 2025-02-25T01:36:54.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 2642 | 2025-02-25T01:36:55.078Z | |
| 2643 | 2025-02-25T01:36:55.078Z | info: running `cargo check --bins` on oximeter-types (70/199) |
| 2644 | 2025-02-25T01:36:55.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2025-02-25T01:36:55.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2025-02-25T01:36:55.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2025-02-25T01:36:55.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2648 | 2025-02-25T01:36:55.728Z | |
| 2649 | 2025-02-25T01:36:55.728Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
| 2650 | 2025-02-25T01:36:56.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2025-02-25T01:36:56.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2025-02-25T01:36:56.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2025-02-25T01:36:56.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2654 | 2025-02-25T01:36:56.377Z | |
| 2655 | 2025-02-25T01:36:56.377Z | info: running `cargo check --bins` on oxql-types (72/199) |
| 2656 | 2025-02-25T01:36:56.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2025-02-25T01:36:56.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2025-02-25T01:36:56.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2025-02-25T01:36:56.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2660 | 2025-02-25T01:36:57.023Z | |
| 2661 | 2025-02-25T01:36:57.023Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
| 2662 | 2025-02-25T01:36:57.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2025-02-25T01:36:57.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2025-02-25T01:36:57.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2665 | 2025-02-25T01:36:57.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2666 | 2025-02-25T01:36:57.693Z | |
| 2667 | 2025-02-25T01:36:57.693Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
| 2668 | 2025-02-25T01:36:58.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2025-02-25T01:36:58.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2025-02-25T01:36:58.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2025-02-25T01:36:58.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2672 | 2025-02-25T01:36:58.345Z | |
| 2673 | 2025-02-25T01:36:58.345Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
| 2674 | 2025-02-25T01:36:58.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2025-02-25T01:36:58.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2025-02-25T01:36:58.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2677 | 2025-02-25T01:36:58.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2678 | 2025-02-25T01:36:59.007Z | |
| 2679 | 2025-02-25T01:36:59.007Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
| 2680 | 2025-02-25T01:36:59.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2681 | 2025-02-25T01:36:59.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2682 | 2025-02-25T01:36:59.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2683 | 2025-02-25T01:36:59.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2684 | 2025-02-25T01:36:59.663Z | |
| 2685 | 2025-02-25T01:36:59.663Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
| 2686 | 2025-02-25T01:37:00.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2687 | 2025-02-25T01:37:00.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2688 | 2025-02-25T01:37:00.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2689 | 2025-02-25T01:37:00.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2690 | 2025-02-25T01:37:00.319Z | |
| 2691 | 2025-02-25T01:37:00.319Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
| 2692 | 2025-02-25T01:37:00.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2693 | 2025-02-25T01:37:00.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2694 | 2025-02-25T01:37:00.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2695 | 2025-02-25T01:37:00.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2696 | 2025-02-25T01:37:00.968Z | |
| 2697 | 2025-02-25T01:37:00.968Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
| 2698 | 2025-02-25T01:37:01.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2699 | 2025-02-25T01:37:01.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2700 | 2025-02-25T01:37:01.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2701 | 2025-02-25T01:37:01.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2702 | 2025-02-25T01:37:01.606Z | |
| 2703 | 2025-02-25T01:37:01.606Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
| 2704 | 2025-02-25T01:37:02.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2705 | 2025-02-25T01:37:02.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2706 | 2025-02-25T01:37:02.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2707 | 2025-02-25T01:37:02.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2708 | 2025-02-25T01:37:02.263Z | |
| 2709 | 2025-02-25T01:37:02.263Z | info: running `cargo check --bins` on dns-service-client (81/199) |
| 2710 | 2025-02-25T01:37:02.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2711 | 2025-02-25T01:37:02.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2712 | 2025-02-25T01:37:02.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2713 | 2025-02-25T01:37:02.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2714 | 2025-02-25T01:37:02.914Z | |
| 2715 | 2025-02-25T01:37:02.914Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
| 2716 | 2025-02-25T01:37:03.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2717 | 2025-02-25T01:37:03.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2718 | 2025-02-25T01:37:03.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2719 | 2025-02-25T01:37:03.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2720 | 2025-02-25T01:37:03.559Z | |
| 2721 | 2025-02-25T01:37:03.560Z | info: running `cargo check --bins` on dpd-client (83/199) |
| 2722 | 2025-02-25T01:37:04.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2723 | 2025-02-25T01:37:04.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2724 | 2025-02-25T01:37:04.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2725 | 2025-02-25T01:37:04.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2726 | 2025-02-25T01:37:04.200Z | |
| 2727 | 2025-02-25T01:37:04.200Z | info: running `cargo check --bins` on gateway-client (84/199) |
| 2728 | 2025-02-25T01:37:04.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2729 | 2025-02-25T01:37:04.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2730 | 2025-02-25T01:37:04.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2731 | 2025-02-25T01:37:04.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2732 | 2025-02-25T01:37:04.845Z | |
| 2733 | 2025-02-25T01:37:04.845Z | info: running `cargo check --bins` on installinator-client (85/199) |
| 2734 | 2025-02-25T01:37:05.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2735 | 2025-02-25T01:37:05.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2736 | 2025-02-25T01:37:05.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2737 | 2025-02-25T01:37:05.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2738 | 2025-02-25T01:37:05.505Z | |
| 2739 | 2025-02-25T01:37:05.505Z | info: running `cargo check --bins` on installinator-common (86/199) |
| 2740 | 2025-02-25T01:37:06.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2741 | 2025-02-25T01:37:06.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2742 | 2025-02-25T01:37:06.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2743 | 2025-02-25T01:37:06.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2744 | 2025-02-25T01:37:06.162Z | |
| 2745 | 2025-02-25T01:37:06.162Z | info: running `cargo check --bins` on update-engine (87/199) |
| 2746 | 2025-02-25T01:37:06.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2747 | 2025-02-25T01:37:06.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2748 | 2025-02-25T01:37:06.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2749 | 2025-02-25T01:37:06.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2750 | 2025-02-25T01:37:06.801Z | |
| 2751 | 2025-02-25T01:37:06.801Z | info: running `cargo check --bins` on nexus-client (88/199) |
| 2752 | 2025-02-25T01:37:07.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2753 | 2025-02-25T01:37:07.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2754 | 2025-02-25T01:37:07.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2755 | 2025-02-25T01:37:07.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2756 | 2025-02-25T01:37:07.477Z | |
| 2757 | 2025-02-25T01:37:07.477Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
| 2758 | 2025-02-25T01:37:08.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2759 | 2025-02-25T01:37:08.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2760 | 2025-02-25T01:37:08.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2761 | 2025-02-25T01:37:08.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2762 | 2025-02-25T01:37:08.145Z | |
| 2763 | 2025-02-25T01:37:08.145Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
| 2764 | 2025-02-25T01:37:08.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2765 | 2025-02-25T01:37:08.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2766 | 2025-02-25T01:37:08.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2767 | 2025-02-25T01:37:08.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2768 | 2025-02-25T01:37:08.790Z | |
| 2769 | 2025-02-25T01:37:08.790Z | info: running `cargo check --bins` on nexus-types (91/199) |
| 2770 | 2025-02-25T01:37:09.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2771 | 2025-02-25T01:37:09.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2772 | 2025-02-25T01:37:09.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2773 | 2025-02-25T01:37:09.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2774 | 2025-02-25T01:37:09.471Z | |
| 2775 | 2025-02-25T01:37:09.471Z | info: running `cargo check --bins` on oxide-client (92/199) |
| 2776 | 2025-02-25T01:37:10.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2777 | 2025-02-25T01:37:10.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2778 | 2025-02-25T01:37:10.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2779 | 2025-02-25T01:37:10.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2780 | 2025-02-25T01:37:10.111Z | |
| 2781 | 2025-02-25T01:37:10.111Z | info: running `cargo check --bins` on oximeter-client (93/199) |
| 2782 | 2025-02-25T01:37:10.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2783 | 2025-02-25T01:37:10.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2784 | 2025-02-25T01:37:10.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2785 | 2025-02-25T01:37:10.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2786 | 2025-02-25T01:37:10.796Z | |
| 2787 | 2025-02-25T01:37:10.796Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
| 2788 | 2025-02-25T01:37:11.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2789 | 2025-02-25T01:37:11.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2790 | 2025-02-25T01:37:11.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2791 | 2025-02-25T01:37:11.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2792 | 2025-02-25T01:37:11.410Z | |
| 2793 | 2025-02-25T01:37:11.410Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
| 2794 | 2025-02-25T01:37:12.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2795 | 2025-02-25T01:37:12.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2796 | 2025-02-25T01:37:12.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2797 | 2025-02-25T01:37:12.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2798 | 2025-02-25T01:37:12.088Z | |
| 2799 | 2025-02-25T01:37:12.088Z | info: running `cargo check --bins` on wicketd-client (96/199) |
| 2800 | 2025-02-25T01:37:12.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2801 | 2025-02-25T01:37:12.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2802 | 2025-02-25T01:37:12.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2803 | 2025-02-25T01:37:12.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2804 | 2025-02-25T01:37:12.784Z | |
| 2805 | 2025-02-25T01:37:12.784Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
| 2806 | 2025-02-25T01:37:13.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2807 | 2025-02-25T01:37:13.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2808 | 2025-02-25T01:37:13.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2809 | 2025-02-25T01:37:13.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2810 | 2025-02-25T01:37:13.468Z | |
| 2811 | 2025-02-25T01:37:13.468Z | info: running `cargo check --bins` on wicket-common (98/199) |
| 2812 | 2025-02-25T01:37:14.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2813 | 2025-02-25T01:37:14.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2814 | 2025-02-25T01:37:14.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2815 | 2025-02-25T01:37:14.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2816 | 2025-02-25T01:37:14.143Z | |
| 2817 | 2025-02-25T01:37:14.143Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
| 2818 | 2025-02-25T01:37:14.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2025-02-25T01:37:14.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2025-02-25T01:37:14.837Z | Checking csv-core v0.1.11 |
| 2821 | 2025-02-25T01:37:14.837Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2822 | 2025-02-25T01:37:14.840Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2823 | 2025-02-25T01:37:14.840Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2824 | 2025-02-25T01:37:15.125Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2825 | 2025-02-25T01:37:15.139Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2826 | 2025-02-25T01:37:15.200Z | Checking csv v1.3.1 |
| 2827 | 2025-02-25T01:37:15.722Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2828 | 2025-02-25T01:37:16.087Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2829 | 2025-02-25T01:37:17.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 2830 | 2025-02-25T01:37:17.819Z | |
| 2831 | 2025-02-25T01:37:17.819Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
| 2832 | 2025-02-25T01:37:18.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2025-02-25T01:37:18.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2025-02-25T01:37:18.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2835 | 2025-02-25T01:37:18.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2836 | 2025-02-25T01:37:18.473Z | |
| 2837 | 2025-02-25T01:37:18.473Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
| 2838 | 2025-02-25T01:37:19.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2025-02-25T01:37:19.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2025-02-25T01:37:19.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2841 | 2025-02-25T01:37:19.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2842 | 2025-02-25T01:37:19.126Z | |
| 2843 | 2025-02-25T01:37:19.126Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
| 2844 | 2025-02-25T01:37:19.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2025-02-25T01:37:19.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2025-02-25T01:37:19.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2847 | 2025-02-25T01:37:19.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2848 | 2025-02-25T01:37:19.894Z | |
| 2849 | 2025-02-25T01:37:19.894Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
| 2850 | 2025-02-25T01:37:20.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2025-02-25T01:37:20.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2025-02-25T01:37:20.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2853 | 2025-02-25T01:37:20.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2854 | 2025-02-25T01:37:20.654Z | |
| 2855 | 2025-02-25T01:37:20.654Z | info: running `cargo check --bins` on dns-server (104/199) |
| 2856 | 2025-02-25T01:37:21.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2025-02-25T01:37:21.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2025-02-25T01:37:21.326Z | Compiling typify-impl v0.3.0 |
| 2859 | 2025-02-25T01:37:21.437Z | Compiling parking_lot_core v0.8.6 |
| 2860 | 2025-02-25T01:37:21.447Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2861 | 2025-02-25T01:37:21.455Z | Checking fxhash v0.2.1 |
| 2862 | 2025-02-25T01:37:21.467Z | Checking hickory-client v0.24.3 |
| 2863 | 2025-02-25T01:37:21.470Z | Checking hickory-server v0.24.3 |
| 2864 | 2025-02-25T01:37:22.061Z | Checking parking_lot v0.11.2 |
| 2865 | 2025-02-25T01:37:22.188Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2866 | 2025-02-25T01:37:22.333Z | Checking sled v0.34.7 |
| 2867 | 2025-02-25T01:37:26.835Z | Compiling typify-macro v0.3.0 |
| 2868 | 2025-02-25T01:37:28.303Z | Compiling typify v0.3.0 |
| 2869 | 2025-02-25T01:37:28.373Z | Compiling progenitor-impl v0.9.1 |
| 2870 | 2025-02-25T01:37:30.737Z | Compiling progenitor-macro v0.9.1 |
| 2871 | 2025-02-25T01:37:34.266Z | Checking progenitor v0.9.1 |
| 2872 | 2025-02-25T01:37:34.396Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2873 | 2025-02-25T01:37:34.887Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2874 | 2025-02-25T01:37:36.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s |
| 2875 | 2025-02-25T01:37:36.310Z | |
| 2876 | 2025-02-25T01:37:36.310Z | info: running `cargo check --bins` on dns-server-api (105/199) |
| 2877 | 2025-02-25T01:37:36.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2025-02-25T01:37:36.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2025-02-25T01:37:36.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2025-02-25T01:37:36.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2881 | 2025-02-25T01:37:36.964Z | |
| 2882 | 2025-02-25T01:37:36.964Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
| 2883 | 2025-02-25T01:37:37.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2025-02-25T01:37:37.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2025-02-25T01:37:37.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2025-02-25T01:37:37.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2887 | 2025-02-25T01:37:37.678Z | |
| 2888 | 2025-02-25T01:37:37.678Z | info: running `cargo check --bins` on gateway-types (107/199) |
| 2889 | 2025-02-25T01:37:38.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2025-02-25T01:37:38.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2025-02-25T01:37:38.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2025-02-25T01:37:38.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2893 | 2025-02-25T01:37:38.332Z | |
| 2894 | 2025-02-25T01:37:38.332Z | info: running `cargo check --bins` on ipcc (108/199) |
| 2895 | 2025-02-25T01:37:38.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2025-02-25T01:37:38.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2025-02-25T01:37:38.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2025-02-25T01:37:38.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2899 | 2025-02-25T01:37:38.990Z | |
| 2900 | 2025-02-25T01:37:38.990Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
| 2901 | 2025-02-25T01:37:39.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2025-02-25T01:37:39.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2025-02-25T01:37:39.725Z | Compiling radium v0.7.0 |
| 2904 | 2025-02-25T01:37:39.725Z | Compiling semver v0.1.20 |
| 2905 | 2025-02-25T01:37:39.845Z | Checking tap v1.0.1 |
| 2906 | 2025-02-25T01:37:39.845Z | Compiling maybe-uninit v2.0.0 |
| 2907 | 2025-02-25T01:37:39.863Z | Checking password-hash v0.5.0 |
| 2908 | 2025-02-25T01:37:39.866Z | Checking blake2 v0.10.6 |
| 2909 | 2025-02-25T01:37:39.866Z | Checking funty v2.0.0 |
| 2910 | 2025-02-25T01:37:39.866Z | Compiling cancel-safe-futures v0.1.5 |
| 2911 | 2025-02-25T01:37:39.981Z | Checking wyz v0.5.1 |
| 2912 | 2025-02-25T01:37:40.258Z | Compiling rustc_version v0.1.7 |
| 2913 | 2025-02-25T01:37:40.288Z | Compiling packed_struct v0.10.1 |
| 2914 | 2025-02-25T01:37:40.329Z | Compiling owo-colors v4.1.0 |
| 2915 | 2025-02-25T01:37:40.332Z | Checking crc-catalog v2.4.0 |
| 2916 | 2025-02-25T01:37:40.332Z | Checking argon2 v0.5.3 |
| 2917 | 2025-02-25T01:37:40.544Z | Checking crc v3.2.1 |
| 2918 | 2025-02-25T01:37:40.624Z | Compiling packed_struct_codegen v0.10.1 |
| 2919 | 2025-02-25T01:37:40.642Z | Compiling newtype_derive v0.1.6 |
| 2920 | 2025-02-25T01:37:40.645Z | Checking half v2.4.1 |
| 2921 | 2025-02-25T01:37:40.694Z | Checking bitvec v1.0.1 |
| 2922 | 2025-02-25T01:37:40.728Z | Compiling indexmap v1.9.3 |
| 2923 | 2025-02-25T01:37:40.752Z | Checking nodrop v0.1.14 |
| 2924 | 2025-02-25T01:37:40.883Z | Checking ciborium-io v0.2.2 |
| 2925 | 2025-02-25T01:37:40.947Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2926 | 2025-02-25T01:37:41.011Z | Checking array-init v0.0.4 |
| 2927 | 2025-02-25T01:37:41.066Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2928 | 2025-02-25T01:37:41.104Z | Checking ciborium-ll v0.2.2 |
| 2929 | 2025-02-25T01:37:41.140Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2930 | 2025-02-25T01:37:41.370Z | Checking smallvec v0.6.14 |
| 2931 | 2025-02-25T01:37:41.388Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2932 | 2025-02-25T01:37:41.712Z | Checking libsw v3.3.1 |
| 2933 | 2025-02-25T01:37:41.732Z | Checking swrite v0.1.0 |
| 2934 | 2025-02-25T01:37:41.803Z | Checking bitfield v0.14.0 |
| 2935 | 2025-02-25T01:37:41.847Z | Checking termcolor v1.4.1 |
| 2936 | 2025-02-25T01:37:41.912Z | Checking hashbrown v0.12.3 |
| 2937 | 2025-02-25T01:37:41.973Z | Checking indent_write v2.2.0 |
| 2938 | 2025-02-25T01:37:42.083Z | Checking linear-map v1.2.0 |
| 2939 | 2025-02-25T01:37:42.193Z | Checking ron v0.8.1 |
| 2940 | 2025-02-25T01:37:42.240Z | Checking env_logger v0.10.2 |
| 2941 | 2025-02-25T01:37:42.331Z | Checking serde-hex v0.1.0 |
| 2942 | 2025-02-25T01:37:42.417Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2943 | 2025-02-25T01:37:42.648Z | Checking ciborium v0.2.2 |
| 2944 | 2025-02-25T01:37:42.687Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2945 | 2025-02-25T01:37:43.275Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2946 | 2025-02-25T01:37:43.320Z | Checking steno v0.4.1 |
| 2947 | 2025-02-25T01:37:43.524Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2948 | 2025-02-25T01:37:43.612Z | Checking hashbrown v0.13.2 |
| 2949 | 2025-02-25T01:37:43.791Z | Checking humantime v2.1.0 |
| 2950 | 2025-02-25T01:37:43.914Z | Checking crc-any v2.5.0 |
| 2951 | 2025-02-25T01:37:44.117Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2952 | 2025-02-25T01:37:44.281Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2953 | 2025-02-25T01:37:44.416Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2954 | 2025-02-25T01:37:44.560Z | Checking object v0.30.4 |
| 2955 | 2025-02-25T01:37:44.775Z | Checking path-slash v0.1.5 |
| 2956 | 2025-02-25T01:37:44.847Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2957 | 2025-02-25T01:37:45.007Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2958 | 2025-02-25T01:37:45.516Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2959 | 2025-02-25T01:37:45.538Z | Checking nix v0.27.1 |
| 2960 | 2025-02-25T01:37:45.656Z | Checking tungstenite v0.23.0 |
| 2961 | 2025-02-25T01:37:45.777Z | Checking kstat-rs v0.2.4 |
| 2962 | 2025-02-25T01:37:46.123Z | Checking signal-hook-tokio v0.3.1 |
| 2963 | 2025-02-25T01:37:46.139Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2964 | 2025-02-25T01:37:46.549Z | Checking tokio-tungstenite v0.23.1 |
| 2965 | 2025-02-25T01:37:46.862Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2966 | 2025-02-25T01:37:47.375Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2967 | 2025-02-25T01:37:47.472Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2968 | 2025-02-25T01:37:54.234Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2969 | 2025-02-25T01:37:55.566Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2970 | 2025-02-25T01:37:58.200Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2971 | 2025-02-25T01:38:03.356Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2972 | 2025-02-25T01:38:04.013Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2973 | 2025-02-25T01:38:06.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.66s |
| 2974 | 2025-02-25T01:38:06.870Z | |
| 2975 | 2025-02-25T01:38:06.870Z | info: running `cargo check --bins` on gateway-api (110/199) |
| 2976 | 2025-02-25T01:38:07.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2977 | 2025-02-25T01:38:07.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2978 | 2025-02-25T01:38:07.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2979 | 2025-02-25T01:38:07.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2980 | 2025-02-25T01:38:07.527Z | |
| 2981 | 2025-02-25T01:38:07.527Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
| 2982 | 2025-02-25T01:38:08.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2983 | 2025-02-25T01:38:08.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2984 | 2025-02-25T01:38:08.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2985 | 2025-02-25T01:38:08.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2986 | 2025-02-25T01:38:08.160Z | |
| 2987 | 2025-02-25T01:38:08.160Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
| 2988 | 2025-02-25T01:38:08.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2989 | 2025-02-25T01:38:08.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2990 | 2025-02-25T01:38:08.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2991 | 2025-02-25T01:38:08.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2992 | 2025-02-25T01:38:08.816Z | |
| 2993 | 2025-02-25T01:38:08.816Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
| 2994 | 2025-02-25T01:38:09.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2995 | 2025-02-25T01:38:09.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2996 | 2025-02-25T01:38:09.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2997 | 2025-02-25T01:38:09.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2998 | 2025-02-25T01:38:09.469Z | |
| 2999 | 2025-02-25T01:38:09.469Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
| 3000 | 2025-02-25T01:38:10.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3001 | 2025-02-25T01:38:10.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3002 | 2025-02-25T01:38:10.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3003 | 2025-02-25T01:38:10.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3004 | 2025-02-25T01:38:10.125Z | |
| 3005 | 2025-02-25T01:38:10.125Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
| 3006 | 2025-02-25T01:38:10.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3007 | 2025-02-25T01:38:10.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3008 | 2025-02-25T01:38:10.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3009 | 2025-02-25T01:38:10.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3010 | 2025-02-25T01:38:10.776Z | |
| 3011 | 2025-02-25T01:38:10.776Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
| 3012 | 2025-02-25T01:38:11.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3013 | 2025-02-25T01:38:11.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3014 | 2025-02-25T01:38:11.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3015 | 2025-02-25T01:38:11.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3016 | 2025-02-25T01:38:11.432Z | |
| 3017 | 2025-02-25T01:38:11.432Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
| 3018 | 2025-02-25T01:38:11.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3019 | 2025-02-25T01:38:12.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3020 | 2025-02-25T01:38:12.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3021 | 2025-02-25T01:38:12.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3022 | 2025-02-25T01:38:12.078Z | |
| 3023 | 2025-02-25T01:38:12.078Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
| 3024 | 2025-02-25T01:38:12.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3025 | 2025-02-25T01:38:12.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3026 | 2025-02-25T01:38:12.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3027 | 2025-02-25T01:38:12.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3028 | 2025-02-25T01:38:12.757Z | |
| 3029 | 2025-02-25T01:38:12.757Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
| 3030 | 2025-02-25T01:38:13.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2025-02-25T01:38:13.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2025-02-25T01:38:13.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3033 | 2025-02-25T01:38:13.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3034 | 2025-02-25T01:38:13.414Z | |
| 3035 | 2025-02-25T01:38:13.414Z | info: running `cargo check --bins` on sp-sim (120/199) |
| 3036 | 2025-02-25T01:38:13.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2025-02-25T01:38:13.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2025-02-25T01:38:14.082Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3039 | 2025-02-25T01:38:14.526Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3040 | 2025-02-25T01:38:16.184Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3041 | 2025-02-25T01:38:17.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
| 3042 | 2025-02-25T01:38:18.002Z | |
| 3043 | 2025-02-25T01:38:18.002Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
| 3044 | 2025-02-25T01:38:18.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2025-02-25T01:38:18.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2025-02-25T01:38:18.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2025-02-25T01:38:18.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3048 | 2025-02-25T01:38:18.707Z | |
| 3049 | 2025-02-25T01:38:18.708Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
| 3050 | 2025-02-25T01:38:19.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2025-02-25T01:38:19.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2025-02-25T01:38:19.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2025-02-25T01:38:19.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3054 | 2025-02-25T01:38:19.417Z | |
| 3055 | 2025-02-25T01:38:19.417Z | info: running `cargo check --bins` on db-macros (123/199) |
| 3056 | 2025-02-25T01:38:19.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2025-02-25T01:38:19.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2025-02-25T01:38:19.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2025-02-25T01:38:19.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3060 | 2025-02-25T01:38:20.058Z | |
| 3061 | 2025-02-25T01:38:20.058Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
| 3062 | 2025-02-25T01:38:20.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2025-02-25T01:38:20.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2025-02-25T01:38:20.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2025-02-25T01:38:20.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3066 | 2025-02-25T01:38:20.693Z | |
| 3067 | 2025-02-25T01:38:20.693Z | info: running `cargo check --bins` on nexus-auth (125/199) |
| 3068 | 2025-02-25T01:38:21.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2025-02-25T01:38:21.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2025-02-25T01:38:21.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2025-02-25T01:38:21.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3072 | 2025-02-25T01:38:21.391Z | |
| 3073 | 2025-02-25T01:38:21.391Z | info: running `cargo check --bins` on authz-macros (126/199) |
| 3074 | 2025-02-25T01:38:21.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2025-02-25T01:38:21.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2025-02-25T01:38:21.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2025-02-25T01:38:21.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3078 | 2025-02-25T01:38:22.029Z | |
| 3079 | 2025-02-25T01:38:22.029Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
| 3080 | 2025-02-25T01:38:22.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2025-02-25T01:38:22.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2025-02-25T01:38:22.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2025-02-25T01:38:22.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3084 | 2025-02-25T01:38:22.716Z | |
| 3085 | 2025-02-25T01:38:22.716Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
| 3086 | 2025-02-25T01:38:23.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2025-02-25T01:38:23.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2025-02-25T01:38:23.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2025-02-25T01:38:23.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3090 | 2025-02-25T01:38:23.403Z | |
| 3091 | 2025-02-25T01:38:23.403Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
| 3092 | 2025-02-25T01:38:23.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2025-02-25T01:38:23.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2025-02-25T01:38:23.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2025-02-25T01:38:23.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3096 | 2025-02-25T01:38:24.059Z | |
| 3097 | 2025-02-25T01:38:24.059Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
| 3098 | 2025-02-25T01:38:24.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2025-02-25T01:38:24.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2025-02-25T01:38:24.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2025-02-25T01:38:24.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3102 | 2025-02-25T01:38:24.757Z | |
| 3103 | 2025-02-25T01:38:24.757Z | info: running `cargo check --bins` on typed-rng (131/199) |
| 3104 | 2025-02-25T01:38:25.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2025-02-25T01:38:25.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2025-02-25T01:38:25.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2025-02-25T01:38:25.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3108 | 2025-02-25T01:38:25.387Z | |
| 3109 | 2025-02-25T01:38:25.388Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
| 3110 | 2025-02-25T01:38:26.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2025-02-25T01:38:26.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2025-02-25T01:38:26.171Z | Checking keccak v0.1.5 |
| 3113 | 2025-02-25T01:38:26.285Z | Checking secrecy v0.8.0 |
| 3114 | 2025-02-25T01:38:26.287Z | Compiling unicase v2.7.0 |
| 3115 | 2025-02-25T01:38:26.288Z | Compiling same-file v1.0.6 |
| 3116 | 2025-02-25T01:38:26.306Z | Compiling tempfile v3.13.0 |
| 3117 | 2025-02-25T01:38:26.331Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3118 | 2025-02-25T01:38:26.334Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3119 | 2025-02-25T01:38:26.334Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3120 | 2025-02-25T01:38:26.456Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3121 | 2025-02-25T01:38:26.561Z | Compiling walkdir v2.5.0 |
| 3122 | 2025-02-25T01:38:26.579Z | Checking sha3 v0.10.8 |
| 3123 | 2025-02-25T01:38:26.616Z | Checking universal-hash v0.5.1 |
| 3124 | 2025-02-25T01:38:26.711Z | Compiling blake3 v1.5.4 |
| 3125 | 2025-02-25T01:38:26.786Z | Checking opaque-debug v0.3.1 |
| 3126 | 2025-02-25T01:38:26.815Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3127 | 2025-02-25T01:38:26.897Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3128 | 2025-02-25T01:38:26.906Z | Checking poly1305 v0.8.0 |
| 3129 | 2025-02-25T01:38:26.977Z | Checking chacha20 v0.9.1 |
| 3130 | 2025-02-25T01:38:27.034Z | Checking aead v0.5.2 |
| 3131 | 2025-02-25T01:38:27.136Z | Compiling memmap2 v0.9.5 |
| 3132 | 2025-02-25T01:38:27.190Z | Compiling arrayvec v0.7.6 |
| 3133 | 2025-02-25T01:38:27.276Z | Compiling arrayref v0.3.9 |
| 3134 | 2025-02-25T01:38:27.316Z | Compiling salty v0.3.0 |
| 3135 | 2025-02-25T01:38:27.381Z | Compiling libefi-sys v0.1.0 |
| 3136 | 2025-02-25T01:38:27.389Z | Compiling constant_time_eq v0.3.1 |
| 3137 | 2025-02-25T01:38:27.509Z | Checking chacha20poly1305 v0.10.1 |
| 3138 | 2025-02-25T01:38:27.600Z | Compiling toolchain_find v0.4.0 |
| 3139 | 2025-02-25T01:38:27.714Z | Compiling camino-tempfile v1.1.1 |
| 3140 | 2025-02-25T01:38:27.731Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3141 | 2025-02-25T01:38:27.819Z | Compiling bitfield-struct v0.6.2 |
| 3142 | 2025-02-25T01:38:27.974Z | Compiling topological-sort v0.2.2 |
| 3143 | 2025-02-25T01:38:28.131Z | Compiling mime_guess v2.0.5 |
| 3144 | 2025-02-25T01:38:28.132Z | Compiling rustfmt-wrapper v0.2.1 |
| 3145 | 2025-02-25T01:38:28.641Z | Compiling omicron-zone-package v0.12.0 |
| 3146 | 2025-02-25T01:38:28.714Z | Compiling progenitor v0.9.1 |
| 3147 | 2025-02-25T01:38:28.735Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3148 | 2025-02-25T01:38:28.965Z | Checking primeorder v0.13.6 |
| 3149 | 2025-02-25T01:38:29.014Z | Checking env_filter v0.1.2 |
| 3150 | 2025-02-25T01:38:29.088Z | Checking thiserror-no-std v2.0.2 |
| 3151 | 2025-02-25T01:38:29.133Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3152 | 2025-02-25T01:38:29.148Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3153 | 2025-02-25T01:38:29.216Z | Checking vsss-rs v3.3.4 |
| 3154 | 2025-02-25T01:38:29.243Z | Checking env_logger v0.11.5 |
| 3155 | 2025-02-25T01:38:29.324Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3156 | 2025-02-25T01:38:29.356Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3157 | 2025-02-25T01:38:29.384Z | Checking p384 v0.13.0 |
| 3158 | 2025-02-25T01:38:29.523Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3159 | 2025-02-25T01:38:29.719Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3160 | 2025-02-25T01:38:29.803Z | Checking bumpalo v3.16.0 |
| 3161 | 2025-02-25T01:38:29.880Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 3162 | 2025-02-25T01:38:29.899Z | Checking simd-adler32 v0.3.7 |
| 3163 | 2025-02-25T01:38:30.109Z | Checking lockfree-object-pool v0.1.6 |
| 3164 | 2025-02-25T01:38:30.187Z | Checking http-range v0.1.5 |
| 3165 | 2025-02-25T01:38:30.205Z | Compiling zip v2.1.3 |
| 3166 | 2025-02-25T01:38:30.272Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3167 | 2025-02-25T01:38:30.337Z | Checking zopfli v0.8.1 |
| 3168 | 2025-02-25T01:38:30.516Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3169 | 2025-02-25T01:38:30.563Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3170 | 2025-02-25T01:38:30.796Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3171 | 2025-02-25T01:38:31.031Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3172 | 2025-02-25T01:38:31.123Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3173 | 2025-02-25T01:38:31.160Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3174 | 2025-02-25T01:38:31.435Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3175 | 2025-02-25T01:38:31.561Z | Checking atty v0.2.14 |
| 3176 | 2025-02-25T01:38:31.591Z | Checking glob v0.3.2 |
| 3177 | 2025-02-25T01:38:31.682Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3178 | 2025-02-25T01:38:31.710Z | Checking hyper-staticfile v0.10.1 |
| 3179 | 2025-02-25T01:38:31.833Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3180 | 2025-02-25T01:38:31.934Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3181 | 2025-02-25T01:38:35.990Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3182 | 2025-02-25T01:38:35.990Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3183 | 2025-02-25T01:38:35.990Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3184 | 2025-02-25T01:38:35.990Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3185 | 2025-02-25T01:38:35.990Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3186 | 2025-02-25T01:38:35.990Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3187 | 2025-02-25T01:38:35.990Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3188 | 2025-02-25T01:38:36.062Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3189 | 2025-02-25T01:38:36.062Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3190 | 2025-02-25T01:38:36.062Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3191 | 2025-02-25T01:38:36.062Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3192 | 2025-02-25T01:38:36.062Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3193 | 2025-02-25T01:38:37.782Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3194 | 2025-02-25T01:38:37.787Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3195 | 2025-02-25T01:38:46.281Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3196 | 2025-02-25T01:38:59.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s |
| 3197 | 2025-02-25T01:38:59.482Z | |
| 3198 | 2025-02-25T01:38:59.482Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
| 3199 | 2025-02-25T01:39:00.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2025-02-25T01:39:00.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2025-02-25T01:39:00.251Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3202 | 2025-02-25T01:39:13.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
| 3203 | 2025-02-25T01:39:13.684Z | |
| 3204 | 2025-02-25T01:39:13.684Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
| 3205 | 2025-02-25T01:39:14.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2025-02-25T01:39:14.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2025-02-25T01:39:14.441Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3208 | 2025-02-25T01:39:27.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
| 3209 | 2025-02-25T01:39:27.950Z | |
| 3210 | 2025-02-25T01:39:27.950Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
| 3211 | 2025-02-25T01:39:28.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2025-02-25T01:39:28.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2025-02-25T01:39:28.708Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3214 | 2025-02-25T01:39:41.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
| 3215 | 2025-02-25T01:39:41.994Z | |
| 3216 | 2025-02-25T01:39:41.994Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
| 3217 | 2025-02-25T01:39:42.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2025-02-25T01:39:42.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2025-02-25T01:39:42.748Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3220 | 2025-02-25T01:39:55.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
| 3221 | 2025-02-25T01:39:56.183Z | |
| 3222 | 2025-02-25T01:39:56.183Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
| 3223 | 2025-02-25T01:39:56.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2025-02-25T01:39:56.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2025-02-25T01:39:56.951Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3226 | 2025-02-25T01:40:10.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
| 3227 | 2025-02-25T01:40:10.254Z | |
| 3228 | 2025-02-25T01:40:10.254Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
| 3229 | 2025-02-25T01:40:10.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2025-02-25T01:40:10.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2025-02-25T01:40:11.019Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3232 | 2025-02-25T01:40:24.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
| 3233 | 2025-02-25T01:40:24.310Z | |
| 3234 | 2025-02-25T01:40:24.310Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
| 3235 | 2025-02-25T01:40:24.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2025-02-25T01:40:24.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2025-02-25T01:40:25.075Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3238 | 2025-02-25T01:40:38.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
| 3239 | 2025-02-25T01:40:38.528Z | |
| 3240 | 2025-02-25T01:40:38.528Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
| 3241 | 2025-02-25T01:40:39.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2025-02-25T01:40:39.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2025-02-25T01:40:39.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2025-02-25T01:40:39.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3245 | 2025-02-25T01:40:39.213Z | |
| 3246 | 2025-02-25T01:40:39.213Z | info: running `cargo check --bins` on key-manager (141/199) |
| 3247 | 2025-02-25T01:40:39.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-02-25T01:40:39.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-02-25T01:40:39.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2025-02-25T01:40:39.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3251 | 2025-02-25T01:40:39.868Z | |
| 3252 | 2025-02-25T01:40:39.868Z | info: running `cargo check --bins` on range-requests (142/199) |
| 3253 | 2025-02-25T01:40:40.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-02-25T01:40:40.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-02-25T01:40:40.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2025-02-25T01:40:40.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3257 | 2025-02-25T01:40:40.500Z | |
| 3258 | 2025-02-25T01:40:40.500Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
| 3259 | 2025-02-25T01:40:41.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-02-25T01:40:41.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-02-25T01:40:41.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3262 | 2025-02-25T01:40:41.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3263 | 2025-02-25T01:40:41.154Z | |
| 3264 | 2025-02-25T01:40:41.154Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
| 3265 | 2025-02-25T01:40:41.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2025-02-25T01:40:41.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2025-02-25T01:40:41.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2025-02-25T01:40:41.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3269 | 2025-02-25T01:40:41.833Z | |
| 3270 | 2025-02-25T01:40:41.833Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
| 3271 | 2025-02-25T01:40:42.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2025-02-25T01:40:42.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2025-02-25T01:40:42.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2025-02-25T01:40:42.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3275 | 2025-02-25T01:40:42.461Z | |
| 3276 | 2025-02-25T01:40:42.461Z | info: running `cargo check --bins` on sled-hardware (146/199) |
| 3277 | 2025-02-25T01:40:43.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2025-02-25T01:40:43.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2025-02-25T01:40:43.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2025-02-25T01:40:43.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3281 | 2025-02-25T01:40:43.122Z | |
| 3282 | 2025-02-25T01:40:43.122Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
| 3283 | 2025-02-25T01:40:43.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2025-02-25T01:40:43.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2025-02-25T01:40:43.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2025-02-25T01:40:43.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3287 | 2025-02-25T01:40:43.789Z | |
| 3288 | 2025-02-25T01:40:43.789Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
| 3289 | 2025-02-25T01:40:44.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2025-02-25T01:40:44.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2025-02-25T01:40:44.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2025-02-25T01:40:44.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3293 | 2025-02-25T01:40:44.456Z | |
| 3294 | 2025-02-25T01:40:44.456Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
| 3295 | 2025-02-25T01:40:45.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2025-02-25T01:40:45.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2025-02-25T01:40:45.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2025-02-25T01:40:45.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3299 | 2025-02-25T01:40:45.140Z | |
| 3300 | 2025-02-25T01:40:45.140Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
| 3301 | 2025-02-25T01:40:45.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2025-02-25T01:40:45.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2025-02-25T01:40:45.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2025-02-25T01:40:45.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3305 | 2025-02-25T01:40:45.826Z | |
| 3306 | 2025-02-25T01:40:45.826Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
| 3307 | 2025-02-25T01:40:46.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2025-02-25T01:40:46.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2025-02-25T01:40:46.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3310 | 2025-02-25T01:40:46.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3311 | 2025-02-25T01:40:46.510Z | |
| 3312 | 2025-02-25T01:40:46.510Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
| 3313 | 2025-02-25T01:40:47.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2025-02-25T01:40:47.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2025-02-25T01:40:47.229Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3316 | 2025-02-25T01:40:47.229Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3317 | 2025-02-25T01:40:48.088Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3318 | 2025-02-25T01:40:50.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 3319 | 2025-02-25T01:40:50.220Z | |
| 3320 | 2025-02-25T01:40:50.220Z | info: running `cargo check --bins` on oximeter-api (153/199) |
| 3321 | 2025-02-25T01:40:50.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-02-25T01:40:50.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-02-25T01:40:50.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-02-25T01:40:50.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3325 | 2025-02-25T01:40:50.874Z | |
| 3326 | 2025-02-25T01:40:50.874Z | info: running `cargo check --bins` on cert-dev (154/199) |
| 3327 | 2025-02-25T01:40:51.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-02-25T01:40:51.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-02-25T01:40:51.514Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3330 | 2025-02-25T01:40:51.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3331 | 2025-02-25T01:40:51.968Z | |
| 3332 | 2025-02-25T01:40:51.968Z | info: running `cargo check --bins` on clickana (155/199) |
| 3333 | 2025-02-25T01:40:52.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-02-25T01:40:52.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-02-25T01:40:52.642Z | Checking castaway v0.2.3 |
| 3336 | 2025-02-25T01:40:52.642Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3337 | 2025-02-25T01:40:52.645Z | Checking lru v0.12.5 |
| 3338 | 2025-02-25T01:40:52.645Z | Compiling instability v0.3.2 |
| 3339 | 2025-02-25T01:40:52.645Z | Compiling indoc v2.0.5 |
| 3340 | 2025-02-25T01:40:52.645Z | Checking unicode-truncate v1.1.0 |
| 3341 | 2025-02-25T01:40:52.645Z | Checking cassowary v0.3.0 |
| 3342 | 2025-02-25T01:40:52.876Z | Checking compact_str v0.8.0 |
| 3343 | 2025-02-25T01:40:53.545Z | Checking ratatui v0.29.0 |
| 3344 | 2025-02-25T01:40:54.400Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3345 | 2025-02-25T01:40:55.542Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3346 | 2025-02-25T01:40:56.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
| 3347 | 2025-02-25T01:40:56.556Z | |
| 3348 | 2025-02-25T01:40:56.557Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
| 3349 | 2025-02-25T01:40:57.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-02-25T01:40:57.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-02-25T01:40:57.263Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3352 | 2025-02-25T01:40:57.263Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3353 | 2025-02-25T01:40:58.288Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3354 | 2025-02-25T01:40:58.743Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3355 | 2025-02-25T01:40:59.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 3356 | 2025-02-25T01:40:59.276Z | |
| 3357 | 2025-02-25T01:40:59.276Z | info: running `cargo check --bins` on ch-dev (157/199) |
| 3358 | 2025-02-25T01:40:59.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2025-02-25T01:40:59.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2025-02-25T01:40:59.962Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3361 | 2025-02-25T01:41:00.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 3362 | 2025-02-25T01:41:00.869Z | |
| 3363 | 2025-02-25T01:41:00.869Z | info: running `cargo check --bins` on crdb-seed (158/199) |
| 3364 | 2025-02-25T01:41:01.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2025-02-25T01:41:01.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2025-02-25T01:41:01.562Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3367 | 2025-02-25T01:41:01.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3368 | 2025-02-25T01:41:02.116Z | |
| 3369 | 2025-02-25T01:41:02.116Z | info: running `cargo check --bins` on db-dev (159/199) |
| 3370 | 2025-02-25T01:41:02.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2025-02-25T01:41:02.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2025-02-25T01:41:02.817Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3373 | 2025-02-25T01:41:03.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3374 | 2025-02-25T01:41:03.744Z | |
| 3375 | 2025-02-25T01:41:03.744Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
| 3376 | 2025-02-25T01:41:04.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2025-02-25T01:41:04.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2025-02-25T01:41:04.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2025-02-25T01:41:04.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3380 | 2025-02-25T01:41:04.423Z | |
| 3381 | 2025-02-25T01:41:04.423Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
| 3382 | 2025-02-25T01:41:04.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2025-02-25T01:41:04.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2025-02-25T01:41:05.072Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3385 | 2025-02-25T01:41:05.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 3386 | 2025-02-25T01:41:06.092Z | |
| 3387 | 2025-02-25T01:41:06.092Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
| 3388 | 2025-02-25T01:41:06.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2025-02-25T01:41:06.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2025-02-25T01:41:06.730Z | Checking cargo-platform v0.1.8 |
| 3391 | 2025-02-25T01:41:07.009Z | Checking cargo_metadata v0.18.1 |
| 3392 | 2025-02-25T01:41:07.939Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3393 | 2025-02-25T01:41:08.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
| 3394 | 2025-02-25T01:41:09.000Z | |
| 3395 | 2025-02-25T01:41:09.000Z | info: running `cargo check --bins` on mgs-dev (163/199) |
| 3396 | 2025-02-25T01:41:09.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2025-02-25T01:41:09.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2025-02-25T01:41:09.692Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3399 | 2025-02-25T01:41:11.126Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3400 | 2025-02-25T01:41:11.707Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3401 | 2025-02-25T01:41:12.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 3402 | 2025-02-25T01:41:12.429Z | |
| 3403 | 2025-02-25T01:41:12.429Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
| 3404 | 2025-02-25T01:41:13.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2025-02-25T01:41:13.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2025-02-25T01:41:13.240Z | Compiling crunchy v0.2.2 |
| 3407 | 2025-02-25T01:41:13.245Z | Compiling tiny-keccak v2.0.2 |
| 3408 | 2025-02-25T01:41:13.245Z | Compiling dsl_auto_type v0.1.2 |
| 3409 | 2025-02-25T01:41:13.245Z | Checking scheduled-thread-pool v0.2.7 |
| 3410 | 2025-02-25T01:41:13.245Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3411 | 2025-02-25T01:41:13.403Z | Compiling ascii-canvas v3.0.0 |
| 3412 | 2025-02-25T01:41:13.406Z | Compiling ena v0.14.3 |
| 3413 | 2025-02-25T01:41:13.406Z | Compiling diff v0.1.13 |
| 3414 | 2025-02-25T01:41:13.579Z | Checking r2d2 v0.8.10 |
| 3415 | 2025-02-25T01:41:13.686Z | Compiling regex-syntax v0.6.29 |
| 3416 | 2025-02-25T01:41:13.752Z | Compiling bindgen v0.71.1 |
| 3417 | 2025-02-25T01:41:13.812Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3418 | 2025-02-25T01:41:13.859Z | Compiling rustc-hash v2.1.1 |
| 3419 | 2025-02-25T01:41:13.905Z | Compiling ref-cast v1.0.23 |
| 3420 | 2025-02-25T01:41:13.967Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3421 | 2025-02-25T01:41:14.036Z | Compiling derive_builder_core v0.20.2 |
| 3422 | 2025-02-25T01:41:14.057Z | Compiling libxml v0.3.3 |
| 3423 | 2025-02-25T01:41:14.285Z | Compiling ref-cast-impl v1.0.23 |
| 3424 | 2025-02-25T01:41:14.431Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3425 | 2025-02-25T01:41:14.580Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3426 | 2025-02-25T01:41:14.623Z | Compiling diesel_derives v2.2.3 |
| 3427 | 2025-02-25T01:41:14.642Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3428 | 2025-02-25T01:41:14.947Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3429 | 2025-02-25T01:41:14.975Z | Compiling strum_macros v0.24.3 |
| 3430 | 2025-02-25T01:41:15.324Z | Compiling indoc v1.0.9 |
| 3431 | 2025-02-25T01:41:16.153Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3432 | 2025-02-25T01:41:16.195Z | Compiling derive_builder_macro v0.20.2 |
| 3433 | 2025-02-25T01:41:16.473Z | Compiling oso-derive v0.27.3 |
| 3434 | 2025-02-25T01:41:17.047Z | Compiling lalrpop v0.19.12 |
| 3435 | 2025-02-25T01:41:17.084Z | Checking derive_builder v0.20.2 |
| 3436 | 2025-02-25T01:41:17.273Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3437 | 2025-02-25T01:41:17.796Z | Checking quick-xml v0.37.2 |
| 3438 | 2025-02-25T01:41:17.812Z | Compiling diesel-dtrace v0.4.2 |
| 3439 | 2025-02-25T01:41:17.854Z | Checking maplit v1.0.2 |
| 3440 | 2025-02-25T01:41:18.092Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3441 | 2025-02-25T01:41:18.127Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3442 | 2025-02-25T01:41:18.447Z | Checking bb8 v0.8.5 |
| 3443 | 2025-02-25T01:41:18.935Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3444 | 2025-02-25T01:41:18.963Z | Checking rand_seeder v0.3.0 |
| 3445 | 2025-02-25T01:41:19.205Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3446 | 2025-02-25T01:41:19.303Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3447 | 2025-02-25T01:41:19.420Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3448 | 2025-02-25T01:41:19.577Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3449 | 2025-02-25T01:41:19.621Z | Checking is_ci v1.2.0 |
| 3450 | 2025-02-25T01:41:19.769Z | Checking unicode-linebreak v0.1.5 |
| 3451 | 2025-02-25T01:41:19.898Z | Checking smawk v0.3.2 |
| 3452 | 2025-02-25T01:41:20.168Z | Checking supports-color v3.0.2 |
| 3453 | 2025-02-25T01:41:20.214Z | Checking textwrap v0.16.1 |
| 3454 | 2025-02-25T01:41:20.386Z | Checking multimap v0.10.0 |
| 3455 | 2025-02-25T01:41:21.546Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3456 | 2025-02-25T01:41:23.233Z | Checking diesel v2.2.7 |
| 3457 | 2025-02-25T01:41:38.348Z | Compiling samael v0.0.18 |
| 3458 | 2025-02-25T01:41:54.992Z | Checking async-bb8-diesel v0.2.1 |
| 3459 | 2025-02-25T01:41:56.775Z | Compiling polar-core v0.27.3 |
| 3460 | 2025-02-25T01:42:04.028Z | Checking oso v0.27.3 |
| 3461 | 2025-02-25T01:43:04.610Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3462 | 2025-02-25T01:43:11.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
| 3463 | 2025-02-25T01:43:11.403Z | |
| 3464 | 2025-02-25T01:43:11.403Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
| 3465 | 2025-02-25T01:43:12.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2025-02-25T01:43:12.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2025-02-25T01:43:12.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3468 | 2025-02-25T01:43:12.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3469 | 2025-02-25T01:43:12.118Z | |
| 3470 | 2025-02-25T01:43:12.118Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
| 3471 | 2025-02-25T01:43:12.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2025-02-25T01:43:12.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2025-02-25T01:43:12.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2025-02-25T01:43:12.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3475 | 2025-02-25T01:43:12.824Z | |
| 3476 | 2025-02-25T01:43:12.824Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
| 3477 | 2025-02-25T01:43:13.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2025-02-25T01:43:13.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2025-02-25T01:43:13.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2025-02-25T01:43:13.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3481 | 2025-02-25T01:43:13.467Z | |
| 3482 | 2025-02-25T01:43:13.467Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
| 3483 | 2025-02-25T01:43:14.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2025-02-25T01:43:14.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2025-02-25T01:43:14.308Z | Compiling libz-sys v1.1.20 |
| 3486 | 2025-02-25T01:43:14.310Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3487 | 2025-02-25T01:43:14.439Z | Compiling vergen v8.3.2 |
| 3488 | 2025-02-25T01:43:14.442Z | Compiling cargo-platform v0.1.8 |
| 3489 | 2025-02-25T01:43:14.442Z | Compiling pin-project-internal v1.1.6 |
| 3490 | 2025-02-25T01:43:14.479Z | Compiling libsqlite3-sys v0.30.1 |
| 3491 | 2025-02-25T01:43:14.482Z | Compiling snafu-derive v0.8.5 |
| 3492 | 2025-02-25T01:43:14.482Z | Compiling rustls v0.21.12 |
| 3493 | 2025-02-25T01:43:14.782Z | Compiling cargo_metadata v0.18.1 |
| 3494 | 2025-02-25T01:43:14.802Z | Compiling buf-list v1.0.3 |
| 3495 | 2025-02-25T01:43:14.950Z | Checking globset v0.4.15 |
| 3496 | 2025-02-25T01:43:15.031Z | Checking olpc-cjson v0.1.4 |
| 3497 | 2025-02-25T01:43:15.135Z | Checking rustls-webpki v0.101.7 |
| 3498 | 2025-02-25T01:43:15.423Z | Checking sct v0.7.1 |
| 3499 | 2025-02-25T01:43:15.452Z | Checking serde_plain v1.0.2 |
| 3500 | 2025-02-25T01:43:15.506Z | Checking typed-path v0.9.3 |
| 3501 | 2025-02-25T01:43:15.977Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3502 | 2025-02-25T01:43:16.092Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3503 | 2025-02-25T01:43:16.280Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3504 | 2025-02-25T01:43:16.376Z | Checking hashlink v0.9.1 |
| 3505 | 2025-02-25T01:43:16.572Z | Checking parse-size v1.1.0 |
| 3506 | 2025-02-25T01:43:16.765Z | Checking fallible-streaming-iterator v0.1.9 |
| 3507 | 2025-02-25T01:43:16.925Z | Checking fallible-iterator v0.3.0 |
| 3508 | 2025-02-25T01:43:17.096Z | Checking pin-project v1.1.6 |
| 3509 | 2025-02-25T01:43:17.123Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3510 | 2025-02-25T01:43:17.242Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3511 | 2025-02-25T01:43:17.313Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3512 | 2025-02-25T01:43:17.449Z | Checking rusqlite v0.32.1 |
| 3513 | 2025-02-25T01:43:17.738Z | Checking rustls-pemfile v1.0.4 |
| 3514 | 2025-02-25T01:43:17.943Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3515 | 2025-02-25T01:43:17.969Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3516 | 2025-02-25T01:43:18.109Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3517 | 2025-02-25T01:43:18.128Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3518 | 2025-02-25T01:43:18.245Z | Checking twox-hash v2.1.0 |
| 3519 | 2025-02-25T01:43:18.321Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3520 | 2025-02-25T01:43:18.414Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3521 | 2025-02-25T01:43:18.770Z | Checking tokio-rustls v0.24.1 |
| 3522 | 2025-02-25T01:43:18.846Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3523 | 2025-02-25T01:43:19.148Z | Checking snafu v0.8.5 |
| 3524 | 2025-02-25T01:43:19.626Z | Checking tough v0.19.0 |
| 3525 | 2025-02-25T01:43:19.799Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3526 | 2025-02-25T01:43:19.961Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3527 | 2025-02-25T01:43:20.306Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3528 | 2025-02-25T01:43:20.410Z | Checking fatfs v0.3.6 |
| 3529 | 2025-02-25T01:43:20.513Z | Checking assert_matches v1.5.0 |
| 3530 | 2025-02-25T01:43:23.609Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3531 | 2025-02-25T01:43:24.843Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3532 | 2025-02-25T01:43:26.854Z | Compiling git2 v0.19.0 |
| 3533 | 2025-02-25T01:43:31.079Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3534 | 2025-02-25T01:44:28.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 3535 | 2025-02-25T01:44:29.001Z | |
| 3536 | 2025-02-25T01:44:29.001Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
| 3537 | 2025-02-25T01:44:29.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2025-02-25T01:44:29.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2025-02-25T01:44:29.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2025-02-25T01:44:29.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3541 | 2025-02-25T01:44:29.727Z | |
| 3542 | 2025-02-25T01:44:29.727Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
| 3543 | 2025-02-25T01:44:30.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2025-02-25T01:44:30.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2025-02-25T01:44:30.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2025-02-25T01:44:30.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3547 | 2025-02-25T01:44:30.367Z | |
| 3548 | 2025-02-25T01:44:30.367Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
| 3549 | 2025-02-25T01:44:30.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2025-02-25T01:44:30.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2025-02-25T01:44:30.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2025-02-25T01:44:30.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3553 | 2025-02-25T01:44:31.037Z | |
| 3554 | 2025-02-25T01:44:31.037Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
| 3555 | 2025-02-25T01:44:31.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2025-02-25T01:44:31.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2025-02-25T01:44:31.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2025-02-25T01:44:31.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3559 | 2025-02-25T01:44:31.720Z | |
| 3560 | 2025-02-25T01:44:31.720Z | info: running `cargo check --bins` on nexus-networking (173/199) |
| 3561 | 2025-02-25T01:44:32.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2025-02-25T01:44:32.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2025-02-25T01:44:32.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2025-02-25T01:44:32.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3565 | 2025-02-25T01:44:32.404Z | |
| 3566 | 2025-02-25T01:44:32.404Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
| 3567 | 2025-02-25T01:44:33.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2025-02-25T01:44:33.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2025-02-25T01:44:33.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2025-02-25T01:44:33.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3571 | 2025-02-25T01:44:33.102Z | |
| 3572 | 2025-02-25T01:44:33.103Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
| 3573 | 2025-02-25T01:44:33.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2025-02-25T01:44:33.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2025-02-25T01:44:33.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2025-02-25T01:44:33.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3577 | 2025-02-25T01:44:33.815Z | |
| 3578 | 2025-02-25T01:44:33.815Z | info: running `cargo check --bins` on update-common (176/199) |
| 3579 | 2025-02-25T01:44:34.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2025-02-25T01:44:34.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2025-02-25T01:44:34.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2025-02-25T01:44:34.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3583 | 2025-02-25T01:44:34.488Z | |
| 3584 | 2025-02-25T01:44:34.488Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
| 3585 | 2025-02-25T01:44:35.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2025-02-25T01:44:35.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2025-02-25T01:44:35.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2025-02-25T01:44:35.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3589 | 2025-02-25T01:44:35.175Z | |
| 3590 | 2025-02-25T01:44:35.175Z | info: running `cargo check --bins` on tufaceous (178/199) |
| 3591 | 2025-02-25T01:44:35.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2025-02-25T01:44:35.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2025-02-25T01:44:35.875Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3594 | 2025-02-25T01:44:36.164Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3595 | 2025-02-25T01:44:37.155Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3596 | 2025-02-25T01:44:37.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s |
| 3597 | 2025-02-25T01:44:38.150Z | |
| 3598 | 2025-02-25T01:44:38.150Z | info: running `cargo check --bins` on omicron-dev (179/199) |
| 3599 | 2025-02-25T01:44:38.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2025-02-25T01:44:38.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2025-02-25T01:44:39.021Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3602 | 2025-02-25T01:44:39.024Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3603 | 2025-02-25T01:44:39.164Z | Checking yansi v1.0.1 |
| 3604 | 2025-02-25T01:44:39.167Z | Checking diff v0.1.13 |
| 3605 | 2025-02-25T01:44:39.167Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3606 | 2025-02-25T01:44:39.167Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3607 | 2025-02-25T01:44:39.595Z | Checking pretty_assertions v1.4.1 |
| 3608 | 2025-02-25T01:44:40.226Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3609 | 2025-02-25T01:45:07.724Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3610 | 2025-02-25T01:45:07.727Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3611 | 2025-02-25T01:45:07.727Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3612 | 2025-02-25T01:45:07.727Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3613 | 2025-02-25T01:45:07.727Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3614 | 2025-02-25T01:45:07.727Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3615 | 2025-02-25T01:45:08.643Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3616 | 2025-02-25T01:45:09.912Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3617 | 2025-02-25T01:45:53.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 3618 | 2025-02-25T01:45:54.112Z | |
| 3619 | 2025-02-25T01:45:54.112Z | info: running `cargo check --bins` on openapi-manager (180/199) |
| 3620 | 2025-02-25T01:45:54.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2025-02-25T01:45:54.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2025-02-25T01:45:54.863Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3623 | 2025-02-25T01:45:54.863Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3624 | 2025-02-25T01:45:54.866Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3625 | 2025-02-25T01:45:54.997Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3626 | 2025-02-25T01:45:55.009Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3627 | 2025-02-25T01:45:55.011Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3628 | 2025-02-25T01:45:55.037Z | Checking papergrid v0.14.0 |
| 3629 | 2025-02-25T01:45:55.040Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 3630 | 2025-02-25T01:45:55.235Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 3631 | 2025-02-25T01:45:55.372Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3632 | 2025-02-25T01:45:55.598Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3633 | 2025-02-25T01:45:55.725Z | Compiling proc-macro-error2 v2.0.1 |
| 3634 | 2025-02-25T01:45:56.316Z | Compiling tabled_derive v0.10.0 |
| 3635 | 2025-02-25T01:45:56.487Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3636 | 2025-02-25T01:45:56.736Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 3637 | 2025-02-25T01:45:56.778Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3638 | 2025-02-25T01:45:57.172Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3639 | 2025-02-25T01:45:57.324Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3640 | 2025-02-25T01:45:57.791Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3641 | 2025-02-25T01:45:57.843Z | Checking heck v0.4.1 |
| 3642 | 2025-02-25T01:45:58.072Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3643 | 2025-02-25T01:45:58.165Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3644 | 2025-02-25T01:45:58.477Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3645 | 2025-02-25T01:45:58.819Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3646 | 2025-02-25T01:45:58.936Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3647 | 2025-02-25T01:45:58.985Z | Checking tabled v0.18.0 |
| 3648 | 2025-02-25T01:45:59.280Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3649 | 2025-02-25T01:45:59.366Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3650 | 2025-02-25T01:45:59.477Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3651 | 2025-02-25T01:46:01.068Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3652 | 2025-02-25T01:46:01.071Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3653 | 2025-02-25T01:46:04.105Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3654 | 2025-02-25T01:46:05.666Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3655 | 2025-02-25T01:46:10.347Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3656 | 2025-02-25T01:46:10.350Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3657 | 2025-02-25T01:46:11.609Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3658 | 2025-02-25T01:46:12.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.49s |
| 3659 | 2025-02-25T01:46:12.807Z | |
| 3660 | 2025-02-25T01:46:12.807Z | info: running `cargo check --bins` on installinator-api (181/199) |
| 3661 | 2025-02-25T01:46:13.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2025-02-25T01:46:13.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2025-02-25T01:46:13.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3664 | 2025-02-25T01:46:13.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3665 | 2025-02-25T01:46:13.475Z | |
| 3666 | 2025-02-25T01:46:13.475Z | info: running `cargo check --bins` on wicketd-api (182/199) |
| 3667 | 2025-02-25T01:46:14.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2025-02-25T01:46:14.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2025-02-25T01:46:14.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3670 | 2025-02-25T01:46:14.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3671 | 2025-02-25T01:46:14.154Z | |
| 3672 | 2025-02-25T01:46:14.154Z | info: running `cargo check --bins` on omicron-pins (183/199) |
| 3673 | 2025-02-25T01:46:14.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2025-02-25T01:46:14.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2025-02-25T01:46:14.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3676 | 2025-02-25T01:46:14.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3677 | 2025-02-25T01:46:14.801Z | |
| 3678 | 2025-02-25T01:46:14.801Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
| 3679 | 2025-02-25T01:46:15.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2025-02-25T01:46:15.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2025-02-25T01:46:15.518Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3682 | 2025-02-25T01:46:15.518Z | Compiling petname v2.0.2 |
| 3683 | 2025-02-25T01:46:15.521Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3684 | 2025-02-25T01:46:15.521Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3685 | 2025-02-25T01:46:15.521Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3686 | 2025-02-25T01:46:15.521Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3687 | 2025-02-25T01:46:15.646Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3688 | 2025-02-25T01:46:15.670Z | Checking sync-ptr v0.1.1 |
| 3689 | 2025-02-25T01:46:20.723Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3690 | 2025-02-25T01:46:21.322Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3691 | 2025-02-25T01:46:22.508Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3692 | 2025-02-25T01:46:24.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
| 3693 | 2025-02-25T01:46:24.216Z | |
| 3694 | 2025-02-25T01:46:24.216Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
| 3695 | 2025-02-25T01:46:24.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2025-02-25T01:46:24.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2025-02-25T01:46:24.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2025-02-25T01:46:24.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3699 | 2025-02-25T01:46:24.918Z | |
| 3700 | 2025-02-25T01:46:24.918Z | info: running `cargo check --bins` on omicron-releng (186/199) |
| 3701 | 2025-02-25T01:46:25.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2025-02-25T01:46:25.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2025-02-25T01:46:25.609Z | Checking memmap2 v0.9.5 |
| 3704 | 2025-02-25T01:46:25.610Z | Checking constant_time_eq v0.3.1 |
| 3705 | 2025-02-25T01:46:25.613Z | Checking arrayref v0.3.9 |
| 3706 | 2025-02-25T01:46:25.613Z | Checking arrayvec v0.7.6 |
| 3707 | 2025-02-25T01:46:25.613Z | Checking topological-sort v0.2.2 |
| 3708 | 2025-02-25T01:46:25.613Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3709 | 2025-02-25T01:46:25.719Z | Checking shell-words v1.1.0 |
| 3710 | 2025-02-25T01:46:26.008Z | Checking blake3 v1.5.4 |
| 3711 | 2025-02-25T01:46:26.361Z | Checking omicron-zone-package v0.12.0 |
| 3712 | 2025-02-25T01:46:27.469Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3713 | 2025-02-25T01:46:28.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
| 3714 | 2025-02-25T01:46:28.547Z | |
| 3715 | 2025-02-25T01:46:28.547Z | info: running `cargo check --bins` on xtask (187/199) |
| 3716 | 2025-02-25T01:46:28.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2025-02-25T01:46:28.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2025-02-25T01:46:28.999Z | Checking bitflags v2.6.0 |
| 3719 | 2025-02-25T01:46:29.003Z | Checking serde v1.0.218 |
| 3720 | 2025-02-25T01:46:29.003Z | Checking thiserror v1.0.69 |
| 3721 | 2025-02-25T01:46:29.088Z | Checking scroll v0.12.0 |
| 3722 | 2025-02-25T01:46:29.105Z | Checking hashbrown v0.15.1 |
| 3723 | 2025-02-25T01:46:29.108Z | Checking log v0.4.22 |
| 3724 | 2025-02-25T01:46:29.108Z | Checking zerocopy v0.7.35 |
| 3725 | 2025-02-25T01:46:29.137Z | Checking syn v2.0.96 |
| 3726 | 2025-02-25T01:46:29.204Z | Checking pest v2.7.14 |
| 3727 | 2025-02-25T01:46:29.325Z | Checking rustix v0.38.37 |
| 3728 | 2025-02-25T01:46:29.367Z | Checking once_cell v1.20.3 |
| 3729 | 2025-02-25T01:46:29.519Z | Checking goblin v0.8.2 |
| 3730 | 2025-02-25T01:46:29.674Z | Checking fs-err v2.11.0 |
| 3731 | 2025-02-25T01:46:29.999Z | Checking anyhow v1.0.96 |
| 3732 | 2025-02-25T01:46:30.020Z | Checking indexmap v2.7.1 |
| 3733 | 2025-02-25T01:46:30.269Z | Checking tabled v0.15.0 |
| 3734 | 2025-02-25T01:46:31.147Z | Checking terminal_size v0.4.0 |
| 3735 | 2025-02-25T01:46:31.147Z | Checking tempfile v3.13.0 |
| 3736 | 2025-02-25T01:46:31.334Z | Checking clap_builder v4.5.30 |
| 3737 | 2025-02-25T01:46:31.747Z | Checking dtrace-parser v0.2.0 |
| 3738 | 2025-02-25T01:46:33.032Z | Checking serde_json v1.0.139 |
| 3739 | 2025-02-25T01:46:33.032Z | Checking toml_datetime v0.6.8 |
| 3740 | 2025-02-25T01:46:33.035Z | Checking serde_spanned v0.6.8 |
| 3741 | 2025-02-25T01:46:33.035Z | Checking camino v1.1.9 |
| 3742 | 2025-02-25T01:46:33.035Z | Checking semver v1.0.25 |
| 3743 | 2025-02-25T01:46:33.285Z | Checking cargo-platform v0.1.8 |
| 3744 | 2025-02-25T01:46:33.313Z | Checking macaddr v1.0.1 |
| 3745 | 2025-02-25T01:46:33.330Z | Checking toml_edit v0.22.22 |
| 3746 | 2025-02-25T01:46:33.579Z | Checking camino-tempfile v1.1.1 |
| 3747 | 2025-02-25T01:46:33.777Z | Checking clap v4.5.30 |
| 3748 | 2025-02-25T01:46:34.167Z | Checking dof v0.3.0 |
| 3749 | 2025-02-25T01:46:34.167Z | Checking cargo_metadata v0.18.1 |
| 3750 | 2025-02-25T01:46:34.576Z | Checking usdt-impl v0.5.0 |
| 3751 | 2025-02-25T01:46:34.948Z | Checking usdt v0.5.0 |
| 3752 | 2025-02-25T01:46:35.166Z | Checking toml v0.8.19 |
| 3753 | 2025-02-25T01:46:35.592Z | Checking cargo_toml v0.20.5 |
| 3754 | 2025-02-25T01:46:36.710Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3755 | 2025-02-25T01:46:37.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s |
| 3756 | 2025-02-25T01:46:37.446Z | |
| 3757 | 2025-02-25T01:46:37.446Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
| 3758 | 2025-02-25T01:46:38.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2025-02-25T01:46:38.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2025-02-25T01:46:38.243Z | Checking polyval v0.6.2 |
| 3761 | 2025-02-25T01:46:38.359Z | Checking ctr v0.9.2 |
| 3762 | 2025-02-25T01:46:38.372Z | Checking ssh-encoding v0.2.0 |
| 3763 | 2025-02-25T01:46:38.375Z | Checking blowfish v0.9.1 |
| 3764 | 2025-02-25T01:46:38.394Z | Checking password-hash v0.4.2 |
| 3765 | 2025-02-25T01:46:38.408Z | Checking p521 v0.13.3 |
| 3766 | 2025-02-25T01:46:38.411Z | Checking p256 v0.13.2 |
| 3767 | 2025-02-25T01:46:38.439Z | Checking russh-cryptovec v0.7.3 |
| 3768 | 2025-02-25T01:46:38.598Z | Checking ghash v0.5.1 |
| 3769 | 2025-02-25T01:46:38.598Z | Checking bcrypt-pbkdf v0.10.0 |
| 3770 | 2025-02-25T01:46:38.636Z | Checking md5 v0.7.0 |
| 3771 | 2025-02-25T01:46:38.656Z | Checking num-bigint v0.4.6 |
| 3772 | 2025-02-25T01:46:38.673Z | Checking des v0.8.1 |
| 3773 | 2025-02-25T01:46:38.785Z | Checking aes-gcm v0.10.3 |
| 3774 | 2025-02-25T01:46:38.787Z | Checking pbkdf2 v0.11.0 |
| 3775 | 2025-02-25T01:46:38.869Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3776 | 2025-02-25T01:46:38.889Z | Checking hex-literal v0.4.1 |
| 3777 | 2025-02-25T01:46:38.917Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3778 | 2025-02-25T01:46:38.920Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3779 | 2025-02-25T01:46:39.025Z | Checking ssh-cipher v0.2.0 |
| 3780 | 2025-02-25T01:46:39.045Z | Checking internet-checksum v0.2.1 |
| 3781 | 2025-02-25T01:46:39.319Z | Checking ssh-key v0.6.6 |
| 3782 | 2025-02-25T01:46:39.526Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3783 | 2025-02-25T01:46:40.503Z | Checking russh-keys v0.45.0 |
| 3784 | 2025-02-25T01:46:41.321Z | Checking russh v0.45.0 |
| 3785 | 2025-02-25T01:46:59.231Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3786 | 2025-02-25T01:47:00.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.13s |
| 3787 | 2025-02-25T01:47:00.793Z | |
| 3788 | 2025-02-25T01:47:00.793Z | info: running `cargo check --bins` on gateway-cli (189/199) |
| 3789 | 2025-02-25T01:47:01.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2025-02-25T01:47:01.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2025-02-25T01:47:01.468Z | Checking termios v0.3.3 |
| 3792 | 2025-02-25T01:47:01.694Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3793 | 2025-02-25T01:47:02.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 3794 | 2025-02-25T01:47:02.672Z | |
| 3795 | 2025-02-25T01:47:02.672Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
| 3796 | 2025-02-25T01:47:03.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2025-02-25T01:47:03.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2025-02-25T01:47:03.399Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3799 | 2025-02-25T01:47:03.399Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3800 | 2025-02-25T01:47:03.402Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3801 | 2025-02-25T01:47:03.402Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3802 | 2025-02-25T01:47:04.433Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3803 | 2025-02-25T01:47:05.686Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3804 | 2025-02-25T01:47:07.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
| 3805 | 2025-02-25T01:47:07.638Z | |
| 3806 | 2025-02-25T01:47:07.639Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
| 3807 | 2025-02-25T01:47:08.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2025-02-25T01:47:08.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2025-02-25T01:47:08.305Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3810 | 2025-02-25T01:47:08.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3811 | 2025-02-25T01:47:08.955Z | |
| 3812 | 2025-02-25T01:47:08.955Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
| 3813 | 2025-02-25T01:47:09.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2025-02-25T01:47:09.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2025-02-25T01:47:09.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2025-02-25T01:47:09.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3817 | 2025-02-25T01:47:09.593Z | |
| 3818 | 2025-02-25T01:47:09.593Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
| 3819 | 2025-02-25T01:47:10.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2025-02-25T01:47:10.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2025-02-25T01:47:10.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2025-02-25T01:47:10.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3823 | 2025-02-25T01:47:10.239Z | |
| 3824 | 2025-02-25T01:47:10.239Z | info: running `cargo check --bins` on omicron-package (194/199) |
| 3825 | 2025-02-25T01:47:10.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2025-02-25T01:47:10.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2025-02-25T01:47:10.933Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3828 | 2025-02-25T01:47:12.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 3829 | 2025-02-25T01:47:12.469Z | |
| 3830 | 2025-02-25T01:47:12.469Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
| 3831 | 2025-02-25T01:47:13.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2025-02-25T01:47:13.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2025-02-25T01:47:13.212Z | Checking rtoolbox v0.0.2 |
| 3834 | 2025-02-25T01:47:13.215Z | Checking tui-tree-widget v0.23.0 |
| 3835 | 2025-02-25T01:47:13.215Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3836 | 2025-02-25T01:47:13.453Z | Checking rpassword v7.3.1 |
| 3837 | 2025-02-25T01:47:18.105Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3838 | 2025-02-25T01:47:20.949Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3839 | 2025-02-25T01:47:22.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.65s |
| 3840 | 2025-02-25T01:47:22.317Z | |
| 3841 | 2025-02-25T01:47:22.317Z | info: running `cargo check --bins` on wicket (196/199) |
| 3842 | 2025-02-25T01:47:22.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2025-02-25T01:47:22.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2025-02-25T01:47:23.056Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3845 | 2025-02-25T01:47:23.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3846 | 2025-02-25T01:47:23.665Z | |
| 3847 | 2025-02-25T01:47:23.665Z | info: running `cargo check --bins` on wicketd (197/199) |
| 3848 | 2025-02-25T01:47:24.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2025-02-25T01:47:24.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2025-02-25T01:47:24.413Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3851 | 2025-02-25T01:47:24.413Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3852 | 2025-02-25T01:47:25.254Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3853 | 2025-02-25T01:47:29.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
| 3854 | 2025-02-25T01:47:29.264Z | |
| 3855 | 2025-02-25T01:47:29.264Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
| 3856 | 2025-02-25T01:47:29.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2025-02-25T01:47:29.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2025-02-25T01:47:29.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2025-02-25T01:47:29.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3860 | 2025-02-25T01:47:29.910Z | |
| 3861 | 2025-02-25T01:47:29.910Z | info: running `cargo check --bins` on zone-setup (199/199) |
| 3862 | 2025-02-25T01:47:30.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2025-02-25T01:47:30.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2025-02-25T01:47:30.676Z | Checking uzers v0.12.1 |
| 3865 | 2025-02-25T01:47:31.028Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3866 | 2025-02-25T01:47:32.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 3867 | 2025-02-25T01:47:32.336Z | |
| 3868 | 2025-02-25T01:47:32.336Z | real 13:51.242638966 |
| 3869 | 2025-02-25T01:47:32.336Z | user 27:48.183282323 |
| 3870 | 2025-02-25T01:47:32.336Z | sys 4:19.949682608 |
| 3871 | 2025-02-25T01:47:32.336Z | trap 0.555471565 |
| 3872 | 2025-02-25T01:47:32.336Z | tflt 0.574262878 |
| 3873 | 2025-02-25T01:47:32.339Z | dflt 2.019841936 |
| 3874 | 2025-02-25T01:47:32.339Z | kflt 0.001110841 |
| 3875 | 2025-02-25T01:47:32.339Z | lock 47:27.580871034 |
| 3876 | 2025-02-25T01:47:32.339Z | slp 2:13:51.732495175 |
| 3877 | 2025-02-25T01:47:32.339Z | lat 1:05.892959737 |
| 3878 | 2025-02-25T01:47:32.339Z | stop 3:48.744906722 |
| 3879 | 2025-02-25T01:47:32.339Z | process exited: duration 1137563 ms, exit code 0 |
| |
| 3880 | 2025-02-25T01:47:32.350Z | found 0 output files |