|
|
|
| 1 | 2025-09-02T22:56:38.070Z | job assigned to worker 01K46A9NZ9HCSX5RKFE574AGN7 [factory aws, i-007907fdbfc562f0f] (queued for 51 s) |
| |
| 2 | 2025-09-02T22:56:46.205Z | starting task 0: "setup" |
| 3 | 2025-09-02T22:56:46.210Z | ++ uname -s |
| 4 | 2025-09-02T22:56:46.212Z | + kern=SunOS |
| 5 | 2025-09-02T22:56:46.212Z | + build_user=build |
| 6 | 2025-09-02T22:56:46.212Z | + build_uid=12345 |
| 7 | 2025-09-02T22:56:46.212Z | + work_dir=/work |
| 8 | 2025-09-02T22:56:46.212Z | + input_dir=/input |
| 9 | 2025-09-02T22:56:46.212Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-02T22:56:46.212Z | + case "$kern" in |
| 11 | 2025-09-02T22:56:46.212Z | + groupadd -g 12345 build |
| 12 | 2025-09-02T22:56:46.215Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-02T22:56:48.222Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-02T22:56:48.349Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-02T22:56:48.352Z | + home_fs=zfs |
| 16 | 2025-09-02T22:56:48.352Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-02T22:56:48.352Z | + mkdir -p /home/build |
| 18 | 2025-09-02T22:56:48.356Z | + chown build:build /home/build /work |
| 19 | 2025-09-02T22:56:50.356Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-02T22:56:50.360Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2025-09-02T22:56:50.366Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-02T22:56:50.371Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-02T22:56:50.371Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-02T22:56:50.371Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-09-02T22:56:50.371Z | * rust toolchain profile = "default" |
| 26 | 2025-09-02T22:56:50.376Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-02T22:56:50.377Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-02T22:56:50.377Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-02T22:56:50.377Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-02T22:56:50.487Z | info: downloading installer |
| 31 | 2025-09-02T22:56:51.932Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-02T22:56:51.933Z | warn: /opt/ooce/bin |
| 33 | 2025-09-02T22:56:51.933Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-02T22:56:51.933Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-02T22:56:51.933Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-02T22:56:51.933Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-02T22:56:51.933Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-02T22:56:51.933Z | error: cannot install while Rust is installed |
| 39 | 2025-09-02T22:56:51.933Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-02T22:56:51.957Z | info: profile set to 'default' |
| 41 | 2025-09-02T22:56:51.957Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-02T22:56:51.960Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-02T22:56:52.123Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-02T22:56:52.123Z | info: downloading component 'cargo' |
| 45 | 2025-09-02T22:56:52.937Z | info: downloading component 'clippy' |
| 46 | 2025-09-02T22:56:53.312Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-02T22:56:54.494Z | info: downloading component 'rust-std' |
| 48 | 2025-09-02T22:56:56.469Z | info: downloading component 'rustc' |
| 49 | 2025-09-02T22:57:03.660Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-02T22:57:03.987Z | info: installing component 'cargo' |
| 51 | 2025-09-02T22:57:04.870Z | info: installing component 'clippy' |
| 52 | 2025-09-02T22:57:05.262Z | info: installing component 'rust-docs' |
| 53 | 2025-09-02T22:57:07.118Z | info: installing component 'rust-std' |
| 54 | 2025-09-02T22:57:09.021Z | info: installing component 'rustc' |
| 55 | 2025-09-02T22:57:15.582Z | info: installing component 'rustfmt' |
| 56 | 2025-09-02T22:57:15.919Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-02T22:57:15.919Z | |
| 58 | 2025-09-02T22:57:16.339Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-02T22:57:16.339Z | |
| 60 | 2025-09-02T22:57:16.342Z | |
| 61 | 2025-09-02T22:57:16.342Z | Rust is installed now. Great! |
| 62 | 2025-09-02T22:57:16.342Z | |
| 63 | 2025-09-02T22:57:16.342Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-02T22:57:16.342Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-02T22:57:16.342Z | |
| 66 | 2025-09-02T22:57:16.342Z | To configure your current shell, you need to source |
| 67 | 2025-09-02T22:57:16.342Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-02T22:57:16.342Z | |
| 69 | 2025-09-02T22:57:16.342Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-02T22:57:16.342Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-02T22:57:16.342Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-02T22:57:16.342Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-02T22:57:16.426Z | + rustup --version |
| 74 | 2025-09-02T22:57:16.440Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-02T22:57:16.443Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-02T22:57:16.569Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-02T22:57:16.574Z | + cargo --version |
| 78 | 2025-09-02T22:57:16.655Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-02T22:57:16.660Z | + rustc --version |
| 80 | 2025-09-02T22:57:16.731Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-02T22:57:16.736Z | process exited: duration 26364 ms, exit code 0 |
| |
| 82 | 2025-09-02T22:57:16.742Z | starting task 2: "authentication" |
| 83 | 2025-09-02T22:57:16.765Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-09-02T22:57:16.773Z | starting task 3: "clone repository" |
| 85 | 2025-09-02T22:57:16.776Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-02T22:57:16.780Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-02T22:57:16.828Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-02T22:57:26.162Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-02T22:57:26.165Z | + git fetch origin 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba |
| 90 | 2025-09-02T22:57:26.476Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-02T22:57:26.476Z | * branch 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba -> FETCH_HEAD |
| 92 | 2025-09-02T22:57:26.487Z | + [[ -n dap/handoff-quiesce-1 ]] |
| 93 | 2025-09-02T22:57:26.491Z | ++ git branch --show-current |
| 94 | 2025-09-02T22:57:26.494Z | + current=main |
| 95 | 2025-09-02T22:57:26.494Z | + [[ main != dap/handoff-quiesce-1 ]] |
| 96 | 2025-09-02T22:57:26.494Z | + git branch -f dap/handoff-quiesce-1 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba |
| 97 | 2025-09-02T22:57:26.496Z | + git checkout -f dap/handoff-quiesce-1 |
| 98 | 2025-09-02T22:57:26.758Z | Switched to branch 'dap/handoff-quiesce-1' |
| 99 | 2025-09-02T22:57:26.764Z | + git reset --hard 1317dd70c0b9bdc9ed3ea2c61f3a0b617cb499ba |
| 100 | 2025-09-02T22:57:26.789Z | HEAD is now at 1317dd70c review feedback |
| 101 | 2025-09-02T22:57:26.793Z | process exited: duration 10014 ms, exit code 0 |
| |
| 102 | 2025-09-02T22:57:26.843Z | starting task 4: "build" |
| 103 | 2025-09-02T22:57:26.880Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-02T22:57:26.880Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-02T22:57:26.880Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-02T22:57:26.880Z | + cargo --version |
| 107 | 2025-09-02T22:57:26.918Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-02T22:57:26.929Z | + rustc --version |
| 109 | 2025-09-02T22:57:27.006Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-02T22:57:27.068Z | + source ./env.sh |
| 111 | 2025-09-02T22:57:27.068Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-09-02T22:57:27.068Z | ++ set -o xtrace |
| 113 | 2025-09-02T22:57:27.068Z | ++++ dirname ./env.sh |
| 114 | 2025-09-02T22:57:27.068Z | +++ readlink -f . |
| 115 | 2025-09-02T22:57:27.068Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-09-02T22:57:27.068Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-09-02T22:57:27.068Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-09-02T22:57:27.068Z | ++ 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 |
| 119 | 2025-09-02T22:57:27.068Z | ++ 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 |
| 120 | 2025-09-02T22:57:27.068Z | ++ 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 |
| 121 | 2025-09-02T22:57:27.068Z | ++ 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 |
| 122 | 2025-09-02T22:57:27.068Z | ++ 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 |
| 123 | 2025-09-02T22:57:27.068Z | ++ 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 |
| 124 | 2025-09-02T22:57:27.068Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-09-02T22:57:27.068Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-09-02T22:57:27.068Z | + 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 |
| 127 | 2025-09-02T22:57:27.068Z | + 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 |
| 128 | 2025-09-02T22:57:27.068Z | + banner prerequisites |
| 129 | 2025-09-02T22:57:27.068Z | |
| 130 | 2025-09-02T22:57:27.069Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-09-02T22:57:27.069Z | # # # # # # # # # # # # # # # |
| 132 | 2025-09-02T22:57:27.069Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-09-02T22:57:27.069Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-09-02T22:57:27.069Z | # # # # # # # # # # # # # # # |
| 135 | 2025-09-02T22:57:27.069Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-09-02T22:57:27.069Z | |
| 137 | 2025-09-02T22:57:27.069Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-09-02T22:57:41.006Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-09-02T22:57:48.442Z | Startup: Caching catalogs ... Done |
| 140 | 2025-09-02T22:57:54.844Z | Planning: Solver setup ... Done (5.102s) |
| 141 | 2025-09-02T22:57:54.895Z | Planning: Running solver ... Done (0.048s) |
| 142 | 2025-09-02T22:57:54.987Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2025-09-02T22:57:55.002Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-09-02T22:57:55.137Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-09-02T22:57:55.185Z | Planning: Package planning ... Done (0.048s) |
| 146 | 2025-09-02T22:57:55.237Z | Planning: Merging actions ... Done (0.050s) |
| 147 | 2025-09-02T22:57:56.057Z | Planning: Checking for conflicting actions ... Done (0.821s) |
| 148 | 2025-09-02T22:57:56.070Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-09-02T22:57:58.952Z | Planning: Evaluating mediators ... Done (2.884s) |
| 150 | 2025-09-02T22:57:58.962Z | Planning: Planning completed in 10.39 seconds |
| 151 | 2025-09-02T22:57:58.977Z | Packages to install: 4 |
| 152 | 2025-09-02T22:57:58.980Z | Mediators to change: 2 |
| 153 | 2025-09-02T22:57:58.980Z | Services to change: 1 |
| 154 | 2025-09-02T22:57:58.980Z | Estimated space available: 155.50 GB |
| 155 | 2025-09-02T22:57:58.980Z | Estimated space to be consumed: 1.72 GB |
| 156 | 2025-09-02T22:57:58.980Z | Create boot environment: No |
| 157 | 2025-09-02T22:57:58.980Z | Create backup boot environment: No |
| 158 | 2025-09-02T22:57:58.980Z | Rebuild boot archive: No |
| 159 | 2025-09-02T22:57:58.980Z | |
| 160 | 2025-09-02T22:57:58.980Z | Changed mediators: |
| 161 | 2025-09-02T22:57:58.980Z | mediator clang: |
| 162 | 2025-09-02T22:57:58.980Z | version: None -> 15 (system default) |
| 163 | 2025-09-02T22:57:58.980Z | |
| 164 | 2025-09-02T22:57:58.980Z | mediator llvm: |
| 165 | 2025-09-02T22:57:58.980Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-09-02T22:57:58.980Z | |
| 167 | 2025-09-02T22:57:58.980Z | Changed packages: |
| 168 | 2025-09-02T22:57:58.980Z | helios-dev |
| 169 | 2025-09-02T22:57:58.980Z | developer/build-essential |
| 170 | 2025-09-02T22:57:58.980Z | None -> 11-2.0 |
| 171 | 2025-09-02T22:57:58.981Z | library/libxmlsec1 |
| 172 | 2025-09-02T22:57:58.981Z | None -> 1.2.35-2.0 |
| 173 | 2025-09-02T22:57:58.981Z | ooce/developer/clang-15 |
| 174 | 2025-09-02T22:57:58.981Z | None -> 15.0.7-2.0 |
| 175 | 2025-09-02T22:57:58.981Z | ooce/developer/llvm-15 |
| 176 | 2025-09-02T22:57:58.981Z | None -> 15.0.7-2.0 |
| 177 | 2025-09-02T22:57:58.981Z | |
| 178 | 2025-09-02T22:57:58.981Z | Services: |
| 179 | 2025-09-02T22:57:58.981Z | restart_fmri: |
| 180 | 2025-09-02T22:57:58.981Z | svc:/system/update-man-index:default |
| 181 | 2025-09-02T22:57:59.106Z | |
| 182 | 2025-09-02T22:57:59.106Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-09-02T22:58:04.108Z | Download: 1268/3290 items 114.1/212.6MB 53% complete (22.8M/s) |
| 184 | 2025-09-02T22:58:09.108Z | Download: 3128/3290 items 150.6/212.6MB 70% complete (15.0M/s) |
| 185 | 2025-09-02T22:58:11.940Z | Download: Completed 212.60 MB in 12.83 seconds (16.6M/s) |
| 186 | 2025-09-02T22:58:12.918Z | Actions: 1/3689 actions (Installing new actions) |
| 187 | 2025-09-02T22:58:17.552Z | Actions: Completed 3689 actions in 4.63 seconds. |
| 188 | 2025-09-02T22:58:17.919Z | Done (0.360s) |
| 189 | 2025-09-02T22:58:17.919Z | Done (0.000s) |
| 190 | 2025-09-02T22:58:18.795Z | Done (0.878s) |
| 191 | 2025-09-02T22:58:23.751Z | Done (4.647s) |
| 192 | 2025-09-02T22:58:23.840Z | Done (0.019s) |
| 193 | 2025-09-02T22:58:23.843Z | Done (0.000s) |
| 194 | 2025-09-02T22:58:24.007Z | Done (0.000s) |
| 195 | 2025-09-02T22:58:24.852Z | Planning: Evaluating mediator changes ... Done |
| 196 | 2025-09-02T22:58:25.012Z | Planning: Checking for conflicting actions ... Done |
| 197 | 2025-09-02T22:58:25.015Z | Planning: Consolidating action changes ... Done |
| 198 | 2025-09-02T22:58:25.288Z | Planning: Evaluating mediators ... Done |
| 199 | 2025-09-02T22:58:25.291Z | Planning: Planning completed in 0.44 seconds |
| 200 | 2025-09-02T22:58:25.321Z | Mediators to change: 2 |
| 201 | 2025-09-02T22:58:25.321Z | Create boot environment: No |
| 202 | 2025-09-02T22:58:25.324Z | Create backup boot environment: No |
| 203 | 2025-09-02T22:58:25.417Z | Done |
| 204 | 2025-09-02T22:58:25.417Z | Done |
| 205 | 2025-09-02T22:58:26.035Z | Done |
| 206 | 2025-09-02T22:58:29.554Z | Done |
| 207 | 2025-09-02T22:58:29.640Z | Done |
| 208 | 2025-09-02T22:58:29.643Z | Done |
| 209 | 2025-09-02T22:58:29.804Z | Done |
| 210 | 2025-09-02T22:58:30.413Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2025-09-02T22:58:30.415Z | Planning: Merging actions ... Done |
| 212 | 2025-09-02T22:58:30.604Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2025-09-02T22:58:30.607Z | Planning: Consolidating action changes ... Done |
| 214 | 2025-09-02T22:58:30.871Z | Planning: Evaluating mediators ... Done |
| 215 | 2025-09-02T22:58:30.926Z | Planning: Planning completed in 0.76 seconds |
| 216 | 2025-09-02T22:58:30.961Z | Packages to change: 1 |
| 217 | 2025-09-02T22:58:30.961Z | Mediators to change: 1 |
| 218 | 2025-09-02T22:58:30.964Z | Services to change: 1 |
| 219 | 2025-09-02T22:58:30.964Z | Create boot environment: No |
| 220 | 2025-09-02T22:58:30.964Z | Create backup boot environment: Yes |
| 221 | 2025-09-02T22:58:33.398Z | Actions: 1/6 actions (Updating modified actions) |
| 222 | 2025-09-02T22:58:33.412Z | Actions: Completed 6 actions in 0.00 seconds. |
| 223 | 2025-09-02T22:58:33.413Z | Done |
| 224 | 2025-09-02T22:58:33.413Z | Done |
| 225 | 2025-09-02T22:58:33.578Z | Done |
| 226 | 2025-09-02T22:58:37.111Z | Done |
| 227 | 2025-09-02T22:58:37.197Z | Done |
| 228 | 2025-09-02T22:58:37.200Z | Done |
| 229 | 2025-09-02T22:58:37.406Z | Done |
| 230 | 2025-09-02T22:58:37.844Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2025-09-02T22:58:37.844Z | clang system 15 system |
| 232 | 2025-09-02T22:58:37.844Z | csh system system illumos |
| 233 | 2025-09-02T22:58:37.844Z | ctags system system illumos |
| 234 | 2025-09-02T22:58:37.844Z | file system system illumos |
| 235 | 2025-09-02T22:58:37.844Z | gcc vendor 12 vendor |
| 236 | 2025-09-02T22:58:37.844Z | gcc system 10 system |
| 237 | 2025-09-02T22:58:37.844Z | gcc system 7 system |
| 238 | 2025-09-02T22:58:37.844Z | go system 1.20 system |
| 239 | 2025-09-02T22:58:37.845Z | go system 1.19 system |
| 240 | 2025-09-02T22:58:37.845Z | llvm system 15 system |
| 241 | 2025-09-02T22:58:37.845Z | llvm system 14 system |
| 242 | 2025-09-02T22:58:37.845Z | mariadb system 10.6 system |
| 243 | 2025-09-02T22:58:37.845Z | mta vendor vendor dma |
| 244 | 2025-09-02T22:58:37.845Z | openjdk system 17 system |
| 245 | 2025-09-02T22:58:37.845Z | openjdk system 11 system |
| 246 | 2025-09-02T22:58:37.845Z | openjdk system 1.8 system |
| 247 | 2025-09-02T22:58:37.845Z | openssl vendor 3 vendor |
| 248 | 2025-09-02T22:58:37.845Z | perl system 5.36 system |
| 249 | 2025-09-02T22:58:37.845Z | postgresql system 15 system |
| 250 | 2025-09-02T22:58:37.845Z | postgresql system 13 system |
| 251 | 2025-09-02T22:58:37.845Z | python vendor 3 vendor |
| 252 | 2025-09-02T22:58:37.845Z | python system 2 system |
| 253 | 2025-09-02T22:58:37.845Z | python3 system 3.11 system |
| 254 | 2025-09-02T22:58:37.845Z | ruby system 3.0 system |
| 255 | 2025-09-02T22:58:37.845Z | words vendor vendor american-english |
| 256 | 2025-09-02T22:58:37.846Z | words system system australian-english |
| 257 | 2025-09-02T22:58:37.846Z | words system system british-english |
| 258 | 2025-09-02T22:58:37.846Z | words system system canadian-english |
| 259 | 2025-09-02T22:58:37.846Z | words system system french |
| 260 | 2025-09-02T22:58:37.846Z | words system system italian |
| 261 | 2025-09-02T22:58:37.846Z | words system system ngerman |
| 262 | 2025-09-02T22:58:37.846Z | words system system ogerman |
| 263 | 2025-09-02T22:58:37.846Z | words system system spanish |
| 264 | 2025-09-02T22:58:38.174Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2025-09-02T22:58:38.174Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2025-09-02T22:58:42.998Z | FMRI IFO |
| 267 | 2025-09-02T22:58:42.998Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2025-09-02T22:58:42.998Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2025-09-02T22:58:42.998Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2025-09-02T22:58:42.998Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2025-09-02T22:58:42.998Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2025-09-02T22:58:42.998Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 273 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 275 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 278 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 281 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2025-09-02T22:58:42.999Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2025-09-02T22:58:44.025Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2025-09-02T22:58:44.284Z | Updating crates.io index |
| 285 | 2025-09-02T22:58:44.361Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2025-09-02T22:58:44.669Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 287 | 2025-09-02T22:58:45.247Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2025-09-02T22:58:45.502Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 289 | 2025-09-02T22:58:45.747Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2025-09-02T22:58:46.038Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2025-09-02T22:58:47.289Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2025-09-02T22:58:49.378Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 293 | 2025-09-02T22:58:50.373Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 294 | 2025-09-02T22:58:51.039Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2025-09-02T22:58:51.330Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2025-09-02T22:58:51.662Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 297 | 2025-09-02T22:58:52.332Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2025-09-02T22:58:52.832Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2025-09-02T22:58:53.282Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-09-02T22:58:53.603Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2025-09-02T22:58:53.909Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 302 | 2025-09-02T22:58:54.150Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2025-09-02T22:58:54.431Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2025-09-02T22:58:54.661Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2025-09-02T22:58:54.918Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2025-09-02T22:58:55.252Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 307 | 2025-09-02T22:58:55.609Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2025-09-02T22:58:55.920Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2025-09-02T22:58:56.623Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 310 | 2025-09-02T22:58:57.109Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2025-09-02T22:58:57.362Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2025-09-02T22:58:57.677Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 313 | 2025-09-02T22:58:58.038Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2025-09-02T22:58:58.343Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2025-09-02T22:58:58.616Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2025-09-02T22:58:58.875Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 317 | 2025-09-02T22:59:07.756Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 318 | 2025-09-02T22:59:09.133Z | Downloading crates ... |
| 319 | 2025-09-02T22:59:09.189Z | Downloaded anstream v0.6.18 |
| 320 | 2025-09-02T22:59:09.198Z | Downloaded camino-tempfile v1.4.1 |
| 321 | 2025-09-02T22:59:09.202Z | Downloaded anstyle v1.0.11 |
| 322 | 2025-09-02T22:59:09.202Z | Downloaded litemap v0.7.3 |
| 323 | 2025-09-02T22:59:09.202Z | Downloaded icu_normalizer_data v1.5.0 |
| 324 | 2025-09-02T22:59:09.205Z | Downloaded scroll v0.12.0 |
| 325 | 2025-09-02T22:59:09.205Z | Downloaded anstyle-parse v0.2.5 |
| 326 | 2025-09-02T22:59:09.208Z | Downloaded clap_derive v4.5.41 |
| 327 | 2025-09-02T22:59:09.211Z | Downloaded clap_lex v0.7.4 |
| 328 | 2025-09-02T22:59:09.211Z | Downloaded unicode-xid v0.2.6 |
| 329 | 2025-09-02T22:59:09.216Z | Downloaded write16 v1.0.0 |
| 330 | 2025-09-02T22:59:09.216Z | Downloaded clap v4.5.41 |
| 331 | 2025-09-02T22:59:09.222Z | Downloaded yoke-derive v0.7.4 |
| 332 | 2025-09-02T22:59:09.226Z | Downloaded zerofrom v0.1.4 |
| 333 | 2025-09-02T22:59:09.226Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2025-09-02T22:59:09.229Z | Downloaded digest v0.10.7 |
| 335 | 2025-09-02T22:59:09.229Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2025-09-02T22:59:09.232Z | Downloaded thread-id v4.2.2 |
| 337 | 2025-09-02T22:59:09.232Z | Downloaded papergrid v0.11.0 |
| 338 | 2025-09-02T22:59:09.236Z | Downloaded utf8_iter v1.0.4 |
| 339 | 2025-09-02T22:59:09.239Z | Downloaded usdt-macro v0.5.0 |
| 340 | 2025-09-02T22:59:09.239Z | Downloaded utf16_iter v1.0.5 |
| 341 | 2025-09-02T22:59:09.242Z | Downloaded thiserror-impl v2.0.12 |
| 342 | 2025-09-02T22:59:09.242Z | Downloaded unicode-ident v1.0.18 |
| 343 | 2025-09-02T22:59:09.244Z | Downloaded proc-macro-error-attr v1.0.4 |
| 344 | 2025-09-02T22:59:09.247Z | Downloaded usdt-attr-macro v0.5.0 |
| 345 | 2025-09-02T22:59:09.247Z | Downloaded itoa v1.0.11 |
| 346 | 2025-09-02T22:59:09.251Z | Downloaded pest_generator v2.7.14 |
| 347 | 2025-09-02T22:59:09.251Z | Downloaded thiserror v2.0.12 |
| 348 | 2025-09-02T22:59:09.256Z | Downloaded utf8parse v0.2.2 |
| 349 | 2025-09-02T22:59:09.259Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2025-09-02T22:59:09.259Z | Downloaded zerovec-derive v0.10.3 |
| 351 | 2025-09-02T22:59:09.262Z | Downloaded usdt v0.5.0 |
| 352 | 2025-09-02T22:59:09.262Z | Downloaded serde_json v1.0.142 |
| 353 | 2025-09-02T22:59:09.268Z | Downloaded zerofrom-derive v0.1.4 |
| 354 | 2025-09-02T22:59:09.271Z | Downloaded writeable v0.5.5 |
| 355 | 2025-09-02T22:59:09.274Z | Downloaded version_check v0.9.5 |
| 356 | 2025-09-02T22:59:09.274Z | Downloaded zerocopy-derive v0.7.35 |
| 357 | 2025-09-02T22:59:09.278Z | Downloaded url v2.5.4 |
| 358 | 2025-09-02T22:59:09.281Z | Downloaded textwrap v0.16.2 |
| 359 | 2025-09-02T22:59:09.283Z | Downloaded swrite v0.1.0 |
| 360 | 2025-09-02T22:59:09.286Z | Downloaded scroll_derive v0.12.0 |
| 361 | 2025-09-02T22:59:09.286Z | Downloaded typenum v1.17.0 |
| 362 | 2025-09-02T22:59:09.290Z | Downloaded yoke v0.7.4 |
| 363 | 2025-09-02T22:59:09.293Z | Downloaded clap_builder v4.5.41 |
| 364 | 2025-09-02T22:59:09.297Z | Downloaded usdt-impl v0.5.0 |
| 365 | 2025-09-02T22:59:09.300Z | Downloaded toml_edit v0.22.27 |
| 366 | 2025-09-02T22:59:09.303Z | Downloaded plain v0.2.3 |
| 367 | 2025-09-02T22:59:09.303Z | Downloaded zerovec v0.10.4 |
| 368 | 2025-09-02T22:59:09.310Z | Downloaded zerocopy v0.7.35 |
| 369 | 2025-09-02T22:59:09.324Z | Downloaded strsim v0.11.1 |
| 370 | 2025-09-02T22:59:09.327Z | Downloaded winnow v0.7.10 |
| 371 | 2025-09-02T22:59:09.333Z | Downloaded unicode-width v0.2.0 |
| 372 | 2025-09-02T22:59:09.338Z | Downloaded displaydoc v0.2.5 |
| 373 | 2025-09-02T22:59:09.341Z | Downloaded serde_tokenstream v0.2.2 |
| 374 | 2025-09-02T22:59:09.344Z | Downloaded unicode-width v0.1.14 |
| 375 | 2025-09-02T22:59:09.347Z | Downloaded semver v1.0.26 |
| 376 | 2025-09-02T22:59:09.350Z | Downloaded generic-array v0.14.7 |
| 377 | 2025-09-02T22:59:09.350Z | Downloaded quote v1.0.40 |
| 378 | 2025-09-02T22:59:09.353Z | Downloaded sha2 v0.10.9 |
| 379 | 2025-09-02T22:59:09.356Z | Downloaded once_cell v1.21.3 |
| 380 | 2025-09-02T22:59:09.366Z | Downloaded synstructure v0.13.1 |
| 381 | 2025-09-02T22:59:09.366Z | Downloaded proc-macro-error v1.0.4 |
| 382 | 2025-09-02T22:59:09.366Z | Downloaded ryu v1.0.18 |
| 383 | 2025-09-02T22:59:09.366Z | Downloaded icu_provider v1.5.0 |
| 384 | 2025-09-02T22:59:09.366Z | Downloaded icu_locid v1.5.0 |
| 385 | 2025-09-02T22:59:09.370Z | Downloaded num-traits v0.2.19 |
| 386 | 2025-09-02T22:59:09.373Z | Downloaded smallvec v1.15.1 |
| 387 | 2025-09-02T22:59:09.376Z | Downloaded proc-macro2 v1.0.95 |
| 388 | 2025-09-02T22:59:09.379Z | Downloaded getrandom v0.3.1 |
| 389 | 2025-09-02T22:59:09.382Z | Downloaded tempfile v3.20.0 |
| 390 | 2025-09-02T22:59:09.385Z | Downloaded pest_meta v2.7.14 |
| 391 | 2025-09-02T22:59:09.385Z | Downloaded icu_normalizer v1.5.0 |
| 392 | 2025-09-02T22:59:09.388Z | Downloaded icu_properties v1.5.1 |
| 393 | 2025-09-02T22:59:09.391Z | Downloaded serde_derive v1.0.219 |
| 394 | 2025-09-02T22:59:09.394Z | Downloaded icu_locid_transform_data v1.5.0 |
| 395 | 2025-09-02T22:59:09.394Z | Downloaded memmap v0.7.0 |
| 396 | 2025-09-02T22:59:09.397Z | Downloaded serde v1.0.219 |
| 397 | 2025-09-02T22:59:09.398Z | Downloaded icu_collections v1.5.0 |
| 398 | 2025-09-02T22:59:09.403Z | Downloaded memchr v2.7.4 |
| 399 | 2025-09-02T22:59:09.407Z | Downloaded indexmap v2.10.0 |
| 400 | 2025-09-02T22:59:09.411Z | Downloaded errno v0.3.12 |
| 401 | 2025-09-02T22:59:09.414Z | Downloaded erased-serde v0.4.6 |
| 402 | 2025-09-02T22:59:09.417Z | Downloaded dof v0.3.0 |
| 403 | 2025-09-02T22:59:09.417Z | Downloaded smawk v0.3.2 |
| 404 | 2025-09-02T22:59:09.417Z | Downloaded serde_spanned v0.6.9 |
| 405 | 2025-09-02T22:59:09.420Z | Downloaded serde-value v0.7.0 |
| 406 | 2025-09-02T22:59:09.420Z | Downloaded serde-untagged v0.1.7 |
| 407 | 2025-09-02T22:59:09.423Z | Downloaded ordered-float v2.10.1 |
| 408 | 2025-09-02T22:59:09.423Z | Downloaded macaddr v1.0.1 |
| 409 | 2025-09-02T22:59:09.426Z | Downloaded heck v0.5.0 |
| 410 | 2025-09-02T22:59:09.426Z | Downloaded idna v1.0.3 |
| 411 | 2025-09-02T22:59:09.429Z | Downloaded form_urlencoded v1.2.1 |
| 412 | 2025-09-02T22:59:09.430Z | Downloaded fnv v1.0.7 |
| 413 | 2025-09-02T22:59:09.430Z | Downloaded percent-encoding v2.3.1 |
| 414 | 2025-09-02T22:59:09.433Z | Downloaded is_terminal_polyfill v1.70.1 |
| 415 | 2025-09-02T22:59:09.433Z | Downloaded pest v2.7.14 |
| 416 | 2025-09-02T22:59:09.436Z | Downloaded heck v0.4.1 |
| 417 | 2025-09-02T22:59:09.439Z | Downloaded fs-err v3.1.1 |
| 418 | 2025-09-02T22:59:09.439Z | Downloaded log v0.4.27 |
| 419 | 2025-09-02T22:59:09.441Z | Downloaded idna_adapter v1.2.0 |
| 420 | 2025-09-02T22:59:09.442Z | Downloaded equivalent v1.0.2 |
| 421 | 2025-09-02T22:59:09.442Z | Downloaded toml_write v0.1.2 |
| 422 | 2025-09-02T22:59:09.445Z | Downloaded stable_deref_trait v1.2.0 |
| 423 | 2025-09-02T22:59:09.445Z | Downloaded icu_provider_macros v1.5.0 |
| 424 | 2025-09-02T22:59:09.445Z | Downloaded typeid v1.0.3 |
| 425 | 2025-09-02T22:59:09.448Z | Downloaded dtrace-parser v0.2.0 |
| 426 | 2025-09-02T22:59:09.448Z | Downloaded pest_derive v2.7.14 |
| 427 | 2025-09-02T22:59:09.451Z | Downloaded fastrand v2.1.1 |
| 428 | 2025-09-02T22:59:09.451Z | Downloaded hashbrown v0.15.4 |
| 429 | 2025-09-02T22:59:09.455Z | Downloaded byteorder v1.5.0 |
| 430 | 2025-09-02T22:59:09.458Z | Downloaded toml v0.8.23 |
| 431 | 2025-09-02T22:59:09.460Z | Downloaded pretty-hex v0.4.1 |
| 432 | 2025-09-02T22:59:09.460Z | Downloaded camino v1.1.11 |
| 433 | 2025-09-02T22:59:09.464Z | Downloaded goblin v0.8.2 |
| 434 | 2025-09-02T22:59:09.466Z | Downloaded tabled v0.15.0 |
| 435 | 2025-09-02T22:59:09.480Z | Downloaded bitflags v2.9.1 |
| 436 | 2025-09-02T22:59:09.484Z | Downloaded icu_properties_data v1.5.0 |
| 437 | 2025-09-02T22:59:09.493Z | Downloaded syn v1.0.109 |
| 438 | 2025-09-02T22:59:09.501Z | Downloaded ucd-trie v0.1.7 |
| 439 | 2025-09-02T22:59:09.504Z | Downloaded syn v2.0.104 |
| 440 | 2025-09-02T22:59:09.512Z | Downloaded cpufeatures v0.2.14 |
| 441 | 2025-09-02T22:59:09.515Z | Downloaded cargo-util-schemas v0.8.2 |
| 442 | 2025-09-02T22:59:09.515Z | Downloaded cargo-platform v0.2.0 |
| 443 | 2025-09-02T22:59:09.518Z | Downloaded thiserror v1.0.69 |
| 444 | 2025-09-02T22:59:09.521Z | Downloaded anyhow v1.0.99 |
| 445 | 2025-09-02T22:59:09.524Z | Downloaded terminal_size v0.4.0 |
| 446 | 2025-09-02T22:59:09.527Z | Downloaded rustix v0.38.37 |
| 447 | 2025-09-02T22:59:09.544Z | Downloaded tabled_derive v0.7.0 |
| 448 | 2025-09-02T22:59:09.547Z | Downloaded rustix v1.0.7 |
| 449 | 2025-09-02T22:59:09.565Z | Downloaded colorchoice v1.0.2 |
| 450 | 2025-09-02T22:59:09.569Z | Downloaded cfg-if v1.0.1 |
| 451 | 2025-09-02T22:59:09.569Z | Downloaded cargo_metadata v0.21.0 |
| 452 | 2025-09-02T22:59:09.572Z | Downloaded tinystr v0.7.6 |
| 453 | 2025-09-02T22:59:09.572Z | Downloaded crypto-common v0.1.6 |
| 454 | 2025-09-02T22:59:09.572Z | Downloaded anstyle-query v1.1.1 |
| 455 | 2025-09-02T22:59:09.572Z | Downloaded cargo_toml v0.21.0 |
| 456 | 2025-09-02T22:59:09.575Z | Downloaded autocfg v1.4.0 |
| 457 | 2025-09-02T22:59:09.575Z | Downloaded bytecount v0.6.8 |
| 458 | 2025-09-02T22:59:09.578Z | Downloaded icu_locid_transform v1.5.0 |
| 459 | 2025-09-02T22:59:09.578Z | Downloaded block-buffer v0.10.4 |
| 460 | 2025-09-02T22:59:09.586Z | Downloaded libc v0.2.174 |
| 461 | 2025-09-02T22:59:09.664Z | Compiling proc-macro2 v1.0.95 |
| 462 | 2025-09-02T22:59:09.665Z | Compiling unicode-ident v1.0.18 |
| 463 | 2025-09-02T22:59:09.665Z | Compiling serde v1.0.219 |
| 464 | 2025-09-02T22:59:09.668Z | Compiling version_check v0.9.5 |
| 465 | 2025-09-02T22:59:09.668Z | Compiling libc v0.2.174 |
| 466 | 2025-09-02T22:59:09.668Z | Compiling memchr v2.7.4 |
| 467 | 2025-09-02T22:59:09.668Z | Compiling thiserror v1.0.69 |
| 468 | 2025-09-02T22:59:09.885Z | Compiling stable_deref_trait v1.2.0 |
| 469 | 2025-09-02T22:59:10.110Z | Compiling ucd-trie v0.1.7 |
| 470 | 2025-09-02T22:59:10.136Z | Compiling writeable v0.5.5 |
| 471 | 2025-09-02T22:59:10.589Z | Compiling ryu v1.0.18 |
| 472 | 2025-09-02T22:59:10.612Z | Compiling itoa v1.0.11 |
| 473 | 2025-09-02T22:59:10.636Z | Compiling litemap v0.7.3 |
| 474 | 2025-09-02T22:59:10.789Z | Compiling autocfg v1.4.0 |
| 475 | 2025-09-02T22:59:10.882Z | Compiling once_cell v1.21.3 |
| 476 | 2025-09-02T22:59:11.004Z | Compiling icu_locid_transform_data v1.5.0 |
| 477 | 2025-09-02T22:59:11.077Z | Compiling byteorder v1.5.0 |
| 478 | 2025-09-02T22:59:11.120Z | Compiling bitflags v2.9.1 |
| 479 | 2025-09-02T22:59:11.315Z | Compiling serde_json v1.0.142 |
| 480 | 2025-09-02T22:59:11.421Z | Compiling icu_properties_data v1.5.0 |
| 481 | 2025-09-02T22:59:11.522Z | Compiling rustix v0.38.37 |
| 482 | 2025-09-02T22:59:11.526Z | Compiling write16 v1.0.0 |
| 483 | 2025-09-02T22:59:11.696Z | Compiling utf8_iter v1.0.4 |
| 484 | 2025-09-02T22:59:11.699Z | Compiling num-traits v0.2.19 |
| 485 | 2025-09-02T22:59:11.699Z | Compiling hashbrown v0.15.4 |
| 486 | 2025-09-02T22:59:11.948Z | Compiling quote v1.0.40 |
| 487 | 2025-09-02T22:59:11.982Z | Compiling errno v0.3.12 |
| 488 | 2025-09-02T22:59:12.112Z | Compiling smallvec v1.15.1 |
| 489 | 2025-09-02T22:59:12.140Z | Compiling icu_normalizer_data v1.5.0 |
| 490 | 2025-09-02T22:59:12.143Z | Compiling utf16_iter v1.0.5 |
| 491 | 2025-09-02T22:59:12.226Z | Compiling typeid v1.0.3 |
| 492 | 2025-09-02T22:59:12.229Z | Compiling equivalent v1.0.2 |
| 493 | 2025-09-02T22:59:12.407Z | Compiling syn v2.0.104 |
| 494 | 2025-09-02T22:59:12.537Z | Compiling proc-macro-error-attr v1.0.4 |
| 495 | 2025-09-02T22:59:12.601Z | Compiling usdt-impl v0.5.0 |
| 496 | 2025-09-02T22:59:12.657Z | Compiling toml_write v0.1.2 |
| 497 | 2025-09-02T22:59:12.773Z | Compiling winnow v0.7.10 |
| 498 | 2025-09-02T22:59:12.865Z | Compiling indexmap v2.10.0 |
| 499 | 2025-09-02T22:59:12.895Z | Compiling syn v1.0.109 |
| 500 | 2025-09-02T22:59:13.145Z | Compiling thread-id v4.2.2 |
| 501 | 2025-09-02T22:59:13.200Z | Compiling proc-macro-error v1.0.4 |
| 502 | 2025-09-02T22:59:13.280Z | Compiling log v0.4.27 |
| 503 | 2025-09-02T22:59:13.589Z | Compiling semver v1.0.26 |
| 504 | 2025-09-02T22:59:13.634Z | Compiling utf8parse v0.2.2 |
| 505 | 2025-09-02T22:59:13.712Z | Compiling percent-encoding v2.3.1 |
| 506 | 2025-09-02T22:59:13.833Z | Compiling getrandom v0.3.1 |
| 507 | 2025-09-02T22:59:14.036Z | Compiling rustix v1.0.7 |
| 508 | 2025-09-02T22:59:14.140Z | Compiling thiserror v2.0.12 |
| 509 | 2025-09-02T22:59:14.244Z | Compiling camino v1.1.11 |
| 510 | 2025-09-02T22:59:14.534Z | Compiling plain v0.2.3 |
| 511 | 2025-09-02T22:59:14.623Z | Compiling terminal_size v0.4.0 |
| 512 | 2025-09-02T22:59:14.794Z | Compiling ordered-float v2.10.1 |
| 513 | 2025-09-02T22:59:14.834Z | Compiling form_urlencoded v1.2.1 |
| 514 | 2025-09-02T22:59:14.877Z | Compiling anstyle-parse v0.2.5 |
| 515 | 2025-09-02T22:59:15.152Z | Compiling anstyle-query v1.1.1 |
| 516 | 2025-09-02T22:59:15.253Z | Compiling cfg-if v1.0.1 |
| 517 | 2025-09-02T22:59:15.322Z | Compiling pretty-hex v0.4.1 |
| 518 | 2025-09-02T22:59:15.361Z | Compiling colorchoice v1.0.2 |
| 519 | 2025-09-02T22:59:15.387Z | Compiling anstyle v1.0.11 |
| 520 | 2025-09-02T22:59:15.538Z | Compiling is_terminal_polyfill v1.70.1 |
| 521 | 2025-09-02T22:59:15.764Z | Compiling anstream v0.6.18 |
| 522 | 2025-09-02T22:59:15.909Z | Compiling fs-err v3.1.1 |
| 523 | 2025-09-02T22:59:16.008Z | Compiling fnv v1.0.7 |
| 524 | 2025-09-02T22:59:16.175Z | Compiling anyhow v1.0.99 |
| 525 | 2025-09-02T22:59:16.203Z | Compiling strsim v0.11.1 |
| 526 | 2025-09-02T22:59:16.259Z | Compiling heck v0.4.1 |
| 527 | 2025-09-02T22:59:16.366Z | Compiling heck v0.5.0 |
| 528 | 2025-09-02T22:59:16.700Z | Compiling unicode-xid v0.2.6 |
| 529 | 2025-09-02T22:59:16.797Z | Compiling bytecount v0.6.8 |
| 530 | 2025-09-02T22:59:16.855Z | Compiling unicode-width v0.1.14 |
| 531 | 2025-09-02T22:59:16.913Z | Compiling fastrand v2.1.1 |
| 532 | 2025-09-02T22:59:16.938Z | Compiling clap_lex v0.7.4 |
| 533 | 2025-09-02T22:59:17.390Z | Compiling papergrid v0.11.0 |
| 534 | 2025-09-02T22:59:17.438Z | Compiling tempfile v3.20.0 |
| 535 | 2025-09-02T22:59:17.465Z | Compiling clap_builder v4.5.41 |
| 536 | 2025-09-02T22:59:18.057Z | Compiling memmap v0.7.0 |
| 537 | 2025-09-02T22:59:18.257Z | Compiling smawk v0.3.2 |
| 538 | 2025-09-02T22:59:18.361Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2025-09-02T22:59:18.402Z | Compiling unicode-width v0.2.0 |
| 540 | 2025-09-02T22:59:18.954Z | Compiling synstructure v0.13.1 |
| 541 | 2025-09-02T22:59:19.098Z | Compiling textwrap v0.16.2 |
| 542 | 2025-09-02T22:59:19.629Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 543 | 2025-09-02T22:59:20.049Z | Compiling tabled_derive v0.7.0 |
| 544 | 2025-09-02T22:59:20.086Z | Compiling swrite v0.1.0 |
| 545 | 2025-09-02T22:59:21.378Z | Compiling serde_derive v1.0.219 |
| 546 | 2025-09-02T22:59:21.420Z | Compiling zerofrom-derive v0.1.4 |
| 547 | 2025-09-02T22:59:21.482Z | Compiling yoke-derive v0.7.4 |
| 548 | 2025-09-02T22:59:21.506Z | Compiling zerovec-derive v0.10.3 |
| 549 | 2025-09-02T22:59:21.589Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2025-09-02T22:59:21.775Z | Compiling displaydoc v0.2.5 |
| 551 | 2025-09-02T22:59:23.344Z | Compiling icu_provider_macros v1.5.0 |
| 552 | 2025-09-02T22:59:23.731Z | Compiling zerocopy-derive v0.7.35 |
| 553 | 2025-09-02T22:59:23.987Z | Compiling scroll_derive v0.12.0 |
| 554 | 2025-09-02T22:59:24.084Z | Compiling thiserror-impl v2.0.12 |
| 555 | 2025-09-02T22:59:24.409Z | Compiling clap_derive v4.5.41 |
| 556 | 2025-09-02T22:59:24.690Z | Compiling pest v2.7.14 |
| 557 | 2025-09-02T22:59:24.851Z | Compiling zerofrom v0.1.4 |
| 558 | 2025-09-02T22:59:25.119Z | Compiling yoke v0.7.4 |
| 559 | 2025-09-02T22:59:25.376Z | Compiling scroll v0.12.0 |
| 560 | 2025-09-02T22:59:25.486Z | Compiling zerovec v0.10.4 |
| 561 | 2025-09-02T22:59:25.690Z | Compiling zerocopy v0.7.35 |
| 562 | 2025-09-02T22:59:25.928Z | Compiling goblin v0.8.2 |
| 563 | 2025-09-02T22:59:26.371Z | Compiling tabled v0.15.0 |
| 564 | 2025-09-02T22:59:27.357Z | Compiling tinystr v0.7.6 |
| 565 | 2025-09-02T22:59:27.412Z | Compiling pest_meta v2.7.14 |
| 566 | 2025-09-02T22:59:27.576Z | Compiling icu_collections v1.5.0 |
| 567 | 2025-09-02T22:59:27.673Z | Compiling icu_locid v1.5.0 |
| 568 | 2025-09-02T22:59:28.432Z | Compiling clap v4.5.41 |
| 569 | 2025-09-02T22:59:28.670Z | Compiling pest_generator v2.7.14 |
| 570 | 2025-09-02T22:59:28.695Z | Compiling icu_provider v1.5.0 |
| 571 | 2025-09-02T22:59:29.542Z | Compiling icu_locid_transform v1.5.0 |
| 572 | 2025-09-02T22:59:30.823Z | Compiling pest_derive v2.7.14 |
| 573 | 2025-09-02T22:59:30.970Z | Compiling icu_properties v1.5.1 |
| 574 | 2025-09-02T22:59:31.559Z | Compiling dtrace-parser v0.2.0 |
| 575 | 2025-09-02T22:59:33.135Z | Compiling toml_datetime v0.6.11 |
| 576 | 2025-09-02T22:59:33.135Z | Compiling serde_spanned v0.6.9 |
| 577 | 2025-09-02T22:59:33.137Z | Compiling erased-serde v0.4.6 |
| 578 | 2025-09-02T22:59:33.137Z | Compiling serde-value v0.7.0 |
| 579 | 2025-09-02T22:59:33.494Z | Compiling toml_edit v0.22.27 |
| 580 | 2025-09-02T22:59:33.617Z | Compiling serde_tokenstream v0.2.2 |
| 581 | 2025-09-02T22:59:34.171Z | Compiling icu_normalizer v1.5.0 |
| 582 | 2025-09-02T22:59:34.298Z | Compiling serde-untagged v0.1.7 |
| 583 | 2025-09-02T22:59:34.335Z | Compiling cargo-platform v0.2.0 |
| 584 | 2025-09-02T22:59:34.806Z | Compiling camino-tempfile v1.4.1 |
| 585 | 2025-09-02T22:59:34.857Z | Compiling dof v0.3.0 |
| 586 | 2025-09-02T22:59:34.919Z | Compiling macaddr v1.0.1 |
| 587 | 2025-09-02T22:59:35.098Z | Compiling idna_adapter v1.2.0 |
| 588 | 2025-09-02T22:59:35.360Z | Compiling idna v1.0.3 |
| 589 | 2025-09-02T22:59:35.967Z | Compiling url v2.5.4 |
| 590 | 2025-09-02T22:59:36.665Z | Compiling toml v0.8.23 |
| 591 | 2025-09-02T22:59:36.731Z | Compiling usdt-macro v0.5.0 |
| 592 | 2025-09-02T22:59:36.731Z | Compiling usdt-attr-macro v0.5.0 |
| 593 | 2025-09-02T22:59:37.557Z | Compiling cargo-util-schemas v0.8.2 |
| 594 | 2025-09-02T22:59:37.677Z | Compiling cargo_toml v0.21.0 |
| 595 | 2025-09-02T22:59:37.927Z | Compiling usdt v0.5.0 |
| 596 | 2025-09-02T22:59:39.056Z | Compiling cargo_metadata v0.21.0 |
| 597 | 2025-09-02T22:59:40.847Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 598 | 2025-09-02T22:59:44.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 599 | 2025-09-02T22:59:44.561Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 600 | 2025-09-02T22:59:45.243Z | Downloading crates ... |
| 601 | 2025-09-02T22:59:45.373Z | Downloaded ahash v0.8.12 |
| 602 | 2025-09-02T22:59:45.378Z | Downloaded base64ct v1.6.0 |
| 603 | 2025-09-02T22:59:45.382Z | Downloaded blowfish v0.9.1 |
| 604 | 2025-09-02T22:59:45.386Z | Downloaded cancel-safe-futures v0.1.5 |
| 605 | 2025-09-02T22:59:45.389Z | Downloaded crossbeam-deque v0.8.5 |
| 606 | 2025-09-02T22:59:45.389Z | Downloaded async-trait v0.1.89 |
| 607 | 2025-09-02T22:59:45.392Z | Downloaded bit-vec v0.6.3 |
| 608 | 2025-09-02T22:59:45.395Z | Downloaded bcs v0.1.6 |
| 609 | 2025-09-02T22:59:45.400Z | Downloaded crc8 v0.1.1 |
| 610 | 2025-09-02T22:59:45.400Z | Downloaded cookie v0.18.1 |
| 611 | 2025-09-02T22:59:45.403Z | Downloaded base64 v0.13.1 |
| 612 | 2025-09-02T22:59:45.403Z | Downloaded addr2line v0.24.2 |
| 613 | 2025-09-02T22:59:45.406Z | Downloaded atty v0.2.14 |
| 614 | 2025-09-02T22:59:45.409Z | Downloaded proc-macro-crate v1.3.1 |
| 615 | 2025-09-02T22:59:45.412Z | Downloaded ingot-macros v0.1.1 |
| 616 | 2025-09-02T22:59:45.412Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 617 | 2025-09-02T22:59:45.415Z | Downloaded crossterm v0.28.1 |
| 618 | 2025-09-02T22:59:45.421Z | Downloaded highway v1.3.0 |
| 619 | 2025-09-02T22:59:45.425Z | Downloaded heck v0.3.3 |
| 620 | 2025-09-02T22:59:45.428Z | Downloaded hash32 v0.3.1 |
| 621 | 2025-09-02T22:59:45.428Z | Downloaded bb8 v0.8.5 |
| 622 | 2025-09-02T22:59:45.428Z | Downloaded async-bb8-diesel v0.2.1 |
| 623 | 2025-09-02T22:59:45.431Z | Downloaded progenitor-client v0.8.0 |
| 624 | 2025-09-02T22:59:45.434Z | Downloaded aead v0.5.2 |
| 625 | 2025-09-02T22:59:45.437Z | Downloaded indent_write v2.2.0 |
| 626 | 2025-09-02T22:59:45.440Z | Downloaded hex-literal v0.4.1 |
| 627 | 2025-09-02T22:59:45.440Z | Downloaded adler2 v2.0.0 |
| 628 | 2025-09-02T22:59:45.443Z | Downloaded async-stream-impl v0.3.6 |
| 629 | 2025-09-02T22:59:45.443Z | Downloaded array-init v0.0.4 |
| 630 | 2025-09-02T22:59:45.446Z | Downloaded cfg_aliases v0.1.1 |
| 631 | 2025-09-02T22:59:45.446Z | Downloaded libz-rs-sys v0.5.1 |
| 632 | 2025-09-02T22:59:45.449Z | Downloaded base16ct v0.2.0 |
| 633 | 2025-09-02T22:59:45.452Z | Downloaded camino-tempfile-ext v0.3.2 |
| 634 | 2025-09-02T22:59:45.454Z | Downloaded hyper-tls v0.6.0 |
| 635 | 2025-09-02T22:59:45.454Z | Downloaded humantime v2.2.0 |
| 636 | 2025-09-02T22:59:45.458Z | Downloaded hickory-resolver v0.25.2 |
| 637 | 2025-09-02T22:59:45.462Z | Downloaded http-range v0.1.5 |
| 638 | 2025-09-02T22:59:45.465Z | Downloaded cfg_aliases v0.2.1 |
| 639 | 2025-09-02T22:59:45.469Z | Downloaded http v1.3.1 |
| 640 | 2025-09-02T22:59:45.472Z | Downloaded ignore v0.4.23 |
| 641 | 2025-09-02T22:59:45.474Z | Downloaded cexpr v0.6.0 |
| 642 | 2025-09-02T22:59:45.477Z | Downloaded indoc v2.0.6 |
| 643 | 2025-09-02T22:59:45.480Z | Downloaded httpdate v1.0.3 |
| 644 | 2025-09-02T22:59:45.483Z | Downloaded convert_case v0.7.1 |
| 645 | 2025-09-02T22:59:45.486Z | Downloaded hostname v0.4.0 |
| 646 | 2025-09-02T22:59:45.490Z | Downloaded httparse v1.9.5 |
| 647 | 2025-09-02T22:59:45.493Z | Downloaded http-body-util v0.1.3 |
| 648 | 2025-09-02T22:59:45.498Z | Downloaded heapless v0.7.17 |
| 649 | 2025-09-02T22:59:45.500Z | Downloaded md5 v0.7.0 |
| 650 | 2025-09-02T22:59:45.500Z | Downloaded maplit v1.0.2 |
| 651 | 2025-09-02T22:59:45.503Z | Downloaded ciborium-io v0.2.2 |
| 652 | 2025-09-02T22:59:45.506Z | Downloaded block-padding v0.3.3 |
| 653 | 2025-09-02T22:59:45.506Z | Downloaded memoffset v0.9.1 |
| 654 | 2025-09-02T22:59:45.509Z | Downloaded cbc v0.1.2 |
| 655 | 2025-09-02T22:59:45.509Z | Downloaded cipher v0.4.4 |
| 656 | 2025-09-02T22:59:45.512Z | Downloaded strum_macros v0.24.3 |
| 657 | 2025-09-02T22:59:45.515Z | Downloaded match_cfg v0.1.0 |
| 658 | 2025-09-02T22:59:45.518Z | Downloaded argon2 v0.5.3 |
| 659 | 2025-09-02T22:59:45.521Z | Downloaded memmap2 v0.9.5 |
| 660 | 2025-09-02T22:59:45.526Z | Downloaded iana-time-zone v0.1.63 |
| 661 | 2025-09-02T22:59:45.529Z | Downloaded pretty-hex v0.2.1 |
| 662 | 2025-09-02T22:59:45.529Z | Downloaded hyper-staticfile v0.10.1 |
| 663 | 2025-09-02T22:59:45.532Z | Downloaded lazy_static v1.5.0 |
| 664 | 2025-09-02T22:59:45.535Z | Downloaded siphasher v0.3.11 |
| 665 | 2025-09-02T22:59:45.535Z | Downloaded progenitor-client v0.9.1 |
| 666 | 2025-09-02T22:59:45.538Z | Downloaded signal-hook-tokio v0.3.1 |
| 667 | 2025-09-02T22:59:45.540Z | Downloaded indoc v1.0.9 |
| 668 | 2025-09-02T22:59:45.543Z | Downloaded castaway v0.2.3 |
| 669 | 2025-09-02T22:59:45.546Z | Downloaded is_ci v1.2.0 |
| 670 | 2025-09-02T22:59:45.546Z | Downloaded cmake v0.1.51 |
| 671 | 2025-09-02T22:59:45.549Z | Downloaded instant v0.1.13 |
| 672 | 2025-09-02T22:59:45.552Z | Downloaded convert_case v0.4.0 |
| 673 | 2025-09-02T22:59:45.552Z | Downloaded home v0.5.9 |
| 674 | 2025-09-02T22:59:45.555Z | Downloaded constant_time_eq v0.3.1 |
| 675 | 2025-09-02T22:59:45.558Z | Downloaded heapless v0.8.0 |
| 676 | 2025-09-02T22:59:45.561Z | Downloaded sqlparser_derive v0.2.2 |
| 677 | 2025-09-02T22:59:45.564Z | Downloaded critical-section v1.1.3 |
| 678 | 2025-09-02T22:59:45.567Z | Downloaded hash32 v0.2.1 |
| 679 | 2025-09-02T22:59:45.567Z | Downloaded crc-catalog v2.4.0 |
| 680 | 2025-09-02T22:59:45.570Z | Downloaded libsw-core v0.3.1 |
| 681 | 2025-09-02T22:59:45.573Z | Downloaded kstat-rs v0.2.4 |
| 682 | 2025-09-02T22:59:45.573Z | Downloaded russh-cryptovec v0.7.3 |
| 683 | 2025-09-02T22:59:45.577Z | Downloaded allocator-api2 v0.2.21 |
| 684 | 2025-09-02T22:59:45.579Z | Downloaded topological-sort v0.2.2 |
| 685 | 2025-09-02T22:59:45.582Z | Downloaded sync_wrapper v1.0.1 |
| 686 | 2025-09-02T22:59:45.582Z | Downloaded sync-ptr v0.1.4 |
| 687 | 2025-09-02T22:59:45.585Z | Downloaded slog-async v2.8.0 |
| 688 | 2025-09-02T22:59:45.585Z | Downloaded rtoolbox v0.0.2 |
| 689 | 2025-09-02T22:59:45.588Z | Downloaded keccak v0.1.5 |
| 690 | 2025-09-02T22:59:45.591Z | Downloaded sct v0.7.1 |
| 691 | 2025-09-02T22:59:45.594Z | Downloaded serde_urlencoded v0.7.1 |
| 692 | 2025-09-02T22:59:45.597Z | Downloaded waitgroup v0.1.2 |
| 693 | 2025-09-02T22:59:45.600Z | Downloaded ipnetwork v0.21.1 |
| 694 | 2025-09-02T22:59:45.603Z | Downloaded ciborium v0.2.2 |
| 695 | 2025-09-02T22:59:45.606Z | Downloaded unicode-truncate v1.1.0 |
| 696 | 2025-09-02T22:59:45.608Z | Downloaded md-5 v0.10.6 |
| 697 | 2025-09-02T22:59:45.611Z | Downloaded maybe-uninit v2.0.0 |
| 698 | 2025-09-02T22:59:45.611Z | Downloaded tls_codec_derive v0.4.1 |
| 699 | 2025-09-02T22:59:45.614Z | Downloaded zeroize_derive v1.4.2 |
| 700 | 2025-09-02T22:59:45.617Z | Downloaded cargo_metadata v0.18.1 |
| 701 | 2025-09-02T22:59:45.620Z | Downloaded managed v0.8.0 |
| 702 | 2025-09-02T22:59:45.620Z | Downloaded darling_macro v0.20.10 |
| 703 | 2025-09-02T22:59:45.623Z | Downloaded libsw v3.5.0 |
| 704 | 2025-09-02T22:59:45.637Z | Downloaded lockfree-object-pool v0.1.6 |
| 705 | 2025-09-02T22:59:45.640Z | Downloaded toml_datetime v0.7.0 |
| 706 | 2025-09-02T22:59:45.643Z | Downloaded termcolor v1.4.1 |
| 707 | 2025-09-02T22:59:45.646Z | Downloaded termtree v0.5.1 |
| 708 | 2025-09-02T22:59:45.649Z | Downloaded unicase v2.7.0 |
| 709 | 2025-09-02T22:59:45.649Z | Downloaded sqlformat v0.3.5 |
| 710 | 2025-09-02T22:59:45.652Z | Downloaded serde_path_to_error v0.1.17 |
| 711 | 2025-09-02T22:59:45.655Z | Downloaded futures-io v0.3.31 |
| 712 | 2025-09-02T22:59:45.658Z | Downloaded wyz v0.5.1 |
| 713 | 2025-09-02T22:59:45.658Z | Downloaded jobserver v0.1.32 |
| 714 | 2025-09-02T22:59:45.662Z | Downloaded crossbeam-epoch v0.9.18 |
| 715 | 2025-09-02T22:59:45.665Z | Downloaded foreign-types-shared v0.3.1 |
| 716 | 2025-09-02T22:59:45.668Z | Downloaded crc-any v2.5.0 |
| 717 | 2025-09-02T22:59:45.671Z | Downloaded deranged v0.3.11 |
| 718 | 2025-09-02T22:59:45.671Z | Downloaded daft v0.1.4 |
| 719 | 2025-09-02T22:59:45.674Z | Downloaded clang-sys v1.8.1 |
| 720 | 2025-09-02T22:59:45.677Z | Downloaded tokio-rustls v0.24.1 |
| 721 | 2025-09-02T22:59:45.680Z | Downloaded compact_str v0.8.0 |
| 722 | 2025-09-02T22:59:45.683Z | Downloaded num-iter v0.1.45 |
| 723 | 2025-09-02T22:59:45.686Z | Downloaded normalize-line-endings v0.3.0 |
| 724 | 2025-09-02T22:59:45.686Z | Downloaded ed25519 v2.2.3 |
| 725 | 2025-09-02T22:59:45.689Z | Downloaded path-slash v0.1.5 |
| 726 | 2025-09-02T22:59:45.692Z | Downloaded flagset v0.4.6 |
| 727 | 2025-09-02T22:59:45.695Z | Downloaded ingot v0.1.1 |
| 728 | 2025-09-02T22:59:45.697Z | Downloaded fallible-iterator v0.2.0 |
| 729 | 2025-09-02T22:59:45.697Z | Downloaded slog v2.7.0 |
| 730 | 2025-09-02T22:59:45.701Z | Downloaded serde_with_macros v3.14.0 |
| 731 | 2025-09-02T22:59:45.704Z | Downloaded precomputed-hash v0.1.1 |
| 732 | 2025-09-02T22:59:45.707Z | Downloaded predicates-tree v1.0.12 |
| 733 | 2025-09-02T22:59:45.707Z | Downloaded rustls-native-certs v0.8.1 |
| 734 | 2025-09-02T22:59:45.710Z | Downloaded serde_plain v1.0.2 |
| 735 | 2025-09-02T22:59:45.713Z | Downloaded ghash v0.5.1 |
| 736 | 2025-09-02T22:59:45.716Z | Downloaded enum-as-inner v0.6.1 |
| 737 | 2025-09-02T22:59:45.719Z | Downloaded litrs v0.4.1 |
| 738 | 2025-09-02T22:59:45.722Z | Downloaded zerocopy v0.6.6 |
| 739 | 2025-09-02T22:59:45.725Z | Downloaded twox-hash v2.1.0 |
| 740 | 2025-09-02T22:59:45.728Z | Downloaded rustc_version v0.1.7 |
| 741 | 2025-09-02T22:59:45.728Z | Downloaded num-integer v0.1.46 |
| 742 | 2025-09-02T22:59:45.731Z | Downloaded num-derive v0.4.2 |
| 743 | 2025-09-02T22:59:45.734Z | Downloaded futures-macro v0.3.31 |
| 744 | 2025-09-02T22:59:45.737Z | Downloaded const_format v0.2.34 |
| 745 | 2025-09-02T22:59:45.740Z | Downloaded oxnet v0.1.3 |
| 746 | 2025-09-02T22:59:45.743Z | Downloaded void v1.0.2 |
| 747 | 2025-09-02T22:59:45.746Z | Downloaded strum v0.26.3 |
| 748 | 2025-09-02T22:59:45.746Z | Downloaded phf_shared v0.12.1 |
| 749 | 2025-09-02T22:59:45.751Z | Downloaded phf_shared v0.11.2 |
| 750 | 2025-09-02T22:59:45.754Z | Downloaded fixedbitset v0.5.7 |
| 751 | 2025-09-02T22:59:45.754Z | Downloaded num_enum v0.5.11 |
| 752 | 2025-09-02T22:59:45.758Z | Downloaded tap v1.0.1 |
| 753 | 2025-09-02T22:59:45.762Z | Downloaded derive_builder_core v0.20.2 |
| 754 | 2025-09-02T22:59:45.764Z | Downloaded progenitor-macro v0.9.1 |
| 755 | 2025-09-02T22:59:45.764Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 756 | 2025-09-02T22:59:45.767Z | Downloaded pbkdf2 v0.12.2 |
| 757 | 2025-09-02T22:59:45.770Z | Downloaded zeroize v1.8.1 |
| 758 | 2025-09-02T22:59:45.770Z | Downloaded serde_repr v0.1.19 |
| 759 | 2025-09-02T22:59:45.773Z | Downloaded crucible-workspace-hack v0.1.0 |
| 760 | 2025-09-02T22:59:45.776Z | Downloaded getrandom v0.2.15 |
| 761 | 2025-09-02T22:59:45.779Z | Downloaded slog-json v2.6.1 |
| 762 | 2025-09-02T22:59:45.781Z | Downloaded progenitor-macro v0.10.0 |
| 763 | 2025-09-02T22:59:45.784Z | Downloaded rustc-hash v2.1.1 |
| 764 | 2025-09-02T22:59:45.787Z | Downloaded slog-envlogger v2.2.0 |
| 765 | 2025-09-02T22:59:45.787Z | Downloaded typify v0.4.1 |
| 766 | 2025-09-02T22:59:45.791Z | Downloaded display-error-chain v0.2.2 |
| 767 | 2025-09-02T22:59:45.795Z | Downloaded strum v0.27.2 |
| 768 | 2025-09-02T22:59:45.798Z | Downloaded rustc-demangle v0.1.24 |
| 769 | 2025-09-02T22:59:45.798Z | Downloaded support-bundle-viewer v0.1.2 |
| 770 | 2025-09-02T22:59:45.801Z | Downloaded fxhash v0.2.1 |
| 771 | 2025-09-02T22:59:45.801Z | Downloaded number_prefix v0.4.0 |
| 772 | 2025-09-02T22:59:45.804Z | Downloaded futures-core v0.3.31 |
| 773 | 2025-09-02T22:59:45.807Z | Downloaded strum_macros v0.27.1 |
| 774 | 2025-09-02T22:59:45.826Z | Downloaded zone v0.3.1 |
| 775 | 2025-09-02T22:59:45.826Z | Downloaded poly1305 v0.8.0 |
| 776 | 2025-09-02T22:59:45.831Z | Downloaded indicatif v0.17.11 |
| 777 | 2025-09-02T22:59:45.831Z | Downloaded newtype_derive v0.1.6 |
| 778 | 2025-09-02T22:59:45.831Z | Downloaded foreign-types-macros v0.2.3 |
| 779 | 2025-09-02T22:59:45.831Z | Downloaded parse-size v1.1.0 |
| 780 | 2025-09-02T22:59:45.831Z | Downloaded zip v0.6.6 |
| 781 | 2025-09-02T22:59:45.831Z | Downloaded opaque-debug v0.3.1 |
| 782 | 2025-09-02T22:59:45.834Z | Downloaded diesel-dtrace v0.4.2 |
| 783 | 2025-09-02T22:59:45.834Z | Downloaded tabwriter v1.4.0 |
| 784 | 2025-09-02T22:59:45.837Z | Downloaded indicatif v0.18.0 |
| 785 | 2025-09-02T22:59:45.842Z | Downloaded float-ord v0.3.2 |
| 786 | 2025-09-02T22:59:45.845Z | Downloaded oso-derive v0.27.3 |
| 787 | 2025-09-02T22:59:45.845Z | Downloaded serde-big-array v0.5.1 |
| 788 | 2025-09-02T22:59:45.848Z | Downloaded xattr v1.3.1 |
| 789 | 2025-09-02T22:59:45.848Z | Downloaded typify v0.2.0 |
| 790 | 2025-09-02T22:59:45.851Z | Downloaded time-core v0.1.2 |
| 791 | 2025-09-02T22:59:45.854Z | Downloaded hashbrown v0.13.2 |
| 792 | 2025-09-02T22:59:45.858Z | Downloaded headers v0.4.1 |
| 793 | 2025-09-02T22:59:45.864Z | Downloaded document-features v0.2.11 |
| 794 | 2025-09-02T22:59:45.867Z | Downloaded ron v0.8.1 |
| 795 | 2025-09-02T22:59:45.873Z | Downloaded parse-display-derive v0.10.0 |
| 796 | 2025-09-02T22:59:45.876Z | Downloaded parse-display v0.10.0 |
| 797 | 2025-09-02T22:59:45.880Z | Downloaded gethostname v0.5.0 |
| 798 | 2025-09-02T22:59:45.880Z | Downloaded sigpipe v0.1.3 |
| 799 | 2025-09-02T22:59:45.883Z | Downloaded slog-scope v4.4.0 |
| 800 | 2025-09-02T22:59:45.884Z | Downloaded bindgen v0.71.1 |
| 801 | 2025-09-02T22:59:45.890Z | Downloaded progenitor v0.8.0 |
| 802 | 2025-09-02T22:59:45.894Z | Downloaded primeorder v0.13.6 |
| 803 | 2025-09-02T22:59:45.897Z | Downloaded supports-color v3.0.2 |
| 804 | 2025-09-02T22:59:45.897Z | Downloaded derive_builder_macro v0.20.2 |
| 805 | 2025-09-02T22:59:45.900Z | Downloaded subprocess v0.2.9 |
| 806 | 2025-09-02T22:59:45.903Z | Downloaded jiff-static v0.2.15 |
| 807 | 2025-09-02T22:59:45.906Z | Downloaded multer v3.1.0 |
| 808 | 2025-09-02T22:59:45.909Z | Downloaded pin-project-lite v0.2.14 |
| 809 | 2025-09-02T22:59:45.913Z | Downloaded string_cache v0.8.9 |
| 810 | 2025-09-02T22:59:45.916Z | Downloaded serde_spanned v1.0.0 |
| 811 | 2025-09-02T22:59:45.919Z | Downloaded vergen v8.3.2 |
| 812 | 2025-09-02T22:59:45.922Z | Downloaded stringprep v0.1.5 |
| 813 | 2025-09-02T22:59:45.925Z | Downloaded tokio-native-tls v0.3.1 |
| 814 | 2025-09-02T22:59:45.927Z | Downloaded num_threads v0.1.7 |
| 815 | 2025-09-02T22:59:45.930Z | Downloaded num_enum_derive v0.5.11 |
| 816 | 2025-09-02T22:59:45.930Z | Downloaded flate2 v1.1.2 |
| 817 | 2025-09-02T22:59:45.936Z | Downloaded utf-8 v0.7.6 |
| 818 | 2025-09-02T22:59:45.939Z | Downloaded ff v0.13.0 |
| 819 | 2025-09-02T22:59:45.939Z | Downloaded tokio-macros v2.5.0 |
| 820 | 2025-09-02T22:59:45.942Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 821 | 2025-09-02T22:59:45.945Z | Downloaded proc-macro-error2 v2.0.1 |
| 822 | 2025-09-02T22:59:45.948Z | Downloaded crypto-bigint v0.5.5 |
| 823 | 2025-09-02T22:59:45.956Z | Downloaded embedded-io v0.4.0 |
| 824 | 2025-09-02T22:59:45.959Z | Downloaded iddqd v0.3.9 |
| 825 | 2025-09-02T22:59:45.965Z | Downloaded tower-layer v0.3.3 |
| 826 | 2025-09-02T22:59:45.968Z | Downloaded env_logger v0.11.5 |
| 827 | 2025-09-02T22:59:45.972Z | Downloaded futures-sink v0.3.31 |
| 828 | 2025-09-02T22:59:45.975Z | Downloaded test-strategy v0.4.3 |
| 829 | 2025-09-02T22:59:45.979Z | Downloaded nu-ansi-term v0.50.1 |
| 830 | 2025-09-02T22:59:45.982Z | Downloaded vsss-rs v3.3.4 |
| 831 | 2025-09-02T22:59:45.985Z | Downloaded tokio-tungstenite v0.21.0 |
| 832 | 2025-09-02T22:59:45.988Z | Downloaded fs-err v2.11.0 |
| 833 | 2025-09-02T22:59:45.991Z | Downloaded darling_macro v0.21.0 |
| 834 | 2025-09-02T22:59:45.991Z | Downloaded untrusted v0.7.1 |
| 835 | 2025-09-02T22:59:45.994Z | Downloaded rand_core v0.9.3 |
| 836 | 2025-09-02T22:59:45.994Z | Downloaded glob v0.3.2 |
| 837 | 2025-09-02T22:59:45.997Z | Downloaded yasna v0.5.2 |
| 838 | 2025-09-02T22:59:46.002Z | Downloaded zstd-safe v7.2.3 |
| 839 | 2025-09-02T22:59:46.005Z | Downloaded tokio-postgres v0.7.13 |
| 840 | 2025-09-02T22:59:46.008Z | Downloaded rustversion v1.0.17 |
| 841 | 2025-09-02T22:59:46.011Z | Downloaded scopeguard v1.2.0 |
| 842 | 2025-09-02T22:59:46.014Z | Downloaded similar v2.7.0 |
| 843 | 2025-09-02T22:59:46.019Z | Downloaded shell-words v1.1.0 |
| 844 | 2025-09-02T22:59:46.022Z | Downloaded tower-service v0.3.3 |
| 845 | 2025-09-02T22:59:46.025Z | Downloaded polyval v0.6.2 |
| 846 | 2025-09-02T22:59:46.025Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 847 | 2025-09-02T22:59:46.029Z | Downloaded snafu-derive v0.8.5 |
| 848 | 2025-09-02T22:59:46.031Z | Downloaded peg-runtime v0.8.5 |
| 849 | 2025-09-02T22:59:46.031Z | Downloaded slog-dtrace v0.3.0 |
| 850 | 2025-09-02T22:59:46.034Z | Downloaded rusty-fork v0.3.0 |
| 851 | 2025-09-02T22:59:46.037Z | Downloaded env_logger v0.10.2 |
| 852 | 2025-09-02T22:59:46.040Z | Downloaded thread_local v1.1.8 |
| 853 | 2025-09-02T22:59:46.043Z | Downloaded omicron-zone-package v0.12.2 |
| 854 | 2025-09-02T22:59:46.046Z | Downloaded tokio-rustls v0.26.0 |
| 855 | 2025-09-02T22:59:46.049Z | Downloaded zerocopy-derive v0.8.26 |
| 856 | 2025-09-02T22:59:46.056Z | Downloaded ctr v0.9.2 |
| 857 | 2025-09-02T22:59:46.059Z | Downloaded xshell-macros v0.2.7 |
| 858 | 2025-09-02T22:59:46.062Z | Downloaded untrusted v0.9.0 |
| 859 | 2025-09-02T22:59:46.065Z | Downloaded thiserror-no-std v2.0.2 |
| 860 | 2025-09-02T22:59:46.067Z | Downloaded daft-derive v0.1.4 |
| 861 | 2025-09-02T22:59:46.074Z | Downloaded either v1.15.0 |
| 862 | 2025-09-02T22:59:46.077Z | Downloaded libxml v0.3.3 |
| 863 | 2025-09-02T22:59:46.082Z | Downloaded endian-type v0.1.2 |
| 864 | 2025-09-02T22:59:46.085Z | Downloaded zone_cfg_derive v0.1.2 |
| 865 | 2025-09-02T22:59:46.085Z | Downloaded typify-macro v0.3.0 |
| 866 | 2025-09-02T22:59:46.088Z | Downloaded pem v3.0.5 |
| 867 | 2025-09-02T22:59:46.092Z | Downloaded packed_struct v0.10.1 |
| 868 | 2025-09-02T22:59:46.092Z | Downloaded mime v0.3.17 |
| 869 | 2025-09-02T22:59:46.095Z | Downloaded zip v4.2.0 |
| 870 | 2025-09-02T22:59:46.098Z | Downloaded openssl-probe v0.1.5 |
| 871 | 2025-09-02T22:59:46.101Z | Downloaded openssl-macros v0.1.1 |
| 872 | 2025-09-02T22:59:46.102Z | Downloaded num-derive v0.3.3 |
| 873 | 2025-09-02T22:59:46.105Z | Downloaded crunchy v0.2.2 |
| 874 | 2025-09-02T22:59:46.109Z | Downloaded progenitor-macro v0.8.0 |
| 875 | 2025-09-02T22:59:46.109Z | Downloaded powerfmt v0.2.0 |
| 876 | 2025-09-02T22:59:46.109Z | Downloaded ed25519-dalek v2.1.1 |
| 877 | 2025-09-02T22:59:46.112Z | Downloaded slog-bunyan v2.5.0 |
| 878 | 2025-09-02T22:59:46.115Z | Downloaded fatfs v0.3.6 |
| 879 | 2025-09-02T22:59:46.119Z | Downloaded smf v0.2.3 |
| 880 | 2025-09-02T22:59:46.123Z | Downloaded blake3 v1.5.4 |
| 881 | 2025-09-02T22:59:46.128Z | Downloaded typify-macro v0.2.0 |
| 882 | 2025-09-02T22:59:46.134Z | Downloaded rsa v0.9.6 |
| 883 | 2025-09-02T22:59:46.138Z | Downloaded env_filter v0.1.2 |
| 884 | 2025-09-02T22:59:46.140Z | Downloaded xz2 v0.1.7 |
| 885 | 2025-09-02T22:59:46.146Z | Downloaded ppv-lite86 v0.2.20 |
| 886 | 2025-09-02T22:59:46.146Z | Downloaded float-cmp v0.10.0 |
| 887 | 2025-09-02T22:59:46.146Z | Downloaded iri-string v0.7.8 |
| 888 | 2025-09-02T22:59:46.152Z | Downloaded want v0.3.1 |
| 889 | 2025-09-02T22:59:46.157Z | Downloaded secrecy v0.10.3 |
| 890 | 2025-09-02T22:59:46.159Z | Downloaded peg-macros v0.8.5 |
| 891 | 2025-09-02T22:59:46.159Z | Downloaded typed-path v0.9.3 |
| 892 | 2025-09-02T22:59:46.164Z | Downloaded dunce v1.0.5 |
| 893 | 2025-09-02T22:59:46.167Z | Downloaded strip-ansi-escapes v0.2.0 |
| 894 | 2025-09-02T22:59:46.170Z | Downloaded zone_cfg_derive v0.3.0 |
| 895 | 2025-09-02T22:59:46.170Z | Downloaded progenitor-impl v0.10.0 |
| 896 | 2025-09-02T22:59:46.173Z | Downloaded ssh-encoding v0.2.0 |
| 897 | 2025-09-02T22:59:46.175Z | Downloaded semver v0.1.20 |
| 898 | 2025-09-02T22:59:46.178Z | Downloaded embedded-io v0.6.1 |
| 899 | 2025-09-02T22:59:46.179Z | Downloaded dsl_auto_type v0.1.2 |
| 900 | 2025-09-02T22:59:46.181Z | Downloaded derive_more v0.99.20 |
| 901 | 2025-09-02T22:59:46.185Z | Downloaded scrypt v0.11.0 |
| 902 | 2025-09-02T22:59:46.187Z | Downloaded ena v0.14.3 |
| 903 | 2025-09-02T22:59:46.190Z | Downloaded universal-hash v0.5.1 |
| 904 | 2025-09-02T22:59:46.190Z | Downloaded quick-error v1.2.3 |
| 905 | 2025-09-02T22:59:46.193Z | Downloaded unit-prefix v0.5.1 |
| 906 | 2025-09-02T22:59:46.196Z | Downloaded toml_parser v1.0.2 |
| 907 | 2025-09-02T22:59:46.198Z | Downloaded der v0.7.9 |
| 908 | 2025-09-02T22:59:46.202Z | Downloaded try-lock v0.2.5 |
| 909 | 2025-09-02T22:59:46.206Z | Downloaded pin-utils v0.1.0 |
| 910 | 2025-09-02T22:59:46.209Z | Downloaded wait-timeout v0.2.0 |
| 911 | 2025-09-02T22:59:46.209Z | Downloaded itertools v0.14.0 |
| 912 | 2025-09-02T22:59:46.217Z | Downloaded new_debug_unreachable v1.0.6 |
| 913 | 2025-09-02T22:59:46.220Z | Downloaded peg v0.8.5 |
| 914 | 2025-09-02T22:59:46.223Z | Downloaded walkdir v2.5.0 |
| 915 | 2025-09-02T22:59:46.227Z | Downloaded tiny-keccak v2.0.2 |
| 916 | 2025-09-02T22:59:46.227Z | Downloaded quinn-udp v0.5.5 |
| 917 | 2025-09-02T22:59:46.230Z | Downloaded rand_chacha v0.9.0 |
| 918 | 2025-09-02T22:59:46.233Z | Downloaded progenitor-impl v0.8.0 |
| 919 | 2025-09-02T22:59:46.233Z | Downloaded password-hash v0.5.0 |
| 920 | 2025-09-02T22:59:46.240Z | Downloaded newline-converter v0.3.0 |
| 921 | 2025-09-02T22:59:46.240Z | Downloaded vte_generate_state_changes v0.1.2 |
| 922 | 2025-09-02T22:59:46.242Z | Downloaded tinyvec_macros v0.1.1 |
| 923 | 2025-09-02T22:59:46.242Z | Downloaded unicode-normalization v0.1.24 |
| 924 | 2025-09-02T22:59:46.243Z | Downloaded num-complex v0.4.6 |
| 925 | 2025-09-02T22:59:46.245Z | Downloaded foreign-types v0.3.2 |
| 926 | 2025-09-02T22:59:46.249Z | Downloaded half v2.4.1 |
| 927 | 2025-09-02T22:59:46.252Z | Downloaded foldhash v0.1.5 |
| 928 | 2025-09-02T22:59:46.252Z | Downloaded schemars_derive v0.8.22 |
| 929 | 2025-09-02T22:59:46.255Z | Downloaded signal-hook-mio v0.2.4 |
| 930 | 2025-09-02T22:59:46.255Z | Downloaded sha1 v0.10.6 |
| 931 | 2025-09-02T22:59:46.258Z | Downloaded vte v0.11.1 |
| 932 | 2025-09-02T22:59:46.261Z | Downloaded packed_struct_codegen v0.10.1 |
| 933 | 2025-09-02T22:59:46.261Z | Downloaded group v0.13.0 |
| 934 | 2025-09-02T22:59:46.264Z | Downloaded phf v0.11.2 |
| 935 | 2025-09-02T22:59:46.264Z | Downloaded tui-tree-widget v0.23.1 |
| 936 | 2025-09-02T22:59:46.267Z | Downloaded rpassword v7.4.0 |
| 937 | 2025-09-02T22:59:46.269Z | Downloaded toml_writer v1.0.2 |
| 938 | 2025-09-02T22:59:46.272Z | Downloaded toml v0.9.5 |
| 939 | 2025-09-02T22:59:46.275Z | Downloaded itertools v0.13.0 |
| 940 | 2025-09-02T22:59:46.283Z | Downloaded psl-types v2.0.11 |
| 941 | 2025-09-02T22:59:46.286Z | Downloaded rand_core v0.6.4 |
| 942 | 2025-09-02T22:59:46.286Z | Downloaded rayon-core v1.12.1 |
| 943 | 2025-09-02T22:59:46.289Z | Downloaded unsafe-libyaml v0.2.11 |
| 944 | 2025-09-02T22:59:46.293Z | Downloaded sqlparser v0.45.0 |
| 945 | 2025-09-02T22:59:46.299Z | Downloaded num v0.4.3 |
| 946 | 2025-09-02T22:59:46.303Z | Downloaded fixedbitset v0.4.2 |
| 947 | 2025-09-02T22:59:46.303Z | Downloaded oso v0.27.3 |
| 948 | 2025-09-02T22:59:46.306Z | Downloaded funty v2.0.0 |
| 949 | 2025-09-02T22:59:46.308Z | Downloaded pin-project v1.1.6 |
| 950 | 2025-09-02T22:59:46.319Z | Downloaded signal-hook-registry v1.4.2 |
| 951 | 2025-09-02T22:59:46.321Z | Downloaded half v1.8.3 |
| 952 | 2025-09-02T22:59:46.324Z | Downloaded tls_codec v0.4.1 |
| 953 | 2025-09-02T22:59:46.327Z | Downloaded owo-colors v4.2.2 |
| 954 | 2025-09-02T22:59:46.329Z | Downloaded structmeta-derive v0.3.0 |
| 955 | 2025-09-02T22:59:46.332Z | Downloaded rcgen v0.12.1 |
| 956 | 2025-09-02T22:59:46.335Z | Downloaded quinn-proto v0.11.8 |
| 957 | 2025-09-02T22:59:46.339Z | Downloaded derive-ex v0.1.8 |
| 958 | 2025-09-02T22:59:46.341Z | Downloaded parking_lot v0.11.2 |
| 959 | 2025-09-02T22:59:46.344Z | Downloaded bitvec v1.0.1 |
| 960 | 2025-09-02T22:59:46.359Z | Downloaded defmt v0.3.8 |
| 961 | 2025-09-02T22:59:46.363Z | Downloaded parking_lot_core v0.9.10 |
| 962 | 2025-09-02T22:59:46.366Z | Downloaded dropshot_endpoint v0.16.3 |
| 963 | 2025-09-02T22:59:46.369Z | Downloaded pkcs5 v0.7.1 |
| 964 | 2025-09-02T22:59:46.372Z | Downloaded pretty_assertions v1.4.1 |
| 965 | 2025-09-02T22:59:46.375Z | Downloaded miniz_oxide v0.8.5 |
| 966 | 2025-09-02T22:59:46.379Z | Downloaded samael v0.0.19 |
| 967 | 2025-09-02T22:59:46.384Z | Downloaded serde_with v3.14.0 |
| 968 | 2025-09-02T22:59:46.397Z | Downloaded parking_lot v0.12.3 |
| 969 | 2025-09-02T22:59:46.400Z | Downloaded prettyplease v0.2.36 |
| 970 | 2025-09-02T22:59:46.405Z | Downloaded derive_more v2.0.1 |
| 971 | 2025-09-02T22:59:46.413Z | Downloaded tinyvec v1.8.0 |
| 972 | 2025-09-02T22:59:46.416Z | Downloaded snafu v0.8.5 |
| 973 | 2025-09-02T22:59:46.422Z | Downloaded ssh-key v0.6.6 |
| 974 | 2025-09-02T22:59:46.429Z | Downloaded flume v0.11.1 |
| 975 | 2025-09-02T22:59:46.433Z | Downloaded tracing v0.1.40 |
| 976 | 2025-09-02T22:59:46.437Z | Downloaded nom v7.1.3 |
| 977 | 2025-09-02T22:59:46.443Z | Downloaded zopfli v0.8.1 |
| 978 | 2025-09-02T22:59:46.446Z | Downloaded tower-http v0.6.6 |
| 979 | 2025-09-02T22:59:46.454Z | Downloaded num-bigint v0.4.6 |
| 980 | 2025-09-02T22:59:46.458Z | Downloaded time v0.3.36 |
| 981 | 2025-09-02T22:59:46.466Z | Downloaded winnow v0.5.40 |
| 982 | 2025-09-02T22:59:46.475Z | Downloaded p384 v0.13.0 |
| 983 | 2025-09-02T22:59:46.481Z | Downloaded rustyline v14.0.0 |
| 984 | 2025-09-02T22:59:46.486Z | Downloaded rayon v1.10.0 |
| 985 | 2025-09-02T22:59:46.495Z | Downloaded tower v0.5.2 |
| 986 | 2025-09-02T22:59:46.505Z | Downloaded crossterm v0.29.0 |
| 987 | 2025-09-02T22:59:46.512Z | Downloaded lalrpop v0.19.12 |
| 988 | 2025-09-02T22:59:46.523Z | Downloaded radix_trie v0.2.1 |
| 989 | 2025-09-02T22:59:46.528Z | Downloaded smoltcp v0.9.1 |
| 990 | 2025-09-02T22:59:46.540Z | Downloaded tokio-util v0.7.15 |
| 991 | 2025-09-02T22:59:46.546Z | Downloaded rustls-webpki v0.101.7 |
| 992 | 2025-09-02T22:59:46.562Z | Downloaded polar-core v0.27.3 |
| 993 | 2025-09-02T22:59:46.569Z | Downloaded winnow v0.6.26 |
| 994 | 2025-09-02T22:59:46.579Z | Downloaded qorb v0.4.1 |
| 995 | 2025-09-02T22:59:46.583Z | Downloaded smoltcp v0.11.0 |
| 996 | 2025-09-02T22:59:46.594Z | Downloaded salty v0.3.0 |
| 997 | 2025-09-02T22:59:46.601Z | Downloaded rustls v0.23.19 |
| 998 | 2025-09-02T22:59:46.612Z | Downloaded bstr v1.10.0 |
| 999 | 2025-09-02T22:59:46.621Z | Downloaded reedline v0.40.0 |
| 1000 | 2025-09-02T22:59:46.628Z | Downloaded quick-xml v0.37.2 |
| 1001 | 2025-09-02T22:59:46.634Z | Downloaded rustls v0.22.4 |
| 1002 | 2025-09-02T22:59:46.647Z | Downloaded rustls v0.21.12 |
| 1003 | 2025-09-02T22:59:46.657Z | Downloaded tabled v0.18.0 |
| 1004 | 2025-09-02T22:59:46.675Z | Downloaded petname v2.0.2 |
| 1005 | 2025-09-02T22:59:46.679Z | Downloaded h2 v0.4.6 |
| 1006 | 2025-09-02T22:59:46.685Z | Downloaded nix v0.27.1 |
| 1007 | 2025-09-02T22:59:46.696Z | Downloaded proptest v1.7.0 |
| 1008 | 2025-09-02T22:59:46.705Z | Downloaded rustls-webpki v0.102.8 |
| 1009 | 2025-09-02T22:59:46.724Z | Downloaded zerocopy v0.8.26 |
| 1010 | 2025-09-02T22:59:46.745Z | Downloaded reqwest v0.12.22 |
| 1011 | 2025-09-02T22:59:46.753Z | Downloaded git2 v0.19.0 |
| 1012 | 2025-09-02T22:59:46.762Z | Downloaded regex-syntax v0.6.29 |
| 1013 | 2025-09-02T22:59:46.768Z | Downloaded nix v0.28.0 |
| 1014 | 2025-09-02T22:59:46.779Z | Downloaded nix v0.30.1 |
| 1015 | 2025-09-02T22:59:46.790Z | Downloaded moka v0.12.10 |
| 1016 | 2025-09-02T22:59:46.799Z | Downloaded openssl v0.10.73 |
| 1017 | 2025-09-02T22:59:46.810Z | Downloaded object v0.30.4 |
| 1018 | 2025-09-02T22:59:46.818Z | Downloaded webpki-roots v1.0.1 |
| 1019 | 2025-09-02T22:59:46.821Z | Downloaded typify-impl v0.3.0 |
| 1020 | 2025-09-02T22:59:46.835Z | Downloaded hickory-proto v0.24.4 |
| 1021 | 2025-09-02T22:59:46.850Z | Downloaded dropshot v0.16.3 |
| 1022 | 2025-09-02T22:59:46.871Z | Downloaded object v0.36.5 |
| 1023 | 2025-09-02T22:59:46.880Z | Downloaded regex-syntax v0.8.5 |
| 1024 | 2025-09-02T22:59:46.888Z | Downloaded hickory-proto v0.25.2 |
| 1025 | 2025-09-02T22:59:46.903Z | Downloaded sled v0.34.7 |
| 1026 | 2025-09-02T22:59:46.912Z | Downloaded ratatui v0.29.0 |
| 1027 | 2025-09-02T22:59:46.931Z | Downloaded regress v0.10.4 |
| 1028 | 2025-09-02T22:59:46.938Z | Downloaded openapiv3 v2.2.0 |
| 1029 | 2025-09-02T22:59:46.949Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1030 | 2025-09-02T22:59:46.960Z | Downloaded nix v0.29.0 |
| 1031 | 2025-09-02T22:59:46.971Z | Downloaded diesel v2.2.12 |
| 1032 | 2025-09-02T22:59:46.988Z | Downloaded typify-impl v0.4.1 |
| 1033 | 2025-09-02T22:59:47.002Z | Downloaded typify-impl v0.2.0 |
| 1034 | 2025-09-02T22:59:47.013Z | Downloaded chrono-tz v0.10.4 |
| 1035 | 2025-09-02T22:59:47.029Z | Downloaded petgraph v0.6.5 |
| 1036 | 2025-09-02T22:59:47.045Z | Downloaded portable-atomic v1.11.0 |
| 1037 | 2025-09-02T22:59:47.051Z | Downloaded curve25519-dalek v4.1.3 |
| 1038 | 2025-09-02T22:59:47.059Z | Downloaded petgraph v0.8.2 |
| 1039 | 2025-09-02T22:59:47.080Z | Downloaded gimli v0.31.1 |
| 1040 | 2025-09-02T22:59:47.086Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1041 | 2025-09-02T22:59:47.102Z | Downloaded regex-automata v0.4.8 |
| 1042 | 2025-09-02T22:59:47.116Z | Downloaded vcpkg v0.2.15 |
| 1043 | 2025-09-02T22:59:47.152Z | Downloaded zerocopy-derive v0.6.6 |
| 1044 | 2025-09-02T22:59:47.163Z | Downloaded regex v1.11.1 |
| 1045 | 2025-09-02T22:59:47.173Z | Downloaded jiff v0.2.15 |
| 1046 | 2025-09-02T22:59:47.188Z | Downloaded futures-util v0.3.31 |
| 1047 | 2025-09-02T22:59:47.199Z | Downloaded serde_cbor v0.11.2 |
| 1048 | 2025-09-02T22:59:47.202Z | Downloaded tokio v1.47.0 |
| 1049 | 2025-09-02T22:59:47.236Z | Downloaded lzma-sys v0.1.20 |
| 1050 | 2025-09-02T22:59:47.298Z | Downloaded schemars v0.8.22 |
| 1051 | 2025-09-02T22:59:47.311Z | Downloaded mio v1.0.2 |
| 1052 | 2025-09-02T22:59:47.318Z | Downloaded zlib-rs v0.5.1 |
| 1053 | 2025-09-02T22:59:47.323Z | Downloaded chrono v0.4.41 |
| 1054 | 2025-09-02T22:59:47.331Z | Downloaded yansi v1.0.1 |
| 1055 | 2025-09-02T22:59:47.335Z | Downloaded der_derive v0.7.3 |
| 1056 | 2025-09-02T22:59:47.338Z | Downloaded spin v0.9.8 |
| 1057 | 2025-09-02T22:59:47.342Z | Downloaded futures-channel v0.3.31 |
| 1058 | 2025-09-02T22:59:47.342Z | Downloaded libz-sys v1.1.20 |
| 1059 | 2025-09-02T22:59:47.359Z | Downloaded pkcs1 v0.7.5 |
| 1060 | 2025-09-02T22:59:47.363Z | Downloaded toml v0.7.8 |
| 1061 | 2025-09-02T22:59:47.367Z | Downloaded toml_edit v0.19.15 |
| 1062 | 2025-09-02T22:59:47.378Z | Downloaded debug-ignore v1.0.5 |
| 1063 | 2025-09-02T22:59:47.381Z | Downloaded data-encoding v2.9.0 |
| 1064 | 2025-09-02T22:59:47.381Z | Downloaded tungstenite v0.23.0 |
| 1065 | 2025-09-02T22:59:47.384Z | Downloaded salsa20 v0.10.2 |
| 1066 | 2025-09-02T22:59:47.384Z | Downloaded p521 v0.13.3 |
| 1067 | 2025-09-02T22:59:47.388Z | Downloaded elliptic-curve v0.13.8 |
| 1068 | 2025-09-02T22:59:47.391Z | Downloaded socket2 v0.6.0 |
| 1069 | 2025-09-02T22:59:47.394Z | Downloaded tokio-dtrace v0.1.0 |
| 1070 | 2025-09-02T22:59:47.394Z | Downloaded postgres-types v0.2.9 |
| 1071 | 2025-09-02T22:59:47.397Z | Downloaded pkcs8 v0.10.2 |
| 1072 | 2025-09-02T22:59:47.401Z | Downloaded sha3 v0.10.8 |
| 1073 | 2025-09-02T22:59:47.404Z | Downloaded csv v1.3.1 |
| 1074 | 2025-09-02T22:59:47.422Z | Downloaded tough v0.20.0 |
| 1075 | 2025-09-02T22:59:47.429Z | Downloaded rand v0.9.2 |
| 1076 | 2025-09-02T22:59:47.432Z | Downloaded tungstenite v0.21.0 |
| 1077 | 2025-09-02T22:59:47.435Z | Downloaded filetime v0.2.25 |
| 1078 | 2025-09-02T22:59:47.438Z | Downloaded fd-lock v4.0.2 |
| 1079 | 2025-09-02T22:59:47.438Z | Downloaded dyn-clone v1.0.20 |
| 1080 | 2025-09-02T22:59:47.441Z | Downloaded fs_extra v1.3.0 |
| 1081 | 2025-09-02T22:59:47.444Z | Downloaded steno v0.4.1 |
| 1082 | 2025-09-02T22:59:47.447Z | Downloaded whoami v1.5.2 |
| 1083 | 2025-09-02T22:59:47.447Z | Downloaded darling v0.21.0 |
| 1084 | 2025-09-02T22:59:47.451Z | Downloaded ring v0.17.14 |
| 1085 | 2025-09-02T22:59:47.488Z | Downloaded xshell v0.2.7 |
| 1086 | 2025-09-02T22:59:47.492Z | Downloaded signal-hook v0.3.18 |
| 1087 | 2025-09-02T22:59:47.495Z | Downloaded num-bigint-dig v0.8.4 |
| 1088 | 2025-09-02T22:59:47.498Z | Downloaded aho-corasick v1.1.3 |
| 1089 | 2025-09-02T22:59:47.501Z | Downloaded smallvec v0.6.14 |
| 1090 | 2025-09-02T22:59:47.504Z | Downloaded serde_bytes v0.11.17 |
| 1091 | 2025-09-02T22:59:47.504Z | Downloaded serde-hex v0.1.0 |
| 1092 | 2025-09-02T22:59:47.507Z | Downloaded foreign-types-shared v0.1.1 |
| 1093 | 2025-09-02T22:59:47.507Z | Downloaded ecdsa v0.16.9 |
| 1094 | 2025-09-02T22:59:47.507Z | Downloaded futures-task v0.3.31 |
| 1095 | 2025-09-02T22:59:47.511Z | Downloaded signature v2.2.0 |
| 1096 | 2025-09-02T22:59:47.511Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1097 | 2025-09-02T22:59:47.511Z | Downloaded csv-core v0.1.11 |
| 1098 | 2025-09-02T22:59:47.515Z | Downloaded progenitor-impl v0.9.1 |
| 1099 | 2025-09-02T22:59:47.515Z | Downloaded uuid v1.17.0 |
| 1100 | 2025-09-02T22:59:47.518Z | Downloaded structmeta v0.3.0 |
| 1101 | 2025-09-02T22:59:47.518Z | Downloaded num-conv v0.1.0 |
| 1102 | 2025-09-02T22:59:47.518Z | Downloaded zstd v0.13.3 |
| 1103 | 2025-09-02T22:59:47.521Z | Downloaded socket2 v0.5.10 |
| 1104 | 2025-09-02T22:59:47.524Z | Downloaded papergrid v0.14.0 |
| 1105 | 2025-09-02T22:59:47.528Z | Downloaded parking_lot_core v0.8.6 |
| 1106 | 2025-09-02T22:59:47.531Z | Downloaded nibble_vec v0.1.0 |
| 1107 | 2025-09-02T22:59:47.531Z | Downloaded newtype-uuid v1.2.4 |
| 1108 | 2025-09-02T22:59:47.531Z | Downloaded derive-where v1.5.0 |
| 1109 | 2025-09-02T22:59:47.534Z | Downloaded libm v0.2.8 |
| 1110 | 2025-09-02T22:59:47.541Z | Downloaded rustls-pki-types v1.10.0 |
| 1111 | 2025-09-02T22:59:47.544Z | Downloaded itertools v0.10.5 |
| 1112 | 2025-09-02T22:59:47.549Z | Downloaded encoding_rs v0.8.34 |
| 1113 | 2025-09-02T22:59:47.568Z | Downloaded pem-rfc7468 v0.7.0 |
| 1114 | 2025-09-02T22:59:47.571Z | Downloaded rand v0.8.5 |
| 1115 | 2025-09-02T22:59:47.574Z | Downloaded darling v0.20.10 |
| 1116 | 2025-09-02T22:59:47.577Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2025-09-02T22:59:47.580Z | Downloaded tracing-core v0.1.32 |
| 1118 | 2025-09-02T22:59:47.583Z | Downloaded openssl-sys v0.9.109 |
| 1119 | 2025-09-02T22:59:47.585Z | Downloaded expectorate v1.2.0 |
| 1120 | 2025-09-02T22:59:47.590Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1121 | 2025-09-02T22:59:47.592Z | Downloaded olpc-cjson v0.1.4 |
| 1122 | 2025-09-02T22:59:47.593Z | Downloaded derive_builder v0.20.2 |
| 1123 | 2025-09-02T22:59:47.596Z | Downloaded x509-cert v0.2.5 |
| 1124 | 2025-09-02T22:59:47.601Z | Downloaded unicode_categories v0.1.1 |
| 1125 | 2025-09-02T22:59:47.604Z | Downloaded unicode-segmentation v1.12.0 |
| 1126 | 2025-09-02T22:59:47.607Z | Downloaded rustc_version v0.4.1 |
| 1127 | 2025-09-02T22:59:47.610Z | Downloaded resolv-conf v0.7.0 |
| 1128 | 2025-09-02T22:59:47.610Z | Downloaded value-bag v1.9.0 |
| 1129 | 2025-09-02T22:59:47.616Z | Downloaded uzers v0.12.1 |
| 1130 | 2025-09-02T22:59:47.619Z | Downloaded diesel_derives v2.2.3 |
| 1131 | 2025-09-02T22:59:47.619Z | Downloaded minimal-lexical v0.2.1 |
| 1132 | 2025-09-02T22:59:47.622Z | Downloaded prefix-trie v0.7.0 |
| 1133 | 2025-09-02T22:59:47.627Z | Downloaded hyper v1.6.0 |
| 1134 | 2025-09-02T22:59:47.631Z | Downloaded pin-project-internal v1.1.6 |
| 1135 | 2025-09-02T22:59:47.634Z | Downloaded tokio-stream v0.1.17 |
| 1136 | 2025-09-02T22:59:47.637Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1137 | 2025-09-02T22:59:47.684Z | Downloaded password-hash v0.4.2 |
| 1138 | 2025-09-02T22:59:47.687Z | Downloaded futures-executor v0.3.31 |
| 1139 | 2025-09-02T22:59:47.687Z | Downloaded unarray v0.1.4 |
| 1140 | 2025-09-02T22:59:47.690Z | Downloaded typify-macro v0.4.1 |
| 1141 | 2025-09-02T22:59:47.690Z | Downloaded serde_derive_internals v0.29.1 |
| 1142 | 2025-09-02T22:59:47.690Z | Downloaded mime_guess v2.0.5 |
| 1143 | 2025-09-02T22:59:47.693Z | Downloaded hkdf v0.12.4 |
| 1144 | 2025-09-02T22:59:47.696Z | Downloaded time-macros v0.2.18 |
| 1145 | 2025-09-02T22:59:47.696Z | Downloaded slab v0.4.9 |
| 1146 | 2025-09-02T22:59:47.701Z | Downloaded siphasher v1.0.1 |
| 1147 | 2025-09-02T22:59:47.701Z | Downloaded rustls-pemfile v2.2.0 |
| 1148 | 2025-09-02T22:59:47.703Z | Downloaded postcard v1.0.10 |
| 1149 | 2025-09-02T22:59:47.703Z | Downloaded itertools v0.12.1 |
| 1150 | 2025-09-02T22:59:47.708Z | Downloaded diff v0.1.13 |
| 1151 | 2025-09-02T22:59:47.711Z | Downloaded postgres-protocol v0.6.8 |
| 1152 | 2025-09-02T22:59:47.713Z | Downloaded typify v0.3.0 |
| 1153 | 2025-09-02T22:59:47.716Z | Downloaded derive_more-impl v2.0.1 |
| 1154 | 2025-09-02T22:59:47.719Z | Downloaded p256 v0.13.2 |
| 1155 | 2025-09-02T22:59:47.722Z | Downloaded darling_core v0.21.0 |
| 1156 | 2025-09-02T22:59:47.726Z | Downloaded foreign-types v0.5.0 |
| 1157 | 2025-09-02T22:59:47.729Z | Downloaded slog-term v2.9.1 |
| 1158 | 2025-09-02T22:59:47.732Z | Downloaded ron v0.7.1 |
| 1159 | 2025-09-02T22:59:47.735Z | Downloaded simd-adler32 v0.3.7 |
| 1160 | 2025-09-02T22:59:47.738Z | Downloaded russh-keys v0.45.0 |
| 1161 | 2025-09-02T22:59:47.738Z | Downloaded russh v0.45.0 |
| 1162 | 2025-09-02T22:59:47.742Z | Downloaded cc v1.2.30 |
| 1163 | 2025-09-02T22:59:47.747Z | Downloaded nodrop v0.1.14 |
| 1164 | 2025-09-02T22:59:47.749Z | Downloaded subtle v2.6.1 |
| 1165 | 2025-09-02T22:59:47.749Z | Downloaded predicates v3.1.3 |
| 1166 | 2025-09-02T22:59:47.752Z | Downloaded quinn v0.11.5 |
| 1167 | 2025-09-02T22:59:47.752Z | Downloaded publicsuffix v2.3.0 |
| 1168 | 2025-09-02T22:59:47.755Z | Downloaded progenitor-client v0.10.0 |
| 1169 | 2025-09-02T22:59:47.755Z | Downloaded darling_core v0.20.10 |
| 1170 | 2025-09-02T22:59:47.759Z | Downloaded defmt-macros v0.3.9 |
| 1171 | 2025-09-02T22:59:47.762Z | Downloaded crossbeam-channel v0.5.15 |
| 1172 | 2025-09-02T22:59:47.765Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1173 | 2025-09-02T22:59:47.768Z | Downloaded defmt-parser v0.3.4 |
| 1174 | 2025-09-02T22:59:47.768Z | Downloaded tabled_derive v0.10.0 |
| 1175 | 2025-09-02T22:59:47.772Z | Downloaded static_assertions v1.1.0 |
| 1176 | 2025-09-02T22:59:47.772Z | Downloaded num-rational v0.4.2 |
| 1177 | 2025-09-02T22:59:47.772Z | Downloaded des v0.8.1 |
| 1178 | 2025-09-02T22:59:47.775Z | Downloaded futures v0.3.31 |
| 1179 | 2025-09-02T22:59:47.780Z | Downloaded unicode-bidi v0.3.17 |
| 1180 | 2025-09-02T22:59:47.782Z | Downloaded hickory-resolver v0.24.4 |
| 1181 | 2025-09-02T22:59:47.786Z | Downloaded unicode-properties v0.1.3 |
| 1182 | 2025-09-02T22:59:47.786Z | Downloaded pkg-config v0.3.31 |
| 1183 | 2025-09-02T22:59:47.790Z | Downloaded aes v0.8.4 |
| 1184 | 2025-09-02T22:59:47.790Z | Downloaded rustc-hash v1.1.0 |
| 1185 | 2025-09-02T22:59:47.794Z | Downloaded nanorand v0.7.0 |
| 1186 | 2025-09-02T22:59:47.794Z | Downloaded multimap v0.10.1 |
| 1187 | 2025-09-02T22:59:47.794Z | Downloaded tar v0.4.44 |
| 1188 | 2025-09-02T22:59:47.797Z | Downloaded rand_chacha v0.3.1 |
| 1189 | 2025-09-02T22:59:47.797Z | Downloaded shlex v1.3.0 |
| 1190 | 2025-09-02T22:59:47.797Z | Downloaded predicates-core v1.0.8 |
| 1191 | 2025-09-02T22:59:47.800Z | Downloaded bumpalo v3.16.0 |
| 1192 | 2025-09-02T22:59:47.803Z | Downloaded bindgen v0.69.5 |
| 1193 | 2025-09-02T22:59:47.807Z | Downloaded aes-gcm v0.10.3 |
| 1194 | 2025-09-02T22:59:47.810Z | Downloaded rfc6979 v0.4.0 |
| 1195 | 2025-09-02T22:59:47.813Z | Downloaded radium v0.7.0 |
| 1196 | 2025-09-02T22:59:47.813Z | Downloaded pbkdf2 v0.11.0 |
| 1197 | 2025-09-02T22:59:47.816Z | Downloaded paste v1.0.15 |
| 1198 | 2025-09-02T22:59:47.820Z | Downloaded zone v0.1.8 |
| 1199 | 2025-09-02T22:59:47.820Z | Downloaded chacha20poly1305 v0.10.1 |
| 1200 | 2025-09-02T22:59:47.820Z | Downloaded take_mut v0.2.2 |
| 1201 | 2025-09-02T22:59:47.822Z | Downloaded tagptr v0.2.0 |
| 1202 | 2025-09-02T22:59:47.823Z | Downloaded r2d2 v0.8.10 |
| 1203 | 2025-09-02T22:59:47.823Z | Downloaded native-tls v0.2.12 |
| 1204 | 2025-09-02T22:59:47.826Z | Downloaded phf v0.12.1 |
| 1205 | 2025-09-02T22:59:47.826Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1206 | 2025-09-02T22:59:47.829Z | Downloaded term v0.7.0 |
| 1207 | 2025-09-02T22:59:47.832Z | Downloaded tracing-attributes v0.1.27 |
| 1208 | 2025-09-02T22:59:47.832Z | Downloaded tokio-rustls v0.25.0 |
| 1209 | 2025-09-02T22:59:47.835Z | Downloaded lock_api v0.4.12 |
| 1210 | 2025-09-02T22:59:47.835Z | Downloaded hashbrown v0.12.3 |
| 1211 | 2025-09-02T22:59:47.838Z | Downloaded dirs-sys-next v0.1.2 |
| 1212 | 2025-09-02T22:59:47.841Z | Downloaded dirs-next v2.0.0 |
| 1213 | 2025-09-02T22:59:47.841Z | Downloaded difflib v0.4.0 |
| 1214 | 2025-09-02T22:59:47.841Z | Downloaded hyper-util v0.1.16 |
| 1215 | 2025-09-02T22:59:47.845Z | Downloaded bytes v1.10.1 |
| 1216 | 2025-09-02T22:59:47.849Z | Downloaded ipnet v2.11.0 |
| 1217 | 2025-09-02T22:59:47.852Z | Downloaded inout v0.1.3 |
| 1218 | 2025-09-02T22:59:47.852Z | Downloaded which v4.4.2 |
| 1219 | 2025-09-02T22:59:47.856Z | Downloaded rand_xorshift v0.4.0 |
| 1220 | 2025-09-02T22:59:47.856Z | Downloaded hmac v0.12.1 |
| 1221 | 2025-09-02T22:59:47.860Z | Downloaded termios v0.3.3 |
| 1222 | 2025-09-02T22:59:47.860Z | Downloaded strum_macros v0.26.4 |
| 1223 | 2025-09-02T22:59:47.860Z | Downloaded slog-stdlog v4.1.1 |
| 1224 | 2025-09-02T22:59:47.863Z | Downloaded same-file v1.0.6 |
| 1225 | 2025-09-02T22:59:47.863Z | Downloaded rustls-pemfile v1.0.4 |
| 1226 | 2025-09-02T22:59:47.866Z | Downloaded progenitor v0.10.0 |
| 1227 | 2025-09-02T22:59:47.866Z | Downloaded lalrpop-util v0.19.12 |
| 1228 | 2025-09-02T22:59:47.866Z | Downloaded ingot-types v0.1.2 |
| 1229 | 2025-09-02T22:59:47.869Z | Downloaded cookie_store v0.21.1 |
| 1230 | 2025-09-02T22:59:47.869Z | Downloaded blake2 v0.10.6 |
| 1231 | 2025-09-02T22:59:47.872Z | Downloaded base64 v0.22.1 |
| 1232 | 2025-09-02T22:59:47.876Z | Downloaded base64 v0.21.7 |
| 1233 | 2025-09-02T22:59:47.879Z | Downloaded linear-map v1.2.0 |
| 1234 | 2025-09-02T22:59:47.879Z | Downloaded libloading v0.8.5 |
| 1235 | 2025-09-02T22:59:47.882Z | Downloaded globset v0.4.15 |
| 1236 | 2025-09-02T22:59:47.882Z | Downloaded const-oid v0.9.6 |
| 1237 | 2025-09-02T22:59:47.885Z | Downloaded cstr-argument v0.1.2 |
| 1238 | 2025-09-02T22:59:47.885Z | Downloaded lru-cache v0.1.2 |
| 1239 | 2025-09-02T22:59:47.885Z | Downloaded libefi-sys v0.1.0 |
| 1240 | 2025-09-02T22:59:47.885Z | Downloaded is-terminal v0.4.13 |
| 1241 | 2025-09-02T22:59:47.889Z | Downloaded internet-checksum v0.2.1 |
| 1242 | 2025-09-02T22:59:47.889Z | Downloaded crossbeam-utils v0.8.21 |
| 1243 | 2025-09-02T22:59:47.892Z | Downloaded crc32fast v1.4.2 |
| 1244 | 2025-09-02T22:59:47.892Z | Downloaded console v0.15.10 |
| 1245 | 2025-09-02T22:59:47.896Z | Downloaded bzip2 v0.4.4 |
| 1246 | 2025-09-02T22:59:47.896Z | Downloaded ssh-cipher v0.2.0 |
| 1247 | 2025-09-02T22:59:47.896Z | Downloaded spki v0.7.3 |
| 1248 | 2025-09-02T22:59:47.899Z | Downloaded lru v0.12.5 |
| 1249 | 2025-09-02T22:59:47.899Z | Downloaded bzip2 v0.5.2 |
| 1250 | 2025-09-02T22:59:47.899Z | Downloaded bitflags v1.3.2 |
| 1251 | 2025-09-02T22:59:47.902Z | Downloaded linked-hash-map v0.5.6 |
| 1252 | 2025-09-02T22:59:47.902Z | Downloaded libscf-sys v1.1.0 |
| 1253 | 2025-09-02T22:59:47.905Z | Downloaded lazycell v1.3.0 |
| 1254 | 2025-09-02T22:59:47.905Z | Downloaded instability v0.3.2 |
| 1255 | 2025-09-02T22:59:47.905Z | Downloaded sec1 v0.7.3 |
| 1256 | 2025-09-02T22:59:47.909Z | Downloaded cassowary v0.3.0 |
| 1257 | 2025-09-02T22:59:47.909Z | Downloaded colored v2.2.0 |
| 1258 | 2025-09-02T22:59:47.912Z | Downloaded chacha20 v0.9.1 |
| 1259 | 2025-09-02T22:59:47.916Z | Downloaded indexmap v1.9.3 |
| 1260 | 2025-09-02T22:59:47.922Z | Downloaded hubpack v0.1.2 |
| 1261 | 2025-09-02T22:59:47.922Z | Downloaded hickory-client v0.25.2 |
| 1262 | 2025-09-02T22:59:47.922Z | Downloaded ref-cast-impl v1.0.24 |
| 1263 | 2025-09-02T22:59:47.922Z | Downloaded ref-cast v1.0.24 |
| 1264 | 2025-09-02T22:59:47.925Z | Downloaded rand_seeder v0.4.0 |
| 1265 | 2025-09-02T22:59:47.925Z | Downloaded secrecy v0.8.0 |
| 1266 | 2025-09-02T22:59:47.925Z | Downloaded progenitor v0.9.1 |
| 1267 | 2025-09-02T22:59:47.925Z | Downloaded backtrace v0.3.74 |
| 1268 | 2025-09-02T22:59:47.929Z | Downloaded globwalk v0.9.1 |
| 1269 | 2025-09-02T22:59:47.932Z | Downloaded const_format_proc_macros v0.2.34 |
| 1270 | 2025-09-02T22:59:47.932Z | Downloaded bitfield-struct v0.6.2 |
| 1271 | 2025-09-02T22:59:47.935Z | Downloaded assert_matches v1.5.0 |
| 1272 | 2025-09-02T22:59:47.938Z | Downloaded bitfield v0.14.0 |
| 1273 | 2025-09-02T22:59:47.938Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1274 | 2025-09-02T22:59:47.941Z | Downloaded bit-vec v0.8.0 |
| 1275 | 2025-09-02T22:59:47.941Z | Downloaded hubpack_derive v0.1.1 |
| 1276 | 2025-09-02T22:59:47.941Z | Downloaded lzss v0.8.2 |
| 1277 | 2025-09-02T22:59:47.944Z | Downloaded cobs v0.2.3 |
| 1278 | 2025-09-02T22:59:47.944Z | Downloaded ciborium-ll v0.2.2 |
| 1279 | 2025-09-02T22:59:47.947Z | Downloaded buf-list v1.0.3 |
| 1280 | 2025-09-02T22:59:47.947Z | Downloaded ident_case v1.0.1 |
| 1281 | 2025-09-02T22:59:47.947Z | Downloaded http-body v1.0.1 |
| 1282 | 2025-09-02T22:59:47.950Z | Downloaded hex v0.4.3 |
| 1283 | 2025-09-02T22:59:47.950Z | Downloaded crc v3.2.1 |
| 1284 | 2025-09-02T22:59:47.953Z | Downloaded console v0.16.0 |
| 1285 | 2025-09-02T22:59:47.957Z | Downloaded headers-core v0.3.0 |
| 1286 | 2025-09-02T22:59:47.957Z | Downloaded hostname v0.3.1 |
| 1287 | 2025-09-02T22:59:47.960Z | Downloaded cargo-platform v0.1.8 |
| 1288 | 2025-09-02T22:59:47.960Z | Downloaded arc-swap v1.7.1 |
| 1289 | 2025-09-02T22:59:47.964Z | Downloaded hyper-rustls v0.27.7 |
| 1290 | 2025-09-02T22:59:47.964Z | Downloaded bit-set v0.8.0 |
| 1291 | 2025-09-02T22:59:47.967Z | Downloaded backoff v0.4.0 |
| 1292 | 2025-09-02T22:59:47.967Z | Downloaded atomic-waker v1.1.2 |
| 1293 | 2025-09-02T22:59:47.969Z | Downloaded ascii-canvas v3.0.0 |
| 1294 | 2025-09-02T22:59:47.969Z | Downloaded arrayref v0.3.9 |
| 1295 | 2025-09-02T22:59:47.970Z | Downloaded bit-set v0.5.3 |
| 1296 | 2025-09-02T22:59:47.970Z | Downloaded hickory-server v0.25.2 |
| 1297 | 2025-09-02T22:59:47.973Z | Downloaded aws-lc-rs v1.12.4 |
| 1298 | 2025-09-02T22:59:47.981Z | Downloaded async-stream v0.3.6 |
| 1299 | 2025-09-02T22:59:47.984Z | Downloaded async-recursion v1.1.1 |
| 1300 | 2025-09-02T22:59:47.987Z | Downloaded atomicwrites v0.4.4 |
| 1301 | 2025-09-02T22:59:47.987Z | Downloaded arrayvec v0.7.6 |
| 1302 | 2025-09-02T22:59:48.201Z | Downloaded aws-lc-sys v0.26.0 |
| 1303 | 2025-09-02T22:59:48.492Z | Compiling value-bag v1.9.0 |
| 1304 | 2025-09-02T22:59:48.492Z | Compiling shlex v1.3.0 |
| 1305 | 2025-09-02T22:59:48.492Z | Compiling lock_api v0.4.12 |
| 1306 | 2025-09-02T22:59:48.497Z | Compiling scopeguard v1.2.0 |
| 1307 | 2025-09-02T22:59:48.497Z | Compiling typenum v1.17.0 |
| 1308 | 2025-09-02T22:59:48.497Z | Compiling generic-array v0.14.7 |
| 1309 | 2025-09-02T22:59:48.497Z | Compiling syn v2.0.104 |
| 1310 | 2025-09-02T22:59:48.497Z | Compiling getrandom v0.2.15 |
| 1311 | 2025-09-02T22:59:48.865Z | Compiling jobserver v0.1.32 |
| 1312 | 2025-09-02T22:59:48.991Z | Compiling smallvec v1.15.1 |
| 1313 | 2025-09-02T22:59:49.059Z | Compiling rand_core v0.6.4 |
| 1314 | 2025-09-02T22:59:49.130Z | Compiling log v0.4.27 |
| 1315 | 2025-09-02T22:59:49.324Z | Compiling cc v1.2.30 |
| 1316 | 2025-09-02T22:59:49.407Z | Compiling portable-atomic v1.11.0 |
| 1317 | 2025-09-02T22:59:49.606Z | Compiling critical-section v1.1.3 |
| 1318 | 2025-09-02T22:59:49.611Z | Compiling subtle v2.6.1 |
| 1319 | 2025-09-02T22:59:49.665Z | Compiling const-oid v0.9.6 |
| 1320 | 2025-09-02T22:59:49.776Z | Compiling pkg-config v0.3.31 |
| 1321 | 2025-09-02T22:59:49.902Z | Compiling parking_lot_core v0.9.10 |
| 1322 | 2025-09-02T22:59:49.980Z | Compiling pin-project-lite v0.2.14 |
| 1323 | 2025-09-02T22:59:50.132Z | Compiling rustix v0.38.37 |
| 1324 | 2025-09-02T22:59:50.935Z | Compiling signal-hook-registry v1.4.2 |
| 1325 | 2025-09-02T22:59:50.957Z | Compiling parking_lot v0.12.3 |
| 1326 | 2025-09-02T22:59:50.981Z | Compiling mio v1.0.2 |
| 1327 | 2025-09-02T22:59:51.030Z | Compiling futures-core v0.3.31 |
| 1328 | 2025-09-02T22:59:51.300Z | Compiling spin v0.9.8 |
| 1329 | 2025-09-02T22:59:51.588Z | Compiling once_cell v1.21.3 |
| 1330 | 2025-09-02T22:59:51.621Z | Compiling socket2 v0.6.0 |
| 1331 | 2025-09-02T22:59:51.667Z | Compiling slab v0.4.9 |
| 1332 | 2025-09-02T22:59:51.699Z | Compiling aho-corasick v1.1.3 |
| 1333 | 2025-09-02T22:59:51.722Z | Compiling libm v0.2.8 |
| 1334 | 2025-09-02T22:59:51.975Z | Compiling foldhash v0.1.5 |
| 1335 | 2025-09-02T22:59:52.008Z | Compiling serde_json v1.0.142 |
| 1336 | 2025-09-02T22:59:52.011Z | Compiling getrandom v0.3.1 |
| 1337 | 2025-09-02T22:59:52.091Z | Compiling regex-syntax v0.8.5 |
| 1338 | 2025-09-02T22:59:52.453Z | Compiling cpufeatures v0.2.14 |
| 1339 | 2025-09-02T22:59:52.481Z | Compiling allocator-api2 v0.2.21 |
| 1340 | 2025-09-02T22:59:52.637Z | Compiling num-traits v0.2.19 |
| 1341 | 2025-09-02T22:59:52.781Z | Compiling percent-encoding v2.3.1 |
| 1342 | 2025-09-02T22:59:52.832Z | Compiling glob v0.3.2 |
| 1343 | 2025-09-02T22:59:52.977Z | Compiling either v1.15.0 |
| 1344 | 2025-09-02T22:59:53.057Z | Compiling futures-sink v0.3.31 |
| 1345 | 2025-09-02T22:59:53.199Z | Compiling hashbrown v0.15.4 |
| 1346 | 2025-09-02T22:59:53.225Z | Compiling futures-channel v0.3.31 |
| 1347 | 2025-09-02T22:59:53.709Z | Compiling clang-sys v1.8.1 |
| 1348 | 2025-09-02T22:59:53.731Z | Compiling pin-utils v0.1.0 |
| 1349 | 2025-09-02T22:59:53.828Z | Compiling prettyplease v0.2.36 |
| 1350 | 2025-09-02T22:59:53.855Z | Compiling futures-task v0.3.31 |
| 1351 | 2025-09-02T22:59:54.176Z | Compiling futures-io v0.3.31 |
| 1352 | 2025-09-02T22:59:54.242Z | Compiling lazy_static v1.5.0 |
| 1353 | 2025-09-02T22:59:54.408Z | Compiling minimal-lexical v0.2.1 |
| 1354 | 2025-09-02T22:59:54.446Z | Compiling libloading v0.8.5 |
| 1355 | 2025-09-02T22:59:54.487Z | Compiling base64ct v1.6.0 |
| 1356 | 2025-09-02T22:59:54.514Z | Compiling home v0.5.9 |
| 1357 | 2025-09-02T22:59:54.821Z | Compiling nom v7.1.3 |
| 1358 | 2025-09-02T22:59:54.901Z | Compiling bindgen v0.69.5 |
| 1359 | 2025-09-02T22:59:55.055Z | Compiling pem-rfc7468 v0.7.0 |
| 1360 | 2025-09-02T22:59:55.690Z | Compiling itertools v0.12.1 |
| 1361 | 2025-09-02T22:59:55.851Z | Compiling regex-automata v0.4.8 |
| 1362 | 2025-09-02T22:59:56.086Z | Compiling synstructure v0.13.1 |
| 1363 | 2025-09-02T22:59:57.527Z | Compiling lazycell v1.3.0 |
| 1364 | 2025-09-02T22:59:57.725Z | Compiling flagset v0.4.6 |
| 1365 | 2025-09-02T22:59:57.967Z | Compiling cexpr v0.6.0 |
| 1366 | 2025-09-02T22:59:58.073Z | Compiling rustc-hash v1.1.0 |
| 1367 | 2025-09-02T22:59:58.133Z | Compiling cmake v0.1.51 |
| 1368 | 2025-09-02T22:59:58.259Z | Compiling dunce v1.0.5 |
| 1369 | 2025-09-02T22:59:58.417Z | Compiling fs_extra v1.3.0 |
| 1370 | 2025-09-02T22:59:58.540Z | Compiling form_urlencoded v1.2.1 |
| 1371 | 2025-09-02T22:59:58.868Z | Compiling vcpkg v0.2.15 |
| 1372 | 2025-09-02T22:59:58.961Z | Compiling paste v1.0.15 |
| 1373 | 2025-09-02T22:59:58.964Z | Compiling ring v0.17.14 |
| 1374 | 2025-09-02T22:59:59.314Z | Compiling tracing-core v0.1.32 |
| 1375 | 2025-09-02T22:59:59.468Z | Compiling iana-time-zone v0.1.63 |
| 1376 | 2025-09-02T22:59:59.846Z | Compiling aws-lc-rs v1.12.4 |
| 1377 | 2025-09-02T23:00:00.291Z | Compiling tinyvec_macros v0.1.1 |
| 1378 | 2025-09-02T23:00:00.403Z | Compiling rustversion v1.0.17 |
| 1379 | 2025-09-02T23:00:00.453Z | Compiling base64 v0.22.1 |
| 1380 | 2025-09-02T23:00:00.505Z | Compiling openssl-sys v0.9.109 |
| 1381 | 2025-09-02T23:00:00.570Z | Compiling httparse v1.9.5 |
| 1382 | 2025-09-02T23:00:00.960Z | Compiling serde_derive v1.0.219 |
| 1383 | 2025-09-02T23:00:01.063Z | Compiling zeroize_derive v1.4.2 |
| 1384 | 2025-09-02T23:00:01.082Z | Compiling zerofrom-derive v0.1.4 |
| 1385 | 2025-09-02T23:00:01.213Z | Compiling yoke-derive v0.7.4 |
| 1386 | 2025-09-02T23:00:01.533Z | Compiling zerovec-derive v0.10.3 |
| 1387 | 2025-09-02T23:00:02.455Z | Compiling zeroize v1.8.1 |
| 1388 | 2025-09-02T23:00:03.655Z | Compiling displaydoc v0.2.5 |
| 1389 | 2025-09-02T23:00:03.923Z | Compiling tokio-macros v2.5.0 |
| 1390 | 2025-09-02T23:00:04.243Z | Compiling crypto-common v0.1.6 |
| 1391 | 2025-09-02T23:00:04.402Z | Compiling block-buffer v0.10.4 |
| 1392 | 2025-09-02T23:00:04.474Z | Compiling zerofrom v0.1.4 |
| 1393 | 2025-09-02T23:00:04.683Z | Compiling digest v0.10.7 |
| 1394 | 2025-09-02T23:00:04.720Z | Compiling yoke v0.7.4 |
| 1395 | 2025-09-02T23:00:04.961Z | Compiling zerocopy-derive v0.7.35 |
| 1396 | 2025-09-02T23:00:05.077Z | Compiling zerovec v0.10.4 |
| 1397 | 2025-09-02T23:00:05.109Z | Compiling hmac v0.12.1 |
| 1398 | 2025-09-02T23:00:05.132Z | Compiling icu_provider_macros v1.5.0 |
| 1399 | 2025-09-02T23:00:05.330Z | Compiling block-padding v0.3.3 |
| 1400 | 2025-09-02T23:00:05.352Z | Compiling futures-macro v0.3.31 |
| 1401 | 2025-09-02T23:00:05.588Z | Compiling inout v0.1.3 |
| 1402 | 2025-09-02T23:00:05.768Z | Compiling sha2 v0.10.9 |
| 1403 | 2025-09-02T23:00:05.861Z | Compiling cipher v0.4.4 |
| 1404 | 2025-09-02T23:00:05.931Z | Compiling regex v1.11.1 |
| 1405 | 2025-09-02T23:00:06.220Z | Compiling der_derive v0.7.3 |
| 1406 | 2025-09-02T23:00:06.378Z | Compiling thiserror-impl v1.0.69 |
| 1407 | 2025-09-02T23:00:06.840Z | Compiling tinystr v0.7.6 |
| 1408 | 2025-09-02T23:00:06.897Z | Compiling zerocopy v0.7.35 |
| 1409 | 2025-09-02T23:00:07.038Z | Compiling icu_collections v1.5.0 |
| 1410 | 2025-09-02T23:00:07.192Z | Compiling icu_locid v1.5.0 |
| 1411 | 2025-09-02T23:00:07.213Z | Compiling futures-util v0.3.31 |
| 1412 | 2025-09-02T23:00:08.020Z | Compiling serde v1.0.219 |
| 1413 | 2025-09-02T23:00:08.295Z | Compiling ppv-lite86 v0.2.20 |
| 1414 | 2025-09-02T23:00:08.317Z | Compiling salsa20 v0.10.2 |
| 1415 | 2025-09-02T23:00:08.504Z | Compiling icu_provider v1.5.0 |
| 1416 | 2025-09-02T23:00:08.562Z | Compiling der v0.7.9 |
| 1417 | 2025-09-02T23:00:09.080Z | Compiling pbkdf2 v0.12.2 |
| 1418 | 2025-09-02T23:00:09.208Z | Compiling icu_locid_transform v1.5.0 |
| 1419 | 2025-09-02T23:00:09.256Z | Compiling scrypt v0.11.0 |
| 1420 | 2025-09-02T23:00:09.259Z | Compiling cbc v0.1.2 |
| 1421 | 2025-09-02T23:00:09.341Z | Compiling thiserror v1.0.69 |
| 1422 | 2025-09-02T23:00:09.459Z | Compiling aes v0.8.4 |
| 1423 | 2025-09-02T23:00:09.517Z | Compiling pest v2.7.14 |
| 1424 | 2025-09-02T23:00:09.657Z | Compiling tracing-attributes v0.1.27 |
| 1425 | 2025-09-02T23:00:09.753Z | Compiling scroll_derive v0.12.0 |
| 1426 | 2025-09-02T23:00:11.111Z | Compiling icu_properties v1.5.1 |
| 1427 | 2025-09-02T23:00:11.400Z | Compiling spki v0.7.3 |
| 1428 | 2025-09-02T23:00:11.497Z | Compiling rustls-pki-types v1.10.0 |
| 1429 | 2025-09-02T23:00:11.786Z | Compiling pkcs5 v0.7.1 |
| 1430 | 2025-09-02T23:00:12.199Z | Compiling pest_meta v2.7.14 |
| 1431 | 2025-09-02T23:00:12.440Z | Compiling scroll v0.12.0 |
| 1432 | 2025-09-02T23:00:12.542Z | Compiling pkcs8 v0.10.2 |
| 1433 | 2025-09-02T23:00:12.688Z | Compiling tinyvec v1.8.0 |
| 1434 | 2025-09-02T23:00:12.873Z | Compiling tracing v0.1.40 |
| 1435 | 2025-09-02T23:00:12.899Z | Compiling serde_derive_internals v0.29.1 |
| 1436 | 2025-09-02T23:00:12.992Z | Compiling rand_core v0.9.3 |
| 1437 | 2025-09-02T23:00:13.185Z | Compiling bitflags v2.9.1 |
| 1438 | 2025-09-02T23:00:13.372Z | Compiling bytes v1.10.1 |
| 1439 | 2025-09-02T23:00:13.638Z | Compiling semver v1.0.26 |
| 1440 | 2025-09-02T23:00:14.168Z | Compiling indexmap v2.10.0 |
| 1441 | 2025-09-02T23:00:14.382Z | Compiling rustc_version v0.4.1 |
| 1442 | 2025-09-02T23:00:14.837Z | Compiling tokio v1.47.0 |
| 1443 | 2025-09-02T23:00:15.073Z | Compiling icu_normalizer v1.5.0 |
| 1444 | 2025-09-02T23:00:15.128Z | Compiling http v1.3.1 |
| 1445 | 2025-09-02T23:00:15.576Z | Compiling uuid v1.17.0 |
| 1446 | 2025-09-02T23:00:15.579Z | Compiling chrono v0.4.41 |
| 1447 | 2025-09-02T23:00:16.215Z | Compiling idna_adapter v1.2.0 |
| 1448 | 2025-09-02T23:00:16.482Z | Compiling idna v1.0.3 |
| 1449 | 2025-09-02T23:00:16.504Z | Compiling pest_generator v2.7.14 |
| 1450 | 2025-09-02T23:00:16.733Z | Compiling http-body v1.0.1 |
| 1451 | 2025-09-02T23:00:16.940Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1452 | 2025-09-02T23:00:17.002Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1453 | 2025-09-02T23:00:17.211Z | Compiling which v4.4.2 |
| 1454 | 2025-09-02T23:00:17.501Z | Compiling url v2.5.4 |
| 1455 | 2025-09-02T23:00:17.807Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2025-09-02T23:00:18.016Z | Compiling untrusted v0.7.1 |
| 1457 | 2025-09-02T23:00:18.020Z | Compiling tower-service v0.3.3 |
| 1458 | 2025-09-02T23:00:18.193Z | Compiling adler2 v2.0.0 |
| 1459 | 2025-09-02T23:00:18.234Z | Compiling try-lock v0.2.5 |
| 1460 | 2025-09-02T23:00:18.257Z | Compiling foreign-types-shared v0.1.1 |
| 1461 | 2025-09-02T23:00:18.278Z | Compiling schemars v0.8.22 |
| 1462 | 2025-09-02T23:00:18.402Z | Compiling num-conv v0.1.0 |
| 1463 | 2025-09-02T23:00:18.424Z | Compiling untrusted v0.9.0 |
| 1464 | 2025-09-02T23:00:18.427Z | Compiling openssl-probe v0.1.5 |
| 1465 | 2025-09-02T23:00:18.641Z | Compiling openssl v0.10.73 |
| 1466 | 2025-09-02T23:00:18.662Z | Compiling powerfmt v0.2.0 |
| 1467 | 2025-09-02T23:00:18.691Z | Compiling time-core v0.1.2 |
| 1468 | 2025-09-02T23:00:18.803Z | Compiling want v0.3.1 |
| 1469 | 2025-09-02T23:00:18.873Z | Compiling time-macros v0.2.18 |
| 1470 | 2025-09-02T23:00:19.036Z | Compiling deranged v0.3.11 |
| 1471 | 2025-09-02T23:00:19.093Z | Compiling foreign-types v0.3.2 |
| 1472 | 2025-09-02T23:00:19.120Z | Compiling miniz_oxide v0.8.5 |
| 1473 | 2025-09-02T23:00:19.213Z | Compiling pest_derive v2.7.14 |
| 1474 | 2025-09-02T23:00:19.287Z | Compiling goblin v0.8.2 |
| 1475 | 2025-09-02T23:00:20.528Z | Compiling schemars_derive v0.8.22 |
| 1476 | 2025-09-02T23:00:21.724Z | Compiling rand_chacha v0.9.0 |
| 1477 | 2025-09-02T23:00:22.063Z | Compiling ipnet v2.11.0 |
| 1478 | 2025-09-02T23:00:23.303Z | Compiling tokio-util v0.7.15 |
| 1479 | 2025-09-02T23:00:24.002Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2025-09-02T23:00:24.060Z | Compiling crossbeam-utils v0.8.21 |
| 1481 | 2025-09-02T23:00:24.597Z | Compiling httpdate v1.0.3 |
| 1482 | 2025-09-02T23:00:24.688Z | Compiling native-tls v0.2.12 |
| 1483 | 2025-09-02T23:00:25.018Z | Compiling h2 v0.4.6 |
| 1484 | 2025-09-02T23:00:25.044Z | Compiling rustls v0.23.19 |
| 1485 | 2025-09-02T23:00:25.064Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2025-09-02T23:00:25.302Z | Compiling num_threads v0.1.7 |
| 1487 | 2025-09-02T23:00:25.361Z | Compiling zerocopy v0.8.26 |
| 1488 | 2025-09-02T23:00:25.457Z | Compiling syn v1.0.109 |
| 1489 | 2025-09-02T23:00:25.498Z | Compiling time v0.3.36 |
| 1490 | 2025-09-02T23:00:26.216Z | Compiling dof v0.3.0 |
| 1491 | 2025-09-02T23:00:28.026Z | Compiling rand v0.9.2 |
| 1492 | 2025-09-02T23:00:28.337Z | Compiling dtrace-parser v0.2.0 |
| 1493 | 2025-09-02T23:00:29.360Z | Compiling heapless v0.7.17 |
| 1494 | 2025-09-02T23:00:29.825Z | Compiling unicode-normalization v0.1.24 |
| 1495 | 2025-09-02T23:00:29.845Z | Compiling signature v2.2.0 |
| 1496 | 2025-09-02T23:00:29.936Z | Compiling zerocopy-derive v0.8.26 |
| 1497 | 2025-09-02T23:00:30.149Z | Compiling crc32fast v1.4.2 |
| 1498 | 2025-09-02T23:00:30.172Z | Compiling cookie v0.18.1 |
| 1499 | 2025-09-02T23:00:30.496Z | Compiling unicode-properties v0.1.3 |
| 1500 | 2025-09-02T23:00:30.499Z | Compiling slog v2.7.0 |
| 1501 | 2025-09-02T23:00:30.783Z | Compiling zlib-rs v0.5.1 |
| 1502 | 2025-09-02T23:00:30.893Z | Compiling siphasher v0.3.11 |
| 1503 | 2025-09-02T23:00:31.040Z | Compiling unicode-bidi v0.3.17 |
| 1504 | 2025-09-02T23:00:31.280Z | Compiling zstd-safe v7.2.3 |
| 1505 | 2025-09-02T23:00:31.636Z | Compiling signal-hook v0.3.18 |
| 1506 | 2025-09-02T23:00:31.987Z | Compiling stringprep v0.1.5 |
| 1507 | 2025-09-02T23:00:32.210Z | Compiling hyper v1.6.0 |
| 1508 | 2025-09-02T23:00:33.004Z | Compiling phf_shared v0.11.2 |
| 1509 | 2025-09-02T23:00:33.531Z | Compiling usdt-impl v0.5.0 |
| 1510 | 2025-09-02T23:00:34.713Z | Compiling hyper-util v0.1.16 |
| 1511 | 2025-09-02T23:00:35.435Z | Compiling curve25519-dalek v4.1.3 |
| 1512 | 2025-09-02T23:00:35.633Z | Compiling serde_tokenstream v0.2.2 |
| 1513 | 2025-09-02T23:00:35.901Z | Compiling serde_spanned v0.6.9 |
| 1514 | 2025-09-02T23:00:36.112Z | Compiling toml_datetime v0.6.11 |
| 1515 | 2025-09-02T23:00:36.160Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2025-09-02T23:00:36.183Z | Compiling md-5 v0.10.6 |
| 1517 | 2025-09-02T23:00:36.485Z | Compiling num-integer v0.1.46 |
| 1518 | 2025-09-02T23:00:36.578Z | Compiling sync_wrapper v1.0.1 |
| 1519 | 2025-09-02T23:00:36.606Z | Compiling hash32 v0.2.1 |
| 1520 | 2025-09-02T23:00:36.768Z | Compiling ff v0.13.0 |
| 1521 | 2025-09-02T23:00:36.990Z | Compiling libz-rs-sys v0.5.1 |
| 1522 | 2025-09-02T23:00:37.019Z | Compiling memoffset v0.9.1 |
| 1523 | 2025-09-02T23:00:37.198Z | Compiling num-bigint-dig v0.8.4 |
| 1524 | 2025-09-02T23:00:37.292Z | Compiling cfg_aliases v0.2.1 |
| 1525 | 2025-09-02T23:00:37.385Z | Compiling litrs v0.4.1 |
| 1526 | 2025-09-02T23:00:37.415Z | Compiling fallible-iterator v0.2.0 |
| 1527 | 2025-09-02T23:00:37.592Z | Compiling smoltcp v0.9.1 |
| 1528 | 2025-09-02T23:00:37.854Z | Compiling tower-layer v0.3.3 |
| 1529 | 2025-09-02T23:00:38.132Z | Compiling gimli v0.31.1 |
| 1530 | 2025-09-02T23:00:38.166Z | Compiling newtype-uuid v1.2.4 |
| 1531 | 2025-09-02T23:00:38.225Z | Compiling psl-types v2.0.11 |
| 1532 | 2025-09-02T23:00:38.384Z | Compiling base16ct v0.2.0 |
| 1533 | 2025-09-02T23:00:38.437Z | Compiling publicsuffix v2.3.0 |
| 1534 | 2025-09-02T23:00:38.442Z | Compiling document-features v0.2.11 |
| 1535 | 2025-09-02T23:00:38.554Z | Compiling tower v0.5.2 |
| 1536 | 2025-09-02T23:00:38.581Z | Compiling sec1 v0.7.3 |
| 1537 | 2025-09-02T23:00:38.679Z | Compiling postgres-protocol v0.6.8 |
| 1538 | 2025-09-02T23:00:38.796Z | Compiling nix v0.29.0 |
| 1539 | 2025-09-02T23:00:39.314Z | Compiling flate2 v1.1.2 |
| 1540 | 2025-09-02T23:00:39.351Z | Compiling num-iter v0.1.45 |
| 1541 | 2025-09-02T23:00:39.554Z | Compiling group v0.13.0 |
| 1542 | 2025-09-02T23:00:39.656Z | Compiling rand v0.8.5 |
| 1543 | 2025-09-02T23:00:39.916Z | Compiling tokio-native-tls v0.3.1 |
| 1544 | 2025-09-02T23:00:40.706Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2025-09-02T23:00:40.929Z | Compiling strum_macros v0.27.1 |
| 1546 | 2025-09-02T23:00:41.114Z | Compiling rustls-native-certs v0.8.1 |
| 1547 | 2025-09-02T23:00:41.259Z | Compiling terminal_size v0.4.0 |
| 1548 | 2025-09-02T23:00:41.521Z | Compiling http-body-util v0.1.3 |
| 1549 | 2025-09-02T23:00:41.544Z | Compiling webpki-roots v1.0.1 |
| 1550 | 2025-09-02T23:00:41.564Z | Compiling hkdf v0.12.4 |
| 1551 | 2025-09-02T23:00:41.651Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2025-09-02T23:00:41.776Z | Compiling thiserror-impl v2.0.12 |
| 1553 | 2025-09-02T23:00:41.846Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2025-09-02T23:00:42.012Z | Compiling async-trait v0.1.89 |
| 1555 | 2025-09-02T23:00:42.790Z | Compiling addr2line v0.24.2 |
| 1556 | 2025-09-02T23:00:43.301Z | Compiling ahash v0.8.12 |
| 1557 | 2025-09-02T23:00:43.466Z | Compiling fs-err v3.1.1 |
| 1558 | 2025-09-02T23:00:43.678Z | Compiling object v0.36.5 |
| 1559 | 2025-09-02T23:00:43.801Z | Compiling lockfree-object-pool v0.1.6 |
| 1560 | 2025-09-02T23:00:44.067Z | Compiling rustc-demangle v0.1.24 |
| 1561 | 2025-09-02T23:00:44.486Z | Compiling managed v0.8.0 |
| 1562 | 2025-09-02T23:00:44.893Z | Compiling winnow v0.5.40 |
| 1563 | 2025-09-02T23:00:44.933Z | Compiling rustix v1.0.7 |
| 1564 | 2025-09-02T23:00:44.954Z | Compiling buf-list v1.0.3 |
| 1565 | 2025-09-02T23:00:45.580Z | Compiling anyhow v1.0.99 |
| 1566 | 2025-09-02T23:00:45.639Z | Compiling bumpalo v3.16.0 |
| 1567 | 2025-09-02T23:00:45.840Z | Compiling simd-adler32 v0.3.7 |
| 1568 | 2025-09-02T23:00:46.146Z | Compiling bitflags v1.3.2 |
| 1569 | 2025-09-02T23:00:46.252Z | Compiling iri-string v0.7.8 |
| 1570 | 2025-09-02T23:00:46.573Z | Compiling hubpack_derive v0.1.1 |
| 1571 | 2025-09-02T23:00:46.695Z | Compiling zopfli v0.8.1 |
| 1572 | 2025-09-02T23:00:47.350Z | Compiling strum v0.27.2 |
| 1573 | 2025-09-02T23:00:47.497Z | Compiling hubpack v0.1.2 |
| 1574 | 2025-09-02T23:00:47.733Z | Compiling clap_builder v4.5.41 |
| 1575 | 2025-09-02T23:00:48.028Z | Compiling toml_edit v0.19.15 |
| 1576 | 2025-09-02T23:00:48.269Z | Compiling thiserror v2.0.12 |
| 1577 | 2025-09-02T23:00:48.310Z | Compiling elliptic-curve v0.13.8 |
| 1578 | 2025-09-02T23:00:48.520Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2025-09-02T23:00:48.941Z | Compiling oxnet v0.1.3 |
| 1580 | 2025-09-02T23:00:49.146Z | Compiling tower-http v0.6.6 |
| 1581 | 2025-09-02T23:00:50.040Z | Compiling signal-hook-mio v0.2.4 |
| 1582 | 2025-09-02T23:00:50.043Z | Compiling cookie_store v0.21.1 |
| 1583 | 2025-09-02T23:00:50.250Z | Compiling backtrace v0.3.74 |
| 1584 | 2025-09-02T23:00:50.696Z | Compiling zstd v0.13.3 |
| 1585 | 2025-09-02T23:00:51.281Z | Compiling postgres-types v0.2.9 |
| 1586 | 2025-09-02T23:00:51.975Z | Compiling usdt-attr-macro v0.5.0 |
| 1587 | 2025-09-02T23:00:52.533Z | Compiling usdt-macro v0.5.0 |
| 1588 | 2025-09-02T23:00:53.003Z | Compiling phf v0.11.2 |
| 1589 | 2025-09-02T23:00:53.309Z | Compiling ed25519 v2.2.3 |
| 1590 | 2025-09-02T23:00:53.581Z | Compiling bzip2 v0.4.4 |
| 1591 | 2025-09-02T23:00:53.950Z | Compiling bzip2 v0.5.2 |
| 1592 | 2025-09-02T23:00:53.978Z | Compiling strum_macros v0.26.4 |
| 1593 | 2025-09-02T23:00:54.354Z | Compiling serde-big-array v0.5.1 |
| 1594 | 2025-09-02T23:00:54.619Z | Compiling serde_urlencoded v0.7.1 |
| 1595 | 2025-09-02T23:00:54.691Z | Compiling pkcs1 v0.7.5 |
| 1596 | 2025-09-02T23:00:55.120Z | Compiling rfc6979 v0.4.0 |
| 1597 | 2025-09-02T23:00:55.194Z | Compiling bstr v1.10.0 |
| 1598 | 2025-09-02T23:00:55.318Z | Compiling daft-derive v0.1.4 |
| 1599 | 2025-09-02T23:00:55.341Z | Compiling clap_derive v4.5.41 |
| 1600 | 2025-09-02T23:00:55.585Z | Compiling enum-as-inner v0.6.1 |
| 1601 | 2025-09-02T23:00:56.089Z | Compiling serde_repr v0.1.19 |
| 1602 | 2025-09-02T23:00:56.687Z | Compiling float-cmp v0.10.0 |
| 1603 | 2025-09-02T23:00:56.733Z | Compiling socket2 v0.5.10 |
| 1604 | 2025-09-02T23:00:56.949Z | Compiling encoding_rs v0.8.34 |
| 1605 | 2025-09-02T23:00:56.952Z | Compiling unicode-segmentation v1.12.0 |
| 1606 | 2025-09-02T23:00:57.198Z | Compiling mime v0.3.17 |
| 1607 | 2025-09-02T23:00:57.622Z | Compiling predicates-core v1.0.8 |
| 1608 | 2025-09-02T23:00:57.753Z | Compiling difflib v0.4.0 |
| 1609 | 2025-09-02T23:00:57.899Z | Compiling data-encoding v2.9.0 |
| 1610 | 2025-09-02T23:00:57.944Z | Compiling new_debug_unreachable v1.0.6 |
| 1611 | 2025-09-02T23:00:58.067Z | Compiling precomputed-hash v0.1.1 |
| 1612 | 2025-09-02T23:00:58.213Z | Compiling whoami v1.5.2 |
| 1613 | 2025-09-02T23:00:58.322Z | Compiling normalize-line-endings v0.3.0 |
| 1614 | 2025-09-02T23:00:58.480Z | Compiling static_assertions v1.1.0 |
| 1615 | 2025-09-02T23:00:58.607Z | Compiling fixedbitset v0.4.2 |
| 1616 | 2025-09-02T23:00:58.778Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1617 | 2025-09-02T23:00:58.990Z | Compiling petgraph v0.6.5 |
| 1618 | 2025-09-02T23:00:59.055Z | Compiling tokio-postgres v0.7.13 |
| 1619 | 2025-09-02T23:00:59.613Z | Compiling hickory-proto v0.25.2 |
| 1620 | 2025-09-02T23:00:59.715Z | Compiling clap v4.5.41 |
| 1621 | 2025-09-02T23:00:59.853Z | Compiling predicates v3.1.3 |
| 1622 | 2025-09-02T23:01:00.740Z | Compiling toml_edit v0.22.27 |
| 1623 | 2025-09-02T23:01:01.375Z | Compiling strum v0.26.3 |
| 1624 | 2025-09-02T23:01:01.598Z | Compiling string_cache v0.8.9 |
| 1625 | 2025-09-02T23:01:02.063Z | Compiling similar v2.7.0 |
| 1626 | 2025-09-02T23:01:02.611Z | Compiling console v0.15.10 |
| 1627 | 2025-09-02T23:01:02.883Z | Compiling daft v0.1.4 |
| 1628 | 2025-09-02T23:01:03.407Z | Compiling usdt v0.5.0 |
| 1629 | 2025-09-02T23:01:03.890Z | Compiling ecdsa v0.16.9 |
| 1630 | 2025-09-02T23:01:03.912Z | Compiling rsa v0.9.6 |
| 1631 | 2025-09-02T23:01:04.118Z | Compiling zip v4.2.0 |
| 1632 | 2025-09-02T23:01:04.365Z | Compiling zip v0.6.6 |
| 1633 | 2025-09-02T23:01:04.728Z | Compiling ed25519-dalek v2.1.1 |
| 1634 | 2025-09-02T23:01:05.610Z | Compiling toml v0.7.8 |
| 1635 | 2025-09-02T23:01:06.288Z | Compiling crossterm v0.28.1 |
| 1636 | 2025-09-02T23:01:07.671Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1637 | 2025-09-02T23:01:07.915Z | Compiling crossbeam-epoch v0.9.18 |
| 1638 | 2025-09-02T23:01:07.940Z | Compiling tokio-stream v0.1.17 |
| 1639 | 2025-09-02T23:01:08.113Z | Compiling openapiv3 v2.2.0 |
| 1640 | 2025-09-02T23:01:08.621Z | Compiling x509-cert v0.2.5 |
| 1641 | 2025-09-02T23:01:08.919Z | Compiling sha1 v0.10.6 |
| 1642 | 2025-09-02T23:01:09.372Z | Compiling itertools v0.10.5 |
| 1643 | 2025-09-02T23:01:09.473Z | Compiling itertools v0.13.0 |
| 1644 | 2025-09-02T23:01:10.572Z | Compiling dirs-sys-next v0.1.2 |
| 1645 | 2025-09-02T23:01:11.127Z | Compiling winnow v0.6.26 |
| 1646 | 2025-09-02T23:01:11.171Z | Compiling rustc-hash v2.1.1 |
| 1647 | 2025-09-02T23:01:11.391Z | Compiling peg-runtime v0.8.5 |
| 1648 | 2025-09-02T23:01:11.537Z | Compiling lalrpop-util v0.19.12 |
| 1649 | 2025-09-02T23:01:11.832Z | Compiling dirs-next v2.0.0 |
| 1650 | 2025-09-02T23:01:11.915Z | Compiling thread_local v1.1.8 |
| 1651 | 2025-09-02T23:01:11.976Z | Compiling slog-async v2.8.0 |
| 1652 | 2025-09-02T23:01:12.048Z | Compiling term v0.7.0 |
| 1653 | 2025-09-02T23:01:12.089Z | Compiling crossbeam-channel v0.5.15 |
| 1654 | 2025-09-02T23:01:12.302Z | Compiling xattr v1.3.1 |
| 1655 | 2025-09-02T23:01:12.431Z | Compiling futures-executor v0.3.31 |
| 1656 | 2025-09-02T23:01:12.591Z | Compiling filetime v0.2.25 |
| 1657 | 2025-09-02T23:01:12.613Z | Compiling is-terminal v0.4.13 |
| 1658 | 2025-09-02T23:01:12.772Z | Compiling take_mut v0.2.2 |
| 1659 | 2025-09-02T23:01:12.918Z | Compiling tar v0.4.44 |
| 1660 | 2025-09-02T23:01:12.921Z | Compiling slog-term v2.9.1 |
| 1661 | 2025-09-02T23:01:12.961Z | Compiling futures v0.3.31 |
| 1662 | 2025-09-02T23:01:13.104Z | Compiling camino v1.1.11 |
| 1663 | 2025-09-02T23:01:17.712Z | Compiling aws-lc-sys v0.26.0 |
| 1664 | 2025-09-02T23:01:47.164Z | Compiling rustls-webpki v0.102.8 |
| 1665 | 2025-09-02T23:01:51.665Z | Compiling tokio-rustls v0.26.0 |
| 1666 | 2025-09-02T23:01:51.934Z | Compiling hyper-rustls v0.27.7 |
| 1667 | 2025-09-02T23:01:52.243Z | Compiling reqwest v0.12.22 |
| 1668 | 2025-09-02T23:01:55.731Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1669 | 2025-09-02T23:01:56.018Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1670 | 2025-09-02T23:02:00.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1671 | 2025-09-02T23:02:00.695Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1672 | 2025-09-02T23:02:00.750Z | Sep 02 23:01:59.492 INFO Starting download, target: Clickhouse |
| 1673 | 2025-09-02T23:02:00.750Z | Sep 02 23:01:59.492 INFO Starting download, target: Cockroach |
| 1674 | 2025-09-02T23:02:00.750Z | Sep 02 23:01:59.492 INFO Starting download, target: Console |
| 1675 | 2025-09-02T23:02:00.750Z | Sep 02 23:01:59.492 INFO Starting download, target: DendriteStub |
| 1676 | 2025-09-02T23:02:00.750Z | Sep 02 23:01:59.492 INFO Starting download, target: MaghemiteMgd |
| 1677 | 2025-09-02T23:02:00.753Z | Sep 02 23:01:59.492 INFO Starting download, target: TransceiverControl |
| 1678 | 2025-09-02T23:02:00.753Z | Sep 02 23:01:59.493 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1679 | 2025-09-02T23:02:00.753Z | Sep 02 23:01:59.493 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1680 | 2025-09-02T23:02:00.753Z | Sep 02 23:01:59.493 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1681 | 2025-09-02T23:02:00.753Z | Sep 02 23:01:59.493 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1682 | 2025-09-02T23:02:00.753Z | Sep 02 23:01:59.493 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1683 | 2025-09-02T23:02:00.753Z | Sep 02 23:01:59.493 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1684 | 2025-09-02T23:02:01.080Z | Sep 02 23:01:59.822 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1685 | 2025-09-02T23:02:01.349Z | Sep 02 23:02:00.067 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1686 | 2025-09-02T23:02:01.576Z | Sep 02 23:02:00.314 INFO Download complete, target: TransceiverControl |
| 1687 | 2025-09-02T23:02:01.787Z | Sep 02 23:02:00.496 INFO Download complete, target: Console |
| 1688 | 2025-09-02T23:02:01.982Z | Sep 02 23:02:00.707 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1689 | 2025-09-02T23:02:02.643Z | Sep 02 23:02:01.377 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1690 | 2025-09-02T23:02:03.031Z | Sep 02 23:02:01.769 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1691 | 2025-09-02T23:02:03.372Z | Sep 02 23:02:02.110 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1692 | 2025-09-02T23:02:03.373Z | Sep 02 23:02:02.110 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1693 | 2025-09-02T23:02:05.590Z | Sep 02 23:02:04.332 INFO Download complete, target: DendriteStub |
| 1694 | 2025-09-02T23:02:06.325Z | Sep 02 23:02:05.066 INFO Download complete, target: MaghemiteMgd |
| 1695 | 2025-09-02T23:02:10.121Z | Sep 02 23:02:08.849 INFO Checking that binary works, target: Cockroach |
| 1696 | 2025-09-02T23:02:10.280Z | Sep 02 23:02:08.999 INFO Download complete, target: Cockroach |
| 1697 | 2025-09-02T23:02:13.845Z | Sep 02 23:02:12.585 INFO Checking that binary works, target: Clickhouse |
| 1698 | 2025-09-02T23:02:13.996Z | Sep 02 23:02:12.735 INFO Download complete, target: Clickhouse |
| 1699 | 2025-09-02T23:02:14.016Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1700 | 2025-09-02T23:02:14.019Z | |
| 1701 | 2025-09-02T23:02:14.019Z | real 4:46.967240754 |
| 1702 | 2025-09-02T23:02:14.019Z | user 16:24.411375533 |
| 1703 | 2025-09-02T23:02:14.019Z | sys 2:20.106042270 |
| 1704 | 2025-09-02T23:02:14.019Z | trap 0.614687047 |
| 1705 | 2025-09-02T23:02:14.019Z | tflt 1.082301281 |
| 1706 | 2025-09-02T23:02:14.019Z | dflt 1.443607855 |
| 1707 | 2025-09-02T23:02:14.019Z | kflt 0.118868919 |
| 1708 | 2025-09-02T23:02:14.019Z | lock 38:41.353682095 |
| 1709 | 2025-09-02T23:02:14.019Z | slp 59:41.063430300 |
| 1710 | 2025-09-02T23:02:14.019Z | lat 1:15.356311329 |
| 1711 | 2025-09-02T23:02:14.019Z | stop 2:57.054027195 |
| 1712 | 2025-09-02T23:02:14.019Z | + banner hack-check |
| 1713 | 2025-09-02T23:02:14.019Z | |
| 1714 | 2025-09-02T23:02:14.019Z | # # ## #### # # #### # # ###### #### # # |
| 1715 | 2025-09-02T23:02:14.019Z | # # # # # # # # # # # # # # # # # |
| 1716 | 2025-09-02T23:02:14.019Z | ###### # # # #### ##### # ###### ##### # #### |
| 1717 | 2025-09-02T23:02:14.019Z | # # ###### # # # # # # # # # # |
| 1718 | 2025-09-02T23:02:14.019Z | # # # # # # # # # # # # # # # # # |
| 1719 | 2025-09-02T23:02:14.020Z | # # # # #### # # #### # # ###### #### # # |
| 1720 | 2025-09-02T23:02:14.020Z | |
| 1721 | 2025-09-02T23:02:14.020Z | + export CARGO_INCREMENTAL=0 |
| 1722 | 2025-09-02T23:02:14.020Z | + CARGO_INCREMENTAL=0 |
| 1723 | 2025-09-02T23:02:14.020Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1724 | 2025-09-02T23:02:14.787Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1725 | 2025-09-02T23:02:15.044Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1726 | 2025-09-02T23:02:18.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 1727 | 2025-09-02T23:02:18.120Z | Running `target/debug/xtask check-features --ci` |
| 1728 | 2025-09-02T23:02:18.146Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1729 | 2025-09-02T23:02:18.153Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1730 | 2025-09-02T23:02:18.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1731 | 2025-09-02T23:02:18.787Z | Running `target/debug/xtask download cargo-hack` |
| 1732 | 2025-09-02T23:02:19.798Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1733 | 2025-09-02T23:02:20.195Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1734 | 2025-09-02T23:02:24.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 1735 | 2025-09-02T23:02:24.216Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1736 | 2025-09-02T23:02:24.256Z | Sep 02 23:02:22.994 INFO Starting download, target: CargoHack |
| 1737 | 2025-09-02T23:02:24.259Z | Sep 02 23:02:22.994 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1738 | 2025-09-02T23:02:24.606Z | Sep 02 23:02:23.344 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1739 | 2025-09-02T23:02:24.684Z | Sep 02 23:02:23.422 INFO Download complete, target: CargoHack |
| 1740 | 2025-09-02T23:02:24.688Z | running: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1741 | 2025-09-02T23:02:24.709Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1742 | 2025-09-02T23:02:24.910Z | info: running `cargo check --bins` on api_identity (1/227) |
| 1743 | 2025-09-02T23:02:25.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1744 | 2025-09-02T23:02:25.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1745 | 2025-09-02T23:02:25.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1746 | 2025-09-02T23:02:25.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1747 | 2025-09-02T23:02:25.641Z | |
| 1748 | 2025-09-02T23:02:25.641Z | info: running `cargo check --bins` on bootstore (2/227) |
| 1749 | 2025-09-02T23:02:26.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1750 | 2025-09-02T23:02:26.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1751 | 2025-09-02T23:02:26.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1752 | 2025-09-02T23:02:26.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1753 | 2025-09-02T23:02:26.438Z | |
| 1754 | 2025-09-02T23:02:26.438Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/227) |
| 1755 | 2025-09-02T23:02:27.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1756 | 2025-09-02T23:02:27.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1757 | 2025-09-02T23:02:27.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1758 | 2025-09-02T23:02:27.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1759 | 2025-09-02T23:02:27.214Z | |
| 1760 | 2025-09-02T23:02:27.214Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227) |
| 1761 | 2025-09-02T23:02:27.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1762 | 2025-09-02T23:02:27.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1763 | 2025-09-02T23:02:27.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1764 | 2025-09-02T23:02:27.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1765 | 2025-09-02T23:02:27.981Z | |
| 1766 | 2025-09-02T23:02:27.981Z | info: running `cargo check --bins` on id-map (5/227) |
| 1767 | 2025-09-02T23:02:28.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1768 | 2025-09-02T23:02:28.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1769 | 2025-09-02T23:02:28.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1770 | 2025-09-02T23:02:28.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1771 | 2025-09-02T23:02:28.704Z | |
| 1772 | 2025-09-02T23:02:28.704Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227) |
| 1773 | 2025-09-02T23:02:29.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1774 | 2025-09-02T23:02:29.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1775 | 2025-09-02T23:02:29.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1776 | 2025-09-02T23:02:29.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1777 | 2025-09-02T23:02:29.269Z | |
| 1778 | 2025-09-02T23:02:29.270Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227) |
| 1779 | 2025-09-02T23:02:29.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1780 | 2025-09-02T23:02:29.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1781 | 2025-09-02T23:02:29.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1782 | 2025-09-02T23:02:29.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1783 | 2025-09-02T23:02:29.849Z | |
| 1784 | 2025-09-02T23:02:29.849Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227) |
| 1785 | 2025-09-02T23:02:30.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1786 | 2025-09-02T23:02:30.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1787 | 2025-09-02T23:02:30.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1788 | 2025-09-02T23:02:30.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1789 | 2025-09-02T23:02:30.415Z | |
| 1790 | 2025-09-02T23:02:30.416Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227) |
| 1791 | 2025-09-02T23:02:30.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2025-09-02T23:02:30.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2025-09-02T23:02:30.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2025-09-02T23:02:30.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1795 | 2025-09-02T23:02:30.986Z | |
| 1796 | 2025-09-02T23:02:30.986Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227) |
| 1797 | 2025-09-02T23:02:31.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2025-09-02T23:02:31.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2025-09-02T23:02:31.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2025-09-02T23:02:31.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1801 | 2025-09-02T23:02:31.567Z | |
| 1802 | 2025-09-02T23:02:31.567Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227) |
| 1803 | 2025-09-02T23:02:32.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2025-09-02T23:02:32.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2025-09-02T23:02:32.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2025-09-02T23:02:32.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1807 | 2025-09-02T23:02:32.144Z | |
| 1808 | 2025-09-02T23:02:32.144Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227) |
| 1809 | 2025-09-02T23:02:32.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2025-09-02T23:02:32.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2025-09-02T23:02:32.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2025-09-02T23:02:32.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1813 | 2025-09-02T23:02:32.719Z | |
| 1814 | 2025-09-02T23:02:32.719Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227) |
| 1815 | 2025-09-02T23:02:33.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2025-09-02T23:02:33.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2025-09-02T23:02:33.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2025-09-02T23:02:33.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1819 | 2025-09-02T23:02:33.288Z | |
| 1820 | 2025-09-02T23:02:33.288Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227) |
| 1821 | 2025-09-02T23:02:33.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2025-09-02T23:02:33.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2025-09-02T23:02:33.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2025-09-02T23:02:33.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1825 | 2025-09-02T23:02:33.867Z | |
| 1826 | 2025-09-02T23:02:33.867Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227) |
| 1827 | 2025-09-02T23:02:34.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2025-09-02T23:02:34.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2025-09-02T23:02:34.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2025-09-02T23:02:34.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1831 | 2025-09-02T23:02:34.433Z | |
| 1832 | 2025-09-02T23:02:34.433Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227) |
| 1833 | 2025-09-02T23:02:34.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2025-09-02T23:02:34.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2025-09-02T23:02:34.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2025-09-02T23:02:34.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1837 | 2025-09-02T23:02:35.007Z | |
| 1838 | 2025-09-02T23:02:35.007Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227) |
| 1839 | 2025-09-02T23:02:35.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2025-09-02T23:02:35.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2025-09-02T23:02:35.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2025-09-02T23:02:35.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1843 | 2025-09-02T23:02:35.587Z | |
| 1844 | 2025-09-02T23:02:35.588Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227) |
| 1845 | 2025-09-02T23:02:36.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2025-09-02T23:02:36.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2025-09-02T23:02:36.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2025-09-02T23:02:36.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1849 | 2025-09-02T23:02:36.168Z | |
| 1850 | 2025-09-02T23:02:36.168Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227) |
| 1851 | 2025-09-02T23:02:36.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2025-09-02T23:02:36.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2025-09-02T23:02:36.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2025-09-02T23:02:36.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1855 | 2025-09-02T23:02:36.739Z | |
| 1856 | 2025-09-02T23:02:36.739Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227) |
| 1857 | 2025-09-02T23:02:37.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2025-09-02T23:02:37.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2025-09-02T23:02:37.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2025-09-02T23:02:37.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1861 | 2025-09-02T23:02:37.308Z | |
| 1862 | 2025-09-02T23:02:37.308Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227) |
| 1863 | 2025-09-02T23:02:37.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2025-09-02T23:02:37.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2025-09-02T23:02:37.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2025-09-02T23:02:37.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1867 | 2025-09-02T23:02:37.888Z | |
| 1868 | 2025-09-02T23:02:37.888Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227) |
| 1869 | 2025-09-02T23:02:38.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2025-09-02T23:02:38.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2025-09-02T23:02:38.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2025-09-02T23:02:38.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1873 | 2025-09-02T23:02:38.466Z | |
| 1874 | 2025-09-02T23:02:38.466Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227) |
| 1875 | 2025-09-02T23:02:38.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2025-09-02T23:02:38.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2025-09-02T23:02:38.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2025-09-02T23:02:38.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1879 | 2025-09-02T23:02:39.039Z | |
| 1880 | 2025-09-02T23:02:39.039Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227) |
| 1881 | 2025-09-02T23:02:39.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2025-09-02T23:02:39.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2025-09-02T23:02:39.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2025-09-02T23:02:39.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1885 | 2025-09-02T23:02:39.616Z | |
| 1886 | 2025-09-02T23:02:39.616Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227) |
| 1887 | 2025-09-02T23:02:40.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2025-09-02T23:02:40.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2025-09-02T23:02:40.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2025-09-02T23:02:40.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1891 | 2025-09-02T23:02:40.184Z | |
| 1892 | 2025-09-02T23:02:40.185Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227) |
| 1893 | 2025-09-02T23:02:40.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2025-09-02T23:02:40.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2025-09-02T23:02:40.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2025-09-02T23:02:40.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1897 | 2025-09-02T23:02:40.764Z | |
| 1898 | 2025-09-02T23:02:40.764Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227) |
| 1899 | 2025-09-02T23:02:41.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2025-09-02T23:02:41.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2025-09-02T23:02:41.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2025-09-02T23:02:41.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1903 | 2025-09-02T23:02:41.343Z | |
| 1904 | 2025-09-02T23:02:41.343Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227) |
| 1905 | 2025-09-02T23:02:41.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2025-09-02T23:02:41.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2025-09-02T23:02:41.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2025-09-02T23:02:41.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1909 | 2025-09-02T23:02:41.922Z | |
| 1910 | 2025-09-02T23:02:41.922Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227) |
| 1911 | 2025-09-02T23:02:42.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2025-09-02T23:02:42.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2025-09-02T23:02:42.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2025-09-02T23:02:42.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1915 | 2025-09-02T23:02:42.496Z | |
| 1916 | 2025-09-02T23:02:42.497Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227) |
| 1917 | 2025-09-02T23:02:43.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2025-09-02T23:02:43.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2025-09-02T23:02:43.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2025-09-02T23:02:43.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1921 | 2025-09-02T23:02:43.068Z | |
| 1922 | 2025-09-02T23:02:43.068Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227) |
| 1923 | 2025-09-02T23:02:43.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2025-09-02T23:02:43.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2025-09-02T23:02:43.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2025-09-02T23:02:43.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1927 | 2025-09-02T23:02:43.757Z | |
| 1928 | 2025-09-02T23:02:43.757Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227) |
| 1929 | 2025-09-02T23:02:44.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2025-09-02T23:02:44.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2025-09-02T23:02:44.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2025-09-02T23:02:44.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1933 | 2025-09-02T23:02:44.212Z | |
| 1934 | 2025-09-02T23:02:44.212Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227) |
| 1935 | 2025-09-02T23:02:44.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2025-09-02T23:02:44.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2025-09-02T23:02:44.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2025-09-02T23:02:44.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1939 | 2025-09-02T23:02:44.783Z | |
| 1940 | 2025-09-02T23:02:44.783Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227) |
| 1941 | 2025-09-02T23:02:45.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2025-09-02T23:02:45.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2025-09-02T23:02:45.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2025-09-02T23:02:45.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1945 | 2025-09-02T23:02:45.354Z | |
| 1946 | 2025-09-02T23:02:45.354Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227) |
| 1947 | 2025-09-02T23:02:45.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2025-09-02T23:02:45.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2025-09-02T23:02:45.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2025-09-02T23:02:45.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1951 | 2025-09-02T23:02:45.928Z | |
| 1952 | 2025-09-02T23:02:45.928Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227) |
| 1953 | 2025-09-02T23:02:46.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2025-09-02T23:02:46.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2025-09-02T23:02:46.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2025-09-02T23:02:46.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1957 | 2025-09-02T23:02:46.509Z | |
| 1958 | 2025-09-02T23:02:46.509Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227) |
| 1959 | 2025-09-02T23:02:47.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2025-09-02T23:02:47.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2025-09-02T23:02:47.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2025-09-02T23:02:47.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1963 | 2025-09-02T23:02:47.088Z | |
| 1964 | 2025-09-02T23:02:47.088Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227) |
| 1965 | 2025-09-02T23:02:47.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2025-09-02T23:02:47.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2025-09-02T23:02:47.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2025-09-02T23:02:47.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1969 | 2025-09-02T23:02:47.670Z | |
| 1970 | 2025-09-02T23:02:47.670Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227) |
| 1971 | 2025-09-02T23:02:48.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2025-09-02T23:02:48.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2025-09-02T23:02:48.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2025-09-02T23:02:48.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1975 | 2025-09-02T23:02:48.252Z | |
| 1976 | 2025-09-02T23:02:48.252Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227) |
| 1977 | 2025-09-02T23:02:48.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2025-09-02T23:02:48.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2025-09-02T23:02:48.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2025-09-02T23:02:48.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1981 | 2025-09-02T23:02:48.833Z | |
| 1982 | 2025-09-02T23:02:48.833Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227) |
| 1983 | 2025-09-02T23:02:49.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2025-09-02T23:02:49.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2025-09-02T23:02:49.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2025-09-02T23:02:49.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1987 | 2025-09-02T23:02:49.414Z | |
| 1988 | 2025-09-02T23:02:49.414Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227) |
| 1989 | 2025-09-02T23:02:49.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2025-09-02T23:02:49.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2025-09-02T23:02:49.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2025-09-02T23:02:49.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1993 | 2025-09-02T23:02:49.997Z | |
| 1994 | 2025-09-02T23:02:49.997Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227) |
| 1995 | 2025-09-02T23:02:50.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2025-09-02T23:02:50.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2025-09-02T23:02:50.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2025-09-02T23:02:50.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1999 | 2025-09-02T23:02:50.579Z | |
| 2000 | 2025-09-02T23:02:50.579Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227) |
| 2001 | 2025-09-02T23:02:51.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2025-09-02T23:02:51.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2025-09-02T23:02:51.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2025-09-02T23:02:51.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2005 | 2025-09-02T23:02:51.157Z | |
| 2006 | 2025-09-02T23:02:51.157Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227) |
| 2007 | 2025-09-02T23:02:51.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2025-09-02T23:02:51.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2025-09-02T23:02:51.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2025-09-02T23:02:51.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2011 | 2025-09-02T23:02:51.747Z | |
| 2012 | 2025-09-02T23:02:51.747Z | info: running `cargo check --bins` on sled-hardware-types (46/227) |
| 2013 | 2025-09-02T23:02:52.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2025-09-02T23:02:52.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2025-09-02T23:02:52.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2025-09-02T23:02:52.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2017 | 2025-09-02T23:02:52.533Z | |
| 2018 | 2025-09-02T23:02:52.533Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/227) |
| 2019 | 2025-09-02T23:02:53.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2025-09-02T23:02:53.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2025-09-02T23:02:53.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2025-09-02T23:02:53.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2023 | 2025-09-02T23:02:53.325Z | |
| 2024 | 2025-09-02T23:02:53.325Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227) |
| 2025 | 2025-09-02T23:02:54.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2025-09-02T23:02:54.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2025-09-02T23:02:54.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2025-09-02T23:02:54.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2029 | 2025-09-02T23:02:54.116Z | |
| 2030 | 2025-09-02T23:02:54.116Z | info: running `cargo check --bins` on oxlog (49/227) |
| 2031 | 2025-09-02T23:02:54.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2025-09-02T23:02:54.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2025-09-02T23:02:54.867Z | Checking cfg-if v1.0.1 |
| 2034 | 2025-09-02T23:02:54.871Z | Checking libc v0.2.174 |
| 2035 | 2025-09-02T23:02:54.994Z | Checking serde v1.0.219 |
| 2036 | 2025-09-02T23:02:54.998Z | Checking zeroize v1.8.1 |
| 2037 | 2025-09-02T23:02:55.006Z | Checking memchr v2.7.4 |
| 2038 | 2025-09-02T23:02:55.028Z | Checking typenum v1.17.0 |
| 2039 | 2025-09-02T23:02:55.031Z | Checking smallvec v1.15.1 |
| 2040 | 2025-09-02T23:02:55.061Z | Checking value-bag v1.9.0 |
| 2041 | 2025-09-02T23:02:55.064Z | Checking subtle v2.6.1 |
| 2042 | 2025-09-02T23:02:55.261Z | Checking scopeguard v1.2.0 |
| 2043 | 2025-09-02T23:02:55.347Z | Checking const-oid v0.9.6 |
| 2044 | 2025-09-02T23:02:55.382Z | Checking itoa v1.0.11 |
| 2045 | 2025-09-02T23:02:55.431Z | Checking lock_api v0.4.12 |
| 2046 | 2025-09-02T23:02:55.466Z | Checking log v0.4.27 |
| 2047 | 2025-09-02T23:02:55.601Z | Checking stable_deref_trait v1.2.0 |
| 2048 | 2025-09-02T23:02:55.764Z | Checking zerofrom v0.1.4 |
| 2049 | 2025-09-02T23:02:55.792Z | Checking pin-project-lite v0.2.14 |
| 2050 | 2025-09-02T23:02:55.829Z | Checking byteorder v1.5.0 |
| 2051 | 2025-09-02T23:02:55.931Z | Checking portable-atomic v1.11.0 |
| 2052 | 2025-09-02T23:02:55.968Z | Checking critical-section v1.1.3 |
| 2053 | 2025-09-02T23:02:55.995Z | Checking yoke v0.7.4 |
| 2054 | 2025-09-02T23:02:56.030Z | Checking getrandom v0.2.15 |
| 2055 | 2025-09-02T23:02:56.116Z | Checking signal-hook-registry v1.4.2 |
| 2056 | 2025-09-02T23:02:56.147Z | Checking generic-array v0.14.7 |
| 2057 | 2025-09-02T23:02:56.246Z | Checking parking_lot_core v0.9.10 |
| 2058 | 2025-09-02T23:02:56.264Z | Checking rand_core v0.6.4 |
| 2059 | 2025-09-02T23:02:56.349Z | Checking mio v1.0.2 |
| 2060 | 2025-09-02T23:02:56.383Z | Checking zerovec v0.10.4 |
| 2061 | 2025-09-02T23:02:56.598Z | Checking parking_lot v0.12.3 |
| 2062 | 2025-09-02T23:02:56.616Z | Checking socket2 v0.6.0 |
| 2063 | 2025-09-02T23:02:56.922Z | Checking equivalent v1.0.2 |
| 2064 | 2025-09-02T23:02:56.958Z | Checking futures-core v0.3.31 |
| 2065 | 2025-09-02T23:02:56.973Z | Checking once_cell v1.21.3 |
| 2066 | 2025-09-02T23:02:57.049Z | Checking allocator-api2 v0.2.21 |
| 2067 | 2025-09-02T23:02:57.108Z | Checking foldhash v0.1.5 |
| 2068 | 2025-09-02T23:02:57.147Z | Checking cpufeatures v0.2.14 |
| 2069 | 2025-09-02T23:02:57.174Z | Checking writeable v0.5.5 |
| 2070 | 2025-09-02T23:02:57.262Z | Checking litemap v0.7.3 |
| 2071 | 2025-09-02T23:02:57.295Z | Checking getrandom v0.3.1 |
| 2072 | 2025-09-02T23:02:57.319Z | Checking crypto-common v0.1.6 |
| 2073 | 2025-09-02T23:02:57.364Z | Checking block-buffer v0.10.4 |
| 2074 | 2025-09-02T23:02:57.513Z | Checking block-padding v0.3.3 |
| 2075 | 2025-09-02T23:02:57.531Z | Checking percent-encoding v2.3.1 |
| 2076 | 2025-09-02T23:02:57.548Z | Checking zerocopy v0.7.35 |
| 2077 | 2025-09-02T23:02:57.608Z | Checking digest v0.10.7 |
| 2078 | 2025-09-02T23:02:57.624Z | Checking libm v0.2.8 |
| 2079 | 2025-09-02T23:02:57.649Z | Checking hashbrown v0.15.4 |
| 2080 | 2025-09-02T23:02:57.740Z | Checking icu_locid_transform_data v1.5.0 |
| 2081 | 2025-09-02T23:02:57.758Z | Checking inout v0.1.3 |
| 2082 | 2025-09-02T23:02:57.859Z | Checking ryu v1.0.18 |
| 2083 | 2025-09-02T23:02:57.916Z | Checking tinystr v0.7.6 |
| 2084 | 2025-09-02T23:02:57.956Z | Checking hmac v0.12.1 |
| 2085 | 2025-09-02T23:02:58.005Z | Checking futures-sink v0.3.31 |
| 2086 | 2025-09-02T23:02:58.112Z | Checking cipher v0.4.4 |
| 2087 | 2025-09-02T23:02:58.163Z | Checking futures-channel v0.3.31 |
| 2088 | 2025-09-02T23:02:58.179Z | Checking sha2 v0.10.9 |
| 2089 | 2025-09-02T23:02:58.258Z | Checking icu_locid v1.5.0 |
| 2090 | 2025-09-02T23:02:58.511Z | Checking icu_collections v1.5.0 |
| 2091 | 2025-09-02T23:02:58.514Z | Checking slab v0.4.9 |
| 2092 | 2025-09-02T23:02:58.546Z | Checking num-traits v0.2.19 |
| 2093 | 2025-09-02T23:02:58.681Z | Checking futures-task v0.3.31 |
| 2094 | 2025-09-02T23:02:58.749Z | Checking base64ct v1.6.0 |
| 2095 | 2025-09-02T23:02:58.769Z | Checking pin-utils v0.1.0 |
| 2096 | 2025-09-02T23:02:58.786Z | Checking icu_properties_data v1.5.0 |
| 2097 | 2025-09-02T23:02:58.879Z | Checking futures-io v0.3.31 |
| 2098 | 2025-09-02T23:02:58.928Z | Checking write16 v1.0.0 |
| 2099 | 2025-09-02T23:02:59.017Z | Checking icu_normalizer_data v1.5.0 |
| 2100 | 2025-09-02T23:02:59.072Z | Checking utf16_iter v1.0.5 |
| 2101 | 2025-09-02T23:02:59.090Z | Checking futures-util v0.3.31 |
| 2102 | 2025-09-02T23:02:59.127Z | Checking utf8_iter v1.0.4 |
| 2103 | 2025-09-02T23:02:59.149Z | Checking flagset v0.4.6 |
| 2104 | 2025-09-02T23:02:59.213Z | Checking pem-rfc7468 v0.7.0 |
| 2105 | 2025-09-02T23:02:59.245Z | Checking icu_provider v1.5.0 |
| 2106 | 2025-09-02T23:02:59.266Z | Checking ppv-lite86 v0.2.20 |
| 2107 | 2025-09-02T23:02:59.335Z | Checking salsa20 v0.10.2 |
| 2108 | 2025-09-02T23:02:59.354Z | Checking pbkdf2 v0.12.2 |
| 2109 | 2025-09-02T23:02:59.447Z | Checking bytes v1.10.1 |
| 2110 | 2025-09-02T23:02:59.482Z | Checking bitflags v2.9.1 |
| 2111 | 2025-09-02T23:02:59.525Z | Checking indexmap v2.10.0 |
| 2112 | 2025-09-02T23:02:59.563Z | Checking serde_json v1.0.142 |
| 2113 | 2025-09-02T23:02:59.808Z | Checking der v0.7.9 |
| 2114 | 2025-09-02T23:02:59.869Z | Checking icu_locid_transform v1.5.0 |
| 2115 | 2025-09-02T23:02:59.968Z | Checking fnv v1.0.7 |
| 2116 | 2025-09-02T23:02:59.984Z | Checking scrypt v0.11.0 |
| 2117 | 2025-09-02T23:03:00.113Z | Checking cbc v0.1.2 |
| 2118 | 2025-09-02T23:03:00.229Z | Checking aes v0.8.4 |
| 2119 | 2025-09-02T23:03:00.336Z | Checking form_urlencoded v1.2.1 |
| 2120 | 2025-09-02T23:03:00.429Z | Checking tokio v1.47.0 |
| 2121 | 2025-09-02T23:03:00.565Z | Checking http v1.3.1 |
| 2122 | 2025-09-02T23:03:00.724Z | Checking uuid v1.17.0 |
| 2123 | 2025-09-02T23:03:00.848Z | Checking icu_properties v1.5.1 |
| 2124 | 2025-09-02T23:03:01.125Z | Checking tracing-core v0.1.32 |
| 2125 | 2025-09-02T23:03:01.185Z | Checking base64 v0.22.1 |
| 2126 | 2025-09-02T23:03:01.368Z | Compiling newtype-uuid v1.2.4 |
| 2127 | 2025-09-02T23:03:01.531Z | Checking spki v0.7.3 |
| 2128 | 2025-09-02T23:03:01.690Z | Checking iana-time-zone v0.1.63 |
| 2129 | 2025-09-02T23:03:01.709Z | Checking tinyvec_macros v0.1.1 |
| 2130 | 2025-09-02T23:03:01.797Z | Checking tracing v0.1.40 |
| 2131 | 2025-09-02T23:03:01.815Z | Checking rustls-pki-types v1.10.0 |
| 2132 | 2025-09-02T23:03:01.834Z | Checking pkcs5 v0.7.1 |
| 2133 | 2025-09-02T23:03:01.857Z | Checking chrono v0.4.41 |
| 2134 | 2025-09-02T23:03:01.900Z | Checking http-body v1.0.1 |
| 2135 | 2025-09-02T23:03:02.136Z | Checking tinyvec v1.8.0 |
| 2136 | 2025-09-02T23:03:02.186Z | Checking rand_core v0.9.3 |
| 2137 | 2025-09-02T23:03:02.330Z | Checking aws-lc-sys v0.26.0 |
| 2138 | 2025-09-02T23:03:02.379Z | Checking pkcs8 v0.10.2 |
| 2139 | 2025-09-02T23:03:02.516Z | Checking errno v0.3.12 |
| 2140 | 2025-09-02T23:03:02.688Z | Checking spin v0.9.8 |
| 2141 | 2025-09-02T23:03:02.732Z | Checking atomic-waker v1.1.2 |
| 2142 | 2025-09-02T23:03:02.889Z | Checking tower-service v0.3.3 |
| 2143 | 2025-09-02T23:03:03.040Z | Checking foreign-types-shared v0.1.1 |
| 2144 | 2025-09-02T23:03:03.044Z | Checking try-lock v0.2.5 |
| 2145 | 2025-09-02T23:03:03.173Z | Checking untrusted v0.7.1 |
| 2146 | 2025-09-02T23:03:03.205Z | Checking adler2 v2.0.0 |
| 2147 | 2025-09-02T23:03:03.373Z | Checking untrusted v0.9.0 |
| 2148 | 2025-09-02T23:03:03.389Z | Checking openssl-probe v0.1.5 |
| 2149 | 2025-09-02T23:03:03.414Z | Checking miniz_oxide v0.8.5 |
| 2150 | 2025-09-02T23:03:03.542Z | Checking ring v0.17.14 |
| 2151 | 2025-09-02T23:03:03.583Z | Checking want v0.3.1 |
| 2152 | 2025-09-02T23:03:03.633Z | Checking foreign-types v0.3.2 |
| 2153 | 2025-09-02T23:03:03.747Z | Checking rand_chacha v0.9.0 |
| 2154 | 2025-09-02T23:03:03.783Z | Checking ipnet v2.11.0 |
| 2155 | 2025-09-02T23:03:03.806Z | Checking httparse v1.9.5 |
| 2156 | 2025-09-02T23:03:04.117Z | Checking openssl-sys v0.9.109 |
| 2157 | 2025-09-02T23:03:04.139Z | Checking thiserror v1.0.69 |
| 2158 | 2025-09-02T23:03:04.174Z | Checking icu_normalizer v1.5.0 |
| 2159 | 2025-09-02T23:03:04.255Z | Checking aho-corasick v1.1.3 |
| 2160 | 2025-09-02T23:03:04.299Z | Checking unicode-ident v1.0.18 |
| 2161 | 2025-09-02T23:03:04.302Z | Checking regex-syntax v0.8.5 |
| 2162 | 2025-09-02T23:03:04.495Z | Checking httpdate v1.0.3 |
| 2163 | 2025-09-02T23:03:04.554Z | Checking aws-lc-rs v1.12.4 |
| 2164 | 2025-09-02T23:03:04.761Z | Checking powerfmt v0.2.0 |
| 2165 | 2025-09-02T23:03:04.932Z | Checking idna_adapter v1.2.0 |
| 2166 | 2025-09-02T23:03:05.033Z | Checking deranged v0.3.11 |
| 2167 | 2025-09-02T23:03:05.135Z | Checking idna v1.0.3 |
| 2168 | 2025-09-02T23:03:05.321Z | Checking openssl v0.10.73 |
| 2169 | 2025-09-02T23:03:05.634Z | Checking url v2.5.4 |
| 2170 | 2025-09-02T23:03:05.783Z | Checking proc-macro2 v1.0.95 |
| 2171 | 2025-09-02T23:03:05.840Z | Checking rand v0.9.2 |
| 2172 | 2025-09-02T23:03:06.365Z | Checking rustls-webpki v0.102.8 |
| 2173 | 2025-09-02T23:03:06.414Z | Checking unicode-normalization v0.1.24 |
| 2174 | 2025-09-02T23:03:06.496Z | Checking rustix v0.38.37 |
| 2175 | 2025-09-02T23:03:06.559Z | Checking crossbeam-utils v0.8.21 |
| 2176 | 2025-09-02T23:03:06.909Z | Checking semver v1.0.26 |
| 2177 | 2025-09-02T23:03:07.160Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2178 | 2025-09-02T23:03:07.279Z | Checking signature v2.2.0 |
| 2179 | 2025-09-02T23:03:07.298Z | Checking scroll v0.12.0 |
| 2180 | 2025-09-02T23:03:07.317Z | Checking crc32fast v1.4.2 |
| 2181 | 2025-09-02T23:03:07.320Z | Checking num_threads v0.1.7 |
| 2182 | 2025-09-02T23:03:07.456Z | Checking regex-automata v0.4.8 |
| 2183 | 2025-09-02T23:03:07.459Z | Checking anstyle v1.0.11 |
| 2184 | 2025-09-02T23:03:07.491Z | Checking num-conv v0.1.0 |
| 2185 | 2025-09-02T23:03:07.516Z | Checking tokio-util v0.7.15 |
| 2186 | 2025-09-02T23:03:07.559Z | Checking unicode-bidi v0.3.17 |
| 2187 | 2025-09-02T23:03:07.738Z | Checking unicode-properties v0.1.3 |
| 2188 | 2025-09-02T23:03:07.758Z | Checking siphasher v0.3.11 |
| 2189 | 2025-09-02T23:03:07.810Z | Checking either v1.15.0 |
| 2190 | 2025-09-02T23:03:08.074Z | Checking dyn-clone v1.0.20 |
| 2191 | 2025-09-02T23:03:08.139Z | Checking time-core v0.1.2 |
| 2192 | 2025-09-02T23:03:08.187Z | Checking utf8parse v0.2.2 |
| 2193 | 2025-09-02T23:03:08.192Z | Checking ucd-trie v0.1.7 |
| 2194 | 2025-09-02T23:03:08.252Z | Checking zlib-rs v0.5.1 |
| 2195 | 2025-09-02T23:03:08.312Z | Checking plain v0.2.3 |
| 2196 | 2025-09-02T23:03:08.358Z | Checking anstyle-parse v0.2.5 |
| 2197 | 2025-09-02T23:03:08.438Z | Checking pest v2.7.14 |
| 2198 | 2025-09-02T23:03:08.500Z | Checking goblin v0.8.2 |
| 2199 | 2025-09-02T23:03:08.653Z | Checking time v0.3.36 |
| 2200 | 2025-09-02T23:03:08.762Z | Checking h2 v0.4.6 |
| 2201 | 2025-09-02T23:03:09.717Z | Checking schemars v0.8.22 |
| 2202 | 2025-09-02T23:03:10.021Z | Checking libz-rs-sys v0.5.1 |
| 2203 | 2025-09-02T23:03:10.229Z | Checking stringprep v0.1.5 |
| 2204 | 2025-09-02T23:03:10.510Z | Checking native-tls v0.2.12 |
| 2205 | 2025-09-02T23:03:10.530Z | Checking phf_shared v0.11.2 |
| 2206 | 2025-09-02T23:03:10.818Z | Checking crossbeam-epoch v0.9.18 |
| 2207 | 2025-09-02T23:03:10.850Z | Checking rustls v0.23.19 |
| 2208 | 2025-09-02T23:03:10.984Z | Checking quote v1.0.40 |
| 2209 | 2025-09-02T23:03:11.188Z | Checking num-integer v0.1.46 |
| 2210 | 2025-09-02T23:03:11.254Z | Checking zerocopy v0.8.26 |
| 2211 | 2025-09-02T23:03:11.299Z | Checking rand_chacha v0.3.1 |
| 2212 | 2025-09-02T23:03:11.329Z | Checking toml_datetime v0.6.11 |
| 2213 | 2025-09-02T23:03:11.703Z | Checking serde_spanned v0.6.9 |
| 2214 | 2025-09-02T23:03:11.706Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2215 | 2025-09-02T23:03:11.706Z | Checking md-5 v0.10.6 |
| 2216 | 2025-09-02T23:03:11.886Z | Checking sync_wrapper v1.0.1 |
| 2217 | 2025-09-02T23:03:11.906Z | Checking ff v0.13.0 |
| 2218 | 2025-09-02T23:03:11.907Z | Checking hash32 v0.2.1 |
| 2219 | 2025-09-02T23:03:11.962Z | Checking gimli v0.31.1 |
| 2220 | 2025-09-02T23:03:12.046Z | Checking base16ct v0.2.0 |
| 2221 | 2025-09-02T23:03:12.160Z | Checking psl-types v2.0.11 |
| 2222 | 2025-09-02T23:03:12.228Z | Checking colorchoice v1.0.2 |
| 2223 | 2025-09-02T23:03:12.257Z | Checking is_terminal_polyfill v1.70.1 |
| 2224 | 2025-09-02T23:03:12.358Z | Checking anstyle-query v1.1.1 |
| 2225 | 2025-09-02T23:03:12.389Z | Checking fallible-iterator v0.2.0 |
| 2226 | 2025-09-02T23:03:12.405Z | Checking tower-layer v0.3.3 |
| 2227 | 2025-09-02T23:03:12.500Z | Checking pretty-hex v0.4.1 |
| 2228 | 2025-09-02T23:03:12.668Z | Checking tower v0.5.2 |
| 2229 | 2025-09-02T23:03:12.710Z | Checking anstream v0.6.18 |
| 2230 | 2025-09-02T23:03:12.965Z | Checking postgres-protocol v0.6.8 |
| 2231 | 2025-09-02T23:03:13.122Z | Checking publicsuffix v2.3.0 |
| 2232 | 2025-09-02T23:03:13.379Z | Checking dof v0.3.0 |
| 2233 | 2025-09-02T23:03:13.415Z | Checking sec1 v0.7.3 |
| 2234 | 2025-09-02T23:03:13.435Z | Checking heapless v0.7.17 |
| 2235 | 2025-09-02T23:03:13.577Z | Checking group v0.13.0 |
| 2236 | 2025-09-02T23:03:13.814Z | Checking zstd-safe v7.2.3 |
| 2237 | 2025-09-02T23:03:13.842Z | Checking num-iter v0.1.45 |
| 2238 | 2025-09-02T23:03:14.008Z | Checking rand v0.8.5 |
| 2239 | 2025-09-02T23:03:14.027Z | Checking syn v2.0.104 |
| 2240 | 2025-09-02T23:03:14.145Z | Compiling daft v0.1.4 |
| 2241 | 2025-09-02T23:03:14.335Z | Checking ipnetwork v0.21.1 |
| 2242 | 2025-09-02T23:03:14.481Z | Checking cookie v0.18.1 |
| 2243 | 2025-09-02T23:03:14.662Z | Checking dtrace-parser v0.2.0 |
| 2244 | 2025-09-02T23:03:14.733Z | Checking tokio-native-tls v0.3.1 |
| 2245 | 2025-09-02T23:03:14.927Z | Checking flate2 v1.1.2 |
| 2246 | 2025-09-02T23:03:14.988Z | Checking hyper v1.6.0 |
| 2247 | 2025-09-02T23:03:15.012Z | Checking terminal_size v0.4.0 |
| 2248 | 2025-09-02T23:03:15.155Z | Checking rustls-native-certs v0.8.1 |
| 2249 | 2025-09-02T23:03:15.176Z | Checking lazy_static v1.5.0 |
| 2250 | 2025-09-02T23:03:15.194Z | Checking webpki-roots v1.0.1 |
| 2251 | 2025-09-02T23:03:15.320Z | Checking http-body-util v0.1.3 |
| 2252 | 2025-09-02T23:03:15.357Z | Checking signal-hook v0.3.18 |
| 2253 | 2025-09-02T23:03:15.392Z | Checking hkdf v0.12.4 |
| 2254 | 2025-09-02T23:03:15.577Z | Checking crypto-bigint v0.5.5 |
| 2255 | 2025-09-02T23:03:15.604Z | Checking addr2line v0.24.2 |
| 2256 | 2025-09-02T23:03:15.624Z | Checking thread-id v4.2.2 |
| 2257 | 2025-09-02T23:03:15.688Z | Checking object v0.36.5 |
| 2258 | 2025-09-02T23:03:15.747Z | Checking bitflags v1.3.2 |
| 2259 | 2025-09-02T23:03:15.763Z | Checking managed v0.8.0 |
| 2260 | 2025-09-02T23:03:15.847Z | Checking tokio-rustls v0.26.0 |
| 2261 | 2025-09-02T23:03:15.868Z | Checking strsim v0.11.1 |
| 2262 | 2025-09-02T23:03:16.122Z | Checking clap_lex v0.7.4 |
| 2263 | 2025-09-02T23:03:16.140Z | Checking iri-string v0.7.8 |
| 2264 | 2025-09-02T23:03:16.160Z | Checking rustc-demangle v0.1.24 |
| 2265 | 2025-09-02T23:03:16.250Z | Checking lockfree-object-pool v0.1.6 |
| 2266 | 2025-09-02T23:03:16.388Z | Compiling rayon-core v1.12.1 |
| 2267 | 2025-09-02T23:03:16.536Z | Checking bumpalo v3.16.0 |
| 2268 | 2025-09-02T23:03:16.609Z | Checking winnow v0.5.40 |
| 2269 | 2025-09-02T23:03:16.703Z | Checking simd-adler32 v0.3.7 |
| 2270 | 2025-09-02T23:03:16.885Z | Checking clap_builder v4.5.41 |
| 2271 | 2025-09-02T23:03:16.940Z | Checking hyper-util v0.1.16 |
| 2272 | 2025-09-02T23:03:17.068Z | Checking zopfli v0.8.1 |
| 2273 | 2025-09-02T23:03:17.743Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2274 | 2025-09-02T23:03:18.082Z | Checking smoltcp v0.9.1 |
| 2275 | 2025-09-02T23:03:18.245Z | Checking elliptic-curve v0.13.8 |
| 2276 | 2025-09-02T23:03:18.714Z | Checking tower-http v0.6.6 |
| 2277 | 2025-09-02T23:03:18.910Z | Checking signal-hook-mio v0.2.4 |
| 2278 | 2025-09-02T23:03:19.082Z | Checking num-bigint-dig v0.8.4 |
| 2279 | 2025-09-02T23:03:19.291Z | Checking cookie_store v0.21.1 |
| 2280 | 2025-09-02T23:03:19.393Z | Checking toml_edit v0.19.15 |
| 2281 | 2025-09-02T23:03:19.484Z | Checking oxnet v0.1.3 |
| 2282 | 2025-09-02T23:03:19.511Z | Checking hyper-rustls v0.27.7 |
| 2283 | 2025-09-02T23:03:19.840Z | Checking hyper-tls v0.6.0 |
| 2284 | 2025-09-02T23:03:19.868Z | Checking zstd v0.13.3 |
| 2285 | 2025-09-02T23:03:19.887Z | Checking postgres-types v0.2.9 |
| 2286 | 2025-09-02T23:03:19.982Z | Checking bstr v1.10.0 |
| 2287 | 2025-09-02T23:03:20.001Z | Checking usdt-impl v0.5.0 |
| 2288 | 2025-09-02T23:03:20.114Z | Checking regex v1.11.1 |
| 2289 | 2025-09-02T23:03:20.221Z | Checking crossbeam-deque v0.8.5 |
| 2290 | 2025-09-02T23:03:20.538Z | Checking phf v0.11.2 |
| 2291 | 2025-09-02T23:03:20.542Z | Checking ed25519 v2.2.3 |
| 2292 | 2025-09-02T23:03:20.566Z | Checking bzip2 v0.4.4 |
| 2293 | 2025-09-02T23:03:20.706Z | Checking bzip2 v0.5.2 |
| 2294 | 2025-09-02T23:03:20.805Z | Checking curve25519-dalek v4.1.3 |
| 2295 | 2025-09-02T23:03:20.867Z | Checking thiserror v2.0.12 |
| 2296 | 2025-09-02T23:03:20.871Z | Checking pkcs1 v0.7.5 |
| 2297 | 2025-09-02T23:03:20.906Z | Checking strum v0.27.2 |
| 2298 | 2025-09-02T23:03:21.002Z | Checking hubpack v0.1.2 |
| 2299 | 2025-09-02T23:03:21.035Z | Checking memoffset v0.9.1 |
| 2300 | 2025-09-02T23:03:21.088Z | Checking serde_urlencoded v0.7.1 |
| 2301 | 2025-09-02T23:03:21.151Z | Checking float-cmp v0.10.0 |
| 2302 | 2025-09-02T23:03:21.272Z | Checking serde-big-array v0.5.1 |
| 2303 | 2025-09-02T23:03:21.300Z | Checking rfc6979 v0.4.0 |
| 2304 | 2025-09-02T23:03:21.317Z | Checking socket2 v0.5.10 |
| 2305 | 2025-09-02T23:03:21.387Z | Checking memmap v0.7.0 |
| 2306 | 2025-09-02T23:03:21.502Z | Checking encoding_rs v0.8.34 |
| 2307 | 2025-09-02T23:03:21.515Z | Checking fixedbitset v0.4.2 |
| 2308 | 2025-09-02T23:03:21.534Z | Checking new_debug_unreachable v1.0.6 |
| 2309 | 2025-09-02T23:03:21.609Z | Checking normalize-line-endings v0.3.0 |
| 2310 | 2025-09-02T23:03:21.638Z | Checking mime v0.3.17 |
| 2311 | 2025-09-02T23:03:21.678Z | Checking backtrace v0.3.74 |
| 2312 | 2025-09-02T23:03:21.746Z | Checking whoami v1.5.2 |
| 2313 | 2025-09-02T23:03:21.785Z | Checking toml_write v0.1.2 |
| 2314 | 2025-09-02T23:03:21.828Z | Checking precomputed-hash v0.1.1 |
| 2315 | 2025-09-02T23:03:21.847Z | Checking unicode-segmentation v1.12.0 |
| 2316 | 2025-09-02T23:03:21.946Z | Checking difflib v0.4.0 |
| 2317 | 2025-09-02T23:03:21.964Z | Checking predicates-core v1.0.8 |
| 2318 | 2025-09-02T23:03:22.031Z | Checking static_assertions v1.1.0 |
| 2319 | 2025-09-02T23:03:22.086Z | Checking data-encoding v2.9.0 |
| 2320 | 2025-09-02T23:03:22.147Z | Checking minimal-lexical v0.2.1 |
| 2321 | 2025-09-02T23:03:22.164Z | Checking winnow v0.7.10 |
| 2322 | 2025-09-02T23:03:22.229Z | Checking unicode-width v0.2.0 |
| 2323 | 2025-09-02T23:03:22.267Z | Checking predicates v3.1.3 |
| 2324 | 2025-09-02T23:03:22.539Z | Checking similar v2.7.0 |
| 2325 | 2025-09-02T23:03:22.543Z | Checking ed25519-dalek v2.1.1 |
| 2326 | 2025-09-02T23:03:22.543Z | Checking nom v7.1.3 |
| 2327 | 2025-09-02T23:03:22.634Z | Checking hickory-proto v0.25.2 |
| 2328 | 2025-09-02T23:03:22.715Z | Checking console v0.15.10 |
| 2329 | 2025-09-02T23:03:22.916Z | Checking anyhow v1.0.99 |
| 2330 | 2025-09-02T23:03:22.942Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2331 | 2025-09-02T23:03:23.276Z | Checking tokio-postgres v0.7.13 |
| 2332 | 2025-09-02T23:03:23.296Z | Checking string_cache v0.8.9 |
| 2333 | 2025-09-02T23:03:23.361Z | Checking toml v0.7.8 |
| 2334 | 2025-09-02T23:03:23.586Z | Checking petgraph v0.6.5 |
| 2335 | 2025-09-02T23:03:23.714Z | Checking reqwest v0.12.22 |
| 2336 | 2025-09-02T23:03:24.067Z | Checking usdt v0.5.0 |
| 2337 | 2025-09-02T23:03:24.341Z | Checking ecdsa v0.16.9 |
| 2338 | 2025-09-02T23:03:24.990Z | Checking toml_edit v0.22.27 |
| 2339 | 2025-09-02T23:03:25.116Z | Checking rsa v0.9.6 |
| 2340 | 2025-09-02T23:03:25.439Z | Checking nix v0.29.0 |
| 2341 | 2025-09-02T23:03:25.536Z | Checking zip v4.2.0 |
| 2342 | 2025-09-02T23:03:26.096Z | Checking zip v0.6.6 |
| 2343 | 2025-09-02T23:03:26.726Z | Checking clap v4.5.41 |
| 2344 | 2025-09-02T23:03:26.791Z | Checking crossterm v0.28.1 |
| 2345 | 2025-09-02T23:03:26.826Z | Checking ahash v0.8.12 |
| 2346 | 2025-09-02T23:03:26.847Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2347 | 2025-09-02T23:03:26.863Z | Checking tokio-stream v0.1.17 |
| 2348 | 2025-09-02T23:03:26.878Z | Checking itertools v0.13.0 |
| 2349 | 2025-09-02T23:03:27.213Z | Checking itertools v0.12.1 |
| 2350 | 2025-09-02T23:03:27.232Z | Checking itertools v0.10.5 |
| 2351 | 2025-09-02T23:03:27.622Z | Checking fs-err v3.1.1 |
| 2352 | 2025-09-02T23:03:27.634Z | Checking buf-list v1.0.3 |
| 2353 | 2025-09-02T23:03:27.978Z | Checking strum v0.26.3 |
| 2354 | 2025-09-02T23:03:28.164Z | Checking rustix v1.0.7 |
| 2355 | 2025-09-02T23:03:28.186Z | Checking slog v2.7.0 |
| 2356 | 2025-09-02T23:03:28.350Z | Checking x509-cert v0.2.5 |
| 2357 | 2025-09-02T23:03:28.486Z | Checking openapiv3 v2.2.0 |
| 2358 | 2025-09-02T23:03:28.653Z | Checking sha1 v0.10.6 |
| 2359 | 2025-09-02T23:03:28.965Z | Checking winnow v0.6.26 |
| 2360 | 2025-09-02T23:03:29.209Z | Checking unicode-xid v0.2.6 |
| 2361 | 2025-09-02T23:03:29.214Z | Checking rustc-hash v2.1.1 |
| 2362 | 2025-09-02T23:03:29.242Z | Checking peg-runtime v0.8.5 |
| 2363 | 2025-09-02T23:03:29.351Z | Checking lalrpop-util v0.19.12 |
| 2364 | 2025-09-02T23:03:29.390Z | Checking rayon v1.10.0 |
| 2365 | 2025-09-02T23:03:29.492Z | Checking camino v1.1.11 |
| 2366 | 2025-09-02T23:03:29.626Z | Checking sigpipe v0.1.3 |
| 2367 | 2025-09-02T23:03:29.665Z | Checking glob v0.3.2 |
| 2368 | 2025-09-02T23:03:29.757Z | Checking jiff v0.2.15 |
| 2369 | 2025-09-02T23:03:33.617Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2370 | 2025-09-02T23:03:33.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.86s |
| 2371 | 2025-09-02T23:03:34.173Z | |
| 2372 | 2025-09-02T23:03:34.174Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227) |
| 2373 | 2025-09-02T23:03:34.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2374 | 2025-09-02T23:03:34.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2375 | 2025-09-02T23:03:34.997Z | Compiling regress v0.10.4 |
| 2376 | 2025-09-02T23:03:35.125Z | Checking heck v0.5.0 |
| 2377 | 2025-09-02T23:03:35.151Z | Compiling unsafe-libyaml v0.2.11 |
| 2378 | 2025-09-02T23:03:35.169Z | Checking newtype-uuid v1.2.4 |
| 2379 | 2025-09-02T23:03:35.184Z | Compiling structmeta-derive v0.3.0 |
| 2380 | 2025-09-02T23:03:35.189Z | Checking dirs-sys-next v0.1.2 |
| 2381 | 2025-09-02T23:03:35.189Z | Checking fastrand v2.1.1 |
| 2382 | 2025-09-02T23:03:35.311Z | Checking thread_local v1.1.8 |
| 2383 | 2025-09-02T23:03:35.413Z | Checking dirs-next v2.0.0 |
| 2384 | 2025-09-02T23:03:35.452Z | Checking daft v0.1.4 |
| 2385 | 2025-09-02T23:03:35.556Z | Checking tempfile v3.20.0 |
| 2386 | 2025-09-02T23:03:35.576Z | Compiling ident_case v1.0.1 |
| 2387 | 2025-09-02T23:03:35.596Z | Checking term v0.7.0 |
| 2388 | 2025-09-02T23:03:35.776Z | Compiling darling_core v0.20.10 |
| 2389 | 2025-09-02T23:03:35.871Z | Checking crossbeam-channel v0.5.15 |
| 2390 | 2025-09-02T23:03:35.944Z | Checking futures-executor v0.3.31 |
| 2391 | 2025-09-02T23:03:36.017Z | Checking is-terminal v0.4.13 |
| 2392 | 2025-09-02T23:03:36.156Z | Compiling rustls v0.22.4 |
| 2393 | 2025-09-02T23:03:36.197Z | Checking take_mut v0.2.2 |
| 2394 | 2025-09-02T23:03:36.377Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2395 | 2025-09-02T23:03:36.481Z | Compiling serde_yaml v0.9.34+deprecated |
| 2396 | 2025-09-02T23:03:36.580Z | Checking slog-async v2.8.0 |
| 2397 | 2025-09-02T23:03:36.816Z | Checking futures v0.3.31 |
| 2398 | 2025-09-02T23:03:36.882Z | Checking slog-term v2.9.1 |
| 2399 | 2025-09-02T23:03:36.943Z | Compiling proc-macro-crate v1.3.1 |
| 2400 | 2025-09-02T23:03:36.961Z | Checking wait-timeout v0.2.0 |
| 2401 | 2025-09-02T23:03:37.163Z | Compiling multer v3.1.0 |
| 2402 | 2025-09-02T23:03:37.392Z | Compiling ref-cast v1.0.24 |
| 2403 | 2025-09-02T23:03:37.522Z | Checking match_cfg v0.1.0 |
| 2404 | 2025-09-02T23:03:37.630Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2405 | 2025-09-02T23:03:37.747Z | Compiling structmeta v0.3.0 |
| 2406 | 2025-09-02T23:03:37.795Z | Checking bit-vec v0.8.0 |
| 2407 | 2025-09-02T23:03:37.906Z | Checking quick-error v1.2.3 |
| 2408 | 2025-09-02T23:03:38.066Z | Compiling num_enum_derive v0.5.11 |
| 2409 | 2025-09-02T23:03:38.085Z | Checking rusty-fork v0.3.0 |
| 2410 | 2025-09-02T23:03:38.133Z | Compiling derive-ex v0.1.8 |
| 2411 | 2025-09-02T23:03:38.204Z | Checking bit-set v0.8.0 |
| 2412 | 2025-09-02T23:03:38.408Z | Checking hostname v0.3.1 |
| 2413 | 2025-09-02T23:03:38.429Z | Checking typify-impl v0.3.0 |
| 2414 | 2025-09-02T23:03:38.479Z | Checking typify-impl v0.2.0 |
| 2415 | 2025-09-02T23:03:40.888Z | Checking toml_parser v1.0.2 |
| 2416 | 2025-09-02T23:03:40.943Z | Checking progenitor-client v0.9.1 |
| 2417 | 2025-09-02T23:03:41.435Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2025-09-02T23:03:41.514Z | Compiling darling_macro v0.20.10 |
| 2419 | 2025-09-02T23:03:41.639Z | Checking slog-json v2.6.1 |
| 2420 | 2025-09-02T23:03:41.658Z | Compiling lzma-sys v0.1.20 |
| 2421 | 2025-09-02T23:03:41.924Z | Checking toml_datetime v0.7.0 |
| 2422 | 2025-09-02T23:03:42.021Z | Checking hex v0.4.3 |
| 2423 | 2025-09-02T23:03:42.159Z | Checking serde_spanned v1.0.0 |
| 2424 | 2025-09-02T23:03:42.365Z | Compiling foreign-types-macros v0.2.3 |
| 2425 | 2025-09-02T23:03:42.407Z | Compiling async-stream-impl v0.3.6 |
| 2426 | 2025-09-02T23:03:42.410Z | Compiling ref-cast-impl v1.0.24 |
| 2427 | 2025-09-02T23:03:42.443Z | Compiling darling v0.20.10 |
| 2428 | 2025-09-02T23:03:42.506Z | Compiling dropshot v0.16.3 |
| 2429 | 2025-09-02T23:03:42.575Z | Checking arc-swap v1.7.1 |
| 2430 | 2025-09-02T23:03:42.853Z | Checking toml_writer v1.0.2 |
| 2431 | 2025-09-02T23:03:42.872Z | Checking unarray v0.1.4 |
| 2432 | 2025-09-02T23:03:42.951Z | Checking utf-8 v0.7.6 |
| 2433 | 2025-09-02T23:03:43.044Z | Checking foreign-types-shared v0.3.1 |
| 2434 | 2025-09-02T23:03:43.168Z | Checking tungstenite v0.21.0 |
| 2435 | 2025-09-02T23:03:43.192Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2436 | 2025-09-02T23:03:43.220Z | Checking toml v0.9.5 |
| 2437 | 2025-09-02T23:03:43.302Z | Checking proptest v1.7.0 |
| 2438 | 2025-09-02T23:03:43.558Z | Checking foreign-types v0.5.0 |
| 2439 | 2025-09-02T23:03:43.681Z | Checking slog-scope v4.4.0 |
| 2440 | 2025-09-02T23:03:43.723Z | Checking async-stream v0.3.6 |
| 2441 | 2025-09-02T23:03:43.773Z | Compiling serde_with_macros v3.14.0 |
| 2442 | 2025-09-02T23:03:43.895Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2443 | 2025-09-02T23:03:43.982Z | Compiling test-strategy v0.4.3 |
| 2444 | 2025-09-02T23:03:44.007Z | Checking tokio-rustls v0.25.0 |
| 2445 | 2025-09-02T23:03:44.065Z | Checking slog-bunyan v2.5.0 |
| 2446 | 2025-09-02T23:03:44.254Z | Checking num_enum v0.5.11 |
| 2447 | 2025-09-02T23:03:44.391Z | Compiling proc-macro-error v1.0.4 |
| 2448 | 2025-09-02T23:03:44.552Z | Compiling parse-display-derive v0.10.0 |
| 2449 | 2025-09-02T23:03:45.164Z | Checking progenitor-client v0.8.0 |
| 2450 | 2025-09-02T23:03:45.185Z | Compiling heck v0.3.3 |
| 2451 | 2025-09-02T23:03:45.542Z | Checking waitgroup v0.1.2 |
| 2452 | 2025-09-02T23:03:45.564Z | Checking rustls-pemfile v2.2.0 |
| 2453 | 2025-09-02T23:03:45.699Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2454 | 2025-09-02T23:03:45.799Z | Compiling dropshot_endpoint v0.16.3 |
| 2455 | 2025-09-02T23:03:46.236Z | Checking serde_path_to_error v0.1.17 |
| 2456 | 2025-09-02T23:03:46.599Z | Compiling derive-where v1.5.0 |
| 2457 | 2025-09-02T23:03:46.918Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2458 | 2025-09-02T23:03:47.528Z | Checking cstr-argument v0.1.2 |
| 2459 | 2025-09-02T23:03:47.696Z | Checking hostname v0.4.0 |
| 2460 | 2025-09-02T23:03:47.720Z | Checking instant v0.1.13 |
| 2461 | 2025-09-02T23:03:47.851Z | Checking pretty-hex v0.2.1 |
| 2462 | 2025-09-02T23:03:47.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2463 | 2025-09-02T23:03:47.877Z | Checking debug-ignore v1.0.5 |
| 2464 | 2025-09-02T23:03:48.047Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2465 | 2025-09-02T23:03:48.050Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2466 | 2025-09-02T23:03:48.219Z | Checking backoff v0.4.0 |
| 2467 | 2025-09-02T23:03:48.349Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2468 | 2025-09-02T23:03:48.461Z | Checking parse-display v0.10.0 |
| 2469 | 2025-09-02T23:03:48.522Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2470 | 2025-09-02T23:03:48.678Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2471 | 2025-09-02T23:03:48.695Z | Checking serde_with v3.14.0 |
| 2472 | 2025-09-02T23:03:48.728Z | Compiling zone_cfg_derive v0.1.2 |
| 2473 | 2025-09-02T23:03:48.809Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2474 | 2025-09-02T23:03:48.847Z | Checking tokio-tungstenite v0.21.0 |
| 2475 | 2025-09-02T23:03:49.523Z | Checking slog-stdlog v4.1.1 |
| 2476 | 2025-09-02T23:03:49.574Z | Checking iddqd v0.3.9 |
| 2477 | 2025-09-02T23:03:49.677Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2478 | 2025-09-02T23:03:49.708Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2479 | 2025-09-02T23:03:50.037Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2480 | 2025-09-02T23:03:50.070Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2481 | 2025-09-02T23:03:50.240Z | Checking progenitor-client v0.10.0 |
| 2482 | 2025-09-02T23:03:50.360Z | Checking colored v2.2.0 |
| 2483 | 2025-09-02T23:03:50.666Z | Checking macaddr v1.0.1 |
| 2484 | 2025-09-02T23:03:50.768Z | Checking number_prefix v0.4.0 |
| 2485 | 2025-09-02T23:03:50.995Z | Checking base64 v0.13.1 |
| 2486 | 2025-09-02T23:03:51.026Z | Checking unicode-width v0.1.14 |
| 2487 | 2025-09-02T23:03:51.137Z | Checking base64 v0.21.7 |
| 2488 | 2025-09-02T23:03:51.161Z | Checking indicatif v0.17.11 |
| 2489 | 2025-09-02T23:03:51.213Z | Compiling typify-macro v0.3.0 |
| 2490 | 2025-09-02T23:03:51.395Z | Compiling typify-macro v0.2.0 |
| 2491 | 2025-09-02T23:03:51.434Z | Checking ron v0.7.1 |
| 2492 | 2025-09-02T23:03:51.564Z | Checking tabwriter v1.4.0 |
| 2493 | 2025-09-02T23:03:51.634Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2494 | 2025-09-02T23:03:51.823Z | Checking zone v0.1.8 |
| 2495 | 2025-09-02T23:03:51.961Z | Checking slog-envlogger v2.2.0 |
| 2496 | 2025-09-02T23:03:52.125Z | Checking xz2 v0.1.7 |
| 2497 | 2025-09-02T23:03:53.229Z | Checking toml v0.8.23 |
| 2498 | 2025-09-02T23:03:53.232Z | Checking tokio-dtrace v0.1.0 |
| 2499 | 2025-09-02T23:03:53.232Z | Checking xattr v1.3.1 |
| 2500 | 2025-09-02T23:03:53.232Z | Checking yasna v0.5.2 |
| 2501 | 2025-09-02T23:03:53.232Z | Checking pem v3.0.5 |
| 2502 | 2025-09-02T23:03:53.232Z | Checking smf v0.2.3 |
| 2503 | 2025-09-02T23:03:53.233Z | Checking headers-core v0.3.0 |
| 2504 | 2025-09-02T23:03:53.233Z | Checking filetime v0.2.25 |
| 2505 | 2025-09-02T23:03:53.233Z | Checking same-file v1.0.6 |
| 2506 | 2025-09-02T23:03:53.233Z | Checking headers v0.4.1 |
| 2507 | 2025-09-02T23:03:53.246Z | Checking oxide-tokio-rt v0.1.2 |
| 2508 | 2025-09-02T23:03:53.267Z | Checking tar v0.4.44 |
| 2509 | 2025-09-02T23:03:53.324Z | Checking walkdir v2.5.0 |
| 2510 | 2025-09-02T23:03:53.376Z | Checking rcgen v0.12.1 |
| 2511 | 2025-09-02T23:03:53.468Z | Checking camino-tempfile v1.4.1 |
| 2512 | 2025-09-02T23:03:53.619Z | Checking atomicwrites v0.4.4 |
| 2513 | 2025-09-02T23:03:53.761Z | Checking subprocess v0.2.9 |
| 2514 | 2025-09-02T23:03:54.900Z | Compiling typify v0.2.0 |
| 2515 | 2025-09-02T23:03:54.928Z | Compiling typify v0.3.0 |
| 2516 | 2025-09-02T23:03:55.006Z | Compiling progenitor-impl v0.8.0 |
| 2517 | 2025-09-02T23:03:55.039Z | Compiling progenitor-impl v0.9.1 |
| 2518 | 2025-09-02T23:03:57.814Z | Compiling progenitor-macro v0.9.1 |
| 2519 | 2025-09-02T23:03:57.916Z | Compiling progenitor-macro v0.8.0 |
| 2520 | 2025-09-02T23:04:02.606Z | Checking progenitor v0.9.1 |
| 2521 | 2025-09-02T23:04:02.758Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2522 | 2025-09-02T23:04:02.881Z | Checking progenitor v0.8.0 |
| 2523 | 2025-09-02T23:04:03.026Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2524 | 2025-09-02T23:04:05.464Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2525 | 2025-09-02T23:04:05.547Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2526 | 2025-09-02T23:04:11.848Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2527 | 2025-09-02T23:04:13.459Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2528 | 2025-09-02T23:04:14.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.64s |
| 2529 | 2025-09-02T23:04:15.021Z | |
| 2530 | 2025-09-02T23:04:15.021Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227) |
| 2531 | 2025-09-02T23:04:15.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2025-09-02T23:04:15.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2025-09-02T23:04:15.833Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2534 | 2025-09-02T23:04:17.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
| 2535 | 2025-09-02T23:04:17.580Z | |
| 2536 | 2025-09-02T23:04:17.580Z | info: running `cargo check --bins` on nexus-config (52/227) |
| 2537 | 2025-09-02T23:04:18.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2025-09-02T23:04:18.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2025-09-02T23:04:18.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2025-09-02T23:04:18.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2541 | 2025-09-02T23:04:18.346Z | |
| 2542 | 2025-09-02T23:04:18.346Z | info: running `cargo check --bins` on omicron-rpaths (53/227) |
| 2543 | 2025-09-02T23:04:18.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2025-09-02T23:04:18.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2025-09-02T23:04:18.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2025-09-02T23:04:18.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2547 | 2025-09-02T23:04:19.074Z | |
| 2548 | 2025-09-02T23:04:19.074Z | info: running `cargo check --bins` on omicron-certificates (54/227) |
| 2549 | 2025-09-02T23:04:19.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2025-09-02T23:04:19.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2025-09-02T23:04:19.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2025-09-02T23:04:19.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2553 | 2025-09-02T23:04:19.841Z | |
| 2554 | 2025-09-02T23:04:19.841Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/227) |
| 2555 | 2025-09-02T23:04:20.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2025-09-02T23:04:20.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2025-09-02T23:04:20.714Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2558 | 2025-09-02T23:04:20.718Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2559 | 2025-09-02T23:04:20.857Z | Compiling darling_core v0.21.0 |
| 2560 | 2025-09-02T23:04:20.867Z | Compiling tempfile v3.20.0 |
| 2561 | 2025-09-02T23:04:20.880Z | Compiling wait-timeout v0.2.0 |
| 2562 | 2025-09-02T23:04:20.880Z | Compiling match_cfg v0.1.0 |
| 2563 | 2025-09-02T23:04:20.884Z | Compiling bit-vec v0.8.0 |
| 2564 | 2025-09-02T23:04:20.884Z | Compiling quick-error v1.2.3 |
| 2565 | 2025-09-02T23:04:21.000Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2566 | 2025-09-02T23:04:21.062Z | Compiling hostname v0.3.1 |
| 2567 | 2025-09-02T23:04:21.099Z | Compiling rustls v0.22.4 |
| 2568 | 2025-09-02T23:04:21.284Z | Compiling rusty-fork v0.3.0 |
| 2569 | 2025-09-02T23:04:21.315Z | Compiling progenitor-client v0.9.1 |
| 2570 | 2025-09-02T23:04:21.393Z | Compiling bit-set v0.8.0 |
| 2571 | 2025-09-02T23:04:21.424Z | Compiling toml_parser v1.0.2 |
| 2572 | 2025-09-02T23:04:21.533Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2573 | 2025-09-02T23:04:21.582Z | Compiling slog-json v2.6.1 |
| 2574 | 2025-09-02T23:04:21.702Z | Compiling rand_xorshift v0.4.0 |
| 2575 | 2025-09-02T23:04:21.837Z | Compiling itertools v0.14.0 |
| 2576 | 2025-09-02T23:04:21.905Z | Compiling toml_datetime v0.7.0 |
| 2577 | 2025-09-02T23:04:21.931Z | Compiling hex v0.4.3 |
| 2578 | 2025-09-02T23:04:21.992Z | Compiling serde_spanned v1.0.0 |
| 2579 | 2025-09-02T23:04:22.273Z | Compiling unarray v0.1.4 |
| 2580 | 2025-09-02T23:04:22.466Z | Compiling heapless v0.8.0 |
| 2581 | 2025-09-02T23:04:22.493Z | Compiling toml_writer v1.0.2 |
| 2582 | 2025-09-02T23:04:22.547Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2583 | 2025-09-02T23:04:22.734Z | Compiling proptest v1.7.0 |
| 2584 | 2025-09-02T23:04:22.873Z | Compiling toml v0.9.5 |
| 2585 | 2025-09-02T23:04:22.932Z | Compiling slog-bunyan v2.5.0 |
| 2586 | 2025-09-02T23:04:23.144Z | Compiling progenitor v0.9.1 |
| 2587 | 2025-09-02T23:04:23.333Z | Compiling async-stream v0.3.6 |
| 2588 | 2025-09-02T23:04:23.364Z | Compiling multer v3.1.0 |
| 2589 | 2025-09-02T23:04:23.621Z | Compiling ref-cast v1.0.24 |
| 2590 | 2025-09-02T23:04:23.791Z | Compiling waitgroup v0.1.2 |
| 2591 | 2025-09-02T23:04:24.029Z | Compiling rustls-pemfile v2.2.0 |
| 2592 | 2025-09-02T23:04:24.303Z | Checking hash32 v0.3.1 |
| 2593 | 2025-09-02T23:04:24.367Z | Compiling serde_path_to_error v0.1.17 |
| 2594 | 2025-09-02T23:04:24.527Z | Compiling hostname v0.4.0 |
| 2595 | 2025-09-02T23:04:24.712Z | Compiling instant v0.1.13 |
| 2596 | 2025-09-02T23:04:24.773Z | Compiling smoltcp v0.11.0 |
| 2597 | 2025-09-02T23:04:24.897Z | Compiling debug-ignore v1.0.5 |
| 2598 | 2025-09-02T23:04:25.081Z | Compiling backoff v0.4.0 |
| 2599 | 2025-09-02T23:04:25.434Z | Compiling tokio-rustls v0.25.0 |
| 2600 | 2025-09-02T23:04:25.485Z | Compiling iddqd v0.3.9 |
| 2601 | 2025-09-02T23:04:25.881Z | Compiling dropshot v0.16.3 |
| 2602 | 2025-09-02T23:04:25.962Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2603 | 2025-09-02T23:04:26.011Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2604 | 2025-09-02T23:04:26.204Z | Compiling parse-display v0.10.0 |
| 2605 | 2025-09-02T23:04:26.841Z | Compiling serde_with v3.14.0 |
| 2606 | 2025-09-02T23:04:26.989Z | Compiling darling_macro v0.21.0 |
| 2607 | 2025-09-02T23:04:27.950Z | Compiling darling v0.21.0 |
| 2608 | 2025-09-02T23:04:28.099Z | Compiling ingot-macros v0.1.1 |
| 2609 | 2025-09-02T23:04:28.191Z | Checking num-rational v0.4.2 |
| 2610 | 2025-09-02T23:04:28.854Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2611 | 2025-09-02T23:04:29.444Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2612 | 2025-09-02T23:04:29.763Z | Compiling progenitor-client v0.10.0 |
| 2613 | 2025-09-02T23:04:30.002Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2614 | 2025-09-02T23:04:30.295Z | Checking num-complex v0.4.6 |
| 2615 | 2025-09-02T23:04:31.682Z | Compiling macaddr v1.0.1 |
| 2616 | 2025-09-02T23:04:32.118Z | Checking cobs v0.2.3 |
| 2617 | 2025-09-02T23:04:32.141Z | Compiling num v0.4.3 |
| 2618 | 2025-09-02T23:04:32.343Z | Checking postcard v1.0.10 |
| 2619 | 2025-09-02T23:04:32.458Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2620 | 2025-09-02T23:04:32.912Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2621 | 2025-09-02T23:04:32.935Z | Compiling float-ord v0.3.2 |
| 2622 | 2025-09-02T23:04:33.136Z | Compiling convert_case v0.4.0 |
| 2623 | 2025-09-02T23:04:33.297Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2624 | 2025-09-02T23:04:33.353Z | Compiling toml v0.8.23 |
| 2625 | 2025-09-02T23:04:33.964Z | Compiling derive_more v0.99.20 |
| 2626 | 2025-09-02T23:04:34.794Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2627 | 2025-09-02T23:04:34.997Z | Checking linked-hash-map v0.5.6 |
| 2628 | 2025-09-02T23:04:35.083Z | Checking ingot-types v0.1.2 |
| 2629 | 2025-09-02T23:04:35.173Z | Checking siphasher v1.0.1 |
| 2630 | 2025-09-02T23:04:35.318Z | Compiling crucible-workspace-hack v0.1.0 |
| 2631 | 2025-09-02T23:04:35.537Z | Checking phf_shared v0.12.1 |
| 2632 | 2025-09-02T23:04:35.657Z | Checking lru-cache v0.1.2 |
| 2633 | 2025-09-02T23:04:35.686Z | Checking resolv-conf v0.7.0 |
| 2634 | 2025-09-02T23:04:35.803Z | Checking newline-converter v0.3.0 |
| 2635 | 2025-09-02T23:04:35.828Z | Checking ingot v0.1.1 |
| 2636 | 2025-09-02T23:04:35.862Z | Checking hickory-proto v0.24.4 |
| 2637 | 2025-09-02T23:04:36.066Z | Checking prettyplease v0.2.36 |
| 2638 | 2025-09-02T23:04:36.654Z | Compiling slog-dtrace v0.3.0 |
| 2639 | 2025-09-02T23:04:37.017Z | Compiling chrono-tz v0.10.4 |
| 2640 | 2025-09-02T23:04:37.250Z | Compiling zone_cfg_derive v0.3.0 |
| 2641 | 2025-09-02T23:04:37.392Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2642 | 2025-09-02T23:04:38.526Z | Checking expectorate v1.2.0 |
| 2643 | 2025-09-02T23:04:38.580Z | Checking phf v0.12.1 |
| 2644 | 2025-09-02T23:04:38.760Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2645 | 2025-09-02T23:04:38.818Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2646 | 2025-09-02T23:04:38.847Z | Compiling const_format_proc_macros v0.2.34 |
| 2647 | 2025-09-02T23:04:39.167Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2648 | 2025-09-02T23:04:39.300Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2649 | 2025-09-02T23:04:39.837Z | Compiling num-derive v0.4.2 |
| 2650 | 2025-09-02T23:04:40.041Z | Checking hickory-resolver v0.24.4 |
| 2651 | 2025-09-02T23:04:40.208Z | Checking highway v1.3.0 |
| 2652 | 2025-09-02T23:04:40.377Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2653 | 2025-09-02T23:04:40.692Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2654 | 2025-09-02T23:04:40.713Z | Checking const_format v0.2.34 |
| 2655 | 2025-09-02T23:04:40.766Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2656 | 2025-09-02T23:04:41.204Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2657 | 2025-09-02T23:04:41.678Z | Checking qorb v0.4.1 |
| 2658 | 2025-09-02T23:04:41.717Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2659 | 2025-09-02T23:04:42.070Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2660 | 2025-09-02T23:04:42.183Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2661 | 2025-09-02T23:04:42.362Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2662 | 2025-09-02T23:04:42.529Z | Checking zone v0.3.1 |
| 2663 | 2025-09-02T23:04:43.065Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2664 | 2025-09-02T23:04:43.271Z | Checking gethostname v0.5.0 |
| 2665 | 2025-09-02T23:04:43.295Z | Checking bcs v0.1.6 |
| 2666 | 2025-09-02T23:04:43.317Z | Checking nanorand v0.7.0 |
| 2667 | 2025-09-02T23:04:43.421Z | Compiling async-recursion v1.1.1 |
| 2668 | 2025-09-02T23:04:43.538Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2669 | 2025-09-02T23:04:43.704Z | Checking termtree v0.5.1 |
| 2670 | 2025-09-02T23:04:43.741Z | Checking flume v0.11.1 |
| 2671 | 2025-09-02T23:04:43.945Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2672 | 2025-09-02T23:04:48.946Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2673 | 2025-09-02T23:04:52.562Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2674 | 2025-09-02T23:04:55.158Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2675 | 2025-09-02T23:04:56.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.64s |
| 2676 | 2025-09-02T23:04:56.703Z | |
| 2677 | 2025-09-02T23:04:56.703Z | info: running `cargo check --bins` on clickhouse-admin-api (56/227) |
| 2678 | 2025-09-02T23:04:57.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2679 | 2025-09-02T23:04:57.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2680 | 2025-09-02T23:04:57.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2681 | 2025-09-02T23:04:57.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2682 | 2025-09-02T23:04:57.498Z | |
| 2683 | 2025-09-02T23:04:57.498Z | info: running `cargo check --bins` on clickhouse-admin-types (57/227) |
| 2684 | 2025-09-02T23:04:58.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2685 | 2025-09-02T23:04:58.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2686 | 2025-09-02T23:04:58.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2687 | 2025-09-02T23:04:58.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2688 | 2025-09-02T23:04:58.269Z | |
| 2689 | 2025-09-02T23:04:58.269Z | info: running `cargo check --bins` on openapi-manager-types (58/227) |
| 2690 | 2025-09-02T23:04:58.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2691 | 2025-09-02T23:04:58.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2692 | 2025-09-02T23:04:58.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2693 | 2025-09-02T23:04:58.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2694 | 2025-09-02T23:04:59.000Z | |
| 2695 | 2025-09-02T23:04:59.000Z | info: running `cargo check --bins --no-default-features` on oximeter-db (59/227) |
| 2696 | 2025-09-02T23:04:59.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2697 | 2025-09-02T23:04:59.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2698 | 2025-09-02T23:04:59.792Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2699 | 2025-09-02T23:05:00.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 2700 | 2025-09-02T23:05:00.680Z | |
| 2701 | 2025-09-02T23:05:00.680Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (60/227) |
| 2702 | 2025-09-02T23:05:01.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2703 | 2025-09-02T23:05:01.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2704 | 2025-09-02T23:05:01.498Z | Compiling cfg_aliases v0.1.1 |
| 2705 | 2025-09-02T23:05:01.498Z | Compiling convert_case v0.7.1 |
| 2706 | 2025-09-02T23:05:01.501Z | Compiling vte_generate_state_changes v0.1.2 |
| 2707 | 2025-09-02T23:05:01.631Z | Checking fd-lock v4.0.2 |
| 2708 | 2025-09-02T23:05:01.643Z | Checking nibble_vec v0.1.0 |
| 2709 | 2025-09-02T23:05:01.668Z | Checking endian-type v0.1.2 |
| 2710 | 2025-09-02T23:05:01.671Z | Checking bytecount v0.6.8 |
| 2711 | 2025-09-02T23:05:01.671Z | Compiling tabled_derive v0.7.0 |
| 2712 | 2025-09-02T23:05:01.719Z | Compiling nix v0.28.0 |
| 2713 | 2025-09-02T23:05:01.825Z | Checking papergrid v0.11.0 |
| 2714 | 2025-09-02T23:05:01.846Z | Compiling peg-macros v0.8.5 |
| 2715 | 2025-09-02T23:05:01.864Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2716 | 2025-09-02T23:05:01.896Z | Checking radix_trie v0.2.1 |
| 2717 | 2025-09-02T23:05:02.231Z | Checking vte v0.11.1 |
| 2718 | 2025-09-02T23:05:02.314Z | Compiling sqlparser_derive v0.2.2 |
| 2719 | 2025-09-02T23:05:02.349Z | Compiling derive_more-impl v2.0.1 |
| 2720 | 2025-09-02T23:05:02.841Z | Checking home v0.5.9 |
| 2721 | 2025-09-02T23:05:03.012Z | Checking nu-ansi-term v0.50.1 |
| 2722 | 2025-09-02T23:05:03.224Z | Checking unicode_categories v0.1.1 |
| 2723 | 2025-09-02T23:05:03.337Z | Checking sqlparser v0.45.0 |
| 2724 | 2025-09-02T23:05:03.461Z | Checking display-error-chain v0.2.2 |
| 2725 | 2025-09-02T23:05:03.522Z | Checking sqlformat v0.3.5 |
| 2726 | 2025-09-02T23:05:03.651Z | Checking strip-ansi-escapes v0.2.0 |
| 2727 | 2025-09-02T23:05:03.796Z | Checking tabled v0.15.0 |
| 2728 | 2025-09-02T23:05:03.824Z | Checking reedline v0.40.0 |
| 2729 | 2025-09-02T23:05:04.132Z | Checking derive_more v2.0.1 |
| 2730 | 2025-09-02T23:05:04.252Z | Checking crossterm v0.29.0 |
| 2731 | 2025-09-02T23:05:04.584Z | Checking peg v0.8.5 |
| 2732 | 2025-09-02T23:05:04.897Z | Checking rustyline v14.0.0 |
| 2733 | 2025-09-02T23:05:13.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.94s |
| 2734 | 2025-09-02T23:05:13.836Z | |
| 2735 | 2025-09-02T23:05:13.836Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (61/227) |
| 2736 | 2025-09-02T23:05:14.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2025-09-02T23:05:14.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2025-09-02T23:05:14.646Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2739 | 2025-09-02T23:05:19.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
| 2740 | 2025-09-02T23:05:20.076Z | |
| 2741 | 2025-09-02T23:05:20.076Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (62/227) |
| 2742 | 2025-09-02T23:05:20.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2743 | 2025-09-02T23:05:20.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2744 | 2025-09-02T23:05:20.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2745 | 2025-09-02T23:05:24.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 2746 | 2025-09-02T23:05:24.754Z | |
| 2747 | 2025-09-02T23:05:24.754Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (63/227) |
| 2748 | 2025-09-02T23:05:25.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2025-09-02T23:05:25.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2025-09-02T23:05:25.561Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2751 | 2025-09-02T23:05:30.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
| 2752 | 2025-09-02T23:05:30.676Z | |
| 2753 | 2025-09-02T23:05:30.676Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (64/227) |
| 2754 | 2025-09-02T23:05:31.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2025-09-02T23:05:31.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2025-09-02T23:05:31.495Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2757 | 2025-09-02T23:05:36.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
| 2758 | 2025-09-02T23:05:36.745Z | |
| 2759 | 2025-09-02T23:05:36.745Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (65/227) |
| 2760 | 2025-09-02T23:05:37.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2025-09-02T23:05:37.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2025-09-02T23:05:37.553Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2763 | 2025-09-02T23:05:41.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
| 2764 | 2025-09-02T23:05:41.609Z | |
| 2765 | 2025-09-02T23:05:41.609Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (66/227) |
| 2766 | 2025-09-02T23:05:42.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2025-09-02T23:05:42.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2025-09-02T23:05:42.420Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2769 | 2025-09-02T23:05:46.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
| 2770 | 2025-09-02T23:05:46.505Z | |
| 2771 | 2025-09-02T23:05:46.505Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (67/227) |
| 2772 | 2025-09-02T23:05:47.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2025-09-02T23:05:47.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2025-09-02T23:05:47.318Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2775 | 2025-09-02T23:05:52.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s |
| 2776 | 2025-09-02T23:05:52.677Z | |
| 2777 | 2025-09-02T23:05:52.677Z | info: running `cargo check --bins` on oximeter (68/227) |
| 2778 | 2025-09-02T23:05:53.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2025-09-02T23:05:53.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2025-09-02T23:05:53.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2781 | 2025-09-02T23:05:53.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2782 | 2025-09-02T23:05:53.445Z | |
| 2783 | 2025-09-02T23:05:53.445Z | info: running `cargo check --bins` on oximeter-macro-impl (69/227) |
| 2784 | 2025-09-02T23:05:54.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2785 | 2025-09-02T23:05:54.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2786 | 2025-09-02T23:05:54.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2787 | 2025-09-02T23:05:54.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2788 | 2025-09-02T23:05:54.172Z | |
| 2789 | 2025-09-02T23:05:54.172Z | info: running `cargo check --bins` on oximeter-schema (70/227) |
| 2790 | 2025-09-02T23:05:54.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2025-09-02T23:05:54.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2025-09-02T23:05:54.944Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2793 | 2025-09-02T23:05:56.936Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2794 | 2025-09-02T23:05:57.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
| 2795 | 2025-09-02T23:05:58.141Z | |
| 2796 | 2025-09-02T23:05:58.141Z | info: running `cargo check --bins` on oximeter-types (71/227) |
| 2797 | 2025-09-02T23:05:58.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2025-09-02T23:05:58.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2025-09-02T23:05:58.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2025-09-02T23:05:58.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2801 | 2025-09-02T23:05:58.909Z | |
| 2802 | 2025-09-02T23:05:58.909Z | info: running `cargo check --bins` on oximeter-timeseries-macro (72/227) |
| 2803 | 2025-09-02T23:05:59.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2025-09-02T23:05:59.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2025-09-02T23:05:59.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2025-09-02T23:05:59.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2807 | 2025-09-02T23:05:59.678Z | |
| 2808 | 2025-09-02T23:05:59.678Z | info: running `cargo check --bins` on oxql-types (73/227) |
| 2809 | 2025-09-02T23:06:00.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2025-09-02T23:06:00.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2025-09-02T23:06:00.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2025-09-02T23:06:00.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2813 | 2025-09-02T23:06:00.448Z | |
| 2814 | 2025-09-02T23:06:00.448Z | info: running `cargo check --bins` on oximeter-test-utils (74/227) |
| 2815 | 2025-09-02T23:06:01.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2025-09-02T23:06:01.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2025-09-02T23:06:01.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2025-09-02T23:06:01.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2819 | 2025-09-02T23:06:01.260Z | |
| 2820 | 2025-09-02T23:06:01.260Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (75/227) |
| 2821 | 2025-09-02T23:06:01.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2025-09-02T23:06:01.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2025-09-02T23:06:01.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2025-09-02T23:06:01.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2825 | 2025-09-02T23:06:02.039Z | |
| 2826 | 2025-09-02T23:06:02.039Z | info: running `cargo check --bins` on bootstrap-agent-client (76/227) |
| 2827 | 2025-09-02T23:06:02.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2025-09-02T23:06:02.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2025-09-02T23:06:02.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2025-09-02T23:06:02.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2831 | 2025-09-02T23:06:02.832Z | |
| 2832 | 2025-09-02T23:06:02.832Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (77/227) |
| 2833 | 2025-09-02T23:06:03.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2025-09-02T23:06:03.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2025-09-02T23:06:03.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2025-09-02T23:06:03.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2837 | 2025-09-02T23:06:03.608Z | |
| 2838 | 2025-09-02T23:06:03.608Z | info: running `cargo check --bins` on clickhouse-admin-server-client (78/227) |
| 2839 | 2025-09-02T23:06:04.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2025-09-02T23:06:04.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2025-09-02T23:06:04.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2025-09-02T23:06:04.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2843 | 2025-09-02T23:06:04.381Z | |
| 2844 | 2025-09-02T23:06:04.381Z | info: running `cargo check --bins` on clickhouse-admin-single-client (79/227) |
| 2845 | 2025-09-02T23:06:05.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2025-09-02T23:06:05.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2025-09-02T23:06:05.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2025-09-02T23:06:05.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2849 | 2025-09-02T23:06:05.168Z | |
| 2850 | 2025-09-02T23:06:05.168Z | info: running `cargo check --bins` on cockroach-admin-client (80/227) |
| 2851 | 2025-09-02T23:06:05.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2025-09-02T23:06:05.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2025-09-02T23:06:05.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2025-09-02T23:06:05.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2855 | 2025-09-02T23:06:05.920Z | |
| 2856 | 2025-09-02T23:06:05.921Z | info: running `cargo check --bins` on omicron-ddm-admin-client (81/227) |
| 2857 | 2025-09-02T23:06:06.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2025-09-02T23:06:06.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2025-09-02T23:06:06.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2025-09-02T23:06:06.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2861 | 2025-09-02T23:06:06.723Z | |
| 2862 | 2025-09-02T23:06:06.723Z | info: running `cargo check --bins` on dns-service-client (82/227) |
| 2863 | 2025-09-02T23:06:07.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2025-09-02T23:06:07.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2025-09-02T23:06:07.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2025-09-02T23:06:07.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2867 | 2025-09-02T23:06:07.475Z | |
| 2868 | 2025-09-02T23:06:07.476Z | info: running `cargo check --bins` on internal-dns-types (83/227) |
| 2869 | 2025-09-02T23:06:08.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2025-09-02T23:06:08.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2025-09-02T23:06:08.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2025-09-02T23:06:08.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2873 | 2025-09-02T23:06:08.234Z | |
| 2874 | 2025-09-02T23:06:08.234Z | info: running `cargo check --bins` on gateway-client (84/227) |
| 2875 | 2025-09-02T23:06:08.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2025-09-02T23:06:08.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2025-09-02T23:06:08.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2025-09-02T23:06:08.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2879 | 2025-09-02T23:06:09.011Z | |
| 2880 | 2025-09-02T23:06:09.011Z | info: running `cargo check --bins` on ereport-types (85/227) |
| 2881 | 2025-09-02T23:06:09.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2025-09-02T23:06:09.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2025-09-02T23:06:09.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2025-09-02T23:06:09.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2885 | 2025-09-02T23:06:09.773Z | |
| 2886 | 2025-09-02T23:06:09.773Z | info: running `cargo check --bins` on gateway-types (86/227) |
| 2887 | 2025-09-02T23:06:10.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2025-09-02T23:06:10.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2025-09-02T23:06:10.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2025-09-02T23:06:10.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2891 | 2025-09-02T23:06:10.555Z | |
| 2892 | 2025-09-02T23:06:10.555Z | info: running `cargo check --bins` on installinator-client (87/227) |
| 2893 | 2025-09-02T23:06:11.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2025-09-02T23:06:11.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2025-09-02T23:06:11.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2025-09-02T23:06:11.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2897 | 2025-09-02T23:06:11.352Z | |
| 2898 | 2025-09-02T23:06:11.352Z | info: running `cargo check --bins` on installinator-common (88/227) |
| 2899 | 2025-09-02T23:06:12.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2025-09-02T23:06:12.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2025-09-02T23:06:12.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2025-09-02T23:06:12.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2903 | 2025-09-02T23:06:12.161Z | |
| 2904 | 2025-09-02T23:06:12.161Z | info: running `cargo check --bins` on update-engine (89/227) |
| 2905 | 2025-09-02T23:06:12.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2025-09-02T23:06:12.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2025-09-02T23:06:12.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2025-09-02T23:06:12.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2909 | 2025-09-02T23:06:12.915Z | |
| 2910 | 2025-09-02T23:06:12.915Z | info: running `cargo check --bins` on nexus-client (90/227) |
| 2911 | 2025-09-02T23:06:13.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2025-09-02T23:06:13.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2025-09-02T23:06:13.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2025-09-02T23:06:13.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2915 | 2025-09-02T23:06:13.737Z | |
| 2916 | 2025-09-02T23:06:13.737Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/227) |
| 2917 | 2025-09-02T23:06:14.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2025-09-02T23:06:14.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2025-09-02T23:06:14.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2025-09-02T23:06:14.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2921 | 2025-09-02T23:06:14.525Z | |
| 2922 | 2025-09-02T23:06:14.525Z | info: running `cargo check --bins` on omicron-passwords (92/227) |
| 2923 | 2025-09-02T23:06:15.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2025-09-02T23:06:15.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2025-09-02T23:06:15.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2025-09-02T23:06:15.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2927 | 2025-09-02T23:06:15.276Z | |
| 2928 | 2025-09-02T23:06:15.276Z | info: running `cargo check --bins` on nexus-types (93/227) |
| 2929 | 2025-09-02T23:06:16.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2025-09-02T23:06:16.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2025-09-02T23:06:16.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2025-09-02T23:06:16.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2933 | 2025-09-02T23:06:16.111Z | |
| 2934 | 2025-09-02T23:06:16.111Z | info: running `cargo check --bins` on cockroach-admin-types (94/227) |
| 2935 | 2025-09-02T23:06:16.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2025-09-02T23:06:16.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2025-09-02T23:06:16.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2938 | 2025-09-02T23:06:16.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2939 | 2025-09-02T23:06:16.896Z | |
| 2940 | 2025-09-02T23:06:16.896Z | info: running `cargo check --bins` on ntp-admin-client (95/227) |
| 2941 | 2025-09-02T23:06:17.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2025-09-02T23:06:17.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2025-09-02T23:06:17.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2944 | 2025-09-02T23:06:17.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2945 | 2025-09-02T23:06:17.667Z | |
| 2946 | 2025-09-02T23:06:17.667Z | info: running `cargo check --bins` on oxide-client (96/227) |
| 2947 | 2025-09-02T23:06:18.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2025-09-02T23:06:18.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2025-09-02T23:06:18.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2950 | 2025-09-02T23:06:18.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2951 | 2025-09-02T23:06:18.459Z | |
| 2952 | 2025-09-02T23:06:18.460Z | info: running `cargo check --bins` on oximeter-client (97/227) |
| 2953 | 2025-09-02T23:06:19.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2025-09-02T23:06:19.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2025-09-02T23:06:19.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2956 | 2025-09-02T23:06:19.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2957 | 2025-09-02T23:06:19.214Z | |
| 2958 | 2025-09-02T23:06:19.214Z | info: running `cargo check --bins` on repo-depot-client (98/227) |
| 2959 | 2025-09-02T23:06:19.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2025-09-02T23:06:19.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2025-09-02T23:06:19.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2962 | 2025-09-02T23:06:19.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2963 | 2025-09-02T23:06:19.987Z | |
| 2964 | 2025-09-02T23:06:19.987Z | info: running `cargo check --bins` on sled-agent-client (99/227) |
| 2965 | 2025-09-02T23:06:20.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2025-09-02T23:06:20.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2025-09-02T23:06:20.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2968 | 2025-09-02T23:06:20.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2969 | 2025-09-02T23:06:20.799Z | |
| 2970 | 2025-09-02T23:06:20.799Z | info: running `cargo check --bins` on sled-agent-types (100/227) |
| 2971 | 2025-09-02T23:06:21.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2025-09-02T23:06:21.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2025-09-02T23:06:21.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2974 | 2025-09-02T23:06:21.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2975 | 2025-09-02T23:06:21.628Z | |
| 2976 | 2025-09-02T23:06:21.628Z | info: running `cargo check --bins` on wicketd-client (101/227) |
| 2977 | 2025-09-02T23:06:22.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2025-09-02T23:06:22.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2025-09-02T23:06:22.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2980 | 2025-09-02T23:06:22.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2981 | 2025-09-02T23:06:22.469Z | |
| 2982 | 2025-09-02T23:06:22.469Z | info: running `cargo check --bins` on wicket-common (102/227) |
| 2983 | 2025-09-02T23:06:23.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2025-09-02T23:06:23.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2025-09-02T23:06:23.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2986 | 2025-09-02T23:06:23.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2987 | 2025-09-02T23:06:23.296Z | |
| 2988 | 2025-09-02T23:06:23.296Z | info: running `cargo check --bins` on omicron-cockroach-admin (103/227) |
| 2989 | 2025-09-02T23:06:24.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2025-09-02T23:06:24.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2025-09-02T23:06:24.134Z | Checking csv-core v0.1.11 |
| 2992 | 2025-09-02T23:06:24.134Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2993 | 2025-09-02T23:06:24.138Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2994 | 2025-09-02T23:06:24.138Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2995 | 2025-09-02T23:06:24.257Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2996 | 2025-09-02T23:06:24.477Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2997 | 2025-09-02T23:06:24.499Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2998 | 2025-09-02T23:06:24.539Z | Checking csv v1.3.1 |
| 2999 | 2025-09-02T23:06:25.078Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3000 | 2025-09-02T23:06:25.567Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3001 | 2025-09-02T23:06:27.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 3002 | 2025-09-02T23:06:27.926Z | |
| 3003 | 2025-09-02T23:06:27.926Z | info: running `cargo check --bins` on cockroach-admin-api (104/227) |
| 3004 | 2025-09-02T23:06:28.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2025-09-02T23:06:28.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2025-09-02T23:06:28.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2025-09-02T23:06:28.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3008 | 2025-09-02T23:06:28.694Z | |
| 3009 | 2025-09-02T23:06:28.694Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227) |
| 3010 | 2025-09-02T23:06:29.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2025-09-02T23:06:29.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2025-09-02T23:06:29.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2025-09-02T23:06:29.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3014 | 2025-09-02T23:06:29.597Z | |
| 3015 | 2025-09-02T23:06:29.597Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227) |
| 3016 | 2025-09-02T23:06:30.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2025-09-02T23:06:30.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2025-09-02T23:06:30.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3019 | 2025-09-02T23:06:30.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3020 | 2025-09-02T23:06:30.492Z | |
| 3021 | 2025-09-02T23:06:30.492Z | info: running `cargo check --bins` on dns-server (107/227) |
| 3022 | 2025-09-02T23:06:31.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2025-09-02T23:06:31.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2025-09-02T23:06:31.295Z | Compiling typify-impl v0.4.1 |
| 3025 | 2025-09-02T23:06:31.420Z | Compiling parking_lot_core v0.8.6 |
| 3026 | 2025-09-02T23:06:31.423Z | Compiling moka v0.12.10 |
| 3027 | 2025-09-02T23:06:31.444Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3028 | 2025-09-02T23:06:31.458Z | Checking tagptr v0.2.0 |
| 3029 | 2025-09-02T23:06:31.489Z | Checking prefix-trie v0.7.0 |
| 3030 | 2025-09-02T23:06:31.492Z | Checking fxhash v0.2.1 |
| 3031 | 2025-09-02T23:06:31.699Z | Checking hickory-client v0.25.2 |
| 3032 | 2025-09-02T23:06:32.136Z | Checking parking_lot v0.11.2 |
| 3033 | 2025-09-02T23:06:32.140Z | Checking hickory-server v0.25.2 |
| 3034 | 2025-09-02T23:06:32.539Z | Checking sled v0.34.7 |
| 3035 | 2025-09-02T23:06:32.657Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3036 | 2025-09-02T23:06:32.998Z | Checking hickory-resolver v0.25.2 |
| 3037 | 2025-09-02T23:06:36.024Z | Compiling typify-macro v0.4.1 |
| 3038 | 2025-09-02T23:06:37.756Z | Compiling typify v0.4.1 |
| 3039 | 2025-09-02T23:06:37.849Z | Compiling progenitor-impl v0.10.0 |
| 3040 | 2025-09-02T23:06:40.252Z | Compiling progenitor-macro v0.10.0 |
| 3041 | 2025-09-02T23:06:44.218Z | Checking progenitor v0.10.0 |
| 3042 | 2025-09-02T23:06:44.361Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3043 | 2025-09-02T23:06:44.864Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3044 | 2025-09-02T23:06:46.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.79s |
| 3045 | 2025-09-02T23:06:46.499Z | |
| 3046 | 2025-09-02T23:06:46.499Z | info: running `cargo check --bins` on dns-server-api (108/227) |
| 3047 | 2025-09-02T23:06:47.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2025-09-02T23:06:47.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2025-09-02T23:06:47.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2025-09-02T23:06:47.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3051 | 2025-09-02T23:06:47.295Z | |
| 3052 | 2025-09-02T23:06:47.295Z | info: running `cargo check --bins` on gateway-test-utils (109/227) |
| 3053 | 2025-09-02T23:06:48.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2025-09-02T23:06:48.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2025-09-02T23:06:48.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2025-09-02T23:06:48.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3057 | 2025-09-02T23:06:48.161Z | |
| 3058 | 2025-09-02T23:06:48.161Z | info: running `cargo check --bins` on omicron-gateway (110/227) |
| 3059 | 2025-09-02T23:06:48.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2025-09-02T23:06:48.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2025-09-02T23:06:49.073Z | Compiling semver v0.1.20 |
| 3062 | 2025-09-02T23:06:49.074Z | Compiling radium v0.7.0 |
| 3063 | 2025-09-02T23:06:49.218Z | Compiling zerocopy-derive v0.6.6 |
| 3064 | 2025-09-02T23:06:49.221Z | Checking tap v1.0.1 |
| 3065 | 2025-09-02T23:06:49.221Z | Compiling maybe-uninit v2.0.0 |
| 3066 | 2025-09-02T23:06:49.221Z | Checking password-hash v0.5.0 |
| 3067 | 2025-09-02T23:06:49.221Z | Checking blake2 v0.10.6 |
| 3068 | 2025-09-02T23:06:49.221Z | Compiling pin-project-internal v1.1.6 |
| 3069 | 2025-09-02T23:06:49.517Z | Compiling rustc_version v0.1.7 |
| 3070 | 2025-09-02T23:06:49.695Z | Checking wyz v0.5.1 |
| 3071 | 2025-09-02T23:06:49.717Z | Compiling owo-colors v4.2.2 |
| 3072 | 2025-09-02T23:06:49.738Z | Compiling cancel-safe-futures v0.1.5 |
| 3073 | 2025-09-02T23:06:49.905Z | Checking crc-catalog v2.4.0 |
| 3074 | 2025-09-02T23:06:49.926Z | Compiling newtype_derive v0.1.6 |
| 3075 | 2025-09-02T23:06:50.060Z | Compiling packed_struct v0.10.1 |
| 3076 | 2025-09-02T23:06:50.064Z | Checking funty v2.0.0 |
| 3077 | 2025-09-02T23:06:50.094Z | Checking crc v3.2.1 |
| 3078 | 2025-09-02T23:06:50.264Z | Checking argon2 v0.5.3 |
| 3079 | 2025-09-02T23:06:50.322Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3080 | 2025-09-02T23:06:50.415Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3081 | 2025-09-02T23:06:50.547Z | Compiling packed_struct_codegen v0.10.1 |
| 3082 | 2025-09-02T23:06:50.567Z | Checking libsw-core v0.3.1 |
| 3083 | 2025-09-02T23:06:50.825Z | Checking secrecy v0.10.3 |
| 3084 | 2025-09-02T23:06:50.891Z | Checking bitvec v1.0.1 |
| 3085 | 2025-09-02T23:06:50.936Z | Compiling snafu-derive v0.8.5 |
| 3086 | 2025-09-02T23:06:51.009Z | Compiling indexmap v1.9.3 |
| 3087 | 2025-09-02T23:06:51.031Z | Checking nodrop v0.1.14 |
| 3088 | 2025-09-02T23:06:51.084Z | Checking zerocopy v0.6.6 |
| 3089 | 2025-09-02T23:06:51.167Z | Checking fixedbitset v0.5.7 |
| 3090 | 2025-09-02T23:06:51.383Z | Checking indent_write v2.2.0 |
| 3091 | 2025-09-02T23:06:51.566Z | Checking petgraph v0.8.2 |
| 3092 | 2025-09-02T23:06:51.657Z | Checking array-init v0.0.4 |
| 3093 | 2025-09-02T23:06:51.824Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3094 | 2025-09-02T23:06:51.964Z | Checking pin-project v1.1.6 |
| 3095 | 2025-09-02T23:06:52.123Z | Checking libsw v3.5.0 |
| 3096 | 2025-09-02T23:06:52.380Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3097 | 2025-09-02T23:06:52.701Z | Checking smallvec v0.6.14 |
| 3098 | 2025-09-02T23:06:53.119Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3099 | 2025-09-02T23:06:53.160Z | Checking globset v0.4.15 |
| 3100 | 2025-09-02T23:06:53.185Z | Checking olpc-cjson v0.1.4 |
| 3101 | 2025-09-02T23:06:53.372Z | Checking serde_plain v1.0.2 |
| 3102 | 2025-09-02T23:06:53.414Z | Checking linear-map v1.2.0 |
| 3103 | 2025-09-02T23:06:53.641Z | Checking hashbrown v0.12.3 |
| 3104 | 2025-09-02T23:06:53.666Z | Checking unicode-linebreak v0.1.5 |
| 3105 | 2025-09-02T23:06:53.741Z | Checking smawk v0.3.2 |
| 3106 | 2025-09-02T23:06:53.889Z | Checking bitfield v0.14.0 |
| 3107 | 2025-09-02T23:06:53.959Z | Checking termcolor v1.4.1 |
| 3108 | 2025-09-02T23:06:54.096Z | Checking swrite v0.1.0 |
| 3109 | 2025-09-02T23:06:54.184Z | Checking typed-path v0.9.3 |
| 3110 | 2025-09-02T23:06:54.251Z | Checking textwrap v0.16.2 |
| 3111 | 2025-09-02T23:06:54.369Z | Checking env_logger v0.10.2 |
| 3112 | 2025-09-02T23:06:54.457Z | Checking ron v0.8.1 |
| 3113 | 2025-09-02T23:06:54.663Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3114 | 2025-09-02T23:06:54.748Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3115 | 2025-09-02T23:06:54.782Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3116 | 2025-09-02T23:06:55.235Z | Checking serde-hex v0.1.0 |
| 3117 | 2025-09-02T23:06:55.608Z | Checking snafu v0.8.5 |
| 3118 | 2025-09-02T23:06:55.665Z | Checking steno v0.4.1 |
| 3119 | 2025-09-02T23:06:56.013Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3120 | 2025-09-02T23:06:56.040Z | Checking tough v0.20.0 |
| 3121 | 2025-09-02T23:06:56.863Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3122 | 2025-09-02T23:06:56.985Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3123 | 2025-09-02T23:06:57.121Z | Checking hashbrown v0.13.2 |
| 3124 | 2025-09-02T23:06:57.589Z | Checking half v2.4.1 |
| 3125 | 2025-09-02T23:06:57.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3126 | 2025-09-02T23:06:57.811Z | Checking ciborium-io v0.2.2 |
| 3127 | 2025-09-02T23:06:57.964Z | Checking crc-any v2.5.0 |
| 3128 | 2025-09-02T23:06:58.039Z | Checking humantime v2.2.0 |
| 3129 | 2025-09-02T23:06:58.106Z | Checking ciborium-ll v0.2.2 |
| 3130 | 2025-09-02T23:06:58.160Z | Checking object v0.30.4 |
| 3131 | 2025-09-02T23:06:58.336Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3132 | 2025-09-02T23:06:58.355Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3133 | 2025-09-02T23:06:58.422Z | Checking void v1.0.2 |
| 3134 | 2025-09-02T23:06:58.598Z | Checking path-slash v0.1.5 |
| 3135 | 2025-09-02T23:06:58.618Z | Checking half v1.8.3 |
| 3136 | 2025-09-02T23:06:58.771Z | Checking lzss v0.8.2 |
| 3137 | 2025-09-02T23:06:58.792Z | Checking tungstenite v0.23.0 |
| 3138 | 2025-09-02T23:06:59.054Z | Checking serde_cbor v0.11.2 |
| 3139 | 2025-09-02T23:06:59.136Z | Checking ciborium v0.2.2 |
| 3140 | 2025-09-02T23:06:59.158Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3141 | 2025-09-02T23:06:59.774Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3142 | 2025-09-02T23:06:59.882Z | Checking nix v0.27.1 |
| 3143 | 2025-09-02T23:06:59.909Z | Checking kstat-rs v0.2.4 |
| 3144 | 2025-09-02T23:06:59.926Z | Checking serde_bytes v0.11.17 |
| 3145 | 2025-09-02T23:07:00.047Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3146 | 2025-09-02T23:07:00.103Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3147 | 2025-09-02T23:07:00.264Z | Checking tokio-tungstenite v0.23.1 |
| 3148 | 2025-09-02T23:07:00.283Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3149 | 2025-09-02T23:07:00.495Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3150 | 2025-09-02T23:07:00.520Z | Checking signal-hook-tokio v0.3.1 |
| 3151 | 2025-09-02T23:07:03.122Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3152 | 2025-09-02T23:07:04.442Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3153 | 2025-09-02T23:07:15.353Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3154 | 2025-09-02T23:07:23.454Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3155 | 2025-09-02T23:07:24.201Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3156 | 2025-09-02T23:07:27.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.05s |
| 3157 | 2025-09-02T23:07:27.443Z | |
| 3158 | 2025-09-02T23:07:27.443Z | info: running `cargo check --bins` on gateway-api (111/227) |
| 3159 | 2025-09-02T23:07:28.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2025-09-02T23:07:28.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2025-09-02T23:07:28.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2025-09-02T23:07:28.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3163 | 2025-09-02T23:07:28.230Z | |
| 3164 | 2025-09-02T23:07:28.230Z | info: running `cargo check --bins` on ipcc (112/227) |
| 3165 | 2025-09-02T23:07:28.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2025-09-02T23:07:28.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2025-09-02T23:07:28.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2025-09-02T23:07:28.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3169 | 2025-09-02T23:07:29.013Z | |
| 3170 | 2025-09-02T23:07:29.013Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227) |
| 3171 | 2025-09-02T23:07:29.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2025-09-02T23:07:29.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2025-09-02T23:07:29.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2025-09-02T23:07:29.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3175 | 2025-09-02T23:07:29.758Z | |
| 3176 | 2025-09-02T23:07:29.758Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227) |
| 3177 | 2025-09-02T23:07:30.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2025-09-02T23:07:30.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2025-09-02T23:07:30.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2025-09-02T23:07:30.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3181 | 2025-09-02T23:07:30.538Z | |
| 3182 | 2025-09-02T23:07:30.538Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227) |
| 3183 | 2025-09-02T23:07:31.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2025-09-02T23:07:31.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2025-09-02T23:07:31.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2025-09-02T23:07:31.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3187 | 2025-09-02T23:07:31.328Z | |
| 3188 | 2025-09-02T23:07:31.328Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227) |
| 3189 | 2025-09-02T23:07:32.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2025-09-02T23:07:32.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2025-09-02T23:07:32.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2025-09-02T23:07:32.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3193 | 2025-09-02T23:07:32.116Z | |
| 3194 | 2025-09-02T23:07:32.116Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227) |
| 3195 | 2025-09-02T23:07:32.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2025-09-02T23:07:32.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2025-09-02T23:07:32.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2025-09-02T23:07:32.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3199 | 2025-09-02T23:07:32.887Z | |
| 3200 | 2025-09-02T23:07:32.888Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227) |
| 3201 | 2025-09-02T23:07:33.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2025-09-02T23:07:33.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2025-09-02T23:07:33.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2025-09-02T23:07:33.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3205 | 2025-09-02T23:07:33.660Z | |
| 3206 | 2025-09-02T23:07:33.660Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227) |
| 3207 | 2025-09-02T23:07:34.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2025-09-02T23:07:34.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2025-09-02T23:07:34.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2025-09-02T23:07:34.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3211 | 2025-09-02T23:07:34.439Z | |
| 3212 | 2025-09-02T23:07:34.439Z | info: running `cargo check --bins` on oximeter-producer (120/227) |
| 3213 | 2025-09-02T23:07:35.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2025-09-02T23:07:35.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2025-09-02T23:07:35.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2025-09-02T23:07:35.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3217 | 2025-09-02T23:07:35.264Z | |
| 3218 | 2025-09-02T23:07:35.264Z | info: running `cargo check --bins` on internal-dns-resolver (121/227) |
| 3219 | 2025-09-02T23:07:35.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2025-09-02T23:07:35.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2025-09-02T23:07:35.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2025-09-02T23:07:35.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3223 | 2025-09-02T23:07:36.041Z | |
| 3224 | 2025-09-02T23:07:36.041Z | info: running `cargo check --bins` on sp-sim (122/227) |
| 3225 | 2025-09-02T23:07:36.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2025-09-02T23:07:36.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2025-09-02T23:07:36.905Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3228 | 2025-09-02T23:07:36.905Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3229 | 2025-09-02T23:07:36.909Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3230 | 2025-09-02T23:07:36.909Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2025-09-02T23:07:36.909Z | Compiling nix v0.30.1 |
| 3232 | 2025-09-02T23:07:37.071Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3233 | 2025-09-02T23:07:37.075Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3234 | 2025-09-02T23:07:37.087Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3235 | 2025-09-02T23:07:37.335Z | Checking keccak v0.1.5 |
| 3236 | 2025-09-02T23:07:37.677Z | Checking sha3 v0.10.8 |
| 3237 | 2025-09-02T23:07:37.827Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3238 | 2025-09-02T23:07:39.354Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3239 | 2025-09-02T23:07:42.256Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3240 | 2025-09-02T23:07:56.918Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3241 | 2025-09-02T23:07:59.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.23s |
| 3242 | 2025-09-02T23:07:59.498Z | |
| 3243 | 2025-09-02T23:07:59.498Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227) |
| 3244 | 2025-09-02T23:08:00.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2025-09-02T23:08:00.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2025-09-02T23:08:00.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3247 | 2025-09-02T23:08:00.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3248 | 2025-09-02T23:08:00.346Z | |
| 3249 | 2025-09-02T23:08:00.346Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227) |
| 3250 | 2025-09-02T23:08:01.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2025-09-02T23:08:01.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2025-09-02T23:08:01.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2025-09-02T23:08:01.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3254 | 2025-09-02T23:08:01.208Z | |
| 3255 | 2025-09-02T23:08:01.208Z | info: running `cargo check --bins` on db-macros (125/227) |
| 3256 | 2025-09-02T23:08:01.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2025-09-02T23:08:01.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2025-09-02T23:08:01.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2025-09-02T23:08:01.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3260 | 2025-09-02T23:08:01.969Z | |
| 3261 | 2025-09-02T23:08:01.969Z | info: running `cargo check --bins` on nexus-macros-common (126/227) |
| 3262 | 2025-09-02T23:08:02.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2025-09-02T23:08:02.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2025-09-02T23:08:02.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2025-09-02T23:08:02.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3266 | 2025-09-02T23:08:02.706Z | |
| 3267 | 2025-09-02T23:08:02.706Z | info: running `cargo check --bins` on nexus-auth (127/227) |
| 3268 | 2025-09-02T23:08:03.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2025-09-02T23:08:03.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2025-09-02T23:08:03.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2025-09-02T23:08:03.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3272 | 2025-09-02T23:08:03.544Z | |
| 3273 | 2025-09-02T23:08:03.544Z | info: running `cargo check --bins` on authz-macros (128/227) |
| 3274 | 2025-09-02T23:08:04.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2025-09-02T23:08:04.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2025-09-02T23:08:04.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2025-09-02T23:08:04.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3278 | 2025-09-02T23:08:04.291Z | |
| 3279 | 2025-09-02T23:08:04.291Z | info: running `cargo check --bins` on nexus-db-fixed-data (129/227) |
| 3280 | 2025-09-02T23:08:05.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2025-09-02T23:08:05.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2025-09-02T23:08:05.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2025-09-02T23:08:05.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3284 | 2025-09-02T23:08:05.131Z | |
| 3285 | 2025-09-02T23:08:05.131Z | info: running `cargo check --bins` on nexus-db-model (130/227) |
| 3286 | 2025-09-02T23:08:05.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2025-09-02T23:08:05.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2025-09-02T23:08:05.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2025-09-02T23:08:05.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3290 | 2025-09-02T23:08:05.975Z | |
| 3291 | 2025-09-02T23:08:05.975Z | info: running `cargo check --bins` on nexus-db-schema (131/227) |
| 3292 | 2025-09-02T23:08:06.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2025-09-02T23:08:06.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2025-09-02T23:08:06.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2025-09-02T23:08:06.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3296 | 2025-09-02T23:08:06.723Z | |
| 3297 | 2025-09-02T23:08:06.723Z | info: running `cargo check --bins` on nexus-defaults (132/227) |
| 3298 | 2025-09-02T23:08:07.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2025-09-02T23:08:07.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2025-09-02T23:08:07.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2025-09-02T23:08:07.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3302 | 2025-09-02T23:08:07.503Z | |
| 3303 | 2025-09-02T23:08:07.503Z | info: running `cargo check --bins` on omicron-cockroach-metrics (133/227) |
| 3304 | 2025-09-02T23:08:08.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2025-09-02T23:08:08.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2025-09-02T23:08:08.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2025-09-02T23:08:08.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3308 | 2025-09-02T23:08:08.285Z | |
| 3309 | 2025-09-02T23:08:08.285Z | info: running `cargo check --bins` on parallel-task-set (134/227) |
| 3310 | 2025-09-02T23:08:08.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2025-09-02T23:08:08.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2025-09-02T23:08:08.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2025-09-02T23:08:08.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3314 | 2025-09-02T23:08:09.030Z | |
| 3315 | 2025-09-02T23:08:09.030Z | info: running `cargo check --bins` on nexus-db-errors (135/227) |
| 3316 | 2025-09-02T23:08:09.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2025-09-02T23:08:09.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2025-09-02T23:08:09.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2025-09-02T23:08:09.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3320 | 2025-09-02T23:08:09.885Z | |
| 3321 | 2025-09-02T23:08:09.886Z | info: running `cargo check --bins` on nexus-db-lookup (136/227) |
| 3322 | 2025-09-02T23:08:10.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2025-09-02T23:08:10.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2025-09-02T23:08:10.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2025-09-02T23:08:10.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3326 | 2025-09-02T23:08:10.736Z | |
| 3327 | 2025-09-02T23:08:10.736Z | info: running `cargo check --bins` on nexus-inventory (137/227) |
| 3328 | 2025-09-02T23:08:11.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2025-09-02T23:08:11.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2025-09-02T23:08:11.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2025-09-02T23:08:11.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3332 | 2025-09-02T23:08:11.573Z | |
| 3333 | 2025-09-02T23:08:11.573Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/227) |
| 3334 | 2025-09-02T23:08:12.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2025-09-02T23:08:12.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2025-09-02T23:08:12.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2025-09-02T23:08:12.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3338 | 2025-09-02T23:08:12.400Z | |
| 3339 | 2025-09-02T23:08:12.400Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/227) |
| 3340 | 2025-09-02T23:08:13.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2025-09-02T23:08:13.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2025-09-02T23:08:13.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2025-09-02T23:08:13.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3344 | 2025-09-02T23:08:13.206Z | |
| 3345 | 2025-09-02T23:08:13.206Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227) |
| 3346 | 2025-09-02T23:08:13.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2025-09-02T23:08:13.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2025-09-02T23:08:13.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2025-09-02T23:08:13.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3350 | 2025-09-02T23:08:13.996Z | |
| 3351 | 2025-09-02T23:08:13.996Z | info: running `cargo check --bins` on key-manager (141/227) |
| 3352 | 2025-09-02T23:08:14.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2025-09-02T23:08:14.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2025-09-02T23:08:14.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2025-09-02T23:08:14.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3356 | 2025-09-02T23:08:14.766Z | |
| 3357 | 2025-09-02T23:08:14.767Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/227) |
| 3358 | 2025-09-02T23:08:15.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2025-09-02T23:08:15.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2025-09-02T23:08:15.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2025-09-02T23:08:15.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3362 | 2025-09-02T23:08:15.558Z | |
| 3363 | 2025-09-02T23:08:15.558Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227) |
| 3364 | 2025-09-02T23:08:16.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2025-09-02T23:08:16.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2025-09-02T23:08:16.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2025-09-02T23:08:16.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3368 | 2025-09-02T23:08:16.346Z | |
| 3369 | 2025-09-02T23:08:16.346Z | info: running `cargo check --bins` on typed-rng (144/227) |
| 3370 | 2025-09-02T23:08:16.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2025-09-02T23:08:17.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2025-09-02T23:08:17.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2025-09-02T23:08:17.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3374 | 2025-09-02T23:08:17.084Z | |
| 3375 | 2025-09-02T23:08:17.084Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227) |
| 3376 | 2025-09-02T23:08:17.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2025-09-02T23:08:17.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2025-09-02T23:08:18.077Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3379 | 2025-09-02T23:08:18.077Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3380 | 2025-09-02T23:08:18.077Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3381 | 2025-09-02T23:08:18.080Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3382 | 2025-09-02T23:08:18.080Z | Checking universal-hash v0.5.1 |
| 3383 | 2025-09-02T23:08:18.080Z | Checking opaque-debug v0.3.1 |
| 3384 | 2025-09-02T23:08:18.243Z | Checking chacha20 v0.9.1 |
| 3385 | 2025-09-02T23:08:18.246Z | Checking aead v0.5.2 |
| 3386 | 2025-09-02T23:08:18.426Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3387 | 2025-09-02T23:08:18.452Z | Compiling unicase v2.7.0 |
| 3388 | 2025-09-02T23:08:18.526Z | Compiling libefi-sys v0.1.0 |
| 3389 | 2025-09-02T23:08:18.570Z | Checking poly1305 v0.8.0 |
| 3390 | 2025-09-02T23:08:18.614Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3391 | 2025-09-02T23:08:18.681Z | Compiling bitfield-struct v0.6.2 |
| 3392 | 2025-09-02T23:08:18.775Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3393 | 2025-09-02T23:08:18.819Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3394 | 2025-09-02T23:08:18.996Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3395 | 2025-09-02T23:08:19.075Z | Checking chacha20poly1305 v0.10.1 |
| 3396 | 2025-09-02T23:08:19.159Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3397 | 2025-09-02T23:08:19.228Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3398 | 2025-09-02T23:08:19.280Z | Compiling salty v0.3.0 |
| 3399 | 2025-09-02T23:08:19.368Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3400 | 2025-09-02T23:08:19.761Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3401 | 2025-09-02T23:08:19.894Z | Compiling proc-macro-error2 v2.0.1 |
| 3402 | 2025-09-02T23:08:19.960Z | Compiling num-derive v0.3.3 |
| 3403 | 2025-09-02T23:08:19.987Z | Compiling xshell-macros v0.2.7 |
| 3404 | 2025-09-02T23:08:20.010Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3405 | 2025-09-02T23:08:20.484Z | Compiling tabled_derive v0.10.0 |
| 3406 | 2025-09-02T23:08:20.605Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3407 | 2025-09-02T23:08:20.732Z | Checking xshell v0.2.7 |
| 3408 | 2025-09-02T23:08:20.985Z | Checking thiserror-no-std v2.0.2 |
| 3409 | 2025-09-02T23:08:21.052Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3410 | 2025-09-02T23:08:21.111Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3411 | 2025-09-02T23:08:21.141Z | Checking vsss-rs v3.3.4 |
| 3412 | 2025-09-02T23:08:21.548Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3413 | 2025-09-02T23:08:22.183Z | Checking libscf-sys v1.1.0 |
| 3414 | 2025-09-02T23:08:22.411Z | Compiling mime_guess v2.0.5 |
| 3415 | 2025-09-02T23:08:22.676Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3416 | 2025-09-02T23:08:22.983Z | Checking papergrid v0.14.0 |
| 3417 | 2025-09-02T23:08:23.159Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3418 | 2025-09-02T23:08:23.522Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3419 | 2025-09-02T23:08:23.834Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3420 | 2025-09-02T23:08:23.958Z | Checking primeorder v0.13.6 |
| 3421 | 2025-09-02T23:08:24.433Z | Checking env_filter v0.1.2 |
| 3422 | 2025-09-02T23:08:24.467Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3423 | 2025-09-02T23:08:24.590Z | Checking p384 v0.13.0 |
| 3424 | 2025-09-02T23:08:24.711Z | Checking env_logger v0.11.5 |
| 3425 | 2025-09-02T23:08:24.901Z | Checking tabled v0.18.0 |
| 3426 | 2025-09-02T23:08:25.049Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3427 | 2025-09-02T23:08:25.300Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3428 | 2025-09-02T23:08:25.356Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3429 | 2025-09-02T23:08:25.713Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3430 | 2025-09-02T23:08:25.763Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3431 | 2025-09-02T23:08:25.894Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3432 | 2025-09-02T23:08:25.932Z | Checking http-range v0.1.5 |
| 3433 | 2025-09-02T23:08:25.958Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3434 | 2025-09-02T23:08:26.162Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3435 | 2025-09-02T23:08:26.592Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3436 | 2025-09-02T23:08:26.894Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3437 | 2025-09-02T23:08:26.944Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3438 | 2025-09-02T23:08:26.969Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3439 | 2025-09-02T23:08:27.320Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3440 | 2025-09-02T23:08:27.350Z | Checking secrecy v0.8.0 |
| 3441 | 2025-09-02T23:08:27.350Z | Checking atty v0.2.14 |
| 3442 | 2025-09-02T23:08:27.511Z | Checking crc8 v0.1.1 |
| 3443 | 2025-09-02T23:08:27.672Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3444 | 2025-09-02T23:08:27.724Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3445 | 2025-09-02T23:08:27.797Z | Checking hyper-staticfile v0.10.1 |
| 3446 | 2025-09-02T23:08:28.276Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3447 | 2025-09-02T23:08:28.308Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3448 | 2025-09-02T23:08:28.475Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3449 | 2025-09-02T23:08:28.699Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3450 | 2025-09-02T23:08:28.723Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3451 | 2025-09-02T23:08:29.138Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3452 | 2025-09-02T23:08:29.183Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3453 | 2025-09-02T23:08:29.477Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3454 | 2025-09-02T23:08:29.728Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3455 | 2025-09-02T23:08:30.585Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3456 | 2025-09-02T23:08:30.585Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3457 | 2025-09-02T23:08:30.588Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3458 | 2025-09-02T23:08:31.264Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3459 | 2025-09-02T23:08:31.610Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3460 | 2025-09-02T23:08:31.948Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3461 | 2025-09-02T23:08:32.954Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3462 | 2025-09-02T23:08:34.429Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3463 | 2025-09-02T23:08:39.824Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3464 | 2025-09-02T23:08:53.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.96s |
| 3465 | 2025-09-02T23:08:53.337Z | |
| 3466 | 2025-09-02T23:08:53.338Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227) |
| 3467 | 2025-09-02T23:08:54.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2025-09-02T23:08:54.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2025-09-02T23:08:54.199Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3470 | 2025-09-02T23:09:07.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
| 3471 | 2025-09-02T23:09:07.873Z | |
| 3472 | 2025-09-02T23:09:07.873Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227) |
| 3473 | 2025-09-02T23:09:08.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2025-09-02T23:09:08.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2025-09-02T23:09:08.789Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3476 | 2025-09-02T23:09:22.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
| 3477 | 2025-09-02T23:09:22.568Z | |
| 3478 | 2025-09-02T23:09:22.568Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227) |
| 3479 | 2025-09-02T23:09:23.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2025-09-02T23:09:23.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2025-09-02T23:09:23.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3482 | 2025-09-02T23:09:36.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
| 3483 | 2025-09-02T23:09:37.094Z | |
| 3484 | 2025-09-02T23:09:37.094Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227) |
| 3485 | 2025-09-02T23:09:37.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2025-09-02T23:09:37.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2025-09-02T23:09:38.008Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3488 | 2025-09-02T23:09:51.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
| 3489 | 2025-09-02T23:09:51.729Z | |
| 3490 | 2025-09-02T23:09:51.729Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227) |
| 3491 | 2025-09-02T23:09:52.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2025-09-02T23:09:52.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2025-09-02T23:09:52.645Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3494 | 2025-09-02T23:10:05.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
| 3495 | 2025-09-02T23:10:06.228Z | |
| 3496 | 2025-09-02T23:10:06.228Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227) |
| 3497 | 2025-09-02T23:10:06.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2025-09-02T23:10:06.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2025-09-02T23:10:07.145Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3500 | 2025-09-02T23:10:20.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
| 3501 | 2025-09-02T23:10:20.933Z | |
| 3502 | 2025-09-02T23:10:20.933Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227) |
| 3503 | 2025-09-02T23:10:21.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2025-09-02T23:10:21.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2025-09-02T23:10:21.858Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3506 | 2025-09-02T23:10:35.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
| 3507 | 2025-09-02T23:10:35.489Z | |
| 3508 | 2025-09-02T23:10:35.489Z | info: running `cargo check --bins` on bootstrap-agent-api (153/227) |
| 3509 | 2025-09-02T23:10:36.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2025-09-02T23:10:36.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2025-09-02T23:10:36.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2025-09-02T23:10:36.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3513 | 2025-09-02T23:10:36.315Z | |
| 3514 | 2025-09-02T23:10:36.315Z | info: running `cargo check --bins` on range-requests (154/227) |
| 3515 | 2025-09-02T23:10:36.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2025-09-02T23:10:36.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2025-09-02T23:10:36.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2025-09-02T23:10:37.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3519 | 2025-09-02T23:10:37.090Z | |
| 3520 | 2025-09-02T23:10:37.090Z | info: running `cargo check --bins` on repo-depot-api (155/227) |
| 3521 | 2025-09-02T23:10:37.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2025-09-02T23:10:37.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2025-09-02T23:10:37.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2025-09-02T23:10:37.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3525 | 2025-09-02T23:10:37.865Z | |
| 3526 | 2025-09-02T23:10:37.865Z | info: running `cargo check --bins` on sled-agent-api (156/227) |
| 3527 | 2025-09-02T23:10:38.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2025-09-02T23:10:38.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2025-09-02T23:10:38.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2025-09-02T23:10:38.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3531 | 2025-09-02T23:10:38.681Z | |
| 3532 | 2025-09-02T23:10:38.681Z | info: running `cargo check --bins` on sled-diagnostics (157/227) |
| 3533 | 2025-09-02T23:10:39.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2025-09-02T23:10:39.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2025-09-02T23:10:39.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2025-09-02T23:10:39.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3537 | 2025-09-02T23:10:39.482Z | |
| 3538 | 2025-09-02T23:10:39.482Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227) |
| 3539 | 2025-09-02T23:10:40.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2025-09-02T23:10:40.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2025-09-02T23:10:40.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2025-09-02T23:10:40.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3543 | 2025-09-02T23:10:40.309Z | |
| 3544 | 2025-09-02T23:10:40.309Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227) |
| 3545 | 2025-09-02T23:10:41.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2025-09-02T23:10:41.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2025-09-02T23:10:41.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2025-09-02T23:10:41.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3549 | 2025-09-02T23:10:41.137Z | |
| 3550 | 2025-09-02T23:10:41.137Z | info: running `cargo check --bins` on sled-agent-zone-images (160/227) |
| 3551 | 2025-09-02T23:10:41.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2025-09-02T23:10:41.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2025-09-02T23:10:41.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2025-09-02T23:10:41.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3555 | 2025-09-02T23:10:41.965Z | |
| 3556 | 2025-09-02T23:10:41.966Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227) |
| 3557 | 2025-09-02T23:10:42.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2025-09-02T23:10:42.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2025-09-02T23:10:42.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2025-09-02T23:10:42.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3561 | 2025-09-02T23:10:42.785Z | |
| 3562 | 2025-09-02T23:10:42.786Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/227) |
| 3563 | 2025-09-02T23:10:43.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2025-09-02T23:10:43.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2025-09-02T23:10:43.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2025-09-02T23:10:43.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3567 | 2025-09-02T23:10:43.648Z | |
| 3568 | 2025-09-02T23:10:43.648Z | info: running `cargo check --bins` on nexus-test-interface (163/227) |
| 3569 | 2025-09-02T23:10:44.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2025-09-02T23:10:44.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2025-09-02T23:10:44.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2025-09-02T23:10:44.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3573 | 2025-09-02T23:10:44.499Z | |
| 3574 | 2025-09-02T23:10:44.499Z | info: running `cargo check --bins` on oximeter-collector (164/227) |
| 3575 | 2025-09-02T23:10:45.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2025-09-02T23:10:45.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2025-09-02T23:10:45.370Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3578 | 2025-09-02T23:10:45.370Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3579 | 2025-09-02T23:10:46.302Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3580 | 2025-09-02T23:10:48.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 3581 | 2025-09-02T23:10:48.615Z | |
| 3582 | 2025-09-02T23:10:48.615Z | info: running `cargo check --bins` on oximeter-api (165/227) |
| 3583 | 2025-09-02T23:10:49.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2025-09-02T23:10:49.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2025-09-02T23:10:49.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2025-09-02T23:10:49.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3587 | 2025-09-02T23:10:49.386Z | |
| 3588 | 2025-09-02T23:10:49.386Z | info: running `cargo check --bins` on cert-dev (166/227) |
| 3589 | 2025-09-02T23:10:50.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2025-09-02T23:10:50.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2025-09-02T23:10:50.120Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3592 | 2025-09-02T23:10:50.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3593 | 2025-09-02T23:10:50.652Z | |
| 3594 | 2025-09-02T23:10:50.652Z | info: running `cargo check --bins` on clickana (167/227) |
| 3595 | 2025-09-02T23:10:51.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2025-09-02T23:10:51.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2025-09-02T23:10:51.432Z | Checking castaway v0.2.3 |
| 3598 | 2025-09-02T23:10:51.436Z | Checking unicode-truncate v1.1.0 |
| 3599 | 2025-09-02T23:10:51.436Z | Checking lru v0.12.5 |
| 3600 | 2025-09-02T23:10:51.436Z | Compiling instability v0.3.2 |
| 3601 | 2025-09-02T23:10:51.436Z | Compiling indoc v2.0.6 |
| 3602 | 2025-09-02T23:10:51.436Z | Checking cassowary v0.3.0 |
| 3603 | 2025-09-02T23:10:51.436Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3604 | 2025-09-02T23:10:51.714Z | Checking compact_str v0.8.0 |
| 3605 | 2025-09-02T23:10:52.353Z | Checking ratatui v0.29.0 |
| 3606 | 2025-09-02T23:10:54.170Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3607 | 2025-09-02T23:10:55.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3608 | 2025-09-02T23:10:55.277Z | |
| 3609 | 2025-09-02T23:10:55.277Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/227) |
| 3610 | 2025-09-02T23:10:55.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2025-09-02T23:10:55.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2025-09-02T23:10:56.119Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3613 | 2025-09-02T23:10:56.119Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3614 | 2025-09-02T23:10:57.224Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3615 | 2025-09-02T23:10:57.719Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3616 | 2025-09-02T23:10:58.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 3617 | 2025-09-02T23:10:58.324Z | |
| 3618 | 2025-09-02T23:10:58.324Z | info: running `cargo check --bins` on ch-dev (169/227) |
| 3619 | 2025-09-02T23:10:59.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2025-09-02T23:10:59.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2025-09-02T23:10:59.129Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3622 | 2025-09-02T23:10:59.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 3623 | 2025-09-02T23:11:00.130Z | |
| 3624 | 2025-09-02T23:11:00.130Z | info: running `cargo check --bins` on dev-tools-common (170/227) |
| 3625 | 2025-09-02T23:11:00.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3626 | 2025-09-02T23:11:00.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3627 | 2025-09-02T23:11:00.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3628 | 2025-09-02T23:11:00.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3629 | 2025-09-02T23:11:00.706Z | |
| 3630 | 2025-09-02T23:11:00.706Z | info: running `cargo check --bins` on crdb-seed (171/227) |
| 3631 | 2025-09-02T23:11:01.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3632 | 2025-09-02T23:11:01.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3633 | 2025-09-02T23:11:01.514Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3634 | 2025-09-02T23:11:01.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3635 | 2025-09-02T23:11:02.132Z | |
| 3636 | 2025-09-02T23:11:02.132Z | info: running `cargo check --bins` on db-dev (172/227) |
| 3637 | 2025-09-02T23:11:02.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2025-09-02T23:11:02.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2025-09-02T23:11:02.928Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3640 | 2025-09-02T23:11:03.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3641 | 2025-09-02T23:11:03.946Z | |
| 3642 | 2025-09-02T23:11:03.946Z | info: running `cargo check --bins` on omicron-dev-lib (173/227) |
| 3643 | 2025-09-02T23:11:04.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2025-09-02T23:11:04.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2025-09-02T23:11:04.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3646 | 2025-09-02T23:11:04.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3647 | 2025-09-02T23:11:04.752Z | |
| 3648 | 2025-09-02T23:11:04.752Z | info: running `cargo check --bins` on xtask-downloader (174/227) |
| 3649 | 2025-09-02T23:11:05.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2025-09-02T23:11:05.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2025-09-02T23:11:05.491Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3652 | 2025-09-02T23:11:06.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3653 | 2025-09-02T23:11:06.555Z | |
| 3654 | 2025-09-02T23:11:06.555Z | info: running `cargo check --bins` on omicron-ls-apis (175/227) |
| 3655 | 2025-09-02T23:11:07.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2025-09-02T23:11:07.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2025-09-02T23:11:07.301Z | Checking typeid v1.0.3 |
| 3658 | 2025-09-02T23:11:07.417Z | Checking ordered-float v2.10.1 |
| 3659 | 2025-09-02T23:11:07.432Z | Checking cargo-platform v0.2.0 |
| 3660 | 2025-09-02T23:11:07.508Z | Checking erased-serde v0.4.6 |
| 3661 | 2025-09-02T23:11:07.750Z | Checking serde-value v0.7.0 |
| 3662 | 2025-09-02T23:11:08.075Z | Checking serde-untagged v0.1.7 |
| 3663 | 2025-09-02T23:11:08.327Z | Checking cargo-util-schemas v0.8.2 |
| 3664 | 2025-09-02T23:11:09.514Z | Checking cargo_metadata v0.21.0 |
| 3665 | 2025-09-02T23:11:10.520Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3666 | 2025-09-02T23:11:11.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
| 3667 | 2025-09-02T23:11:11.569Z | |
| 3668 | 2025-09-02T23:11:11.570Z | info: running `cargo check --bins` on mgs-dev (176/227) |
| 3669 | 2025-09-02T23:11:12.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3670 | 2025-09-02T23:11:12.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3671 | 2025-09-02T23:11:12.471Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3672 | 2025-09-02T23:11:14.433Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3673 | 2025-09-02T23:11:15.077Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3674 | 2025-09-02T23:11:15.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 3675 | 2025-09-02T23:11:15.923Z | |
| 3676 | 2025-09-02T23:11:15.923Z | info: running `cargo check --bins` on omicron-omdb (177/227) |
| 3677 | 2025-09-02T23:11:16.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2025-09-02T23:11:16.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2025-09-02T23:11:16.991Z | Compiling crunchy v0.2.2 |
| 3680 | 2025-09-02T23:11:16.994Z | Compiling dsl_auto_type v0.1.2 |
| 3681 | 2025-09-02T23:11:16.994Z | Checking scheduled-thread-pool v0.2.7 |
| 3682 | 2025-09-02T23:11:17.135Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3683 | 2025-09-02T23:11:17.152Z | Compiling tiny-keccak v2.0.2 |
| 3684 | 2025-09-02T23:11:17.195Z | Compiling bit-vec v0.6.3 |
| 3685 | 2025-09-02T23:11:17.198Z | Compiling ascii-canvas v3.0.0 |
| 3686 | 2025-09-02T23:11:17.218Z | Compiling ena v0.14.3 |
| 3687 | 2025-09-02T23:11:17.366Z | Checking r2d2 v0.8.10 |
| 3688 | 2025-09-02T23:11:17.525Z | Compiling bit-set v0.5.3 |
| 3689 | 2025-09-02T23:11:17.552Z | Compiling regex-syntax v0.6.29 |
| 3690 | 2025-09-02T23:11:17.599Z | Compiling diff v0.1.13 |
| 3691 | 2025-09-02T23:11:17.653Z | Compiling bindgen v0.71.1 |
| 3692 | 2025-09-02T23:11:17.674Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3693 | 2025-09-02T23:11:17.697Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3694 | 2025-09-02T23:11:17.794Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3695 | 2025-09-02T23:11:17.941Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3696 | 2025-09-02T23:11:18.055Z | Compiling derive_builder_core v0.20.2 |
| 3697 | 2025-09-02T23:11:18.092Z | Compiling libxml v0.3.3 |
| 3698 | 2025-09-02T23:11:18.285Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3699 | 2025-09-02T23:11:18.433Z | Compiling diesel_derives v2.2.3 |
| 3700 | 2025-09-02T23:11:18.494Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3701 | 2025-09-02T23:11:18.560Z | Compiling strum_macros v0.24.3 |
| 3702 | 2025-09-02T23:11:18.836Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3703 | 2025-09-02T23:11:18.839Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3704 | 2025-09-02T23:11:19.184Z | Compiling indoc v1.0.9 |
| 3705 | 2025-09-02T23:11:20.056Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3706 | 2025-09-02T23:11:20.119Z | Compiling derive_builder_macro v0.20.2 |
| 3707 | 2025-09-02T23:11:20.389Z | Compiling oso-derive v0.27.3 |
| 3708 | 2025-09-02T23:11:20.929Z | Compiling lalrpop v0.19.12 |
| 3709 | 2025-09-02T23:11:21.051Z | Checking derive_builder v0.20.2 |
| 3710 | 2025-09-02T23:11:21.224Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3711 | 2025-09-02T23:11:21.386Z | Checking quick-xml v0.37.2 |
| 3712 | 2025-09-02T23:11:21.613Z | Checking maplit v1.0.2 |
| 3713 | 2025-09-02T23:11:21.773Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3714 | 2025-09-02T23:11:21.805Z | Compiling diesel-dtrace v0.4.2 |
| 3715 | 2025-09-02T23:11:22.251Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3716 | 2025-09-02T23:11:22.578Z | Checking bb8 v0.8.5 |
| 3717 | 2025-09-02T23:11:22.652Z | Checking ignore v0.4.23 |
| 3718 | 2025-09-02T23:11:23.071Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3719 | 2025-09-02T23:11:23.350Z | Checking predicates-tree v1.0.12 |
| 3720 | 2025-09-02T23:11:23.421Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3721 | 2025-09-02T23:11:23.455Z | Checking rand_seeder v0.4.0 |
| 3722 | 2025-09-02T23:11:23.484Z | Checking globwalk v0.9.1 |
| 3723 | 2025-09-02T23:11:23.530Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3724 | 2025-09-02T23:11:23.710Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3725 | 2025-09-02T23:11:23.794Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3726 | 2025-09-02T23:11:23.818Z | Checking camino-tempfile-ext v0.3.2 |
| 3727 | 2025-09-02T23:11:23.968Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3728 | 2025-09-02T23:11:24.213Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3729 | 2025-09-02T23:11:24.317Z | Checking console v0.16.0 |
| 3730 | 2025-09-02T23:11:24.917Z | Checking unit-prefix v0.5.1 |
| 3731 | 2025-09-02T23:11:25.014Z | Checking is_ci v1.2.0 |
| 3732 | 2025-09-02T23:11:25.150Z | Checking indicatif v0.18.0 |
| 3733 | 2025-09-02T23:11:25.191Z | Checking supports-color v3.0.2 |
| 3734 | 2025-09-02T23:11:25.453Z | Checking support-bundle-viewer v0.1.2 |
| 3735 | 2025-09-02T23:11:25.685Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3736 | 2025-09-02T23:11:25.828Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3737 | 2025-09-02T23:11:25.883Z | Checking multimap v0.10.1 |
| 3738 | 2025-09-02T23:11:28.135Z | Checking diesel v2.2.12 |
| 3739 | 2025-09-02T23:11:41.996Z | Compiling samael v0.0.19 |
| 3740 | 2025-09-02T23:11:57.554Z | Checking async-bb8-diesel v0.2.1 |
| 3741 | 2025-09-02T23:11:59.628Z | Compiling polar-core v0.27.3 |
| 3742 | 2025-09-02T23:12:06.753Z | Checking oso v0.27.3 |
| 3743 | 2025-09-02T23:12:50.077Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3744 | 2025-09-02T23:13:23.904Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3745 | 2025-09-02T23:13:33.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 3746 | 2025-09-02T23:13:34.068Z | |
| 3747 | 2025-09-02T23:13:34.068Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/227) |
| 3748 | 2025-09-02T23:13:34.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2025-09-02T23:13:34.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2025-09-02T23:13:34.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2025-09-02T23:13:34.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3752 | 2025-09-02T23:13:34.921Z | |
| 3753 | 2025-09-02T23:13:34.921Z | info: running `cargo check --bins` on nexus-saga-recovery (179/227) |
| 3754 | 2025-09-02T23:13:35.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2025-09-02T23:13:35.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2025-09-02T23:13:35.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2025-09-02T23:13:35.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3758 | 2025-09-02T23:13:35.772Z | |
| 3759 | 2025-09-02T23:13:35.772Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/227) |
| 3760 | 2025-09-02T23:13:36.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2025-09-02T23:13:36.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2025-09-02T23:13:36.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2025-09-02T23:13:36.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3764 | 2025-09-02T23:13:36.516Z | |
| 3765 | 2025-09-02T23:13:36.516Z | info: running `cargo check --bins` on omicron-nexus (181/227) |
| 3766 | 2025-09-02T23:13:37.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2025-09-02T23:13:37.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2025-09-02T23:13:37.600Z | Compiling libz-sys v1.1.20 |
| 3769 | 2025-09-02T23:13:37.743Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3770 | 2025-09-02T23:13:37.756Z | Compiling vergen v8.3.2 |
| 3771 | 2025-09-02T23:13:37.759Z | Compiling cargo-platform v0.1.8 |
| 3772 | 2025-09-02T23:13:37.784Z | Compiling fs-err v2.11.0 |
| 3773 | 2025-09-02T23:13:37.788Z | Compiling rustls v0.21.12 |
| 3774 | 2025-09-02T23:13:37.799Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3775 | 2025-09-02T23:13:37.816Z | Checking sct v0.7.1 |
| 3776 | 2025-09-02T23:13:38.055Z | Compiling cargo_metadata v0.18.1 |
| 3777 | 2025-09-02T23:13:38.153Z | Checking rustls-webpki v0.101.7 |
| 3778 | 2025-09-02T23:13:38.176Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3779 | 2025-09-02T23:13:38.211Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3780 | 2025-09-02T23:13:38.525Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3781 | 2025-09-02T23:13:38.546Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3782 | 2025-09-02T23:13:38.628Z | Checking parse-size v1.1.0 |
| 3783 | 2025-09-02T23:13:38.722Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3784 | 2025-09-02T23:13:38.861Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3785 | 2025-09-02T23:13:38.903Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3786 | 2025-09-02T23:13:38.934Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3787 | 2025-09-02T23:13:39.755Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3788 | 2025-09-02T23:13:39.874Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3789 | 2025-09-02T23:13:40.140Z | Checking rustls-pemfile v1.0.4 |
| 3790 | 2025-09-02T23:13:40.370Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3791 | 2025-09-02T23:13:40.397Z | Checking twox-hash v2.1.0 |
| 3792 | 2025-09-02T23:13:40.541Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3793 | 2025-09-02T23:13:40.751Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3794 | 2025-09-02T23:13:41.003Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3795 | 2025-09-02T23:13:41.631Z | Checking tokio-rustls v0.24.1 |
| 3796 | 2025-09-02T23:13:42.018Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3797 | 2025-09-02T23:13:42.635Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3798 | 2025-09-02T23:13:42.689Z | Checking fatfs v0.3.6 |
| 3799 | 2025-09-02T23:13:42.772Z | Checking assert_matches v1.5.0 |
| 3800 | 2025-09-02T23:13:48.889Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3801 | 2025-09-02T23:13:49.042Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3802 | 2025-09-02T23:13:49.066Z | Compiling git2 v0.19.0 |
| 3803 | 2025-09-02T23:13:53.153Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3804 | 2025-09-02T23:14:53.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 3805 | 2025-09-02T23:14:53.014Z | |
| 3806 | 2025-09-02T23:14:53.014Z | info: running `cargo check --bins` on nexus-background-task-interface (182/227) |
| 3807 | 2025-09-02T23:14:53.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2025-09-02T23:14:53.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2025-09-02T23:14:53.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2025-09-02T23:14:53.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3811 | 2025-09-02T23:14:53.173Z | |
| 3812 | 2025-09-02T23:14:53.173Z | info: running `cargo check --bins` on nexus-external-api (183/227) |
| 3813 | 2025-09-02T23:14:53.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2025-09-02T23:14:53.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2025-09-02T23:14:53.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2025-09-02T23:14:53.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3817 | 2025-09-02T23:14:54.007Z | |
| 3818 | 2025-09-02T23:14:54.007Z | info: running `cargo check --bins` on nexus-internal-api (184/227) |
| 3819 | 2025-09-02T23:14:54.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2025-09-02T23:14:54.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2025-09-02T23:14:54.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2025-09-02T23:14:54.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3823 | 2025-09-02T23:14:54.851Z | |
| 3824 | 2025-09-02T23:14:54.851Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/227) |
| 3825 | 2025-09-02T23:14:55.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2025-09-02T23:14:55.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2025-09-02T23:14:55.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2025-09-02T23:14:55.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3829 | 2025-09-02T23:14:55.717Z | |
| 3830 | 2025-09-02T23:14:55.717Z | info: running `cargo check --bins` on nexus-mgs-updates (186/227) |
| 3831 | 2025-09-02T23:14:56.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2025-09-02T23:14:56.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2025-09-02T23:14:56.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2025-09-02T23:14:56.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3835 | 2025-09-02T23:14:56.562Z | |
| 3836 | 2025-09-02T23:14:56.562Z | info: running `cargo check --bins` on nexus-networking (187/227) |
| 3837 | 2025-09-02T23:14:57.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2025-09-02T23:14:57.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2025-09-02T23:14:57.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2025-09-02T23:14:57.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3841 | 2025-09-02T23:14:57.422Z | |
| 3842 | 2025-09-02T23:14:57.422Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/227) |
| 3843 | 2025-09-02T23:14:58.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2025-09-02T23:14:58.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2025-09-02T23:14:58.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3846 | 2025-09-02T23:14:58.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3847 | 2025-09-02T23:14:58.283Z | |
| 3848 | 2025-09-02T23:14:58.283Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/227) |
| 3849 | 2025-09-02T23:14:59.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2025-09-02T23:14:59.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2025-09-02T23:14:59.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2025-09-02T23:14:59.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3853 | 2025-09-02T23:14:59.141Z | |
| 3854 | 2025-09-02T23:14:59.141Z | info: running `cargo check --bins` on update-common (190/227) |
| 3855 | 2025-09-02T23:14:59.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2025-09-02T23:14:59.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2025-09-02T23:14:59.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2025-09-02T23:14:59.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3859 | 2025-09-02T23:14:59.944Z | |
| 3860 | 2025-09-02T23:14:59.944Z | info: running `cargo check --bins` on omicron-dev (191/227) |
| 3861 | 2025-09-02T23:15:00.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2025-09-02T23:15:00.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2025-09-02T23:15:01.078Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3864 | 2025-09-02T23:15:01.081Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3865 | 2025-09-02T23:15:01.247Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3866 | 2025-09-02T23:15:01.262Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3867 | 2025-09-02T23:15:01.279Z | Checking diff v0.1.13 |
| 3868 | 2025-09-02T23:15:01.282Z | Checking yansi v1.0.1 |
| 3869 | 2025-09-02T23:15:01.282Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3870 | 2025-09-02T23:15:01.319Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3871 | 2025-09-02T23:15:01.756Z | Checking pretty_assertions v1.4.1 |
| 3872 | 2025-09-02T23:15:02.466Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3873 | 2025-09-02T23:15:32.327Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3874 | 2025-09-02T23:15:32.330Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3875 | 2025-09-02T23:15:32.331Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3876 | 2025-09-02T23:15:32.331Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3877 | 2025-09-02T23:15:32.331Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3878 | 2025-09-02T23:15:32.331Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3879 | 2025-09-02T23:15:32.972Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3880 | 2025-09-02T23:15:33.381Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3881 | 2025-09-02T23:15:34.792Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3882 | 2025-09-02T23:16:26.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3883 | 2025-09-02T23:16:26.425Z | |
| 3884 | 2025-09-02T23:16:26.425Z | info: running `cargo check --bins` on openapi-manager (192/227) |
| 3885 | 2025-09-02T23:16:27.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2025-09-02T23:16:27.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2025-09-02T23:16:27.340Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3888 | 2025-09-02T23:16:27.340Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3889 | 2025-09-02T23:16:27.479Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3890 | 2025-09-02T23:16:27.482Z | Checking heck v0.4.1 |
| 3891 | 2025-09-02T23:16:27.482Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3892 | 2025-09-02T23:16:27.663Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3893 | 2025-09-02T23:16:27.713Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3894 | 2025-09-02T23:16:28.625Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3895 | 2025-09-02T23:16:30.839Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3896 | 2025-09-02T23:16:32.397Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3897 | 2025-09-02T23:16:33.256Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3898 | 2025-09-02T23:16:34.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.36s |
| 3899 | 2025-09-02T23:16:35.017Z | |
| 3900 | 2025-09-02T23:16:35.017Z | info: running `cargo check --bins` on installinator-api (193/227) |
| 3901 | 2025-09-02T23:16:35.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2025-09-02T23:16:35.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2025-09-02T23:16:35.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3904 | 2025-09-02T23:16:35.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3905 | 2025-09-02T23:16:35.829Z | |
| 3906 | 2025-09-02T23:16:35.829Z | info: running `cargo check --bins` on ntp-admin-api (194/227) |
| 3907 | 2025-09-02T23:16:36.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2025-09-02T23:16:36.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2025-09-02T23:16:36.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3910 | 2025-09-02T23:16:36.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3911 | 2025-09-02T23:16:36.632Z | |
| 3912 | 2025-09-02T23:16:36.632Z | info: running `cargo check --bins` on ntp-admin-types (195/227) |
| 3913 | 2025-09-02T23:16:37.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2025-09-02T23:16:37.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2025-09-02T23:16:37.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2025-09-02T23:16:37.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3917 | 2025-09-02T23:16:37.422Z | |
| 3918 | 2025-09-02T23:16:37.422Z | info: running `cargo check --bins` on wicketd-api (196/227) |
| 3919 | 2025-09-02T23:16:38.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2025-09-02T23:16:38.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2025-09-02T23:16:38.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3922 | 2025-09-02T23:16:38.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3923 | 2025-09-02T23:16:38.237Z | |
| 3924 | 2025-09-02T23:16:38.237Z | info: running `cargo check --bins` on omicron-pins (197/227) |
| 3925 | 2025-09-02T23:16:38.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2025-09-02T23:16:38.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2025-09-02T23:16:38.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3928 | 2025-09-02T23:16:38.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3929 | 2025-09-02T23:16:38.995Z | |
| 3930 | 2025-09-02T23:16:38.995Z | info: running `cargo check --bins` on reconfigurator-cli (198/227) |
| 3931 | 2025-09-02T23:16:39.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2025-09-02T23:16:39.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2025-09-02T23:16:39.952Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3934 | 2025-09-02T23:16:40.088Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3935 | 2025-09-02T23:16:40.091Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3936 | 2025-09-02T23:16:40.111Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3937 | 2025-09-02T23:16:40.115Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3938 | 2025-09-02T23:16:40.146Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3939 | 2025-09-02T23:16:40.149Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3940 | 2025-09-02T23:16:40.168Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3941 | 2025-09-02T23:16:40.321Z | Compiling petname v2.0.2 |
| 3942 | 2025-09-02T23:16:40.424Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3943 | 2025-09-02T23:16:40.699Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3944 | 2025-09-02T23:16:40.813Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3945 | 2025-09-02T23:16:41.158Z | Checking sync-ptr v0.1.4 |
| 3946 | 2025-09-02T23:16:41.187Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3947 | 2025-09-02T23:16:41.205Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3948 | 2025-09-02T23:16:41.367Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3949 | 2025-09-02T23:16:41.628Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3950 | 2025-09-02T23:16:41.675Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3951 | 2025-09-02T23:16:42.659Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3952 | 2025-09-02T23:16:44.973Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3953 | 2025-09-02T23:16:44.977Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3954 | 2025-09-02T23:16:51.406Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3955 | 2025-09-02T23:16:52.290Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3956 | 2025-09-02T23:16:54.149Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3957 | 2025-09-02T23:16:57.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.01s |
| 3958 | 2025-09-02T23:16:57.243Z | |
| 3959 | 2025-09-02T23:16:57.243Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227) |
| 3960 | 2025-09-02T23:16:58.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2025-09-02T23:16:58.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2025-09-02T23:16:58.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2025-09-02T23:16:58.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3964 | 2025-09-02T23:16:58.117Z | |
| 3965 | 2025-09-02T23:16:58.117Z | info: running `cargo check --bins` on omicron-repl-utils (200/227) |
| 3966 | 2025-09-02T23:16:58.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2025-09-02T23:16:58.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2025-09-02T23:16:58.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3969 | 2025-09-02T23:16:58.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3970 | 2025-09-02T23:16:58.881Z | |
| 3971 | 2025-09-02T23:16:58.882Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227) |
| 3972 | 2025-09-02T23:16:59.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2025-09-02T23:16:59.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2025-09-02T23:16:59.812Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3975 | 2025-09-02T23:17:00.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 3976 | 2025-09-02T23:17:01.161Z | |
| 3977 | 2025-09-02T23:17:01.161Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/227) |
| 3978 | 2025-09-02T23:17:01.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2025-09-02T23:17:01.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2025-09-02T23:17:02.047Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3981 | 2025-09-02T23:17:02.503Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3982 | 2025-09-02T23:17:03.724Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3983 | 2025-09-02T23:17:04.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 3984 | 2025-09-02T23:17:04.716Z | |
| 3985 | 2025-09-02T23:17:04.716Z | info: running `cargo check --bins` on omicron-releng (203/227) |
| 3986 | 2025-09-02T23:17:05.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2025-09-02T23:17:05.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2025-09-02T23:17:05.526Z | Compiling blake3 v1.5.4 |
| 3989 | 2025-09-02T23:17:05.529Z | Checking memmap2 v0.9.5 |
| 3990 | 2025-09-02T23:17:05.529Z | Checking arrayvec v0.7.6 |
| 3991 | 2025-09-02T23:17:05.648Z | Checking arrayref v0.3.9 |
| 3992 | 2025-09-02T23:17:05.651Z | Checking constant_time_eq v0.3.1 |
| 3993 | 2025-09-02T23:17:05.683Z | Checking topological-sort v0.2.2 |
| 3994 | 2025-09-02T23:17:05.700Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3995 | 2025-09-02T23:17:05.717Z | Checking shell-words v1.1.0 |
| 3996 | 2025-09-02T23:17:06.712Z | Checking omicron-zone-package v0.12.2 |
| 3997 | 2025-09-02T23:17:07.847Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3998 | 2025-09-02T23:17:09.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 3999 | 2025-09-02T23:17:09.226Z | |
| 4000 | 2025-09-02T23:17:09.227Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/227) |
| 4001 | 2025-09-02T23:17:09.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2025-09-02T23:17:09.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2025-09-02T23:17:10.030Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4004 | 2025-09-02T23:17:10.422Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4005 | 2025-09-02T23:17:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4006 | 2025-09-02T23:17:11.143Z | |
| 4007 | 2025-09-02T23:17:11.143Z | info: running `cargo check --bins` on xtask (205/227) |
| 4008 | 2025-09-02T23:17:11.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4009 | 2025-09-02T23:17:11.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4010 | 2025-09-02T23:17:11.730Z | Checking bitflags v2.9.1 |
| 4011 | 2025-09-02T23:17:11.734Z | Checking serde v1.0.219 |
| 4012 | 2025-09-02T23:17:11.828Z | Checking zerofrom v0.1.4 |
| 4013 | 2025-09-02T23:17:11.842Z | Checking hashbrown v0.15.4 |
| 4014 | 2025-09-02T23:17:11.845Z | Checking smallvec v1.15.1 |
| 4015 | 2025-09-02T23:17:11.864Z | Checking thiserror v1.0.69 |
| 4016 | 2025-09-02T23:17:11.874Z | Checking num-traits v0.2.19 |
| 4017 | 2025-09-02T23:17:11.874Z | Checking scroll v0.12.0 |
| 4018 | 2025-09-02T23:17:12.011Z | Checking log v0.4.27 |
| 4019 | 2025-09-02T23:17:12.036Z | Checking yoke v0.7.4 |
| 4020 | 2025-09-02T23:17:12.082Z | Checking rustix v0.38.37 |
| 4021 | 2025-09-02T23:17:12.171Z | Checking percent-encoding v2.3.1 |
| 4022 | 2025-09-02T23:17:12.290Z | Checking pest v2.7.14 |
| 4023 | 2025-09-02T23:17:12.354Z | Checking goblin v0.8.2 |
| 4024 | 2025-09-02T23:17:12.390Z | Checking zerovec v0.10.4 |
| 4025 | 2025-09-02T23:17:12.393Z | Checking form_urlencoded v1.2.1 |
| 4026 | 2025-09-02T23:17:12.634Z | Checking zerocopy v0.7.35 |
| 4027 | 2025-09-02T23:17:12.775Z | Checking indexmap v2.10.0 |
| 4028 | 2025-09-02T23:17:13.054Z | Checking terminal_size v0.4.0 |
| 4029 | 2025-09-02T23:17:13.252Z | Checking getrandom v0.3.1 |
| 4030 | 2025-09-02T23:17:13.400Z | Checking ordered-float v2.10.1 |
| 4031 | 2025-09-02T23:17:13.488Z | Checking thiserror v2.0.12 |
| 4032 | 2025-09-02T23:17:13.651Z | Checking syn v2.0.104 |
| 4033 | 2025-09-02T23:17:13.807Z | Checking rustix v1.0.7 |
| 4034 | 2025-09-02T23:17:13.878Z | Checking once_cell v1.21.3 |
| 4035 | 2025-09-02T23:17:13.914Z | Checking tinystr v0.7.6 |
| 4036 | 2025-09-02T23:17:13.947Z | Checking icu_collections v1.5.0 |
| 4037 | 2025-09-02T23:17:14.198Z | Checking clap_builder v4.5.41 |
| 4038 | 2025-09-02T23:17:14.254Z | Checking icu_locid v1.5.0 |
| 4039 | 2025-09-02T23:17:14.608Z | Checking textwrap v0.16.2 |
| 4040 | 2025-09-02T23:17:14.750Z | Checking dtrace-parser v0.2.0 |
| 4041 | 2025-09-02T23:17:15.011Z | Checking fs-err v3.1.1 |
| 4042 | 2025-09-02T23:17:15.201Z | Checking icu_provider v1.5.0 |
| 4043 | 2025-09-02T23:17:15.280Z | Checking anyhow v1.0.99 |
| 4044 | 2025-09-02T23:17:15.360Z | Checking tabled v0.15.0 |
| 4045 | 2025-09-02T23:17:15.439Z | Checking tempfile v3.20.0 |
| 4046 | 2025-09-02T23:17:15.677Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4047 | 2025-09-02T23:17:15.807Z | Checking icu_locid_transform v1.5.0 |
| 4048 | 2025-09-02T23:17:16.389Z | Checking toml_datetime v0.6.11 |
| 4049 | 2025-09-02T23:17:16.395Z | Checking serde_spanned v0.6.9 |
| 4050 | 2025-09-02T23:17:16.395Z | Checking serde_json v1.0.142 |
| 4051 | 2025-09-02T23:17:16.643Z | Checking erased-serde v0.4.6 |
| 4052 | 2025-09-02T23:17:16.761Z | Checking toml_edit v0.22.27 |
| 4053 | 2025-09-02T23:17:16.835Z | Checking icu_properties v1.5.1 |
| 4054 | 2025-09-02T23:17:17.073Z | Checking serde-value v0.7.0 |
| 4055 | 2025-09-02T23:17:17.170Z | Checking semver v1.0.26 |
| 4056 | 2025-09-02T23:17:17.505Z | Checking camino v1.1.11 |
| 4057 | 2025-09-02T23:17:17.549Z | Checking serde-untagged v0.1.7 |
| 4058 | 2025-09-02T23:17:17.601Z | Checking cargo-platform v0.2.0 |
| 4059 | 2025-09-02T23:17:17.904Z | Checking dof v0.3.0 |
| 4060 | 2025-09-02T23:17:17.924Z | Checking clap v4.5.41 |
| 4061 | 2025-09-02T23:17:17.957Z | Checking macaddr v1.0.1 |
| 4062 | 2025-09-02T23:17:18.034Z | Checking camino-tempfile v1.4.1 |
| 4063 | 2025-09-02T23:17:18.387Z | Checking usdt-impl v0.5.0 |
| 4064 | 2025-09-02T23:17:18.754Z | Checking usdt v0.5.0 |
| 4065 | 2025-09-02T23:17:18.950Z | Checking toml v0.8.23 |
| 4066 | 2025-09-02T23:17:19.410Z | Checking icu_normalizer v1.5.0 |
| 4067 | 2025-09-02T23:17:19.423Z | Checking cargo_toml v0.21.0 |
| 4068 | 2025-09-02T23:17:19.929Z | Checking idna_adapter v1.2.0 |
| 4069 | 2025-09-02T23:17:20.068Z | Checking idna v1.0.3 |
| 4070 | 2025-09-02T23:17:20.392Z | Checking url v2.5.4 |
| 4071 | 2025-09-02T23:17:20.891Z | Checking cargo-util-schemas v0.8.2 |
| 4072 | 2025-09-02T23:17:22.082Z | Checking cargo_metadata v0.21.0 |
| 4073 | 2025-09-02T23:17:23.122Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4074 | 2025-09-02T23:17:23.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.66s |
| 4075 | 2025-09-02T23:17:23.968Z | |
| 4076 | 2025-09-02T23:17:23.968Z | info: running `cargo check --bins` on end-to-end-tests (206/227) |
| 4077 | 2025-09-02T23:17:24.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2025-09-02T23:17:24.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2025-09-02T23:17:24.947Z | Checking polyval v0.6.2 |
| 4080 | 2025-09-02T23:17:25.079Z | Checking ctr v0.9.2 |
| 4081 | 2025-09-02T23:17:25.093Z | Checking ssh-encoding v0.2.0 |
| 4082 | 2025-09-02T23:17:25.093Z | Checking blowfish v0.9.1 |
| 4083 | 2025-09-02T23:17:25.122Z | Checking password-hash v0.4.2 |
| 4084 | 2025-09-02T23:17:25.137Z | Checking p256 v0.13.2 |
| 4085 | 2025-09-02T23:17:25.140Z | Checking p521 v0.13.3 |
| 4086 | 2025-09-02T23:17:25.170Z | Checking russh-cryptovec v0.7.3 |
| 4087 | 2025-09-02T23:17:25.324Z | Checking ghash v0.5.1 |
| 4088 | 2025-09-02T23:17:25.350Z | Checking bcrypt-pbkdf v0.10.0 |
| 4089 | 2025-09-02T23:17:25.350Z | Checking md5 v0.7.0 |
| 4090 | 2025-09-02T23:17:25.428Z | Checking num-bigint v0.4.6 |
| 4091 | 2025-09-02T23:17:25.431Z | Checking des v0.8.1 |
| 4092 | 2025-09-02T23:17:25.506Z | Checking pbkdf2 v0.11.0 |
| 4093 | 2025-09-02T23:17:25.527Z | Checking aes-gcm v0.10.3 |
| 4094 | 2025-09-02T23:17:25.584Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4095 | 2025-09-02T23:17:25.677Z | Checking hex-literal v0.4.1 |
| 4096 | 2025-09-02T23:17:25.680Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4097 | 2025-09-02T23:17:25.721Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4098 | 2025-09-02T23:17:25.766Z | Checking ssh-cipher v0.2.0 |
| 4099 | 2025-09-02T23:17:25.806Z | Checking internet-checksum v0.2.1 |
| 4100 | 2025-09-02T23:17:26.049Z | Checking ssh-key v0.6.6 |
| 4101 | 2025-09-02T23:17:26.288Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4102 | 2025-09-02T23:17:27.143Z | Checking russh-keys v0.45.0 |
| 4103 | 2025-09-02T23:17:27.984Z | Checking russh v0.45.0 |
| 4104 | 2025-09-02T23:17:49.211Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4105 | 2025-09-02T23:17:50.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.77s |
| 4106 | 2025-09-02T23:17:50.990Z | |
| 4107 | 2025-09-02T23:17:50.990Z | info: running `cargo check --bins` on gateway-cli (207/227) |
| 4108 | 2025-09-02T23:17:51.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2025-09-02T23:17:51.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2025-09-02T23:17:51.777Z | Checking termios v0.3.3 |
| 4111 | 2025-09-02T23:17:52.021Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4112 | 2025-09-02T23:17:52.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4113 | 2025-09-02T23:17:53.024Z | |
| 4114 | 2025-09-02T23:17:53.024Z | info: running `cargo check --bins --no-default-features` on installinator (208/227) |
| 4115 | 2025-09-02T23:17:53.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2025-09-02T23:17:53.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2025-09-02T23:17:53.885Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4118 | 2025-09-02T23:17:53.888Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4119 | 2025-09-02T23:17:53.888Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4120 | 2025-09-02T23:17:54.771Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4121 | 2025-09-02T23:17:56.580Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4122 | 2025-09-02T23:17:58.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
| 4123 | 2025-09-02T23:17:58.991Z | |
| 4124 | 2025-09-02T23:17:58.991Z | info: running `cargo check --bins` on internal-dns-cli (209/227) |
| 4125 | 2025-09-02T23:17:59.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4126 | 2025-09-02T23:17:59.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4127 | 2025-09-02T23:17:59.782Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4128 | 2025-09-02T23:18:00.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4129 | 2025-09-02T23:18:00.494Z | |
| 4130 | 2025-09-02T23:18:00.494Z | info: running `cargo check --bins` on omicron-live-tests (210/227) |
| 4131 | 2025-09-02T23:18:01.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2025-09-02T23:18:01.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2025-09-02T23:18:01.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4134 | 2025-09-02T23:18:01.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4135 | 2025-09-02T23:18:01.248Z | |
| 4136 | 2025-09-02T23:18:01.248Z | info: running `cargo check --bins` on live-tests-macros (211/227) |
| 4137 | 2025-09-02T23:18:01.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2025-09-02T23:18:01.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2025-09-02T23:18:01.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4140 | 2025-09-02T23:18:01.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4141 | 2025-09-02T23:18:02.001Z | |
| 4142 | 2025-09-02T23:18:02.001Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227) |
| 4143 | 2025-09-02T23:18:02.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2025-09-02T23:18:02.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2025-09-02T23:18:02.899Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4146 | 2025-09-02T23:18:03.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4147 | 2025-09-02T23:18:03.859Z | |
| 4148 | 2025-09-02T23:18:03.859Z | info: running `cargo check --bins` on omicron-ntp-admin (213/227) |
| 4149 | 2025-09-02T23:18:04.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2025-09-02T23:18:04.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2025-09-02T23:18:04.672Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4152 | 2025-09-02T23:18:04.672Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4153 | 2025-09-02T23:18:04.983Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4154 | 2025-09-02T23:18:06.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4155 | 2025-09-02T23:18:06.195Z | |
| 4156 | 2025-09-02T23:18:06.195Z | info: running `cargo check --bins` on omicron-package (214/227) |
| 4157 | 2025-09-02T23:18:06.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2025-09-02T23:18:06.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2025-09-02T23:18:07.012Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4160 | 2025-09-02T23:18:08.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4161 | 2025-09-02T23:18:08.720Z | |
| 4162 | 2025-09-02T23:18:08.720Z | info: running `cargo check --bins --no-default-features` on trust-quorum (215/227) |
| 4163 | 2025-09-02T23:18:09.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2025-09-02T23:18:09.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2025-09-02T23:18:09.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4166 | 2025-09-02T23:18:09.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4167 | 2025-09-02T23:18:09.518Z | |
| 4168 | 2025-09-02T23:18:09.518Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227) |
| 4169 | 2025-09-02T23:18:10.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2025-09-02T23:18:10.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2025-09-02T23:18:10.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4172 | 2025-09-02T23:18:10.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4173 | 2025-09-02T23:18:10.319Z | |
| 4174 | 2025-09-02T23:18:10.319Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227) |
| 4175 | 2025-09-02T23:18:11.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2025-09-02T23:18:11.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2025-09-02T23:18:11.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4178 | 2025-09-02T23:18:11.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4179 | 2025-09-02T23:18:11.119Z | |
| 4180 | 2025-09-02T23:18:11.119Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227) |
| 4181 | 2025-09-02T23:18:11.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4182 | 2025-09-02T23:18:11.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4183 | 2025-09-02T23:18:11.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4184 | 2025-09-02T23:18:11.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4185 | 2025-09-02T23:18:11.922Z | |
| 4186 | 2025-09-02T23:18:11.922Z | info: running `cargo check --bins --no-default-features` on gfss (219/227) |
| 4187 | 2025-09-02T23:18:12.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2025-09-02T23:18:12.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2025-09-02T23:18:12.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4190 | 2025-09-02T23:18:12.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 4191 | 2025-09-02T23:18:12.671Z | |
| 4192 | 2025-09-02T23:18:12.671Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227) |
| 4193 | 2025-09-02T23:18:13.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4194 | 2025-09-02T23:18:13.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4195 | 2025-09-02T23:18:13.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4196 | 2025-09-02T23:18:13.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4197 | 2025-09-02T23:18:13.426Z | |
| 4198 | 2025-09-02T23:18:13.426Z | info: running `cargo check --bins` on trust-quorum-test-utils (221/227) |
| 4199 | 2025-09-02T23:18:14.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2025-09-02T23:18:14.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2025-09-02T23:18:14.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4202 | 2025-09-02T23:18:14.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4203 | 2025-09-02T23:18:14.241Z | |
| 4204 | 2025-09-02T23:18:14.241Z | info: running `cargo check --bins` on tqdb (222/227) |
| 4205 | 2025-09-02T23:18:15.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2025-09-02T23:18:15.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2025-09-02T23:18:15.142Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4208 | 2025-09-02T23:18:15.545Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4209 | 2025-09-02T23:18:16.957Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4210 | 2025-09-02T23:18:17.830Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4211 | 2025-09-02T23:18:18.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 4212 | 2025-09-02T23:18:18.797Z | |
| 4213 | 2025-09-02T23:18:18.797Z | info: running `cargo check --bins` on wicket-dbg (223/227) |
| 4214 | 2025-09-02T23:18:19.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2025-09-02T23:18:19.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2025-09-02T23:18:19.675Z | Checking rtoolbox v0.0.2 |
| 4217 | 2025-09-02T23:18:19.678Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4218 | 2025-09-02T23:18:19.678Z | Checking tui-tree-widget v0.23.1 |
| 4219 | 2025-09-02T23:18:19.933Z | Checking rpassword v7.4.0 |
| 4220 | 2025-09-02T23:18:24.635Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4221 | 2025-09-02T23:18:27.527Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4222 | 2025-09-02T23:18:28.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.97s |
| 4223 | 2025-09-02T23:18:29.001Z | |
| 4224 | 2025-09-02T23:18:29.001Z | info: running `cargo check --bins` on wicket (224/227) |
| 4225 | 2025-09-02T23:18:29.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2025-09-02T23:18:29.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2025-09-02T23:18:29.867Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4228 | 2025-09-02T23:18:30.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4229 | 2025-09-02T23:18:30.544Z | |
| 4230 | 2025-09-02T23:18:30.544Z | info: running `cargo check --bins` on wicketd (225/227) |
| 4231 | 2025-09-02T23:18:31.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2025-09-02T23:18:31.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2025-09-02T23:18:31.430Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4234 | 2025-09-02T23:18:35.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
| 4235 | 2025-09-02T23:18:35.824Z | |
| 4236 | 2025-09-02T23:18:35.825Z | info: running `cargo check --bins` on omicron-workspace-hack (226/227) |
| 4237 | 2025-09-02T23:18:36.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2025-09-02T23:18:36.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2025-09-02T23:18:36.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4240 | 2025-09-02T23:18:36.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4241 | 2025-09-02T23:18:36.578Z | |
| 4242 | 2025-09-02T23:18:36.578Z | info: running `cargo check --bins` on zone-setup (227/227) |
| 4243 | 2025-09-02T23:18:37.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2025-09-02T23:18:37.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2025-09-02T23:18:37.397Z | Checking uzers v0.12.1 |
| 4246 | 2025-09-02T23:18:37.758Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4247 | 2025-09-02T23:18:38.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
| 4248 | 2025-09-02T23:18:39.072Z | |
| 4249 | 2025-09-02T23:18:39.075Z | real 16:24.868401757 |
| 4250 | 2025-09-02T23:18:39.075Z | user 32:04.479665012 |
| 4251 | 2025-09-02T23:18:39.075Z | sys 5:22.513627933 |
| 4252 | 2025-09-02T23:18:39.075Z | trap 0.673094830 |
| 4253 | 2025-09-02T23:18:39.075Z | tflt 0.694331723 |
| 4254 | 2025-09-02T23:18:39.075Z | dflt 1.738414390 |
| 4255 | 2025-09-02T23:18:39.075Z | kflt 0.000896662 |
| 4256 | 2025-09-02T23:18:39.075Z | lock 1:19:42.082114263 |
| 4257 | 2025-09-02T23:18:39.075Z | slp 2:38:20.297149653 |
| 4258 | 2025-09-02T23:18:39.075Z | lat 1:37.682854899 |
| 4259 | 2025-09-02T23:18:39.075Z | stop 5:21.063818522 |
| 4260 | 2025-09-02T23:18:39.075Z | process exited: duration 1271998 ms, exit code 0 |
| |
| 4261 | 2025-09-02T23:18:39.083Z | found 0 output files |