|
|
|
| 1 | 2025-03-03T04:06:21.880Z | job assigned to worker 01JND2VWVE4B4EQ240HM2Q46MB [factory aws, i-0ab4abd99a728ab56] (queued for 50 s) |
| |
| 2 | 2025-03-03T04:06:30.221Z | starting task 0: "setup" |
| 3 | 2025-03-03T04:06:30.229Z | ++ uname -s |
| 4 | 2025-03-03T04:06:30.233Z | + kern=SunOS |
| 5 | 2025-03-03T04:06:30.233Z | + build_user=build |
| 6 | 2025-03-03T04:06:30.233Z | + build_uid=12345 |
| 7 | 2025-03-03T04:06:30.233Z | + work_dir=/work |
| 8 | 2025-03-03T04:06:30.233Z | + input_dir=/input |
| 9 | 2025-03-03T04:06:30.233Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T04:06:30.234Z | + case "$kern" in |
| 11 | 2025-03-03T04:06:30.234Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T04:06:30.234Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T04:06:32.244Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T04:06:32.404Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T04:06:32.442Z | + home_fs=zfs |
| 16 | 2025-03-03T04:06:32.442Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T04:06:32.442Z | + mkdir -p /home/build |
| 18 | 2025-03-03T04:06:32.442Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T04:06:34.413Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T04:06:34.428Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2025-03-03T04:06:34.462Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T04:06:34.468Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T04:06:34.468Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-03T04:06:34.468Z | * rust toolchain profile = "default" |
| 25 | 2025-03-03T04:06:34.474Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-03-03T04:06:34.474Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-03T04:06:34.475Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-03T04:06:34.475Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T04:06:34.475Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T04:06:34.609Z | info: downloading installer |
| 31 | 2025-03-03T04:06:35.977Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T04:06:35.977Z | warning: /opt/ooce/bin |
| 33 | 2025-03-03T04:06:35.977Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T04:06:35.977Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-03-03T04:06:35.977Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T04:06:35.977Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T04:06:35.977Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T04:06:35.977Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T04:06:35.977Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T04:06:35.989Z | info: profile set to 'default' |
| 41 | 2025-03-03T04:06:35.989Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T04:06:35.995Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T04:06:36.303Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T04:06:36.303Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T04:06:37.043Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T04:06:37.423Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T04:06:38.550Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T04:06:40.184Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T04:06:45.824Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T04:06:46.030Z | info: installing component 'cargo' |
| 51 | 2025-03-03T04:06:46.903Z | info: installing component 'clippy' |
| 52 | 2025-03-03T04:06:47.309Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T04:06:49.113Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T04:06:51.108Z | info: installing component 'rustc' |
| 55 | 2025-03-03T04:06:57.257Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T04:06:57.596Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T04:06:57.596Z | |
| 58 | 2025-03-03T04:06:57.970Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T04:06:57.970Z | |
| 60 | 2025-03-03T04:06:57.973Z | |
| 61 | 2025-03-03T04:06:57.973Z | Rust is installed now. Great! |
| 62 | 2025-03-03T04:06:57.973Z | |
| 63 | 2025-03-03T04:06:57.973Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T04:06:57.973Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T04:06:57.973Z | |
| 66 | 2025-03-03T04:06:57.973Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T04:06:57.973Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T04:06:57.973Z | |
| 69 | 2025-03-03T04:06:57.973Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T04:06:57.973Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T04:06:57.973Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T04:06:58.050Z | + rustup --version |
| 73 | 2025-03-03T04:06:58.058Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-03-03T04:06:58.058Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-03-03T04:06:58.141Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-03-03T04:06:58.145Z | + cargo --version |
| 77 | 2025-03-03T04:06:58.205Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-03-03T04:06:58.207Z | + rustc --version |
| 79 | 2025-03-03T04:06:58.273Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-03-03T04:06:58.276Z | process exited: duration 23809 ms, exit code 0 |
| |
| 81 | 2025-03-03T04:06:58.282Z | starting task 2: "authentication" |
| 82 | 2025-03-03T04:06:58.300Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 83 | 2025-03-03T04:07:02.317Z | process exited: duration 4030 ms, exit code 0 |
| |
| 84 | 2025-03-03T04:07:02.323Z | starting task 3: "clone repository" |
| 85 | 2025-03-03T04:07:02.328Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-03T04:07:02.331Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-03T04:07:02.366Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-03T04:07:10.665Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-03T04:07:10.668Z | + git fetch origin c7c0b387d17e5c06358d26ab95c2965e77cdd21a |
| 90 | 2025-03-03T04:07:10.944Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-03T04:07:10.944Z | * branch c7c0b387d17e5c06358d26ab95c2965e77cdd21a -> FETCH_HEAD |
| 92 | 2025-03-03T04:07:10.955Z | + [[ -n '' ]] |
| 93 | 2025-03-03T04:07:10.955Z | + git reset --hard c7c0b387d17e5c06358d26ab95c2965e77cdd21a |
| 94 | 2025-03-03T04:07:11.148Z | HEAD is now at c7c0b387d Update Rust crate similar-asserts to 1.7.0 |
| 95 | 2025-03-03T04:07:11.156Z | process exited: duration 8825 ms, exit code 0 |
| |
| 96 | 2025-03-03T04:07:11.165Z | starting task 4: "build" |
| 97 | 2025-03-03T04:07:11.170Z | + source .github/buildomat/ci-env.sh |
| 98 | 2025-03-03T04:07:11.170Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2025-03-03T04:07:11.170Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2025-03-03T04:07:11.170Z | + cargo --version |
| 101 | 2025-03-03T04:07:11.222Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 102 | 2025-03-03T04:07:11.225Z | + rustc --version |
| 103 | 2025-03-03T04:07:11.290Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 104 | 2025-03-03T04:07:11.294Z | + source ./env.sh |
| 105 | 2025-03-03T04:07:11.297Z | ++ OLD_SHELL_OPTS=ehxB |
| 106 | 2025-03-03T04:07:11.297Z | ++ set -o xtrace |
| 107 | 2025-03-03T04:07:11.297Z | ++++ dirname ./env.sh |
| 108 | 2025-03-03T04:07:11.301Z | +++ readlink -f . |
| 109 | 2025-03-03T04:07:11.304Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 110 | 2025-03-03T04:07:11.304Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-03-03T04:07:11.304Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2025-03-03T04:07:11.304Z | ++ 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 |
| 113 | 2025-03-03T04:07:11.304Z | ++ 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 |
| 114 | 2025-03-03T04:07:11.304Z | ++ 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 |
| 115 | 2025-03-03T04:07:11.304Z | ++ 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 |
| 116 | 2025-03-03T04:07:11.304Z | ++ 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 |
| 117 | 2025-03-03T04:07:11.304Z | ++ 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 |
| 118 | 2025-03-03T04:07:11.304Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2025-03-03T04:07:11.304Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2025-03-03T04:07:11.304Z | + 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 |
| 121 | 2025-03-03T04:07:11.304Z | + 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 |
| 122 | 2025-03-03T04:07:11.305Z | + banner prerequisites |
| 123 | 2025-03-03T04:07:11.335Z | |
| 124 | 2025-03-03T04:07:11.336Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2025-03-03T04:07:11.336Z | # # # # # # # # # # # # # # # |
| 126 | 2025-03-03T04:07:11.336Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2025-03-03T04:07:11.336Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2025-03-03T04:07:11.336Z | # # # # # # # # # # # # # # # |
| 129 | 2025-03-03T04:07:11.336Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2025-03-03T04:07:11.336Z | |
| 131 | 2025-03-03T04:07:11.336Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2025-03-03T04:07:12.898Z | pkg list: illegal option -- F |
| 133 | 2025-03-03T04:07:12.898Z | Usage: |
| 134 | 2025-03-03T04:07:12.902Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 135 | 2025-03-03T04:07:12.902Z | [pkg_fmri_pattern ...] |
| 136 | 2025-03-03T04:07:13.780Z | pkg list: illegal option -- F |
| 137 | 2025-03-03T04:07:13.784Z | Usage: |
| 138 | 2025-03-03T04:07:13.784Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 139 | 2025-03-03T04:07:13.784Z | [pkg_fmri_pattern ...] |
| 140 | 2025-03-03T04:07:47.599Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 141 | 2025-03-03T04:07:52.015Z | Startup: Caching catalogs ... Done |
| 142 | 2025-03-03T04:08:05.830Z | Planning: Solver setup ... Done (12.852s) |
| 143 | 2025-03-03T04:08:05.987Z | Planning: Running solver ... Done (0.157s) |
| 144 | 2025-03-03T04:08:06.117Z | Planning: Finding local manifests ... Done (0.006s) |
| 145 | 2025-03-03T04:08:06.148Z | Planning: Fetching manifests: 0/7 0% complete |
| 146 | 2025-03-03T04:08:09.219Z | Planning: Fetching manifests: 7/7 100% complete |
| 147 | 2025-03-03T04:08:09.333Z | Planning: Package planning ... Done (0.114s) |
| 148 | 2025-03-03T04:08:09.392Z | Planning: Merging actions ... Done (0.058s) |
| 149 | 2025-03-03T04:08:09.592Z | Planning: Checking for conflicting actions ... Done (0.200s) |
| 150 | 2025-03-03T04:08:11.624Z | Planning: Consolidating action changes ... Done (2.029s) |
| 151 | 2025-03-03T04:08:12.056Z | Planning: Evaluating mediators ... Done (0.433s) |
| 152 | 2025-03-03T04:08:12.138Z | Planning: Planning completed in 20.02 seconds |
| 153 | 2025-03-03T04:08:12.154Z | Packages to install: 4 |
| 154 | 2025-03-03T04:08:12.154Z | Packages to update: 3 |
| 155 | 2025-03-03T04:08:12.157Z | Mediators to change: 2 |
| 156 | 2025-03-03T04:08:12.157Z | Services to change: 1 |
| 157 | 2025-03-03T04:08:12.157Z | Estimated space available: 155.60 GB |
| 158 | 2025-03-03T04:08:12.157Z | Estimated space to be consumed: 1.66 GB |
| 159 | 2025-03-03T04:08:12.157Z | Create boot environment: No |
| 160 | 2025-03-03T04:08:12.158Z | Create backup boot environment: Yes |
| 161 | 2025-03-03T04:08:12.158Z | Rebuild boot archive: No |
| 162 | 2025-03-03T04:08:12.158Z | |
| 163 | 2025-03-03T04:08:12.158Z | Changed mediators: |
| 164 | 2025-03-03T04:08:12.158Z | mediator clang: |
| 165 | 2025-03-03T04:08:12.158Z | version: None -> 15 (system default) |
| 166 | 2025-03-03T04:08:12.158Z | |
| 167 | 2025-03-03T04:08:12.158Z | mediator llvm: |
| 168 | 2025-03-03T04:08:12.158Z | version: 14 (system default) -> 15 (system default) |
| 169 | 2025-03-03T04:08:12.158Z | |
| 170 | 2025-03-03T04:08:12.158Z | Changed packages: |
| 171 | 2025-03-03T04:08:12.158Z | helios-dev |
| 172 | 2025-03-03T04:08:12.158Z | developer/build-essential |
| 173 | 2025-03-03T04:08:12.158Z | None -> 11-2.0 |
| 174 | 2025-03-03T04:08:12.158Z | library/libxmlsec1 |
| 175 | 2025-03-03T04:08:12.158Z | None -> 1.2.35-2.0 |
| 176 | 2025-03-03T04:08:12.158Z | ooce/developer/clang-15 |
| 177 | 2025-03-03T04:08:12.158Z | None -> 15.0.7-2.0 |
| 178 | 2025-03-03T04:08:12.158Z | ooce/developer/llvm-15 |
| 179 | 2025-03-03T04:08:12.158Z | None -> 15.0.7-2.0 |
| 180 | 2025-03-03T04:08:12.158Z | package/pkg |
| 181 | 2025-03-03T04:08:12.158Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 182 | 2025-03-03T04:08:12.158Z | system/library/g++-runtime |
| 183 | 2025-03-03T04:08:12.158Z | 13-2.0 -> 14-2.0 |
| 184 | 2025-03-03T04:08:12.158Z | system/library/gcc-runtime |
| 185 | 2025-03-03T04:08:12.158Z | 13-2.0 -> 14-2.0 |
| 186 | 2025-03-03T04:08:12.158Z | |
| 187 | 2025-03-03T04:08:12.158Z | Services: |
| 188 | 2025-03-03T04:08:12.158Z | restart_fmri: |
| 189 | 2025-03-03T04:08:12.158Z | svc:/system/update-man-index:default |
| 190 | 2025-03-03T04:08:12.158Z | |
| 191 | 2025-03-03T04:08:12.158Z | Editable files to change: |
| 192 | 2025-03-03T04:08:12.158Z | Update: |
| 193 | 2025-03-03T04:08:12.158Z | usr/share/lib/pkg/web/config.shtml |
| 194 | 2025-03-03T04:08:12.238Z | |
| 195 | 2025-03-03T04:08:12.238Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 196 | 2025-03-03T04:08:17.304Z | Download: 166/4301 items 0.5/225.4MB 0% complete (89.5k/s) |
| 197 | 2025-03-03T04:08:24.755Z | Download: 208/4301 items 1.3/225.4MB 0% complete (144k/s) |
| 198 | 2025-03-03T04:08:29.969Z | Download: 267/4301 items 1.6/225.4MB 0% complete (55.9k/s) |
| 199 | 2025-03-03T04:08:35.042Z | Download: 377/4301 items 16.6/225.4MB 7% complete (1.6M/s) |
| 200 | 2025-03-03T04:08:40.064Z | Download: 621/4301 items 17.7/225.4MB 7% complete (1.6M/s) |
| 201 | 2025-03-03T04:08:45.078Z | Download: 717/4301 items 18.2/225.4MB 8% complete (330k/s) |
| 202 | 2025-03-03T04:08:50.083Z | Download: 791/4301 items 18.6/225.4MB 8% complete (108k/s) |
| 203 | 2025-03-03T04:08:55.085Z | Download: 957/4301 items 19.1/225.4MB 8% complete (87.0k/s) |
| 204 | 2025-03-03T04:09:00.145Z | Download: 1109/4301 items 41.7/225.4MB 18% complete (2.2M/s) |
| 205 | 2025-03-03T04:09:06.659Z | Download: 1183/4301 items 82.9/225.4MB 36% complete (6.4M/s) |
| 206 | 2025-03-03T04:09:12.013Z | Download: 1192/4301 items 83.5/225.4MB 37% complete (5.8M/s) |
| 207 | 2025-03-03T04:09:26.790Z | Download: 1193/4301 items 83.5/225.4MB 37% complete |
| 208 | 2025-03-03T04:09:31.797Z | Download: 1362/4301 items 98.9/225.4MB 43% complete (3.2M/s) |
| 209 | 2025-03-03T04:09:36.952Z | Download: 1639/4301 items 117.8/225.4MB 52% complete (3.8M/s) |
| 210 | 2025-03-03T04:09:41.980Z | Download: 1763/4301 items 118.2/225.4MB 52% complete (2.6M/s) |
| 211 | 2025-03-03T04:09:47.027Z | Download: 1848/4301 items 118.5/225.4MB 52% complete (233k/s) |
| 212 | 2025-03-03T04:09:52.041Z | Download: 1999/4301 items 118.7/225.4MB 52% complete (52.8k/s) |
| 213 | 2025-03-03T04:09:57.042Z | Download: 2159/4301 items 119.0/225.4MB 52% complete (46.1k/s) |
| 214 | 2025-03-03T04:10:02.900Z | Download: 2214/4301 items 119.2/225.4MB 52% complete (56.9k/s) |
| 215 | 2025-03-03T04:10:08.153Z | Download: 2215/4301 items 119.2/225.4MB 52% complete (55.6k/s) |
| 216 | 2025-03-03T04:10:14.089Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (45.7k/s) |
| 217 | 2025-03-03T04:10:19.676Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (42.3k/s) |
| 218 | 2025-03-03T04:10:25.893Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (1.2k/s) |
| 219 | 2025-03-03T04:10:30.898Z | Download: 2840/4301 items 121.1/225.4MB 53% complete (232k/s) |
| 220 | 2025-03-03T04:10:35.899Z | Download: 3122/4301 items 150.6/225.4MB 66% complete (3.0M/s) |
| 221 | 2025-03-03T04:10:46.245Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.1M/s) |
| 222 | 2025-03-03T04:10:58.974Z | Download: 3283/4301 items 210.8/225.4MB 93% complete (882k/s) |
| 223 | 2025-03-03T04:11:04.065Z | Download: 3400/4301 items 213.1/225.4MB 94% complete (682k/s) |
| 224 | 2025-03-03T04:11:09.067Z | Download: 3637/4301 items 216.2/225.4MB 95% complete (542k/s) |
| 225 | 2025-03-03T04:11:14.073Z | Download: 3926/4301 items 217.9/225.4MB 96% complete (483k/s) |
| 226 | 2025-03-03T04:11:19.655Z | Download: 4204/4301 items 220.6/225.4MB 97% complete (470k/s) |
| 227 | 2025-03-03T04:11:36.926Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
| 228 | 2025-03-03T04:11:42.302Z | Download: 4282/4301 items 221.5/225.4MB 98% complete (78.0k/s) |
| 229 | 2025-03-03T04:11:49.180Z | Download: 4298/4301 items 225.2/225.4MB 99% complete (544k/s) |
| 230 | 2025-03-03T04:11:49.192Z | Download: Completed 225.42 MB in 216.91 seconds (1.0M/s) |
| 231 | 2025-03-03T04:11:51.308Z | Actions: 1/5122 actions (Removing old actions) |
| 232 | 2025-03-03T04:11:51.329Z | Actions: 194/5122 actions (Installing new actions) |
| 233 | 2025-03-03T04:11:56.085Z | Actions: 4267/5122 actions (Updating modified actions) |
| 234 | 2025-03-03T04:11:56.442Z | Actions: Completed 5122 actions in 5.13 seconds. |
| 235 | 2025-03-03T04:11:56.887Z | Done (0.436s) |
| 236 | 2025-03-03T04:11:56.890Z | Done (0.001s) |
| 237 | 2025-03-03T04:11:57.515Z | Done (0.626s) |
| 238 | 2025-03-03T04:12:02.019Z | Done (4.253s) |
| 239 | 2025-03-03T04:12:02.110Z | Done (0.018s) |
| 240 | 2025-03-03T04:12:02.113Z | Done (0.000s) |
| 241 | 2025-03-03T04:12:02.281Z | Done (0.000s) |
| 242 | 2025-03-03T04:12:03.046Z | Planning: Evaluating mediator changes ... Done |
| 243 | 2025-03-03T04:12:03.211Z | Planning: Checking for conflicting actions ... Done |
| 244 | 2025-03-03T04:12:03.213Z | Planning: Consolidating action changes ... Done |
| 245 | 2025-03-03T04:12:03.493Z | Planning: Evaluating mediators ... Done |
| 246 | 2025-03-03T04:12:03.496Z | Planning: Planning completed in 0.45 seconds |
| 247 | 2025-03-03T04:12:03.535Z | Mediators to change: 2 |
| 248 | 2025-03-03T04:12:03.535Z | Create boot environment: No |
| 249 | 2025-03-03T04:12:03.535Z | Create backup boot environment: No |
| 250 | 2025-03-03T04:12:03.620Z | Done |
| 251 | 2025-03-03T04:12:03.620Z | Done |
| 252 | 2025-03-03T04:12:04.053Z | Done |
| 253 | 2025-03-03T04:12:07.953Z | Done |
| 254 | 2025-03-03T04:12:08.045Z | Done |
| 255 | 2025-03-03T04:12:08.048Z | Done |
| 256 | 2025-03-03T04:12:08.171Z | Done |
| 257 | 2025-03-03T04:12:08.809Z | Planning: Evaluating mediator changes ... Done |
| 258 | 2025-03-03T04:12:08.812Z | Planning: Merging actions ... Done |
| 259 | 2025-03-03T04:12:09.002Z | Planning: Checking for conflicting actions ... Done |
| 260 | 2025-03-03T04:12:09.005Z | Planning: Consolidating action changes ... Done |
| 261 | 2025-03-03T04:12:09.273Z | Planning: Evaluating mediators ... Done |
| 262 | 2025-03-03T04:12:09.330Z | Planning: Planning completed in 0.77 seconds |
| 263 | 2025-03-03T04:12:09.372Z | Packages to change: 1 |
| 264 | 2025-03-03T04:12:09.372Z | Mediators to change: 1 |
| 265 | 2025-03-03T04:12:09.375Z | Services to change: 1 |
| 266 | 2025-03-03T04:12:09.375Z | Create boot environment: No |
| 267 | 2025-03-03T04:12:09.375Z | Create backup boot environment: Yes |
| 268 | 2025-03-03T04:12:11.740Z | Actions: 1/6 actions (Updating modified actions) |
| 269 | 2025-03-03T04:12:11.743Z | Actions: Completed 6 actions in 0.00 seconds. |
| 270 | 2025-03-03T04:12:11.743Z | Done |
| 271 | 2025-03-03T04:12:11.743Z | Done |
| 272 | 2025-03-03T04:12:11.871Z | Done |
| 273 | 2025-03-03T04:12:15.780Z | Done |
| 274 | 2025-03-03T04:12:15.880Z | Done |
| 275 | 2025-03-03T04:12:15.883Z | Done |
| 276 | 2025-03-03T04:12:16.033Z | Done |
| 277 | 2025-03-03T04:12:16.486Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 278 | 2025-03-03T04:12:16.486Z | clang system 15 system |
| 279 | 2025-03-03T04:12:16.486Z | csh system system illumos |
| 280 | 2025-03-03T04:12:16.486Z | ctags system system illumos |
| 281 | 2025-03-03T04:12:16.486Z | gcc vendor 12 vendor |
| 282 | 2025-03-03T04:12:16.486Z | gcc system 10 system |
| 283 | 2025-03-03T04:12:16.486Z | gcc system 7 system |
| 284 | 2025-03-03T04:12:16.486Z | go system 1.20 system |
| 285 | 2025-03-03T04:12:16.486Z | go system 1.19 system |
| 286 | 2025-03-03T04:12:16.486Z | llvm system 15 system |
| 287 | 2025-03-03T04:12:16.486Z | llvm system 14 system |
| 288 | 2025-03-03T04:12:16.486Z | mariadb system 10.6 system |
| 289 | 2025-03-03T04:12:16.486Z | mta vendor vendor dma |
| 290 | 2025-03-03T04:12:16.486Z | openjdk system 17 system |
| 291 | 2025-03-03T04:12:16.486Z | openjdk system 11 system |
| 292 | 2025-03-03T04:12:16.486Z | openjdk system 1.8 system |
| 293 | 2025-03-03T04:12:16.486Z | openssl vendor 3 vendor |
| 294 | 2025-03-03T04:12:16.486Z | perl system 5.36 system |
| 295 | 2025-03-03T04:12:16.486Z | postgresql system 15 system |
| 296 | 2025-03-03T04:12:16.486Z | postgresql system 13 system |
| 297 | 2025-03-03T04:12:16.486Z | python vendor 3 vendor |
| 298 | 2025-03-03T04:12:16.486Z | python system 2 system |
| 299 | 2025-03-03T04:12:16.486Z | python3 system 3.11 system |
| 300 | 2025-03-03T04:12:16.486Z | ruby system 3.0 system |
| 301 | 2025-03-03T04:12:16.486Z | words vendor vendor american-english |
| 302 | 2025-03-03T04:12:16.486Z | words system system australian-english |
| 303 | 2025-03-03T04:12:16.486Z | words system system british-english |
| 304 | 2025-03-03T04:12:16.486Z | words system system canadian-english |
| 305 | 2025-03-03T04:12:16.486Z | words system system french |
| 306 | 2025-03-03T04:12:16.486Z | words system system italian |
| 307 | 2025-03-03T04:12:16.487Z | words system system ngerman |
| 308 | 2025-03-03T04:12:16.487Z | words system system ogerman |
| 309 | 2025-03-03T04:12:16.487Z | words system system spanish |
| 310 | 2025-03-03T04:12:16.844Z | PUBLISHER TYPE STATUS P LOCATION |
| 311 | 2025-03-03T04:12:16.844Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 312 | 2025-03-03T04:12:19.989Z | FMRI IFO |
| 313 | 2025-03-03T04:12:19.989Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 314 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 315 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 316 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 317 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 318 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 319 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 320 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 321 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 322 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 323 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 324 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 325 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 326 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 327 | 2025-03-03T04:12:19.990Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 328 | 2025-03-03T04:12:20.825Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 329 | 2025-03-03T04:12:21.139Z | Updating crates.io index |
| 330 | 2025-03-03T04:12:21.142Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 331 | 2025-03-03T04:12:21.686Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 332 | 2025-03-03T04:12:21.924Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 333 | 2025-03-03T04:12:22.159Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 334 | 2025-03-03T04:12:22.440Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 335 | 2025-03-03T04:12:23.429Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 336 | 2025-03-03T04:12:25.132Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 337 | 2025-03-03T04:12:25.728Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 338 | 2025-03-03T04:12:26.458Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 339 | 2025-03-03T04:12:26.722Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 340 | 2025-03-03T04:12:26.983Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 341 | 2025-03-03T04:12:27.637Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 342 | 2025-03-03T04:12:28.151Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 343 | 2025-03-03T04:12:28.437Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 344 | 2025-03-03T04:12:28.864Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 345 | 2025-03-03T04:12:29.144Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 346 | 2025-03-03T04:12:29.393Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 347 | 2025-03-03T04:12:29.628Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 348 | 2025-03-03T04:12:29.873Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 349 | 2025-03-03T04:12:30.124Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 350 | 2025-03-03T04:12:30.559Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 351 | 2025-03-03T04:12:30.852Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 352 | 2025-03-03T04:12:31.167Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 353 | 2025-03-03T04:12:31.451Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 354 | 2025-03-03T04:12:31.812Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 355 | 2025-03-03T04:12:32.359Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 356 | 2025-03-03T04:12:32.632Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 357 | 2025-03-03T04:12:32.985Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 358 | 2025-03-03T04:12:33.389Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 359 | 2025-03-03T04:12:33.690Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 360 | 2025-03-03T04:12:33.948Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 361 | 2025-03-03T04:12:34.204Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 362 | 2025-03-03T04:12:35.470Z | Downloading crates ... |
| 363 | 2025-03-03T04:12:35.527Z | Downloaded anstream v0.6.15 |
| 364 | 2025-03-03T04:12:35.542Z | Downloaded bitflags v2.6.0 |
| 365 | 2025-03-03T04:12:35.556Z | Downloaded zerocopy-derive v0.7.35 |
| 366 | 2025-03-03T04:12:35.565Z | Downloaded generic-array v0.14.7 |
| 367 | 2025-03-03T04:12:35.571Z | Downloaded anstyle-parse v0.2.5 |
| 368 | 2025-03-03T04:12:35.575Z | Downloaded bitflags v1.3.2 |
| 369 | 2025-03-03T04:12:35.578Z | Downloaded heck v0.4.1 |
| 370 | 2025-03-03T04:12:35.581Z | Downloaded block-buffer v0.10.4 |
| 371 | 2025-03-03T04:12:35.584Z | Downloaded anstyle-query v1.1.1 |
| 372 | 2025-03-03T04:12:35.587Z | Downloaded zerocopy v0.7.35 |
| 373 | 2025-03-03T04:12:35.600Z | Downloaded winnow v0.7.3 |
| 374 | 2025-03-03T04:12:35.608Z | Downloaded anstyle v1.0.10 |
| 375 | 2025-03-03T04:12:35.611Z | Downloaded anyhow v1.0.96 |
| 376 | 2025-03-03T04:12:35.616Z | Downloaded autocfg v1.4.0 |
| 377 | 2025-03-03T04:12:35.661Z | Downloaded dtrace-parser v0.2.0 |
| 378 | 2025-03-03T04:12:35.668Z | Downloaded equivalent v1.0.1 |
| 379 | 2025-03-03T04:12:35.672Z | Downloaded colorchoice v1.0.2 |
| 380 | 2025-03-03T04:12:35.675Z | Downloaded swrite v0.1.0 |
| 381 | 2025-03-03T04:12:35.690Z | Downloaded scroll_derive v0.12.0 |
| 382 | 2025-03-03T04:12:35.695Z | Downloaded usdt-macro v0.5.0 |
| 383 | 2025-03-03T04:12:35.698Z | Downloaded usdt-attr-macro v0.5.0 |
| 384 | 2025-03-03T04:12:35.698Z | Downloaded pretty-hex v0.4.1 |
| 385 | 2025-03-03T04:12:35.698Z | Downloaded is_terminal_polyfill v1.70.1 |
| 386 | 2025-03-03T04:12:35.702Z | Downloaded utf8parse v0.2.2 |
| 387 | 2025-03-03T04:12:35.705Z | Downloaded unicode-linebreak v0.1.5 |
| 388 | 2025-03-03T04:12:35.705Z | Downloaded fastrand v2.1.1 |
| 389 | 2025-03-03T04:12:35.705Z | Downloaded errno v0.3.9 |
| 390 | 2025-03-03T04:12:35.708Z | Downloaded dof v0.3.0 |
| 391 | 2025-03-03T04:12:35.708Z | Downloaded digest v0.10.7 |
| 392 | 2025-03-03T04:12:35.713Z | Downloaded version_check v0.9.5 |
| 393 | 2025-03-03T04:12:35.713Z | Downloaded thiserror-impl v1.0.69 |
| 394 | 2025-03-03T04:12:35.713Z | Downloaded bytecount v0.6.8 |
| 395 | 2025-03-03T04:12:35.717Z | Downloaded macaddr v1.0.1 |
| 396 | 2025-03-03T04:12:35.717Z | Downloaded cpufeatures v0.2.14 |
| 397 | 2025-03-03T04:12:35.717Z | Downloaded thiserror v1.0.69 |
| 398 | 2025-03-03T04:12:35.721Z | Downloaded toml_datetime v0.6.8 |
| 399 | 2025-03-03T04:12:35.724Z | Downloaded thiserror-impl v2.0.11 |
| 400 | 2025-03-03T04:12:35.724Z | Downloaded serde_tokenstream v0.2.2 |
| 401 | 2025-03-03T04:12:35.726Z | Downloaded serde_spanned v0.6.8 |
| 402 | 2025-03-03T04:12:35.727Z | Downloaded itoa v1.0.11 |
| 403 | 2025-03-03T04:12:35.730Z | Downloaded heck v0.5.0 |
| 404 | 2025-03-03T04:12:35.730Z | Downloaded terminal_size v0.4.0 |
| 405 | 2025-03-03T04:12:35.730Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2025-03-03T04:12:35.733Z | Downloaded proc-macro-error-attr v1.0.4 |
| 407 | 2025-03-03T04:12:35.733Z | Downloaded fs-err v2.11.0 |
| 408 | 2025-03-03T04:12:35.736Z | Downloaded plain v0.2.3 |
| 409 | 2025-03-03T04:12:35.736Z | Downloaded byteorder v1.5.0 |
| 410 | 2025-03-03T04:12:35.736Z | Downloaded clap_lex v0.7.4 |
| 411 | 2025-03-03T04:12:35.739Z | Downloaded smawk v0.3.2 |
| 412 | 2025-03-03T04:12:35.739Z | Downloaded usdt v0.5.0 |
| 413 | 2025-03-03T04:12:35.743Z | Downloaded terminal_size v0.2.6 |
| 414 | 2025-03-03T04:12:35.743Z | Downloaded strsim v0.11.1 |
| 415 | 2025-03-03T04:12:35.743Z | Downloaded fnv v1.0.7 |
| 416 | 2025-03-03T04:12:35.747Z | Downloaded cfg-if v1.0.0 |
| 417 | 2025-03-03T04:12:35.747Z | Downloaded io-lifetimes v1.0.11 |
| 418 | 2025-03-03T04:12:35.747Z | Downloaded thread-id v4.2.2 |
| 419 | 2025-03-03T04:12:35.750Z | Downloaded sha2 v0.10.8 |
| 420 | 2025-03-03T04:12:35.750Z | Downloaded tempfile v3.13.0 |
| 421 | 2025-03-03T04:12:35.754Z | Downloaded thiserror v2.0.11 |
| 422 | 2025-03-03T04:12:35.760Z | Downloaded clap_derive v4.5.28 |
| 423 | 2025-03-03T04:12:35.764Z | Downloaded scroll v0.12.0 |
| 424 | 2025-03-03T04:12:35.764Z | Downloaded cargo_metadata v0.19.1 |
| 425 | 2025-03-03T04:12:35.764Z | Downloaded cargo-platform v0.1.8 |
| 426 | 2025-03-03T04:12:35.770Z | Downloaded camino-tempfile v1.1.1 |
| 427 | 2025-03-03T04:12:35.770Z | Downloaded quote v1.0.38 |
| 428 | 2025-03-03T04:12:35.773Z | Downloaded usdt-impl v0.5.0 |
| 429 | 2025-03-03T04:12:35.773Z | Downloaded cargo_toml v0.21.0 |
| 430 | 2025-03-03T04:12:35.773Z | Downloaded proc-macro-error v1.0.4 |
| 431 | 2025-03-03T04:12:35.776Z | Downloaded once_cell v1.20.3 |
| 432 | 2025-03-03T04:12:35.776Z | Downloaded memmap v0.7.0 |
| 433 | 2025-03-03T04:12:35.780Z | Downloaded pest_generator v2.7.14 |
| 434 | 2025-03-03T04:12:35.780Z | Downloaded semver v1.0.25 |
| 435 | 2025-03-03T04:12:35.783Z | Downloaded toml v0.8.20 |
| 436 | 2025-03-03T04:12:35.786Z | Downloaded textwrap v0.16.1 |
| 437 | 2025-03-03T04:12:35.786Z | Downloaded ryu v1.0.18 |
| 438 | 2025-03-03T04:12:35.789Z | Downloaded proc-macro2 v1.0.93 |
| 439 | 2025-03-03T04:12:35.792Z | Downloaded pest_meta v2.7.14 |
| 440 | 2025-03-03T04:12:35.795Z | Downloaded ucd-trie v0.1.7 |
| 441 | 2025-03-03T04:12:35.795Z | Downloaded log v0.4.22 |
| 442 | 2025-03-03T04:12:35.798Z | Downloaded typenum v1.17.0 |
| 443 | 2025-03-03T04:12:35.801Z | Downloaded clap v4.5.31 |
| 444 | 2025-03-03T04:12:35.807Z | Downloaded unicode-ident v1.0.14 |
| 445 | 2025-03-03T04:12:35.811Z | Downloaded serde_derive v1.0.218 |
| 446 | 2025-03-03T04:12:35.814Z | Downloaded papergrid v0.11.0 |
| 447 | 2025-03-03T04:12:35.817Z | Downloaded pest_derive v2.7.14 |
| 448 | 2025-03-03T04:12:35.821Z | Downloaded crypto-common v0.1.6 |
| 449 | 2025-03-03T04:12:35.824Z | Downloaded indexmap v2.7.1 |
| 450 | 2025-03-03T04:12:35.827Z | Downloaded serde v1.0.218 |
| 451 | 2025-03-03T04:12:35.831Z | Downloaded goblin v0.8.2 |
| 452 | 2025-03-03T04:12:35.834Z | Downloaded camino v1.1.9 |
| 453 | 2025-03-03T04:12:35.838Z | Downloaded memchr v2.7.4 |
| 454 | 2025-03-03T04:12:35.841Z | Downloaded toml_edit v0.22.24 |
| 455 | 2025-03-03T04:12:35.864Z | Downloaded pest v2.7.14 |
| 456 | 2025-03-03T04:12:35.869Z | Downloaded hashbrown v0.15.1 |
| 457 | 2025-03-03T04:12:35.882Z | Downloaded serde_json v1.0.139 |
| 458 | 2025-03-03T04:12:35.889Z | Downloaded clap_builder v4.5.31 |
| 459 | 2025-03-03T04:12:35.896Z | Downloaded tabled v0.15.0 |
| 460 | 2025-03-03T04:12:35.915Z | Downloaded syn v1.0.109 |
| 461 | 2025-03-03T04:12:35.935Z | Downloaded unicode-width v0.1.14 |
| 462 | 2025-03-03T04:12:35.941Z | Downloaded syn v2.0.98 |
| 463 | 2025-03-03T04:12:35.954Z | Downloaded rustix v0.37.28 |
| 464 | 2025-03-03T04:12:35.971Z | Downloaded rustix v0.38.37 |
| 465 | 2025-03-03T04:12:36.015Z | Downloaded libc v0.2.170 |
| 466 | 2025-03-03T04:12:36.313Z | Compiling proc-macro2 v1.0.93 |
| 467 | 2025-03-03T04:12:36.313Z | Compiling unicode-ident v1.0.14 |
| 468 | 2025-03-03T04:12:36.316Z | Compiling serde v1.0.218 |
| 469 | 2025-03-03T04:12:36.316Z | Compiling libc v0.2.170 |
| 470 | 2025-03-03T04:12:36.316Z | Compiling version_check v0.9.5 |
| 471 | 2025-03-03T04:12:36.316Z | Compiling memchr v2.7.4 |
| 472 | 2025-03-03T04:12:36.350Z | Compiling thiserror v1.0.69 |
| 473 | 2025-03-03T04:12:36.368Z | Compiling itoa v1.0.11 |
| 474 | 2025-03-03T04:12:36.609Z | Compiling ucd-trie v0.1.7 |
| 475 | 2025-03-03T04:12:36.798Z | Compiling ryu v1.0.18 |
| 476 | 2025-03-03T04:12:37.201Z | Compiling once_cell v1.20.3 |
| 477 | 2025-03-03T04:12:37.224Z | Compiling byteorder v1.5.0 |
| 478 | 2025-03-03T04:12:37.425Z | Compiling serde_json v1.0.139 |
| 479 | 2025-03-03T04:12:37.593Z | Compiling rustix v0.38.37 |
| 480 | 2025-03-03T04:12:37.654Z | Compiling bitflags v2.6.0 |
| 481 | 2025-03-03T04:12:37.816Z | Compiling usdt-impl v0.5.0 |
| 482 | 2025-03-03T04:12:38.028Z | Compiling proc-macro-error-attr v1.0.4 |
| 483 | 2025-03-03T04:12:38.075Z | Compiling syn v1.0.109 |
| 484 | 2025-03-03T04:12:38.155Z | Compiling io-lifetimes v1.0.11 |
| 485 | 2025-03-03T04:12:38.226Z | Compiling quote v1.0.38 |
| 486 | 2025-03-03T04:12:38.352Z | Compiling errno v0.3.9 |
| 487 | 2025-03-03T04:12:38.582Z | Compiling proc-macro-error v1.0.4 |
| 488 | 2025-03-03T04:12:38.612Z | Compiling syn v2.0.98 |
| 489 | 2025-03-03T04:12:38.693Z | Compiling thread-id v4.2.2 |
| 490 | 2025-03-03T04:12:38.739Z | Compiling camino v1.1.9 |
| 491 | 2025-03-03T04:12:38.813Z | Compiling rustix v0.37.28 |
| 492 | 2025-03-03T04:12:38.853Z | Compiling plain v0.2.3 |
| 493 | 2025-03-03T04:12:38.878Z | Compiling utf8parse v0.2.2 |
| 494 | 2025-03-03T04:12:38.881Z | Compiling hashbrown v0.15.1 |
| 495 | 2025-03-03T04:12:39.014Z | Compiling log v0.4.22 |
| 496 | 2025-03-03T04:12:39.054Z | Compiling equivalent v1.0.1 |
| 497 | 2025-03-03T04:12:39.187Z | Compiling anstyle-parse v0.2.5 |
| 498 | 2025-03-03T04:12:39.533Z | Compiling autocfg v1.4.0 |
| 499 | 2025-03-03T04:12:39.736Z | Compiling bitflags v1.3.2 |
| 500 | 2025-03-03T04:12:39.853Z | Compiling pretty-hex v0.4.1 |
| 501 | 2025-03-03T04:12:39.879Z | Compiling anstyle-query v1.1.1 |
| 502 | 2025-03-03T04:12:40.021Z | Compiling indexmap v2.7.1 |
| 503 | 2025-03-03T04:12:40.048Z | Compiling colorchoice v1.0.2 |
| 504 | 2025-03-03T04:12:40.093Z | Compiling anstyle v1.0.10 |
| 505 | 2025-03-03T04:12:40.203Z | Compiling unicode-width v0.1.14 |
| 506 | 2025-03-03T04:12:40.232Z | Compiling winnow v0.7.3 |
| 507 | 2025-03-03T04:12:40.507Z | Compiling semver v1.0.25 |
| 508 | 2025-03-03T04:12:40.538Z | Compiling thiserror v2.0.11 |
| 509 | 2025-03-03T04:12:40.765Z | Compiling is_terminal_polyfill v1.70.1 |
| 510 | 2025-03-03T04:12:40.921Z | Compiling anstream v0.6.15 |
| 511 | 2025-03-03T04:12:41.069Z | Compiling fs-err v2.11.0 |
| 512 | 2025-03-03T04:12:41.183Z | Compiling terminal_size v0.4.0 |
| 513 | 2025-03-03T04:12:41.492Z | Compiling clap_lex v0.7.4 |
| 514 | 2025-03-03T04:12:41.535Z | Compiling fnv v1.0.7 |
| 515 | 2025-03-03T04:12:41.560Z | Compiling bytecount v0.6.8 |
| 516 | 2025-03-03T04:12:41.693Z | Compiling anyhow v1.0.96 |
| 517 | 2025-03-03T04:12:41.790Z | Compiling fastrand v2.1.1 |
| 518 | 2025-03-03T04:12:41.936Z | Compiling strsim v0.11.1 |
| 519 | 2025-03-03T04:12:42.019Z | Compiling heck v0.5.0 |
| 520 | 2025-03-03T04:12:42.316Z | Compiling heck v0.4.1 |
| 521 | 2025-03-03T04:12:42.509Z | Compiling cfg-if v1.0.0 |
| 522 | 2025-03-03T04:12:42.628Z | Compiling tempfile v3.13.0 |
| 523 | 2025-03-03T04:12:42.653Z | Compiling terminal_size v0.2.6 |
| 524 | 2025-03-03T04:12:42.749Z | Compiling clap_builder v4.5.31 |
| 525 | 2025-03-03T04:12:42.857Z | Compiling papergrid v0.11.0 |
| 526 | 2025-03-03T04:12:43.109Z | Compiling memmap v0.7.0 |
| 527 | 2025-03-03T04:12:43.135Z | Compiling unicode-linebreak v0.1.5 |
| 528 | 2025-03-03T04:12:43.361Z | Compiling smawk v0.3.2 |
| 529 | 2025-03-03T04:12:43.605Z | Compiling textwrap v0.16.1 |
| 530 | 2025-03-03T04:12:43.824Z | Compiling swrite v0.1.0 |
| 531 | 2025-03-03T04:12:44.320Z | Compiling tabled_derive v0.7.0 |
| 532 | 2025-03-03T04:12:45.842Z | Compiling tabled v0.15.0 |
| 533 | 2025-03-03T04:12:45.938Z | Compiling serde_derive v1.0.218 |
| 534 | 2025-03-03T04:12:45.942Z | Compiling thiserror-impl v1.0.69 |
| 535 | 2025-03-03T04:12:45.942Z | Compiling zerocopy-derive v0.7.35 |
| 536 | 2025-03-03T04:12:45.943Z | Compiling scroll_derive v0.12.0 |
| 537 | 2025-03-03T04:12:45.943Z | Compiling thiserror-impl v2.0.11 |
| 538 | 2025-03-03T04:12:45.943Z | Compiling clap_derive v4.5.28 |
| 539 | 2025-03-03T04:12:47.483Z | Compiling scroll v0.12.0 |
| 540 | 2025-03-03T04:12:47.978Z | Compiling zerocopy v0.7.35 |
| 541 | 2025-03-03T04:12:48.001Z | Compiling goblin v0.8.2 |
| 542 | 2025-03-03T04:12:49.212Z | Compiling pest v2.7.14 |
| 543 | 2025-03-03T04:12:50.374Z | Compiling clap v4.5.31 |
| 544 | 2025-03-03T04:12:51.437Z | Compiling pest_meta v2.7.14 |
| 545 | 2025-03-03T04:12:52.375Z | Compiling pest_generator v2.7.14 |
| 546 | 2025-03-03T04:12:53.808Z | Compiling pest_derive v2.7.14 |
| 547 | 2025-03-03T04:12:54.407Z | Compiling dtrace-parser v0.2.0 |
| 548 | 2025-03-03T04:12:55.251Z | Compiling toml_datetime v0.6.8 |
| 549 | 2025-03-03T04:12:55.251Z | Compiling serde_spanned v0.6.8 |
| 550 | 2025-03-03T04:12:55.269Z | Compiling cargo-platform v0.1.8 |
| 551 | 2025-03-03T04:12:55.593Z | Compiling serde_tokenstream v0.2.2 |
| 552 | 2025-03-03T04:12:55.674Z | Compiling macaddr v1.0.1 |
| 553 | 2025-03-03T04:12:55.783Z | Compiling toml_edit v0.22.24 |
| 554 | 2025-03-03T04:12:55.895Z | Compiling camino-tempfile v1.1.1 |
| 555 | 2025-03-03T04:12:56.734Z | Compiling dof v0.3.0 |
| 556 | 2025-03-03T04:12:56.734Z | Compiling cargo_metadata v0.19.1 |
| 557 | 2025-03-03T04:12:58.388Z | Compiling usdt-attr-macro v0.5.0 |
| 558 | 2025-03-03T04:12:58.388Z | Compiling usdt-macro v0.5.0 |
| 559 | 2025-03-03T04:12:58.571Z | Compiling toml v0.8.20 |
| 560 | 2025-03-03T04:12:59.544Z | Compiling cargo_toml v0.21.0 |
| 561 | 2025-03-03T04:12:59.632Z | Compiling usdt v0.5.0 |
| 562 | 2025-03-03T04:13:02.196Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 563 | 2025-03-03T04:13:05.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.88s |
| 564 | 2025-03-03T04:13:05.746Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 565 | 2025-03-03T04:13:06.343Z | Downloading crates ... |
| 566 | 2025-03-03T04:13:06.465Z | Downloaded async-stream-impl v0.3.6 |
| 567 | 2025-03-03T04:13:06.488Z | Downloaded atty v0.2.14 |
| 568 | 2025-03-03T04:13:06.496Z | Downloaded atomicwrites v0.4.4 |
| 569 | 2025-03-03T04:13:06.500Z | Downloaded instant v0.1.13 |
| 570 | 2025-03-03T04:13:06.506Z | Downloaded hubpack_derive v0.1.1 |
| 571 | 2025-03-03T04:13:06.506Z | Downloaded cfg_aliases v0.2.1 |
| 572 | 2025-03-03T04:13:06.506Z | Downloaded crunchy v0.2.2 |
| 573 | 2025-03-03T04:13:06.510Z | Downloaded internet-checksum v0.2.1 |
| 574 | 2025-03-03T04:13:06.514Z | Downloaded http-body v1.0.1 |
| 575 | 2025-03-03T04:13:06.514Z | Downloaded ciborium-io v0.2.2 |
| 576 | 2025-03-03T04:13:06.518Z | Downloaded match_cfg v0.1.0 |
| 577 | 2025-03-03T04:13:06.522Z | Downloaded is_ci v1.2.0 |
| 578 | 2025-03-03T04:13:06.522Z | Downloaded ident_case v1.0.1 |
| 579 | 2025-03-03T04:13:06.522Z | Downloaded atomic-waker v1.1.2 |
| 580 | 2025-03-03T04:13:06.545Z | Downloaded home v0.5.9 |
| 581 | 2025-03-03T04:13:06.546Z | Downloaded ctr v0.9.2 |
| 582 | 2025-03-03T04:13:06.546Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 583 | 2025-03-03T04:13:06.546Z | Downloaded md-5 v0.10.6 |
| 584 | 2025-03-03T04:13:06.546Z | Downloaded indoc v2.0.5 |
| 585 | 2025-03-03T04:13:06.546Z | Downloaded cstr-argument v0.1.2 |
| 586 | 2025-03-03T04:13:06.546Z | Downloaded crucible-workspace-hack v0.1.0 |
| 587 | 2025-03-03T04:13:06.546Z | Downloaded ascii-canvas v3.0.0 |
| 588 | 2025-03-03T04:13:06.546Z | Downloaded is-terminal v0.4.13 |
| 589 | 2025-03-03T04:13:06.549Z | Downloaded array-init v0.0.4 |
| 590 | 2025-03-03T04:13:06.549Z | Downloaded async-stream v0.3.6 |
| 591 | 2025-03-03T04:13:06.549Z | Downloaded async-recursion v1.1.1 |
| 592 | 2025-03-03T04:13:06.550Z | Downloaded icu_provider_macros v1.5.0 |
| 593 | 2025-03-03T04:13:06.550Z | Downloaded maplit v1.0.2 |
| 594 | 2025-03-03T04:13:06.550Z | Downloaded buf-list v1.0.3 |
| 595 | 2025-03-03T04:13:06.554Z | Downloaded linked-hash-map v0.5.6 |
| 596 | 2025-03-03T04:13:06.554Z | Downloaded indoc v1.0.9 |
| 597 | 2025-03-03T04:13:06.557Z | Downloaded mime v0.3.17 |
| 598 | 2025-03-03T04:13:06.557Z | Downloaded crc v3.2.1 |
| 599 | 2025-03-03T04:13:06.561Z | Downloaded multimap v0.10.0 |
| 600 | 2025-03-03T04:13:06.564Z | Downloaded hex v0.4.3 |
| 601 | 2025-03-03T04:13:06.564Z | Downloaded convert_case v0.4.0 |
| 602 | 2025-03-03T04:13:06.564Z | Downloaded bit-vec v0.8.0 |
| 603 | 2025-03-03T04:13:06.570Z | Downloaded instability v0.3.2 |
| 604 | 2025-03-03T04:13:06.570Z | Downloaded cfg_aliases v0.1.1 |
| 605 | 2025-03-03T04:13:06.574Z | Downloaded lockfree-object-pool v0.1.6 |
| 606 | 2025-03-03T04:13:06.575Z | Downloaded hubpack v0.1.2 |
| 607 | 2025-03-03T04:13:06.575Z | Downloaded linear-map v1.2.0 |
| 608 | 2025-03-03T04:13:06.578Z | Downloaded ciborium-ll v0.2.2 |
| 609 | 2025-03-03T04:13:06.578Z | Downloaded bb8 v0.8.5 |
| 610 | 2025-03-03T04:13:06.578Z | Downloaded md5 v0.7.0 |
| 611 | 2025-03-03T04:13:06.578Z | Downloaded lru-cache v0.1.2 |
| 612 | 2025-03-03T04:13:06.581Z | Downloaded cobs v0.2.3 |
| 613 | 2025-03-03T04:13:06.581Z | Downloaded const_format_proc_macros v0.2.34 |
| 614 | 2025-03-03T04:13:06.584Z | Downloaded icu_locid_transform v1.5.0 |
| 615 | 2025-03-03T04:13:06.588Z | Downloaded managed v0.8.0 |
| 616 | 2025-03-03T04:13:06.588Z | Downloaded libsw-core v0.3.1 |
| 617 | 2025-03-03T04:13:06.591Z | Downloaded mockall v0.13.1 |
| 618 | 2025-03-03T04:13:06.591Z | Downloaded psl-types v2.0.11 |
| 619 | 2025-03-03T04:13:06.594Z | Downloaded crc-catalog v2.4.0 |
| 620 | 2025-03-03T04:13:06.594Z | Downloaded cmake v0.1.51 |
| 621 | 2025-03-03T04:13:06.597Z | Downloaded bit-set v0.8.0 |
| 622 | 2025-03-03T04:13:06.597Z | Downloaded mime_guess v2.0.5 |
| 623 | 2025-03-03T04:13:06.601Z | Downloaded iana-time-zone v0.1.61 |
| 624 | 2025-03-03T04:13:06.604Z | Downloaded indent_write v2.2.0 |
| 625 | 2025-03-03T04:13:06.604Z | Downloaded arrayvec v0.7.6 |
| 626 | 2025-03-03T04:13:06.608Z | Downloaded russh-cryptovec v0.7.3 |
| 627 | 2025-03-03T04:13:06.608Z | Downloaded memoffset v0.9.1 |
| 628 | 2025-03-03T04:13:06.612Z | Downloaded indexmap v1.9.3 |
| 629 | 2025-03-03T04:13:06.612Z | Downloaded crossbeam-deque v0.8.5 |
| 630 | 2025-03-03T04:13:06.614Z | Downloaded hex-literal v0.4.1 |
| 631 | 2025-03-03T04:13:06.614Z | Downloaded argon2 v0.5.3 |
| 632 | 2025-03-03T04:13:06.617Z | Downloaded chrono-tz-build v0.4.0 |
| 633 | 2025-03-03T04:13:06.618Z | Downloaded hickory-server v0.24.4 |
| 634 | 2025-03-03T04:13:06.624Z | Downloaded ipnetwork v0.21.1 |
| 635 | 2025-03-03T04:13:06.628Z | Downloaded humantime v2.1.0 |
| 636 | 2025-03-03T04:13:06.632Z | Downloaded csv-core v0.1.11 |
| 637 | 2025-03-03T04:13:06.632Z | Downloaded lock_api v0.4.12 |
| 638 | 2025-03-03T04:13:06.632Z | Downloaded lazycell v1.3.0 |
| 639 | 2025-03-03T04:13:06.639Z | Downloaded ipnet v2.11.0 |
| 640 | 2025-03-03T04:13:06.639Z | Downloaded lru v0.12.5 |
| 641 | 2025-03-03T04:13:06.639Z | Downloaded highway v1.3.0 |
| 642 | 2025-03-03T04:13:06.642Z | Downloaded httparse v1.9.5 |
| 643 | 2025-03-03T04:13:06.642Z | Downloaded termtree v0.4.1 |
| 644 | 2025-03-03T04:13:06.642Z | Downloaded bzip2 v0.4.4 |
| 645 | 2025-03-03T04:13:06.647Z | Downloaded ref-cast-impl v1.0.23 |
| 646 | 2025-03-03T04:13:06.647Z | Downloaded ciborium v0.2.2 |
| 647 | 2025-03-03T04:13:06.655Z | Downloaded keccak v0.1.5 |
| 648 | 2025-03-03T04:13:06.655Z | Downloaded ahash v0.8.11 |
| 649 | 2025-03-03T04:13:06.660Z | Downloaded time-core v0.1.2 |
| 650 | 2025-03-03T04:13:06.661Z | Downloaded signal-hook-tokio v0.3.1 |
| 651 | 2025-03-03T04:13:06.661Z | Downloaded cassowary v0.3.0 |
| 652 | 2025-03-03T04:13:06.661Z | Downloaded litemap v0.7.3 |
| 653 | 2025-03-03T04:13:06.661Z | Downloaded cargo_metadata v0.18.1 |
| 654 | 2025-03-03T04:13:06.665Z | Downloaded cancel-safe-futures v0.1.5 |
| 655 | 2025-03-03T04:13:06.665Z | Downloaded block-padding v0.3.3 |
| 656 | 2025-03-03T04:13:06.665Z | Downloaded take_mut v0.2.2 |
| 657 | 2025-03-03T04:13:06.674Z | Downloaded sqlparser_derive v0.2.2 |
| 658 | 2025-03-03T04:13:06.674Z | Downloaded kstat-rs v0.2.4 |
| 659 | 2025-03-03T04:13:06.674Z | Downloaded yoke-derive v0.7.4 |
| 660 | 2025-03-03T04:13:06.674Z | Downloaded serde_plain v1.0.2 |
| 661 | 2025-03-03T04:13:06.679Z | Downloaded hickory-client v0.24.4 |
| 662 | 2025-03-03T04:13:06.679Z | Downloaded downcast v0.11.0 |
| 663 | 2025-03-03T04:13:06.679Z | Downloaded semver v0.1.20 |
| 664 | 2025-03-03T04:13:06.679Z | Downloaded rand_core v0.6.4 |
| 665 | 2025-03-03T04:13:06.679Z | Downloaded jobserver v0.1.32 |
| 666 | 2025-03-03T04:13:06.683Z | Downloaded console v0.15.10 |
| 667 | 2025-03-03T04:13:06.689Z | Downloaded foreign-types-shared v0.1.1 |
| 668 | 2025-03-03T04:13:06.689Z | Downloaded clang-sys v1.8.1 |
| 669 | 2025-03-03T04:13:06.695Z | Downloaded crc32fast v1.4.2 |
| 670 | 2025-03-03T04:13:06.695Z | Downloaded structmeta-derive v0.3.0 |
| 671 | 2025-03-03T04:13:06.695Z | Downloaded strip-ansi-escapes v0.2.0 |
| 672 | 2025-03-03T04:13:06.695Z | Downloaded scopeguard v1.2.0 |
| 673 | 2025-03-03T04:13:06.699Z | Downloaded lazy_static v1.5.0 |
| 674 | 2025-03-03T04:13:06.699Z | Downloaded cookie v0.18.1 |
| 675 | 2025-03-03T04:13:06.699Z | Downloaded indicatif v0.17.11 |
| 676 | 2025-03-03T04:13:06.708Z | Downloaded hmac v0.12.1 |
| 677 | 2025-03-03T04:13:06.713Z | Downloaded rtoolbox v0.0.2 |
| 678 | 2025-03-03T04:13:06.713Z | Downloaded litrs v0.4.1 |
| 679 | 2025-03-03T04:13:06.714Z | Downloaded miniz_oxide v0.8.5 |
| 680 | 2025-03-03T04:13:06.714Z | Downloaded blowfish v0.9.1 |
| 681 | 2025-03-03T04:13:06.721Z | Downloaded path-slash v0.1.5 |
| 682 | 2025-03-03T04:13:06.721Z | Downloaded signal-hook-registry v1.4.2 |
| 683 | 2025-03-03T04:13:06.721Z | Downloaded thread_local v1.1.8 |
| 684 | 2025-03-03T04:13:06.721Z | Downloaded libsw v3.4.0 |
| 685 | 2025-03-03T04:13:06.727Z | Downloaded mockall_derive v0.13.1 |
| 686 | 2025-03-03T04:13:06.728Z | Downloaded progenitor-client v0.9.1 |
| 687 | 2025-03-03T04:13:06.728Z | Downloaded slog-stdlog v4.1.1 |
| 688 | 2025-03-03T04:13:06.728Z | Downloaded openssl-macros v0.1.1 |
| 689 | 2025-03-03T04:13:06.728Z | Downloaded structmeta v0.3.0 |
| 690 | 2025-03-03T04:13:06.728Z | Downloaded slog-scope v4.4.0 |
| 691 | 2025-03-03T04:13:06.733Z | Downloaded document-features v0.2.10 |
| 692 | 2025-03-03T04:13:06.733Z | Downloaded defmt-macros v0.3.9 |
| 693 | 2025-03-03T04:13:06.733Z | Downloaded peg-runtime v0.8.3 |
| 694 | 2025-03-03T04:13:06.737Z | Downloaded arc-swap v1.7.1 |
| 695 | 2025-03-03T04:13:06.737Z | Downloaded openssl-probe v0.1.5 |
| 696 | 2025-03-03T04:13:06.737Z | Downloaded proc-macro-error2 v2.0.1 |
| 697 | 2025-03-03T04:13:06.742Z | Downloaded progenitor-client v0.8.0 |
| 698 | 2025-03-03T04:13:06.746Z | Downloaded zerovec-derive v0.10.3 |
| 699 | 2025-03-03T04:13:06.746Z | Downloaded allocator-api2 v0.2.18 |
| 700 | 2025-03-03T04:13:06.750Z | Downloaded group v0.13.0 |
| 701 | 2025-03-03T04:13:06.750Z | Downloaded glob v0.3.2 |
| 702 | 2025-03-03T04:13:06.755Z | Downloaded const-oid v0.9.6 |
| 703 | 2025-03-03T04:13:06.755Z | Downloaded compact_str v0.8.0 |
| 704 | 2025-03-03T04:13:06.759Z | Downloaded icu_collections v1.5.0 |
| 705 | 2025-03-03T04:13:06.765Z | Downloaded num-derive v0.4.2 |
| 706 | 2025-03-03T04:13:06.771Z | Downloaded crc-any v2.5.0 |
| 707 | 2025-03-03T04:13:06.771Z | Downloaded fallible-iterator v0.2.0 |
| 708 | 2025-03-03T04:13:06.771Z | Downloaded tower-service v0.3.3 |
| 709 | 2025-03-03T04:13:06.776Z | Downloaded zeroize_derive v1.4.2 |
| 710 | 2025-03-03T04:13:06.776Z | Downloaded untrusted v0.9.0 |
| 711 | 2025-03-03T04:13:06.776Z | Downloaded tower-layer v0.3.3 |
| 712 | 2025-03-03T04:13:06.776Z | Downloaded defmt-parser v0.3.4 |
| 713 | 2025-03-03T04:13:06.776Z | Downloaded chacha20poly1305 v0.10.1 |
| 714 | 2025-03-03T04:13:06.785Z | Downloaded progenitor-macro v0.8.0 |
| 715 | 2025-03-03T04:13:06.785Z | Downloaded fd-lock v4.0.2 |
| 716 | 2025-03-03T04:13:06.785Z | Downloaded icu_normalizer_data v1.5.0 |
| 717 | 2025-03-03T04:13:06.793Z | Downloaded ron v0.7.1 |
| 718 | 2025-03-03T04:13:06.793Z | Downloaded rustc_version v0.1.7 |
| 719 | 2025-03-03T04:13:06.793Z | Downloaded hickory-resolver v0.24.4 |
| 720 | 2025-03-03T04:13:06.805Z | Downloaded derive_builder_macro v0.20.2 |
| 721 | 2025-03-03T04:13:06.809Z | Downloaded addr2line v0.24.2 |
| 722 | 2025-03-03T04:13:06.809Z | Downloaded scheduled-thread-pool v0.2.7 |
| 723 | 2025-03-03T04:13:06.809Z | Downloaded same-file v1.0.6 |
| 724 | 2025-03-03T04:13:06.815Z | Downloaded progenitor v0.9.1 |
| 725 | 2025-03-03T04:13:06.815Z | Downloaded float-ord v0.3.2 |
| 726 | 2025-03-03T04:13:06.820Z | Downloaded num-integer v0.1.46 |
| 727 | 2025-03-03T04:13:06.820Z | Downloaded globset v0.4.15 |
| 728 | 2025-03-03T04:13:06.820Z | Downloaded pem v3.0.5 |
| 729 | 2025-03-03T04:13:06.820Z | Downloaded parse-display-derive v0.10.0 |
| 730 | 2025-03-03T04:13:06.826Z | Downloaded parking_lot v0.11.2 |
| 731 | 2025-03-03T04:13:06.826Z | Downloaded http v1.2.0 |
| 732 | 2025-03-03T04:13:06.833Z | Downloaded const_format v0.2.34 |
| 733 | 2025-03-03T04:13:06.839Z | Downloaded shell-words v1.1.0 |
| 734 | 2025-03-03T04:13:06.839Z | Downloaded serde-hex v0.1.0 |
| 735 | 2025-03-03T04:13:06.839Z | Downloaded rustls-pemfile v1.0.4 |
| 736 | 2025-03-03T04:13:06.839Z | Downloaded num-conv v0.1.0 |
| 737 | 2025-03-03T04:13:06.843Z | Downloaded ghash v0.5.1 |
| 738 | 2025-03-03T04:13:06.843Z | Downloaded futures-io v0.3.31 |
| 739 | 2025-03-03T04:13:06.843Z | Downloaded num-complex v0.4.6 |
| 740 | 2025-03-03T04:13:06.843Z | Downloaded shlex v1.3.0 |
| 741 | 2025-03-03T04:13:06.848Z | Downloaded postgres-types v0.2.9 |
| 742 | 2025-03-03T04:13:06.848Z | Downloaded vte v0.11.1 |
| 743 | 2025-03-03T04:13:06.857Z | Downloaded nodrop v0.1.14 |
| 744 | 2025-03-03T04:13:06.857Z | Downloaded tokio-macros v2.5.0 |
| 745 | 2025-03-03T04:13:06.857Z | Downloaded termtree v0.5.1 |
| 746 | 2025-03-03T04:13:06.862Z | Downloaded synstructure v0.13.1 |
| 747 | 2025-03-03T04:13:06.862Z | Downloaded backtrace v0.3.74 |
| 748 | 2025-03-03T04:13:06.862Z | Downloaded pbkdf2 v0.12.2 |
| 749 | 2025-03-03T04:13:06.862Z | Downloaded tokio-native-tls v0.3.1 |
| 750 | 2025-03-03T04:13:06.867Z | Downloaded mio v1.0.2 |
| 751 | 2025-03-03T04:13:06.871Z | Downloaded utf-8 v0.7.6 |
| 752 | 2025-03-03T04:13:06.871Z | Downloaded typify-macro v0.2.0 |
| 753 | 2025-03-03T04:13:06.871Z | Downloaded postgres-protocol v0.6.8 |
| 754 | 2025-03-03T04:13:06.878Z | Downloaded foldhash v0.1.3 |
| 755 | 2025-03-03T04:13:06.879Z | Downloaded filetime v0.2.25 |
| 756 | 2025-03-03T04:13:06.886Z | Downloaded pem-rfc7468 v0.7.0 |
| 757 | 2025-03-03T04:13:06.886Z | Downloaded bytes v1.10.0 |
| 758 | 2025-03-03T04:13:06.886Z | Downloaded nanorand v0.7.0 |
| 759 | 2025-03-03T04:13:06.891Z | Downloaded bumpalo v3.16.0 |
| 760 | 2025-03-03T04:13:06.891Z | Downloaded base64 v0.21.7 |
| 761 | 2025-03-03T04:13:06.896Z | Downloaded serde_yaml v0.9.34+deprecated |
| 762 | 2025-03-03T04:13:06.901Z | Downloaded parking_lot_core v0.8.6 |
| 763 | 2025-03-03T04:13:06.901Z | Downloaded dyn-clone v1.0.18 |
| 764 | 2025-03-03T04:13:06.901Z | Downloaded dunce v1.0.5 |
| 765 | 2025-03-03T04:13:06.901Z | Downloaded typify v0.3.0 |
| 766 | 2025-03-03T04:13:06.907Z | Downloaded try-lock v0.2.5 |
| 767 | 2025-03-03T04:13:06.912Z | Downloaded toolchain_find v0.4.0 |
| 768 | 2025-03-03T04:13:06.912Z | Downloaded gethostname v0.5.0 |
| 769 | 2025-03-03T04:13:06.912Z | Downloaded futures-macro v0.3.31 |
| 770 | 2025-03-03T04:13:06.912Z | Downloaded r2d2 v0.8.10 |
| 771 | 2025-03-03T04:13:06.912Z | Downloaded num_enum_derive v0.5.11 |
| 772 | 2025-03-03T04:13:06.918Z | Downloaded primeorder v0.13.6 |
| 773 | 2025-03-03T04:13:06.918Z | Downloaded num_enum v0.5.11 |
| 774 | 2025-03-03T04:13:06.923Z | Downloaded radium v0.7.0 |
| 775 | 2025-03-03T04:13:06.923Z | Downloaded progenitor-impl v0.9.1 |
| 776 | 2025-03-03T04:13:06.923Z | Downloaded zerofrom v0.1.4 |
| 777 | 2025-03-03T04:13:06.928Z | Downloaded des v0.8.1 |
| 778 | 2025-03-03T04:13:06.928Z | Downloaded quinn v0.11.5 |
| 779 | 2025-03-03T04:13:06.937Z | Downloaded number_prefix v0.4.0 |
| 780 | 2025-03-03T04:13:06.937Z | Downloaded sha1 v0.10.6 |
| 781 | 2025-03-03T04:13:06.937Z | Downloaded new_debug_unreachable v1.0.6 |
| 782 | 2025-03-03T04:13:06.941Z | Downloaded serde_repr v0.1.19 |
| 783 | 2025-03-03T04:13:06.941Z | Downloaded rpassword v7.3.1 |
| 784 | 2025-03-03T04:13:06.941Z | Downloaded serde_path_to_error v0.1.16 |
| 785 | 2025-03-03T04:13:06.941Z | Downloaded peg v0.8.4 |
| 786 | 2025-03-03T04:13:06.941Z | Downloaded der_derive v0.7.3 |
| 787 | 2025-03-03T04:13:06.954Z | Downloaded value-bag v1.9.0 |
| 788 | 2025-03-03T04:13:06.960Z | Downloaded strum_macros v0.25.3 |
| 789 | 2025-03-03T04:13:06.960Z | Downloaded strum_macros v0.24.3 |
| 790 | 2025-03-03T04:13:06.960Z | Downloaded quinn-udp v0.5.5 |
| 791 | 2025-03-03T04:13:06.960Z | Downloaded ssh-encoding v0.2.0 |
| 792 | 2025-03-03T04:13:06.960Z | Downloaded dsl_auto_type v0.1.2 |
| 793 | 2025-03-03T04:13:06.960Z | Downloaded test-strategy v0.4.0 |
| 794 | 2025-03-03T04:13:06.964Z | Downloaded slog-dtrace v0.3.0 |
| 795 | 2025-03-03T04:13:06.964Z | Downloaded wait-timeout v0.2.0 |
| 796 | 2025-03-03T04:13:06.964Z | Downloaded fatfs v0.3.6 |
| 797 | 2025-03-03T04:13:06.968Z | Downloaded url v2.5.3 |
| 798 | 2025-03-03T04:13:06.973Z | Downloaded poly1305 v0.8.0 |
| 799 | 2025-03-03T04:13:06.973Z | Downloaded native-tls v0.2.12 |
| 800 | 2025-03-03T04:13:06.979Z | Downloaded topological-sort v0.2.2 |
| 801 | 2025-03-03T04:13:06.979Z | Downloaded futures-task v0.3.31 |
| 802 | 2025-03-03T04:13:06.979Z | Downloaded zone v0.1.8 |
| 803 | 2025-03-03T04:13:06.982Z | Downloaded zeroize v1.8.1 |
| 804 | 2025-03-03T04:13:06.982Z | Downloaded zerofrom-derive v0.1.4 |
| 805 | 2025-03-03T04:13:06.983Z | Downloaded itertools v0.10.5 |
| 806 | 2025-03-03T04:13:06.987Z | Downloaded serde-big-array v0.5.1 |
| 807 | 2025-03-03T04:13:06.993Z | Downloaded writeable v0.5.5 |
| 808 | 2025-03-03T04:13:06.993Z | Downloaded xattr v1.3.1 |
| 809 | 2025-03-03T04:13:06.997Z | Downloaded xz2 v0.1.7 |
| 810 | 2025-03-03T04:13:06.997Z | Downloaded wyz v0.5.1 |
| 811 | 2025-03-03T04:13:06.997Z | Downloaded pkg-config v0.3.31 |
| 812 | 2025-03-03T04:13:06.997Z | Downloaded derive_more v0.99.19 |
| 813 | 2025-03-03T04:13:07.002Z | Downloaded darling_macro v0.20.10 |
| 814 | 2025-03-03T04:13:07.006Z | Downloaded rustc-demangle v0.1.24 |
| 815 | 2025-03-03T04:13:07.006Z | Downloaded phf_shared v0.11.2 |
| 816 | 2025-03-03T04:13:07.006Z | Downloaded tokio-rustls v0.25.0 |
| 817 | 2025-03-03T04:13:07.016Z | Downloaded term v0.7.0 |
| 818 | 2025-03-03T04:13:07.021Z | Downloaded itertools v0.14.0 |
| 819 | 2025-03-03T04:13:07.021Z | Downloaded newtype_derive v0.1.6 |
| 820 | 2025-03-03T04:13:07.021Z | Downloaded paste v1.0.15 |
| 821 | 2025-03-03T04:13:07.025Z | Downloaded rsa v0.9.6 |
| 822 | 2025-03-03T04:13:07.029Z | Downloaded quick-error v1.2.3 |
| 823 | 2025-03-03T04:13:07.034Z | Downloaded zip v0.6.6 |
| 824 | 2025-03-03T04:13:07.034Z | Downloaded precomputed-hash v0.1.1 |
| 825 | 2025-03-03T04:13:07.038Z | Downloaded thiserror-no-std v2.0.2 |
| 826 | 2025-03-03T04:13:07.047Z | Downloaded static_assertions v1.1.0 |
| 827 | 2025-03-03T04:13:07.047Z | Downloaded stable_deref_trait v1.2.0 |
| 828 | 2025-03-03T04:13:07.047Z | Downloaded secrecy v0.8.0 |
| 829 | 2025-03-03T04:13:07.061Z | Downloaded sec1 v0.7.3 |
| 830 | 2025-03-03T04:13:07.061Z | Downloaded crossbeam-channel v0.5.13 |
| 831 | 2025-03-03T04:13:07.061Z | Downloaded postcard v1.0.10 |
| 832 | 2025-03-03T04:13:07.076Z | Downloaded which v4.4.2 |
| 833 | 2025-03-03T04:13:07.076Z | Downloaded strum v0.26.3 |
| 834 | 2025-03-03T04:13:07.076Z | Downloaded flume v0.11.1 |
| 835 | 2025-03-03T04:13:07.076Z | Downloaded ena v0.14.3 |
| 836 | 2025-03-03T04:13:07.076Z | Downloaded unicase v2.7.0 |
| 837 | 2025-03-03T04:13:07.076Z | Downloaded typify-macro v0.3.0 |
| 838 | 2025-03-03T04:13:07.076Z | Downloaded pin-project-internal v1.1.6 |
| 839 | 2025-03-03T04:13:07.082Z | Downloaded normalize-line-endings v0.3.0 |
| 840 | 2025-03-03T04:13:07.082Z | Downloaded foreign-types v0.5.0 |
| 841 | 2025-03-03T04:13:07.082Z | Downloaded foreign-types v0.3.2 |
| 842 | 2025-03-03T04:13:07.082Z | Downloaded yasna v0.5.2 |
| 843 | 2025-03-03T04:13:07.082Z | Downloaded packed_struct_codegen v0.10.1 |
| 844 | 2025-03-03T04:13:07.082Z | Downloaded p256 v0.13.2 |
| 845 | 2025-03-03T04:13:07.082Z | Downloaded tracing v0.1.40 |
| 846 | 2025-03-03T04:13:07.082Z | Downloaded phf_shared v0.10.0 |
| 847 | 2025-03-03T04:13:07.089Z | Downloaded rand_seeder v0.3.0 |
| 848 | 2025-03-03T04:13:07.089Z | Downloaded rand_core v0.9.2 |
| 849 | 2025-03-03T04:13:07.089Z | Downloaded progenitor-macro v0.9.1 |
| 850 | 2025-03-03T04:13:07.089Z | Downloaded rand_xorshift v0.3.0 |
| 851 | 2025-03-03T04:13:07.096Z | Downloaded tiny-keccak v2.0.2 |
| 852 | 2025-03-03T04:13:07.096Z | Downloaded daft v0.1.1 |
| 853 | 2025-03-03T04:13:07.096Z | Downloaded tabwriter v1.4.0 |
| 854 | 2025-03-03T04:13:07.096Z | Downloaded rand_chacha v0.3.1 |
| 855 | 2025-03-03T04:13:07.104Z | Downloaded utf16_iter v1.0.5 |
| 856 | 2025-03-03T04:13:07.104Z | Downloaded zerocopy-derive v0.8.10 |
| 857 | 2025-03-03T04:13:07.112Z | Downloaded funty v2.0.0 |
| 858 | 2025-03-03T04:13:07.112Z | Downloaded futures-core v0.3.31 |
| 859 | 2025-03-03T04:13:07.112Z | Downloaded crossterm v0.28.1 |
| 860 | 2025-03-03T04:13:07.119Z | Downloaded pin-project v1.1.6 |
| 861 | 2025-03-03T04:13:07.126Z | Downloaded want v0.3.1 |
| 862 | 2025-03-03T04:13:07.130Z | Downloaded waitgroup v0.1.2 |
| 863 | 2025-03-03T04:13:07.131Z | Downloaded vte_generate_state_changes v0.1.2 |
| 864 | 2025-03-03T04:13:07.131Z | Downloaded num v0.4.3 |
| 865 | 2025-03-03T04:13:07.131Z | Downloaded slog-json v2.6.1 |
| 866 | 2025-03-03T04:13:07.138Z | Downloaded slog-envlogger v2.2.0 |
| 867 | 2025-03-03T04:13:07.138Z | Downloaded rand_chacha v0.9.0 |
| 868 | 2025-03-03T04:13:07.160Z | Downloaded russh-keys v0.45.0 |
| 869 | 2025-03-03T04:13:07.160Z | Downloaded tough v0.19.0 |
| 870 | 2025-03-03T04:13:07.160Z | Downloaded samael v0.0.18 |
| 871 | 2025-03-03T04:13:07.170Z | Downloaded endian-type v0.1.2 |
| 872 | 2025-03-03T04:13:07.170Z | Downloaded zone_cfg_derive v0.1.2 |
| 873 | 2025-03-03T04:13:07.170Z | Downloaded unicode-xid v0.2.6 |
| 874 | 2025-03-03T04:13:07.170Z | Downloaded twox-hash v2.1.0 |
| 875 | 2025-03-03T04:13:07.170Z | Downloaded oso-derive v0.27.3 |
| 876 | 2025-03-03T04:13:07.170Z | Downloaded hash32 v0.3.1 |
| 877 | 2025-03-03T04:13:07.170Z | Downloaded headers-core v0.3.0 |
| 878 | 2025-03-03T04:13:07.170Z | Downloaded parse-size v1.1.0 |
| 879 | 2025-03-03T04:13:07.178Z | Downloaded fxhash v0.2.1 |
| 880 | 2025-03-03T04:13:07.178Z | Downloaded futures-channel v0.3.31 |
| 881 | 2025-03-03T04:13:07.178Z | Downloaded tar v0.4.44 |
| 882 | 2025-03-03T04:13:07.178Z | Downloaded deranged v0.3.11 |
| 883 | 2025-03-03T04:13:07.178Z | Downloaded tokio-rustls v0.24.1 |
| 884 | 2025-03-03T04:13:07.191Z | Downloaded subtle v2.6.1 |
| 885 | 2025-03-03T04:13:07.191Z | Downloaded phf_generator v0.11.2 |
| 886 | 2025-03-03T04:13:07.191Z | Downloaded form_urlencoded v1.2.1 |
| 887 | 2025-03-03T04:13:07.191Z | Downloaded walkdir v2.5.0 |
| 888 | 2025-03-03T04:13:07.191Z | Downloaded tls_codec_derive v0.4.1 |
| 889 | 2025-03-03T04:13:07.200Z | Downloaded string_cache v0.8.7 |
| 890 | 2025-03-03T04:13:07.200Z | Downloaded env_filter v0.1.2 |
| 891 | 2025-03-03T04:13:07.200Z | Downloaded rustc_version v0.4.1 |
| 892 | 2025-03-03T04:13:07.200Z | Downloaded pkcs8 v0.10.2 |
| 893 | 2025-03-03T04:13:07.200Z | Downloaded phf v0.11.2 |
| 894 | 2025-03-03T04:13:07.200Z | Downloaded pkcs1 v0.7.5 |
| 895 | 2025-03-03T04:13:07.200Z | Downloaded smallvec v0.6.14 |
| 896 | 2025-03-03T04:13:07.205Z | Downloaded salsa20 v0.10.2 |
| 897 | 2025-03-03T04:13:07.205Z | Downloaded opaque-debug v0.3.1 |
| 898 | 2025-03-03T04:13:07.205Z | Downloaded pbkdf2 v0.11.0 |
| 899 | 2025-03-03T04:13:07.205Z | Downloaded x509-cert v0.2.5 |
| 900 | 2025-03-03T04:13:07.215Z | Downloaded smallvec v1.14.0 |
| 901 | 2025-03-03T04:13:07.221Z | Downloaded embedded-io v0.6.1 |
| 902 | 2025-03-03T04:13:07.222Z | Downloaded blake3 v1.5.4 |
| 903 | 2025-03-03T04:13:07.227Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 904 | 2025-03-03T04:13:07.227Z | Downloaded futures-sink v0.3.31 |
| 905 | 2025-03-03T04:13:07.227Z | Downloaded zone v0.3.0 |
| 906 | 2025-03-03T04:13:07.227Z | Downloaded rustfmt-wrapper v0.2.1 |
| 907 | 2025-03-03T04:13:07.235Z | Downloaded derive-where v1.2.7 |
| 908 | 2025-03-03T04:13:07.235Z | Downloaded rusty-fork v0.3.0 |
| 909 | 2025-03-03T04:13:07.239Z | Downloaded futures v0.3.31 |
| 910 | 2025-03-03T04:13:07.240Z | Downloaded tinyvec_macros v0.1.1 |
| 911 | 2025-03-03T04:13:07.240Z | Downloaded pkcs5 v0.7.1 |
| 912 | 2025-03-03T04:13:07.244Z | Downloaded zone_cfg_derive v0.3.0 |
| 913 | 2025-03-03T04:13:07.244Z | Downloaded ssh-cipher v0.2.0 |
| 914 | 2025-03-03T04:13:07.249Z | Downloaded dirs-next v2.0.0 |
| 915 | 2025-03-03T04:13:07.249Z | Downloaded zip v2.1.3 |
| 916 | 2025-03-03T04:13:07.255Z | Downloaded universal-hash v0.5.1 |
| 917 | 2025-03-03T04:13:07.255Z | Downloaded sigpipe v0.1.3 |
| 918 | 2025-03-03T04:13:07.255Z | Downloaded supports-color v3.0.2 |
| 919 | 2025-03-03T04:13:07.260Z | Downloaded num_threads v0.1.7 |
| 920 | 2025-03-03T04:13:07.260Z | Downloaded foreign-types-shared v0.3.1 |
| 921 | 2025-03-03T04:13:07.260Z | Downloaded rayon v1.10.0 |
| 922 | 2025-03-03T04:13:07.265Z | Downloaded spki v0.7.3 |
| 923 | 2025-03-03T04:13:07.271Z | Downloaded resolv-conf v0.7.0 |
| 924 | 2025-03-03T04:13:07.276Z | Downloaded password-hash v0.4.2 |
| 925 | 2025-03-03T04:13:07.276Z | Downloaded smf v0.2.3 |
| 926 | 2025-03-03T04:13:07.276Z | Downloaded packed_struct v0.10.1 |
| 927 | 2025-03-03T04:13:07.276Z | Downloaded zopfli v0.8.1 |
| 928 | 2025-03-03T04:13:07.288Z | Downloaded sync_wrapper v1.0.1 |
| 929 | 2025-03-03T04:13:07.288Z | Downloaded uzers v0.12.1 |
| 930 | 2025-03-03T04:13:07.288Z | Downloaded unicode-bidi v0.3.17 |
| 931 | 2025-03-03T04:13:07.293Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 932 | 2025-03-03T04:13:07.293Z | Downloaded sync-ptr v0.1.1 |
| 933 | 2025-03-03T04:13:07.293Z | Downloaded float-cmp v0.10.0 |
| 934 | 2025-03-03T04:13:07.293Z | Downloaded getrandom v0.2.15 |
| 935 | 2025-03-03T04:13:07.293Z | Downloaded predicates-core v1.0.8 |
| 936 | 2025-03-03T04:13:07.293Z | Downloaded darling_core v0.20.10 |
| 937 | 2025-03-03T04:13:07.300Z | Downloaded owo-colors v4.2.0 |
| 938 | 2025-03-03T04:13:07.308Z | Downloaded subprocess v0.2.9 |
| 939 | 2025-03-03T04:13:07.308Z | Downloaded pretty-hex v0.2.1 |
| 940 | 2025-03-03T04:13:07.308Z | Downloaded toml_edit v0.19.15 |
| 941 | 2025-03-03T04:13:07.319Z | Downloaded signature v2.2.0 |
| 942 | 2025-03-03T04:13:07.325Z | Downloaded tinystr v0.7.6 |
| 943 | 2025-03-03T04:13:07.325Z | Downloaded h2 v0.4.6 |
| 944 | 2025-03-03T04:13:07.332Z | Downloaded either v1.14.0 |
| 945 | 2025-03-03T04:13:07.344Z | Downloaded oxnet v0.1.1 |
| 946 | 2025-03-03T04:13:07.344Z | Downloaded heck v0.3.3 |
| 947 | 2025-03-03T04:13:07.344Z | Downloaded der v0.7.9 |
| 948 | 2025-03-03T04:13:07.350Z | Downloaded tap v1.0.1 |
| 949 | 2025-03-03T04:13:07.350Z | Downloaded ppv-lite86 v0.2.20 |
| 950 | 2025-03-03T04:13:07.351Z | Downloaded polyval v0.6.2 |
| 951 | 2025-03-03T04:13:07.351Z | Downloaded dirs-sys-next v0.1.2 |
| 952 | 2025-03-03T04:13:07.351Z | Downloaded siphasher v0.3.11 |
| 953 | 2025-03-03T04:13:07.351Z | Downloaded tungstenite v0.24.0 |
| 954 | 2025-03-03T04:13:07.357Z | Downloaded fixedbitset v0.4.2 |
| 955 | 2025-03-03T04:13:07.357Z | Downloaded aho-corasick v1.1.3 |
| 956 | 2025-03-03T04:13:07.363Z | Downloaded zerovec v0.10.4 |
| 957 | 2025-03-03T04:13:07.367Z | Downloaded termios v0.3.3 |
| 958 | 2025-03-03T04:13:07.367Z | Downloaded signal-hook-mio v0.2.4 |
| 959 | 2025-03-03T04:13:07.367Z | Downloaded ff v0.13.0 |
| 960 | 2025-03-03T04:13:07.374Z | Downloaded rustls-webpki v0.102.8 |
| 961 | 2025-03-03T04:13:07.386Z | Downloaded uuid v1.15.1 |
| 962 | 2025-03-03T04:13:07.391Z | Downloaded rustls-pemfile v2.2.0 |
| 963 | 2025-03-03T04:13:07.395Z | Downloaded qorb v0.2.1 |
| 964 | 2025-03-03T04:13:07.400Z | Downloaded fragile v2.0.0 |
| 965 | 2025-03-03T04:13:07.401Z | Downloaded simd-adler32 v0.3.7 |
| 966 | 2025-03-03T04:13:07.401Z | Downloaded dropshot_endpoint v0.16.0 |
| 967 | 2025-03-03T04:13:07.405Z | Downloaded elliptic-curve v0.13.8 |
| 968 | 2025-03-03T04:13:07.410Z | Downloaded toml v0.7.8 |
| 969 | 2025-03-03T04:13:07.414Z | Downloaded serde_with_macros v3.12.0 |
| 970 | 2025-03-03T04:13:07.414Z | Downloaded tokio-tungstenite v0.24.0 |
| 971 | 2025-03-03T04:13:07.414Z | Downloaded schemars_derive v0.8.22 |
| 972 | 2025-03-03T04:13:07.418Z | Downloaded env_logger v0.11.5 |
| 973 | 2025-03-03T04:13:07.418Z | Downloaded lalrpop v0.19.12 |
| 974 | 2025-03-03T04:13:07.429Z | Downloaded fs_extra v1.3.0 |
| 975 | 2025-03-03T04:13:07.436Z | Downloaded hashbrown v0.13.2 |
| 976 | 2025-03-03T04:13:07.441Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 977 | 2025-03-03T04:13:07.442Z | Downloaded omicron-zone-package v0.12.0 |
| 978 | 2025-03-03T04:13:07.446Z | Downloaded heapless v0.8.0 |
| 979 | 2025-03-03T04:13:07.446Z | Downloaded winnow v0.6.20 |
| 980 | 2025-03-03T04:13:07.454Z | Downloaded derive_builder_core v0.20.2 |
| 981 | 2025-03-03T04:13:07.461Z | Downloaded diesel_derives v2.2.3 |
| 982 | 2025-03-03T04:13:07.467Z | Downloaded dropshot_endpoint v0.12.0 |
| 983 | 2025-03-03T04:13:07.467Z | Downloaded num-bigint-dig v0.8.4 |
| 984 | 2025-03-03T04:13:07.471Z | Downloaded env_logger v0.10.2 |
| 985 | 2025-03-03T04:13:07.471Z | Downloaded futures-util v0.3.31 |
| 986 | 2025-03-03T04:13:07.487Z | Downloaded ed25519-dalek v2.1.1 |
| 987 | 2025-03-03T04:13:07.492Z | Downloaded diff v0.1.13 |
| 988 | 2025-03-03T04:13:07.492Z | Downloaded salty v0.3.0 |
| 989 | 2025-03-03T04:13:07.501Z | Downloaded git2 v0.19.0 |
| 990 | 2025-03-03T04:13:07.509Z | Downloaded similar v2.7.0 |
| 991 | 2025-03-03T04:13:07.515Z | Downloaded flate2 v1.1.0 |
| 992 | 2025-03-03T04:13:07.523Z | Downloaded bitvec v1.0.1 |
| 993 | 2025-03-03T04:13:07.534Z | Downloaded ssh-key v0.6.6 |
| 994 | 2025-03-03T04:13:07.541Z | Downloaded nom v7.1.3 |
| 995 | 2025-03-03T04:13:07.563Z | Downloaded zerocopy v0.8.10 |
| 996 | 2025-03-03T04:13:07.568Z | Downloaded expectorate v1.1.0 |
| 997 | 2025-03-03T04:13:07.572Z | Downloaded quinn-proto v0.11.8 |
| 998 | 2025-03-03T04:13:07.577Z | Downloaded unicode-width v0.2.0 |
| 999 | 2025-03-03T04:13:07.584Z | Downloaded parse-zoneinfo v0.3.1 |
| 1000 | 2025-03-03T04:13:07.589Z | Downloaded heapless v0.7.17 |
| 1001 | 2025-03-03T04:13:07.594Z | Downloaded bindgen v0.69.5 |
| 1002 | 2025-03-03T04:13:07.600Z | Downloaded p521 v0.13.3 |
| 1003 | 2025-03-03T04:13:07.607Z | Downloaded chrono v0.4.40 |
| 1004 | 2025-03-03T04:13:07.610Z | Downloaded socket2 v0.5.8 |
| 1005 | 2025-03-03T04:13:07.614Z | Downloaded dropshot v0.12.0 |
| 1006 | 2025-03-03T04:13:07.632Z | Downloaded petname v2.0.2 |
| 1007 | 2025-03-03T04:13:07.639Z | Downloaded radix_trie v0.2.1 |
| 1008 | 2025-03-03T04:13:07.643Z | Downloaded typed-path v0.9.3 |
| 1009 | 2025-03-03T04:13:07.651Z | Downloaded reqwest v0.12.12 |
| 1010 | 2025-03-03T04:13:07.659Z | Downloaded bindgen v0.71.1 |
| 1011 | 2025-03-03T04:13:07.672Z | Downloaded tabled v0.18.0 |
| 1012 | 2025-03-03T04:13:07.688Z | Downloaded tokio-util v0.7.13 |
| 1013 | 2025-03-03T04:13:07.697Z | Downloaded hickory-proto v0.24.4 |
| 1014 | 2025-03-03T04:13:07.710Z | Downloaded vcpkg v0.2.15 |
| 1015 | 2025-03-03T04:13:07.745Z | Downloaded rustyline v14.0.0 |
| 1016 | 2025-03-03T04:13:07.752Z | Downloaded object v0.36.5 |
| 1017 | 2025-03-03T04:13:07.767Z | Downloaded webpki-roots v0.26.6 |
| 1018 | 2025-03-03T04:13:07.778Z | Downloaded proptest v1.6.0 |
| 1019 | 2025-03-03T04:13:07.787Z | Downloaded nix v0.28.0 |
| 1020 | 2025-03-03T04:13:07.795Z | Downloaded regex v1.11.1 |
| 1021 | 2025-03-03T04:13:07.801Z | Downloaded serde_with v3.12.0 |
| 1022 | 2025-03-03T04:13:07.805Z | Downloaded smoltcp v0.9.1 |
| 1023 | 2025-03-03T04:13:07.815Z | Downloaded tungstenite v0.23.0 |
| 1024 | 2025-03-03T04:13:07.821Z | Downloaded dropshot v0.16.0 |
| 1025 | 2025-03-03T04:13:07.847Z | Downloaded portable-atomic v1.9.0 |
| 1026 | 2025-03-03T04:13:07.856Z | Downloaded diesel v2.2.7 |
| 1027 | 2025-03-03T04:13:07.872Z | Downloaded regex-syntax v0.8.5 |
| 1028 | 2025-03-03T04:13:07.890Z | Downloaded object v0.30.4 |
| 1029 | 2025-03-03T04:13:07.904Z | Downloaded polar-core v0.27.3 |
| 1030 | 2025-03-03T04:13:07.904Z | Downloaded gimli v0.31.1 |
| 1031 | 2025-03-03T04:13:07.910Z | Downloaded unsafe-libyaml v0.2.11 |
| 1032 | 2025-03-03T04:13:07.910Z | Downloaded zerocopy-derive v0.6.6 |
| 1033 | 2025-03-03T04:13:07.916Z | Downloaded nix v0.27.1 |
| 1034 | 2025-03-03T04:13:07.929Z | Downloaded openssl v0.10.71 |
| 1035 | 2025-03-03T04:13:07.936Z | Downloaded nix v0.29.0 |
| 1036 | 2025-03-03T04:13:07.947Z | Downloaded regress v0.10.3 |
| 1037 | 2025-03-03T04:13:07.955Z | Downloaded p384 v0.13.0 |
| 1038 | 2025-03-03T04:13:07.966Z | Downloaded rustls v0.21.12 |
| 1039 | 2025-03-03T04:13:07.971Z | Downloaded curve25519-dalek v4.1.3 |
| 1040 | 2025-03-03T04:13:07.982Z | Downloaded lzma-sys v0.1.20 |
| 1041 | 2025-03-03T04:13:08.016Z | Downloaded regex-syntax v0.6.29 |
| 1042 | 2025-03-03T04:13:08.025Z | Downloaded petgraph v0.7.1 |
| 1043 | 2025-03-03T04:13:08.035Z | Downloaded openapiv3 v2.0.0 |
| 1044 | 2025-03-03T04:13:08.051Z | Downloaded rustls v0.22.4 |
| 1045 | 2025-03-03T04:13:08.071Z | Downloaded petgraph v0.6.5 |
| 1046 | 2025-03-03T04:13:08.082Z | Downloaded libz-sys v1.1.20 |
| 1047 | 2025-03-03T04:13:08.099Z | Downloaded rustls v0.23.19 |
| 1048 | 2025-03-03T04:13:08.113Z | Downloaded bstr v1.10.0 |
| 1049 | 2025-03-03T04:13:08.119Z | Downloaded smoltcp v0.11.0 |
| 1050 | 2025-03-03T04:13:08.132Z | Downloaded chrono-tz v0.10.1 |
| 1051 | 2025-03-03T04:13:08.139Z | Downloaded tokio v1.43.0 |
| 1052 | 2025-03-03T04:13:08.179Z | Downloaded typify-impl v0.3.0 |
| 1053 | 2025-03-03T04:13:08.193Z | Downloaded typify-impl v0.2.0 |
| 1054 | 2025-03-03T04:13:08.207Z | Downloaded sha3 v0.10.8 |
| 1055 | 2025-03-03T04:13:08.215Z | Downloaded sled v0.34.7 |
| 1056 | 2025-03-03T04:13:08.221Z | Downloaded unicode_categories v0.1.1 |
| 1057 | 2025-03-03T04:13:08.225Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1058 | 2025-03-03T04:13:08.239Z | Downloaded sqlparser v0.45.0 |
| 1059 | 2025-03-03T04:13:08.244Z | Downloaded rustls-webpki v0.101.7 |
| 1060 | 2025-03-03T04:13:08.255Z | Downloaded ratatui v0.29.0 |
| 1061 | 2025-03-03T04:13:08.275Z | Downloaded steno v0.4.1 |
| 1062 | 2025-03-03T04:13:08.279Z | Downloaded winnow v0.5.40 |
| 1063 | 2025-03-03T04:13:08.288Z | Downloaded regex-automata v0.4.8 |
| 1064 | 2025-03-03T04:13:08.305Z | Downloaded quick-xml v0.37.2 |
| 1065 | 2025-03-03T04:13:08.316Z | Downloaded tinyvec v1.8.0 |
| 1066 | 2025-03-03T04:13:08.321Z | Downloaded oso v0.27.3 |
| 1067 | 2025-03-03T04:13:08.321Z | Downloaded aws-lc-rs v1.12.4 |
| 1068 | 2025-03-03T04:13:08.326Z | Downloaded schemars v0.8.22 |
| 1069 | 2025-03-03T04:13:08.339Z | Downloaded sqlformat v0.2.6 |
| 1070 | 2025-03-03T04:13:08.351Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2025-03-03T04:13:08.351Z | Downloaded csv v1.3.1 |
| 1072 | 2025-03-03T04:13:08.367Z | Downloaded predicates v3.1.3 |
| 1073 | 2025-03-03T04:13:08.380Z | Downloaded powerfmt v0.2.0 |
| 1074 | 2025-03-03T04:13:08.380Z | Downloaded getrandom v0.3.1 |
| 1075 | 2025-03-03T04:13:08.380Z | Downloaded rand v0.9.0 |
| 1076 | 2025-03-03T04:13:08.380Z | Downloaded slab v0.4.9 |
| 1077 | 2025-03-03T04:13:08.386Z | Downloaded ref-cast v1.0.23 |
| 1078 | 2025-03-03T04:13:08.386Z | Downloaded unicode-truncate v1.1.0 |
| 1079 | 2025-03-03T04:13:08.386Z | Downloaded nibble_vec v0.1.0 |
| 1080 | 2025-03-03T04:13:08.386Z | Downloaded peg-macros v0.8.4 |
| 1081 | 2025-03-03T04:13:08.386Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2025-03-03T04:13:08.386Z | Downloaded icu_properties_data v1.5.0 |
| 1083 | 2025-03-03T04:13:08.396Z | Downloaded num-iter v0.1.45 |
| 1084 | 2025-03-03T04:13:08.402Z | Downloaded tls_codec v0.4.1 |
| 1085 | 2025-03-03T04:13:08.402Z | Downloaded unicode-segmentation v1.12.0 |
| 1086 | 2025-03-03T04:13:08.402Z | Downloaded ed25519 v2.2.3 |
| 1087 | 2025-03-03T04:13:08.402Z | Downloaded encoding_rs v0.8.34 |
| 1088 | 2025-03-03T04:13:08.421Z | Downloaded diesel-dtrace v0.4.2 |
| 1089 | 2025-03-03T04:13:08.424Z | Downloaded spin v0.9.8 |
| 1090 | 2025-03-03T04:13:08.425Z | Downloaded parking_lot_core v0.9.10 |
| 1091 | 2025-03-03T04:13:08.429Z | Downloaded papergrid v0.14.0 |
| 1092 | 2025-03-03T04:13:08.439Z | Downloaded reedline v0.38.0 |
| 1093 | 2025-03-03T04:13:08.448Z | Downloaded difflib v0.4.0 |
| 1094 | 2025-03-03T04:13:08.448Z | Downloaded rustc-hash v2.1.1 |
| 1095 | 2025-03-03T04:13:08.448Z | Downloaded ron v0.8.1 |
| 1096 | 2025-03-03T04:13:08.453Z | Downloaded fixedbitset v0.5.7 |
| 1097 | 2025-03-03T04:13:08.453Z | Downloaded rustversion v1.0.17 |
| 1098 | 2025-03-03T04:13:08.453Z | Downloaded rfc6979 v0.4.0 |
| 1099 | 2025-03-03T04:13:08.453Z | Downloaded phf_codegen v0.11.2 |
| 1100 | 2025-03-03T04:13:08.453Z | Downloaded parse-display v0.10.0 |
| 1101 | 2025-03-03T04:13:08.453Z | Downloaded unicode-normalization v0.1.24 |
| 1102 | 2025-03-03T04:13:08.463Z | Downloaded nu-ansi-term v0.50.1 |
| 1103 | 2025-03-03T04:13:08.463Z | Downloaded derive_builder v0.20.2 |
| 1104 | 2025-03-03T04:13:08.471Z | Downloaded pin-project-lite v0.2.14 |
| 1105 | 2025-03-03T04:13:08.471Z | Downloaded hash32 v0.2.1 |
| 1106 | 2025-03-03T04:13:08.477Z | Downloaded time v0.3.36 |
| 1107 | 2025-03-03T04:13:08.477Z | Downloaded embedded-io v0.4.0 |
| 1108 | 2025-03-03T04:13:08.484Z | Downloaded utf8_iter v1.0.4 |
| 1109 | 2025-03-03T04:13:08.484Z | Downloaded untrusted v0.7.1 |
| 1110 | 2025-03-03T04:13:08.485Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1111 | 2025-03-03T04:13:08.536Z | Downloaded darling v0.20.10 |
| 1112 | 2025-03-03T04:13:08.540Z | Downloaded password-hash v0.5.0 |
| 1113 | 2025-03-03T04:13:08.546Z | Downloaded hashbrown v0.12.3 |
| 1114 | 2025-03-03T04:13:08.550Z | Downloaded aes-gcm v0.10.3 |
| 1115 | 2025-03-03T04:13:08.556Z | Downloaded ring v0.17.11 |
| 1116 | 2025-03-03T04:13:08.595Z | Downloaded rand v0.8.5 |
| 1117 | 2025-03-03T04:13:08.601Z | Downloaded progenitor v0.8.0 |
| 1118 | 2025-03-03T04:13:08.601Z | Downloaded pin-utils v0.1.0 |
| 1119 | 2025-03-03T04:13:08.601Z | Downloaded unarray v0.1.4 |
| 1120 | 2025-03-03T04:13:08.601Z | Downloaded tokio-tungstenite v0.23.1 |
| 1121 | 2025-03-03T04:13:08.608Z | Downloaded tokio-rustls v0.26.0 |
| 1122 | 2025-03-03T04:13:08.608Z | Downloaded tabled_derive v0.10.0 |
| 1123 | 2025-03-03T04:13:08.608Z | Downloaded sct v0.7.1 |
| 1124 | 2025-03-03T04:13:08.613Z | Downloaded zerocopy v0.6.6 |
| 1125 | 2025-03-03T04:13:08.613Z | Downloaded tracing-core v0.1.32 |
| 1126 | 2025-03-03T04:13:08.613Z | Downloaded openssl-sys v0.9.106 |
| 1127 | 2025-03-03T04:13:08.620Z | Downloaded tokio-postgres v0.7.13 |
| 1128 | 2025-03-03T04:13:08.627Z | Downloaded snafu v0.8.5 |
| 1129 | 2025-03-03T04:13:08.632Z | Downloaded russh v0.45.0 |
| 1130 | 2025-03-03T04:13:08.632Z | Downloaded hyper v1.6.0 |
| 1131 | 2025-03-03T04:13:08.637Z | Downloaded idna v1.0.3 |
| 1132 | 2025-03-03T04:13:08.642Z | Downloaded newtype-uuid v1.2.1 |
| 1133 | 2025-03-03T04:13:08.651Z | Downloaded flagset v0.4.6 |
| 1134 | 2025-03-03T04:13:08.651Z | Downloaded serde_urlencoded v0.7.1 |
| 1135 | 2025-03-03T04:13:08.651Z | Downloaded prettyplease v0.2.29 |
| 1136 | 2025-03-03T04:13:08.656Z | Downloaded whoami v1.5.2 |
| 1137 | 2025-03-03T04:13:08.656Z | Downloaded hkdf v0.12.4 |
| 1138 | 2025-03-03T04:13:08.656Z | Downloaded scrypt v0.11.0 |
| 1139 | 2025-03-03T04:13:08.656Z | Downloaded predicates-tree v1.0.11 |
| 1140 | 2025-03-03T04:13:08.656Z | Downloaded num-traits v0.2.19 |
| 1141 | 2025-03-03T04:13:08.662Z | Downloaded tower v0.5.2 |
| 1142 | 2025-03-03T04:13:08.681Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1143 | 2025-03-03T04:13:08.682Z | Downloaded libxml v0.3.3 |
| 1144 | 2025-03-03T04:13:08.689Z | Downloaded parking_lot v0.12.3 |
| 1145 | 2025-03-03T04:13:08.689Z | Downloaded newline-converter v0.3.0 |
| 1146 | 2025-03-03T04:13:08.689Z | Downloaded rustc-hash v1.1.0 |
| 1147 | 2025-03-03T04:13:08.690Z | Downloaded tracing-attributes v0.1.27 |
| 1148 | 2025-03-03T04:13:08.690Z | Downloaded serde_derive_internals v0.29.1 |
| 1149 | 2025-03-03T04:13:08.690Z | Downloaded rayon-core v1.12.1 |
| 1150 | 2025-03-03T04:13:08.690Z | Downloaded olpc-cjson v0.1.4 |
| 1151 | 2025-03-03T04:13:08.690Z | Downloaded termcolor v1.4.1 |
| 1152 | 2025-03-03T04:13:08.690Z | Downloaded itertools v0.13.0 |
| 1153 | 2025-03-03T04:13:08.695Z | Downloaded itertools v0.12.1 |
| 1154 | 2025-03-03T04:13:08.700Z | Downloaded num-rational v0.4.2 |
| 1155 | 2025-03-03T04:13:08.700Z | Downloaded tui-tree-widget v0.23.0 |
| 1156 | 2025-03-03T04:13:08.700Z | Downloaded vergen v8.3.2 |
| 1157 | 2025-03-03T04:13:08.706Z | Downloaded unicode-properties v0.1.3 |
| 1158 | 2025-03-03T04:13:08.706Z | Downloaded rcgen v0.12.1 |
| 1159 | 2025-03-03T04:13:08.710Z | Downloaded slog-bunyan v2.5.0 |
| 1160 | 2025-03-03T04:13:08.710Z | Downloaded slog-async v2.8.0 |
| 1161 | 2025-03-03T04:13:08.710Z | Downloaded ecdsa v0.16.9 |
| 1162 | 2025-03-03T04:13:08.711Z | Downloaded strum_macros v0.26.4 |
| 1163 | 2025-03-03T04:13:08.719Z | Downloaded signal-hook v0.3.17 |
| 1164 | 2025-03-03T04:13:08.719Z | Downloaded minimal-lexical v0.2.1 |
| 1165 | 2025-03-03T04:13:08.725Z | Downloaded libm v0.2.8 |
| 1166 | 2025-03-03T04:13:08.733Z | Downloaded write16 v1.0.0 |
| 1167 | 2025-03-03T04:13:08.733Z | Downloaded daft-derive v0.1.1 |
| 1168 | 2025-03-03T04:13:08.739Z | Downloaded crypto-bigint v0.5.5 |
| 1169 | 2025-03-03T04:13:08.739Z | Downloaded icu_properties v1.5.1 |
| 1170 | 2025-03-03T04:13:08.747Z | Downloaded snafu-derive v0.8.5 |
| 1171 | 2025-03-03T04:13:08.747Z | Downloaded defmt v0.3.8 |
| 1172 | 2025-03-03T04:13:08.747Z | Downloaded proc-macro-crate v1.3.1 |
| 1173 | 2025-03-03T04:13:08.747Z | Downloaded rustls-pki-types v1.10.0 |
| 1174 | 2025-03-03T04:13:08.759Z | Downloaded headers v0.4.0 |
| 1175 | 2025-03-03T04:13:08.759Z | Downloaded cc v1.2.15 |
| 1176 | 2025-03-03T04:13:08.769Z | Downloaded half v2.4.1 |
| 1177 | 2025-03-03T04:13:08.769Z | Downloaded tungstenite v0.21.0 |
| 1178 | 2025-03-03T04:13:08.769Z | Downloaded futures-executor v0.3.31 |
| 1179 | 2025-03-03T04:13:08.769Z | Downloaded display-error-chain v0.2.2 |
| 1180 | 2025-03-03T04:13:08.769Z | Downloaded yoke v0.7.4 |
| 1181 | 2025-03-03T04:13:08.769Z | Downloaded typify v0.2.0 |
| 1182 | 2025-03-03T04:13:08.779Z | Downloaded tokio-tungstenite v0.21.0 |
| 1183 | 2025-03-03T04:13:08.779Z | Downloaded tokio-stream v0.1.17 |
| 1184 | 2025-03-03T04:13:08.779Z | Downloaded progenitor-impl v0.8.0 |
| 1185 | 2025-03-03T04:13:08.785Z | Downloaded displaydoc v0.2.5 |
| 1186 | 2025-03-03T04:13:08.785Z | Downloaded vsss-rs v3.3.4 |
| 1187 | 2025-03-03T04:13:08.785Z | Downloaded stringprep v0.1.5 |
| 1188 | 2025-03-03T04:13:08.785Z | Downloaded slog-term v2.9.1 |
| 1189 | 2025-03-03T04:13:08.785Z | Downloaded slog v2.7.0 |
| 1190 | 2025-03-03T04:13:08.794Z | Downloaded base64 v0.22.1 |
| 1191 | 2025-03-03T04:13:08.794Z | Downloaded hyper-util v0.1.10 |
| 1192 | 2025-03-03T04:13:08.799Z | Downloaded base64 v0.13.1 |
| 1193 | 2025-03-03T04:13:08.799Z | Downloaded foreign-types-macros v0.2.3 |
| 1194 | 2025-03-03T04:13:08.799Z | Downloaded enum-as-inner v0.6.1 |
| 1195 | 2025-03-03T04:13:08.799Z | Downloaded time-macros v0.2.18 |
| 1196 | 2025-03-03T04:13:08.799Z | Downloaded debug-ignore v1.0.5 |
| 1197 | 2025-03-03T04:13:08.809Z | Downloaded data-encoding v2.6.0 |
| 1198 | 2025-03-03T04:13:08.809Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1199 | 2025-03-03T04:13:08.809Z | Downloaded crossbeam-epoch v0.9.18 |
| 1200 | 2025-03-03T04:13:08.818Z | Downloaded percent-encoding v2.3.1 |
| 1201 | 2025-03-03T04:13:08.818Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1202 | 2025-03-03T04:13:08.818Z | Downloaded bcs v0.1.6 |
| 1203 | 2025-03-03T04:13:08.818Z | Downloaded crossbeam-utils v0.8.20 |
| 1204 | 2025-03-03T04:13:08.818Z | Downloaded blake2 v0.10.6 |
| 1205 | 2025-03-03T04:13:08.818Z | Downloaded icu_provider v1.5.0 |
| 1206 | 2025-03-03T04:13:08.824Z | Downloaded hyper-staticfile v0.10.1 |
| 1207 | 2025-03-03T04:13:08.824Z | Downloaded hyper-rustls v0.27.3 |
| 1208 | 2025-03-03T04:13:08.825Z | Downloaded colored v2.2.0 |
| 1209 | 2025-03-03T04:13:08.825Z | Downloaded bitfield-struct v0.6.2 |
| 1210 | 2025-03-03T04:13:08.825Z | Downloaded cookie_store v0.21.1 |
| 1211 | 2025-03-03T04:13:08.836Z | Downloaded inout v0.1.3 |
| 1212 | 2025-03-03T04:13:08.836Z | Downloaded hyper-tls v0.6.0 |
| 1213 | 2025-03-03T04:13:08.836Z | Downloaded async-trait v0.1.86 |
| 1214 | 2025-03-03T04:13:08.845Z | Downloaded icu_locid v1.5.0 |
| 1215 | 2025-03-03T04:13:08.845Z | Downloaded hostname v0.4.0 |
| 1216 | 2025-03-03T04:13:08.845Z | Downloaded cexpr v0.6.0 |
| 1217 | 2025-03-03T04:13:08.845Z | Downloaded base64ct v1.6.0 |
| 1218 | 2025-03-03T04:13:08.845Z | Downloaded backoff v0.4.0 |
| 1219 | 2025-03-03T04:13:08.845Z | Downloaded aead v0.5.2 |
| 1220 | 2025-03-03T04:13:08.852Z | Downloaded icu_normalizer v1.5.0 |
| 1221 | 2025-03-03T04:13:08.852Z | Downloaded chacha20 v0.9.1 |
| 1222 | 2025-03-03T04:13:08.852Z | Downloaded multer v3.1.0 |
| 1223 | 2025-03-03T04:13:08.852Z | Downloaded memmap2 v0.9.5 |
| 1224 | 2025-03-03T04:13:08.862Z | Downloaded maybe-uninit v2.0.0 |
| 1225 | 2025-03-03T04:13:08.862Z | Downloaded libloading v0.8.5 |
| 1226 | 2025-03-03T04:13:08.862Z | Downloaded libefi-sys v0.1.0 |
| 1227 | 2025-03-03T04:13:08.862Z | Downloaded cipher v0.4.4 |
| 1228 | 2025-03-03T04:13:08.862Z | Downloaded castaway v0.2.3 |
| 1229 | 2025-03-03T04:13:08.875Z | Downloaded lalrpop-util v0.19.12 |
| 1230 | 2025-03-03T04:13:08.875Z | Downloaded http-body-util v0.1.2 |
| 1231 | 2025-03-03T04:13:08.875Z | Downloaded hostname v0.3.1 |
| 1232 | 2025-03-03T04:13:08.875Z | Downloaded cbc v0.1.2 |
| 1233 | 2025-03-03T04:13:08.875Z | Downloaded idna_adapter v1.2.0 |
| 1234 | 2025-03-03T04:13:08.875Z | Downloaded async-bb8-diesel v0.2.1 |
| 1235 | 2025-03-03T04:13:08.875Z | Downloaded aes v0.8.4 |
| 1236 | 2025-03-03T04:13:08.882Z | Downloaded http-range v0.1.5 |
| 1237 | 2025-03-03T04:13:08.882Z | Downloaded bitfield v0.14.0 |
| 1238 | 2025-03-03T04:13:08.882Z | Downloaded base16ct v0.2.0 |
| 1239 | 2025-03-03T04:13:08.882Z | Downloaded bit-set v0.5.3 |
| 1240 | 2025-03-03T04:13:08.882Z | Downloaded bit-vec v0.6.3 |
| 1241 | 2025-03-03T04:13:08.882Z | Downloaded constant_time_eq v0.3.1 |
| 1242 | 2025-03-03T04:13:08.882Z | Downloaded httpdate v1.0.3 |
| 1243 | 2025-03-03T04:13:08.882Z | Downloaded arrayref v0.3.9 |
| 1244 | 2025-03-03T04:13:08.882Z | Downloaded assert_matches v1.5.0 |
| 1245 | 2025-03-03T04:13:08.882Z | Downloaded adler2 v2.0.0 |
| 1246 | 2025-03-03T04:13:09.210Z | Downloaded aws-lc-sys v0.26.0 |
| 1247 | 2025-03-03T04:13:09.533Z | Compiling serde v1.0.218 |
| 1248 | 2025-03-03T04:13:09.539Z | Compiling value-bag v1.9.0 |
| 1249 | 2025-03-03T04:13:09.539Z | Compiling lock_api v0.4.12 |
| 1250 | 2025-03-03T04:13:09.539Z | Compiling scopeguard v1.2.0 |
| 1251 | 2025-03-03T04:13:09.539Z | Compiling typenum v1.17.0 |
| 1252 | 2025-03-03T04:13:09.539Z | Compiling generic-array v0.14.7 |
| 1253 | 2025-03-03T04:13:09.700Z | Compiling syn v2.0.98 |
| 1254 | 2025-03-03T04:13:09.715Z | Compiling getrandom v0.2.15 |
| 1255 | 2025-03-03T04:13:09.948Z | Compiling shlex v1.3.0 |
| 1256 | 2025-03-03T04:13:10.100Z | Compiling log v0.4.22 |
| 1257 | 2025-03-03T04:13:10.157Z | Compiling rand_core v0.6.4 |
| 1258 | 2025-03-03T04:13:10.268Z | Compiling jobserver v0.1.32 |
| 1259 | 2025-03-03T04:13:10.288Z | Compiling subtle v2.6.1 |
| 1260 | 2025-03-03T04:13:10.308Z | Compiling smallvec v1.14.0 |
| 1261 | 2025-03-03T04:13:10.606Z | Compiling const-oid v0.9.6 |
| 1262 | 2025-03-03T04:13:10.647Z | Compiling pin-project-lite v0.2.14 |
| 1263 | 2025-03-03T04:13:10.679Z | Compiling parking_lot_core v0.9.10 |
| 1264 | 2025-03-03T04:13:10.682Z | Compiling cc v1.2.15 |
| 1265 | 2025-03-03T04:13:10.779Z | Compiling rustix v0.38.37 |
| 1266 | 2025-03-03T04:13:10.825Z | Compiling signal-hook-registry v1.4.2 |
| 1267 | 2025-03-03T04:13:11.167Z | Compiling futures-core v0.3.31 |
| 1268 | 2025-03-03T04:13:11.402Z | Compiling mio v1.0.2 |
| 1269 | 2025-03-03T04:13:11.656Z | Compiling parking_lot v0.12.3 |
| 1270 | 2025-03-03T04:13:11.849Z | Compiling spin v0.9.8 |
| 1271 | 2025-03-03T04:13:11.870Z | Compiling socket2 v0.5.8 |
| 1272 | 2025-03-03T04:13:12.272Z | Compiling aho-corasick v1.1.3 |
| 1273 | 2025-03-03T04:13:12.337Z | Compiling cpufeatures v0.2.14 |
| 1274 | 2025-03-03T04:13:12.464Z | Compiling futures-sink v0.3.31 |
| 1275 | 2025-03-03T04:13:12.529Z | Compiling regex-syntax v0.8.5 |
| 1276 | 2025-03-03T04:13:12.546Z | Compiling either v1.14.0 |
| 1277 | 2025-03-03T04:13:12.651Z | Compiling stable_deref_trait v1.2.0 |
| 1278 | 2025-03-03T04:13:12.779Z | Compiling slab v0.4.9 |
| 1279 | 2025-03-03T04:13:12.798Z | Compiling glob v0.3.2 |
| 1280 | 2025-03-03T04:13:12.862Z | Compiling prettyplease v0.2.29 |
| 1281 | 2025-03-03T04:13:12.951Z | Compiling lazy_static v1.5.0 |
| 1282 | 2025-03-03T04:13:13.096Z | Compiling minimal-lexical v0.2.1 |
| 1283 | 2025-03-03T04:13:13.263Z | Compiling serde_json v1.0.139 |
| 1284 | 2025-03-03T04:13:13.604Z | Compiling nom v7.1.3 |
| 1285 | 2025-03-03T04:13:13.625Z | Compiling futures-channel v0.3.31 |
| 1286 | 2025-03-03T04:13:13.674Z | Compiling libloading v0.8.5 |
| 1287 | 2025-03-03T04:13:13.693Z | Compiling clang-sys v1.8.1 |
| 1288 | 2025-03-03T04:13:14.053Z | Compiling futures-task v0.3.31 |
| 1289 | 2025-03-03T04:13:14.075Z | Compiling foldhash v0.1.3 |
| 1290 | 2025-03-03T04:13:14.367Z | Compiling home v0.5.9 |
| 1291 | 2025-03-03T04:13:14.393Z | Compiling pin-utils v0.1.0 |
| 1292 | 2025-03-03T04:13:14.462Z | Compiling allocator-api2 v0.2.18 |
| 1293 | 2025-03-03T04:13:14.509Z | Compiling futures-io v0.3.31 |
| 1294 | 2025-03-03T04:13:14.629Z | Compiling bindgen v0.69.5 |
| 1295 | 2025-03-03T04:13:14.953Z | Compiling itertools v0.12.1 |
| 1296 | 2025-03-03T04:13:15.271Z | Compiling hashbrown v0.15.1 |
| 1297 | 2025-03-03T04:13:15.505Z | Compiling lazycell v1.3.0 |
| 1298 | 2025-03-03T04:13:15.697Z | Compiling libm v0.2.8 |
| 1299 | 2025-03-03T04:13:16.088Z | Compiling rustc-hash v1.1.0 |
| 1300 | 2025-03-03T04:13:16.253Z | Compiling regex-automata v0.4.8 |
| 1301 | 2025-03-03T04:13:16.549Z | Compiling pkg-config v0.3.31 |
| 1302 | 2025-03-03T04:13:16.978Z | Compiling cexpr v0.6.0 |
| 1303 | 2025-03-03T04:13:17.076Z | Compiling cmake v0.1.51 |
| 1304 | 2025-03-03T04:13:17.868Z | Compiling synstructure v0.13.1 |
| 1305 | 2025-03-03T04:13:17.957Z | Compiling num-traits v0.2.19 |
| 1306 | 2025-03-03T04:13:18.281Z | Compiling fs_extra v1.3.0 |
| 1307 | 2025-03-03T04:13:18.617Z | Compiling dunce v1.0.5 |
| 1308 | 2025-03-03T04:13:18.831Z | Compiling litemap v0.7.3 |
| 1309 | 2025-03-03T04:13:18.881Z | Compiling getrandom v0.3.1 |
| 1310 | 2025-03-03T04:13:19.235Z | Compiling writeable v0.5.5 |
| 1311 | 2025-03-03T04:13:19.291Z | Compiling ring v0.17.11 |
| 1312 | 2025-03-03T04:13:19.612Z | Compiling base64ct v1.6.0 |
| 1313 | 2025-03-03T04:13:20.073Z | Compiling paste v1.0.15 |
| 1314 | 2025-03-03T04:13:20.191Z | Compiling pem-rfc7468 v0.7.0 |
| 1315 | 2025-03-03T04:13:20.832Z | Compiling icu_locid_transform_data v1.5.0 |
| 1316 | 2025-03-03T04:13:20.855Z | Compiling aws-lc-rs v1.12.4 |
| 1317 | 2025-03-03T04:13:20.937Z | Compiling flagset v0.4.6 |
| 1318 | 2025-03-03T04:13:21.113Z | Compiling httparse v1.9.5 |
| 1319 | 2025-03-03T04:13:21.222Z | Compiling regex v1.11.1 |
| 1320 | 2025-03-03T04:13:21.565Z | Compiling tracing-core v0.1.32 |
| 1321 | 2025-03-03T04:13:21.866Z | Compiling rustls-pki-types v1.10.0 |
| 1322 | 2025-03-03T04:13:22.127Z | Compiling percent-encoding v2.3.1 |
| 1323 | 2025-03-03T04:13:22.435Z | Compiling icu_properties_data v1.5.0 |
| 1324 | 2025-03-03T04:13:22.440Z | Compiling crossbeam-utils v0.8.20 |
| 1325 | 2025-03-03T04:13:22.476Z | Compiling serde_derive v1.0.218 |
| 1326 | 2025-03-03T04:13:22.704Z | Compiling zeroize_derive v1.4.2 |
| 1327 | 2025-03-03T04:13:22.723Z | Compiling zerocopy-derive v0.7.35 |
| 1328 | 2025-03-03T04:13:22.781Z | Compiling tokio-macros v2.5.0 |
| 1329 | 2025-03-03T04:13:22.955Z | Compiling zerofrom-derive v0.1.4 |
| 1330 | 2025-03-03T04:13:24.067Z | Compiling zeroize v1.8.1 |
| 1331 | 2025-03-03T04:13:24.239Z | Compiling yoke-derive v0.7.4 |
| 1332 | 2025-03-03T04:13:24.688Z | Compiling zerocopy v0.7.35 |
| 1333 | 2025-03-03T04:13:24.989Z | Compiling thiserror-impl v1.0.69 |
| 1334 | 2025-03-03T04:13:25.195Z | Compiling zerovec-derive v0.10.3 |
| 1335 | 2025-03-03T04:13:25.743Z | Compiling crypto-common v0.1.6 |
| 1336 | 2025-03-03T04:13:25.830Z | Compiling block-buffer v0.10.4 |
| 1337 | 2025-03-03T04:13:25.992Z | Compiling futures-macro v0.3.31 |
| 1338 | 2025-03-03T04:13:26.045Z | Compiling displaydoc v0.2.5 |
| 1339 | 2025-03-03T04:13:26.159Z | Compiling digest v0.10.7 |
| 1340 | 2025-03-03T04:13:26.389Z | Compiling zerofrom v0.1.4 |
| 1341 | 2025-03-03T04:13:26.646Z | Compiling hmac v0.12.1 |
| 1342 | 2025-03-03T04:13:26.697Z | Compiling block-padding v0.3.3 |
| 1343 | 2025-03-03T04:13:26.928Z | Compiling yoke v0.7.4 |
| 1344 | 2025-03-03T04:13:26.934Z | Compiling inout v0.1.3 |
| 1345 | 2025-03-03T04:13:26.978Z | Compiling ppv-lite86 v0.2.20 |
| 1346 | 2025-03-03T04:13:27.239Z | Compiling cipher v0.4.4 |
| 1347 | 2025-03-03T04:13:27.301Z | Compiling sha2 v0.10.8 |
| 1348 | 2025-03-03T04:13:27.647Z | Compiling icu_provider_macros v1.5.0 |
| 1349 | 2025-03-03T04:13:27.687Z | Compiling zerovec v0.10.4 |
| 1350 | 2025-03-03T04:13:27.727Z | Compiling der_derive v0.7.3 |
| 1351 | 2025-03-03T04:13:27.753Z | Compiling tracing-attributes v0.1.27 |
| 1352 | 2025-03-03T04:13:27.787Z | Compiling futures-util v0.3.31 |
| 1353 | 2025-03-03T04:13:28.037Z | Compiling thiserror v1.0.69 |
| 1354 | 2025-03-03T04:13:28.197Z | Compiling pest v2.7.14 |
| 1355 | 2025-03-03T04:13:28.744Z | Compiling salsa20 v0.10.2 |
| 1356 | 2025-03-03T04:13:28.985Z | Compiling pbkdf2 v0.12.2 |
| 1357 | 2025-03-03T04:13:29.753Z | Compiling tinystr v0.7.6 |
| 1358 | 2025-03-03T04:13:29.897Z | Compiling icu_collections v1.5.0 |
| 1359 | 2025-03-03T04:13:29.988Z | Compiling der v0.7.9 |
| 1360 | 2025-03-03T04:13:30.178Z | Compiling icu_locid v1.5.0 |
| 1361 | 2025-03-03T04:13:30.967Z | Compiling num-conv v0.1.0 |
| 1362 | 2025-03-03T04:13:31.067Z | Compiling tracing v0.1.40 |
| 1363 | 2025-03-03T04:13:31.238Z | Compiling utf8_iter v1.0.4 |
| 1364 | 2025-03-03T04:13:31.294Z | Compiling untrusted v0.9.0 |
| 1365 | 2025-03-03T04:13:31.332Z | Compiling untrusted v0.7.1 |
| 1366 | 2025-03-03T04:13:31.492Z | Compiling icu_provider v1.5.0 |
| 1367 | 2025-03-03T04:13:31.512Z | Compiling utf16_iter v1.0.5 |
| 1368 | 2025-03-03T04:13:31.547Z | Compiling vcpkg v0.2.15 |
| 1369 | 2025-03-03T04:13:31.569Z | Compiling powerfmt v0.2.0 |
| 1370 | 2025-03-03T04:13:31.730Z | Compiling time-core v0.1.2 |
| 1371 | 2025-03-03T04:13:31.929Z | Compiling spki v0.7.3 |
| 1372 | 2025-03-03T04:13:31.971Z | Compiling icu_normalizer_data v1.5.0 |
| 1373 | 2025-03-03T04:13:32.095Z | Compiling write16 v1.0.0 |
| 1374 | 2025-03-03T04:13:32.244Z | Compiling icu_locid_transform v1.5.0 |
| 1375 | 2025-03-03T04:13:32.264Z | Compiling time-macros v0.2.18 |
| 1376 | 2025-03-03T04:13:32.331Z | Compiling deranged v0.3.11 |
| 1377 | 2025-03-03T04:13:32.940Z | Compiling pest_meta v2.7.14 |
| 1378 | 2025-03-03T04:13:33.317Z | Compiling openssl-sys v0.9.106 |
| 1379 | 2025-03-03T04:13:33.778Z | Compiling icu_properties v1.5.1 |
| 1380 | 2025-03-03T04:13:34.383Z | Compiling scrypt v0.11.0 |
| 1381 | 2025-03-03T04:13:34.404Z | Compiling cbc v0.1.2 |
| 1382 | 2025-03-03T04:13:34.600Z | Compiling aes v0.8.4 |
| 1383 | 2025-03-03T04:13:34.660Z | Compiling scroll_derive v0.12.0 |
| 1384 | 2025-03-03T04:13:34.897Z | Compiling tinyvec_macros v0.1.1 |
| 1385 | 2025-03-03T04:13:35.008Z | Compiling atomic-waker v1.1.2 |
| 1386 | 2025-03-03T04:13:35.223Z | Compiling bytes v1.10.0 |
| 1387 | 2025-03-03T04:13:35.269Z | Compiling bitflags v2.6.0 |
| 1388 | 2025-03-03T04:13:36.116Z | Compiling indexmap v2.7.1 |
| 1389 | 2025-03-03T04:13:36.752Z | Compiling tokio v1.43.0 |
| 1390 | 2025-03-03T04:13:36.963Z | Compiling semver v1.0.25 |
| 1391 | 2025-03-03T04:13:37.189Z | Compiling http v1.2.0 |
| 1392 | 2025-03-03T04:13:37.547Z | Compiling rustc_version v0.4.1 |
| 1393 | 2025-03-03T04:13:37.553Z | Compiling icu_normalizer v1.5.0 |
| 1394 | 2025-03-03T04:13:37.685Z | Compiling num_threads v0.1.7 |
| 1395 | 2025-03-03T04:13:37.838Z | Compiling time v0.3.36 |
| 1396 | 2025-03-03T04:13:38.167Z | Compiling scroll v0.12.0 |
| 1397 | 2025-03-03T04:13:38.302Z | Compiling pkcs5 v0.7.1 |
| 1398 | 2025-03-03T04:13:38.499Z | Compiling idna_adapter v1.2.0 |
| 1399 | 2025-03-03T04:13:38.698Z | Compiling http-body v1.0.1 |
| 1400 | 2025-03-03T04:13:38.742Z | Compiling tinyvec v1.8.0 |
| 1401 | 2025-03-03T04:13:39.073Z | Compiling pest_generator v2.7.14 |
| 1402 | 2025-03-03T04:13:39.335Z | Compiling rand_chacha v0.3.1 |
| 1403 | 2025-03-03T04:13:39.339Z | Compiling form_urlencoded v1.2.1 |
| 1404 | 2025-03-03T04:13:39.392Z | Compiling which v4.4.2 |
| 1405 | 2025-03-03T04:13:39.922Z | Compiling try-lock v0.2.5 |
| 1406 | 2025-03-03T04:13:40.096Z | Compiling slog v2.7.0 |
| 1407 | 2025-03-03T04:13:40.225Z | Compiling zerocopy v0.8.10 |
| 1408 | 2025-03-03T04:13:40.458Z | Compiling goblin v0.8.2 |
| 1409 | 2025-03-03T04:13:40.694Z | Compiling want v0.3.1 |
| 1410 | 2025-03-03T04:13:40.891Z | Compiling pest_derive v2.7.14 |
| 1411 | 2025-03-03T04:13:41.022Z | Compiling rand v0.8.5 |
| 1412 | 2025-03-03T04:13:41.141Z | Compiling pkcs8 v0.10.2 |
| 1413 | 2025-03-03T04:13:41.754Z | Compiling idna v1.0.3 |
| 1414 | 2025-03-03T04:13:41.786Z | Compiling uuid v1.15.1 |
| 1415 | 2025-03-03T04:13:41.863Z | Compiling zerocopy-derive v0.8.10 |
| 1416 | 2025-03-03T04:13:42.520Z | Compiling adler2 v2.0.0 |
| 1417 | 2025-03-03T04:13:42.749Z | Compiling iana-time-zone v0.1.61 |
| 1418 | 2025-03-03T04:13:43.095Z | Compiling httpdate v1.0.3 |
| 1419 | 2025-03-03T04:13:43.132Z | Compiling tower-service v0.3.3 |
| 1420 | 2025-03-03T04:13:43.290Z | Compiling chrono v0.4.40 |
| 1421 | 2025-03-03T04:13:43.379Z | Compiling miniz_oxide v0.8.5 |
| 1422 | 2025-03-03T04:13:43.418Z | Compiling dtrace-parser v0.2.0 |
| 1423 | 2025-03-03T04:13:44.503Z | Compiling toml_datetime v0.6.8 |
| 1424 | 2025-03-03T04:13:44.793Z | Compiling serde_spanned v0.6.8 |
| 1425 | 2025-03-03T04:13:44.853Z | Compiling serde_tokenstream v0.2.2 |
| 1426 | 2025-03-03T04:13:45.044Z | Compiling tokio-util v0.7.13 |
| 1427 | 2025-03-03T04:13:45.266Z | Compiling foreign-types-shared v0.1.1 |
| 1428 | 2025-03-03T04:13:45.401Z | Compiling match_cfg v0.1.0 |
| 1429 | 2025-03-03T04:13:45.462Z | Compiling base64 v0.22.1 |
| 1430 | 2025-03-03T04:13:45.513Z | Compiling rustversion v1.0.17 |
| 1431 | 2025-03-03T04:13:46.203Z | Compiling h2 v0.4.6 |
| 1432 | 2025-03-03T04:13:46.206Z | Compiling openssl v0.10.71 |
| 1433 | 2025-03-03T04:13:46.401Z | Compiling dof v0.3.0 |
| 1434 | 2025-03-03T04:13:46.736Z | Compiling hostname v0.3.1 |
| 1435 | 2025-03-03T04:13:46.763Z | Compiling foreign-types v0.3.2 |
| 1436 | 2025-03-03T04:13:46.874Z | Compiling url v2.5.3 |
| 1437 | 2025-03-03T04:13:47.849Z | Compiling rand_core v0.9.2 |
| 1438 | 2025-03-03T04:13:48.242Z | Compiling usdt-impl v0.5.0 |
| 1439 | 2025-03-03T04:13:48.277Z | Compiling async-trait v0.1.86 |
| 1440 | 2025-03-03T04:13:48.300Z | Compiling openssl-macros v0.1.1 |
| 1441 | 2025-03-03T04:13:48.706Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1442 | 2025-03-03T04:13:49.065Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2025-03-03T04:13:49.230Z | Compiling dirs-sys-next v0.1.2 |
| 1444 | 2025-03-03T04:13:49.591Z | Compiling rustls v0.22.4 |
| 1445 | 2025-03-03T04:13:49.661Z | Compiling syn v1.0.109 |
| 1446 | 2025-03-03T04:13:49.801Z | Compiling rustls v0.23.19 |
| 1447 | 2025-03-03T04:13:49.925Z | Compiling schemars v0.8.22 |
| 1448 | 2025-03-03T04:13:50.126Z | Compiling native-tls v0.2.12 |
| 1449 | 2025-03-03T04:13:50.246Z | Compiling data-encoding v2.6.0 |
| 1450 | 2025-03-03T04:13:50.260Z | Compiling siphasher v0.3.11 |
| 1451 | 2025-03-03T04:13:50.428Z | Compiling dirs-next v2.0.0 |
| 1452 | 2025-03-03T04:13:50.639Z | Compiling rand_chacha v0.9.0 |
| 1453 | 2025-03-03T04:13:51.352Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2025-03-03T04:13:52.054Z | Compiling unicode-normalization v0.1.24 |
| 1455 | 2025-03-03T04:13:52.076Z | Compiling http-body-util v0.1.2 |
| 1456 | 2025-03-03T04:13:52.360Z | Compiling heapless v0.7.17 |
| 1457 | 2025-03-03T04:13:52.552Z | Compiling crossbeam-epoch v0.9.18 |
| 1458 | 2025-03-03T04:13:52.757Z | Compiling signature v2.2.0 |
| 1459 | 2025-03-03T04:13:52.815Z | Compiling sha1 v0.10.6 |
| 1460 | 2025-03-03T04:13:53.073Z | Compiling thread_local v1.1.8 |
| 1461 | 2025-03-03T04:13:53.203Z | Compiling crc32fast v1.4.2 |
| 1462 | 2025-03-03T04:13:53.240Z | Compiling encoding_rs v0.8.34 |
| 1463 | 2025-03-03T04:13:53.274Z | Compiling multer v3.1.0 |
| 1464 | 2025-03-03T04:13:53.551Z | Compiling hyper v1.6.0 |
| 1465 | 2025-03-03T04:13:53.571Z | Compiling cookie v0.18.1 |
| 1466 | 2025-03-03T04:13:53.601Z | Compiling rayon-core v1.12.1 |
| 1467 | 2025-03-03T04:13:53.904Z | Compiling unicode-properties v0.1.3 |
| 1468 | 2025-03-03T04:13:53.934Z | Compiling ipnet v2.11.0 |
| 1469 | 2025-03-03T04:13:54.344Z | Compiling unicode-bidi v0.3.17 |
| 1470 | 2025-03-03T04:13:54.366Z | Compiling slog-async v2.8.0 |
| 1471 | 2025-03-03T04:13:54.892Z | Compiling dyn-clone v1.0.18 |
| 1472 | 2025-03-03T04:13:54.949Z | Compiling openssl-probe v0.1.5 |
| 1473 | 2025-03-03T04:13:55.112Z | Compiling gimli v0.31.1 |
| 1474 | 2025-03-03T04:13:55.263Z | Compiling mime v0.3.17 |
| 1475 | 2025-03-03T04:13:55.581Z | Compiling signal-hook v0.3.17 |
| 1476 | 2025-03-03T04:13:55.788Z | Compiling stringprep v0.1.5 |
| 1477 | 2025-03-03T04:13:55.947Z | Compiling hyper-util v0.1.10 |
| 1478 | 2025-03-03T04:13:57.294Z | Compiling toml_edit v0.22.24 |
| 1479 | 2025-03-03T04:13:57.631Z | Compiling crossbeam-deque v0.8.5 |
| 1480 | 2025-03-03T04:13:57.837Z | Compiling rand v0.9.0 |
| 1481 | 2025-03-03T04:13:57.919Z | Compiling term v0.7.0 |
| 1482 | 2025-03-03T04:13:58.875Z | Compiling usdt-attr-macro v0.5.0 |
| 1483 | 2025-03-03T04:13:59.199Z | Compiling usdt-macro v0.5.0 |
| 1484 | 2025-03-03T04:13:59.580Z | Compiling addr2line v0.24.2 |
| 1485 | 2025-03-03T04:13:59.789Z | Compiling slog-json v2.6.1 |
| 1486 | 2025-03-03T04:14:00.004Z | Compiling serde_urlencoded v0.7.1 |
| 1487 | 2025-03-03T04:14:00.152Z | Compiling curve25519-dalek v4.1.3 |
| 1488 | 2025-03-03T04:14:00.278Z | Compiling crossbeam-channel v0.5.13 |
| 1489 | 2025-03-03T04:14:00.448Z | Compiling futures-executor v0.3.31 |
| 1490 | 2025-03-03T04:14:00.472Z | Compiling enum-as-inner v0.6.1 |
| 1491 | 2025-03-03T04:14:00.614Z | Compiling md-5 v0.10.6 |
| 1492 | 2025-03-03T04:14:00.880Z | Compiling async-stream-impl v0.3.6 |
| 1493 | 2025-03-03T04:14:00.916Z | Compiling rustls-pemfile v2.2.0 |
| 1494 | 2025-03-03T04:14:00.946Z | Compiling num-integer v0.1.46 |
| 1495 | 2025-03-03T04:14:01.318Z | Compiling hash32 v0.2.1 |
| 1496 | 2025-03-03T04:14:01.346Z | Compiling ff v0.13.0 |
| 1497 | 2025-03-03T04:14:01.566Z | Compiling is-terminal v0.4.13 |
| 1498 | 2025-03-03T04:14:01.605Z | Compiling object v0.36.5 |
| 1499 | 2025-03-03T04:14:01.706Z | Compiling dropshot v0.12.0 |
| 1500 | 2025-03-03T04:14:01.706Z | Compiling memoffset v0.9.1 |
| 1501 | 2025-03-03T04:14:01.754Z | Compiling smoltcp v0.9.1 |
| 1502 | 2025-03-03T04:14:02.033Z | Compiling quick-error v1.2.3 |
| 1503 | 2025-03-03T04:14:02.054Z | Compiling anyhow v1.0.96 |
| 1504 | 2025-03-03T04:14:02.152Z | Compiling utf-8 v0.7.6 |
| 1505 | 2025-03-03T04:14:02.195Z | Compiling take_mut v0.2.2 |
| 1506 | 2025-03-03T04:14:02.374Z | Compiling linked-hash-map v0.5.6 |
| 1507 | 2025-03-03T04:14:02.394Z | Compiling rustc-demangle v0.1.24 |
| 1508 | 2025-03-03T04:14:02.490Z | Compiling num-bigint-dig v0.8.4 |
| 1509 | 2025-03-03T04:14:02.664Z | Compiling psl-types v2.0.11 |
| 1510 | 2025-03-03T04:14:02.719Z | Compiling portable-atomic v1.9.0 |
| 1511 | 2025-03-03T04:14:02.818Z | Compiling litrs v0.4.1 |
| 1512 | 2025-03-03T04:14:02.885Z | Compiling cfg_aliases v0.2.1 |
| 1513 | 2025-03-03T04:14:03.009Z | Compiling fallible-iterator v0.2.0 |
| 1514 | 2025-03-03T04:14:03.307Z | Compiling base16ct v0.2.0 |
| 1515 | 2025-03-03T04:14:03.644Z | Compiling postgres-protocol v0.6.8 |
| 1516 | 2025-03-03T04:14:03.686Z | Compiling sec1 v0.7.3 |
| 1517 | 2025-03-03T04:14:03.743Z | Compiling nix v0.29.0 |
| 1518 | 2025-03-03T04:14:03.944Z | Compiling document-features v0.2.10 |
| 1519 | 2025-03-03T04:14:04.250Z | Compiling publicsuffix v2.3.0 |
| 1520 | 2025-03-03T04:14:04.603Z | Compiling lru-cache v0.1.2 |
| 1521 | 2025-03-03T04:14:04.658Z | Compiling tungstenite v0.24.0 |
| 1522 | 2025-03-03T04:14:04.913Z | Compiling resolv-conf v0.7.0 |
| 1523 | 2025-03-03T04:14:05.011Z | Compiling async-stream v0.3.6 |
| 1524 | 2025-03-03T04:14:05.326Z | Compiling slog-term v2.9.1 |
| 1525 | 2025-03-03T04:14:05.585Z | Compiling usdt v0.5.0 |
| 1526 | 2025-03-03T04:14:05.820Z | Compiling hickory-proto v0.24.4 |
| 1527 | 2025-03-03T04:14:06.124Z | Compiling group v0.13.0 |
| 1528 | 2025-03-03T04:14:06.474Z | Compiling num-iter v0.1.45 |
| 1529 | 2025-03-03T04:14:06.517Z | Compiling toml v0.8.20 |
| 1530 | 2025-03-03T04:14:06.625Z | Compiling futures v0.3.31 |
| 1531 | 2025-03-03T04:14:06.681Z | Compiling slog-bunyan v2.5.0 |
| 1532 | 2025-03-03T04:14:06.751Z | Compiling bzip2 v0.4.4 |
| 1533 | 2025-03-03T04:14:07.880Z | Compiling camino v1.1.9 |
| 1534 | 2025-03-03T04:14:07.990Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2025-03-03T04:14:08.255Z | Compiling flate2 v1.1.0 |
| 1536 | 2025-03-03T04:14:08.299Z | Compiling phf_shared v0.11.2 |
| 1537 | 2025-03-03T04:14:08.688Z | Compiling backtrace v0.3.74 |
| 1538 | 2025-03-03T04:14:08.717Z | Compiling dropshot_endpoint v0.12.0 |
| 1539 | 2025-03-03T04:14:08.938Z | Compiling terminal_size v0.4.0 |
| 1540 | 2025-03-03T04:14:09.023Z | Compiling openapiv3 v2.0.0 |
| 1541 | 2025-03-03T04:14:09.163Z | Compiling serde_path_to_error v0.1.16 |
| 1542 | 2025-03-03T04:14:09.186Z | Compiling waitgroup v0.1.2 |
| 1543 | 2025-03-03T04:14:09.417Z | Compiling hkdf v0.12.4 |
| 1544 | 2025-03-03T04:14:09.703Z | Compiling crypto-bigint v0.5.5 |
| 1545 | 2025-03-03T04:14:09.994Z | Compiling zerocopy-derive v0.6.6 |
| 1546 | 2025-03-03T04:14:10.587Z | Compiling hubpack_derive v0.1.1 |
| 1547 | 2025-03-03T04:14:11.516Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1548 | 2025-03-03T04:14:11.636Z | Compiling webpki-roots v0.26.6 |
| 1549 | 2025-03-03T04:14:11.876Z | Compiling sync_wrapper v1.0.1 |
| 1550 | 2025-03-03T04:14:11.993Z | Compiling hostname v0.4.0 |
| 1551 | 2025-03-03T04:14:12.054Z | Compiling fs-err v2.11.0 |
| 1552 | 2025-03-03T04:14:12.229Z | Compiling ahash v0.8.11 |
| 1553 | 2025-03-03T04:14:12.392Z | Compiling unicode-width v0.2.0 |
| 1554 | 2025-03-03T04:14:12.588Z | Compiling debug-ignore v1.0.5 |
| 1555 | 2025-03-03T04:14:12.746Z | Compiling zip v2.1.3 |
| 1556 | 2025-03-03T04:14:12.806Z | Compiling simd-adler32 v0.3.7 |
| 1557 | 2025-03-03T04:14:12.890Z | Compiling newtype-uuid v1.2.1 |
| 1558 | 2025-03-03T04:14:12.896Z | Compiling managed v0.8.0 |
| 1559 | 2025-03-03T04:14:13.081Z | Compiling tower-layer v0.3.3 |
| 1560 | 2025-03-03T04:14:13.199Z | Compiling winnow v0.5.40 |
| 1561 | 2025-03-03T04:14:13.203Z | Compiling lockfree-object-pool v0.1.6 |
| 1562 | 2025-03-03T04:14:13.315Z | Compiling bumpalo v3.16.0 |
| 1563 | 2025-03-03T04:14:13.364Z | Compiling buf-list v1.0.3 |
| 1564 | 2025-03-03T04:14:13.384Z | Compiling tower v0.5.2 |
| 1565 | 2025-03-03T04:14:13.795Z | Compiling zopfli v0.8.1 |
| 1566 | 2025-03-03T04:14:14.129Z | Compiling strum_macros v0.25.3 |
| 1567 | 2025-03-03T04:14:15.079Z | Compiling console v0.15.10 |
| 1568 | 2025-03-03T04:14:15.384Z | Compiling elliptic-curve v0.13.8 |
| 1569 | 2025-03-03T04:14:15.410Z | Compiling clap_builder v4.5.31 |
| 1570 | 2025-03-03T04:14:16.021Z | Compiling zerocopy v0.6.6 |
| 1571 | 2025-03-03T04:14:16.251Z | Compiling hubpack v0.1.2 |
| 1572 | 2025-03-03T04:14:16.398Z | Compiling hickory-resolver v0.24.4 |
| 1573 | 2025-03-03T04:14:16.676Z | Compiling toml_edit v0.19.15 |
| 1574 | 2025-03-03T04:14:16.825Z | Compiling signal-hook-mio v0.2.4 |
| 1575 | 2025-03-03T04:14:16.996Z | Compiling phf v0.11.2 |
| 1576 | 2025-03-03T04:14:17.324Z | Compiling hyper-tls v0.6.0 |
| 1577 | 2025-03-03T04:14:17.546Z | Compiling cookie_store v0.21.1 |
| 1578 | 2025-03-03T04:14:17.737Z | Compiling rayon v1.10.0 |
| 1579 | 2025-03-03T04:14:18.941Z | Compiling tokio-tungstenite v0.24.0 |
| 1580 | 2025-03-03T04:14:19.674Z | Compiling postgres-types v0.2.9 |
| 1581 | 2025-03-03T04:14:22.136Z | Compiling ed25519 v2.2.3 |
| 1582 | 2025-03-03T04:14:22.167Z | Compiling phf_shared v0.10.0 |
| 1583 | 2025-03-03T04:14:22.306Z | Compiling tokio-stream v0.1.17 |
| 1584 | 2025-03-03T04:14:22.428Z | Compiling pkcs1 v0.7.5 |
| 1585 | 2025-03-03T04:14:22.585Z | Compiling serde-big-array v0.5.1 |
| 1586 | 2025-03-03T04:14:22.831Z | Compiling clap_derive v4.5.28 |
| 1587 | 2025-03-03T04:14:23.300Z | Compiling rfc6979 v0.4.0 |
| 1588 | 2025-03-03T04:14:23.353Z | Compiling derive-where v1.2.7 |
| 1589 | 2025-03-03T04:14:23.457Z | Compiling serde_repr v0.1.19 |
| 1590 | 2025-03-03T04:14:23.509Z | Compiling float-cmp v0.10.0 |
| 1591 | 2025-03-03T04:14:23.720Z | Compiling bstr v1.10.0 |
| 1592 | 2025-03-03T04:14:23.743Z | Compiling new_debug_unreachable v1.0.6 |
| 1593 | 2025-03-03T04:14:23.857Z | Compiling difflib v0.4.0 |
| 1594 | 2025-03-03T04:14:24.051Z | Compiling unicode-segmentation v1.12.0 |
| 1595 | 2025-03-03T04:14:24.583Z | Compiling static_assertions v1.1.0 |
| 1596 | 2025-03-03T04:14:24.699Z | Compiling fixedbitset v0.4.2 |
| 1597 | 2025-03-03T04:14:24.974Z | Compiling predicates-core v1.0.8 |
| 1598 | 2025-03-03T04:14:25.153Z | Compiling whoami v1.5.2 |
| 1599 | 2025-03-03T04:14:25.214Z | Compiling precomputed-hash v0.1.1 |
| 1600 | 2025-03-03T04:14:25.281Z | Compiling normalize-line-endings v0.3.0 |
| 1601 | 2025-03-03T04:14:25.322Z | Compiling number_prefix v0.4.0 |
| 1602 | 2025-03-03T04:14:25.363Z | Compiling string_cache v0.8.7 |
| 1603 | 2025-03-03T04:14:25.440Z | Compiling predicates v3.1.3 |
| 1604 | 2025-03-03T04:14:25.570Z | Compiling indicatif v0.17.11 |
| 1605 | 2025-03-03T04:14:25.710Z | Compiling tokio-postgres v0.7.13 |
| 1606 | 2025-03-03T04:14:25.796Z | Compiling petgraph v0.6.5 |
| 1607 | 2025-03-03T04:14:26.581Z | Compiling similar v2.7.0 |
| 1608 | 2025-03-03T04:14:26.957Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1609 | 2025-03-03T04:14:27.547Z | Compiling clap v4.5.31 |
| 1610 | 2025-03-03T04:14:27.632Z | Compiling ecdsa v0.16.9 |
| 1611 | 2025-03-03T04:14:27.674Z | Compiling rsa v0.9.6 |
| 1612 | 2025-03-03T04:14:28.448Z | Compiling ed25519-dalek v2.1.1 |
| 1613 | 2025-03-03T04:14:28.721Z | Compiling toml v0.7.8 |
| 1614 | 2025-03-03T04:14:29.760Z | Compiling crossterm v0.28.1 |
| 1615 | 2025-03-03T04:14:31.921Z | Compiling zip v0.6.6 |
| 1616 | 2025-03-03T04:14:32.156Z | Compiling hex v0.4.3 |
| 1617 | 2025-03-03T04:14:32.220Z | Compiling x509-cert v0.2.5 |
| 1618 | 2025-03-03T04:14:32.758Z | Compiling itertools v0.10.5 |
| 1619 | 2025-03-03T04:14:33.088Z | Compiling lalrpop-util v0.19.12 |
| 1620 | 2025-03-03T04:14:33.187Z | Compiling unicode-xid v0.2.6 |
| 1621 | 2025-03-03T04:14:33.220Z | Compiling peg-runtime v0.8.3 |
| 1622 | 2025-03-03T04:14:33.380Z | Compiling strum_macros v0.26.4 |
| 1623 | 2025-03-03T04:14:33.466Z | Compiling xattr v1.3.1 |
| 1624 | 2025-03-03T04:14:33.490Z | Compiling filetime v0.2.25 |
| 1625 | 2025-03-03T04:14:33.744Z | Compiling tar v0.4.44 |
| 1626 | 2025-03-03T04:14:38.090Z | Compiling strum v0.26.3 |
| 1627 | 2025-03-03T04:14:40.715Z | Compiling aws-lc-sys v0.26.0 |
| 1628 | 2025-03-03T04:15:11.019Z | Compiling rustls-webpki v0.102.8 |
| 1629 | 2025-03-03T04:15:14.319Z | Compiling tokio-rustls v0.25.0 |
| 1630 | 2025-03-03T04:15:16.134Z | Compiling tokio-rustls v0.26.0 |
| 1631 | 2025-03-03T04:15:16.467Z | Compiling hyper-rustls v0.27.3 |
| 1632 | 2025-03-03T04:15:16.816Z | Compiling reqwest v0.12.12 |
| 1633 | 2025-03-03T04:15:18.126Z | Compiling qorb v0.2.1 |
| 1634 | 2025-03-03T04:15:21.269Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1635 | 2025-03-03T04:15:21.557Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1636 | 2025-03-03T04:15:26.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 1637 | 2025-03-03T04:15:26.464Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1638 | 2025-03-03T04:15:26.588Z | Mar 03 04:15:25.581 INFO Starting download, target: DendriteOpenapi |
| 1639 | 2025-03-03T04:15:26.588Z | Mar 03 04:15:25.581 INFO Starting download, target: Console |
| 1640 | 2025-03-03T04:15:26.588Z | Mar 03 04:15:25.581 INFO Starting download, target: Cockroach |
| 1641 | 2025-03-03T04:15:26.588Z | Mar 03 04:15:25.581 INFO Starting download, target: DendriteStub |
| 1642 | 2025-03-03T04:15:26.589Z | Mar 03 04:15:25.581 INFO Starting download, target: Clickhouse |
| 1643 | 2025-03-03T04:15:26.589Z | Mar 03 04:15:25.581 INFO Starting download, target: MaghemiteMgd |
| 1644 | 2025-03-03T04:15:26.589Z | Mar 03 04:15:25.581 INFO Starting download, target: TransceiverControl |
| 1645 | 2025-03-03T04:15:26.589Z | Mar 03 04:15:25.582 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1646 | 2025-03-03T04:15:26.589Z | Mar 03 04:15:25.582 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1647 | 2025-03-03T04:15:26.589Z | Mar 03 04:15:25.582 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1648 | 2025-03-03T04:15:26.589Z | Mar 03 04:15:25.582 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1649 | 2025-03-03T04:15:26.590Z | Mar 03 04:15:25.582 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1650 | 2025-03-03T04:15:26.590Z | Mar 03 04:15:25.582 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1651 | 2025-03-03T04:15:26.590Z | Mar 03 04:15:25.582 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1652 | 2025-03-03T04:15:26.920Z | Mar 03 04:15:26.009 INFO Download complete, target: DendriteOpenapi |
| 1653 | 2025-03-03T04:15:27.159Z | Mar 03 04:15:26.151 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1654 | 2025-03-03T04:15:27.370Z | Mar 03 04:15:26.368 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1655 | 2025-03-03T04:15:27.568Z | Mar 03 04:15:26.550 INFO Download complete, target: Console |
| 1656 | 2025-03-03T04:15:27.627Z | Mar 03 04:15:26.761 INFO Download complete, target: TransceiverControl |
| 1657 | 2025-03-03T04:15:28.400Z | Mar 03 04:15:27.467 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1658 | 2025-03-03T04:15:28.631Z | Mar 03 04:15:27.747 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1659 | 2025-03-03T04:15:28.694Z | Mar 03 04:15:27.830 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1660 | 2025-03-03T04:15:29.572Z | Mar 03 04:15:28.721 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1661 | 2025-03-03T04:15:29.572Z | Mar 03 04:15:28.721 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1662 | 2025-03-03T04:15:30.952Z | Mar 03 04:15:30.102 INFO Download complete, target: DendriteStub |
| 1663 | 2025-03-03T04:15:31.162Z | Mar 03 04:15:30.312 INFO Download complete, target: MaghemiteMgd |
| 1664 | 2025-03-03T04:15:36.044Z | Mar 03 04:15:35.189 INFO Checking that binary works, target: Cockroach |
| 1665 | 2025-03-03T04:15:36.275Z | Mar 03 04:15:35.415 INFO Download complete, target: Cockroach |
| 1666 | 2025-03-03T04:15:39.169Z | Mar 03 04:15:38.317 INFO Checking that binary works, target: Clickhouse |
| 1667 | 2025-03-03T04:15:39.300Z | Mar 03 04:15:38.448 INFO Download complete, target: Clickhouse |
| 1668 | 2025-03-03T04:15:39.327Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1669 | 2025-03-03T04:15:39.332Z | |
| 1670 | 2025-03-03T04:15:39.332Z | real 8:27.902276157 |
| 1671 | 2025-03-03T04:15:39.332Z | user 16:12.307557790 |
| 1672 | 2025-03-03T04:15:39.332Z | sys 2:14.784035242 |
| 1673 | 2025-03-03T04:15:39.332Z | trap 0.593811188 |
| 1674 | 2025-03-03T04:15:39.332Z | tflt 0.980325166 |
| 1675 | 2025-03-03T04:15:39.332Z | dflt 1.189285565 |
| 1676 | 2025-03-03T04:15:39.332Z | kflt 0.025775623 |
| 1677 | 2025-03-03T04:15:39.333Z | lock 24:15.510893974 |
| 1678 | 2025-03-03T04:15:39.333Z | slp 1:05:01.472147335 |
| 1679 | 2025-03-03T04:15:39.333Z | lat 1:04.527543857 |
| 1680 | 2025-03-03T04:15:39.333Z | stop 2:39.028108385 |
| 1681 | 2025-03-03T04:15:39.333Z | + banner hack-check |
| 1682 | 2025-03-03T04:15:39.333Z | |
| 1683 | 2025-03-03T04:15:39.333Z | # # ## #### # # #### # # ###### #### # # |
| 1684 | 2025-03-03T04:15:39.333Z | # # # # # # # # # # # # # # # # # |
| 1685 | 2025-03-03T04:15:39.333Z | ###### # # # #### ##### # ###### ##### # #### |
| 1686 | 2025-03-03T04:15:39.333Z | # # ###### # # # # # # # # # # |
| 1687 | 2025-03-03T04:15:39.333Z | # # # # # # # # # # # # # # # # # |
| 1688 | 2025-03-03T04:15:39.333Z | # # # # #### # # #### # # ###### #### # # |
| 1689 | 2025-03-03T04:15:39.333Z | |
| 1690 | 2025-03-03T04:15:39.333Z | + export CARGO_INCREMENTAL=0 |
| 1691 | 2025-03-03T04:15:39.333Z | + CARGO_INCREMENTAL=0 |
| 1692 | 2025-03-03T04:15:39.333Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1693 | 2025-03-03T04:15:39.941Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1694 | 2025-03-03T04:15:42.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 1695 | 2025-03-03T04:15:43.010Z | Running `target/debug/xtask check-features --ci` |
| 1696 | 2025-03-03T04:15:43.035Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1697 | 2025-03-03T04:15:43.035Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1698 | 2025-03-03T04:15:43.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1699 | 2025-03-03T04:15:43.574Z | Running `target/debug/xtask download cargo-hack` |
| 1700 | 2025-03-03T04:15:44.485Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1701 | 2025-03-03T04:15:44.916Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1702 | 2025-03-03T04:15:48.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 1703 | 2025-03-03T04:15:48.969Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1704 | 2025-03-03T04:15:49.011Z | Mar 03 04:15:48.157 INFO Starting download, target: CargoHack |
| 1705 | 2025-03-03T04:15:49.017Z | Mar 03 04:15:48.158 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1706 | 2025-03-03T04:15:49.467Z | Mar 03 04:15:48.613 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1707 | 2025-03-03T04:15:49.544Z | Mar 03 04:15:48.690 INFO Download complete, target: CargoHack |
| 1708 | 2025-03-03T04:15:49.548Z | 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" |
| 1709 | 2025-03-03T04:15:49.566Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1710 | 2025-03-03T04:15:49.745Z | info: running `cargo check --bins` on api_identity (1/196) |
| 1711 | 2025-03-03T04:15:50.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1712 | 2025-03-03T04:15:50.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1713 | 2025-03-03T04:15:50.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1714 | 2025-03-03T04:15:50.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1715 | 2025-03-03T04:15:50.427Z | |
| 1716 | 2025-03-03T04:15:50.427Z | info: running `cargo check --bins` on bootstore (2/196) |
| 1717 | 2025-03-03T04:15:51.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1718 | 2025-03-03T04:15:51.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1719 | 2025-03-03T04:15:51.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1720 | 2025-03-03T04:15:51.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1721 | 2025-03-03T04:15:51.159Z | |
| 1722 | 2025-03-03T04:15:51.159Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/196) |
| 1723 | 2025-03-03T04:15:51.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1724 | 2025-03-03T04:15:51.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1725 | 2025-03-03T04:15:51.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1726 | 2025-03-03T04:15:51.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1727 | 2025-03-03T04:15:51.847Z | |
| 1728 | 2025-03-03T04:15:51.848Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/196) |
| 1729 | 2025-03-03T04:15:52.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1730 | 2025-03-03T04:15:52.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1731 | 2025-03-03T04:15:52.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1732 | 2025-03-03T04:15:52.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1733 | 2025-03-03T04:15:52.560Z | |
| 1734 | 2025-03-03T04:15:52.561Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/196) |
| 1735 | 2025-03-03T04:15:52.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1736 | 2025-03-03T04:15:52.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1737 | 2025-03-03T04:15:52.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1738 | 2025-03-03T04:15:52.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1739 | 2025-03-03T04:15:53.027Z | |
| 1740 | 2025-03-03T04:15:53.027Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/196) |
| 1741 | 2025-03-03T04:15:53.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1742 | 2025-03-03T04:15:53.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1743 | 2025-03-03T04:15:53.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1744 | 2025-03-03T04:15:53.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1745 | 2025-03-03T04:15:53.567Z | |
| 1746 | 2025-03-03T04:15:53.567Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/196) |
| 1747 | 2025-03-03T04:15:53.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1748 | 2025-03-03T04:15:54.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1749 | 2025-03-03T04:15:54.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1750 | 2025-03-03T04:15:54.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1751 | 2025-03-03T04:15:54.034Z | |
| 1752 | 2025-03-03T04:15:54.034Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/196) |
| 1753 | 2025-03-03T04:15:54.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1754 | 2025-03-03T04:15:54.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1755 | 2025-03-03T04:15:54.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1756 | 2025-03-03T04:15:54.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1757 | 2025-03-03T04:15:54.482Z | |
| 1758 | 2025-03-03T04:15:54.482Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/196) |
| 1759 | 2025-03-03T04:15:54.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1760 | 2025-03-03T04:15:54.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1761 | 2025-03-03T04:15:54.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1762 | 2025-03-03T04:15:54.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1763 | 2025-03-03T04:15:54.967Z | |
| 1764 | 2025-03-03T04:15:54.967Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/196) |
| 1765 | 2025-03-03T04:15:55.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1766 | 2025-03-03T04:15:55.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1767 | 2025-03-03T04:15:55.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1768 | 2025-03-03T04:15:55.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1769 | 2025-03-03T04:15:55.454Z | |
| 1770 | 2025-03-03T04:15:55.454Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/196) |
| 1771 | 2025-03-03T04:15:55.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1772 | 2025-03-03T04:15:55.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1773 | 2025-03-03T04:15:55.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1774 | 2025-03-03T04:15:55.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1775 | 2025-03-03T04:15:55.940Z | |
| 1776 | 2025-03-03T04:15:55.940Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/196) |
| 1777 | 2025-03-03T04:15:56.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1778 | 2025-03-03T04:15:56.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1779 | 2025-03-03T04:15:56.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1780 | 2025-03-03T04:15:56.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1781 | 2025-03-03T04:15:56.425Z | |
| 1782 | 2025-03-03T04:15:56.425Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/196) |
| 1783 | 2025-03-03T04:15:56.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1784 | 2025-03-03T04:15:56.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1785 | 2025-03-03T04:15:56.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1786 | 2025-03-03T04:15:56.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1787 | 2025-03-03T04:15:56.907Z | |
| 1788 | 2025-03-03T04:15:56.907Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/196) |
| 1789 | 2025-03-03T04:15:57.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1790 | 2025-03-03T04:15:57.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1791 | 2025-03-03T04:15:57.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1792 | 2025-03-03T04:15:57.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1793 | 2025-03-03T04:15:57.388Z | |
| 1794 | 2025-03-03T04:15:57.388Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/196) |
| 1795 | 2025-03-03T04:15:57.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1796 | 2025-03-03T04:15:57.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1797 | 2025-03-03T04:15:57.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1798 | 2025-03-03T04:15:57.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1799 | 2025-03-03T04:15:57.876Z | |
| 1800 | 2025-03-03T04:15:57.876Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/196) |
| 1801 | 2025-03-03T04:15:58.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2025-03-03T04:15:58.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2025-03-03T04:15:58.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2025-03-03T04:15:58.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1805 | 2025-03-03T04:15:58.373Z | |
| 1806 | 2025-03-03T04:15:58.373Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/196) |
| 1807 | 2025-03-03T04:15:58.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2025-03-03T04:15:58.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2025-03-03T04:15:58.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2025-03-03T04:15:58.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1811 | 2025-03-03T04:15:58.867Z | |
| 1812 | 2025-03-03T04:15:58.867Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/196) |
| 1813 | 2025-03-03T04:15:59.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2025-03-03T04:15:59.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2025-03-03T04:15:59.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2025-03-03T04:15:59.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1817 | 2025-03-03T04:15:59.353Z | |
| 1818 | 2025-03-03T04:15:59.353Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/196) |
| 1819 | 2025-03-03T04:15:59.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2025-03-03T04:15:59.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2025-03-03T04:15:59.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2025-03-03T04:15:59.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1823 | 2025-03-03T04:15:59.845Z | |
| 1824 | 2025-03-03T04:15:59.845Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/196) |
| 1825 | 2025-03-03T04:16:00.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2025-03-03T04:16:00.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2025-03-03T04:16:00.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2025-03-03T04:16:00.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1829 | 2025-03-03T04:16:00.341Z | |
| 1830 | 2025-03-03T04:16:00.341Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/196) |
| 1831 | 2025-03-03T04:16:00.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2025-03-03T04:16:00.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2025-03-03T04:16:00.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2025-03-03T04:16:00.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1835 | 2025-03-03T04:16:00.832Z | |
| 1836 | 2025-03-03T04:16:00.832Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/196) |
| 1837 | 2025-03-03T04:16:01.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2025-03-03T04:16:01.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2025-03-03T04:16:01.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2025-03-03T04:16:01.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1841 | 2025-03-03T04:16:01.316Z | |
| 1842 | 2025-03-03T04:16:01.316Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/196) |
| 1843 | 2025-03-03T04:16:01.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2025-03-03T04:16:01.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2025-03-03T04:16:01.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2025-03-03T04:16:01.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1847 | 2025-03-03T04:16:01.804Z | |
| 1848 | 2025-03-03T04:16:01.804Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/196) |
| 1849 | 2025-03-03T04:16:02.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2025-03-03T04:16:02.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2025-03-03T04:16:02.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2025-03-03T04:16:02.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1853 | 2025-03-03T04:16:02.291Z | |
| 1854 | 2025-03-03T04:16:02.291Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/196) |
| 1855 | 2025-03-03T04:16:02.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2025-03-03T04:16:02.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2025-03-03T04:16:02.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2025-03-03T04:16:02.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1859 | 2025-03-03T04:16:02.783Z | |
| 1860 | 2025-03-03T04:16:02.783Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/196) |
| 1861 | 2025-03-03T04:16:03.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2025-03-03T04:16:03.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2025-03-03T04:16:03.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2025-03-03T04:16:03.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1865 | 2025-03-03T04:16:03.271Z | |
| 1866 | 2025-03-03T04:16:03.271Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/196) |
| 1867 | 2025-03-03T04:16:03.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2025-03-03T04:16:03.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2025-03-03T04:16:03.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2025-03-03T04:16:03.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1871 | 2025-03-03T04:16:03.774Z | |
| 1872 | 2025-03-03T04:16:03.774Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/196) |
| 1873 | 2025-03-03T04:16:04.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2025-03-03T04:16:04.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2025-03-03T04:16:04.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2025-03-03T04:16:04.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1877 | 2025-03-03T04:16:04.250Z | |
| 1878 | 2025-03-03T04:16:04.250Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/196) |
| 1879 | 2025-03-03T04:16:04.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2025-03-03T04:16:04.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2025-03-03T04:16:04.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2025-03-03T04:16:04.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1883 | 2025-03-03T04:16:04.739Z | |
| 1884 | 2025-03-03T04:16:04.739Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/196) |
| 1885 | 2025-03-03T04:16:05.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2025-03-03T04:16:05.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2025-03-03T04:16:05.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2025-03-03T04:16:05.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1889 | 2025-03-03T04:16:05.234Z | |
| 1890 | 2025-03-03T04:16:05.234Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/196) |
| 1891 | 2025-03-03T04:16:05.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2025-03-03T04:16:05.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2025-03-03T04:16:05.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2025-03-03T04:16:05.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1895 | 2025-03-03T04:16:05.726Z | |
| 1896 | 2025-03-03T04:16:05.726Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/196) |
| 1897 | 2025-03-03T04:16:06.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2025-03-03T04:16:06.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2025-03-03T04:16:06.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2025-03-03T04:16:06.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1901 | 2025-03-03T04:16:06.566Z | |
| 1902 | 2025-03-03T04:16:06.566Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/196) |
| 1903 | 2025-03-03T04:16:06.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2025-03-03T04:16:06.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2025-03-03T04:16:06.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2025-03-03T04:16:06.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1907 | 2025-03-03T04:16:06.683Z | |
| 1908 | 2025-03-03T04:16:06.683Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/196) |
| 1909 | 2025-03-03T04:16:07.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2025-03-03T04:16:07.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2025-03-03T04:16:07.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2025-03-03T04:16:07.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1913 | 2025-03-03T04:16:07.162Z | |
| 1914 | 2025-03-03T04:16:07.162Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/196) |
| 1915 | 2025-03-03T04:16:07.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2025-03-03T04:16:07.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2025-03-03T04:16:07.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2025-03-03T04:16:07.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1919 | 2025-03-03T04:16:07.652Z | |
| 1920 | 2025-03-03T04:16:07.652Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/196) |
| 1921 | 2025-03-03T04:16:08.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2025-03-03T04:16:08.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2025-03-03T04:16:08.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2025-03-03T04:16:08.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1925 | 2025-03-03T04:16:08.132Z | |
| 1926 | 2025-03-03T04:16:08.132Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/196) |
| 1927 | 2025-03-03T04:16:08.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2025-03-03T04:16:08.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2025-03-03T04:16:08.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2025-03-03T04:16:08.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1931 | 2025-03-03T04:16:08.630Z | |
| 1932 | 2025-03-03T04:16:08.630Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/196) |
| 1933 | 2025-03-03T04:16:09.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2025-03-03T04:16:09.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2025-03-03T04:16:09.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2025-03-03T04:16:09.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1937 | 2025-03-03T04:16:09.124Z | |
| 1938 | 2025-03-03T04:16:09.124Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/196) |
| 1939 | 2025-03-03T04:16:09.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2025-03-03T04:16:09.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2025-03-03T04:16:09.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2025-03-03T04:16:09.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1943 | 2025-03-03T04:16:09.622Z | |
| 1944 | 2025-03-03T04:16:09.622Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/196) |
| 1945 | 2025-03-03T04:16:10.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2025-03-03T04:16:10.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2025-03-03T04:16:10.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2025-03-03T04:16:10.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1949 | 2025-03-03T04:16:10.103Z | |
| 1950 | 2025-03-03T04:16:10.103Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/196) |
| 1951 | 2025-03-03T04:16:10.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2025-03-03T04:16:10.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2025-03-03T04:16:10.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2025-03-03T04:16:10.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1955 | 2025-03-03T04:16:10.624Z | |
| 1956 | 2025-03-03T04:16:10.624Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/196) |
| 1957 | 2025-03-03T04:16:11.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2025-03-03T04:16:11.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2025-03-03T04:16:11.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2025-03-03T04:16:11.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1961 | 2025-03-03T04:16:11.116Z | |
| 1962 | 2025-03-03T04:16:11.116Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/196) |
| 1963 | 2025-03-03T04:16:11.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2025-03-03T04:16:11.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2025-03-03T04:16:11.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2025-03-03T04:16:11.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1967 | 2025-03-03T04:16:11.620Z | |
| 1968 | 2025-03-03T04:16:11.620Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/196) |
| 1969 | 2025-03-03T04:16:12.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2025-03-03T04:16:12.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2025-03-03T04:16:12.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2025-03-03T04:16:12.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1973 | 2025-03-03T04:16:12.111Z | |
| 1974 | 2025-03-03T04:16:12.111Z | info: running `cargo check --bins` on sled-hardware-types (45/196) |
| 1975 | 2025-03-03T04:16:12.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2025-03-03T04:16:12.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2025-03-03T04:16:12.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2025-03-03T04:16:12.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1979 | 2025-03-03T04:16:12.839Z | |
| 1980 | 2025-03-03T04:16:12.839Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/196) |
| 1981 | 2025-03-03T04:16:13.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2025-03-03T04:16:13.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2025-03-03T04:16:13.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2025-03-03T04:16:13.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1985 | 2025-03-03T04:16:13.579Z | |
| 1986 | 2025-03-03T04:16:13.579Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/196) |
| 1987 | 2025-03-03T04:16:14.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2025-03-03T04:16:14.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2025-03-03T04:16:14.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2025-03-03T04:16:14.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1991 | 2025-03-03T04:16:14.270Z | |
| 1992 | 2025-03-03T04:16:14.270Z | info: running `cargo check --bins` on oxlog (48/196) |
| 1993 | 2025-03-03T04:16:14.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2025-03-03T04:16:14.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2025-03-03T04:16:14.958Z | Checking cfg-if v1.0.0 |
| 1996 | 2025-03-03T04:16:14.961Z | Checking libc v0.2.170 |
| 1997 | 2025-03-03T04:16:15.077Z | Checking serde v1.0.218 |
| 1998 | 2025-03-03T04:16:15.080Z | Checking zeroize v1.8.1 |
| 1999 | 2025-03-03T04:16:15.099Z | Checking memchr v2.7.4 |
| 2000 | 2025-03-03T04:16:15.112Z | Checking typenum v1.17.0 |
| 2001 | 2025-03-03T04:16:15.118Z | Checking value-bag v1.9.0 |
| 2002 | 2025-03-03T04:16:15.141Z | Checking subtle v2.6.1 |
| 2003 | 2025-03-03T04:16:15.157Z | Checking scopeguard v1.2.0 |
| 2004 | 2025-03-03T04:16:15.310Z | Checking smallvec v1.14.0 |
| 2005 | 2025-03-03T04:16:15.331Z | Checking lock_api v0.4.12 |
| 2006 | 2025-03-03T04:16:15.404Z | Checking itoa v1.0.11 |
| 2007 | 2025-03-03T04:16:15.529Z | Checking log v0.4.22 |
| 2008 | 2025-03-03T04:16:15.643Z | Checking const-oid v0.9.6 |
| 2009 | 2025-03-03T04:16:15.674Z | Checking pin-project-lite v0.2.14 |
| 2010 | 2025-03-03T04:16:15.729Z | Checking byteorder v1.5.0 |
| 2011 | 2025-03-03T04:16:15.806Z | Checking once_cell v1.20.3 |
| 2012 | 2025-03-03T04:16:15.960Z | Checking futures-core v0.3.31 |
| 2013 | 2025-03-03T04:16:16.075Z | Checking cpufeatures v0.2.14 |
| 2014 | 2025-03-03T04:16:16.105Z | Checking futures-sink v0.3.31 |
| 2015 | 2025-03-03T04:16:16.135Z | Checking getrandom v0.2.15 |
| 2016 | 2025-03-03T04:16:16.150Z | Checking parking_lot_core v0.9.10 |
| 2017 | 2025-03-03T04:16:16.165Z | Checking signal-hook-registry v1.4.2 |
| 2018 | 2025-03-03T04:16:16.181Z | Checking mio v1.0.2 |
| 2019 | 2025-03-03T04:16:16.198Z | Checking generic-array v0.14.7 |
| 2020 | 2025-03-03T04:16:16.249Z | Checking socket2 v0.5.8 |
| 2021 | 2025-03-03T04:16:16.393Z | Checking rand_core v0.6.4 |
| 2022 | 2025-03-03T04:16:16.414Z | Checking stable_deref_trait v1.2.0 |
| 2023 | 2025-03-03T04:16:16.482Z | Checking parking_lot v0.12.3 |
| 2024 | 2025-03-03T04:16:16.538Z | Checking zerocopy v0.7.35 |
| 2025 | 2025-03-03T04:16:16.730Z | Checking zerofrom v0.1.4 |
| 2026 | 2025-03-03T04:16:16.748Z | Checking slab v0.4.9 |
| 2027 | 2025-03-03T04:16:16.785Z | Checking futures-channel v0.3.31 |
| 2028 | 2025-03-03T04:16:16.864Z | Checking futures-io v0.3.31 |
| 2029 | 2025-03-03T04:16:16.966Z | Checking yoke v0.7.4 |
| 2030 | 2025-03-03T04:16:17.028Z | Checking futures-task v0.3.31 |
| 2031 | 2025-03-03T04:16:17.068Z | Checking allocator-api2 v0.2.18 |
| 2032 | 2025-03-03T04:16:17.135Z | Checking foldhash v0.1.3 |
| 2033 | 2025-03-03T04:16:17.257Z | Checking crypto-common v0.1.6 |
| 2034 | 2025-03-03T04:16:17.280Z | Checking block-buffer v0.10.4 |
| 2035 | 2025-03-03T04:16:17.300Z | Checking pin-utils v0.1.0 |
| 2036 | 2025-03-03T04:16:17.341Z | Checking equivalent v1.0.1 |
| 2037 | 2025-03-03T04:16:17.399Z | Checking futures-util v0.3.31 |
| 2038 | 2025-03-03T04:16:17.466Z | Checking zerovec v0.10.4 |
| 2039 | 2025-03-03T04:16:17.483Z | Checking block-padding v0.3.3 |
| 2040 | 2025-03-03T04:16:17.503Z | Checking ryu v1.0.18 |
| 2041 | 2025-03-03T04:16:17.541Z | Checking digest v0.10.7 |
| 2042 | 2025-03-03T04:16:17.703Z | Checking hashbrown v0.15.1 |
| 2043 | 2025-03-03T04:16:17.706Z | Checking inout v0.1.3 |
| 2044 | 2025-03-03T04:16:17.746Z | Checking fnv v1.0.7 |
| 2045 | 2025-03-03T04:16:17.764Z | Checking ppv-lite86 v0.2.20 |
| 2046 | 2025-03-03T04:16:17.885Z | Checking writeable v0.5.5 |
| 2047 | 2025-03-03T04:16:17.901Z | Checking hmac v0.12.1 |
| 2048 | 2025-03-03T04:16:17.945Z | Checking litemap v0.7.3 |
| 2049 | 2025-03-03T04:16:18.137Z | Checking cipher v0.4.4 |
| 2050 | 2025-03-03T04:16:18.218Z | Checking sha2 v0.10.8 |
| 2051 | 2025-03-03T04:16:18.275Z | Checking libm v0.2.8 |
| 2052 | 2025-03-03T04:16:18.515Z | Checking base64ct v1.6.0 |
| 2053 | 2025-03-03T04:16:18.570Z | Checking getrandom v0.3.1 |
| 2054 | 2025-03-03T04:16:18.764Z | Checking thiserror v1.0.69 |
| 2055 | 2025-03-03T04:16:18.800Z | Checking flagset v0.4.6 |
| 2056 | 2025-03-03T04:16:18.830Z | Checking icu_locid_transform_data v1.5.0 |
| 2057 | 2025-03-03T04:16:18.906Z | Checking tracing-core v0.1.32 |
| 2058 | 2025-03-03T04:16:18.944Z | Checking percent-encoding v2.3.1 |
| 2059 | 2025-03-03T04:16:18.978Z | Checking pem-rfc7468 v0.7.0 |
| 2060 | 2025-03-03T04:16:18.997Z | Checking tinystr v0.7.6 |
| 2061 | 2025-03-03T04:16:19.010Z | Checking icu_collections v1.5.0 |
| 2062 | 2025-03-03T04:16:19.167Z | Checking rustls-pki-types v1.10.0 |
| 2063 | 2025-03-03T04:16:19.185Z | Checking num-traits v0.2.19 |
| 2064 | 2025-03-03T04:16:19.289Z | Checking der v0.7.9 |
| 2065 | 2025-03-03T04:16:19.348Z | Checking icu_locid v1.5.0 |
| 2066 | 2025-03-03T04:16:19.529Z | Checking icu_properties_data v1.5.0 |
| 2067 | 2025-03-03T04:16:19.589Z | Checking bytes v1.10.0 |
| 2068 | 2025-03-03T04:16:19.669Z | Checking indexmap v2.7.1 |
| 2069 | 2025-03-03T04:16:19.735Z | Checking serde_json v1.0.139 |
| 2070 | 2025-03-03T04:16:19.768Z | Checking bitflags v2.6.0 |
| 2071 | 2025-03-03T04:16:20.096Z | Checking tracing v0.1.40 |
| 2072 | 2025-03-03T04:16:20.387Z | Checking icu_provider v1.5.0 |
| 2073 | 2025-03-03T04:16:20.488Z | Checking salsa20 v0.10.2 |
| 2074 | 2025-03-03T04:16:20.590Z | Checking tokio v1.43.0 |
| 2075 | 2025-03-03T04:16:20.634Z | Checking http v1.2.0 |
| 2076 | 2025-03-03T04:16:20.708Z | Checking pbkdf2 v0.12.2 |
| 2077 | 2025-03-03T04:16:20.894Z | Checking aws-lc-sys v0.26.0 |
| 2078 | 2025-03-03T04:16:20.933Z | Checking httparse v1.9.5 |
| 2079 | 2025-03-03T04:16:20.981Z | Checking spki v0.7.3 |
| 2080 | 2025-03-03T04:16:21.052Z | Checking icu_locid_transform v1.5.0 |
| 2081 | 2025-03-03T04:16:21.270Z | Checking icu_normalizer_data v1.5.0 |
| 2082 | 2025-03-03T04:16:21.376Z | Checking utf16_iter v1.0.5 |
| 2083 | 2025-03-03T04:16:21.395Z | Checking powerfmt v0.2.0 |
| 2084 | 2025-03-03T04:16:21.477Z | Checking utf8_iter v1.0.4 |
| 2085 | 2025-03-03T04:16:21.565Z | Checking untrusted v0.9.0 |
| 2086 | 2025-03-03T04:16:21.679Z | Checking write16 v1.0.0 |
| 2087 | 2025-03-03T04:16:21.696Z | Checking untrusted v0.7.1 |
| 2088 | 2025-03-03T04:16:21.740Z | Checking ring v0.17.11 |
| 2089 | 2025-03-03T04:16:21.821Z | Checking deranged v0.3.11 |
| 2090 | 2025-03-03T04:16:21.868Z | Checking scrypt v0.11.0 |
| 2091 | 2025-03-03T04:16:21.975Z | Checking aes v0.8.4 |
| 2092 | 2025-03-03T04:16:22.030Z | Checking cbc v0.1.2 |
| 2093 | 2025-03-03T04:16:22.057Z | Checking icu_properties v1.5.1 |
| 2094 | 2025-03-03T04:16:22.095Z | Checking crossbeam-utils v0.8.20 |
| 2095 | 2025-03-03T04:16:22.252Z | Checking spin v0.9.8 |
| 2096 | 2025-03-03T04:16:22.630Z | Checking num_threads v0.1.7 |
| 2097 | 2025-03-03T04:16:22.772Z | Checking atomic-waker v1.1.2 |
| 2098 | 2025-03-03T04:16:22.849Z | Checking num-conv v0.1.0 |
| 2099 | 2025-03-03T04:16:22.865Z | Checking tinyvec_macros v0.1.1 |
| 2100 | 2025-03-03T04:16:22.931Z | Checking time-core v0.1.2 |
| 2101 | 2025-03-03T04:16:22.968Z | Checking tinyvec v1.8.0 |
| 2102 | 2025-03-03T04:16:23.008Z | Checking aws-lc-rs v1.12.4 |
| 2103 | 2025-03-03T04:16:23.087Z | Checking pkcs5 v0.7.1 |
| 2104 | 2025-03-03T04:16:23.115Z | Checking http-body v1.0.1 |
| 2105 | 2025-03-03T04:16:23.184Z | Checking time v0.3.36 |
| 2106 | 2025-03-03T04:16:23.345Z | Checking form_urlencoded v1.2.1 |
| 2107 | 2025-03-03T04:16:23.572Z | Checking rand_chacha v0.3.1 |
| 2108 | 2025-03-03T04:16:23.594Z | Checking try-lock v0.2.5 |
| 2109 | 2025-03-03T04:16:23.758Z | Checking want v0.3.1 |
| 2110 | 2025-03-03T04:16:23.955Z | Checking pkcs8 v0.10.2 |
| 2111 | 2025-03-03T04:16:23.983Z | Checking rand v0.8.5 |
| 2112 | 2025-03-03T04:16:24.004Z | Checking uuid v1.15.1 |
| 2113 | 2025-03-03T04:16:24.251Z | Checking adler2 v2.0.0 |
| 2114 | 2025-03-03T04:16:24.297Z | Checking unicode-ident v1.0.14 |
| 2115 | 2025-03-03T04:16:24.431Z | Checking tower-service v0.3.3 |
| 2116 | 2025-03-03T04:16:24.496Z | Checking httpdate v1.0.3 |
| 2117 | 2025-03-03T04:16:24.570Z | Checking proc-macro2 v1.0.93 |
| 2118 | 2025-03-03T04:16:24.624Z | Checking miniz_oxide v0.8.5 |
| 2119 | 2025-03-03T04:16:24.775Z | Checking toml_datetime v0.6.8 |
| 2120 | 2025-03-03T04:16:24.828Z | Checking rustls-webpki v0.102.8 |
| 2121 | 2025-03-03T04:16:25.081Z | Checking serde_spanned v0.6.8 |
| 2122 | 2025-03-03T04:16:25.245Z | Checking zerocopy v0.8.10 |
| 2123 | 2025-03-03T04:16:25.283Z | Checking slog v2.7.0 |
| 2124 | 2025-03-03T04:16:25.286Z | Checking scroll v0.12.0 |
| 2125 | 2025-03-03T04:16:25.346Z | Checking iana-time-zone v0.1.61 |
| 2126 | 2025-03-03T04:16:25.452Z | Checking icu_normalizer v1.5.0 |
| 2127 | 2025-03-03T04:16:25.522Z | Checking foreign-types-shared v0.1.1 |
| 2128 | 2025-03-03T04:16:25.600Z | Checking base64 v0.22.1 |
| 2129 | 2025-03-03T04:16:25.625Z | Checking ucd-trie v0.1.7 |
| 2130 | 2025-03-03T04:16:25.653Z | Checking match_cfg v0.1.0 |
| 2131 | 2025-03-03T04:16:25.727Z | Checking plain v0.2.3 |
| 2132 | 2025-03-03T04:16:25.772Z | Checking hostname v0.3.1 |
| 2133 | 2025-03-03T04:16:25.776Z | Checking foreign-types v0.3.2 |
| 2134 | 2025-03-03T04:16:25.841Z | Checking pest v2.7.14 |
| 2135 | 2025-03-03T04:16:25.899Z | Checking chrono v0.4.40 |
| 2136 | 2025-03-03T04:16:25.914Z | Checking goblin v0.8.2 |
| 2137 | 2025-03-03T04:16:25.929Z | Checking quote v1.0.38 |
| 2138 | 2025-03-03T04:16:26.079Z | Checking openssl-sys v0.9.106 |
| 2139 | 2025-03-03T04:16:26.218Z | Checking idna_adapter v1.2.0 |
| 2140 | 2025-03-03T04:16:26.256Z | Checking errno v0.3.9 |
| 2141 | 2025-03-03T04:16:26.417Z | Checking idna v1.0.3 |
| 2142 | 2025-03-03T04:16:26.463Z | Checking dirs-sys-next v0.1.2 |
| 2143 | 2025-03-03T04:16:26.655Z | Checking aho-corasick v1.1.3 |
| 2144 | 2025-03-03T04:16:26.966Z | Checking url v2.5.3 |
| 2145 | 2025-03-03T04:16:27.236Z | Checking regex-syntax v0.8.5 |
| 2146 | 2025-03-03T04:16:27.481Z | Checking tokio-util v0.7.13 |
| 2147 | 2025-03-03T04:16:27.859Z | Checking data-encoding v2.6.0 |
| 2148 | 2025-03-03T04:16:27.877Z | Checking pretty-hex v0.4.1 |
| 2149 | 2025-03-03T04:16:28.058Z | Checking rand_core v0.9.2 |
| 2150 | 2025-03-03T04:16:28.076Z | Checking siphasher v0.3.11 |
| 2151 | 2025-03-03T04:16:28.203Z | Compiling newtype-uuid v1.2.1 |
| 2152 | 2025-03-03T04:16:28.371Z | Checking dtrace-parser v0.2.0 |
| 2153 | 2025-03-03T04:16:28.390Z | Checking h2 v0.4.6 |
| 2154 | 2025-03-03T04:16:28.395Z | Checking openssl v0.10.71 |
| 2155 | 2025-03-03T04:16:28.395Z | Checking dirs-next v2.0.0 |
| 2156 | 2025-03-03T04:16:28.408Z | Checking rand_chacha v0.9.0 |
| 2157 | 2025-03-03T04:16:28.517Z | Checking rustix v0.38.37 |
| 2158 | 2025-03-03T04:16:28.545Z | Checking syn v2.0.98 |
| 2159 | 2025-03-03T04:16:28.842Z | Checking unicode-normalization v0.1.24 |
| 2160 | 2025-03-03T04:16:28.846Z | Checking http-body-util v0.1.2 |
| 2161 | 2025-03-03T04:16:29.311Z | Checking crossbeam-epoch v0.9.18 |
| 2162 | 2025-03-03T04:16:29.785Z | Checking sha1 v0.10.6 |
| 2163 | 2025-03-03T04:16:29.800Z | Checking signature v2.2.0 |
| 2164 | 2025-03-03T04:16:30.004Z | Checking thread-id v4.2.2 |
| 2165 | 2025-03-03T04:16:30.062Z | Checking thread_local v1.1.8 |
| 2166 | 2025-03-03T04:16:30.134Z | Checking crc32fast v1.4.2 |
| 2167 | 2025-03-03T04:16:30.349Z | Checking encoding_rs v0.8.34 |
| 2168 | 2025-03-03T04:16:30.397Z | Checking gimli v0.31.1 |
| 2169 | 2025-03-03T04:16:30.475Z | Checking regex-automata v0.4.8 |
| 2170 | 2025-03-03T04:16:30.638Z | Checking dof v0.3.0 |
| 2171 | 2025-03-03T04:16:31.323Z | Checking ipnet v2.11.0 |
| 2172 | 2025-03-03T04:16:31.786Z | Checking either v1.14.0 |
| 2173 | 2025-03-03T04:16:31.824Z | Checking utf8parse v0.2.2 |
| 2174 | 2025-03-03T04:16:31.996Z | Checking anstyle v1.0.10 |
| 2175 | 2025-03-03T04:16:32.159Z | Checking winnow v0.7.3 |
| 2176 | 2025-03-03T04:16:32.358Z | Checking mime v0.3.17 |
| 2177 | 2025-03-03T04:16:32.668Z | Checking unicode-properties v0.1.3 |
| 2178 | 2025-03-03T04:16:32.685Z | Checking openssl-probe v0.1.5 |
| 2179 | 2025-03-03T04:16:32.866Z | Checking unicode-bidi v0.3.17 |
| 2180 | 2025-03-03T04:16:33.078Z | Checking anstyle-parse v0.2.5 |
| 2181 | 2025-03-03T04:16:33.362Z | Checking crossbeam-deque v0.8.5 |
| 2182 | 2025-03-03T04:16:33.490Z | Checking stringprep v0.1.5 |
| 2183 | 2025-03-03T04:16:33.650Z | Checking native-tls v0.2.12 |
| 2184 | 2025-03-03T04:16:33.712Z | Checking rand v0.9.0 |
| 2185 | 2025-03-03T04:16:33.792Z | Checking term v0.7.0 |
| 2186 | 2025-03-03T04:16:33.993Z | Checking slog-json v2.6.1 |
| 2187 | 2025-03-03T04:16:34.048Z | Checking addr2line v0.24.2 |
| 2188 | 2025-03-03T04:16:34.233Z | Checking rustls v0.23.19 |
| 2189 | 2025-03-03T04:16:34.272Z | Checking rustls v0.22.4 |
| 2190 | 2025-03-03T04:16:34.554Z | Checking serde_urlencoded v0.7.1 |
| 2191 | 2025-03-03T04:16:34.581Z | Checking crossbeam-channel v0.5.13 |
| 2192 | 2025-03-03T04:16:34.683Z | Checking usdt-impl v0.5.0 |
| 2193 | 2025-03-03T04:16:34.734Z | Checking hyper v1.6.0 |
| 2194 | 2025-03-03T04:16:34.754Z | Checking futures-executor v0.3.31 |
| 2195 | 2025-03-03T04:16:34.958Z | Checking num-integer v0.1.46 |
| 2196 | 2025-03-03T04:16:34.995Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2197 | 2025-03-03T04:16:35.104Z | Checking toml_edit v0.22.24 |
| 2198 | 2025-03-03T04:16:35.141Z | Checking rustls-pemfile v2.2.0 |
| 2199 | 2025-03-03T04:16:35.211Z | Checking semver v1.0.25 |
| 2200 | 2025-03-03T04:16:35.294Z | Checking md-5 v0.10.6 |
| 2201 | 2025-03-03T04:16:35.385Z | Checking ff v0.13.0 |
| 2202 | 2025-03-03T04:16:35.446Z | Checking hash32 v0.2.1 |
| 2203 | 2025-03-03T04:16:35.528Z | Checking memmap v0.7.0 |
| 2204 | 2025-03-03T04:16:35.623Z | Checking is-terminal v0.4.13 |
| 2205 | 2025-03-03T04:16:35.627Z | Checking object v0.36.5 |
| 2206 | 2025-03-03T04:16:35.741Z | Checking anstyle-query v1.1.1 |
| 2207 | 2025-03-03T04:16:35.758Z | Checking rustc-demangle v0.1.24 |
| 2208 | 2025-03-03T04:16:35.773Z | Checking is_terminal_polyfill v1.70.1 |
| 2209 | 2025-03-03T04:16:35.900Z | Checking base16ct v0.2.0 |
| 2210 | 2025-03-03T04:16:35.931Z | Checking colorchoice v1.0.2 |
| 2211 | 2025-03-03T04:16:36.095Z | Checking quick-error v1.2.3 |
| 2212 | 2025-03-03T04:16:36.134Z | Checking take_mut v0.2.2 |
| 2213 | 2025-03-03T04:16:36.217Z | Checking fallible-iterator v0.2.0 |
| 2214 | 2025-03-03T04:16:36.258Z | Checking dyn-clone v1.0.18 |
| 2215 | 2025-03-03T04:16:36.295Z | Checking linked-hash-map v0.5.6 |
| 2216 | 2025-03-03T04:16:36.433Z | Checking utf-8 v0.7.6 |
| 2217 | 2025-03-03T04:16:36.646Z | Checking psl-types v2.0.11 |
| 2218 | 2025-03-03T04:16:36.665Z | Checking tungstenite v0.24.0 |
| 2219 | 2025-03-03T04:16:36.796Z | Checking postgres-protocol v0.6.8 |
| 2220 | 2025-03-03T04:16:36.813Z | Checking hyper-util v0.1.10 |
| 2221 | 2025-03-03T04:16:36.849Z | Checking publicsuffix v2.3.0 |
| 2222 | 2025-03-03T04:16:37.152Z | Checking lru-cache v0.1.2 |
| 2223 | 2025-03-03T04:16:37.357Z | Checking schemars v0.8.22 |
| 2224 | 2025-03-03T04:16:37.474Z | Checking slog-async v2.8.0 |
| 2225 | 2025-03-03T04:16:37.550Z | Checking resolv-conf v0.7.0 |
| 2226 | 2025-03-03T04:16:37.634Z | Checking tokio-rustls v0.25.0 |
| 2227 | 2025-03-03T04:16:37.769Z | Checking toml v0.8.20 |
| 2228 | 2025-03-03T04:16:37.788Z | Checking sec1 v0.7.3 |
| 2229 | 2025-03-03T04:16:37.935Z | Checking anstream v0.6.15 |
| 2230 | 2025-03-03T04:16:38.017Z | Checking slog-term v2.9.1 |
| 2231 | 2025-03-03T04:16:38.193Z | Checking usdt v0.5.0 |
| 2232 | 2025-03-03T04:16:38.328Z | Checking heapless v0.7.17 |
| 2233 | 2025-03-03T04:16:38.479Z | Checking group v0.13.0 |
| 2234 | 2025-03-03T04:16:38.502Z | Checking num-iter v0.1.45 |
| 2235 | 2025-03-03T04:16:38.528Z | Checking bzip2 v0.4.4 |
| 2236 | 2025-03-03T04:16:38.689Z | Checking futures v0.3.31 |
| 2237 | 2025-03-03T04:16:38.746Z | Checking slog-bunyan v2.5.0 |
| 2238 | 2025-03-03T04:16:38.806Z | Checking tokio-native-tls v0.3.1 |
| 2239 | 2025-03-03T04:16:38.824Z | Checking rayon-core v1.12.1 |
| 2240 | 2025-03-03T04:16:38.827Z | Checking multer v3.1.0 |
| 2241 | 2025-03-03T04:16:38.921Z | Checking terminal_size v0.4.0 |
| 2242 | 2025-03-03T04:16:38.963Z | Checking hickory-proto v0.24.4 |
| 2243 | 2025-03-03T04:16:39.048Z | Checking flate2 v1.1.0 |
| 2244 | 2025-03-03T04:16:39.244Z | Checking phf_shared v0.11.2 |
| 2245 | 2025-03-03T04:16:39.262Z | Checking cookie v0.18.1 |
| 2246 | 2025-03-03T04:16:39.378Z | Checking async-stream v0.3.6 |
| 2247 | 2025-03-03T04:16:39.509Z | Checking signal-hook v0.3.17 |
| 2248 | 2025-03-03T04:16:39.514Z | Checking camino v1.1.9 |
| 2249 | 2025-03-03T04:16:39.524Z | Checking tokio-rustls v0.26.0 |
| 2250 | 2025-03-03T04:16:39.598Z | Checking waitgroup v0.1.2 |
| 2251 | 2025-03-03T04:16:39.699Z | Checking lazy_static v1.5.0 |
| 2252 | 2025-03-03T04:16:39.702Z | Checking openapiv3 v2.0.0 |
| 2253 | 2025-03-03T04:16:39.742Z | Checking webpki-roots v0.26.6 |
| 2254 | 2025-03-03T04:16:39.831Z | Checking serde_path_to_error v0.1.16 |
| 2255 | 2025-03-03T04:16:39.848Z | Checking hkdf v0.12.4 |
| 2256 | 2025-03-03T04:16:39.934Z | Checking crypto-bigint v0.5.5 |
| 2257 | 2025-03-03T04:16:39.955Z | Checking sync_wrapper v1.0.1 |
| 2258 | 2025-03-03T04:16:40.025Z | Checking hostname v0.4.0 |
| 2259 | 2025-03-03T04:16:40.053Z | Checking managed v0.8.0 |
| 2260 | 2025-03-03T04:16:40.096Z | Checking clap_lex v0.7.4 |
| 2261 | 2025-03-03T04:16:40.178Z | Checking debug-ignore v1.0.5 |
| 2262 | 2025-03-03T04:16:40.333Z | Checking tower-layer v0.3.3 |
| 2263 | 2025-03-03T04:16:40.351Z | Checking bitflags v1.3.2 |
| 2264 | 2025-03-03T04:16:40.443Z | Checking unicode-width v0.2.0 |
| 2265 | 2025-03-03T04:16:40.467Z | Checking bumpalo v3.16.0 |
| 2266 | 2025-03-03T04:16:40.476Z | Checking simd-adler32 v0.3.7 |
| 2267 | 2025-03-03T04:16:40.603Z | Checking lockfree-object-pool v0.1.6 |
| 2268 | 2025-03-03T04:16:40.804Z | Checking strsim v0.11.1 |
| 2269 | 2025-03-03T04:16:40.832Z | Checking winnow v0.5.40 |
| 2270 | 2025-03-03T04:16:40.870Z | Checking zopfli v0.8.1 |
| 2271 | 2025-03-03T04:16:40.935Z | Checking console v0.15.10 |
| 2272 | 2025-03-03T04:16:41.110Z | Checking clap_builder v4.5.31 |
| 2273 | 2025-03-03T04:16:41.532Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2274 | 2025-03-03T04:16:41.547Z | Checking tower v0.5.2 |
| 2275 | 2025-03-03T04:16:41.744Z | Checking backtrace v0.3.74 |
| 2276 | 2025-03-03T04:16:41.816Z | Checking smoltcp v0.9.1 |
| 2277 | 2025-03-03T04:16:42.265Z | Checking hyper-rustls v0.27.3 |
| 2278 | 2025-03-03T04:16:42.370Z | Checking anyhow v1.0.96 |
| 2279 | 2025-03-03T04:16:42.624Z | Checking signal-hook-mio v0.2.4 |
| 2280 | 2025-03-03T04:16:42.728Z | Checking elliptic-curve v0.13.8 |
| 2281 | 2025-03-03T04:16:42.775Z | Checking num-bigint-dig v0.8.4 |
| 2282 | 2025-03-03T04:16:42.778Z | Checking cookie_store v0.21.1 |
| 2283 | 2025-03-03T04:16:43.030Z | Checking dropshot v0.12.0 |
| 2284 | 2025-03-03T04:16:43.251Z | Checking rayon v1.10.0 |
| 2285 | 2025-03-03T04:16:43.339Z | Checking phf v0.11.2 |
| 2286 | 2025-03-03T04:16:43.474Z | Checking hyper-tls v0.6.0 |
| 2287 | 2025-03-03T04:16:43.595Z | Checking hickory-resolver v0.24.4 |
| 2288 | 2025-03-03T04:16:43.625Z | Checking tokio-tungstenite v0.24.0 |
| 2289 | 2025-03-03T04:16:43.660Z | Checking toml_edit v0.19.15 |
| 2290 | 2025-03-03T04:16:43.770Z | Checking postgres-types v0.2.9 |
| 2291 | 2025-03-03T04:16:44.085Z | Checking bstr v1.10.0 |
| 2292 | 2025-03-03T04:16:44.178Z | Checking regex v1.11.1 |
| 2293 | 2025-03-03T04:16:44.445Z | Checking ed25519 v2.2.3 |
| 2294 | 2025-03-03T04:16:44.770Z | Checking tokio-stream v0.1.17 |
| 2295 | 2025-03-03T04:16:44.786Z | Checking phf_shared v0.10.0 |
| 2296 | 2025-03-03T04:16:44.803Z | Checking curve25519-dalek v4.1.3 |
| 2297 | 2025-03-03T04:16:45.016Z | Checking zerocopy v0.6.6 |
| 2298 | 2025-03-03T04:16:45.064Z | Checking hubpack v0.1.2 |
| 2299 | 2025-03-03T04:16:45.246Z | Checking memoffset v0.9.1 |
| 2300 | 2025-03-03T04:16:45.371Z | Checking portable-atomic v1.9.0 |
| 2301 | 2025-03-03T04:16:45.400Z | Checking pkcs1 v0.7.5 |
| 2302 | 2025-03-03T04:16:45.554Z | Checking float-cmp v0.10.0 |
| 2303 | 2025-03-03T04:16:45.684Z | Checking serde-big-array v0.5.1 |
| 2304 | 2025-03-03T04:16:45.770Z | Checking rfc6979 v0.4.0 |
| 2305 | 2025-03-03T04:16:45.826Z | Checking difflib v0.4.0 |
| 2306 | 2025-03-03T04:16:45.922Z | Checking number_prefix v0.4.0 |
| 2307 | 2025-03-03T04:16:45.974Z | Checking static_assertions v1.1.0 |
| 2308 | 2025-03-03T04:16:46.089Z | Checking predicates-core v1.0.8 |
| 2309 | 2025-03-03T04:16:46.135Z | Checking fixedbitset v0.4.2 |
| 2310 | 2025-03-03T04:16:46.187Z | Checking whoami v1.5.2 |
| 2311 | 2025-03-03T04:16:46.190Z | Checking precomputed-hash v0.1.1 |
| 2312 | 2025-03-03T04:16:46.279Z | Checking normalize-line-endings v0.3.0 |
| 2313 | 2025-03-03T04:16:46.340Z | Checking minimal-lexical v0.2.1 |
| 2314 | 2025-03-03T04:16:46.394Z | Checking new_debug_unreachable v1.0.6 |
| 2315 | 2025-03-03T04:16:46.414Z | Checking unicode-segmentation v1.12.0 |
| 2316 | 2025-03-03T04:16:46.431Z | Checking predicates v3.1.3 |
| 2317 | 2025-03-03T04:16:46.495Z | Checking string_cache v0.8.7 |
| 2318 | 2025-03-03T04:16:46.513Z | Checking tokio-postgres v0.7.13 |
| 2319 | 2025-03-03T04:16:46.531Z | Checking qorb v0.2.1 |
| 2320 | 2025-03-03T04:16:46.637Z | Checking ed25519-dalek v2.1.1 |
| 2321 | 2025-03-03T04:16:46.753Z | Checking nom v7.1.3 |
| 2322 | 2025-03-03T04:16:46.784Z | Checking petgraph v0.6.5 |
| 2323 | 2025-03-03T04:16:46.921Z | Checking indicatif v0.17.11 |
| 2324 | 2025-03-03T04:16:47.051Z | Checking toml v0.7.8 |
| 2325 | 2025-03-03T04:16:47.068Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2326 | 2025-03-03T04:16:47.122Z | Checking similar v2.7.0 |
| 2327 | 2025-03-03T04:16:47.677Z | Checking ecdsa v0.16.9 |
| 2328 | 2025-03-03T04:16:47.741Z | Checking rsa v0.9.6 |
| 2329 | 2025-03-03T04:16:47.989Z | Checking nix v0.29.0 |
| 2330 | 2025-03-03T04:16:48.332Z | Checking clap v4.5.31 |
| 2331 | 2025-03-03T04:16:48.463Z | Checking reqwest v0.12.12 |
| 2332 | 2025-03-03T04:16:48.753Z | Checking crossterm v0.28.1 |
| 2333 | 2025-03-03T04:16:49.120Z | Checking zip v2.1.3 |
| 2334 | 2025-03-03T04:16:49.418Z | Checking zip v0.6.6 |
| 2335 | 2025-03-03T04:16:49.442Z | Checking itertools v0.10.5 |
| 2336 | 2025-03-03T04:16:49.446Z | Checking itertools v0.12.1 |
| 2337 | 2025-03-03T04:16:50.130Z | Checking ahash v0.8.11 |
| 2338 | 2025-03-03T04:16:50.146Z | Checking fs-err v2.11.0 |
| 2339 | 2025-03-03T04:16:50.219Z | Checking buf-list v1.0.3 |
| 2340 | 2025-03-03T04:16:50.294Z | Checking x509-cert v0.2.5 |
| 2341 | 2025-03-03T04:16:50.529Z | Checking hex v0.4.3 |
| 2342 | 2025-03-03T04:16:50.558Z | Checking lalrpop-util v0.19.12 |
| 2343 | 2025-03-03T04:16:50.607Z | Checking peg-runtime v0.8.3 |
| 2344 | 2025-03-03T04:16:50.715Z | Checking sigpipe v0.1.3 |
| 2345 | 2025-03-03T04:16:51.761Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2346 | 2025-03-03T04:16:52.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.82s |
| 2347 | 2025-03-03T04:16:52.283Z | |
| 2348 | 2025-03-03T04:16:52.283Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/196) |
| 2349 | 2025-03-03T04:16:52.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2350 | 2025-03-03T04:16:52.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2351 | 2025-03-03T04:16:53.016Z | Compiling regress v0.10.3 |
| 2352 | 2025-03-03T04:16:53.146Z | Checking heck v0.5.0 |
| 2353 | 2025-03-03T04:16:53.160Z | Compiling unsafe-libyaml v0.2.11 |
| 2354 | 2025-03-03T04:16:53.160Z | Checking fastrand v2.1.1 |
| 2355 | 2025-03-03T04:16:53.187Z | Checking ipnetwork v0.21.1 |
| 2356 | 2025-03-03T04:16:53.190Z | Compiling structmeta-derive v0.3.0 |
| 2357 | 2025-03-03T04:16:53.220Z | Compiling ident_case v1.0.1 |
| 2358 | 2025-03-03T04:16:53.325Z | Checking progenitor-client v0.8.0 |
| 2359 | 2025-03-03T04:16:53.397Z | Compiling darling_core v0.20.10 |
| 2360 | 2025-03-03T04:16:53.473Z | Checking tempfile v3.13.0 |
| 2361 | 2025-03-03T04:16:53.546Z | Checking oxnet v0.1.1 |
| 2362 | 2025-03-03T04:16:54.054Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2363 | 2025-03-03T04:16:54.089Z | Checking newtype-uuid v1.2.1 |
| 2364 | 2025-03-03T04:16:54.089Z | Compiling proc-macro-crate v1.3.1 |
| 2365 | 2025-03-03T04:16:54.116Z | Checking wait-timeout v0.2.0 |
| 2366 | 2025-03-03T04:16:54.135Z | Checking bit-vec v0.8.0 |
| 2367 | 2025-03-03T04:16:54.277Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2368 | 2025-03-03T04:16:54.511Z | Compiling serde_yaml v0.9.34+deprecated |
| 2369 | 2025-03-03T04:16:54.632Z | Checking bit-set v0.8.0 |
| 2370 | 2025-03-03T04:16:54.797Z | Compiling num_enum_derive v0.5.11 |
| 2371 | 2025-03-03T04:16:54.902Z | Checking rusty-fork v0.3.0 |
| 2372 | 2025-03-03T04:16:55.048Z | Compiling lzma-sys v0.1.20 |
| 2373 | 2025-03-03T04:16:55.226Z | Checking rand_xorshift v0.3.0 |
| 2374 | 2025-03-03T04:16:55.432Z | Compiling daft-derive v0.1.1 |
| 2375 | 2025-03-03T04:16:55.755Z | Compiling foreign-types-macros v0.2.3 |
| 2376 | 2025-03-03T04:16:55.797Z | Compiling structmeta v0.3.0 |
| 2377 | 2025-03-03T04:16:56.218Z | Compiling parse-display-derive v0.10.0 |
| 2378 | 2025-03-03T04:16:56.724Z | Checking typify-impl v0.2.0 |
| 2379 | 2025-03-03T04:16:56.991Z | Compiling thiserror-impl v2.0.11 |
| 2380 | 2025-03-03T04:16:57.109Z | Compiling dropshot v0.16.0 |
| 2381 | 2025-03-03T04:16:57.443Z | Checking foreign-types-shared v0.3.1 |
| 2382 | 2025-03-03T04:16:57.586Z | Checking unarray v0.1.4 |
| 2383 | 2025-03-03T04:16:57.752Z | Checking arc-swap v1.7.1 |
| 2384 | 2025-03-03T04:16:57.801Z | Checking proptest v1.6.0 |
| 2385 | 2025-03-03T04:16:58.063Z | Checking foreign-types v0.5.0 |
| 2386 | 2025-03-03T04:16:58.208Z | Checking slog-scope v4.4.0 |
| 2387 | 2025-03-03T04:16:58.264Z | Checking num_enum v0.5.11 |
| 2388 | 2025-03-03T04:16:58.411Z | Checking daft v0.1.1 |
| 2389 | 2025-03-03T04:16:58.437Z | Compiling test-strategy v0.4.0 |
| 2390 | 2025-03-03T04:16:58.886Z | Checking strum v0.26.3 |
| 2391 | 2025-03-03T04:16:59.078Z | Compiling proc-macro-error v1.0.4 |
| 2392 | 2025-03-03T04:16:59.331Z | Compiling darling_macro v0.20.10 |
| 2393 | 2025-03-03T04:16:59.479Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2394 | 2025-03-03T04:16:59.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2395 | 2025-03-03T04:16:59.814Z | Checking tungstenite v0.21.0 |
| 2396 | 2025-03-03T04:16:59.833Z | Compiling heck v0.3.3 |
| 2397 | 2025-03-03T04:17:00.091Z | Checking parse-display v0.10.0 |
| 2398 | 2025-03-03T04:17:00.190Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2399 | 2025-03-03T04:17:00.227Z | Compiling darling v0.20.10 |
| 2400 | 2025-03-03T04:17:00.231Z | Checking thiserror v2.0.11 |
| 2401 | 2025-03-03T04:17:00.336Z | Compiling dropshot_endpoint v0.16.0 |
| 2402 | 2025-03-03T04:17:00.375Z | Compiling serde_with_macros v3.12.0 |
| 2403 | 2025-03-03T04:17:00.397Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2404 | 2025-03-03T04:17:00.726Z | Checking cstr-argument v0.1.2 |
| 2405 | 2025-03-03T04:17:00.951Z | Checking instant v0.1.13 |
| 2406 | 2025-03-03T04:17:01.059Z | Checking base64 v0.21.7 |
| 2407 | 2025-03-03T04:17:01.081Z | Checking pretty-hex v0.2.1 |
| 2408 | 2025-03-03T04:17:01.262Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2409 | 2025-03-03T04:17:01.397Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2410 | 2025-03-03T04:17:01.526Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2411 | 2025-03-03T04:17:01.618Z | Checking backoff v0.4.0 |
| 2412 | 2025-03-03T04:17:01.704Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2413 | 2025-03-03T04:17:01.711Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2414 | 2025-03-03T04:17:01.841Z | Checking tokio-tungstenite v0.21.0 |
| 2415 | 2025-03-03T04:17:01.894Z | Compiling zone_cfg_derive v0.1.2 |
| 2416 | 2025-03-03T04:17:01.941Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2417 | 2025-03-03T04:17:02.220Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2418 | 2025-03-03T04:17:02.334Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2419 | 2025-03-03T04:17:02.363Z | Checking slog-stdlog v4.1.1 |
| 2420 | 2025-03-03T04:17:02.560Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2421 | 2025-03-03T04:17:02.598Z | Checking progenitor-client v0.9.1 |
| 2422 | 2025-03-03T04:17:02.690Z | Checking colored v2.2.0 |
| 2423 | 2025-03-03T04:17:02.749Z | Checking macaddr v1.0.1 |
| 2424 | 2025-03-03T04:17:02.877Z | Checking base64 v0.13.1 |
| 2425 | 2025-03-03T04:17:02.924Z | Checking serde_with v3.12.0 |
| 2426 | 2025-03-03T04:17:02.995Z | Checking unicode-width v0.1.14 |
| 2427 | 2025-03-03T04:17:03.070Z | Checking winnow v0.6.20 |
| 2428 | 2025-03-03T04:17:03.112Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2429 | 2025-03-03T04:17:03.243Z | Checking zone v0.1.8 |
| 2430 | 2025-03-03T04:17:03.284Z | Checking ron v0.7.1 |
| 2431 | 2025-03-03T04:17:03.491Z | Checking tabwriter v1.4.0 |
| 2432 | 2025-03-03T04:17:03.596Z | Checking slog-envlogger v2.2.0 |
| 2433 | 2025-03-03T04:17:03.752Z | Checking xz2 v0.1.7 |
| 2434 | 2025-03-03T04:17:03.835Z | Checking xattr v1.3.1 |
| 2435 | 2025-03-03T04:17:03.920Z | Checking pem v3.0.5 |
| 2436 | 2025-03-03T04:17:04.060Z | Checking yasna v0.5.2 |
| 2437 | 2025-03-03T04:17:04.078Z | Checking headers-core v0.3.0 |
| 2438 | 2025-03-03T04:17:04.218Z | Checking smf v0.2.3 |
| 2439 | 2025-03-03T04:17:04.243Z | Checking filetime v0.2.25 |
| 2440 | 2025-03-03T04:17:04.464Z | Checking same-file v1.0.6 |
| 2441 | 2025-03-03T04:17:04.482Z | Checking tar v0.4.44 |
| 2442 | 2025-03-03T04:17:04.657Z | Checking headers v0.4.0 |
| 2443 | 2025-03-03T04:17:04.672Z | Checking walkdir v2.5.0 |
| 2444 | 2025-03-03T04:17:04.879Z | Checking rcgen v0.12.1 |
| 2445 | 2025-03-03T04:17:04.954Z | Checking atomicwrites v0.4.4 |
| 2446 | 2025-03-03T04:17:05.177Z | Checking camino-tempfile v1.1.1 |
| 2447 | 2025-03-03T04:17:05.370Z | Checking subprocess v0.2.9 |
| 2448 | 2025-03-03T04:17:07.602Z | Compiling typify-macro v0.2.0 |
| 2449 | 2025-03-03T04:17:09.173Z | Compiling typify v0.2.0 |
| 2450 | 2025-03-03T04:17:09.247Z | Compiling progenitor-impl v0.8.0 |
| 2451 | 2025-03-03T04:17:11.826Z | Compiling progenitor-macro v0.8.0 |
| 2452 | 2025-03-03T04:17:15.422Z | Checking progenitor v0.8.0 |
| 2453 | 2025-03-03T04:17:15.564Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2454 | 2025-03-03T04:17:15.567Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2455 | 2025-03-03T04:17:18.182Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2456 | 2025-03-03T04:17:18.535Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2457 | 2025-03-03T04:17:24.672Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2458 | 2025-03-03T04:17:26.249Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2459 | 2025-03-03T04:17:27.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.26s |
| 2460 | 2025-03-03T04:17:27.749Z | |
| 2461 | 2025-03-03T04:17:27.749Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/196) |
| 2462 | 2025-03-03T04:17:28.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2463 | 2025-03-03T04:17:28.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2464 | 2025-03-03T04:17:28.479Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2465 | 2025-03-03T04:17:29.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 2466 | 2025-03-03T04:17:30.122Z | |
| 2467 | 2025-03-03T04:17:30.122Z | info: running `cargo check --bins` on nexus-config (51/196) |
| 2468 | 2025-03-03T04:17:30.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2469 | 2025-03-03T04:17:30.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2470 | 2025-03-03T04:17:30.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2471 | 2025-03-03T04:17:30.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2472 | 2025-03-03T04:17:30.830Z | |
| 2473 | 2025-03-03T04:17:30.830Z | info: running `cargo check --bins` on omicron-rpaths (52/196) |
| 2474 | 2025-03-03T04:17:31.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2475 | 2025-03-03T04:17:31.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2476 | 2025-03-03T04:17:31.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2477 | 2025-03-03T04:17:31.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2478 | 2025-03-03T04:17:31.502Z | |
| 2479 | 2025-03-03T04:17:31.503Z | info: running `cargo check --bins` on omicron-certificates (53/196) |
| 2480 | 2025-03-03T04:17:32.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2481 | 2025-03-03T04:17:32.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2482 | 2025-03-03T04:17:32.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2483 | 2025-03-03T04:17:32.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2484 | 2025-03-03T04:17:32.190Z | |
| 2485 | 2025-03-03T04:17:32.190Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/196) |
| 2486 | 2025-03-03T04:17:32.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2025-03-03T04:17:32.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2025-03-03T04:17:32.953Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2489 | 2025-03-03T04:17:33.071Z | Compiling tempfile v3.13.0 |
| 2490 | 2025-03-03T04:17:33.075Z | Compiling ipnetwork v0.21.1 |
| 2491 | 2025-03-03T04:17:33.075Z | Compiling wait-timeout v0.2.0 |
| 2492 | 2025-03-03T04:17:33.075Z | Compiling bit-vec v0.8.0 |
| 2493 | 2025-03-03T04:17:33.075Z | Compiling progenitor-client v0.8.0 |
| 2494 | 2025-03-03T04:17:33.075Z | Compiling itertools v0.13.0 |
| 2495 | 2025-03-03T04:17:33.087Z | Compiling rand_xorshift v0.3.0 |
| 2496 | 2025-03-03T04:17:33.273Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2497 | 2025-03-03T04:17:33.536Z | Compiling oxnet v0.1.1 |
| 2498 | 2025-03-03T04:17:33.570Z | Compiling rusty-fork v0.3.0 |
| 2499 | 2025-03-03T04:17:33.590Z | Compiling bit-set v0.8.0 |
| 2500 | 2025-03-03T04:17:33.616Z | Compiling unarray v0.1.4 |
| 2501 | 2025-03-03T04:17:33.800Z | Compiling heapless v0.8.0 |
| 2502 | 2025-03-03T04:17:33.804Z | Compiling progenitor v0.8.0 |
| 2503 | 2025-03-03T04:17:33.841Z | Compiling parse-display v0.10.0 |
| 2504 | 2025-03-03T04:17:33.865Z | Compiling thiserror v2.0.11 |
| 2505 | 2025-03-03T04:17:34.004Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2506 | 2025-03-03T04:17:34.034Z | Compiling daft v0.1.1 |
| 2507 | 2025-03-03T04:17:34.053Z | Compiling proptest v1.6.0 |
| 2508 | 2025-03-03T04:17:34.209Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2509 | 2025-03-03T04:17:34.227Z | Checking hash32 v0.3.1 |
| 2510 | 2025-03-03T04:17:34.398Z | Compiling instant v0.1.13 |
| 2511 | 2025-03-03T04:17:34.434Z | Compiling smoltcp v0.11.0 |
| 2512 | 2025-03-03T04:17:34.454Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2513 | 2025-03-03T04:17:34.492Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2514 | 2025-03-03T04:17:34.562Z | Compiling backoff v0.4.0 |
| 2515 | 2025-03-03T04:17:34.920Z | Compiling dropshot v0.16.0 |
| 2516 | 2025-03-03T04:17:34.959Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2517 | 2025-03-03T04:17:35.105Z | Compiling serde_with v3.12.0 |
| 2518 | 2025-03-03T04:17:35.161Z | Checking num-rational v0.4.2 |
| 2519 | 2025-03-03T04:17:35.570Z | Compiling progenitor-client v0.9.1 |
| 2520 | 2025-03-03T04:17:36.005Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2521 | 2025-03-03T04:17:36.120Z | Compiling phf_generator v0.11.2 |
| 2522 | 2025-03-03T04:17:36.327Z | Checking num-complex v0.4.6 |
| 2523 | 2025-03-03T04:17:37.448Z | Compiling macaddr v1.0.1 |
| 2524 | 2025-03-03T04:17:37.925Z | Checking cobs v0.2.3 |
| 2525 | 2025-03-03T04:17:38.140Z | Checking postcard v1.0.10 |
| 2526 | 2025-03-03T04:17:38.207Z | Compiling num v0.4.3 |
| 2527 | 2025-03-03T04:17:38.448Z | Compiling phf_codegen v0.11.2 |
| 2528 | 2025-03-03T04:17:38.711Z | Compiling parse-zoneinfo v0.3.1 |
| 2529 | 2025-03-03T04:17:38.730Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2530 | 2025-03-03T04:17:39.069Z | Checking float-ord v0.3.2 |
| 2531 | 2025-03-03T04:17:39.461Z | Compiling convert_case v0.4.0 |
| 2532 | 2025-03-03T04:17:40.321Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2533 | 2025-03-03T04:17:40.433Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2534 | 2025-03-03T04:17:40.610Z | Compiling derive_more v0.99.19 |
| 2535 | 2025-03-03T04:17:41.653Z | Compiling chrono-tz-build v0.4.0 |
| 2536 | 2025-03-03T04:17:42.026Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2537 | 2025-03-03T04:17:42.671Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2538 | 2025-03-03T04:17:42.868Z | Compiling crucible-workspace-hack v0.1.0 |
| 2539 | 2025-03-03T04:17:42.953Z | Compiling chrono-tz v0.10.1 |
| 2540 | 2025-03-03T04:17:43.224Z | Checking newline-converter v0.3.0 |
| 2541 | 2025-03-03T04:17:43.395Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2542 | 2025-03-03T04:17:43.410Z | Checking itertools v0.14.0 |
| 2543 | 2025-03-03T04:17:43.590Z | Checking prettyplease v0.2.29 |
| 2544 | 2025-03-03T04:17:43.923Z | Compiling slog-dtrace v0.3.0 |
| 2545 | 2025-03-03T04:17:44.279Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2546 | 2025-03-03T04:17:44.402Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2547 | 2025-03-03T04:17:44.834Z | Checking expectorate v1.1.0 |
| 2548 | 2025-03-03T04:17:45.025Z | Compiling zone_cfg_derive v0.3.0 |
| 2549 | 2025-03-03T04:17:45.387Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2550 | 2025-03-03T04:17:45.930Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2551 | 2025-03-03T04:17:46.110Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2552 | 2025-03-03T04:17:46.494Z | Compiling const_format_proc_macros v0.2.34 |
| 2553 | 2025-03-03T04:17:46.515Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2554 | 2025-03-03T04:17:46.802Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2555 | 2025-03-03T04:17:47.043Z | Compiling num-derive v0.4.2 |
| 2556 | 2025-03-03T04:17:47.401Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2557 | 2025-03-03T04:17:47.545Z | Checking highway v1.3.0 |
| 2558 | 2025-03-03T04:17:47.786Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2559 | 2025-03-03T04:17:47.811Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2560 | 2025-03-03T04:17:48.037Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2561 | 2025-03-03T04:17:48.081Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2562 | 2025-03-03T04:17:48.389Z | Checking const_format v0.2.34 |
| 2563 | 2025-03-03T04:17:48.592Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2564 | 2025-03-03T04:17:48.776Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2565 | 2025-03-03T04:17:48.874Z | Checking zone v0.3.0 |
| 2566 | 2025-03-03T04:17:48.928Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2567 | 2025-03-03T04:17:49.283Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2568 | 2025-03-03T04:17:49.554Z | Checking gethostname v0.5.0 |
| 2569 | 2025-03-03T04:17:49.653Z | Checking bcs v0.1.6 |
| 2570 | 2025-03-03T04:17:49.656Z | Checking nanorand v0.7.0 |
| 2571 | 2025-03-03T04:17:49.696Z | Compiling async-recursion v1.1.1 |
| 2572 | 2025-03-03T04:17:49.744Z | Checking termtree v0.5.1 |
| 2573 | 2025-03-03T04:17:50.049Z | Checking flume v0.11.1 |
| 2574 | 2025-03-03T04:17:51.387Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2575 | 2025-03-03T04:17:56.986Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2576 | 2025-03-03T04:18:00.283Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2577 | 2025-03-03T04:18:02.905Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2578 | 2025-03-03T04:18:04.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.01s |
| 2579 | 2025-03-03T04:18:04.420Z | |
| 2580 | 2025-03-03T04:18:04.420Z | info: running `cargo check --bins` on clickhouse-admin-api (55/196) |
| 2581 | 2025-03-03T04:18:05.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2582 | 2025-03-03T04:18:05.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2583 | 2025-03-03T04:18:05.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2584 | 2025-03-03T04:18:05.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2585 | 2025-03-03T04:18:05.130Z | |
| 2586 | 2025-03-03T04:18:05.130Z | info: running `cargo check --bins` on clickhouse-admin-types (56/196) |
| 2587 | 2025-03-03T04:18:05.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2588 | 2025-03-03T04:18:05.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2589 | 2025-03-03T04:18:05.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2590 | 2025-03-03T04:18:05.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2591 | 2025-03-03T04:18:05.844Z | |
| 2592 | 2025-03-03T04:18:05.844Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/196) |
| 2593 | 2025-03-03T04:18:06.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2594 | 2025-03-03T04:18:06.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2595 | 2025-03-03T04:18:06.587Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2596 | 2025-03-03T04:18:07.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 2597 | 2025-03-03T04:18:07.445Z | |
| 2598 | 2025-03-03T04:18:07.445Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/196) |
| 2599 | 2025-03-03T04:18:08.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2600 | 2025-03-03T04:18:08.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2601 | 2025-03-03T04:18:08.193Z | Compiling cfg_aliases v0.1.1 |
| 2602 | 2025-03-03T04:18:08.196Z | Compiling vte_generate_state_changes v0.1.2 |
| 2603 | 2025-03-03T04:18:08.196Z | Checking fd-lock v4.0.2 |
| 2604 | 2025-03-03T04:18:08.196Z | Checking nibble_vec v0.1.0 |
| 2605 | 2025-03-03T04:18:08.196Z | Checking endian-type v0.1.2 |
| 2606 | 2025-03-03T04:18:08.196Z | Checking bytecount v0.6.8 |
| 2607 | 2025-03-03T04:18:08.322Z | Compiling tabled_derive v0.7.0 |
| 2608 | 2025-03-03T04:18:08.388Z | Compiling peg-macros v0.8.4 |
| 2609 | 2025-03-03T04:18:08.392Z | Compiling nix v0.28.0 |
| 2610 | 2025-03-03T04:18:08.449Z | Checking papergrid v0.11.0 |
| 2611 | 2025-03-03T04:18:08.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2612 | 2025-03-03T04:18:08.528Z | Compiling sqlparser_derive v0.2.2 |
| 2613 | 2025-03-03T04:18:08.597Z | Checking radix_trie v0.2.1 |
| 2614 | 2025-03-03T04:18:08.898Z | Checking vte v0.11.1 |
| 2615 | 2025-03-03T04:18:09.014Z | Checking nu-ansi-term v0.50.1 |
| 2616 | 2025-03-03T04:18:09.423Z | Checking unicode_categories v0.1.1 |
| 2617 | 2025-03-03T04:18:09.570Z | Checking home v0.5.9 |
| 2618 | 2025-03-03T04:18:09.626Z | Checking sqlparser v0.45.0 |
| 2619 | 2025-03-03T04:18:09.724Z | Checking display-error-chain v0.2.2 |
| 2620 | 2025-03-03T04:18:09.741Z | Checking sqlformat v0.2.6 |
| 2621 | 2025-03-03T04:18:10.288Z | Checking strip-ansi-escapes v0.2.0 |
| 2622 | 2025-03-03T04:18:10.462Z | Checking reedline v0.38.0 |
| 2623 | 2025-03-03T04:18:10.501Z | Checking tabled v0.15.0 |
| 2624 | 2025-03-03T04:18:10.984Z | Checking peg v0.8.4 |
| 2625 | 2025-03-03T04:18:11.335Z | Checking rustyline v14.0.0 |
| 2626 | 2025-03-03T04:18:20.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s |
| 2627 | 2025-03-03T04:18:20.733Z | |
| 2628 | 2025-03-03T04:18:20.733Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/196) |
| 2629 | 2025-03-03T04:18:21.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2025-03-03T04:18:21.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2025-03-03T04:18:21.487Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2632 | 2025-03-03T04:18:26.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
| 2633 | 2025-03-03T04:18:27.093Z | |
| 2634 | 2025-03-03T04:18:27.093Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/196) |
| 2635 | 2025-03-03T04:18:27.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2025-03-03T04:18:27.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2025-03-03T04:18:27.840Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2638 | 2025-03-03T04:18:31.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 2639 | 2025-03-03T04:18:31.776Z | |
| 2640 | 2025-03-03T04:18:31.776Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/196) |
| 2641 | 2025-03-03T04:18:32.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2025-03-03T04:18:32.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2025-03-03T04:18:32.521Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2644 | 2025-03-03T04:18:37.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
| 2645 | 2025-03-03T04:18:37.845Z | |
| 2646 | 2025-03-03T04:18:37.845Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/196) |
| 2647 | 2025-03-03T04:18:38.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2025-03-03T04:18:38.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2025-03-03T04:18:38.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2650 | 2025-03-03T04:18:43.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
| 2651 | 2025-03-03T04:18:43.983Z | |
| 2652 | 2025-03-03T04:18:43.983Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/196) |
| 2653 | 2025-03-03T04:18:44.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2025-03-03T04:18:44.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2025-03-03T04:18:44.737Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2656 | 2025-03-03T04:18:48.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
| 2657 | 2025-03-03T04:18:48.882Z | |
| 2658 | 2025-03-03T04:18:48.882Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/196) |
| 2659 | 2025-03-03T04:18:49.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2025-03-03T04:18:49.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2025-03-03T04:18:49.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2662 | 2025-03-03T04:18:53.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 2663 | 2025-03-03T04:18:53.813Z | |
| 2664 | 2025-03-03T04:18:53.813Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/196) |
| 2665 | 2025-03-03T04:18:54.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2025-03-03T04:18:54.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2025-03-03T04:18:54.565Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2668 | 2025-03-03T04:18:59.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
| 2669 | 2025-03-03T04:19:00.105Z | |
| 2670 | 2025-03-03T04:19:00.106Z | info: running `cargo check --bins` on oximeter (66/196) |
| 2671 | 2025-03-03T04:19:00.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2025-03-03T04:19:00.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2025-03-03T04:19:00.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2674 | 2025-03-03T04:19:00.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2675 | 2025-03-03T04:19:00.835Z | |
| 2676 | 2025-03-03T04:19:00.835Z | info: running `cargo check --bins` on oximeter-macro-impl (67/196) |
| 2677 | 2025-03-03T04:19:01.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2025-03-03T04:19:01.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2025-03-03T04:19:01.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2680 | 2025-03-03T04:19:01.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2681 | 2025-03-03T04:19:01.519Z | |
| 2682 | 2025-03-03T04:19:01.519Z | info: running `cargo check --bins` on oximeter-schema (68/196) |
| 2683 | 2025-03-03T04:19:02.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2684 | 2025-03-03T04:19:02.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2685 | 2025-03-03T04:19:02.224Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2686 | 2025-03-03T04:19:04.322Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2687 | 2025-03-03T04:19:05.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
| 2688 | 2025-03-03T04:19:05.511Z | |
| 2689 | 2025-03-03T04:19:05.512Z | info: running `cargo check --bins` on oximeter-types (69/196) |
| 2690 | 2025-03-03T04:19:06.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2691 | 2025-03-03T04:19:06.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2692 | 2025-03-03T04:19:06.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2693 | 2025-03-03T04:19:06.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2694 | 2025-03-03T04:19:06.207Z | |
| 2695 | 2025-03-03T04:19:06.207Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/196) |
| 2696 | 2025-03-03T04:19:06.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2697 | 2025-03-03T04:19:06.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2698 | 2025-03-03T04:19:06.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2699 | 2025-03-03T04:19:06.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2700 | 2025-03-03T04:19:06.908Z | |
| 2701 | 2025-03-03T04:19:06.908Z | info: running `cargo check --bins` on oxql-types (71/196) |
| 2702 | 2025-03-03T04:19:07.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2703 | 2025-03-03T04:19:07.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2704 | 2025-03-03T04:19:07.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2705 | 2025-03-03T04:19:07.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2706 | 2025-03-03T04:19:07.620Z | |
| 2707 | 2025-03-03T04:19:07.620Z | info: running `cargo check --bins` on oximeter-test-utils (72/196) |
| 2708 | 2025-03-03T04:19:08.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2709 | 2025-03-03T04:19:08.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2710 | 2025-03-03T04:19:08.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2711 | 2025-03-03T04:19:08.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2712 | 2025-03-03T04:19:08.346Z | |
| 2713 | 2025-03-03T04:19:08.346Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/196) |
| 2714 | 2025-03-03T04:19:08.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2715 | 2025-03-03T04:19:08.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2716 | 2025-03-03T04:19:08.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2717 | 2025-03-03T04:19:08.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2718 | 2025-03-03T04:19:09.062Z | |
| 2719 | 2025-03-03T04:19:09.062Z | info: running `cargo check --bins` on bootstrap-agent-client (74/196) |
| 2720 | 2025-03-03T04:19:09.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2721 | 2025-03-03T04:19:09.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2722 | 2025-03-03T04:19:09.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2723 | 2025-03-03T04:19:09.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2724 | 2025-03-03T04:19:09.785Z | |
| 2725 | 2025-03-03T04:19:09.785Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/196) |
| 2726 | 2025-03-03T04:19:10.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2727 | 2025-03-03T04:19:10.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2728 | 2025-03-03T04:19:10.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2729 | 2025-03-03T04:19:10.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2730 | 2025-03-03T04:19:10.488Z | |
| 2731 | 2025-03-03T04:19:10.488Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/196) |
| 2732 | 2025-03-03T04:19:11.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2733 | 2025-03-03T04:19:11.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2734 | 2025-03-03T04:19:11.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2735 | 2025-03-03T04:19:11.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2736 | 2025-03-03T04:19:11.214Z | |
| 2737 | 2025-03-03T04:19:11.214Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/196) |
| 2738 | 2025-03-03T04:19:11.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2739 | 2025-03-03T04:19:11.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2740 | 2025-03-03T04:19:11.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2741 | 2025-03-03T04:19:11.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2742 | 2025-03-03T04:19:11.932Z | |
| 2743 | 2025-03-03T04:19:11.932Z | info: running `cargo check --bins` on cockroach-admin-client (78/196) |
| 2744 | 2025-03-03T04:19:12.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2025-03-03T04:19:12.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2025-03-03T04:19:12.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2025-03-03T04:19:12.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2748 | 2025-03-03T04:19:12.640Z | |
| 2749 | 2025-03-03T04:19:12.641Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/196) |
| 2750 | 2025-03-03T04:19:13.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2025-03-03T04:19:13.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2025-03-03T04:19:13.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2753 | 2025-03-03T04:19:13.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2754 | 2025-03-03T04:19:13.376Z | |
| 2755 | 2025-03-03T04:19:13.376Z | info: running `cargo check --bins` on dns-service-client (80/196) |
| 2756 | 2025-03-03T04:19:14.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2025-03-03T04:19:14.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2025-03-03T04:19:14.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2759 | 2025-03-03T04:19:14.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2760 | 2025-03-03T04:19:14.097Z | |
| 2761 | 2025-03-03T04:19:14.097Z | info: running `cargo check --bins` on internal-dns-types (81/196) |
| 2762 | 2025-03-03T04:19:14.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2025-03-03T04:19:14.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2025-03-03T04:19:14.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2765 | 2025-03-03T04:19:14.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2766 | 2025-03-03T04:19:14.818Z | |
| 2767 | 2025-03-03T04:19:14.818Z | info: running `cargo check --bins` on dpd-client (82/196) |
| 2768 | 2025-03-03T04:19:15.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2025-03-03T04:19:15.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2025-03-03T04:19:15.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2025-03-03T04:19:15.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2772 | 2025-03-03T04:19:15.538Z | |
| 2773 | 2025-03-03T04:19:15.538Z | info: running `cargo check --bins` on gateway-client (83/196) |
| 2774 | 2025-03-03T04:19:16.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2025-03-03T04:19:16.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2025-03-03T04:19:16.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2025-03-03T04:19:16.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2778 | 2025-03-03T04:19:16.424Z | |
| 2779 | 2025-03-03T04:19:16.424Z | info: running `cargo check --bins` on installinator-client (84/196) |
| 2780 | 2025-03-03T04:19:16.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2025-03-03T04:19:16.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2025-03-03T04:19:16.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2025-03-03T04:19:16.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2784 | 2025-03-03T04:19:16.941Z | |
| 2785 | 2025-03-03T04:19:16.941Z | info: running `cargo check --bins` on installinator-common (85/196) |
| 2786 | 2025-03-03T04:19:17.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2025-03-03T04:19:17.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2025-03-03T04:19:17.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2025-03-03T04:19:17.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2790 | 2025-03-03T04:19:17.662Z | |
| 2791 | 2025-03-03T04:19:17.662Z | info: running `cargo check --bins` on update-engine (86/196) |
| 2792 | 2025-03-03T04:19:18.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2025-03-03T04:19:18.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2025-03-03T04:19:18.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2025-03-03T04:19:18.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2796 | 2025-03-03T04:19:18.343Z | |
| 2797 | 2025-03-03T04:19:18.343Z | info: running `cargo check --bins` on nexus-client (87/196) |
| 2798 | 2025-03-03T04:19:18.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2025-03-03T04:19:18.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2025-03-03T04:19:18.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2025-03-03T04:19:18.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2802 | 2025-03-03T04:19:19.074Z | |
| 2803 | 2025-03-03T04:19:19.074Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/196) |
| 2804 | 2025-03-03T04:19:19.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2025-03-03T04:19:19.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2025-03-03T04:19:19.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2025-03-03T04:19:19.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2808 | 2025-03-03T04:19:19.792Z | |
| 2809 | 2025-03-03T04:19:19.792Z | info: running `cargo check --bins` on omicron-passwords (89/196) |
| 2810 | 2025-03-03T04:19:20.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2025-03-03T04:19:20.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2025-03-03T04:19:20.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2025-03-03T04:19:20.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2814 | 2025-03-03T04:19:20.470Z | |
| 2815 | 2025-03-03T04:19:20.470Z | info: running `cargo check --bins` on nexus-types (90/196) |
| 2816 | 2025-03-03T04:19:21.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2025-03-03T04:19:21.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2025-03-03T04:19:21.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2025-03-03T04:19:21.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2820 | 2025-03-03T04:19:21.195Z | |
| 2821 | 2025-03-03T04:19:21.195Z | info: running `cargo check --bins` on oxide-client (91/196) |
| 2822 | 2025-03-03T04:19:21.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2025-03-03T04:19:21.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2025-03-03T04:19:21.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2025-03-03T04:19:21.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2826 | 2025-03-03T04:19:21.881Z | |
| 2827 | 2025-03-03T04:19:21.881Z | info: running `cargo check --bins` on oximeter-client (92/196) |
| 2828 | 2025-03-03T04:19:22.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2025-03-03T04:19:22.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2025-03-03T04:19:22.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2025-03-03T04:19:22.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2832 | 2025-03-03T04:19:22.594Z | |
| 2833 | 2025-03-03T04:19:22.594Z | info: running `cargo check --bins` on repo-depot-client (93/196) |
| 2834 | 2025-03-03T04:19:23.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2025-03-03T04:19:23.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2025-03-03T04:19:23.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2025-03-03T04:19:23.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2838 | 2025-03-03T04:19:23.271Z | |
| 2839 | 2025-03-03T04:19:23.271Z | info: running `cargo check --bins` on sled-agent-client (94/196) |
| 2840 | 2025-03-03T04:19:23.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2025-03-03T04:19:23.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2025-03-03T04:19:23.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2025-03-03T04:19:23.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2844 | 2025-03-03T04:19:24.008Z | |
| 2845 | 2025-03-03T04:19:24.008Z | info: running `cargo check --bins` on wicketd-client (95/196) |
| 2846 | 2025-03-03T04:19:24.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2025-03-03T04:19:24.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2025-03-03T04:19:24.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2025-03-03T04:19:24.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2850 | 2025-03-03T04:19:24.755Z | |
| 2851 | 2025-03-03T04:19:24.755Z | info: running `cargo check --bins` on sled-agent-types (96/196) |
| 2852 | 2025-03-03T04:19:25.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2025-03-03T04:19:25.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2025-03-03T04:19:25.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2025-03-03T04:19:25.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2856 | 2025-03-03T04:19:25.485Z | |
| 2857 | 2025-03-03T04:19:25.485Z | info: running `cargo check --bins` on wicket-common (97/196) |
| 2858 | 2025-03-03T04:19:26.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2025-03-03T04:19:26.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2025-03-03T04:19:26.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2025-03-03T04:19:26.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2862 | 2025-03-03T04:19:26.217Z | |
| 2863 | 2025-03-03T04:19:26.217Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/196) |
| 2864 | 2025-03-03T04:19:26.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2025-03-03T04:19:26.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2025-03-03T04:19:26.960Z | Checking csv-core v0.1.11 |
| 2867 | 2025-03-03T04:19:26.960Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2868 | 2025-03-03T04:19:26.963Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2869 | 2025-03-03T04:19:26.963Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2870 | 2025-03-03T04:19:27.264Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2871 | 2025-03-03T04:19:27.287Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2872 | 2025-03-03T04:19:27.316Z | Checking csv v1.3.1 |
| 2873 | 2025-03-03T04:19:27.877Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2874 | 2025-03-03T04:19:28.257Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2875 | 2025-03-03T04:19:29.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s |
| 2876 | 2025-03-03T04:19:30.143Z | |
| 2877 | 2025-03-03T04:19:30.143Z | info: running `cargo check --bins` on cockroach-admin-api (99/196) |
| 2878 | 2025-03-03T04:19:30.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2025-03-03T04:19:30.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2025-03-03T04:19:30.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2025-03-03T04:19:30.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2882 | 2025-03-03T04:19:30.864Z | |
| 2883 | 2025-03-03T04:19:30.864Z | info: running `cargo check --bins` on cockroach-admin-types (100/196) |
| 2884 | 2025-03-03T04:19:31.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2025-03-03T04:19:31.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2025-03-03T04:19:31.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2025-03-03T04:19:31.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2888 | 2025-03-03T04:19:31.577Z | |
| 2889 | 2025-03-03T04:19:31.577Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/196) |
| 2890 | 2025-03-03T04:19:32.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2025-03-03T04:19:32.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2025-03-03T04:19:32.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2025-03-03T04:19:32.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2894 | 2025-03-03T04:19:32.381Z | |
| 2895 | 2025-03-03T04:19:32.382Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/196) |
| 2896 | 2025-03-03T04:19:33.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2025-03-03T04:19:33.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2025-03-03T04:19:33.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2025-03-03T04:19:33.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2900 | 2025-03-03T04:19:33.189Z | |
| 2901 | 2025-03-03T04:19:33.189Z | info: running `cargo check --bins` on dns-server (103/196) |
| 2902 | 2025-03-03T04:19:33.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2025-03-03T04:19:33.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2025-03-03T04:19:33.923Z | Compiling typify-impl v0.3.0 |
| 2905 | 2025-03-03T04:19:34.037Z | Compiling parking_lot_core v0.8.6 |
| 2906 | 2025-03-03T04:19:34.048Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2907 | 2025-03-03T04:19:34.060Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2908 | 2025-03-03T04:19:34.063Z | Checking fxhash v0.2.1 |
| 2909 | 2025-03-03T04:19:34.063Z | Checking hickory-client v0.24.4 |
| 2910 | 2025-03-03T04:19:34.071Z | Checking hickory-server v0.24.4 |
| 2911 | 2025-03-03T04:19:34.851Z | Checking parking_lot v0.11.2 |
| 2912 | 2025-03-03T04:19:34.993Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2913 | 2025-03-03T04:19:35.132Z | Checking sled v0.34.7 |
| 2914 | 2025-03-03T04:19:39.609Z | Compiling typify-macro v0.3.0 |
| 2915 | 2025-03-03T04:19:41.164Z | Compiling typify v0.3.0 |
| 2916 | 2025-03-03T04:19:41.237Z | Compiling progenitor-impl v0.9.1 |
| 2917 | 2025-03-03T04:19:43.731Z | Compiling progenitor-macro v0.9.1 |
| 2918 | 2025-03-03T04:19:47.424Z | Checking progenitor v0.9.1 |
| 2919 | 2025-03-03T04:19:47.568Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2920 | 2025-03-03T04:19:48.052Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2921 | 2025-03-03T04:19:49.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s |
| 2922 | 2025-03-03T04:19:49.589Z | |
| 2923 | 2025-03-03T04:19:49.589Z | info: running `cargo check --bins` on dns-server-api (104/196) |
| 2924 | 2025-03-03T04:19:50.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2025-03-03T04:19:50.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2025-03-03T04:19:50.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2025-03-03T04:19:50.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2928 | 2025-03-03T04:19:50.286Z | |
| 2929 | 2025-03-03T04:19:50.286Z | info: running `cargo check --bins` on openapi-manager-types (105/196) |
| 2930 | 2025-03-03T04:19:50.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2025-03-03T04:19:50.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2025-03-03T04:19:50.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2025-03-03T04:19:50.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2934 | 2025-03-03T04:19:50.983Z | |
| 2935 | 2025-03-03T04:19:50.983Z | info: running `cargo check --bins` on gateway-test-utils (106/196) |
| 2936 | 2025-03-03T04:19:51.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2025-03-03T04:19:51.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2025-03-03T04:19:51.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2025-03-03T04:19:51.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2940 | 2025-03-03T04:19:51.748Z | |
| 2941 | 2025-03-03T04:19:51.748Z | info: running `cargo check --bins` on gateway-types (107/196) |
| 2942 | 2025-03-03T04:19:52.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2025-03-03T04:19:52.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2025-03-03T04:19:52.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2945 | 2025-03-03T04:19:52.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2946 | 2025-03-03T04:19:52.447Z | |
| 2947 | 2025-03-03T04:19:52.447Z | info: running `cargo check --bins` on ipcc (108/196) |
| 2948 | 2025-03-03T04:19:53.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2025-03-03T04:19:53.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2025-03-03T04:19:53.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2951 | 2025-03-03T04:19:53.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2952 | 2025-03-03T04:19:53.143Z | |
| 2953 | 2025-03-03T04:19:53.143Z | info: running `cargo check --bins` on omicron-gateway (109/196) |
| 2954 | 2025-03-03T04:19:53.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2025-03-03T04:19:53.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2025-03-03T04:19:53.927Z | Compiling radium v0.7.0 |
| 2957 | 2025-03-03T04:19:53.930Z | Compiling semver v0.1.20 |
| 2958 | 2025-03-03T04:19:54.056Z | Checking tap v1.0.1 |
| 2959 | 2025-03-03T04:19:54.059Z | Compiling maybe-uninit v2.0.0 |
| 2960 | 2025-03-03T04:19:54.080Z | Checking password-hash v0.5.0 |
| 2961 | 2025-03-03T04:19:54.083Z | Checking blake2 v0.10.6 |
| 2962 | 2025-03-03T04:19:54.083Z | Compiling owo-colors v4.2.0 |
| 2963 | 2025-03-03T04:19:54.083Z | Checking crc-catalog v2.4.0 |
| 2964 | 2025-03-03T04:19:54.210Z | Checking wyz v0.5.1 |
| 2965 | 2025-03-03T04:19:54.264Z | Compiling cancel-safe-futures v0.1.5 |
| 2966 | 2025-03-03T04:19:54.502Z | Compiling rustc_version v0.1.7 |
| 2967 | 2025-03-03T04:19:54.601Z | Checking funty v2.0.0 |
| 2968 | 2025-03-03T04:19:54.605Z | Compiling packed_struct v0.10.1 |
| 2969 | 2025-03-03T04:19:54.638Z | Checking argon2 v0.5.3 |
| 2970 | 2025-03-03T04:19:54.704Z | Checking crc v3.2.1 |
| 2971 | 2025-03-03T04:19:54.742Z | Compiling packed_struct_codegen v0.10.1 |
| 2972 | 2025-03-03T04:19:54.792Z | Checking libsw-core v0.3.1 |
| 2973 | 2025-03-03T04:19:54.900Z | Compiling indexmap v1.9.3 |
| 2974 | 2025-03-03T04:19:54.919Z | Compiling newtype_derive v0.1.6 |
| 2975 | 2025-03-03T04:19:55.040Z | Checking half v2.4.1 |
| 2976 | 2025-03-03T04:19:55.086Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2977 | 2025-03-03T04:19:55.128Z | Checking ciborium-io v0.2.2 |
| 2978 | 2025-03-03T04:19:55.245Z | Checking nodrop v0.1.14 |
| 2979 | 2025-03-03T04:19:55.262Z | Checking fixedbitset v0.5.7 |
| 2980 | 2025-03-03T04:19:55.384Z | Checking array-init v0.0.4 |
| 2981 | 2025-03-03T04:19:55.405Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2982 | 2025-03-03T04:19:55.461Z | Checking libsw v3.4.0 |
| 2983 | 2025-03-03T04:19:55.477Z | Checking bitvec v1.0.1 |
| 2984 | 2025-03-03T04:19:55.511Z | Checking ciborium-ll v0.2.2 |
| 2985 | 2025-03-03T04:19:55.636Z | Checking petgraph v0.7.1 |
| 2986 | 2025-03-03T04:19:55.693Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2987 | 2025-03-03T04:19:55.722Z | Checking smallvec v0.6.14 |
| 2988 | 2025-03-03T04:19:56.119Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2989 | 2025-03-03T04:19:56.310Z | Checking indent_write v2.2.0 |
| 2990 | 2025-03-03T04:19:56.329Z | Checking hashbrown v0.12.3 |
| 2991 | 2025-03-03T04:19:56.446Z | Checking termcolor v1.4.1 |
| 2992 | 2025-03-03T04:19:56.554Z | Checking swrite v0.1.0 |
| 2993 | 2025-03-03T04:19:56.703Z | Checking bitfield v0.14.0 |
| 2994 | 2025-03-03T04:19:56.857Z | Checking linear-map v1.2.0 |
| 2995 | 2025-03-03T04:19:56.991Z | Checking ron v0.8.1 |
| 2996 | 2025-03-03T04:19:57.079Z | Checking env_logger v0.10.2 |
| 2997 | 2025-03-03T04:19:57.183Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2998 | 2025-03-03T04:19:57.203Z | Checking serde-hex v0.1.0 |
| 2999 | 2025-03-03T04:19:57.206Z | Checking ciborium v0.2.2 |
| 3000 | 2025-03-03T04:19:57.503Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3001 | 2025-03-03T04:19:58.158Z | Checking steno v0.4.1 |
| 3002 | 2025-03-03T04:19:58.217Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3003 | 2025-03-03T04:19:58.235Z | Checking hashbrown v0.13.2 |
| 3004 | 2025-03-03T04:19:58.494Z | Checking crc-any v2.5.0 |
| 3005 | 2025-03-03T04:19:58.713Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3006 | 2025-03-03T04:19:58.789Z | Checking humantime v2.1.0 |
| 3007 | 2025-03-03T04:19:58.853Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3008 | 2025-03-03T04:19:59.105Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3009 | 2025-03-03T04:19:59.150Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 3010 | 2025-03-03T04:19:59.169Z | Checking object v0.30.4 |
| 3011 | 2025-03-03T04:19:59.486Z | Checking path-slash v0.1.5 |
| 3012 | 2025-03-03T04:19:59.739Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3013 | 2025-03-03T04:19:59.765Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3014 | 2025-03-03T04:20:00.308Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3015 | 2025-03-03T04:20:00.482Z | Checking nix v0.27.1 |
| 3016 | 2025-03-03T04:20:00.596Z | Checking tungstenite v0.23.0 |
| 3017 | 2025-03-03T04:20:01.099Z | Checking kstat-rs v0.2.4 |
| 3018 | 2025-03-03T04:20:01.460Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3019 | 2025-03-03T04:20:01.480Z | Checking tokio-tungstenite v0.23.1 |
| 3020 | 2025-03-03T04:20:01.660Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3021 | 2025-03-03T04:20:01.741Z | Checking signal-hook-tokio v0.3.1 |
| 3022 | 2025-03-03T04:20:01.944Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3023 | 2025-03-03T04:20:02.404Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3024 | 2025-03-03T04:20:09.328Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 3025 | 2025-03-03T04:20:10.729Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 3026 | 2025-03-03T04:20:13.266Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3027 | 2025-03-03T04:20:18.945Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3028 | 2025-03-03T04:20:19.643Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3029 | 2025-03-03T04:20:22.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.31s |
| 3030 | 2025-03-03T04:20:22.676Z | |
| 3031 | 2025-03-03T04:20:22.676Z | info: running `cargo check --bins` on gateway-api (110/196) |
| 3032 | 2025-03-03T04:20:23.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2025-03-03T04:20:23.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2025-03-03T04:20:23.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2025-03-03T04:20:23.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3036 | 2025-03-03T04:20:23.381Z | |
| 3037 | 2025-03-03T04:20:23.381Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/196) |
| 3038 | 2025-03-03T04:20:23.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2025-03-03T04:20:24.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2025-03-03T04:20:24.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2025-03-03T04:20:24.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3042 | 2025-03-03T04:20:24.058Z | |
| 3043 | 2025-03-03T04:20:24.058Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/196) |
| 3044 | 2025-03-03T04:20:24.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2025-03-03T04:20:24.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2025-03-03T04:20:24.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2025-03-03T04:20:24.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3048 | 2025-03-03T04:20:24.770Z | |
| 3049 | 2025-03-03T04:20:24.770Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/196) |
| 3050 | 2025-03-03T04:20:25.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2025-03-03T04:20:25.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2025-03-03T04:20:25.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2025-03-03T04:20:25.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3054 | 2025-03-03T04:20:25.488Z | |
| 3055 | 2025-03-03T04:20:25.488Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/196) |
| 3056 | 2025-03-03T04:20:26.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2025-03-03T04:20:26.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2025-03-03T04:20:26.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2025-03-03T04:20:26.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3060 | 2025-03-03T04:20:26.204Z | |
| 3061 | 2025-03-03T04:20:26.204Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/196) |
| 3062 | 2025-03-03T04:20:26.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2025-03-03T04:20:26.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2025-03-03T04:20:26.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2025-03-03T04:20:26.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3066 | 2025-03-03T04:20:26.921Z | |
| 3067 | 2025-03-03T04:20:26.921Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/196) |
| 3068 | 2025-03-03T04:20:27.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2025-03-03T04:20:27.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2025-03-03T04:20:27.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2025-03-03T04:20:27.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3072 | 2025-03-03T04:20:27.629Z | |
| 3073 | 2025-03-03T04:20:27.629Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/196) |
| 3074 | 2025-03-03T04:20:28.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2025-03-03T04:20:28.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2025-03-03T04:20:28.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2025-03-03T04:20:28.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3078 | 2025-03-03T04:20:28.333Z | |
| 3079 | 2025-03-03T04:20:28.333Z | info: running `cargo check --bins` on oximeter-producer (118/196) |
| 3080 | 2025-03-03T04:20:28.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2025-03-03T04:20:28.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2025-03-03T04:20:28.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2025-03-03T04:20:28.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3084 | 2025-03-03T04:20:29.069Z | |
| 3085 | 2025-03-03T04:20:29.069Z | info: running `cargo check --bins` on internal-dns-resolver (119/196) |
| 3086 | 2025-03-03T04:20:29.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2025-03-03T04:20:29.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2025-03-03T04:20:29.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2025-03-03T04:20:29.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3090 | 2025-03-03T04:20:29.786Z | |
| 3091 | 2025-03-03T04:20:29.786Z | info: running `cargo check --bins` on sp-sim (120/196) |
| 3092 | 2025-03-03T04:20:30.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2025-03-03T04:20:30.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2025-03-03T04:20:30.518Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3095 | 2025-03-03T04:20:30.998Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3096 | 2025-03-03T04:20:32.770Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3097 | 2025-03-03T04:20:34.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
| 3098 | 2025-03-03T04:20:34.742Z | |
| 3099 | 2025-03-03T04:20:34.742Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/196) |
| 3100 | 2025-03-03T04:20:35.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2025-03-03T04:20:35.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2025-03-03T04:20:35.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2025-03-03T04:20:35.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3104 | 2025-03-03T04:20:35.532Z | |
| 3105 | 2025-03-03T04:20:35.533Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/196) |
| 3106 | 2025-03-03T04:20:36.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2025-03-03T04:20:36.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2025-03-03T04:20:36.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2025-03-03T04:20:36.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3110 | 2025-03-03T04:20:36.309Z | |
| 3111 | 2025-03-03T04:20:36.309Z | info: running `cargo check --bins` on db-macros (123/196) |
| 3112 | 2025-03-03T04:20:36.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2025-03-03T04:20:36.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2025-03-03T04:20:36.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2025-03-03T04:20:36.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3116 | 2025-03-03T04:20:37.033Z | |
| 3117 | 2025-03-03T04:20:37.033Z | info: running `cargo check --bins` on nexus-macros-common (124/196) |
| 3118 | 2025-03-03T04:20:37.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2025-03-03T04:20:37.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2025-03-03T04:20:37.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2025-03-03T04:20:37.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3122 | 2025-03-03T04:20:37.741Z | |
| 3123 | 2025-03-03T04:20:37.741Z | info: running `cargo check --bins` on nexus-auth (125/196) |
| 3124 | 2025-03-03T04:20:38.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2025-03-03T04:20:38.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2025-03-03T04:20:38.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2025-03-03T04:20:38.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3128 | 2025-03-03T04:20:38.505Z | |
| 3129 | 2025-03-03T04:20:38.505Z | info: running `cargo check --bins` on authz-macros (126/196) |
| 3130 | 2025-03-03T04:20:39.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2025-03-03T04:20:39.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2025-03-03T04:20:39.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2025-03-03T04:20:39.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3134 | 2025-03-03T04:20:39.187Z | |
| 3135 | 2025-03-03T04:20:39.187Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/196) |
| 3136 | 2025-03-03T04:20:39.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2025-03-03T04:20:39.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2025-03-03T04:20:39.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2025-03-03T04:20:39.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3140 | 2025-03-03T04:20:39.942Z | |
| 3141 | 2025-03-03T04:20:39.942Z | info: running `cargo check --bins` on nexus-db-model (128/196) |
| 3142 | 2025-03-03T04:20:40.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2025-03-03T04:20:40.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2025-03-03T04:20:40.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2025-03-03T04:20:40.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3146 | 2025-03-03T04:20:40.687Z | |
| 3147 | 2025-03-03T04:20:40.688Z | info: running `cargo check --bins` on nexus-defaults (129/196) |
| 3148 | 2025-03-03T04:20:41.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2025-03-03T04:20:41.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2025-03-03T04:20:41.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2025-03-03T04:20:41.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3152 | 2025-03-03T04:20:41.389Z | |
| 3153 | 2025-03-03T04:20:41.389Z | info: running `cargo check --bins` on nexus-inventory (130/196) |
| 3154 | 2025-03-03T04:20:42.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2025-03-03T04:20:42.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2025-03-03T04:20:42.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2025-03-03T04:20:42.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3158 | 2025-03-03T04:20:42.124Z | |
| 3159 | 2025-03-03T04:20:42.124Z | info: running `cargo check --bins` on typed-rng (131/196) |
| 3160 | 2025-03-03T04:20:42.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2025-03-03T04:20:42.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2025-03-03T04:20:42.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2025-03-03T04:20:42.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3164 | 2025-03-03T04:20:42.827Z | |
| 3165 | 2025-03-03T04:20:42.827Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/196) |
| 3166 | 2025-03-03T04:20:43.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2025-03-03T04:20:43.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2025-03-03T04:20:43.655Z | Checking keccak v0.1.5 |
| 3169 | 2025-03-03T04:20:43.774Z | Checking secrecy v0.8.0 |
| 3170 | 2025-03-03T04:20:43.778Z | Compiling unicase v2.7.0 |
| 3171 | 2025-03-03T04:20:43.778Z | Compiling same-file v1.0.6 |
| 3172 | 2025-03-03T04:20:43.814Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 3173 | 2025-03-03T04:20:43.818Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3174 | 2025-03-03T04:20:43.818Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3175 | 2025-03-03T04:20:43.818Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3176 | 2025-03-03T04:20:43.949Z | Checking universal-hash v0.5.1 |
| 3177 | 2025-03-03T04:20:44.051Z | Compiling walkdir v2.5.0 |
| 3178 | 2025-03-03T04:20:44.068Z | Checking sha3 v0.10.8 |
| 3179 | 2025-03-03T04:20:44.088Z | Compiling blake3 v1.5.4 |
| 3180 | 2025-03-03T04:20:44.150Z | Checking opaque-debug v0.3.1 |
| 3181 | 2025-03-03T04:20:44.217Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3182 | 2025-03-03T04:20:44.250Z | Checking poly1305 v0.8.0 |
| 3183 | 2025-03-03T04:20:44.301Z | Checking chacha20 v0.9.1 |
| 3184 | 2025-03-03T04:20:44.408Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3185 | 2025-03-03T04:20:44.494Z | Checking aead v0.5.2 |
| 3186 | 2025-03-03T04:20:44.562Z | Compiling memmap2 v0.9.5 |
| 3187 | 2025-03-03T04:20:44.670Z | Compiling arrayvec v0.7.6 |
| 3188 | 2025-03-03T04:20:44.690Z | Compiling constant_time_eq v0.3.1 |
| 3189 | 2025-03-03T04:20:44.729Z | Compiling libefi-sys v0.1.0 |
| 3190 | 2025-03-03T04:20:44.761Z | Compiling arrayref v0.3.9 |
| 3191 | 2025-03-03T04:20:44.877Z | Compiling salty v0.3.0 |
| 3192 | 2025-03-03T04:20:44.896Z | Checking chacha20poly1305 v0.10.1 |
| 3193 | 2025-03-03T04:20:44.979Z | Compiling toolchain_find v0.4.0 |
| 3194 | 2025-03-03T04:20:45.084Z | Compiling camino-tempfile v1.1.1 |
| 3195 | 2025-03-03T04:20:45.102Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3196 | 2025-03-03T04:20:45.320Z | Compiling bitfield-struct v0.6.2 |
| 3197 | 2025-03-03T04:20:45.444Z | Compiling topological-sort v0.2.2 |
| 3198 | 2025-03-03T04:20:45.516Z | Compiling mime_guess v2.0.5 |
| 3199 | 2025-03-03T04:20:45.624Z | Compiling rustfmt-wrapper v0.2.1 |
| 3200 | 2025-03-03T04:20:46.103Z | Compiling omicron-zone-package v0.12.0 |
| 3201 | 2025-03-03T04:20:46.179Z | Compiling progenitor v0.9.1 |
| 3202 | 2025-03-03T04:20:46.252Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3203 | 2025-03-03T04:20:46.408Z | Checking primeorder v0.13.6 |
| 3204 | 2025-03-03T04:20:46.491Z | Checking env_filter v0.1.2 |
| 3205 | 2025-03-03T04:20:46.560Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2025-03-03T04:20:46.600Z | Checking thiserror-no-std v2.0.2 |
| 3207 | 2025-03-03T04:20:46.730Z | Checking env_logger v0.11.5 |
| 3208 | 2025-03-03T04:20:46.746Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2025-03-03T04:20:46.749Z | Checking vsss-rs v3.3.4 |
| 3210 | 2025-03-03T04:20:46.749Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3211 | 2025-03-03T04:20:46.857Z | Checking p384 v0.13.0 |
| 3212 | 2025-03-03T04:20:46.942Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2025-03-03T04:20:47.085Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 3214 | 2025-03-03T04:20:47.205Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3215 | 2025-03-03T04:20:47.279Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3216 | 2025-03-03T04:20:47.342Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3217 | 2025-03-03T04:20:47.360Z | Checking http-range v0.1.5 |
| 3218 | 2025-03-03T04:20:47.393Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3219 | 2025-03-03T04:20:47.688Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3220 | 2025-03-03T04:20:47.725Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3221 | 2025-03-03T04:20:47.806Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3222 | 2025-03-03T04:20:48.056Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3223 | 2025-03-03T04:20:48.272Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3224 | 2025-03-03T04:20:48.360Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3225 | 2025-03-03T04:20:48.379Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3226 | 2025-03-03T04:20:48.559Z | Checking atty v0.2.14 |
| 3227 | 2025-03-03T04:20:48.715Z | Checking glob v0.3.2 |
| 3228 | 2025-03-03T04:20:48.786Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3229 | 2025-03-03T04:20:48.919Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3230 | 2025-03-03T04:20:49.155Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3231 | 2025-03-03T04:20:49.462Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3232 | 2025-03-03T04:20:49.728Z | Checking hyper-staticfile v0.10.1 |
| 3233 | 2025-03-03T04:20:50.077Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3234 | 2025-03-03T04:20:50.190Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3235 | 2025-03-03T04:20:50.262Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3236 | 2025-03-03T04:20:50.417Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3237 | 2025-03-03T04:20:50.618Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3238 | 2025-03-03T04:20:51.120Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3239 | 2025-03-03T04:20:51.318Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3240 | 2025-03-03T04:20:51.330Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3241 | 2025-03-03T04:20:51.461Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3242 | 2025-03-03T04:20:51.681Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3243 | 2025-03-03T04:20:52.539Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3244 | 2025-03-03T04:20:55.322Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3245 | 2025-03-03T04:20:55.322Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3246 | 2025-03-03T04:21:04.291Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3247 | 2025-03-03T04:21:18.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.56s |
| 3248 | 2025-03-03T04:21:18.616Z | |
| 3249 | 2025-03-03T04:21:18.616Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/196) |
| 3250 | 2025-03-03T04:21:19.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2025-03-03T04:21:19.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2025-03-03T04:21:19.426Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3253 | 2025-03-03T04:21:33.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s |
| 3254 | 2025-03-03T04:21:33.690Z | |
| 3255 | 2025-03-03T04:21:33.690Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/196) |
| 3256 | 2025-03-03T04:21:34.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2025-03-03T04:21:34.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2025-03-03T04:21:34.511Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3259 | 2025-03-03T04:21:48.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.95s |
| 3260 | 2025-03-03T04:21:48.859Z | |
| 3261 | 2025-03-03T04:21:48.859Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/196) |
| 3262 | 2025-03-03T04:21:49.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2025-03-03T04:21:49.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2025-03-03T04:21:49.669Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3265 | 2025-03-03T04:22:03.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s |
| 3266 | 2025-03-03T04:22:04.147Z | |
| 3267 | 2025-03-03T04:22:04.147Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/196) |
| 3268 | 2025-03-03T04:22:04.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2025-03-03T04:22:04.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2025-03-03T04:22:04.964Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3271 | 2025-03-03T04:22:19.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.99s |
| 3272 | 2025-03-03T04:22:19.360Z | |
| 3273 | 2025-03-03T04:22:19.360Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/196) |
| 3274 | 2025-03-03T04:22:20.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2025-03-03T04:22:20.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2025-03-03T04:22:20.164Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3277 | 2025-03-03T04:22:34.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
| 3278 | 2025-03-03T04:22:34.429Z | |
| 3279 | 2025-03-03T04:22:34.429Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/196) |
| 3280 | 2025-03-03T04:22:35.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2025-03-03T04:22:35.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2025-03-03T04:22:35.244Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3283 | 2025-03-03T04:22:49.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s |
| 3284 | 2025-03-03T04:22:49.687Z | |
| 3285 | 2025-03-03T04:22:49.688Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/196) |
| 3286 | 2025-03-03T04:22:50.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2025-03-03T04:22:50.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2025-03-03T04:22:50.506Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3289 | 2025-03-03T04:23:04.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
| 3290 | 2025-03-03T04:23:04.759Z | |
| 3291 | 2025-03-03T04:23:04.759Z | info: running `cargo check --bins` on bootstrap-agent-api (140/196) |
| 3292 | 2025-03-03T04:23:05.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2025-03-03T04:23:05.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2025-03-03T04:23:05.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2025-03-03T04:23:05.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3296 | 2025-03-03T04:23:05.499Z | |
| 3297 | 2025-03-03T04:23:05.499Z | info: running `cargo check --bins` on key-manager (141/196) |
| 3298 | 2025-03-03T04:23:06.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2025-03-03T04:23:06.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2025-03-03T04:23:06.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2025-03-03T04:23:06.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3302 | 2025-03-03T04:23:06.199Z | |
| 3303 | 2025-03-03T04:23:06.199Z | info: running `cargo check --bins` on range-requests (142/196) |
| 3304 | 2025-03-03T04:23:06.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2025-03-03T04:23:06.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2025-03-03T04:23:06.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2025-03-03T04:23:06.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3308 | 2025-03-03T04:23:06.881Z | |
| 3309 | 2025-03-03T04:23:06.882Z | info: running `cargo check --bins` on repo-depot-api (143/196) |
| 3310 | 2025-03-03T04:23:07.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2025-03-03T04:23:07.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2025-03-03T04:23:07.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2025-03-03T04:23:07.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3314 | 2025-03-03T04:23:07.582Z | |
| 3315 | 2025-03-03T04:23:07.582Z | info: running `cargo check --bins` on sled-agent-api (144/196) |
| 3316 | 2025-03-03T04:23:08.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2025-03-03T04:23:08.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2025-03-03T04:23:08.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2025-03-03T04:23:08.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3320 | 2025-03-03T04:23:08.308Z | |
| 3321 | 2025-03-03T04:23:08.308Z | info: running `cargo check --bins` on sled-diagnostics (145/196) |
| 3322 | 2025-03-03T04:23:08.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2025-03-03T04:23:08.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2025-03-03T04:23:08.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2025-03-03T04:23:08.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3326 | 2025-03-03T04:23:08.993Z | |
| 3327 | 2025-03-03T04:23:08.993Z | info: running `cargo check --bins` on sled-hardware (146/196) |
| 3328 | 2025-03-03T04:23:09.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2025-03-03T04:23:09.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2025-03-03T04:23:09.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2025-03-03T04:23:09.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3332 | 2025-03-03T04:23:09.706Z | |
| 3333 | 2025-03-03T04:23:09.706Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/196) |
| 3334 | 2025-03-03T04:23:10.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2025-03-03T04:23:10.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2025-03-03T04:23:10.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2025-03-03T04:23:10.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3338 | 2025-03-03T04:23:10.421Z | |
| 3339 | 2025-03-03T04:23:10.421Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/196) |
| 3340 | 2025-03-03T04:23:11.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2025-03-03T04:23:11.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2025-03-03T04:23:11.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2025-03-03T04:23:11.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3344 | 2025-03-03T04:23:11.137Z | |
| 3345 | 2025-03-03T04:23:11.138Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/196) |
| 3346 | 2025-03-03T04:23:11.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2025-03-03T04:23:11.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2025-03-03T04:23:11.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2025-03-03T04:23:11.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3350 | 2025-03-03T04:23:11.870Z | |
| 3351 | 2025-03-03T04:23:11.870Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/196) |
| 3352 | 2025-03-03T04:23:12.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2025-03-03T04:23:12.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2025-03-03T04:23:12.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2025-03-03T04:23:12.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3356 | 2025-03-03T04:23:12.605Z | |
| 3357 | 2025-03-03T04:23:12.605Z | info: running `cargo check --bins` on nexus-test-interface (151/196) |
| 3358 | 2025-03-03T04:23:13.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2025-03-03T04:23:13.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2025-03-03T04:23:13.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2025-03-03T04:23:13.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3362 | 2025-03-03T04:23:13.647Z | |
| 3363 | 2025-03-03T04:23:13.647Z | info: running `cargo check --bins` on oximeter-collector (152/196) |
| 3364 | 2025-03-03T04:23:13.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2025-03-03T04:23:13.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2025-03-03T04:23:14.109Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3367 | 2025-03-03T04:23:14.109Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3368 | 2025-03-03T04:23:15.023Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3369 | 2025-03-03T04:23:17.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
| 3370 | 2025-03-03T04:23:17.307Z | |
| 3371 | 2025-03-03T04:23:17.307Z | info: running `cargo check --bins` on oximeter-api (153/196) |
| 3372 | 2025-03-03T04:23:17.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2025-03-03T04:23:17.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2025-03-03T04:23:17.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2025-03-03T04:23:17.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3376 | 2025-03-03T04:23:18.014Z | |
| 3377 | 2025-03-03T04:23:18.014Z | info: running `cargo check --bins` on cert-dev (154/196) |
| 3378 | 2025-03-03T04:23:18.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2025-03-03T04:23:18.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2025-03-03T04:23:18.701Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3381 | 2025-03-03T04:23:18.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3382 | 2025-03-03T04:23:19.167Z | |
| 3383 | 2025-03-03T04:23:19.167Z | info: running `cargo check --bins` on clickana (155/196) |
| 3384 | 2025-03-03T04:23:19.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2025-03-03T04:23:19.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2025-03-03T04:23:19.903Z | Checking itertools v0.13.0 |
| 3387 | 2025-03-03T04:23:19.903Z | Checking castaway v0.2.3 |
| 3388 | 2025-03-03T04:23:19.907Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3389 | 2025-03-03T04:23:19.907Z | Checking lru v0.12.5 |
| 3390 | 2025-03-03T04:23:19.908Z | Compiling instability v0.3.2 |
| 3391 | 2025-03-03T04:23:19.908Z | Checking cassowary v0.3.0 |
| 3392 | 2025-03-03T04:23:19.908Z | Compiling indoc v2.0.5 |
| 3393 | 2025-03-03T04:23:20.188Z | Checking compact_str v0.8.0 |
| 3394 | 2025-03-03T04:23:21.718Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3395 | 2025-03-03T04:23:21.805Z | Checking unicode-truncate v1.1.0 |
| 3396 | 2025-03-03T04:23:21.980Z | Checking ratatui v0.29.0 |
| 3397 | 2025-03-03T04:23:23.902Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3398 | 2025-03-03T04:23:24.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
| 3399 | 2025-03-03T04:23:24.958Z | |
| 3400 | 2025-03-03T04:23:24.958Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/196) |
| 3401 | 2025-03-03T04:23:25.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2025-03-03T04:23:25.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2025-03-03T04:23:25.709Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3404 | 2025-03-03T04:23:25.712Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3405 | 2025-03-03T04:23:26.793Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3406 | 2025-03-03T04:23:27.275Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3407 | 2025-03-03T04:23:27.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
| 3408 | 2025-03-03T04:23:27.842Z | |
| 3409 | 2025-03-03T04:23:27.842Z | info: running `cargo check --bins` on ch-dev (157/196) |
| 3410 | 2025-03-03T04:23:28.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2025-03-03T04:23:28.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2025-03-03T04:23:28.590Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3413 | 2025-03-03T04:23:29.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 3414 | 2025-03-03T04:23:29.579Z | |
| 3415 | 2025-03-03T04:23:29.579Z | info: running `cargo check --bins` on crdb-seed (158/196) |
| 3416 | 2025-03-03T04:23:30.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2025-03-03T04:23:30.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2025-03-03T04:23:30.301Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3419 | 2025-03-03T04:23:30.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3420 | 2025-03-03T04:23:30.879Z | |
| 3421 | 2025-03-03T04:23:30.879Z | info: running `cargo check --bins` on db-dev (159/196) |
| 3422 | 2025-03-03T04:23:31.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2025-03-03T04:23:31.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2025-03-03T04:23:31.618Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3425 | 2025-03-03T04:23:32.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3426 | 2025-03-03T04:23:32.589Z | |
| 3427 | 2025-03-03T04:23:32.590Z | info: running `cargo check --bins` on omicron-dev-lib (160/196) |
| 3428 | 2025-03-03T04:23:33.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2025-03-03T04:23:33.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2025-03-03T04:23:33.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2025-03-03T04:23:33.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3432 | 2025-03-03T04:23:33.312Z | |
| 3433 | 2025-03-03T04:23:33.312Z | info: running `cargo check --bins` on xtask-downloader (161/196) |
| 3434 | 2025-03-03T04:23:33.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2025-03-03T04:23:33.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2025-03-03T04:23:34.008Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3437 | 2025-03-03T04:23:34.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 3438 | 2025-03-03T04:23:35.115Z | |
| 3439 | 2025-03-03T04:23:35.115Z | info: running `cargo check --bins` on omicron-ls-apis (162/196) |
| 3440 | 2025-03-03T04:23:35.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2025-03-03T04:23:35.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2025-03-03T04:23:35.806Z | Checking cargo-platform v0.1.8 |
| 3443 | 2025-03-03T04:23:36.094Z | Checking cargo_metadata v0.19.1 |
| 3444 | 2025-03-03T04:23:37.138Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3445 | 2025-03-03T04:23:38.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
| 3446 | 2025-03-03T04:23:38.179Z | |
| 3447 | 2025-03-03T04:23:38.179Z | info: running `cargo check --bins` on mgs-dev (163/196) |
| 3448 | 2025-03-03T04:23:38.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2025-03-03T04:23:38.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2025-03-03T04:23:38.970Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2025-03-03T04:23:40.485Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3452 | 2025-03-03T04:23:41.064Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3453 | 2025-03-03T04:23:41.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s |
| 3454 | 2025-03-03T04:23:41.821Z | |
| 3455 | 2025-03-03T04:23:41.821Z | info: running `cargo check --bins` on omicron-omdb (164/196) |
| 3456 | 2025-03-03T04:23:42.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2025-03-03T04:23:42.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2025-03-03T04:23:42.706Z | Compiling crunchy v0.2.2 |
| 3459 | 2025-03-03T04:23:42.706Z | Compiling tiny-keccak v2.0.2 |
| 3460 | 2025-03-03T04:23:42.711Z | Compiling dsl_auto_type v0.1.2 |
| 3461 | 2025-03-03T04:23:42.711Z | Checking scheduled-thread-pool v0.2.7 |
| 3462 | 2025-03-03T04:23:42.711Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3463 | 2025-03-03T04:23:42.711Z | Compiling bit-vec v0.6.3 |
| 3464 | 2025-03-03T04:23:42.711Z | Compiling ascii-canvas v3.0.0 |
| 3465 | 2025-03-03T04:23:42.827Z | Compiling ena v0.14.3 |
| 3466 | 2025-03-03T04:23:43.101Z | Checking r2d2 v0.8.10 |
| 3467 | 2025-03-03T04:23:43.208Z | Compiling bit-set v0.5.3 |
| 3468 | 2025-03-03T04:23:43.228Z | Compiling diff v0.1.13 |
| 3469 | 2025-03-03T04:23:43.251Z | Compiling bindgen v0.71.1 |
| 3470 | 2025-03-03T04:23:43.287Z | Compiling regex-syntax v0.6.29 |
| 3471 | 2025-03-03T04:23:43.328Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3472 | 2025-03-03T04:23:43.445Z | Compiling rustc-hash v2.1.1 |
| 3473 | 2025-03-03T04:23:43.472Z | Compiling ref-cast v1.0.23 |
| 3474 | 2025-03-03T04:23:43.574Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3475 | 2025-03-03T04:23:43.643Z | Compiling derive_builder_core v0.20.2 |
| 3476 | 2025-03-03T04:23:43.760Z | Compiling libxml v0.3.3 |
| 3477 | 2025-03-03T04:23:43.904Z | Compiling ref-cast-impl v1.0.23 |
| 3478 | 2025-03-03T04:23:44.056Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3479 | 2025-03-03T04:23:44.170Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3480 | 2025-03-03T04:23:44.212Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3481 | 2025-03-03T04:23:44.227Z | Compiling diesel_derives v2.2.3 |
| 3482 | 2025-03-03T04:23:44.531Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3483 | 2025-03-03T04:23:44.563Z | Compiling strum_macros v0.24.3 |
| 3484 | 2025-03-03T04:23:44.883Z | Compiling indoc v1.0.9 |
| 3485 | 2025-03-03T04:23:45.772Z | Compiling derive_builder_macro v0.20.2 |
| 3486 | 2025-03-03T04:23:45.804Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3487 | 2025-03-03T04:23:46.169Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3488 | 2025-03-03T04:23:46.685Z | Compiling lalrpop v0.19.12 |
| 3489 | 2025-03-03T04:23:46.708Z | Checking derive_builder v0.20.2 |
| 3490 | 2025-03-03T04:23:46.884Z | Compiling oso-derive v0.27.3 |
| 3491 | 2025-03-03T04:23:47.221Z | Checking quick-xml v0.37.2 |
| 3492 | 2025-03-03T04:23:47.844Z | Compiling diesel-dtrace v0.4.2 |
| 3493 | 2025-03-03T04:23:47.863Z | Checking maplit v1.0.2 |
| 3494 | 2025-03-03T04:23:48.025Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3495 | 2025-03-03T04:23:48.276Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3496 | 2025-03-03T04:23:48.545Z | Checking bb8 v0.8.5 |
| 3497 | 2025-03-03T04:23:48.662Z | Checking io-lifetimes v1.0.11 |
| 3498 | 2025-03-03T04:23:48.881Z | Checking rustix v0.37.28 |
| 3499 | 2025-03-03T04:23:49.023Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3500 | 2025-03-03T04:23:49.240Z | Checking rand_seeder v0.3.0 |
| 3501 | 2025-03-03T04:23:49.377Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3502 | 2025-03-03T04:23:49.510Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3503 | 2025-03-03T04:23:49.636Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3504 | 2025-03-03T04:23:49.728Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3505 | 2025-03-03T04:23:49.929Z | Checking terminal_size v0.2.6 |
| 3506 | 2025-03-03T04:23:50.046Z | Checking smawk v0.3.2 |
| 3507 | 2025-03-03T04:23:50.120Z | Checking is_ci v1.2.0 |
| 3508 | 2025-03-03T04:23:50.282Z | Checking unicode-linebreak v0.1.5 |
| 3509 | 2025-03-03T04:23:50.286Z | Checking supports-color v3.0.2 |
| 3510 | 2025-03-03T04:23:50.548Z | Checking multimap v0.10.0 |
| 3511 | 2025-03-03T04:23:50.746Z | Checking textwrap v0.16.1 |
| 3512 | 2025-03-03T04:23:51.923Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3513 | 2025-03-03T04:23:53.093Z | Checking diesel v2.2.7 |
| 3514 | 2025-03-03T04:24:08.816Z | Compiling samael v0.0.18 |
| 3515 | 2025-03-03T04:24:25.884Z | Checking async-bb8-diesel v0.2.1 |
| 3516 | 2025-03-03T04:24:27.446Z | Compiling polar-core v0.27.3 |
| 3517 | 2025-03-03T04:24:34.820Z | Checking oso v0.27.3 |
| 3518 | 2025-03-03T04:25:39.773Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3519 | 2025-03-03T04:25:46.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 3520 | 2025-03-03T04:25:47.077Z | |
| 3521 | 2025-03-03T04:25:47.077Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/196) |
| 3522 | 2025-03-03T04:25:47.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2025-03-03T04:25:47.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2025-03-03T04:25:47.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2025-03-03T04:25:47.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3526 | 2025-03-03T04:25:47.837Z | |
| 3527 | 2025-03-03T04:25:47.837Z | info: running `cargo check --bins` on nexus-saga-recovery (166/196) |
| 3528 | 2025-03-03T04:25:48.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2025-03-03T04:25:48.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2025-03-03T04:25:48.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2025-03-03T04:25:48.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3532 | 2025-03-03T04:25:48.598Z | |
| 3533 | 2025-03-03T04:25:48.598Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/196) |
| 3534 | 2025-03-03T04:25:49.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2025-03-03T04:25:49.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2025-03-03T04:25:49.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2025-03-03T04:25:49.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3538 | 2025-03-03T04:25:49.271Z | |
| 3539 | 2025-03-03T04:25:49.271Z | info: running `cargo check --bins` on omicron-nexus (168/196) |
| 3540 | 2025-03-03T04:25:49.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2025-03-03T04:25:49.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2025-03-03T04:25:50.167Z | Compiling libz-sys v1.1.20 |
| 3543 | 2025-03-03T04:25:50.170Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3544 | 2025-03-03T04:25:50.303Z | Compiling vergen v8.3.2 |
| 3545 | 2025-03-03T04:25:50.306Z | Compiling cargo-platform v0.1.8 |
| 3546 | 2025-03-03T04:25:50.306Z | Compiling pin-project-internal v1.1.6 |
| 3547 | 2025-03-03T04:25:50.306Z | Compiling snafu-derive v0.8.5 |
| 3548 | 2025-03-03T04:25:50.309Z | Compiling rustls v0.21.12 |
| 3549 | 2025-03-03T04:25:50.309Z | Checking globset v0.4.15 |
| 3550 | 2025-03-03T04:25:50.699Z | Compiling cargo_metadata v0.18.1 |
| 3551 | 2025-03-03T04:25:50.819Z | Checking olpc-cjson v0.1.4 |
| 3552 | 2025-03-03T04:25:50.837Z | Checking sct v0.7.1 |
| 3553 | 2025-03-03T04:25:50.857Z | Checking rustls-webpki v0.101.7 |
| 3554 | 2025-03-03T04:25:51.037Z | Checking serde_plain v1.0.2 |
| 3555 | 2025-03-03T04:25:51.057Z | Checking typed-path v0.9.3 |
| 3556 | 2025-03-03T04:25:51.268Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3557 | 2025-03-03T04:25:51.299Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3558 | 2025-03-03T04:25:51.598Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3559 | 2025-03-03T04:25:51.601Z | Checking parse-size v1.1.0 |
| 3560 | 2025-03-03T04:25:51.859Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3561 | 2025-03-03T04:25:51.945Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3562 | 2025-03-03T04:25:52.806Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3563 | 2025-03-03T04:25:52.913Z | Checking rustls-pemfile v1.0.4 |
| 3564 | 2025-03-03T04:25:52.950Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3565 | 2025-03-03T04:25:53.008Z | Checking pin-project v1.1.6 |
| 3566 | 2025-03-03T04:25:53.113Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3567 | 2025-03-03T04:25:53.164Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3568 | 2025-03-03T04:25:53.425Z | Checking twox-hash v2.1.0 |
| 3569 | 2025-03-03T04:25:53.520Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3570 | 2025-03-03T04:25:53.540Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 3571 | 2025-03-03T04:25:54.035Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3572 | 2025-03-03T04:25:54.584Z | Checking tokio-rustls v0.24.1 |
| 3573 | 2025-03-03T04:25:54.936Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3574 | 2025-03-03T04:25:54.984Z | Checking snafu v0.8.5 |
| 3575 | 2025-03-03T04:25:55.447Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3576 | 2025-03-03T04:25:55.468Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3577 | 2025-03-03T04:25:55.471Z | Checking tough v0.19.0 |
| 3578 | 2025-03-03T04:25:55.584Z | Checking fatfs v0.3.6 |
| 3579 | 2025-03-03T04:25:55.697Z | Checking assert_matches v1.5.0 |
| 3580 | 2025-03-03T04:25:59.503Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3581 | 2025-03-03T04:26:00.647Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3582 | 2025-03-03T04:26:02.311Z | Compiling git2 v0.19.0 |
| 3583 | 2025-03-03T04:26:06.464Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3584 | 2025-03-03T04:27:08.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 3585 | 2025-03-03T04:27:08.941Z | |
| 3586 | 2025-03-03T04:27:08.941Z | info: running `cargo check --bins` on nexus-external-api (169/196) |
| 3587 | 2025-03-03T04:27:09.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2025-03-03T04:27:09.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2025-03-03T04:27:09.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2025-03-03T04:27:09.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3591 | 2025-03-03T04:27:09.708Z | |
| 3592 | 2025-03-03T04:27:09.708Z | info: running `cargo check --bins` on nexus-internal-api (170/196) |
| 3593 | 2025-03-03T04:27:10.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2025-03-03T04:27:10.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2025-03-03T04:27:10.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2025-03-03T04:27:10.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3597 | 2025-03-03T04:27:10.446Z | |
| 3598 | 2025-03-03T04:27:10.447Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/196) |
| 3599 | 2025-03-03T04:27:11.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2025-03-03T04:27:11.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2025-03-03T04:27:11.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2025-03-03T04:27:11.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3603 | 2025-03-03T04:27:11.193Z | |
| 3604 | 2025-03-03T04:27:11.193Z | info: running `cargo check --bins` on nexus-networking (172/196) |
| 3605 | 2025-03-03T04:27:11.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2025-03-03T04:27:11.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2025-03-03T04:27:11.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2025-03-03T04:27:11.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3609 | 2025-03-03T04:27:11.935Z | |
| 3610 | 2025-03-03T04:27:11.935Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/196) |
| 3611 | 2025-03-03T04:27:12.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2025-03-03T04:27:12.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2025-03-03T04:27:12.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2025-03-03T04:27:12.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3615 | 2025-03-03T04:27:12.697Z | |
| 3616 | 2025-03-03T04:27:12.697Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/196) |
| 3617 | 2025-03-03T04:27:13.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2025-03-03T04:27:13.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2025-03-03T04:27:13.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2025-03-03T04:27:13.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3621 | 2025-03-03T04:27:13.461Z | |
| 3622 | 2025-03-03T04:27:13.461Z | info: running `cargo check --bins` on update-common (175/196) |
| 3623 | 2025-03-03T04:27:14.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2025-03-03T04:27:14.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2025-03-03T04:27:14.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2025-03-03T04:27:14.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3627 | 2025-03-03T04:27:14.182Z | |
| 3628 | 2025-03-03T04:27:14.182Z | info: running `cargo check --bins` on omicron-dev (176/196) |
| 3629 | 2025-03-03T04:27:14.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2025-03-03T04:27:14.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2025-03-03T04:27:15.137Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3632 | 2025-03-03T04:27:15.141Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3633 | 2025-03-03T04:27:15.285Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3634 | 2025-03-03T04:27:15.289Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3635 | 2025-03-03T04:27:16.341Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3636 | 2025-03-03T04:27:45.523Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3637 | 2025-03-03T04:27:45.523Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3638 | 2025-03-03T04:27:45.526Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3639 | 2025-03-03T04:27:45.526Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3640 | 2025-03-03T04:27:45.526Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3641 | 2025-03-03T04:27:45.526Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3642 | 2025-03-03T04:27:46.392Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3643 | 2025-03-03T04:27:47.727Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3644 | 2025-03-03T04:28:33.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
| 3645 | 2025-03-03T04:28:34.076Z | |
| 3646 | 2025-03-03T04:28:34.076Z | info: running `cargo check --bins` on openapi-manager (177/196) |
| 3647 | 2025-03-03T04:28:34.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2025-03-03T04:28:34.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2025-03-03T04:28:34.888Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3650 | 2025-03-03T04:28:34.891Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3651 | 2025-03-03T04:28:34.891Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3652 | 2025-03-03T04:28:35.031Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3653 | 2025-03-03T04:28:35.034Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3654 | 2025-03-03T04:28:35.046Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3655 | 2025-03-03T04:28:35.079Z | Checking papergrid v0.14.0 |
| 3656 | 2025-03-03T04:28:35.097Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3657 | 2025-03-03T04:28:35.275Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3658 | 2025-03-03T04:28:35.413Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3659 | 2025-03-03T04:28:35.691Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3660 | 2025-03-03T04:28:35.802Z | Compiling proc-macro-error2 v2.0.1 |
| 3661 | 2025-03-03T04:28:36.429Z | Compiling tabled_derive v0.10.0 |
| 3662 | 2025-03-03T04:28:36.572Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3663 | 2025-03-03T04:28:36.882Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3664 | 2025-03-03T04:28:36.956Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3665 | 2025-03-03T04:28:37.312Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3666 | 2025-03-03T04:28:37.874Z | Checking heck v0.4.1 |
| 3667 | 2025-03-03T04:28:37.991Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3668 | 2025-03-03T04:28:38.103Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3669 | 2025-03-03T04:28:38.418Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3670 | 2025-03-03T04:28:38.544Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3671 | 2025-03-03T04:28:38.957Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3672 | 2025-03-03T04:28:39.106Z | Checking tabled v0.18.0 |
| 3673 | 2025-03-03T04:28:39.174Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3674 | 2025-03-03T04:28:39.457Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3675 | 2025-03-03T04:28:39.505Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3676 | 2025-03-03T04:28:39.525Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3677 | 2025-03-03T04:28:41.453Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3678 | 2025-03-03T04:28:41.458Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3679 | 2025-03-03T04:28:44.585Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3680 | 2025-03-03T04:28:46.220Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3681 | 2025-03-03T04:28:51.056Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3682 | 2025-03-03T04:28:51.059Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3683 | 2025-03-03T04:28:52.364Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3684 | 2025-03-03T04:28:53.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.75s |
| 3685 | 2025-03-03T04:28:54.041Z | |
| 3686 | 2025-03-03T04:28:54.041Z | info: running `cargo check --bins` on installinator-api (178/196) |
| 3687 | 2025-03-03T04:28:54.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3688 | 2025-03-03T04:28:54.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3689 | 2025-03-03T04:28:54.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3690 | 2025-03-03T04:28:54.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3691 | 2025-03-03T04:28:54.780Z | |
| 3692 | 2025-03-03T04:28:54.780Z | info: running `cargo check --bins` on wicketd-api (179/196) |
| 3693 | 2025-03-03T04:28:55.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3694 | 2025-03-03T04:28:55.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3695 | 2025-03-03T04:28:55.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3696 | 2025-03-03T04:28:55.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3697 | 2025-03-03T04:28:55.532Z | |
| 3698 | 2025-03-03T04:28:55.532Z | info: running `cargo check --bins` on omicron-pins (180/196) |
| 3699 | 2025-03-03T04:28:56.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3700 | 2025-03-03T04:28:56.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3701 | 2025-03-03T04:28:56.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3702 | 2025-03-03T04:28:56.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3703 | 2025-03-03T04:28:56.206Z | |
| 3704 | 2025-03-03T04:28:56.206Z | info: running `cargo check --bins` on reconfigurator-cli (181/196) |
| 3705 | 2025-03-03T04:28:56.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3706 | 2025-03-03T04:28:56.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3707 | 2025-03-03T04:28:56.987Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3708 | 2025-03-03T04:28:56.987Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3709 | 2025-03-03T04:28:56.987Z | Compiling petname v2.0.2 |
| 3710 | 2025-03-03T04:28:56.991Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3711 | 2025-03-03T04:28:56.991Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3712 | 2025-03-03T04:28:56.991Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3713 | 2025-03-03T04:28:57.115Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3714 | 2025-03-03T04:28:57.141Z | Checking sync-ptr v0.1.1 |
| 3715 | 2025-03-03T04:29:02.448Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3716 | 2025-03-03T04:29:03.085Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3717 | 2025-03-03T04:29:04.365Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3718 | 2025-03-03T04:29:05.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.77s |
| 3719 | 2025-03-03T04:29:06.188Z | |
| 3720 | 2025-03-03T04:29:06.188Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (182/196) |
| 3721 | 2025-03-03T04:29:06.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2025-03-03T04:29:06.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2025-03-03T04:29:06.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2025-03-03T04:29:06.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3725 | 2025-03-03T04:29:06.933Z | |
| 3726 | 2025-03-03T04:29:06.933Z | info: running `cargo check --bins` on omicron-releng (183/196) |
| 3727 | 2025-03-03T04:29:07.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2025-03-03T04:29:07.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2025-03-03T04:29:07.663Z | Checking memmap2 v0.9.5 |
| 3730 | 2025-03-03T04:29:07.667Z | Checking arrayvec v0.7.6 |
| 3731 | 2025-03-03T04:29:07.667Z | Checking constant_time_eq v0.3.1 |
| 3732 | 2025-03-03T04:29:07.667Z | Checking arrayref v0.3.9 |
| 3733 | 2025-03-03T04:29:07.667Z | Checking topological-sort v0.2.2 |
| 3734 | 2025-03-03T04:29:07.774Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3735 | 2025-03-03T04:29:07.777Z | Checking shell-words v1.1.0 |
| 3736 | 2025-03-03T04:29:08.030Z | Checking blake3 v1.5.4 |
| 3737 | 2025-03-03T04:29:08.382Z | Checking omicron-zone-package v0.12.0 |
| 3738 | 2025-03-03T04:29:09.553Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3739 | 2025-03-03T04:29:10.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
| 3740 | 2025-03-03T04:29:10.622Z | |
| 3741 | 2025-03-03T04:29:10.623Z | info: running `cargo check --bins` on xtask (184/196) |
| 3742 | 2025-03-03T04:29:11.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2025-03-03T04:29:11.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2025-03-03T04:29:11.103Z | Checking bitflags v2.6.0 |
| 3745 | 2025-03-03T04:29:11.107Z | Checking serde v1.0.218 |
| 3746 | 2025-03-03T04:29:11.107Z | Checking thiserror v1.0.69 |
| 3747 | 2025-03-03T04:29:11.208Z | Checking scroll v0.12.0 |
| 3748 | 2025-03-03T04:29:11.212Z | Checking hashbrown v0.15.1 |
| 3749 | 2025-03-03T04:29:11.228Z | Checking log v0.4.22 |
| 3750 | 2025-03-03T04:29:11.241Z | Checking zerocopy v0.7.35 |
| 3751 | 2025-03-03T04:29:11.255Z | Checking syn v2.0.98 |
| 3752 | 2025-03-03T04:29:11.313Z | Checking pest v2.7.14 |
| 3753 | 2025-03-03T04:29:11.427Z | Checking rustix v0.38.37 |
| 3754 | 2025-03-03T04:29:11.500Z | Checking once_cell v1.20.3 |
| 3755 | 2025-03-03T04:29:11.652Z | Checking goblin v0.8.2 |
| 3756 | 2025-03-03T04:29:11.797Z | Checking thiserror v2.0.11 |
| 3757 | 2025-03-03T04:29:11.948Z | Checking fs-err v2.11.0 |
| 3758 | 2025-03-03T04:29:12.182Z | Checking indexmap v2.7.1 |
| 3759 | 2025-03-03T04:29:12.312Z | Checking anyhow v1.0.96 |
| 3760 | 2025-03-03T04:29:12.452Z | Checking tabled v0.15.0 |
| 3761 | 2025-03-03T04:29:13.250Z | Checking terminal_size v0.4.0 |
| 3762 | 2025-03-03T04:29:13.254Z | Checking tempfile v3.13.0 |
| 3763 | 2025-03-03T04:29:13.437Z | Checking clap_builder v4.5.31 |
| 3764 | 2025-03-03T04:29:13.798Z | Checking dtrace-parser v0.2.0 |
| 3765 | 2025-03-03T04:29:15.142Z | Checking serde_json v1.0.139 |
| 3766 | 2025-03-03T04:29:15.142Z | Checking toml_datetime v0.6.8 |
| 3767 | 2025-03-03T04:29:15.145Z | Checking serde_spanned v0.6.8 |
| 3768 | 2025-03-03T04:29:15.145Z | Checking camino v1.1.9 |
| 3769 | 2025-03-03T04:29:15.145Z | Checking cargo-platform v0.1.8 |
| 3770 | 2025-03-03T04:29:15.380Z | Checking semver v1.0.25 |
| 3771 | 2025-03-03T04:29:15.484Z | Checking macaddr v1.0.1 |
| 3772 | 2025-03-03T04:29:15.521Z | Checking toml_edit v0.22.24 |
| 3773 | 2025-03-03T04:29:15.739Z | Checking camino-tempfile v1.1.1 |
| 3774 | 2025-03-03T04:29:15.944Z | Checking clap v4.5.31 |
| 3775 | 2025-03-03T04:29:16.376Z | Checking dof v0.3.0 |
| 3776 | 2025-03-03T04:29:16.376Z | Checking cargo_metadata v0.19.1 |
| 3777 | 2025-03-03T04:29:16.794Z | Checking usdt-impl v0.5.0 |
| 3778 | 2025-03-03T04:29:17.166Z | Checking usdt v0.5.0 |
| 3779 | 2025-03-03T04:29:17.439Z | Checking toml v0.8.20 |
| 3780 | 2025-03-03T04:29:17.888Z | Checking cargo_toml v0.21.0 |
| 3781 | 2025-03-03T04:29:19.095Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3782 | 2025-03-03T04:29:19.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
| 3783 | 2025-03-03T04:29:19.883Z | |
| 3784 | 2025-03-03T04:29:19.883Z | info: running `cargo check --bins` on end-to-end-tests (185/196) |
| 3785 | 2025-03-03T04:29:20.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2025-03-03T04:29:20.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2025-03-03T04:29:20.746Z | Checking polyval v0.6.2 |
| 3788 | 2025-03-03T04:29:20.867Z | Checking ctr v0.9.2 |
| 3789 | 2025-03-03T04:29:20.881Z | Checking ssh-encoding v0.2.0 |
| 3790 | 2025-03-03T04:29:20.884Z | Checking blowfish v0.9.1 |
| 3791 | 2025-03-03T04:29:20.909Z | Checking password-hash v0.4.2 |
| 3792 | 2025-03-03T04:29:20.923Z | Checking p256 v0.13.2 |
| 3793 | 2025-03-03T04:29:20.923Z | Checking p521 v0.13.3 |
| 3794 | 2025-03-03T04:29:20.926Z | Checking russh-cryptovec v0.7.3 |
| 3795 | 2025-03-03T04:29:21.094Z | Checking ghash v0.5.1 |
| 3796 | 2025-03-03T04:29:21.112Z | Checking bcrypt-pbkdf v0.10.0 |
| 3797 | 2025-03-03T04:29:21.131Z | Checking md5 v0.7.0 |
| 3798 | 2025-03-03T04:29:21.206Z | Checking num-bigint v0.4.6 |
| 3799 | 2025-03-03T04:29:21.228Z | Checking des v0.8.1 |
| 3800 | 2025-03-03T04:29:21.280Z | Checking aes-gcm v0.10.3 |
| 3801 | 2025-03-03T04:29:21.302Z | Checking pbkdf2 v0.11.0 |
| 3802 | 2025-03-03T04:29:21.383Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3803 | 2025-03-03T04:29:21.411Z | Checking hex-literal v0.4.1 |
| 3804 | 2025-03-03T04:29:21.431Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3805 | 2025-03-03T04:29:21.509Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3806 | 2025-03-03T04:29:21.531Z | Checking ssh-cipher v0.2.0 |
| 3807 | 2025-03-03T04:29:21.555Z | Checking internet-checksum v0.2.1 |
| 3808 | 2025-03-03T04:29:21.805Z | Checking ssh-key v0.6.6 |
| 3809 | 2025-03-03T04:29:22.037Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3810 | 2025-03-03T04:29:23.025Z | Checking russh-keys v0.45.0 |
| 3811 | 2025-03-03T04:29:23.910Z | Checking russh v0.45.0 |
| 3812 | 2025-03-03T04:29:42.931Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3813 | 2025-03-03T04:29:44.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.48s |
| 3814 | 2025-03-03T04:29:44.607Z | |
| 3815 | 2025-03-03T04:29:44.607Z | info: running `cargo check --bins` on gateway-cli (186/196) |
| 3816 | 2025-03-03T04:29:45.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2025-03-03T04:29:45.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2025-03-03T04:29:45.331Z | Checking termios v0.3.3 |
| 3819 | 2025-03-03T04:29:45.572Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3820 | 2025-03-03T04:29:46.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 3821 | 2025-03-03T04:29:46.626Z | |
| 3822 | 2025-03-03T04:29:46.626Z | info: running `cargo check --bins --no-default-features` on installinator (187/196) |
| 3823 | 2025-03-03T04:29:47.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2025-03-03T04:29:47.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2025-03-03T04:29:47.390Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3826 | 2025-03-03T04:29:47.390Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3827 | 2025-03-03T04:29:47.394Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3828 | 2025-03-03T04:29:47.394Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3829 | 2025-03-03T04:29:48.428Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3830 | 2025-03-03T04:29:49.716Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3831 | 2025-03-03T04:29:51.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
| 3832 | 2025-03-03T04:29:51.811Z | |
| 3833 | 2025-03-03T04:29:51.811Z | info: running `cargo check --bins` on internal-dns-cli (188/196) |
| 3834 | 2025-03-03T04:29:52.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2025-03-03T04:29:52.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2025-03-03T04:29:52.530Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3837 | 2025-03-03T04:29:53.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3838 | 2025-03-03T04:29:53.212Z | |
| 3839 | 2025-03-03T04:29:53.212Z | info: running `cargo check --bins` on omicron-live-tests (189/196) |
| 3840 | 2025-03-03T04:29:53.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2025-03-03T04:29:53.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2025-03-03T04:29:53.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2025-03-03T04:29:53.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3844 | 2025-03-03T04:29:53.901Z | |
| 3845 | 2025-03-03T04:29:53.901Z | info: running `cargo check --bins` on live-tests-macros (190/196) |
| 3846 | 2025-03-03T04:29:54.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-03-03T04:29:54.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-03-03T04:29:54.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2025-03-03T04:29:54.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3850 | 2025-03-03T04:29:54.590Z | |
| 3851 | 2025-03-03T04:29:54.590Z | info: running `cargo check --bins` on omicron-package (191/196) |
| 3852 | 2025-03-03T04:29:55.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-03-03T04:29:55.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-03-03T04:29:55.340Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3855 | 2025-03-03T04:29:56.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 3856 | 2025-03-03T04:29:56.953Z | |
| 3857 | 2025-03-03T04:29:56.953Z | info: running `cargo check --bins` on wicket-dbg (192/196) |
| 3858 | 2025-03-03T04:29:57.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2025-03-03T04:29:57.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2025-03-03T04:29:57.740Z | Checking rtoolbox v0.0.2 |
| 3861 | 2025-03-03T04:29:57.743Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3862 | 2025-03-03T04:29:57.743Z | Checking tui-tree-widget v0.23.0 |
| 3863 | 2025-03-03T04:29:57.988Z | Checking rpassword v7.3.1 |
| 3864 | 2025-03-03T04:30:02.746Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3865 | 2025-03-03T04:30:05.834Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3866 | 2025-03-03T04:30:07.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s |
| 3867 | 2025-03-03T04:30:07.287Z | |
| 3868 | 2025-03-03T04:30:07.287Z | info: running `cargo check --bins` on wicket (193/196) |
| 3869 | 2025-03-03T04:30:07.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2025-03-03T04:30:07.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2025-03-03T04:30:08.068Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3872 | 2025-03-03T04:30:08.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3873 | 2025-03-03T04:30:08.721Z | |
| 3874 | 2025-03-03T04:30:08.721Z | info: running `cargo check --bins` on wicketd (194/196) |
| 3875 | 2025-03-03T04:30:09.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2025-03-03T04:30:09.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2025-03-03T04:30:09.526Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3878 | 2025-03-03T04:30:09.529Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3879 | 2025-03-03T04:30:10.409Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3880 | 2025-03-03T04:30:14.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
| 3881 | 2025-03-03T04:30:14.734Z | |
| 3882 | 2025-03-03T04:30:14.734Z | info: running `cargo check --bins` on omicron-workspace-hack (195/196) |
| 3883 | 2025-03-03T04:30:15.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2025-03-03T04:30:15.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2025-03-03T04:30:15.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2025-03-03T04:30:15.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3887 | 2025-03-03T04:30:15.422Z | |
| 3888 | 2025-03-03T04:30:15.422Z | info: running `cargo check --bins` on zone-setup (196/196) |
| 3889 | 2025-03-03T04:30:16.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2025-03-03T04:30:16.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2025-03-03T04:30:16.176Z | Checking uzers v0.12.1 |
| 3892 | 2025-03-03T04:30:16.537Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3893 | 2025-03-03T04:30:17.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
| 3894 | 2025-03-03T04:30:17.758Z | |
| 3895 | 2025-03-03T04:30:17.758Z | real 14:38.235254911 |
| 3896 | 2025-03-03T04:30:17.758Z | user 29:19.707804301 |
| 3897 | 2025-03-03T04:30:17.758Z | sys 4:33.703072221 |
| 3898 | 2025-03-03T04:30:17.758Z | trap 0.648264101 |
| 3899 | 2025-03-03T04:30:17.759Z | tflt 0.547331303 |
| 3900 | 2025-03-03T04:30:17.763Z | dflt 1.878143453 |
| 3901 | 2025-03-03T04:30:17.763Z | kflt 0.006093503 |
| 3902 | 2025-03-03T04:30:17.763Z | lock 49:58.894506864 |
| 3903 | 2025-03-03T04:30:17.763Z | slp 2:21:29.166736067 |
| 3904 | 2025-03-03T04:30:17.763Z | lat 1:13.084951329 |
| 3905 | 2025-03-03T04:30:17.763Z | stop 4:09.352170012 |
| 3906 | 2025-03-03T04:30:17.763Z | process exited: duration 1386290 ms, exit code 0 |
| |
| 3907 | 2025-03-03T04:30:17.769Z | found 0 output files |