|
|
|
| 1 | 2025-07-01T18:23:50.249Z | job assigned to worker 01JZ3KN85PMTSKXPV08B85PX4P [factory gimlet-EVT22200007-propolis, EVT22200007/33031] (queued for 32 s) |
| |
| 2 | 2025-07-01T18:23:59.469Z | starting task 0: "setup" |
| 3 | 2025-07-01T18:23:59.499Z | ++ uname -s |
| 4 | 2025-07-01T18:23:59.499Z | + kern=SunOS |
| 5 | 2025-07-01T18:23:59.499Z | + build_user=build |
| 6 | 2025-07-01T18:23:59.499Z | + build_uid=12345 |
| 7 | 2025-07-01T18:23:59.499Z | + work_dir=/work |
| 8 | 2025-07-01T18:23:59.499Z | + input_dir=/input |
| 9 | 2025-07-01T18:23:59.499Z | + [[ 0 == 12345 ]] |
| 10 | 2025-07-01T18:23:59.500Z | + case "$kern" in |
| 11 | 2025-07-01T18:23:59.500Z | + groupadd -g 12345 build |
| 12 | 2025-07-01T18:23:59.500Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-07-01T18:24:01.497Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-07-01T18:24:01.537Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-07-01T18:24:01.563Z | + home_fs=zfs |
| 16 | 2025-07-01T18:24:01.563Z | + [[ zfs == autofs ]] |
| 17 | 2025-07-01T18:24:01.563Z | + mkdir -p /home/build |
| 18 | 2025-07-01T18:24:01.563Z | + chown build:build /home/build /work |
| 19 | 2025-07-01T18:24:03.547Z | + chmod 0700 /home/build /work |
| 20 | 2025-07-01T18:24:03.578Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2025-07-01T18:24:03.633Z | starting task 1: "rust-toolchain" |
| 22 | 2025-07-01T18:24:03.662Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-07-01T18:24:03.662Z | * rust toolchain channel = "1.87.0" |
| 24 | 2025-07-01T18:24:03.662Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-07-01T18:24:03.662Z | * rust toolchain profile = "default" |
| 26 | 2025-07-01T18:24:03.662Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-07-01T18:24:03.662Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-07-01T18:24:03.662Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-07-01T18:24:03.662Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-07-01T18:24:03.789Z | info: downloading installer |
| 31 | 2025-07-01T18:24:04.497Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-07-01T18:24:04.497Z | warn: /opt/ooce/bin |
| 33 | 2025-07-01T18:24:04.497Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-07-01T18:24:04.497Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-07-01T18:24:04.497Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-07-01T18:24:04.497Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-07-01T18:24:04.497Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-07-01T18:24:04.497Z | error: cannot install while Rust is installed |
| 39 | 2025-07-01T18:24:04.497Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-07-01T18:24:04.527Z | info: profile set to 'default' |
| 41 | 2025-07-01T18:24:04.527Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-07-01T18:24:04.527Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-07-01T18:24:04.672Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-07-01T18:24:04.672Z | info: downloading component 'cargo' |
| 45 | 2025-07-01T18:24:04.907Z | info: downloading component 'clippy' |
| 46 | 2025-07-01T18:24:05.028Z | info: downloading component 'rust-docs' |
| 47 | 2025-07-01T18:24:05.752Z | info: downloading component 'rust-std' |
| 48 | 2025-07-01T18:24:06.525Z | info: downloading component 'rustc' |
| 49 | 2025-07-01T18:24:09.839Z | info: downloading component 'rustfmt' |
| 50 | 2025-07-01T18:24:09.982Z | info: installing component 'cargo' |
| 51 | 2025-07-01T18:24:11.259Z | info: installing component 'clippy' |
| 52 | 2025-07-01T18:24:11.822Z | info: installing component 'rust-docs' |
| 53 | 2025-07-01T18:24:15.223Z | info: installing component 'rust-std' |
| 54 | 2025-07-01T18:24:17.465Z | info: installing component 'rustc' |
| 55 | 2025-07-01T18:24:26.239Z | info: installing component 'rustfmt' |
| 56 | 2025-07-01T18:24:26.650Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-07-01T18:24:26.650Z | |
| 58 | 2025-07-01T18:24:26.820Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-07-01T18:24:26.820Z | |
| 60 | 2025-07-01T18:24:26.820Z | |
| 61 | 2025-07-01T18:24:26.820Z | Rust is installed now. Great! |
| 62 | 2025-07-01T18:24:26.820Z | |
| 63 | 2025-07-01T18:24:26.820Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-07-01T18:24:26.846Z | environment variable. This has not been done automatically. |
| 65 | 2025-07-01T18:24:26.846Z | |
| 66 | 2025-07-01T18:24:26.846Z | To configure your current shell, you need to source |
| 67 | 2025-07-01T18:24:26.846Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-07-01T18:24:26.846Z | |
| 69 | 2025-07-01T18:24:26.846Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-07-01T18:24:26.846Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-07-01T18:24:26.846Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-07-01T18:24:26.846Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-07-01T18:24:26.937Z | + rustup --version |
| 74 | 2025-07-01T18:24:26.962Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-07-01T18:24:26.962Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-07-01T18:24:27.075Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-07-01T18:24:27.101Z | + cargo --version |
| 78 | 2025-07-01T18:24:27.177Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-07-01T18:24:27.203Z | + rustc --version |
| 80 | 2025-07-01T18:24:27.274Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-07-01T18:24:27.300Z | process exited: duration 23648 ms, exit code 0 |
| |
| 82 | 2025-07-01T18:24:27.352Z | starting task 2: "authentication" |
| 83 | 2025-07-01T18:24:27.412Z | process exited: duration 60 ms, exit code 0 |
| |
| 84 | 2025-07-01T18:24:27.467Z | starting task 3: "clone repository" |
| 85 | 2025-07-01T18:24:27.493Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-07-01T18:24:27.493Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-07-01T18:24:27.518Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-07-01T18:24:37.055Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-07-01T18:24:37.055Z | + git fetch origin 8930190bbe30b92f7115059b006e026b8ce59209 |
| 90 | 2025-07-01T18:24:37.620Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-07-01T18:24:37.620Z | * branch 8930190bbe30b92f7115059b006e026b8ce59209 -> FETCH_HEAD |
| 92 | 2025-07-01T18:24:37.645Z | + [[ -n dap/mgs-u16 ]] |
| 93 | 2025-07-01T18:24:37.646Z | ++ git branch --show-current |
| 94 | 2025-07-01T18:24:37.646Z | + current=main |
| 95 | 2025-07-01T18:24:37.646Z | + [[ main != dap/mgs-u16 ]] |
| 96 | 2025-07-01T18:24:37.646Z | + git branch -f dap/mgs-u16 8930190bbe30b92f7115059b006e026b8ce59209 |
| 97 | 2025-07-01T18:24:37.671Z | + git checkout -f dap/mgs-u16 |
| 98 | 2025-07-01T18:24:37.930Z | Switched to branch 'dap/mgs-u16' |
| 99 | 2025-07-01T18:24:37.958Z | + git reset --hard 8930190bbe30b92f7115059b006e026b8ce59209 |
| 100 | 2025-07-01T18:24:37.984Z | HEAD is now at 8930190bb Merge remote-tracking branch 'origin/main' into dap/mgs-u16 |
| 101 | 2025-07-01T18:24:37.984Z | process exited: duration 10498 ms, exit code 0 |
| |
| 102 | 2025-07-01T18:24:38.042Z | starting task 4: "build" |
| 103 | 2025-07-01T18:24:38.067Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-07-01T18:24:38.067Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-07-01T18:24:38.068Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-07-01T18:24:38.068Z | + cargo --version |
| 107 | 2025-07-01T18:24:38.132Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-07-01T18:24:38.161Z | + rustc --version |
| 109 | 2025-07-01T18:24:38.238Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-07-01T18:24:38.271Z | + source ./env.sh |
| 111 | 2025-07-01T18:24:38.272Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-07-01T18:24:38.272Z | ++ set -o xtrace |
| 113 | 2025-07-01T18:24:38.272Z | ++++ dirname ./env.sh |
| 114 | 2025-07-01T18:24:38.272Z | +++ readlink -f . |
| 115 | 2025-07-01T18:24:38.272Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-07-01T18:24:38.273Z | ++ 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-07-01T18:24:38.273Z | ++ 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-07-01T18:24:38.273Z | ++ 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-07-01T18:24:38.273Z | ++ 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-07-01T18:24:38.273Z | ++ 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-07-01T18:24:38.273Z | ++ 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-07-01T18:24:38.273Z | ++ 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-07-01T18:24:38.274Z | ++ 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-07-01T18:24:38.274Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-07-01T18:24:38.274Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-07-01T18:24:38.274Z | + 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-07-01T18:24:38.274Z | + 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-07-01T18:24:38.275Z | + banner prerequisites |
| 129 | 2025-07-01T18:24:38.275Z | |
| 130 | 2025-07-01T18:24:38.275Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-07-01T18:24:38.275Z | # # # # # # # # # # # # # # # |
| 132 | 2025-07-01T18:24:38.275Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-07-01T18:24:38.275Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-07-01T18:24:38.276Z | # # # # # # # # # # # # # # # |
| 135 | 2025-07-01T18:24:38.276Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-07-01T18:24:38.276Z | |
| 137 | 2025-07-01T18:24:38.276Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-07-01T18:24:51.208Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-07-01T18:25:02.671Z | Startup: Caching catalogs ... Done |
| 140 | 2025-07-01T18:25:09.214Z | Planning: Solver setup ... Done (4.395s) |
| 141 | 2025-07-01T18:25:09.256Z | Planning: Running solver ... Done (0.043s) |
| 142 | 2025-07-01T18:25:09.341Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2025-07-01T18:25:09.424Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-07-01T18:25:09.849Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-07-01T18:25:09.927Z | Planning: Package planning ... Done (0.078s) |
| 146 | 2025-07-01T18:25:10.020Z | Planning: Merging actions ... Done (0.092s) |
| 147 | 2025-07-01T18:25:10.476Z | Planning: Checking for conflicting actions ... Done (0.454s) |
| 148 | 2025-07-01T18:25:10.503Z | Planning: Consolidating action changes ... Done (0.018s) |
| 149 | 2025-07-01T18:25:11.407Z | Planning: Evaluating mediators ... Done (0.913s) |
| 150 | 2025-07-01T18:25:11.433Z | Planning: Planning completed in 8.63 seconds |
| 151 | 2025-07-01T18:25:11.459Z | Packages to install: 4 |
| 152 | 2025-07-01T18:25:11.459Z | Mediators to change: 2 |
| 153 | 2025-07-01T18:25:11.460Z | Services to change: 1 |
| 154 | 2025-07-01T18:25:11.460Z | Estimated space available: 155.01 GB |
| 155 | 2025-07-01T18:25:11.460Z | Estimated space to be consumed: 1.69 GB |
| 156 | 2025-07-01T18:25:11.460Z | Create boot environment: No |
| 157 | 2025-07-01T18:25:11.460Z | Create backup boot environment: No |
| 158 | 2025-07-01T18:25:11.460Z | Rebuild boot archive: No |
| 159 | 2025-07-01T18:25:11.460Z | |
| 160 | 2025-07-01T18:25:11.460Z | Changed mediators: |
| 161 | 2025-07-01T18:25:11.460Z | mediator clang: |
| 162 | 2025-07-01T18:25:11.460Z | version: None -> 15 (system default) |
| 163 | 2025-07-01T18:25:11.460Z | |
| 164 | 2025-07-01T18:25:11.460Z | mediator llvm: |
| 165 | 2025-07-01T18:25:11.460Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-07-01T18:25:11.460Z | |
| 167 | 2025-07-01T18:25:11.460Z | Changed packages: |
| 168 | 2025-07-01T18:25:11.460Z | helios-dev |
| 169 | 2025-07-01T18:25:11.460Z | developer/build-essential |
| 170 | 2025-07-01T18:25:11.460Z | None -> 11-2.0 |
| 171 | 2025-07-01T18:25:11.460Z | library/libxmlsec1 |
| 172 | 2025-07-01T18:25:11.460Z | None -> 1.2.35-2.0 |
| 173 | 2025-07-01T18:25:11.460Z | ooce/developer/clang-15 |
| 174 | 2025-07-01T18:25:11.460Z | None -> 15.0.7-2.0 |
| 175 | 2025-07-01T18:25:11.460Z | ooce/developer/llvm-15 |
| 176 | 2025-07-01T18:25:11.460Z | None -> 15.0.7-2.0 |
| 177 | 2025-07-01T18:25:11.460Z | |
| 178 | 2025-07-01T18:25:11.460Z | Services: |
| 179 | 2025-07-01T18:25:11.460Z | restart_fmri: |
| 180 | 2025-07-01T18:25:11.460Z | svc:/system/update-man-index:default |
| 181 | 2025-07-01T18:25:11.535Z | |
| 182 | 2025-07-01T18:25:11.535Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-07-01T18:25:16.582Z | Download: 1195/3290 items 77.7/212.6MB 36% complete (17.3M/s) |
| 184 | 2025-07-01T18:25:21.666Z | Download: 2215/3290 items 119.2/212.6MB 56% complete (12.2M/s) |
| 185 | 2025-07-01T18:25:26.666Z | Download: 3169/3290 items 142.8/212.6MB 67% complete (6.4M/s) |
| 186 | 2025-07-01T18:25:29.920Z | Download: Completed 212.60 MB in 18.39 seconds (11.6M/s) |
| 187 | 2025-07-01T18:25:30.135Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-07-01T18:25:35.181Z | Actions: 3152/3689 actions (Installing new actions) |
| 189 | 2025-07-01T18:25:36.852Z | Actions: Completed 3689 actions in 6.72 seconds. |
| 190 | 2025-07-01T18:25:37.588Z | Done (0.725s) |
| 191 | 2025-07-01T18:25:37.588Z | Done (0.000s) |
| 192 | 2025-07-01T18:25:38.718Z | Done (1.134s) |
| 193 | 2025-07-01T18:25:45.404Z | Done (6.443s) |
| 194 | 2025-07-01T18:25:45.530Z | Done (0.034s) |
| 195 | 2025-07-01T18:25:45.556Z | Done (0.000s) |
| 196 | 2025-07-01T18:25:45.711Z | Done (0.000s) |
| 197 | 2025-07-01T18:25:46.783Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-07-01T18:25:47.030Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-07-01T18:25:47.056Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-07-01T18:25:47.415Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-07-01T18:25:47.440Z | Planning: Planning completed in 0.64 seconds |
| 202 | 2025-07-01T18:25:47.474Z | Mediators to change: 2 |
| 203 | 2025-07-01T18:25:47.474Z | Create boot environment: No |
| 204 | 2025-07-01T18:25:47.474Z | Create backup boot environment: No |
| 205 | 2025-07-01T18:25:47.551Z | Done |
| 206 | 2025-07-01T18:25:47.551Z | Done |
| 207 | 2025-07-01T18:25:48.502Z | Done |
| 208 | 2025-07-01T18:25:54.086Z | Done |
| 209 | 2025-07-01T18:25:54.182Z | Done |
| 210 | 2025-07-01T18:25:54.182Z | Done |
| 211 | 2025-07-01T18:25:54.266Z | Done |
| 212 | 2025-07-01T18:25:55.176Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-07-01T18:25:55.202Z | Planning: Merging actions ... Done |
| 214 | 2025-07-01T18:25:55.460Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-07-01T18:25:55.486Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-07-01T18:25:55.830Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-07-01T18:25:55.906Z | Planning: Planning completed in 1.09 seconds |
| 218 | 2025-07-01T18:25:55.956Z | Packages to change: 1 |
| 219 | 2025-07-01T18:25:55.956Z | Mediators to change: 1 |
| 220 | 2025-07-01T18:25:55.956Z | Services to change: 1 |
| 221 | 2025-07-01T18:25:55.956Z | Create boot environment: No |
| 222 | 2025-07-01T18:25:55.956Z | Create backup boot environment: Yes |
| 223 | 2025-07-01T18:25:57.956Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-07-01T18:25:57.982Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-07-01T18:25:57.982Z | Done |
| 226 | 2025-07-01T18:25:57.982Z | Done |
| 227 | 2025-07-01T18:25:58.226Z | Done |
| 228 | 2025-07-01T18:26:03.923Z | Done |
| 229 | 2025-07-01T18:26:04.024Z | Done |
| 230 | 2025-07-01T18:26:04.052Z | Done |
| 231 | 2025-07-01T18:26:04.084Z | Done |
| 232 | 2025-07-01T18:26:04.671Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-07-01T18:26:04.671Z | clang system 15 system |
| 234 | 2025-07-01T18:26:04.671Z | csh system system illumos |
| 235 | 2025-07-01T18:26:04.671Z | ctags system system illumos |
| 236 | 2025-07-01T18:26:04.671Z | file system system illumos |
| 237 | 2025-07-01T18:26:04.671Z | gcc vendor 12 vendor |
| 238 | 2025-07-01T18:26:04.671Z | gcc system 10 system |
| 239 | 2025-07-01T18:26:04.671Z | gcc system 7 system |
| 240 | 2025-07-01T18:26:04.671Z | go system 1.20 system |
| 241 | 2025-07-01T18:26:04.671Z | go system 1.19 system |
| 242 | 2025-07-01T18:26:04.672Z | llvm system 15 system |
| 243 | 2025-07-01T18:26:04.672Z | llvm system 14 system |
| 244 | 2025-07-01T18:26:04.672Z | mariadb system 10.6 system |
| 245 | 2025-07-01T18:26:04.672Z | mta vendor vendor dma |
| 246 | 2025-07-01T18:26:04.672Z | openjdk system 17 system |
| 247 | 2025-07-01T18:26:04.672Z | openjdk system 11 system |
| 248 | 2025-07-01T18:26:04.672Z | openjdk system 1.8 system |
| 249 | 2025-07-01T18:26:04.672Z | openssl vendor 3 vendor |
| 250 | 2025-07-01T18:26:04.673Z | perl system 5.36 system |
| 251 | 2025-07-01T18:26:04.673Z | postgresql system 15 system |
| 252 | 2025-07-01T18:26:04.673Z | postgresql system 13 system |
| 253 | 2025-07-01T18:26:04.673Z | python vendor 3 vendor |
| 254 | 2025-07-01T18:26:04.673Z | python system 2 system |
| 255 | 2025-07-01T18:26:04.673Z | python3 system 3.11 system |
| 256 | 2025-07-01T18:26:04.673Z | ruby system 3.0 system |
| 257 | 2025-07-01T18:26:04.673Z | words vendor vendor american-english |
| 258 | 2025-07-01T18:26:04.673Z | words system system australian-english |
| 259 | 2025-07-01T18:26:04.673Z | words system system british-english |
| 260 | 2025-07-01T18:26:04.673Z | words system system canadian-english |
| 261 | 2025-07-01T18:26:04.673Z | words system system french |
| 262 | 2025-07-01T18:26:04.673Z | words system system italian |
| 263 | 2025-07-01T18:26:04.673Z | words system system ngerman |
| 264 | 2025-07-01T18:26:04.673Z | words system system ogerman |
| 265 | 2025-07-01T18:26:04.673Z | words system system spanish |
| 266 | 2025-07-01T18:26:05.159Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2025-07-01T18:26:05.159Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2025-07-01T18:26:12.730Z | FMRI IFO |
| 269 | 2025-07-01T18:26:12.730Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-07-01T18:26:12.731Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-07-01T18:26:17.084Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-07-01T18:26:17.173Z | Updating crates.io index |
| 287 | 2025-07-01T18:26:17.173Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-07-01T18:26:17.173Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-07-01T18:26:17.173Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-07-01T18:26:17.173Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-07-01T18:26:17.173Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-07-01T18:26:17.267Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-07-01T18:26:18.772Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-07-01T18:26:21.053Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-07-01T18:26:22.144Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-07-01T18:26:23.146Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-07-01T18:26:23.635Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-07-01T18:26:24.187Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-07-01T18:26:24.997Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-07-01T18:26:25.519Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2025-07-01T18:26:26.094Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2025-07-01T18:26:26.818Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-07-01T18:26:27.374Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-07-01T18:26:27.714Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-07-01T18:26:28.118Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-07-01T18:26:28.511Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-07-01T18:26:28.970Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2025-07-01T18:26:29.642Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-07-01T18:26:30.103Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-07-01T18:26:30.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2025-07-01T18:26:31.463Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2025-07-01T18:26:32.015Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-07-01T18:26:32.425Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-07-01T18:26:32.919Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-07-01T18:26:33.561Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-07-01T18:26:33.945Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-07-01T18:26:34.416Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-07-01T18:26:34.842Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-07-01T18:26:45.303Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-07-01T18:26:46.915Z | Downloading crates ... |
| 321 | 2025-07-01T18:26:46.984Z | Downloaded autocfg v1.4.0 |
| 322 | 2025-07-01T18:26:47.015Z | Downloaded form_urlencoded v1.2.1 |
| 323 | 2025-07-01T18:26:47.016Z | Downloaded indexmap v2.9.0 |
| 324 | 2025-07-01T18:26:47.016Z | Downloaded anstream v0.6.18 |
| 325 | 2025-07-01T18:26:47.016Z | Downloaded ucd-trie v0.1.7 |
| 326 | 2025-07-01T18:26:47.016Z | Downloaded toml_write v0.1.2 |
| 327 | 2025-07-01T18:26:47.016Z | Downloaded toml v0.8.23 |
| 328 | 2025-07-01T18:26:47.016Z | Downloaded zerofrom-derive v0.1.4 |
| 329 | 2025-07-01T18:26:47.043Z | Downloaded zerocopy v0.7.35 |
| 330 | 2025-07-01T18:26:47.043Z | Downloaded zerovec-derive v0.10.3 |
| 331 | 2025-07-01T18:26:47.043Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2025-07-01T18:26:47.088Z | Downloaded yoke v0.7.4 |
| 333 | 2025-07-01T18:26:47.088Z | Downloaded scroll_derive v0.12.0 |
| 334 | 2025-07-01T18:26:47.088Z | Downloaded zerovec v0.10.4 |
| 335 | 2025-07-01T18:26:47.088Z | Downloaded winnow v0.7.10 |
| 336 | 2025-07-01T18:26:47.088Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2025-07-01T18:26:47.088Z | Downloaded terminal_size v0.4.0 |
| 338 | 2025-07-01T18:26:47.088Z | Downloaded serde_derive v1.0.219 |
| 339 | 2025-07-01T18:26:47.116Z | Downloaded serde v1.0.219 |
| 340 | 2025-07-01T18:26:47.116Z | Downloaded memchr v2.7.4 |
| 341 | 2025-07-01T18:26:47.116Z | Downloaded pest v2.7.14 |
| 342 | 2025-07-01T18:26:47.116Z | Downloaded ryu v1.0.18 |
| 343 | 2025-07-01T18:26:47.116Z | Downloaded serde_json v1.0.140 |
| 344 | 2025-07-01T18:26:47.143Z | Downloaded icu_properties_data v1.5.0 |
| 345 | 2025-07-01T18:26:47.143Z | Downloaded idna v1.0.3 |
| 346 | 2025-07-01T18:26:47.143Z | Downloaded goblin v0.8.2 |
| 347 | 2025-07-01T18:26:47.170Z | Downloaded tabled v0.15.0 |
| 348 | 2025-07-01T18:26:47.170Z | Downloaded unicode-width v0.2.0 |
| 349 | 2025-07-01T18:26:47.197Z | Downloaded papergrid v0.11.0 |
| 350 | 2025-07-01T18:26:47.197Z | Downloaded syn v1.0.109 |
| 351 | 2025-07-01T18:26:47.197Z | Downloaded icu_collections v1.5.0 |
| 352 | 2025-07-01T18:26:47.224Z | Downloaded semver v1.0.26 |
| 353 | 2025-07-01T18:26:47.224Z | Downloaded num-traits v0.2.19 |
| 354 | 2025-07-01T18:26:47.224Z | Downloaded syn v2.0.104 |
| 355 | 2025-07-01T18:26:47.224Z | Downloaded icu_normalizer_data v1.5.0 |
| 356 | 2025-07-01T18:26:47.224Z | Downloaded rustix v0.38.37 |
| 357 | 2025-07-01T18:26:47.251Z | Downloaded hashbrown v0.15.4 |
| 358 | 2025-07-01T18:26:47.278Z | Downloaded tempfile v3.20.0 |
| 359 | 2025-07-01T18:26:47.278Z | Downloaded stable_deref_trait v1.2.0 |
| 360 | 2025-07-01T18:26:47.278Z | Downloaded smallvec v1.15.0 |
| 361 | 2025-07-01T18:26:47.278Z | Downloaded rustix v1.0.7 |
| 362 | 2025-07-01T18:26:47.304Z | Downloaded sha2 v0.10.9 |
| 363 | 2025-07-01T18:26:47.304Z | Downloaded serde_tokenstream v0.2.2 |
| 364 | 2025-07-01T18:26:47.304Z | Downloaded scroll v0.12.0 |
| 365 | 2025-07-01T18:26:47.304Z | Downloaded quote v1.0.40 |
| 366 | 2025-07-01T18:26:47.304Z | Downloaded proc-macro2 v1.0.95 |
| 367 | 2025-07-01T18:26:47.304Z | Downloaded proc-macro-error v1.0.4 |
| 368 | 2025-07-01T18:26:47.331Z | Downloaded pest_meta v2.7.14 |
| 369 | 2025-07-01T18:26:47.331Z | Downloaded pest_derive v2.7.14 |
| 370 | 2025-07-01T18:26:47.331Z | Downloaded icu_provider v1.5.0 |
| 371 | 2025-07-01T18:26:47.331Z | Downloaded icu_normalizer v1.5.0 |
| 372 | 2025-07-01T18:26:47.331Z | Downloaded icu_locid_transform_data v1.5.0 |
| 373 | 2025-07-01T18:26:47.331Z | Downloaded icu_locid_transform v1.5.0 |
| 374 | 2025-07-01T18:26:47.331Z | Downloaded synstructure v0.13.1 |
| 375 | 2025-07-01T18:26:47.331Z | Downloaded strsim v0.11.1 |
| 376 | 2025-07-01T18:26:47.331Z | Downloaded smawk v0.3.2 |
| 377 | 2025-07-01T18:26:47.331Z | Downloaded serde-untagged v0.1.7 |
| 378 | 2025-07-01T18:26:47.331Z | Downloaded proc-macro-error-attr v1.0.4 |
| 379 | 2025-07-01T18:26:47.331Z | Downloaded pest_generator v2.7.14 |
| 380 | 2025-07-01T18:26:47.358Z | Downloaded libc v0.2.174 |
| 381 | 2025-07-01T18:26:47.384Z | Downloaded percent-encoding v2.3.1 |
| 382 | 2025-07-01T18:26:47.384Z | Downloaded macaddr v1.0.1 |
| 383 | 2025-07-01T18:26:47.384Z | Downloaded itoa v1.0.11 |
| 384 | 2025-07-01T18:26:47.384Z | Downloaded generic-array v0.14.7 |
| 385 | 2025-07-01T18:26:47.384Z | Downloaded fastrand v2.1.1 |
| 386 | 2025-07-01T18:26:47.385Z | Downloaded swrite v0.1.0 |
| 387 | 2025-07-01T18:26:47.385Z | Downloaded serde_spanned v0.6.9 |
| 388 | 2025-07-01T18:26:47.385Z | Downloaded pretty-hex v0.4.1 |
| 389 | 2025-07-01T18:26:47.385Z | Downloaded once_cell v1.21.3 |
| 390 | 2025-07-01T18:26:47.385Z | Downloaded is_terminal_polyfill v1.70.1 |
| 391 | 2025-07-01T18:26:47.385Z | Downloaded toml_edit v0.22.27 |
| 392 | 2025-07-01T18:26:47.385Z | Downloaded serde-value v0.7.0 |
| 393 | 2025-07-01T18:26:47.385Z | Downloaded heck v0.5.0 |
| 394 | 2025-07-01T18:26:47.412Z | Downloaded fs-err v3.1.1 |
| 395 | 2025-07-01T18:26:47.412Z | Downloaded ordered-float v2.10.1 |
| 396 | 2025-07-01T18:26:47.412Z | Downloaded memmap v0.7.0 |
| 397 | 2025-07-01T18:26:47.412Z | Downloaded idna_adapter v1.2.0 |
| 398 | 2025-07-01T18:26:47.412Z | Downloaded getrandom v0.3.1 |
| 399 | 2025-07-01T18:26:47.412Z | Downloaded clap_builder v4.5.40 |
| 400 | 2025-07-01T18:26:47.412Z | Downloaded plain v0.2.3 |
| 401 | 2025-07-01T18:26:47.413Z | Downloaded log v0.4.27 |
| 402 | 2025-07-01T18:26:47.413Z | Downloaded icu_provider_macros v1.5.0 |
| 403 | 2025-07-01T18:26:47.413Z | Downloaded heck v0.4.1 |
| 404 | 2025-07-01T18:26:47.413Z | Downloaded yoke-derive v0.7.4 |
| 405 | 2025-07-01T18:26:47.413Z | Downloaded write16 v1.0.0 |
| 406 | 2025-07-01T18:26:47.413Z | Downloaded usdt-impl v0.5.0 |
| 407 | 2025-07-01T18:26:47.413Z | Downloaded unicode-xid v0.2.6 |
| 408 | 2025-07-01T18:26:47.441Z | Downloaded toml_datetime v0.6.11 |
| 409 | 2025-07-01T18:26:47.441Z | Downloaded tinystr v0.7.6 |
| 410 | 2025-07-01T18:26:47.441Z | Downloaded textwrap v0.16.2 |
| 411 | 2025-07-01T18:26:47.441Z | Downloaded litemap v0.7.3 |
| 412 | 2025-07-01T18:26:47.441Z | Downloaded icu_properties v1.5.1 |
| 413 | 2025-07-01T18:26:47.441Z | Downloaded fnv v1.0.7 |
| 414 | 2025-07-01T18:26:47.441Z | Downloaded displaydoc v0.2.5 |
| 415 | 2025-07-01T18:26:47.441Z | Downloaded cargo-platform v0.2.0 |
| 416 | 2025-07-01T18:26:47.441Z | Downloaded camino v1.1.10 |
| 417 | 2025-07-01T18:26:47.441Z | Downloaded anyhow v1.0.98 |
| 418 | 2025-07-01T18:26:47.441Z | Downloaded zerofrom v0.1.4 |
| 419 | 2025-07-01T18:26:47.442Z | Downloaded utf8_iter v1.0.4 |
| 420 | 2025-07-01T18:26:47.442Z | Downloaded usdt-macro v0.5.0 |
| 421 | 2025-07-01T18:26:47.442Z | Downloaded usdt v0.5.0 |
| 422 | 2025-07-01T18:26:47.442Z | Downloaded unicode-ident v1.0.18 |
| 423 | 2025-07-01T18:26:47.468Z | Downloaded thiserror-impl v1.0.69 |
| 424 | 2025-07-01T18:26:47.468Z | Downloaded icu_locid v1.5.0 |
| 425 | 2025-07-01T18:26:47.468Z | Downloaded equivalent v1.0.2 |
| 426 | 2025-07-01T18:26:47.468Z | Downloaded dof v0.3.0 |
| 427 | 2025-07-01T18:26:47.468Z | Downloaded cpufeatures v0.2.14 |
| 428 | 2025-07-01T18:26:47.468Z | Downloaded bitflags v2.9.0 |
| 429 | 2025-07-01T18:26:47.468Z | Downloaded utf8parse v0.2.2 |
| 430 | 2025-07-01T18:26:47.469Z | Downloaded unicode-width v0.1.14 |
| 431 | 2025-07-01T18:26:47.469Z | Downloaded unicode-linebreak v0.1.5 |
| 432 | 2025-07-01T18:26:47.469Z | Downloaded typeid v1.0.3 |
| 433 | 2025-07-01T18:26:47.469Z | Downloaded thread-id v4.2.2 |
| 434 | 2025-07-01T18:26:47.496Z | Downloaded thiserror v1.0.69 |
| 435 | 2025-07-01T18:26:47.496Z | Downloaded errno v0.3.12 |
| 436 | 2025-07-01T18:26:47.496Z | Downloaded clap_lex v0.7.4 |
| 437 | 2025-07-01T18:26:47.496Z | Downloaded cargo_toml v0.21.0 |
| 438 | 2025-07-01T18:26:47.496Z | Downloaded writeable v0.5.5 |
| 439 | 2025-07-01T18:26:47.496Z | Downloaded version_check v0.9.5 |
| 440 | 2025-07-01T18:26:47.496Z | Downloaded utf16_iter v1.0.5 |
| 441 | 2025-07-01T18:26:47.496Z | Downloaded url v2.5.4 |
| 442 | 2025-07-01T18:26:47.496Z | Downloaded typenum v1.17.0 |
| 443 | 2025-07-01T18:26:47.496Z | Downloaded clap v4.5.40 |
| 444 | 2025-07-01T18:26:47.524Z | Downloaded cargo_metadata v0.20.0 |
| 445 | 2025-07-01T18:26:47.524Z | Downloaded thiserror v2.0.12 |
| 446 | 2025-07-01T18:26:47.524Z | Downloaded tabled_derive v0.7.0 |
| 447 | 2025-07-01T18:26:47.524Z | Downloaded thiserror-impl v2.0.12 |
| 448 | 2025-07-01T18:26:47.526Z | Downloaded dtrace-parser v0.2.0 |
| 449 | 2025-07-01T18:26:47.526Z | Downloaded digest v0.10.7 |
| 450 | 2025-07-01T18:26:47.526Z | Downloaded crypto-common v0.1.6 |
| 451 | 2025-07-01T18:26:47.526Z | Downloaded camino-tempfile v1.4.1 |
| 452 | 2025-07-01T18:26:47.526Z | Downloaded block-buffer v0.10.4 |
| 453 | 2025-07-01T18:26:47.526Z | Downloaded erased-serde v0.4.6 |
| 454 | 2025-07-01T18:26:47.526Z | Downloaded colorchoice v1.0.2 |
| 455 | 2025-07-01T18:26:47.526Z | Downloaded clap_derive v4.5.40 |
| 456 | 2025-07-01T18:26:47.553Z | Downloaded cfg-if v1.0.1 |
| 457 | 2025-07-01T18:26:47.553Z | Downloaded cargo-util-schemas v0.2.0 |
| 458 | 2025-07-01T18:26:47.553Z | Downloaded anstyle-parse v0.2.5 |
| 459 | 2025-07-01T18:26:47.553Z | Downloaded byteorder v1.5.0 |
| 460 | 2025-07-01T18:26:47.553Z | Downloaded bytecount v0.6.8 |
| 461 | 2025-07-01T18:26:47.553Z | Downloaded anstyle-query v1.1.1 |
| 462 | 2025-07-01T18:26:47.553Z | Downloaded anstyle v1.0.11 |
| 463 | 2025-07-01T18:26:47.635Z | Compiling proc-macro2 v1.0.95 |
| 464 | 2025-07-01T18:26:47.635Z | Compiling unicode-ident v1.0.18 |
| 465 | 2025-07-01T18:26:47.635Z | Compiling serde v1.0.219 |
| 466 | 2025-07-01T18:26:47.635Z | Compiling version_check v0.9.5 |
| 467 | 2025-07-01T18:26:47.635Z | Compiling libc v0.2.174 |
| 468 | 2025-07-01T18:26:47.661Z | Compiling thiserror v1.0.69 |
| 469 | 2025-07-01T18:26:47.661Z | Compiling memchr v2.7.4 |
| 470 | 2025-07-01T18:26:47.661Z | Compiling stable_deref_trait v1.2.0 |
| 471 | 2025-07-01T18:26:47.890Z | Compiling ucd-trie v0.1.7 |
| 472 | 2025-07-01T18:26:47.961Z | Compiling writeable v0.5.5 |
| 473 | 2025-07-01T18:26:48.385Z | Compiling itoa v1.0.11 |
| 474 | 2025-07-01T18:26:48.386Z | Compiling litemap v0.7.3 |
| 475 | 2025-07-01T18:26:48.498Z | Compiling autocfg v1.4.0 |
| 476 | 2025-07-01T18:26:48.532Z | Compiling ryu v1.0.18 |
| 477 | 2025-07-01T18:26:48.661Z | Compiling once_cell v1.21.3 |
| 478 | 2025-07-01T18:26:48.795Z | Compiling bitflags v2.9.0 |
| 479 | 2025-07-01T18:26:48.904Z | Compiling icu_locid_transform_data v1.5.0 |
| 480 | 2025-07-01T18:26:49.031Z | Compiling byteorder v1.5.0 |
| 481 | 2025-07-01T18:26:49.110Z | Compiling icu_properties_data v1.5.0 |
| 482 | 2025-07-01T18:26:49.416Z | Compiling serde_json v1.0.140 |
| 483 | 2025-07-01T18:26:49.450Z | Compiling utf16_iter v1.0.5 |
| 484 | 2025-07-01T18:26:49.523Z | Compiling icu_normalizer_data v1.5.0 |
| 485 | 2025-07-01T18:26:49.575Z | Compiling num-traits v0.2.19 |
| 486 | 2025-07-01T18:26:49.665Z | Compiling quote v1.0.40 |
| 487 | 2025-07-01T18:26:49.698Z | Compiling equivalent v1.0.2 |
| 488 | 2025-07-01T18:26:49.734Z | Compiling utf8_iter v1.0.4 |
| 489 | 2025-07-01T18:26:49.802Z | Compiling write16 v1.0.0 |
| 490 | 2025-07-01T18:26:49.877Z | Compiling typeid v1.0.3 |
| 491 | 2025-07-01T18:26:49.904Z | Compiling smallvec v1.15.0 |
| 492 | 2025-07-01T18:26:49.950Z | Compiling errno v0.3.12 |
| 493 | 2025-07-01T18:26:50.085Z | Compiling rustix v0.38.37 |
| 494 | 2025-07-01T18:26:50.116Z | Compiling syn v2.0.104 |
| 495 | 2025-07-01T18:26:50.231Z | Compiling hashbrown v0.15.4 |
| 496 | 2025-07-01T18:26:50.418Z | Compiling proc-macro-error-attr v1.0.4 |
| 497 | 2025-07-01T18:26:50.476Z | Compiling usdt-impl v0.5.0 |
| 498 | 2025-07-01T18:26:50.503Z | Compiling syn v1.0.109 |
| 499 | 2025-07-01T18:26:50.705Z | Compiling toml_write v0.1.2 |
| 500 | 2025-07-01T18:26:50.757Z | Compiling winnow v0.7.10 |
| 501 | 2025-07-01T18:26:50.971Z | Compiling thread-id v4.2.2 |
| 502 | 2025-07-01T18:26:51.147Z | Compiling proc-macro-error v1.0.4 |
| 503 | 2025-07-01T18:26:51.176Z | Compiling rustix v1.0.7 |
| 504 | 2025-07-01T18:26:51.302Z | Compiling indexmap v2.9.0 |
| 505 | 2025-07-01T18:26:51.349Z | Compiling percent-encoding v2.3.1 |
| 506 | 2025-07-01T18:26:51.451Z | Compiling camino v1.1.10 |
| 507 | 2025-07-01T18:26:51.693Z | Compiling utf8parse v0.2.2 |
| 508 | 2025-07-01T18:26:51.803Z | Compiling semver v1.0.26 |
| 509 | 2025-07-01T18:26:51.894Z | Compiling log v0.4.27 |
| 510 | 2025-07-01T18:26:52.027Z | Compiling plain v0.2.3 |
| 511 | 2025-07-01T18:26:52.176Z | Compiling getrandom v0.3.1 |
| 512 | 2025-07-01T18:26:52.297Z | Compiling anstyle-parse v0.2.5 |
| 513 | 2025-07-01T18:26:52.322Z | Compiling terminal_size v0.4.0 |
| 514 | 2025-07-01T18:26:52.526Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-07-01T18:26:52.577Z | Compiling form_urlencoded v1.2.1 |
| 516 | 2025-07-01T18:26:52.848Z | Compiling is_terminal_polyfill v1.70.1 |
| 517 | 2025-07-01T18:26:52.909Z | Compiling pretty-hex v0.4.1 |
| 518 | 2025-07-01T18:26:53.004Z | Compiling thiserror v2.0.12 |
| 519 | 2025-07-01T18:26:53.053Z | Compiling anstyle-query v1.1.1 |
| 520 | 2025-07-01T18:26:53.115Z | Compiling cfg-if v1.0.1 |
| 521 | 2025-07-01T18:26:53.153Z | Compiling anstyle v1.0.11 |
| 522 | 2025-07-01T18:26:53.227Z | Compiling colorchoice v1.0.2 |
| 523 | 2025-07-01T18:26:53.520Z | Compiling anstream v0.6.18 |
| 524 | 2025-07-01T18:26:53.774Z | Compiling fs-err v3.1.1 |
| 525 | 2025-07-01T18:26:53.926Z | Compiling unicode-width v0.1.14 |
| 526 | 2025-07-01T18:26:53.956Z | Compiling unicode-xid v0.2.6 |
| 527 | 2025-07-01T18:26:54.059Z | Compiling bytecount v0.6.8 |
| 528 | 2025-07-01T18:26:54.240Z | Compiling fastrand v2.1.1 |
| 529 | 2025-07-01T18:26:54.383Z | Compiling fnv v1.0.7 |
| 530 | 2025-07-01T18:26:54.523Z | Compiling strsim v0.11.1 |
| 531 | 2025-07-01T18:26:54.565Z | Compiling clap_lex v0.7.4 |
| 532 | 2025-07-01T18:26:54.605Z | Compiling heck v0.5.0 |
| 533 | 2025-07-01T18:26:54.823Z | Compiling anyhow v1.0.98 |
| 534 | 2025-07-01T18:26:55.037Z | Compiling heck v0.4.1 |
| 535 | 2025-07-01T18:26:55.131Z | Compiling clap_builder v4.5.40 |
| 536 | 2025-07-01T18:26:55.239Z | Compiling tempfile v3.20.0 |
| 537 | 2025-07-01T18:26:55.603Z | Compiling papergrid v0.11.0 |
| 538 | 2025-07-01T18:26:56.020Z | Compiling memmap v0.7.0 |
| 539 | 2025-07-01T18:26:56.050Z | Compiling unicode-width v0.2.0 |
| 540 | 2025-07-01T18:26:56.091Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2025-07-01T18:26:56.402Z | Compiling smawk v0.3.2 |
| 542 | 2025-07-01T18:26:56.710Z | Compiling textwrap v0.16.2 |
| 543 | 2025-07-01T18:26:57.149Z | Compiling synstructure v0.13.1 |
| 544 | 2025-07-01T18:26:57.448Z | Compiling swrite v0.1.0 |
| 545 | 2025-07-01T18:26:57.626Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 546 | 2025-07-01T18:26:57.773Z | Compiling tabled_derive v0.7.0 |
| 547 | 2025-07-01T18:26:59.378Z | Compiling serde_derive v1.0.219 |
| 548 | 2025-07-01T18:26:59.418Z | Compiling zerofrom-derive v0.1.4 |
| 549 | 2025-07-01T18:26:59.445Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2025-07-01T18:26:59.526Z | Compiling yoke-derive v0.7.4 |
| 551 | 2025-07-01T18:26:59.688Z | Compiling zerovec-derive v0.10.3 |
| 552 | 2025-07-01T18:27:00.082Z | Compiling displaydoc v0.2.5 |
| 553 | 2025-07-01T18:27:01.199Z | Compiling icu_provider_macros v1.5.0 |
| 554 | 2025-07-01T18:27:01.493Z | Compiling zerocopy-derive v0.7.35 |
| 555 | 2025-07-01T18:27:01.908Z | Compiling scroll_derive v0.12.0 |
| 556 | 2025-07-01T18:27:01.938Z | Compiling thiserror-impl v2.0.12 |
| 557 | 2025-07-01T18:27:02.172Z | Compiling clap_derive v4.5.40 |
| 558 | 2025-07-01T18:27:02.537Z | Compiling pest v2.7.14 |
| 559 | 2025-07-01T18:27:02.567Z | Compiling zerofrom v0.1.4 |
| 560 | 2025-07-01T18:27:02.812Z | Compiling yoke v0.7.4 |
| 561 | 2025-07-01T18:27:03.141Z | Compiling scroll v0.12.0 |
| 562 | 2025-07-01T18:27:03.202Z | Compiling zerovec v0.10.4 |
| 563 | 2025-07-01T18:27:03.297Z | Compiling zerocopy v0.7.35 |
| 564 | 2025-07-01T18:27:03.693Z | Compiling goblin v0.8.2 |
| 565 | 2025-07-01T18:27:04.005Z | Compiling tabled v0.15.0 |
| 566 | 2025-07-01T18:27:04.962Z | Compiling tinystr v0.7.6 |
| 567 | 2025-07-01T18:27:05.183Z | Compiling pest_meta v2.7.14 |
| 568 | 2025-07-01T18:27:05.260Z | Compiling icu_collections v1.5.0 |
| 569 | 2025-07-01T18:27:05.429Z | Compiling icu_locid v1.5.0 |
| 570 | 2025-07-01T18:27:06.272Z | Compiling clap v4.5.40 |
| 571 | 2025-07-01T18:27:06.530Z | Compiling icu_provider v1.5.0 |
| 572 | 2025-07-01T18:27:06.681Z | Compiling pest_generator v2.7.14 |
| 573 | 2025-07-01T18:27:07.480Z | Compiling icu_locid_transform v1.5.0 |
| 574 | 2025-07-01T18:27:08.586Z | Compiling pest_derive v2.7.14 |
| 575 | 2025-07-01T18:27:08.683Z | Compiling icu_properties v1.5.1 |
| 576 | 2025-07-01T18:27:09.336Z | Compiling dtrace-parser v0.2.0 |
| 577 | 2025-07-01T18:27:10.891Z | Compiling serde_tokenstream v0.2.2 |
| 578 | 2025-07-01T18:27:10.919Z | Compiling toml_datetime v0.6.11 |
| 579 | 2025-07-01T18:27:10.945Z | Compiling serde_spanned v0.6.9 |
| 580 | 2025-07-01T18:27:11.229Z | Compiling erased-serde v0.4.6 |
| 581 | 2025-07-01T18:27:11.259Z | Compiling serde-value v0.7.0 |
| 582 | 2025-07-01T18:27:11.481Z | Compiling toml_edit v0.22.27 |
| 583 | 2025-07-01T18:27:12.020Z | Compiling cargo-platform v0.2.0 |
| 584 | 2025-07-01T18:27:12.137Z | Compiling camino-tempfile v1.4.1 |
| 585 | 2025-07-01T18:27:12.258Z | Compiling icu_normalizer v1.5.0 |
| 586 | 2025-07-01T18:27:12.337Z | Compiling serde-untagged v0.1.7 |
| 587 | 2025-07-01T18:27:12.582Z | Compiling dof v0.3.0 |
| 588 | 2025-07-01T18:27:12.896Z | Compiling macaddr v1.0.1 |
| 589 | 2025-07-01T18:27:13.145Z | Compiling idna_adapter v1.2.0 |
| 590 | 2025-07-01T18:27:13.346Z | Compiling idna v1.0.3 |
| 591 | 2025-07-01T18:27:13.951Z | Compiling url v2.5.4 |
| 592 | 2025-07-01T18:27:14.253Z | Compiling usdt-attr-macro v0.5.0 |
| 593 | 2025-07-01T18:27:14.292Z | Compiling usdt-macro v0.5.0 |
| 594 | 2025-07-01T18:27:14.721Z | Compiling toml v0.8.23 |
| 595 | 2025-07-01T18:27:15.313Z | Compiling usdt v0.5.0 |
| 596 | 2025-07-01T18:27:15.540Z | Compiling cargo-util-schemas v0.2.0 |
| 597 | 2025-07-01T18:27:15.610Z | Compiling cargo_toml v0.21.0 |
| 598 | 2025-07-01T18:27:17.525Z | Compiling cargo_metadata v0.20.0 |
| 599 | 2025-07-01T18:27:19.825Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 600 | 2025-07-01T18:27:24.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 601 | 2025-07-01T18:27:24.562Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 602 | 2025-07-01T18:27:25.467Z | Downloading crates ... |
| 603 | 2025-07-01T18:27:25.628Z | Downloaded arrayref v0.3.9 |
| 604 | 2025-07-01T18:27:25.654Z | Downloaded base64 v0.13.1 |
| 605 | 2025-07-01T18:27:25.654Z | Downloaded buf-list v1.0.3 |
| 606 | 2025-07-01T18:27:25.683Z | Downloaded mime v0.3.17 |
| 607 | 2025-07-01T18:27:25.684Z | Downloaded jiff-static v0.2.15 |
| 608 | 2025-07-01T18:27:25.713Z | Downloaded quick-error v1.2.3 |
| 609 | 2025-07-01T18:27:25.713Z | Downloaded libxml v0.3.3 |
| 610 | 2025-07-01T18:27:25.714Z | Downloaded itertools v0.10.5 |
| 611 | 2025-07-01T18:27:25.745Z | Downloaded md5 v0.7.0 |
| 612 | 2025-07-01T18:27:25.745Z | Downloaded libsw v3.5.0 |
| 613 | 2025-07-01T18:27:25.745Z | Downloaded scrypt v0.11.0 |
| 614 | 2025-07-01T18:27:25.776Z | Downloaded progenitor v0.8.0 |
| 615 | 2025-07-01T18:27:25.777Z | Downloaded tower-layer v0.3.3 |
| 616 | 2025-07-01T18:27:25.777Z | Downloaded sync_wrapper v1.0.1 |
| 617 | 2025-07-01T18:27:25.777Z | Downloaded untrusted v0.7.1 |
| 618 | 2025-07-01T18:27:25.777Z | Downloaded waitgroup v0.1.2 |
| 619 | 2025-07-01T18:27:25.777Z | Downloaded derive_builder_macro v0.20.2 |
| 620 | 2025-07-01T18:27:25.808Z | Downloaded untrusted v0.9.0 |
| 621 | 2025-07-01T18:27:25.808Z | Downloaded utf-8 v0.7.6 |
| 622 | 2025-07-01T18:27:25.808Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 623 | 2025-07-01T18:27:25.808Z | Downloaded darling_macro v0.20.10 |
| 624 | 2025-07-01T18:27:25.808Z | Downloaded darling v0.20.10 |
| 625 | 2025-07-01T18:27:25.808Z | Downloaded data-encoding v2.9.0 |
| 626 | 2025-07-01T18:27:25.808Z | Downloaded oxide-tokio-rt v0.1.1 |
| 627 | 2025-07-01T18:27:25.845Z | Downloaded ppv-lite86 v0.2.20 |
| 628 | 2025-07-01T18:27:25.846Z | Downloaded slog-scope v4.4.0 |
| 629 | 2025-07-01T18:27:25.846Z | Downloaded which v4.4.2 |
| 630 | 2025-07-01T18:27:25.846Z | Downloaded time-core v0.1.2 |
| 631 | 2025-07-01T18:27:25.846Z | Downloaded tiny-keccak v2.0.2 |
| 632 | 2025-07-01T18:27:25.846Z | Downloaded zstd-safe v7.2.3 |
| 633 | 2025-07-01T18:27:25.846Z | Downloaded darling_core v0.20.10 |
| 634 | 2025-07-01T18:27:25.882Z | Downloaded ecdsa v0.16.9 |
| 635 | 2025-07-01T18:27:25.882Z | Downloaded newline-converter v0.3.0 |
| 636 | 2025-07-01T18:27:25.882Z | Downloaded fallible-iterator v0.2.0 |
| 637 | 2025-07-01T18:27:25.882Z | Downloaded peg-runtime v0.8.5 |
| 638 | 2025-07-01T18:27:25.882Z | Downloaded num-derive v0.3.3 |
| 639 | 2025-07-01T18:27:25.882Z | Downloaded funty v2.0.0 |
| 640 | 2025-07-01T18:27:25.882Z | Downloaded pbkdf2 v0.12.2 |
| 641 | 2025-07-01T18:27:25.909Z | Downloaded num-conv v0.1.0 |
| 642 | 2025-07-01T18:27:25.909Z | Downloaded toml_edit v0.19.15 |
| 643 | 2025-07-01T18:27:25.945Z | Downloaded strum v0.26.3 |
| 644 | 2025-07-01T18:27:25.945Z | Downloaded tracing-attributes v0.1.27 |
| 645 | 2025-07-01T18:27:25.945Z | Downloaded ssh-encoding v0.2.0 |
| 646 | 2025-07-01T18:27:25.945Z | Downloaded serde_urlencoded v0.7.1 |
| 647 | 2025-07-01T18:27:25.979Z | Downloaded thiserror-no-std v2.0.2 |
| 648 | 2025-07-01T18:27:25.979Z | Downloaded endian-type v0.1.2 |
| 649 | 2025-07-01T18:27:25.979Z | Downloaded foreign-types v0.3.2 |
| 650 | 2025-07-01T18:27:25.979Z | Downloaded ctr v0.9.2 |
| 651 | 2025-07-01T18:27:25.979Z | Downloaded embedded-io v0.4.0 |
| 652 | 2025-07-01T18:27:26.012Z | Downloaded foreign-types-shared v0.3.1 |
| 653 | 2025-07-01T18:27:26.012Z | Downloaded foreign-types-shared v0.1.1 |
| 654 | 2025-07-01T18:27:26.012Z | Downloaded sigpipe v0.1.3 |
| 655 | 2025-07-01T18:27:26.012Z | Downloaded progenitor-client v0.8.0 |
| 656 | 2025-07-01T18:27:26.012Z | Downloaded fs_extra v1.3.0 |
| 657 | 2025-07-01T18:27:26.012Z | Downloaded progenitor-client v0.9.1 |
| 658 | 2025-07-01T18:27:26.012Z | Downloaded foreign-types-macros v0.2.3 |
| 659 | 2025-07-01T18:27:26.012Z | Downloaded pretty-hex v0.2.1 |
| 660 | 2025-07-01T18:27:26.012Z | Downloaded parse-size v1.1.0 |
| 661 | 2025-07-01T18:27:26.012Z | Downloaded native-tls v0.2.12 |
| 662 | 2025-07-01T18:27:26.045Z | Downloaded progenitor-client v0.10.0 |
| 663 | 2025-07-01T18:27:26.045Z | Downloaded zip v0.6.6 |
| 664 | 2025-07-01T18:27:26.045Z | Downloaded parse-display-derive v0.10.0 |
| 665 | 2025-07-01T18:27:26.045Z | Downloaded parse-display v0.10.0 |
| 666 | 2025-07-01T18:27:26.045Z | Downloaded sec1 v0.7.3 |
| 667 | 2025-07-01T18:27:26.045Z | Downloaded packed_struct_codegen v0.10.1 |
| 668 | 2025-07-01T18:27:26.045Z | Downloaded packed_struct v0.10.1 |
| 669 | 2025-07-01T18:27:26.045Z | Downloaded parking_lot_core v0.8.6 |
| 670 | 2025-07-01T18:27:26.045Z | Downloaded progenitor-impl v0.9.1 |
| 671 | 2025-07-01T18:27:26.079Z | Downloaded half v2.4.1 |
| 672 | 2025-07-01T18:27:26.079Z | Downloaded parking_lot v0.12.3 |
| 673 | 2025-07-01T18:27:26.079Z | Downloaded pretty_assertions v1.4.1 |
| 674 | 2025-07-01T18:27:26.079Z | Downloaded papergrid v0.14.0 |
| 675 | 2025-07-01T18:27:26.079Z | Downloaded mio v1.0.2 |
| 676 | 2025-07-01T18:27:26.105Z | Downloaded nom v7.1.3 |
| 677 | 2025-07-01T18:27:26.105Z | Downloaded openssl v0.10.73 |
| 678 | 2025-07-01T18:27:26.105Z | Downloaded p521 v0.13.3 |
| 679 | 2025-07-01T18:27:26.133Z | Downloaded petname v2.0.2 |
| 680 | 2025-07-01T18:27:26.133Z | Downloaded object v0.36.5 |
| 681 | 2025-07-01T18:27:26.161Z | Downloaded rustls v0.21.12 |
| 682 | 2025-07-01T18:27:26.161Z | Downloaded openapiv3 v2.2.0 |
| 683 | 2025-07-01T18:27:26.188Z | Downloaded zlib-rs v0.5.1 |
| 684 | 2025-07-01T18:27:26.189Z | Downloaded p384 v0.13.0 |
| 685 | 2025-07-01T18:27:26.189Z | Downloaded regex v1.11.1 |
| 686 | 2025-07-01T18:27:26.216Z | Downloaded regex-syntax v0.8.5 |
| 687 | 2025-07-01T18:27:26.216Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 688 | 2025-07-01T18:27:26.243Z | Downloaded regex-syntax v0.6.29 |
| 689 | 2025-07-01T18:27:26.244Z | Downloaded nix v0.28.0 |
| 690 | 2025-07-01T18:27:26.270Z | Downloaded nix v0.30.1 |
| 691 | 2025-07-01T18:27:26.270Z | Downloaded dropshot v0.16.2 |
| 692 | 2025-07-01T18:27:26.296Z | Downloaded nix v0.29.0 |
| 693 | 2025-07-01T18:27:26.322Z | Downloaded sled v0.34.7 |
| 694 | 2025-07-01T18:27:26.348Z | Downloaded nix v0.27.1 |
| 695 | 2025-07-01T18:27:26.348Z | Downloaded ratatui v0.29.0 |
| 696 | 2025-07-01T18:27:26.374Z | Downloaded typify-impl v0.3.0 |
| 697 | 2025-07-01T18:27:26.402Z | Downloaded typify-impl v0.4.1 |
| 698 | 2025-07-01T18:27:26.427Z | Downloaded typify-impl v0.2.0 |
| 699 | 2025-07-01T18:27:26.427Z | Downloaded lzma-sys v0.1.20 |
| 700 | 2025-07-01T18:27:26.461Z | Downloaded jiff v0.2.15 |
| 701 | 2025-07-01T18:27:26.487Z | Downloaded zerocopy-derive v0.6.6 |
| 702 | 2025-07-01T18:27:27.081Z | Downloaded regress v0.10.3 |
| 703 | 2025-07-01T18:27:27.081Z | Downloaded libz-sys v1.1.20 |
| 704 | 2025-07-01T18:27:27.081Z | Downloaded rustls v0.22.4 |
| 705 | 2025-07-01T18:27:27.081Z | Downloaded petgraph v0.6.5 |
| 706 | 2025-07-01T18:27:27.081Z | Downloaded regex-automata v0.4.8 |
| 707 | 2025-07-01T18:27:27.081Z | Downloaded diesel v2.2.11 |
| 708 | 2025-07-01T18:27:27.081Z | Downloaded moka v0.12.10 |
| 709 | 2025-07-01T18:27:27.081Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 710 | 2025-07-01T18:27:27.081Z | Downloaded tokio v1.45.1 |
| 711 | 2025-07-01T18:27:27.081Z | Downloaded petgraph v0.8.2 |
| 712 | 2025-07-01T18:27:27.081Z | Downloaded zerocopy v0.8.26 |
| 713 | 2025-07-01T18:27:27.081Z | Downloaded gimli v0.31.1 |
| 714 | 2025-07-01T18:27:27.081Z | Downloaded typed-path v0.9.3 |
| 715 | 2025-07-01T18:27:27.081Z | Downloaded time v0.3.36 |
| 716 | 2025-07-01T18:27:27.081Z | Downloaded reqwest v0.12.20 |
| 717 | 2025-07-01T18:27:27.081Z | Downloaded polar-core v0.27.3 |
| 718 | 2025-07-01T18:27:27.081Z | Downloaded csv v1.3.1 |
| 719 | 2025-07-01T18:27:27.081Z | Downloaded sha3 v0.10.8 |
| 720 | 2025-07-01T18:27:27.081Z | Downloaded git2 v0.19.0 |
| 721 | 2025-07-01T18:27:27.081Z | Downloaded curve25519-dalek v4.1.3 |
| 722 | 2025-07-01T18:27:27.081Z | Downloaded zip v4.2.0 |
| 723 | 2025-07-01T18:27:27.082Z | Downloaded serde_with v3.12.0 |
| 724 | 2025-07-01T18:27:27.082Z | Downloaded winnow v0.6.26 |
| 725 | 2025-07-01T18:27:27.082Z | Downloaded rayon v1.10.0 |
| 726 | 2025-07-01T18:27:27.082Z | Downloaded object v0.30.4 |
| 727 | 2025-07-01T18:27:27.082Z | Downloaded winnow v0.5.40 |
| 728 | 2025-07-01T18:27:27.082Z | Downloaded steno v0.4.1 |
| 729 | 2025-07-01T18:27:27.082Z | Downloaded rustls v0.23.19 |
| 730 | 2025-07-01T18:27:27.082Z | Downloaded parking_lot v0.11.2 |
| 731 | 2025-07-01T18:27:27.082Z | Downloaded progenitor-impl v0.10.0 |
| 732 | 2025-07-01T18:27:27.082Z | Downloaded prettyplease v0.2.35 |
| 733 | 2025-07-01T18:27:27.111Z | Downloaded prefix-trie v0.7.0 |
| 734 | 2025-07-01T18:27:27.111Z | Downloaded zerocopy-derive v0.8.26 |
| 735 | 2025-07-01T18:27:27.111Z | Downloaded smoltcp v0.11.0 |
| 736 | 2025-07-01T18:27:27.111Z | Downloaded tokio-postgres v0.7.13 |
| 737 | 2025-07-01T18:27:27.111Z | Downloaded progenitor-impl v0.8.0 |
| 738 | 2025-07-01T18:27:27.112Z | Downloaded tar v0.4.44 |
| 739 | 2025-07-01T18:27:27.112Z | Downloaded crypto-bigint v0.5.5 |
| 740 | 2025-07-01T18:27:27.112Z | Downloaded ssh-key v0.6.6 |
| 741 | 2025-07-01T18:27:27.112Z | Downloaded bstr v1.10.0 |
| 742 | 2025-07-01T18:27:27.112Z | Downloaded sct v0.7.1 |
| 743 | 2025-07-01T18:27:27.112Z | Downloaded tungstenite v0.23.0 |
| 744 | 2025-07-01T18:27:27.112Z | Downloaded tungstenite v0.21.0 |
| 745 | 2025-07-01T18:27:27.112Z | Downloaded encoding_rs v0.8.34 |
| 746 | 2025-07-01T18:27:27.112Z | Downloaded serde_yaml v0.9.34+deprecated |
| 747 | 2025-07-01T18:27:27.112Z | Downloaded elliptic-curve v0.13.8 |
| 748 | 2025-07-01T18:27:27.112Z | Downloaded chrono-tz v0.10.3 |
| 749 | 2025-07-01T18:27:27.112Z | Downloaded ring v0.17.14 |
| 750 | 2025-07-01T18:27:27.153Z | Downloaded tracing-core v0.1.32 |
| 751 | 2025-07-01T18:27:27.180Z | Downloaded similar v2.7.0 |
| 752 | 2025-07-01T18:27:27.180Z | Downloaded secrecy v0.8.0 |
| 753 | 2025-07-01T18:27:27.180Z | Downloaded pin-project-lite v0.2.14 |
| 754 | 2025-07-01T18:27:27.180Z | Downloaded typify v0.3.0 |
| 755 | 2025-07-01T18:27:27.180Z | Downloaded portable-atomic v1.11.0 |
| 756 | 2025-07-01T18:27:27.208Z | Downloaded futures-util v0.3.31 |
| 757 | 2025-07-01T18:27:27.208Z | Downloaded parking_lot_core v0.9.10 |
| 758 | 2025-07-01T18:27:27.208Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 759 | 2025-07-01T18:27:27.295Z | Downloaded secrecy v0.10.3 |
| 760 | 2025-07-01T18:27:27.321Z | Downloaded progenitor v0.10.0 |
| 761 | 2025-07-01T18:27:27.321Z | Downloaded primeorder v0.13.6 |
| 762 | 2025-07-01T18:27:27.321Z | Downloaded serde_cbor v0.11.2 |
| 763 | 2025-07-01T18:27:27.321Z | Downloaded multer v3.1.0 |
| 764 | 2025-07-01T18:27:27.321Z | Downloaded term v0.7.0 |
| 765 | 2025-07-01T18:27:27.321Z | Downloaded serde_derive_internals v0.29.1 |
| 766 | 2025-07-01T18:27:27.321Z | Downloaded smoltcp v0.9.1 |
| 767 | 2025-07-01T18:27:27.347Z | Downloaded proc-macro-crate v1.3.1 |
| 768 | 2025-07-01T18:27:27.348Z | Downloaded predicates-tree v1.0.12 |
| 769 | 2025-07-01T18:27:27.348Z | Downloaded pin-utils v0.1.0 |
| 770 | 2025-07-01T18:27:27.348Z | Downloaded serde_bytes v0.11.17 |
| 771 | 2025-07-01T18:27:27.348Z | Downloaded serde-hex v0.1.0 |
| 772 | 2025-07-01T18:27:27.348Z | Downloaded semver v0.1.20 |
| 773 | 2025-07-01T18:27:27.348Z | Downloaded multimap v0.10.1 |
| 774 | 2025-07-01T18:27:27.348Z | Downloaded typify v0.2.0 |
| 775 | 2025-07-01T18:27:27.348Z | Downloaded reedline v0.40.0 |
| 776 | 2025-07-01T18:27:27.374Z | Downloaded serde_with_macros v3.12.0 |
| 777 | 2025-07-01T18:27:27.374Z | Downloaded diff v0.1.13 |
| 778 | 2025-07-01T18:27:27.374Z | Downloaded hickory-proto v0.24.4 |
| 779 | 2025-07-01T18:27:27.400Z | Downloaded nibble_vec v0.1.0 |
| 780 | 2025-07-01T18:27:27.400Z | Downloaded hash32 v0.3.1 |
| 781 | 2025-07-01T18:27:27.400Z | Downloaded hash32 v0.2.1 |
| 782 | 2025-07-01T18:27:27.400Z | Downloaded twox-hash v2.1.0 |
| 783 | 2025-07-01T18:27:27.400Z | Downloaded string_cache v0.8.9 |
| 784 | 2025-07-01T18:27:27.400Z | Downloaded foreign-types v0.5.0 |
| 785 | 2025-07-01T18:27:27.400Z | Downloaded sha1 v0.10.6 |
| 786 | 2025-07-01T18:27:27.400Z | Downloaded x509-cert v0.2.5 |
| 787 | 2025-07-01T18:27:27.426Z | Downloaded h2 v0.4.6 |
| 788 | 2025-07-01T18:27:27.426Z | Downloaded serde-big-array v0.5.1 |
| 789 | 2025-07-01T18:27:27.426Z | Downloaded nodrop v0.1.14 |
| 790 | 2025-07-01T18:27:27.426Z | Downloaded structmeta v0.3.0 |
| 791 | 2025-07-01T18:27:27.426Z | Downloaded strip-ansi-escapes v0.2.0 |
| 792 | 2025-07-01T18:27:27.426Z | Downloaded stringprep v0.1.5 |
| 793 | 2025-07-01T18:27:27.426Z | Downloaded static_assertions v1.1.0 |
| 794 | 2025-07-01T18:27:27.426Z | Downloaded slab v0.4.9 |
| 795 | 2025-07-01T18:27:27.426Z | Downloaded siphasher v0.3.11 |
| 796 | 2025-07-01T18:27:27.426Z | Downloaded simd-adler32 v0.3.7 |
| 797 | 2025-07-01T18:27:27.426Z | Downloaded serde_path_to_error v0.1.17 |
| 798 | 2025-07-01T18:27:27.452Z | Downloaded dropshot_endpoint v0.16.2 |
| 799 | 2025-07-01T18:27:27.452Z | Downloaded zone v0.3.1 |
| 800 | 2025-07-01T18:27:27.452Z | Downloaded num-bigint-dig v0.8.4 |
| 801 | 2025-07-01T18:27:27.452Z | Downloaded num_threads v0.1.7 |
| 802 | 2025-07-01T18:27:27.452Z | Downloaded nanorand v0.7.0 |
| 803 | 2025-07-01T18:27:27.452Z | Downloaded fs-err v2.11.0 |
| 804 | 2025-07-01T18:27:27.452Z | Downloaded termcolor v1.4.1 |
| 805 | 2025-07-01T18:27:27.452Z | Downloaded zone v0.1.8 |
| 806 | 2025-07-01T18:27:27.452Z | Downloaded num-bigint v0.4.6 |
| 807 | 2025-07-01T18:27:27.478Z | Downloaded unicode-normalization v0.1.24 |
| 808 | 2025-07-01T18:27:27.479Z | Downloaded tabled v0.18.0 |
| 809 | 2025-07-01T18:27:27.479Z | Downloaded tui-tree-widget v0.23.1 |
| 810 | 2025-07-01T18:27:27.512Z | Downloaded try-lock v0.2.5 |
| 811 | 2025-07-01T18:27:27.512Z | Downloaded dsl_auto_type v0.1.2 |
| 812 | 2025-07-01T18:27:27.512Z | Downloaded csv-core v0.1.11 |
| 813 | 2025-07-01T18:27:27.512Z | Downloaded zeroize_derive v1.4.2 |
| 814 | 2025-07-01T18:27:27.512Z | Downloaded zeroize v1.8.1 |
| 815 | 2025-07-01T18:27:27.512Z | Downloaded vcpkg v0.2.15 |
| 816 | 2025-07-01T18:27:27.538Z | Downloaded enum-as-inner v0.6.1 |
| 817 | 2025-07-01T18:27:27.565Z | Downloaded ena v0.14.3 |
| 818 | 2025-07-01T18:27:27.565Z | Downloaded embedded-io v0.6.1 |
| 819 | 2025-07-01T18:27:27.565Z | Downloaded document-features v0.2.10 |
| 820 | 2025-07-01T18:27:27.565Z | Downloaded radix_trie v0.2.1 |
| 821 | 2025-07-01T18:27:27.565Z | Downloaded either v1.15.0 |
| 822 | 2025-07-01T18:27:27.565Z | Downloaded display-error-chain v0.2.2 |
| 823 | 2025-07-01T18:27:27.565Z | Downloaded dirs-sys-next v0.1.2 |
| 824 | 2025-07-01T18:27:27.565Z | Downloaded dirs-next v2.0.0 |
| 825 | 2025-07-01T18:27:27.565Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 826 | 2025-07-01T18:27:27.565Z | Downloaded cstr-argument v0.1.2 |
| 827 | 2025-07-01T18:27:27.565Z | Downloaded test-strategy v0.4.1 |
| 828 | 2025-07-01T18:27:27.592Z | Downloaded flate2 v1.1.2 |
| 829 | 2025-07-01T18:27:27.592Z | Downloaded env_logger v0.10.2 |
| 830 | 2025-07-01T18:27:27.592Z | Downloaded parse-zoneinfo v0.3.1 |
| 831 | 2025-07-01T18:27:27.592Z | Downloaded sqlparser v0.45.0 |
| 832 | 2025-07-01T18:27:27.592Z | Downloaded expectorate v1.2.0 |
| 833 | 2025-07-01T18:27:27.619Z | Downloaded unicode-segmentation v1.12.0 |
| 834 | 2025-07-01T18:27:27.620Z | Downloaded russh v0.45.0 |
| 835 | 2025-07-01T18:27:27.620Z | Downloaded rpassword v7.4.0 |
| 836 | 2025-07-01T18:27:27.620Z | Downloaded webpki-roots v1.0.0 |
| 837 | 2025-07-01T18:27:27.620Z | Downloaded difflib v0.4.0 |
| 838 | 2025-07-01T18:27:27.620Z | Downloaded termtree v0.5.1 |
| 839 | 2025-07-01T18:27:27.620Z | Downloaded termios v0.3.3 |
| 840 | 2025-07-01T18:27:27.646Z | Downloaded ssh-cipher v0.2.0 |
| 841 | 2025-07-01T18:27:27.646Z | Downloaded nu-ansi-term v0.50.1 |
| 842 | 2025-07-01T18:27:27.646Z | Downloaded fixedbitset v0.4.2 |
| 843 | 2025-07-01T18:27:27.646Z | Downloaded filetime v0.2.25 |
| 844 | 2025-07-01T18:27:27.646Z | Downloaded env_logger v0.11.5 |
| 845 | 2025-07-01T18:27:27.646Z | Downloaded yansi v1.0.1 |
| 846 | 2025-07-01T18:27:27.646Z | Downloaded thread_local v1.1.8 |
| 847 | 2025-07-01T18:27:27.646Z | Downloaded serde_repr v0.1.19 |
| 848 | 2025-07-01T18:27:27.672Z | Downloaded pin-project v1.1.6 |
| 849 | 2025-07-01T18:27:27.672Z | Downloaded num-iter v0.1.45 |
| 850 | 2025-07-01T18:27:27.672Z | Downloaded fixedbitset v0.5.7 |
| 851 | 2025-07-01T18:27:27.672Z | Downloaded ff v0.13.0 |
| 852 | 2025-07-01T18:27:27.698Z | Downloaded fd-lock v4.0.2 |
| 853 | 2025-07-01T18:27:27.698Z | Downloaded env_filter v0.1.2 |
| 854 | 2025-07-01T18:27:27.698Z | Downloaded zerocopy v0.6.6 |
| 855 | 2025-07-01T18:27:27.698Z | Downloaded xshell v0.2.7 |
| 856 | 2025-07-01T18:27:27.699Z | Downloaded xattr v1.3.1 |
| 857 | 2025-07-01T18:27:27.699Z | Downloaded typify v0.4.1 |
| 858 | 2025-07-01T18:27:27.699Z | Downloaded signal-hook v0.3.18 |
| 859 | 2025-07-01T18:27:27.699Z | Downloaded rayon-core v1.12.1 |
| 860 | 2025-07-01T18:27:27.725Z | Downloaded diesel_derives v2.2.3 |
| 861 | 2025-07-01T18:27:27.725Z | Downloaded proptest v1.7.0 |
| 862 | 2025-07-01T18:27:27.725Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 863 | 2025-07-01T18:27:27.725Z | Downloaded sqlparser_derive v0.2.2 |
| 864 | 2025-07-01T18:27:27.725Z | Downloaded serde_plain v1.0.2 |
| 865 | 2025-07-01T18:27:27.725Z | Downloaded pin-project-internal v1.1.6 |
| 866 | 2025-07-01T18:27:27.725Z | Downloaded phf_codegen v0.11.2 |
| 867 | 2025-07-01T18:27:27.751Z | Downloaded num-rational v0.4.2 |
| 868 | 2025-07-01T18:27:27.751Z | Downloaded xz2 v0.1.7 |
| 869 | 2025-07-01T18:27:27.751Z | Downloaded wyz v0.5.1 |
| 870 | 2025-07-01T18:27:27.751Z | Downloaded unarray v0.1.4 |
| 871 | 2025-07-01T18:27:27.751Z | Downloaded typify-macro v0.4.1 |
| 872 | 2025-07-01T18:27:27.752Z | Downloaded typify-macro v0.3.0 |
| 873 | 2025-07-01T18:27:27.752Z | Downloaded typify-macro v0.2.0 |
| 874 | 2025-07-01T18:27:27.752Z | Downloaded rcgen v0.12.1 |
| 875 | 2025-07-01T18:27:27.752Z | Downloaded flume v0.11.1 |
| 876 | 2025-07-01T18:27:27.752Z | Downloaded ed25519-dalek v2.1.1 |
| 877 | 2025-07-01T18:27:27.752Z | Downloaded unsafe-libyaml v0.2.11 |
| 878 | 2025-07-01T18:27:27.778Z | Downloaded tower-http v0.6.6 |
| 879 | 2025-07-01T18:27:27.778Z | Downloaded tough v0.20.0 |
| 880 | 2025-07-01T18:27:27.804Z | Downloaded hickory-proto v0.25.2 |
| 881 | 2025-07-01T18:27:27.804Z | Downloaded yasna v0.5.2 |
| 882 | 2025-07-01T18:27:27.829Z | Downloaded tokio-rustls v0.25.0 |
| 883 | 2025-07-01T18:27:27.829Z | Downloaded tokio-rustls v0.24.1 |
| 884 | 2025-07-01T18:27:27.829Z | Downloaded chrono v0.4.41 |
| 885 | 2025-07-01T18:27:27.829Z | Downloaded phf_shared v0.11.2 |
| 886 | 2025-07-01T18:27:27.829Z | Downloaded phf_generator v0.11.2 |
| 887 | 2025-07-01T18:27:27.829Z | Downloaded phf v0.11.2 |
| 888 | 2025-07-01T18:27:27.829Z | Downloaded num_enum_derive v0.5.11 |
| 889 | 2025-07-01T18:27:27.829Z | Downloaded num_enum v0.5.11 |
| 890 | 2025-07-01T18:27:27.855Z | Downloaded normalize-line-endings v0.3.0 |
| 891 | 2025-07-01T18:27:27.855Z | Downloaded foldhash v0.1.5 |
| 892 | 2025-07-01T18:27:27.855Z | Downloaded flagset v0.4.6 |
| 893 | 2025-07-01T18:27:27.855Z | Downloaded xshell-macros v0.2.7 |
| 894 | 2025-07-01T18:27:27.855Z | Downloaded unicase v2.7.0 |
| 895 | 2025-07-01T18:27:27.855Z | Downloaded rand_core v0.9.2 |
| 896 | 2025-07-01T18:27:27.856Z | Downloaded half v1.8.3 |
| 897 | 2025-07-01T18:27:27.856Z | Downloaded rsa v0.9.6 |
| 898 | 2025-07-01T18:27:27.882Z | Downloaded p256 v0.13.2 |
| 899 | 2025-07-01T18:27:27.882Z | Downloaded openssl-sys v0.9.109 |
| 900 | 2025-07-01T18:27:27.882Z | Downloaded rustls-webpki v0.102.8 |
| 901 | 2025-07-01T18:27:27.908Z | Downloaded tokio-rustls v0.26.0 |
| 902 | 2025-07-01T18:27:27.908Z | Downloaded strum_macros v0.26.4 |
| 903 | 2025-07-01T18:27:27.908Z | Downloaded strum_macros v0.25.3 |
| 904 | 2025-07-01T18:27:27.908Z | Downloaded strum_macros v0.24.3 |
| 905 | 2025-07-01T18:27:27.908Z | Downloaded shlex v1.3.0 |
| 906 | 2025-07-01T18:27:27.908Z | Downloaded shell-words v1.1.0 |
| 907 | 2025-07-01T18:27:27.908Z | Downloaded rand_seeder v0.3.0 |
| 908 | 2025-07-01T18:27:27.908Z | Downloaded rand_core v0.6.4 |
| 909 | 2025-07-01T18:27:27.935Z | Downloaded progenitor-macro v0.9.1 |
| 910 | 2025-07-01T18:27:27.936Z | Downloaded pem-rfc7468 v0.7.0 |
| 911 | 2025-07-01T18:27:27.936Z | Downloaded pem v3.0.5 |
| 912 | 2025-07-01T18:27:27.936Z | Downloaded peg-macros v0.8.5 |
| 913 | 2025-07-01T18:27:27.936Z | Downloaded password-hash v0.5.0 |
| 914 | 2025-07-01T18:27:27.936Z | Downloaded password-hash v0.4.2 |
| 915 | 2025-07-01T18:27:27.936Z | Downloaded num-integer v0.1.46 |
| 916 | 2025-07-01T18:27:27.936Z | Downloaded num-complex v0.4.6 |
| 917 | 2025-07-01T18:27:27.936Z | Downloaded futures v0.3.31 |
| 918 | 2025-07-01T18:27:27.963Z | Downloaded fatfs v0.3.6 |
| 919 | 2025-07-01T18:27:27.963Z | Downloaded zopfli v0.8.1 |
| 920 | 2025-07-01T18:27:27.963Z | Downloaded unicode-properties v0.1.3 |
| 921 | 2025-07-01T18:27:27.963Z | Downloaded unicode-bidi v0.3.17 |
| 922 | 2025-07-01T18:27:27.963Z | Downloaded tinyvec v1.8.0 |
| 923 | 2025-07-01T18:27:27.963Z | Downloaded sqlformat v0.3.5 |
| 924 | 2025-07-01T18:27:27.963Z | Downloaded slog v2.7.0 |
| 925 | 2025-07-01T18:27:27.989Z | Downloaded rustc-demangle v0.1.24 |
| 926 | 2025-07-01T18:27:27.989Z | Downloaded ron v0.8.1 |
| 927 | 2025-07-01T18:27:27.989Z | Downloaded ron v0.7.1 |
| 928 | 2025-07-01T18:27:27.989Z | Downloaded predicates v3.1.3 |
| 929 | 2025-07-01T18:27:27.989Z | Downloaded oso v0.27.3 |
| 930 | 2025-07-01T18:27:27.989Z | Downloaded getrandom v0.2.15 |
| 931 | 2025-07-01T18:27:28.017Z | Downloaded diesel-dtrace v0.4.2 |
| 932 | 2025-07-01T18:27:28.017Z | Downloaded des v0.8.1 |
| 933 | 2025-07-01T18:27:28.017Z | Downloaded derive_more v0.99.20 |
| 934 | 2025-07-01T18:27:28.017Z | Downloaded wait-timeout v0.2.0 |
| 935 | 2025-07-01T18:27:28.017Z | Downloaded vte v0.11.1 |
| 936 | 2025-07-01T18:27:28.017Z | Downloaded vergen v8.3.2 |
| 937 | 2025-07-01T18:27:28.017Z | Downloaded tracing v0.1.40 |
| 938 | 2025-07-01T18:27:28.017Z | Downloaded toml v0.7.8 |
| 939 | 2025-07-01T18:27:28.043Z | Downloaded rustls-webpki v0.101.7 |
| 940 | 2025-07-01T18:27:28.043Z | Downloaded quick-xml v0.37.2 |
| 941 | 2025-07-01T18:27:28.043Z | Downloaded lalrpop v0.19.12 |
| 942 | 2025-07-01T18:27:28.070Z | Downloaded structmeta-derive v0.3.0 |
| 943 | 2025-07-01T18:27:28.070Z | Downloaded signature v2.2.0 |
| 944 | 2025-07-01T18:27:28.070Z | Downloaded signal-hook-tokio v0.3.1 |
| 945 | 2025-07-01T18:27:28.070Z | Downloaded signal-hook-registry v1.4.2 |
| 946 | 2025-07-01T18:27:28.070Z | Downloaded signal-hook-mio v0.2.4 |
| 947 | 2025-07-01T18:27:28.070Z | Downloaded ref-cast-impl v1.0.24 |
| 948 | 2025-07-01T18:27:28.070Z | Downloaded ref-cast v1.0.24 |
| 949 | 2025-07-01T18:27:28.096Z | Downloaded rand_xorshift v0.4.0 |
| 950 | 2025-07-01T18:27:28.096Z | Downloaded progenitor-macro v0.8.0 |
| 951 | 2025-07-01T18:27:28.096Z | Downloaded peg v0.8.5 |
| 952 | 2025-07-01T18:27:28.096Z | Downloaded pbkdf2 v0.11.0 |
| 953 | 2025-07-01T18:27:28.096Z | Downloaded paste v1.0.15 |
| 954 | 2025-07-01T18:27:28.096Z | Downloaded num-derive v0.4.2 |
| 955 | 2025-07-01T18:27:28.096Z | Downloaded num v0.4.3 |
| 956 | 2025-07-01T18:27:28.096Z | Downloaded float-ord v0.3.2 |
| 957 | 2025-07-01T18:27:28.096Z | Downloaded ed25519 v2.2.3 |
| 958 | 2025-07-01T18:27:28.096Z | Downloaded whoami v1.6.0 |
| 959 | 2025-07-01T18:27:28.096Z | Downloaded universal-hash v0.5.1 |
| 960 | 2025-07-01T18:27:28.096Z | Downloaded tokio-native-tls v0.3.1 |
| 961 | 2025-07-01T18:27:28.096Z | Downloaded tokio-macros v2.5.0 |
| 962 | 2025-07-01T18:27:28.126Z | Downloaded spin v0.9.8 |
| 963 | 2025-07-01T18:27:28.126Z | Downloaded slog-json v2.6.1 |
| 964 | 2025-07-01T18:27:28.126Z | Downloaded rustc-hash v2.1.1 |
| 965 | 2025-07-01T18:27:28.126Z | Downloaded oxnet v0.1.2 |
| 966 | 2025-07-01T18:27:28.126Z | Downloaded owo-colors v4.2.2 |
| 967 | 2025-07-01T18:27:28.126Z | Downloaded group v0.13.0 |
| 968 | 2025-07-01T18:27:28.126Z | Downloaded globset v0.4.15 |
| 969 | 2025-07-01T18:27:28.126Z | Downloaded walkdir v2.5.0 |
| 970 | 2025-07-01T18:27:28.126Z | Downloaded vsss-rs v3.3.4 |
| 971 | 2025-07-01T18:27:28.126Z | Downloaded bindgen v0.71.1 |
| 972 | 2025-07-01T18:27:28.152Z | Downloaded newtype-uuid v1.2.4 |
| 973 | 2025-07-01T18:27:28.152Z | Downloaded zstd v0.13.3 |
| 974 | 2025-07-01T18:27:28.152Z | Downloaded time-macros v0.2.18 |
| 975 | 2025-07-01T18:27:28.152Z | Downloaded spki v0.7.3 |
| 976 | 2025-07-01T18:27:28.152Z | Downloaded rustc-hash v1.1.0 |
| 977 | 2025-07-01T18:27:28.152Z | Downloaded path-slash v0.1.5 |
| 978 | 2025-07-01T18:27:28.152Z | Downloaded rustc_version v0.4.1 |
| 979 | 2025-07-01T18:27:28.152Z | Downloaded glob v0.3.2 |
| 980 | 2025-07-01T18:27:28.152Z | Downloaded tls_codec_derive v0.4.1 |
| 981 | 2025-07-01T18:27:28.152Z | Downloaded rustc_version v0.1.7 |
| 982 | 2025-07-01T18:27:28.152Z | Downloaded tokio-util v0.7.15 |
| 983 | 2025-07-01T18:27:28.178Z | Downloaded newtype_derive v0.1.6 |
| 984 | 2025-07-01T18:27:28.178Z | Downloaded float-cmp v0.10.0 |
| 985 | 2025-07-01T18:27:28.178Z | Downloaded predicates-core v1.0.8 |
| 986 | 2025-07-01T18:27:28.178Z | Downloaded globwalk v0.9.1 |
| 987 | 2025-07-01T18:27:28.178Z | Downloaded dyn-clone v1.0.19 |
| 988 | 2025-07-01T18:27:28.178Z | Downloaded unicode_categories v0.1.1 |
| 989 | 2025-07-01T18:27:28.178Z | Downloaded powerfmt v0.2.0 |
| 990 | 2025-07-01T18:27:28.178Z | Downloaded postgres-protocol v0.6.8 |
| 991 | 2025-07-01T18:27:28.178Z | Downloaded pkcs5 v0.7.1 |
| 992 | 2025-07-01T18:27:28.178Z | Downloaded openssl-probe v0.1.5 |
| 993 | 2025-07-01T18:27:28.178Z | Downloaded ghash v0.5.1 |
| 994 | 2025-07-01T18:27:28.205Z | Downloaded gethostname v0.5.0 |
| 995 | 2025-07-01T18:27:28.205Z | Downloaded dunce v1.0.5 |
| 996 | 2025-07-01T18:27:28.205Z | Downloaded crunchy v0.2.2 |
| 997 | 2025-07-01T18:27:28.205Z | Downloaded unicode-truncate v1.1.0 |
| 998 | 2025-07-01T18:27:28.205Z | Downloaded oso-derive v0.27.3 |
| 999 | 2025-07-01T18:27:28.205Z | Downloaded quinn-proto v0.11.8 |
| 1000 | 2025-07-01T18:27:28.205Z | Downloaded new_debug_unreachable v1.0.6 |
| 1001 | 2025-07-01T18:27:28.205Z | Downloaded tls_codec v0.4.1 |
| 1002 | 2025-07-01T18:27:28.205Z | Downloaded precomputed-hash v0.1.1 |
| 1003 | 2025-07-01T18:27:28.205Z | Downloaded postcard v1.0.10 |
| 1004 | 2025-07-01T18:27:28.205Z | Downloaded omicron-zone-package v0.12.2 |
| 1005 | 2025-07-01T18:27:28.231Z | Downloaded fxhash v0.2.1 |
| 1006 | 2025-07-01T18:27:28.231Z | Downloaded derive-where v1.5.0 |
| 1007 | 2025-07-01T18:27:28.231Z | Downloaded der v0.7.9 |
| 1008 | 2025-07-01T18:27:28.231Z | Downloaded want v0.3.1 |
| 1009 | 2025-07-01T18:27:28.231Z | Downloaded itertools v0.14.0 |
| 1010 | 2025-07-01T18:27:28.231Z | Downloaded zone_cfg_derive v0.3.0 |
| 1011 | 2025-07-01T18:27:28.231Z | Downloaded zone_cfg_derive v0.1.2 |
| 1012 | 2025-07-01T18:27:28.231Z | Downloaded tinyvec_macros v0.1.1 |
| 1013 | 2025-07-01T18:27:28.231Z | Downloaded slog-envlogger v2.2.0 |
| 1014 | 2025-07-01T18:27:28.257Z | Downloaded slog-dtrace v0.3.0 |
| 1015 | 2025-07-01T18:27:28.257Z | Downloaded slog-bunyan v2.5.0 |
| 1016 | 2025-07-01T18:27:28.257Z | Downloaded slog-async v2.8.0 |
| 1017 | 2025-07-01T18:27:28.257Z | Downloaded rtoolbox v0.0.2 |
| 1018 | 2025-07-01T18:27:28.257Z | Downloaded rfc6979 v0.4.0 |
| 1019 | 2025-07-01T18:27:28.257Z | Downloaded resolv-conf v0.7.0 |
| 1020 | 2025-07-01T18:27:28.257Z | Downloaded poly1305 v0.8.0 |
| 1021 | 2025-07-01T18:27:28.257Z | Downloaded pkcs8 v0.10.2 |
| 1022 | 2025-07-01T18:27:28.257Z | Downloaded pkcs1 v0.7.5 |
| 1023 | 2025-07-01T18:27:28.257Z | Downloaded void v1.0.2 |
| 1024 | 2025-07-01T18:27:28.257Z | Downloaded itertools v0.13.0 |
| 1025 | 2025-07-01T18:27:28.283Z | Downloaded tower v0.5.2 |
| 1026 | 2025-07-01T18:27:28.283Z | Downloaded aws-lc-sys v0.26.0 |
| 1027 | 2025-07-01T18:27:28.575Z | Downloaded salty v0.3.0 |
| 1028 | 2025-07-01T18:27:28.601Z | Downloaded itertools v0.12.1 |
| 1029 | 2025-07-01T18:27:28.601Z | Downloaded russh-keys v0.45.0 |
| 1030 | 2025-07-01T18:27:28.601Z | Downloaded pkg-config v0.3.31 |
| 1031 | 2025-07-01T18:27:28.601Z | Downloaded futures-channel v0.3.31 |
| 1032 | 2025-07-01T18:27:28.601Z | Downloaded rand v0.9.1 |
| 1033 | 2025-07-01T18:27:28.627Z | Downloaded russh-cryptovec v0.7.3 |
| 1034 | 2025-07-01T18:27:28.627Z | Downloaded polyval v0.6.2 |
| 1035 | 2025-07-01T18:27:28.627Z | Downloaded rustyline v14.0.0 |
| 1036 | 2025-07-01T18:27:28.627Z | Downloaded libm v0.2.8 |
| 1037 | 2025-07-01T18:27:28.627Z | Downloaded iddqd v0.3.8 |
| 1038 | 2025-07-01T18:27:28.653Z | Downloaded hkdf v0.12.4 |
| 1039 | 2025-07-01T18:27:28.653Z | Downloaded tokio-dtrace v0.1.0 |
| 1040 | 2025-07-01T18:27:28.653Z | Downloaded postgres-types v0.2.9 |
| 1041 | 2025-07-01T18:27:28.653Z | Downloaded olpc-cjson v0.1.4 |
| 1042 | 2025-07-01T18:27:28.653Z | Downloaded futures-task v0.3.31 |
| 1043 | 2025-07-01T18:27:28.654Z | Downloaded futures-sink v0.3.31 |
| 1044 | 2025-07-01T18:27:28.654Z | Downloaded futures-macro v0.3.31 |
| 1045 | 2025-07-01T18:27:28.654Z | Downloaded futures-io v0.3.31 |
| 1046 | 2025-07-01T18:27:28.654Z | Downloaded futures-executor v0.3.31 |
| 1047 | 2025-07-01T18:27:28.654Z | Downloaded futures-core v0.3.31 |
| 1048 | 2025-07-01T18:27:28.654Z | Downloaded derive_builder v0.20.2 |
| 1049 | 2025-07-01T18:27:28.680Z | Downloaded der_derive v0.7.3 |
| 1050 | 2025-07-01T18:27:28.680Z | Downloaded hyper-util v0.1.14 |
| 1051 | 2025-07-01T18:27:28.680Z | Downloaded openssl-macros v0.1.1 |
| 1052 | 2025-07-01T18:27:28.680Z | Downloaded opaque-debug v0.3.1 |
| 1053 | 2025-07-01T18:27:28.680Z | Downloaded derive_builder_core v0.20.2 |
| 1054 | 2025-07-01T18:27:28.680Z | Downloaded defmt-macros v0.3.9 |
| 1055 | 2025-07-01T18:27:28.680Z | Downloaded daft v0.1.3 |
| 1056 | 2025-07-01T18:27:28.680Z | Downloaded uuid v1.17.0 |
| 1057 | 2025-07-01T18:27:28.680Z | Downloaded tower-service v0.3.3 |
| 1058 | 2025-07-01T18:27:28.680Z | Downloaded rand v0.8.5 |
| 1059 | 2025-07-01T18:27:28.706Z | Downloaded quinn v0.11.5 |
| 1060 | 2025-07-01T18:27:28.706Z | Downloaded qorb v0.4.0 |
| 1061 | 2025-07-01T18:27:28.706Z | Downloaded hyper v1.6.0 |
| 1062 | 2025-07-01T18:27:28.706Z | Downloaded deranged v0.3.11 |
| 1063 | 2025-07-01T18:27:28.706Z | Downloaded defmt-parser v0.3.4 |
| 1064 | 2025-07-01T18:27:28.706Z | Downloaded defmt v0.3.8 |
| 1065 | 2025-07-01T18:27:28.734Z | Downloaded daft-derive v0.1.3 |
| 1066 | 2025-07-01T18:27:28.734Z | Downloaded topological-sort v0.2.2 |
| 1067 | 2025-07-01T18:27:28.734Z | Downloaded schemars v0.8.22 |
| 1068 | 2025-07-01T18:27:28.734Z | Downloaded minimal-lexical v0.2.1 |
| 1069 | 2025-07-01T18:27:28.734Z | Downloaded number_prefix v0.4.0 |
| 1070 | 2025-07-01T18:27:28.761Z | Downloaded debug-ignore v1.0.5 |
| 1071 | 2025-07-01T18:27:28.761Z | Downloaded uzers v0.12.1 |
| 1072 | 2025-07-01T18:27:28.761Z | Downloaded socket2 v0.5.10 |
| 1073 | 2025-07-01T18:27:28.761Z | Downloaded miniz_oxide v0.8.5 |
| 1074 | 2025-07-01T18:27:28.761Z | Downloaded crossterm v0.28.1 |
| 1075 | 2025-07-01T18:27:28.761Z | Downloaded publicsuffix v2.3.0 |
| 1076 | 2025-07-01T18:27:28.761Z | Downloaded value-bag v1.9.0 |
| 1077 | 2025-07-01T18:27:28.761Z | Downloaded samael v0.0.19 |
| 1078 | 2025-07-01T18:27:28.787Z | Downloaded snafu-derive v0.8.5 |
| 1079 | 2025-07-01T18:27:28.787Z | Downloaded snafu v0.8.5 |
| 1080 | 2025-07-01T18:27:28.787Z | Downloaded scopeguard v1.2.0 |
| 1081 | 2025-07-01T18:27:28.787Z | Downloaded bindgen v0.69.5 |
| 1082 | 2025-07-01T18:27:28.787Z | Downloaded tokio-tungstenite v0.21.0 |
| 1083 | 2025-07-01T18:27:28.816Z | Downloaded tokio-stream v0.1.17 |
| 1084 | 2025-07-01T18:27:28.816Z | Downloaded subprocess v0.2.9 |
| 1085 | 2025-07-01T18:27:28.816Z | Downloaded indexmap v1.9.3 |
| 1086 | 2025-07-01T18:27:28.816Z | Downloaded ignore v0.4.23 |
| 1087 | 2025-07-01T18:27:28.816Z | Downloaded hickory-resolver v0.25.2 |
| 1088 | 2025-07-01T18:27:28.816Z | Downloaded tokio-tungstenite v0.23.1 |
| 1089 | 2025-07-01T18:27:28.816Z | Downloaded tagptr v0.2.0 |
| 1090 | 2025-07-01T18:27:28.816Z | Downloaded tabled_derive v0.10.0 |
| 1091 | 2025-07-01T18:27:28.842Z | Downloaded slog-term v2.9.1 |
| 1092 | 2025-07-01T18:27:28.842Z | Downloaded memmap2 v0.9.5 |
| 1093 | 2025-07-01T18:27:28.842Z | Downloaded litrs v0.4.1 |
| 1094 | 2025-07-01T18:27:28.842Z | Downloaded ipnet v2.11.0 |
| 1095 | 2025-07-01T18:27:28.842Z | Downloaded hashbrown v0.13.2 |
| 1096 | 2025-07-01T18:27:28.842Z | Downloaded hashbrown v0.12.3 |
| 1097 | 2025-07-01T18:27:28.842Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1098 | 2025-07-01T18:27:28.842Z | Downloaded support-bundle-viewer v0.1.2 |
| 1099 | 2025-07-01T18:27:28.842Z | Downloaded slog-stdlog v4.1.1 |
| 1100 | 2025-07-01T18:27:28.842Z | Downloaded schemars_derive v0.8.22 |
| 1101 | 2025-07-01T18:27:28.869Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1102 | 2025-07-01T18:27:28.869Z | Downloaded rustls-pki-types v1.10.0 |
| 1103 | 2025-07-01T18:27:28.869Z | Downloaded rustls-pemfile v1.0.4 |
| 1104 | 2025-07-01T18:27:28.869Z | Downloaded hickory-resolver v0.24.4 |
| 1105 | 2025-07-01T18:27:28.869Z | Downloaded cc v1.2.15 |
| 1106 | 2025-07-01T18:27:28.869Z | Downloaded bitvec v1.0.1 |
| 1107 | 2025-07-01T18:27:28.895Z | Downloaded smf v0.2.3 |
| 1108 | 2025-07-01T18:27:28.895Z | Downloaded rustversion v1.0.17 |
| 1109 | 2025-07-01T18:27:28.895Z | Downloaded rustls-pemfile v2.2.0 |
| 1110 | 2025-07-01T18:27:28.895Z | Downloaded rustls-native-certs v0.8.1 |
| 1111 | 2025-07-01T18:27:28.895Z | Downloaded rand_chacha v0.3.1 |
| 1112 | 2025-07-01T18:27:28.895Z | Downloaded radium v0.7.0 |
| 1113 | 2025-07-01T18:27:28.895Z | Downloaded lock_api v0.4.12 |
| 1114 | 2025-07-01T18:27:28.895Z | Downloaded iana-time-zone v0.1.63 |
| 1115 | 2025-07-01T18:27:28.921Z | Downloaded http v1.3.1 |
| 1116 | 2025-07-01T18:27:28.921Z | Downloaded hickory-server v0.25.2 |
| 1117 | 2025-07-01T18:27:28.921Z | Downloaded crossbeam-channel v0.5.15 |
| 1118 | 2025-07-01T18:27:28.921Z | Downloaded sync-ptr v0.1.4 |
| 1119 | 2025-07-01T18:27:28.921Z | Downloaded supports-color v3.0.2 |
| 1120 | 2025-07-01T18:27:28.921Z | Downloaded smallvec v0.6.14 |
| 1121 | 2025-07-01T18:27:28.921Z | Downloaded salsa20 v0.10.2 |
| 1122 | 2025-07-01T18:27:28.921Z | Downloaded rand_chacha v0.9.0 |
| 1123 | 2025-07-01T18:27:28.921Z | Downloaded r2d2 v0.8.10 |
| 1124 | 2025-07-01T18:27:28.921Z | Downloaded mime_guess v2.0.5 |
| 1125 | 2025-07-01T18:27:28.948Z | Downloaded managed v0.8.0 |
| 1126 | 2025-07-01T18:27:28.948Z | Downloaded libloading v0.8.5 |
| 1127 | 2025-07-01T18:27:28.948Z | Downloaded jobserver v0.1.32 |
| 1128 | 2025-07-01T18:27:28.948Z | Downloaded crossbeam-epoch v0.9.18 |
| 1129 | 2025-07-01T18:27:28.948Z | Downloaded crc-any v2.5.0 |
| 1130 | 2025-07-01T18:27:28.948Z | Downloaded const_format v0.2.34 |
| 1131 | 2025-07-01T18:27:28.948Z | Downloaded bytes v1.10.1 |
| 1132 | 2025-07-01T18:27:28.948Z | Downloaded bumpalo v3.16.0 |
| 1133 | 2025-07-01T18:27:28.974Z | Downloaded tap v1.0.1 |
| 1134 | 2025-07-01T18:27:28.974Z | Downloaded take_mut v0.2.2 |
| 1135 | 2025-07-01T18:27:28.974Z | Downloaded tabwriter v1.4.0 |
| 1136 | 2025-07-01T18:27:28.974Z | Downloaded subtle v2.6.1 |
| 1137 | 2025-07-01T18:27:28.974Z | Downloaded same-file v1.0.6 |
| 1138 | 2025-07-01T18:27:28.974Z | Downloaded rusty-fork v0.3.0 |
| 1139 | 2025-07-01T18:27:28.974Z | Downloaded quinn-udp v0.5.5 |
| 1140 | 2025-07-01T18:27:28.974Z | Downloaded psl-types v2.0.11 |
| 1141 | 2025-07-01T18:27:28.974Z | Downloaded progenitor-macro v0.10.0 |
| 1142 | 2025-07-01T18:27:28.974Z | Downloaded progenitor v0.9.1 |
| 1143 | 2025-07-01T18:27:28.974Z | Downloaded crossbeam-deque v0.8.5 |
| 1144 | 2025-07-01T18:27:28.974Z | Downloaded cookie_store v0.21.1 |
| 1145 | 2025-07-01T18:27:28.974Z | Downloaded console v0.15.10 |
| 1146 | 2025-07-01T18:27:28.974Z | Downloaded chacha20poly1305 v0.10.1 |
| 1147 | 2025-07-01T18:27:28.974Z | Downloaded backtrace v0.3.74 |
| 1148 | 2025-07-01T18:27:29.005Z | Downloaded proc-macro-error2 v2.0.1 |
| 1149 | 2025-07-01T18:27:29.005Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1150 | 2025-07-01T18:27:29.005Z | Downloaded memoffset v0.9.1 |
| 1151 | 2025-07-01T18:27:29.005Z | Downloaded md-5 v0.10.6 |
| 1152 | 2025-07-01T18:27:29.005Z | Downloaded maplit v1.0.2 |
| 1153 | 2025-07-01T18:27:29.006Z | Downloaded lru-cache v0.1.2 |
| 1154 | 2025-07-01T18:27:29.006Z | Downloaded lru v0.12.5 |
| 1155 | 2025-07-01T18:27:29.006Z | Downloaded libsw-core v0.3.1 |
| 1156 | 2025-07-01T18:27:29.006Z | Downloaded ipnetwork v0.21.1 |
| 1157 | 2025-07-01T18:27:29.006Z | Downloaded ingot-macros v0.1.0 |
| 1158 | 2025-07-01T18:27:29.006Z | Downloaded crossbeam-utils v0.8.21 |
| 1159 | 2025-07-01T18:27:29.006Z | Downloaded convert_case v0.4.0 |
| 1160 | 2025-07-01T18:27:29.006Z | Downloaded compact_str v0.8.0 |
| 1161 | 2025-07-01T18:27:29.039Z | Downloaded colored v2.2.0 |
| 1162 | 2025-07-01T18:27:29.039Z | Downloaded cbc v0.1.2 |
| 1163 | 2025-07-01T18:27:29.039Z | Downloaded bzip2 v0.5.2 |
| 1164 | 2025-07-01T18:27:29.039Z | Downloaded maybe-uninit v2.0.0 |
| 1165 | 2025-07-01T18:27:29.039Z | Downloaded lockfree-object-pool v0.1.6 |
| 1166 | 2025-07-01T18:27:29.039Z | Downloaded linked-hash-map v0.5.6 |
| 1167 | 2025-07-01T18:27:29.039Z | Downloaded libz-rs-sys v0.5.1 |
| 1168 | 2025-07-01T18:27:29.039Z | Downloaded libefi-sys v0.1.0 |
| 1169 | 2025-07-01T18:27:29.039Z | Downloaded lazycell v1.3.0 |
| 1170 | 2025-07-01T18:27:29.039Z | Downloaded lazy_static v1.5.0 |
| 1171 | 2025-07-01T18:27:29.039Z | Downloaded lalrpop-util v0.19.12 |
| 1172 | 2025-07-01T18:27:29.039Z | Downloaded is-terminal v0.4.13 |
| 1173 | 2025-07-01T18:27:29.039Z | Downloaded ingot-types v0.1.0 |
| 1174 | 2025-07-01T18:27:29.039Z | Downloaded cookie v0.18.1 |
| 1175 | 2025-07-01T18:27:29.039Z | Downloaded const-oid v0.9.6 |
| 1176 | 2025-07-01T18:27:29.039Z | Downloaded cmake v0.1.51 |
| 1177 | 2025-07-01T18:27:29.039Z | Downloaded clang-sys v1.8.1 |
| 1178 | 2025-07-01T18:27:29.039Z | Downloaded chrono-tz-build v0.4.0 |
| 1179 | 2025-07-01T18:27:29.039Z | Downloaded castaway v0.2.3 |
| 1180 | 2025-07-01T18:27:29.039Z | Downloaded cargo-platform v0.1.8 |
| 1181 | 2025-07-01T18:27:29.066Z | Downloaded instability v0.3.2 |
| 1182 | 2025-07-01T18:27:29.066Z | Downloaded indoc v1.0.9 |
| 1183 | 2025-07-01T18:27:29.066Z | Downloaded indent_write v2.2.0 |
| 1184 | 2025-07-01T18:27:29.066Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1185 | 2025-07-01T18:27:29.066Z | Downloaded hickory-client v0.25.2 |
| 1186 | 2025-07-01T18:27:29.066Z | Downloaded critical-section v1.1.3 |
| 1187 | 2025-07-01T18:27:29.066Z | Downloaded crc8 v0.1.1 |
| 1188 | 2025-07-01T18:27:29.066Z | Downloaded crc32fast v1.4.2 |
| 1189 | 2025-07-01T18:27:29.066Z | Downloaded crc-catalog v2.4.0 |
| 1190 | 2025-07-01T18:27:29.066Z | Downloaded crc v3.2.1 |
| 1191 | 2025-07-01T18:27:29.066Z | Downloaded const_format_proc_macros v0.2.34 |
| 1192 | 2025-07-01T18:27:29.066Z | Downloaded cobs v0.2.3 |
| 1193 | 2025-07-01T18:27:29.066Z | Downloaded cipher v0.4.4 |
| 1194 | 2025-07-01T18:27:29.066Z | Downloaded ciborium-ll v0.2.2 |
| 1195 | 2025-07-01T18:27:29.099Z | Downloaded ciborium v0.2.2 |
| 1196 | 2025-07-01T18:27:29.125Z | Downloaded cfg_aliases v0.2.1 |
| 1197 | 2025-07-01T18:27:29.125Z | Downloaded cexpr v0.6.0 |
| 1198 | 2025-07-01T18:27:29.125Z | Downloaded cassowary v0.3.0 |
| 1199 | 2025-07-01T18:27:29.125Z | Downloaded cargo_metadata v0.18.1 |
| 1200 | 2025-07-01T18:27:29.125Z | Downloaded cancel-safe-futures v0.1.5 |
| 1201 | 2025-07-01T18:27:29.125Z | Downloaded camino-tempfile-ext v0.3.1 |
| 1202 | 2025-07-01T18:27:29.125Z | Downloaded bzip2 v0.4.4 |
| 1203 | 2025-07-01T18:27:29.152Z | Downloaded bit-vec v0.8.0 |
| 1204 | 2025-07-01T18:27:29.152Z | Downloaded keccak v0.1.5 |
| 1205 | 2025-07-01T18:27:29.152Z | Downloaded is_ci v1.2.0 |
| 1206 | 2025-07-01T18:27:29.152Z | Downloaded instant v0.1.13 |
| 1207 | 2025-07-01T18:27:29.190Z | Downloaded inout v0.1.3 |
| 1208 | 2025-07-01T18:27:29.190Z | Downloaded indoc v2.0.6 |
| 1209 | 2025-07-01T18:27:29.190Z | Downloaded ident_case v1.0.1 |
| 1210 | 2025-07-01T18:27:29.190Z | Downloaded httparse v1.9.5 |
| 1211 | 2025-07-01T18:27:29.190Z | Downloaded hmac v0.12.1 |
| 1212 | 2025-07-01T18:27:29.190Z | Downloaded highway v1.3.0 |
| 1213 | 2025-07-01T18:27:29.190Z | Downloaded constant_time_eq v0.3.1 |
| 1214 | 2025-07-01T18:27:29.190Z | Downloaded ciborium-io v0.2.2 |
| 1215 | 2025-07-01T18:27:29.190Z | Downloaded chacha20 v0.9.1 |
| 1216 | 2025-07-01T18:27:29.217Z | Downloaded cfg_aliases v0.1.1 |
| 1217 | 2025-07-01T18:27:29.217Z | Downloaded blake3 v1.5.4 |
| 1218 | 2025-07-01T18:27:29.217Z | Downloaded bit-vec v0.6.3 |
| 1219 | 2025-07-01T18:27:29.217Z | Downloaded backoff v0.4.0 |
| 1220 | 2025-07-01T18:27:29.217Z | Downloaded hyper-tls v0.6.0 |
| 1221 | 2025-07-01T18:27:29.217Z | Downloaded httpdate v1.0.3 |
| 1222 | 2025-07-01T18:27:29.217Z | Downloaded http-body-util v0.1.3 |
| 1223 | 2025-07-01T18:27:29.217Z | Downloaded hostname v0.4.0 |
| 1224 | 2025-07-01T18:27:29.244Z | Downloaded home v0.5.9 |
| 1225 | 2025-07-01T18:27:29.244Z | Downloaded hex-literal v0.4.1 |
| 1226 | 2025-07-01T18:27:29.244Z | Downloaded hex v0.4.3 |
| 1227 | 2025-07-01T18:27:29.244Z | Downloaded heapless v0.8.0 |
| 1228 | 2025-07-01T18:27:29.244Z | Downloaded blowfish v0.9.1 |
| 1229 | 2025-07-01T18:27:29.244Z | Downloaded block-padding v0.3.3 |
| 1230 | 2025-07-01T18:27:29.244Z | Downloaded bitflags v1.3.2 |
| 1231 | 2025-07-01T18:27:29.244Z | Downloaded bitfield-struct v0.6.2 |
| 1232 | 2025-07-01T18:27:29.270Z | Downloaded hubpack_derive v0.1.1 |
| 1233 | 2025-07-01T18:27:29.270Z | Downloaded hubpack v0.1.2 |
| 1234 | 2025-07-01T18:27:29.270Z | Downloaded http-range v0.1.5 |
| 1235 | 2025-07-01T18:27:29.270Z | Downloaded bit-set v0.8.0 |
| 1236 | 2025-07-01T18:27:29.270Z | Downloaded bit-set v0.5.3 |
| 1237 | 2025-07-01T18:27:29.270Z | Downloaded bb8 v0.8.5 |
| 1238 | 2025-07-01T18:27:29.270Z | Downloaded base64ct v1.6.0 |
| 1239 | 2025-07-01T18:27:29.270Z | Downloaded base16ct v0.2.0 |
| 1240 | 2025-07-01T18:27:29.270Z | Downloaded atty v0.2.14 |
| 1241 | 2025-07-01T18:27:29.270Z | Downloaded array-init v0.0.4 |
| 1242 | 2025-07-01T18:27:29.271Z | Downloaded argon2 v0.5.3 |
| 1243 | 2025-07-01T18:27:29.271Z | Downloaded iri-string v0.7.8 |
| 1244 | 2025-07-01T18:27:29.297Z | Downloaded indicatif v0.17.11 |
| 1245 | 2025-07-01T18:27:29.297Z | Downloaded heapless v0.7.17 |
| 1246 | 2025-07-01T18:27:29.297Z | Downloaded headers v0.4.1 |
| 1247 | 2025-07-01T18:27:29.324Z | Downloaded bitfield v0.14.0 |
| 1248 | 2025-07-01T18:27:29.324Z | Downloaded aws-lc-rs v1.12.4 |
| 1249 | 2025-07-01T18:27:29.324Z | Downloaded aes-gcm v0.10.3 |
| 1250 | 2025-07-01T18:27:29.350Z | Downloaded addr2line v0.24.2 |
| 1251 | 2025-07-01T18:27:29.350Z | Downloaded hyper-rustls v0.27.7 |
| 1252 | 2025-07-01T18:27:29.350Z | Downloaded humantime v2.2.0 |
| 1253 | 2025-07-01T18:27:29.350Z | Downloaded heck v0.3.3 |
| 1254 | 2025-07-01T18:27:29.350Z | Downloaded headers-core v0.3.0 |
| 1255 | 2025-07-01T18:27:29.350Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1256 | 2025-07-01T18:27:29.350Z | Downloaded blake2 v0.10.6 |
| 1257 | 2025-07-01T18:27:29.376Z | Downloaded bcs v0.1.6 |
| 1258 | 2025-07-01T18:27:29.377Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1259 | 2025-07-01T18:27:29.377Z | Downloaded base64 v0.22.1 |
| 1260 | 2025-07-01T18:27:29.377Z | Downloaded base64 v0.21.7 |
| 1261 | 2025-07-01T18:27:29.377Z | Downloaded async-stream v0.3.6 |
| 1262 | 2025-07-01T18:27:29.377Z | Downloaded async-recursion v1.1.1 |
| 1263 | 2025-07-01T18:27:29.403Z | Downloaded assert_matches v1.5.0 |
| 1264 | 2025-07-01T18:27:29.403Z | Downloaded arrayvec v0.7.6 |
| 1265 | 2025-07-01T18:27:29.403Z | Downloaded aho-corasick v1.1.3 |
| 1266 | 2025-07-01T18:27:29.403Z | Downloaded aes v0.8.4 |
| 1267 | 2025-07-01T18:27:29.429Z | Downloaded aead v0.5.2 |
| 1268 | 2025-07-01T18:27:29.429Z | Downloaded adler2 v2.0.0 |
| 1269 | 2025-07-01T18:27:29.429Z | Downloaded match_cfg v0.1.0 |
| 1270 | 2025-07-01T18:27:29.429Z | Downloaded lzss v0.8.2 |
| 1271 | 2025-07-01T18:27:29.429Z | Downloaded linear-map v1.2.0 |
| 1272 | 2025-07-01T18:27:29.429Z | Downloaded libscf-sys v1.1.0 |
| 1273 | 2025-07-01T18:27:29.429Z | Downloaded kstat-rs v0.2.4 |
| 1274 | 2025-07-01T18:27:29.429Z | Downloaded internet-checksum v0.2.1 |
| 1275 | 2025-07-01T18:27:29.457Z | Downloaded ingot v0.1.0 |
| 1276 | 2025-07-01T18:27:29.457Z | Downloaded hyper-staticfile v0.10.1 |
| 1277 | 2025-07-01T18:27:29.457Z | Downloaded http-body v1.0.1 |
| 1278 | 2025-07-01T18:27:29.457Z | Downloaded hostname v0.3.1 |
| 1279 | 2025-07-01T18:27:29.457Z | Downloaded atomicwrites v0.4.4 |
| 1280 | 2025-07-01T18:27:29.457Z | Downloaded atomic-waker v1.1.2 |
| 1281 | 2025-07-01T18:27:29.457Z | Downloaded async-trait v0.1.88 |
| 1282 | 2025-07-01T18:27:29.486Z | Downloaded async-stream-impl v0.3.6 |
| 1283 | 2025-07-01T18:27:29.512Z | Downloaded async-bb8-diesel v0.2.1 |
| 1284 | 2025-07-01T18:27:29.512Z | Downloaded ascii-canvas v3.0.0 |
| 1285 | 2025-07-01T18:27:29.512Z | Downloaded arc-swap v1.7.1 |
| 1286 | 2025-07-01T18:27:29.512Z | Downloaded allocator-api2 v0.2.21 |
| 1287 | 2025-07-01T18:27:29.512Z | Downloaded ahash v0.8.11 |
| 1288 | 2025-07-01T18:27:29.725Z | Compiling value-bag v1.9.0 |
| 1289 | 2025-07-01T18:27:29.725Z | Compiling shlex v1.3.0 |
| 1290 | 2025-07-01T18:27:29.725Z | Compiling lock_api v0.4.12 |
| 1291 | 2025-07-01T18:27:29.725Z | Compiling scopeguard v1.2.0 |
| 1292 | 2025-07-01T18:27:29.751Z | Compiling typenum v1.17.0 |
| 1293 | 2025-07-01T18:27:29.751Z | Compiling generic-array v0.14.7 |
| 1294 | 2025-07-01T18:27:29.751Z | Compiling syn v2.0.104 |
| 1295 | 2025-07-01T18:27:29.751Z | Compiling getrandom v0.2.15 |
| 1296 | 2025-07-01T18:27:30.065Z | Compiling jobserver v0.1.32 |
| 1297 | 2025-07-01T18:27:30.233Z | Compiling rand_core v0.6.4 |
| 1298 | 2025-07-01T18:27:30.303Z | Compiling smallvec v1.15.0 |
| 1299 | 2025-07-01T18:27:30.386Z | Compiling log v0.4.27 |
| 1300 | 2025-07-01T18:27:30.589Z | Compiling cc v1.2.15 |
| 1301 | 2025-07-01T18:27:30.708Z | Compiling portable-atomic v1.11.0 |
| 1302 | 2025-07-01T18:27:30.798Z | Compiling critical-section v1.1.3 |
| 1303 | 2025-07-01T18:27:30.835Z | Compiling subtle v2.6.1 |
| 1304 | 2025-07-01T18:27:30.883Z | Compiling const-oid v0.9.6 |
| 1305 | 2025-07-01T18:27:30.990Z | Compiling pkg-config v0.3.31 |
| 1306 | 2025-07-01T18:27:31.083Z | Compiling parking_lot_core v0.9.10 |
| 1307 | 2025-07-01T18:27:31.205Z | Compiling pin-project-lite v0.2.14 |
| 1308 | 2025-07-01T18:27:31.360Z | Compiling rustix v0.38.37 |
| 1309 | 2025-07-01T18:27:32.006Z | Compiling signal-hook-registry v1.4.2 |
| 1310 | 2025-07-01T18:27:32.055Z | Compiling parking_lot v0.12.3 |
| 1311 | 2025-07-01T18:27:32.142Z | Compiling mio v1.0.2 |
| 1312 | 2025-07-01T18:27:32.199Z | Compiling futures-core v0.3.31 |
| 1313 | 2025-07-01T18:27:32.462Z | Compiling spin v0.9.8 |
| 1314 | 2025-07-01T18:27:32.699Z | Compiling socket2 v0.5.10 |
| 1315 | 2025-07-01T18:27:32.749Z | Compiling once_cell v1.21.3 |
| 1316 | 2025-07-01T18:27:32.870Z | Compiling slab v0.4.9 |
| 1317 | 2025-07-01T18:27:32.935Z | Compiling aho-corasick v1.1.3 |
| 1318 | 2025-07-01T18:27:32.961Z | Compiling serde_json v1.0.140 |
| 1319 | 2025-07-01T18:27:33.190Z | Compiling either v1.15.0 |
| 1320 | 2025-07-01T18:27:33.216Z | Compiling libm v0.2.8 |
| 1321 | 2025-07-01T18:27:33.243Z | Compiling regex-syntax v0.8.5 |
| 1322 | 2025-07-01T18:27:33.268Z | Compiling cpufeatures v0.2.14 |
| 1323 | 2025-07-01T18:27:33.554Z | Compiling num-traits v0.2.19 |
| 1324 | 2025-07-01T18:27:33.580Z | Compiling getrandom v0.3.1 |
| 1325 | 2025-07-01T18:27:33.611Z | Compiling percent-encoding v2.3.1 |
| 1326 | 2025-07-01T18:27:33.640Z | Compiling glob v0.3.2 |
| 1327 | 2025-07-01T18:27:33.877Z | Compiling futures-sink v0.3.31 |
| 1328 | 2025-07-01T18:27:34.349Z | Compiling prettyplease v0.2.35 |
| 1329 | 2025-07-01T18:27:34.505Z | Compiling lazy_static v1.5.0 |
| 1330 | 2025-07-01T18:27:34.634Z | Compiling clang-sys v1.8.1 |
| 1331 | 2025-07-01T18:27:34.704Z | Compiling foldhash v0.1.5 |
| 1332 | 2025-07-01T18:27:34.734Z | Compiling minimal-lexical v0.2.1 |
| 1333 | 2025-07-01T18:27:34.979Z | Compiling allocator-api2 v0.2.21 |
| 1334 | 2025-07-01T18:27:35.193Z | Compiling nom v7.1.3 |
| 1335 | 2025-07-01T18:27:35.286Z | Compiling libloading v0.8.5 |
| 1336 | 2025-07-01T18:27:35.396Z | Compiling home v0.5.9 |
| 1337 | 2025-07-01T18:27:35.768Z | Compiling hashbrown v0.15.4 |
| 1338 | 2025-07-01T18:27:35.794Z | Compiling bindgen v0.69.5 |
| 1339 | 2025-07-01T18:27:35.833Z | Compiling base64ct v1.6.0 |
| 1340 | 2025-07-01T18:27:36.452Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2025-07-01T18:27:37.078Z | Compiling regex-automata v0.4.8 |
| 1342 | 2025-07-01T18:27:37.104Z | Compiling futures-channel v0.3.31 |
| 1343 | 2025-07-01T18:27:37.257Z | Compiling itertools v0.12.1 |
| 1344 | 2025-07-01T18:27:37.431Z | Compiling rustc-hash v1.1.0 |
| 1345 | 2025-07-01T18:27:37.559Z | Compiling synstructure v0.13.1 |
| 1346 | 2025-07-01T18:27:38.502Z | Compiling cexpr v0.6.0 |
| 1347 | 2025-07-01T18:27:38.973Z | Compiling lazycell v1.3.0 |
| 1348 | 2025-07-01T18:27:39.153Z | Compiling pin-utils v0.1.0 |
| 1349 | 2025-07-01T18:27:39.217Z | Compiling futures-io v0.3.31 |
| 1350 | 2025-07-01T18:27:39.271Z | Compiling flagset v0.4.6 |
| 1351 | 2025-07-01T18:27:39.488Z | Compiling futures-task v0.3.31 |
| 1352 | 2025-07-01T18:27:39.514Z | Compiling cmake v0.1.51 |
| 1353 | 2025-07-01T18:27:39.793Z | Compiling dunce v1.0.5 |
| 1354 | 2025-07-01T18:27:39.945Z | Compiling fs_extra v1.3.0 |
| 1355 | 2025-07-01T18:27:40.039Z | Compiling form_urlencoded v1.2.1 |
| 1356 | 2025-07-01T18:27:40.163Z | Compiling vcpkg v0.2.15 |
| 1357 | 2025-07-01T18:27:40.341Z | Compiling zerocopy v0.8.26 |
| 1358 | 2025-07-01T18:27:40.367Z | Compiling paste v1.0.15 |
| 1359 | 2025-07-01T18:27:40.432Z | Compiling crossbeam-utils v0.8.21 |
| 1360 | 2025-07-01T18:27:40.466Z | Compiling ring v0.17.14 |
| 1361 | 2025-07-01T18:27:40.955Z | Compiling tracing-core v0.1.32 |
| 1362 | 2025-07-01T18:27:41.131Z | Compiling iana-time-zone v0.1.63 |
| 1363 | 2025-07-01T18:27:41.457Z | Compiling aws-lc-rs v1.12.4 |
| 1364 | 2025-07-01T18:27:41.767Z | Compiling openssl-sys v0.9.109 |
| 1365 | 2025-07-01T18:27:41.915Z | Compiling rustls-pki-types v1.10.0 |
| 1366 | 2025-07-01T18:27:42.150Z | Compiling base64 v0.22.1 |
| 1367 | 2025-07-01T18:27:42.272Z | Compiling serde_derive v1.0.219 |
| 1368 | 2025-07-01T18:27:42.831Z | Compiling zeroize_derive v1.4.2 |
| 1369 | 2025-07-01T18:27:42.858Z | Compiling zerofrom-derive v0.1.4 |
| 1370 | 2025-07-01T18:27:42.951Z | Compiling yoke-derive v0.7.4 |
| 1371 | 2025-07-01T18:27:42.977Z | Compiling zerovec-derive v0.10.3 |
| 1372 | 2025-07-01T18:27:44.100Z | Compiling zeroize v1.8.1 |
| 1373 | 2025-07-01T18:27:45.251Z | Compiling displaydoc v0.2.5 |
| 1374 | 2025-07-01T18:27:45.400Z | Compiling zerocopy-derive v0.7.35 |
| 1375 | 2025-07-01T18:27:45.864Z | Compiling crypto-common v0.1.6 |
| 1376 | 2025-07-01T18:27:46.010Z | Compiling block-buffer v0.10.4 |
| 1377 | 2025-07-01T18:27:46.130Z | Compiling zerofrom v0.1.4 |
| 1378 | 2025-07-01T18:27:46.308Z | Compiling digest v0.10.7 |
| 1379 | 2025-07-01T18:27:46.380Z | Compiling yoke v0.7.4 |
| 1380 | 2025-07-01T18:27:46.487Z | Compiling tokio-macros v2.5.0 |
| 1381 | 2025-07-01T18:27:46.744Z | Compiling zerovec v0.10.4 |
| 1382 | 2025-07-01T18:27:46.772Z | Compiling hmac v0.12.1 |
| 1383 | 2025-07-01T18:27:46.800Z | Compiling icu_provider_macros v1.5.0 |
| 1384 | 2025-07-01T18:27:46.800Z | Compiling block-padding v0.3.3 |
| 1385 | 2025-07-01T18:27:47.056Z | Compiling inout v0.1.3 |
| 1386 | 2025-07-01T18:27:47.083Z | Compiling sha2 v0.10.9 |
| 1387 | 2025-07-01T18:27:47.257Z | Compiling regex v1.11.1 |
| 1388 | 2025-07-01T18:27:47.331Z | Compiling zerocopy v0.7.35 |
| 1389 | 2025-07-01T18:27:47.377Z | Compiling cipher v0.4.4 |
| 1390 | 2025-07-01T18:27:47.827Z | Compiling futures-macro v0.3.31 |
| 1391 | 2025-07-01T18:27:47.871Z | Compiling der_derive v0.7.3 |
| 1392 | 2025-07-01T18:27:48.007Z | Compiling thiserror-impl v1.0.69 |
| 1393 | 2025-07-01T18:27:48.312Z | Compiling salsa20 v0.10.2 |
| 1394 | 2025-07-01T18:27:48.570Z | Compiling tinystr v0.7.6 |
| 1395 | 2025-07-01T18:27:48.709Z | Compiling icu_collections v1.5.0 |
| 1396 | 2025-07-01T18:27:48.889Z | Compiling ppv-lite86 v0.2.20 |
| 1397 | 2025-07-01T18:27:48.969Z | Compiling icu_locid v1.5.0 |
| 1398 | 2025-07-01T18:27:49.016Z | Compiling serde v1.0.219 |
| 1399 | 2025-07-01T18:27:49.614Z | Compiling futures-util v0.3.31 |
| 1400 | 2025-07-01T18:27:49.947Z | Compiling pbkdf2 v0.12.2 |
| 1401 | 2025-07-01T18:27:49.977Z | Compiling aes v0.8.4 |
| 1402 | 2025-07-01T18:27:50.027Z | Compiling cbc v0.1.2 |
| 1403 | 2025-07-01T18:27:50.112Z | Compiling der v0.7.9 |
| 1404 | 2025-07-01T18:27:50.174Z | Compiling scrypt v0.11.0 |
| 1405 | 2025-07-01T18:27:50.294Z | Compiling icu_provider v1.5.0 |
| 1406 | 2025-07-01T18:27:50.674Z | Compiling zerocopy-derive v0.8.26 |
| 1407 | 2025-07-01T18:27:50.850Z | Compiling thiserror v1.0.69 |
| 1408 | 2025-07-01T18:27:51.026Z | Compiling icu_locid_transform v1.5.0 |
| 1409 | 2025-07-01T18:27:51.051Z | Compiling pest v2.7.14 |
| 1410 | 2025-07-01T18:27:51.338Z | Compiling tracing-attributes v0.1.27 |
| 1411 | 2025-07-01T18:27:52.312Z | Compiling icu_properties v1.5.1 |
| 1412 | 2025-07-01T18:27:53.014Z | Compiling spki v0.7.3 |
| 1413 | 2025-07-01T18:27:53.370Z | Compiling pkcs5 v0.7.1 |
| 1414 | 2025-07-01T18:27:53.431Z | Compiling pest_meta v2.7.14 |
| 1415 | 2025-07-01T18:27:53.856Z | Compiling scroll_derive v0.12.0 |
| 1416 | 2025-07-01T18:27:54.361Z | Compiling bitflags v2.9.0 |
| 1417 | 2025-07-01T18:27:54.553Z | Compiling bytes v1.10.1 |
| 1418 | 2025-07-01T18:27:54.601Z | Compiling semver v1.0.26 |
| 1419 | 2025-07-01T18:27:55.227Z | Compiling indexmap v2.9.0 |
| 1420 | 2025-07-01T18:27:55.326Z | Compiling rustc_version v0.4.1 |
| 1421 | 2025-07-01T18:27:55.971Z | Compiling tokio v1.45.1 |
| 1422 | 2025-07-01T18:27:55.999Z | Compiling icu_normalizer v1.5.0 |
| 1423 | 2025-07-01T18:27:56.583Z | Compiling http v1.3.1 |
| 1424 | 2025-07-01T18:27:56.832Z | Compiling uuid v1.17.0 |
| 1425 | 2025-07-01T18:27:57.126Z | Compiling idna_adapter v1.2.0 |
| 1426 | 2025-07-01T18:27:57.391Z | Compiling idna v1.0.3 |
| 1427 | 2025-07-01T18:27:57.455Z | Compiling tracing v0.1.40 |
| 1428 | 2025-07-01T18:27:57.655Z | Compiling chrono v0.4.41 |
| 1429 | 2025-07-01T18:27:57.849Z | Compiling pkcs8 v0.10.2 |
| 1430 | 2025-07-01T18:27:57.954Z | Compiling httparse v1.9.5 |
| 1431 | 2025-07-01T18:27:58.218Z | Compiling url v2.5.4 |
| 1432 | 2025-07-01T18:27:58.534Z | Compiling which v4.4.2 |
| 1433 | 2025-07-01T18:27:58.644Z | Compiling http-body v1.0.1 |
| 1434 | 2025-07-01T18:27:58.726Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2025-07-01T18:27:58.858Z | Compiling tinyvec v1.8.0 |
| 1436 | 2025-07-01T18:27:59.051Z | Compiling rand_core v0.9.2 |
| 1437 | 2025-07-01T18:27:59.156Z | Compiling scroll v0.12.0 |
| 1438 | 2025-07-01T18:27:59.438Z | Compiling pest_generator v2.7.14 |
| 1439 | 2025-07-01T18:27:59.582Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2025-07-01T18:27:59.763Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1441 | 2025-07-01T18:28:00.102Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1442 | 2025-07-01T18:28:00.344Z | Compiling time-core v0.1.2 |
| 1443 | 2025-07-01T18:28:00.455Z | Compiling powerfmt v0.2.0 |
| 1444 | 2025-07-01T18:28:00.546Z | Compiling schemars v0.8.22 |
| 1445 | 2025-07-01T18:28:00.572Z | Compiling foreign-types-shared v0.1.1 |
| 1446 | 2025-07-01T18:28:00.722Z | Compiling tower-service v0.3.3 |
| 1447 | 2025-07-01T18:28:00.845Z | Compiling try-lock v0.2.5 |
| 1448 | 2025-07-01T18:28:00.871Z | Compiling openssl v0.10.73 |
| 1449 | 2025-07-01T18:28:00.900Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2025-07-01T18:28:00.987Z | Compiling rustversion v1.0.17 |
| 1451 | 2025-07-01T18:28:01.059Z | Compiling untrusted v0.9.0 |
| 1452 | 2025-07-01T18:28:01.098Z | Compiling untrusted v0.7.1 |
| 1453 | 2025-07-01T18:28:01.124Z | Compiling adler2 v2.0.0 |
| 1454 | 2025-07-01T18:28:01.273Z | Compiling openssl-probe v0.1.5 |
| 1455 | 2025-07-01T18:28:01.304Z | Compiling num-conv v0.1.0 |
| 1456 | 2025-07-01T18:28:01.330Z | Compiling miniz_oxide v0.8.5 |
| 1457 | 2025-07-01T18:28:01.594Z | Compiling time-macros v0.2.18 |
| 1458 | 2025-07-01T18:28:01.620Z | Compiling pest_derive v2.7.14 |
| 1459 | 2025-07-01T18:28:01.705Z | Compiling want v0.3.1 |
| 1460 | 2025-07-01T18:28:01.732Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2025-07-01T18:28:02.071Z | Compiling goblin v0.8.2 |
| 1462 | 2025-07-01T18:28:02.368Z | Compiling deranged v0.3.11 |
| 1463 | 2025-07-01T18:28:02.741Z | Compiling foreign-types v0.3.2 |
| 1464 | 2025-07-01T18:28:04.486Z | Compiling rand_chacha v0.9.0 |
| 1465 | 2025-07-01T18:28:04.561Z | Compiling ipnet v2.11.0 |
| 1466 | 2025-07-01T18:28:05.269Z | Compiling tokio-util v0.7.15 |
| 1467 | 2025-07-01T18:28:05.790Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2025-07-01T18:28:05.856Z | Compiling dyn-clone v1.0.19 |
| 1469 | 2025-07-01T18:28:06.135Z | Compiling httpdate v1.0.3 |
| 1470 | 2025-07-01T18:28:06.609Z | Compiling h2 v0.4.6 |
| 1471 | 2025-07-01T18:28:06.673Z | Compiling rustls v0.23.19 |
| 1472 | 2025-07-01T18:28:06.813Z | Compiling num_threads v0.1.7 |
| 1473 | 2025-07-01T18:28:06.943Z | Compiling native-tls v0.2.12 |
| 1474 | 2025-07-01T18:28:06.969Z | Compiling syn v1.0.109 |
| 1475 | 2025-07-01T18:28:07.350Z | Compiling time v0.3.36 |
| 1476 | 2025-07-01T18:28:09.775Z | Compiling dof v0.3.0 |
| 1477 | 2025-07-01T18:28:10.846Z | Compiling rand v0.9.1 |
| 1478 | 2025-07-01T18:28:11.575Z | Compiling dtrace-parser v0.2.0 |
| 1479 | 2025-07-01T18:28:12.053Z | Compiling unicode-normalization v0.1.24 |
| 1480 | 2025-07-01T18:28:12.779Z | Compiling heapless v0.7.17 |
| 1481 | 2025-07-01T18:28:12.981Z | Compiling signature v2.2.0 |
| 1482 | 2025-07-01T18:28:13.187Z | Compiling crossbeam-epoch v0.9.18 |
| 1483 | 2025-07-01T18:28:13.236Z | Compiling crc32fast v1.4.2 |
| 1484 | 2025-07-01T18:28:13.335Z | Compiling cookie v0.18.1 |
| 1485 | 2025-07-01T18:28:13.513Z | Compiling zstd-safe v7.2.3 |
| 1486 | 2025-07-01T18:28:13.606Z | Compiling unicode-bidi v0.3.17 |
| 1487 | 2025-07-01T18:28:13.674Z | Compiling siphasher v0.3.11 |
| 1488 | 2025-07-01T18:28:13.846Z | Compiling hyper v1.6.0 |
| 1489 | 2025-07-01T18:28:13.982Z | Compiling unicode-properties v0.1.3 |
| 1490 | 2025-07-01T18:28:14.484Z | Compiling signal-hook v0.3.18 |
| 1491 | 2025-07-01T18:28:14.523Z | Compiling rayon-core v1.12.1 |
| 1492 | 2025-07-01T18:28:14.549Z | Compiling zlib-rs v0.5.1 |
| 1493 | 2025-07-01T18:28:14.700Z | Compiling slog v2.7.0 |
| 1494 | 2025-07-01T18:28:14.879Z | Compiling stringprep v0.1.5 |
| 1495 | 2025-07-01T18:28:15.075Z | Compiling phf_shared v0.11.2 |
| 1496 | 2025-07-01T18:28:15.302Z | Compiling crossbeam-deque v0.8.5 |
| 1497 | 2025-07-01T18:28:15.576Z | Compiling usdt-impl v0.5.0 |
| 1498 | 2025-07-01T18:28:16.413Z | Compiling curve25519-dalek v4.1.3 |
| 1499 | 2025-07-01T18:28:16.464Z | Compiling hyper-util v0.1.14 |
| 1500 | 2025-07-01T18:28:16.871Z | Compiling toml_datetime v0.6.11 |
| 1501 | 2025-07-01T18:28:16.929Z | Compiling serde_tokenstream v0.2.2 |
| 1502 | 2025-07-01T18:28:17.076Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2025-07-01T18:28:17.390Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2025-07-01T18:28:17.528Z | Compiling md-5 v0.10.6 |
| 1505 | 2025-07-01T18:28:17.609Z | Compiling num-integer v0.1.46 |
| 1506 | 2025-07-01T18:28:17.728Z | Compiling sync_wrapper v1.0.1 |
| 1507 | 2025-07-01T18:28:17.841Z | Compiling ff v0.13.0 |
| 1508 | 2025-07-01T18:28:17.905Z | Compiling hash32 v0.2.1 |
| 1509 | 2025-07-01T18:28:18.107Z | Compiling memoffset v0.9.1 |
| 1510 | 2025-07-01T18:28:18.293Z | Compiling fallible-iterator v0.2.0 |
| 1511 | 2025-07-01T18:28:18.410Z | Compiling smoltcp v0.9.1 |
| 1512 | 2025-07-01T18:28:18.461Z | Compiling base16ct v0.2.0 |
| 1513 | 2025-07-01T18:28:18.847Z | Compiling num-bigint-dig v0.8.4 |
| 1514 | 2025-07-01T18:28:19.050Z | Compiling cfg_aliases v0.2.1 |
| 1515 | 2025-07-01T18:28:19.087Z | Compiling newtype-uuid v1.2.4 |
| 1516 | 2025-07-01T18:28:19.201Z | Compiling litrs v0.4.1 |
| 1517 | 2025-07-01T18:28:19.234Z | Compiling gimli v0.31.1 |
| 1518 | 2025-07-01T18:28:19.260Z | Compiling psl-types v2.0.11 |
| 1519 | 2025-07-01T18:28:19.392Z | Compiling tower-layer v0.3.3 |
| 1520 | 2025-07-01T18:28:19.489Z | Compiling publicsuffix v2.3.0 |
| 1521 | 2025-07-01T18:28:19.690Z | Compiling tower v0.5.2 |
| 1522 | 2025-07-01T18:28:19.866Z | Compiling nix v0.29.0 |
| 1523 | 2025-07-01T18:28:20.344Z | Compiling document-features v0.2.10 |
| 1524 | 2025-07-01T18:28:20.666Z | Compiling postgres-protocol v0.6.8 |
| 1525 | 2025-07-01T18:28:20.692Z | Compiling sec1 v0.7.3 |
| 1526 | 2025-07-01T18:28:20.898Z | Compiling libz-rs-sys v0.5.1 |
| 1527 | 2025-07-01T18:28:21.214Z | Compiling flate2 v1.1.2 |
| 1528 | 2025-07-01T18:28:21.288Z | Compiling num-iter v0.1.45 |
| 1529 | 2025-07-01T18:28:21.514Z | Compiling group v0.13.0 |
| 1530 | 2025-07-01T18:28:21.703Z | Compiling rand v0.8.5 |
| 1531 | 2025-07-01T18:28:21.995Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2025-07-01T18:28:23.096Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2025-07-01T18:28:23.266Z | Compiling rustls-native-certs v0.8.1 |
| 1534 | 2025-07-01T18:28:23.432Z | Compiling addr2line v0.24.2 |
| 1535 | 2025-07-01T18:28:23.719Z | Compiling http-body-util v0.1.3 |
| 1536 | 2025-07-01T18:28:23.830Z | Compiling terminal_size v0.4.0 |
| 1537 | 2025-07-01T18:28:23.864Z | Compiling hkdf v0.12.4 |
| 1538 | 2025-07-01T18:28:23.942Z | Compiling crypto-bigint v0.5.5 |
| 1539 | 2025-07-01T18:28:23.981Z | Compiling webpki-roots v1.0.0 |
| 1540 | 2025-07-01T18:28:24.148Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1541 | 2025-07-01T18:28:24.225Z | Compiling async-trait v0.1.88 |
| 1542 | 2025-07-01T18:28:24.252Z | Compiling thiserror-impl v2.0.12 |
| 1543 | 2025-07-01T18:28:24.252Z | Compiling fs-err v3.1.1 |
| 1544 | 2025-07-01T18:28:24.300Z | Compiling ahash v0.8.11 |
| 1545 | 2025-07-01T18:28:24.544Z | Compiling object v0.36.5 |
| 1546 | 2025-07-01T18:28:24.637Z | Compiling winnow v0.5.40 |
| 1547 | 2025-07-01T18:28:25.402Z | Compiling buf-list v1.0.3 |
| 1548 | 2025-07-01T18:28:25.940Z | Compiling bumpalo v3.16.0 |
| 1549 | 2025-07-01T18:28:26.565Z | Compiling iri-string v0.7.8 |
| 1550 | 2025-07-01T18:28:26.641Z | Compiling simd-adler32 v0.3.7 |
| 1551 | 2025-07-01T18:28:27.181Z | Compiling anyhow v1.0.98 |
| 1552 | 2025-07-01T18:28:27.207Z | Compiling managed v0.8.0 |
| 1553 | 2025-07-01T18:28:27.657Z | Compiling lockfree-object-pool v0.1.6 |
| 1554 | 2025-07-01T18:28:27.769Z | Compiling rustc-demangle v0.1.24 |
| 1555 | 2025-07-01T18:28:28.024Z | Compiling bitflags v1.3.2 |
| 1556 | 2025-07-01T18:28:28.185Z | Compiling zopfli v0.8.1 |
| 1557 | 2025-07-01T18:28:28.501Z | Compiling hubpack_derive v0.1.1 |
| 1558 | 2025-07-01T18:28:28.707Z | Compiling toml_edit v0.19.15 |
| 1559 | 2025-07-01T18:28:29.337Z | Compiling hubpack v0.1.2 |
| 1560 | 2025-07-01T18:28:29.745Z | Compiling tower-http v0.6.6 |
| 1561 | 2025-07-01T18:28:29.771Z | Compiling console v0.15.10 |
| 1562 | 2025-07-01T18:28:30.231Z | Compiling thiserror v2.0.12 |
| 1563 | 2025-07-01T18:28:30.318Z | Compiling elliptic-curve v0.13.8 |
| 1564 | 2025-07-01T18:28:30.459Z | Compiling clap_builder v4.5.40 |
| 1565 | 2025-07-01T18:28:30.630Z | Compiling strum_macros v0.25.3 |
| 1566 | 2025-07-01T18:28:31.170Z | Compiling hyper-tls v0.6.0 |
| 1567 | 2025-07-01T18:28:31.321Z | Compiling backtrace v0.3.74 |
| 1568 | 2025-07-01T18:28:31.581Z | Compiling oxnet v0.1.2 |
| 1569 | 2025-07-01T18:28:32.358Z | Compiling rayon v1.10.0 |
| 1570 | 2025-07-01T18:28:33.976Z | Compiling signal-hook-mio v0.2.4 |
| 1571 | 2025-07-01T18:28:34.271Z | Compiling cookie_store v0.21.1 |
| 1572 | 2025-07-01T18:28:34.297Z | Compiling zstd v0.13.3 |
| 1573 | 2025-07-01T18:28:34.821Z | Compiling postgres-types v0.2.9 |
| 1574 | 2025-07-01T18:28:35.721Z | Compiling usdt-attr-macro v0.5.0 |
| 1575 | 2025-07-01T18:28:35.865Z | Compiling usdt-macro v0.5.0 |
| 1576 | 2025-07-01T18:28:36.037Z | Compiling phf v0.11.2 |
| 1577 | 2025-07-01T18:28:36.317Z | Compiling ed25519 v2.2.3 |
| 1578 | 2025-07-01T18:28:36.636Z | Compiling strum_macros v0.26.4 |
| 1579 | 2025-07-01T18:28:37.129Z | Compiling bzip2 v0.4.4 |
| 1580 | 2025-07-01T18:28:37.163Z | Compiling bzip2 v0.5.2 |
| 1581 | 2025-07-01T18:28:37.602Z | Compiling clap_derive v4.5.40 |
| 1582 | 2025-07-01T18:28:37.629Z | Compiling enum-as-inner v0.6.1 |
| 1583 | 2025-07-01T18:28:37.790Z | Compiling pkcs1 v0.7.5 |
| 1584 | 2025-07-01T18:28:38.141Z | Compiling serde-big-array v0.5.1 |
| 1585 | 2025-07-01T18:28:38.198Z | Compiling serde_urlencoded v0.7.1 |
| 1586 | 2025-07-01T18:28:38.469Z | Compiling rfc6979 v0.4.0 |
| 1587 | 2025-07-01T18:28:38.670Z | Compiling bstr v1.10.0 |
| 1588 | 2025-07-01T18:28:38.700Z | Compiling daft-derive v0.1.3 |
| 1589 | 2025-07-01T18:28:38.728Z | Compiling serde_repr v0.1.19 |
| 1590 | 2025-07-01T18:28:38.758Z | Compiling float-cmp v0.10.0 |
| 1591 | 2025-07-01T18:28:39.045Z | Compiling encoding_rs v0.8.34 |
| 1592 | 2025-07-01T18:28:39.733Z | Compiling number_prefix v0.4.0 |
| 1593 | 2025-07-01T18:28:40.047Z | Compiling fixedbitset v0.4.2 |
| 1594 | 2025-07-01T18:28:40.227Z | Compiling static_assertions v1.1.0 |
| 1595 | 2025-07-01T18:28:40.260Z | Compiling normalize-line-endings v0.3.0 |
| 1596 | 2025-07-01T18:28:40.362Z | Compiling whoami v1.6.0 |
| 1597 | 2025-07-01T18:28:40.433Z | Compiling mime v0.3.17 |
| 1598 | 2025-07-01T18:28:40.513Z | Compiling predicates-core v1.0.8 |
| 1599 | 2025-07-01T18:28:40.837Z | Compiling new_debug_unreachable v1.0.6 |
| 1600 | 2025-07-01T18:28:40.913Z | Compiling difflib v0.4.0 |
| 1601 | 2025-07-01T18:28:40.946Z | Compiling data-encoding v2.9.0 |
| 1602 | 2025-07-01T18:28:40.972Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2025-07-01T18:28:40.972Z | Compiling precomputed-hash v0.1.1 |
| 1604 | 2025-07-01T18:28:41.152Z | Compiling toml_edit v0.22.27 |
| 1605 | 2025-07-01T18:28:41.705Z | Compiling clap v4.5.40 |
| 1606 | 2025-07-01T18:28:41.823Z | Compiling similar v2.7.0 |
| 1607 | 2025-07-01T18:28:41.850Z | Compiling hickory-proto v0.25.2 |
| 1608 | 2025-07-01T18:28:42.211Z | Compiling predicates v3.1.3 |
| 1609 | 2025-07-01T18:28:42.567Z | Compiling string_cache v0.8.9 |
| 1610 | 2025-07-01T18:28:42.611Z | Compiling strum v0.26.3 |
| 1611 | 2025-07-01T18:28:42.835Z | Compiling tokio-postgres v0.7.13 |
| 1612 | 2025-07-01T18:28:43.039Z | Compiling petgraph v0.6.5 |
| 1613 | 2025-07-01T18:28:43.730Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1614 | 2025-07-01T18:28:43.876Z | Compiling daft v0.1.3 |
| 1615 | 2025-07-01T18:28:44.449Z | Compiling indicatif v0.17.11 |
| 1616 | 2025-07-01T18:28:44.785Z | Compiling usdt v0.5.0 |
| 1617 | 2025-07-01T18:28:45.261Z | Compiling ecdsa v0.16.9 |
| 1618 | 2025-07-01T18:28:46.075Z | Compiling rsa v0.9.6 |
| 1619 | 2025-07-01T18:28:46.258Z | Compiling zip v4.2.0 |
| 1620 | 2025-07-01T18:28:46.726Z | Compiling zip v0.6.6 |
| 1621 | 2025-07-01T18:28:47.995Z | Compiling ed25519-dalek v2.1.1 |
| 1622 | 2025-07-01T18:28:48.120Z | Compiling crossterm v0.28.1 |
| 1623 | 2025-07-01T18:28:49.382Z | Compiling toml v0.7.8 |
| 1624 | 2025-07-01T18:28:50.439Z | Compiling tokio-stream v0.1.17 |
| 1625 | 2025-07-01T18:28:50.745Z | Compiling openapiv3 v2.2.0 |
| 1626 | 2025-07-01T18:28:50.944Z | Compiling x509-cert v0.2.5 |
| 1627 | 2025-07-01T18:28:51.017Z | Compiling sha1 v0.10.6 |
| 1628 | 2025-07-01T18:28:51.344Z | Compiling itertools v0.10.5 |
| 1629 | 2025-07-01T18:28:51.469Z | Compiling dirs-sys-next v0.1.2 |
| 1630 | 2025-07-01T18:28:51.535Z | Compiling winnow v0.6.26 |
| 1631 | 2025-07-01T18:28:52.016Z | Compiling peg-runtime v0.8.5 |
| 1632 | 2025-07-01T18:28:52.585Z | Compiling rustc-hash v2.1.1 |
| 1633 | 2025-07-01T18:28:52.789Z | Compiling lalrpop-util v0.19.12 |
| 1634 | 2025-07-01T18:28:53.142Z | Compiling dirs-next v2.0.0 |
| 1635 | 2025-07-01T18:28:53.339Z | Compiling thread_local v1.1.8 |
| 1636 | 2025-07-01T18:28:53.365Z | Compiling slog-async v2.8.0 |
| 1637 | 2025-07-01T18:28:53.833Z | Compiling term v0.7.0 |
| 1638 | 2025-07-01T18:28:53.883Z | Compiling xattr v1.3.1 |
| 1639 | 2025-07-01T18:28:53.909Z | Compiling futures-executor v0.3.31 |
| 1640 | 2025-07-01T18:28:53.954Z | Compiling crossbeam-channel v0.5.15 |
| 1641 | 2025-07-01T18:28:54.215Z | Compiling is-terminal v0.4.13 |
| 1642 | 2025-07-01T18:28:54.378Z | Compiling filetime v0.2.25 |
| 1643 | 2025-07-01T18:28:54.444Z | Compiling take_mut v0.2.2 |
| 1644 | 2025-07-01T18:28:54.619Z | Compiling slog-term v2.9.1 |
| 1645 | 2025-07-01T18:28:54.646Z | Compiling tar v0.4.44 |
| 1646 | 2025-07-01T18:28:54.675Z | Compiling futures v0.3.31 |
| 1647 | 2025-07-01T18:28:54.954Z | Compiling camino v1.1.10 |
| 1648 | 2025-07-01T18:29:01.841Z | Compiling aws-lc-sys v0.26.0 |
| 1649 | 2025-07-01T18:29:37.019Z | Compiling rustls-webpki v0.102.8 |
| 1650 | 2025-07-01T18:29:43.809Z | Compiling tokio-rustls v0.26.0 |
| 1651 | 2025-07-01T18:29:44.192Z | Compiling hyper-rustls v0.27.7 |
| 1652 | 2025-07-01T18:29:44.559Z | Compiling reqwest v0.12.20 |
| 1653 | 2025-07-01T18:29:49.336Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1654 | 2025-07-01T18:29:49.718Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1655 | 2025-07-01T18:29:55.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
| 1656 | 2025-07-01T18:29:55.962Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1657 | 2025-07-01T18:29:56.041Z | Jul 01 18:29:55.895 INFO Starting download, target: Cockroach |
| 1658 | 2025-07-01T18:29:56.041Z | Jul 01 18:29:55.896 INFO Starting download, target: Clickhouse |
| 1659 | 2025-07-01T18:29:56.041Z | Jul 01 18:29:55.896 INFO Starting download, target: Console |
| 1660 | 2025-07-01T18:29:56.041Z | Jul 01 18:29:55.896 INFO Starting download, target: DendriteStub |
| 1661 | 2025-07-01T18:29:56.041Z | Jul 01 18:29:55.896 INFO Starting download, target: MaghemiteMgd |
| 1662 | 2025-07-01T18:29:56.041Z | Jul 01 18:29:55.896 INFO Starting download, target: TransceiverControl |
| 1663 | 2025-07-01T18:29:56.067Z | Jul 01 18:29:55.897 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1664 | 2025-07-01T18:29:56.067Z | Jul 01 18:29:55.897 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1665 | 2025-07-01T18:29:56.067Z | Jul 01 18:29:55.897 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1666 | 2025-07-01T18:29:56.067Z | Jul 01 18:29:55.898 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1667 | 2025-07-01T18:29:56.067Z | Jul 01 18:29:55.898 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1668 | 2025-07-01T18:29:56.067Z | Jul 01 18:29:55.898 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1669 | 2025-07-01T18:29:56.378Z | Jul 01 18:29:56.230 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1670 | 2025-07-01T18:29:56.753Z | Jul 01 18:29:56.589 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1671 | 2025-07-01T18:29:56.783Z | Jul 01 18:29:56.612 INFO Download complete, target: Console |
| 1672 | 2025-07-01T18:29:57.145Z | Jul 01 18:29:56.999 INFO Download complete, target: TransceiverControl |
| 1673 | 2025-07-01T18:29:59.765Z | Jul 01 18:29:59.604 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1674 | 2025-07-01T18:30:00.329Z | Jul 01 18:30:00.184 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1675 | 2025-07-01T18:30:03.188Z | Jul 01 18:30:03.043 INFO Download complete, target: DendriteStub |
| 1676 | 2025-07-01T18:30:03.387Z | Jul 01 18:30:03.241 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1677 | 2025-07-01T18:30:03.387Z | Jul 01 18:30:03.241 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1678 | 2025-07-01T18:30:04.259Z | Jul 01 18:30:04.114 INFO Download complete, target: MaghemiteMgd |
| 1679 | 2025-07-01T18:30:13.859Z | Jul 01 18:30:13.715 INFO Checking that binary works, target: Cockroach |
| 1680 | 2025-07-01T18:30:14.187Z | Jul 01 18:30:14.043 INFO Download complete, target: Cockroach |
| 1681 | 2025-07-01T18:30:18.565Z | Jul 01 18:30:18.421 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1682 | 2025-07-01T18:30:32.538Z | Jul 01 18:30:32.394 INFO Checking that binary works, target: Clickhouse |
| 1683 | 2025-07-01T18:30:32.683Z | Jul 01 18:30:32.540 INFO Download complete, target: Clickhouse |
| 1684 | 2025-07-01T18:30:32.711Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1685 | 2025-07-01T18:30:32.737Z | |
| 1686 | 2025-07-01T18:30:32.737Z | real 5:54.466047907 |
| 1687 | 2025-07-01T18:30:32.737Z | user 17:06.287343120 |
| 1688 | 2025-07-01T18:30:32.737Z | sys 2:46.924732806 |
| 1689 | 2025-07-01T18:30:32.737Z | trap 0.696359313 |
| 1690 | 2025-07-01T18:30:32.737Z | tflt 0.477513866 |
| 1691 | 2025-07-01T18:30:32.737Z | dflt 0.934623936 |
| 1692 | 2025-07-01T18:30:32.737Z | kflt 0.011361761 |
| 1693 | 2025-07-01T18:30:32.737Z | lock 30:52.879734969 |
| 1694 | 2025-07-01T18:30:32.737Z | slp 1:01:35.034859605 |
| 1695 | 2025-07-01T18:30:32.737Z | lat 1:08.607389336 |
| 1696 | 2025-07-01T18:30:32.737Z | stop 2:51.755998236 |
| 1697 | 2025-07-01T18:30:32.737Z | + banner hack-check |
| 1698 | 2025-07-01T18:30:32.737Z | |
| 1699 | 2025-07-01T18:30:32.737Z | # # ## #### # # #### # # ###### #### # # |
| 1700 | 2025-07-01T18:30:32.737Z | # # # # # # # # # # # # # # # # # |
| 1701 | 2025-07-01T18:30:32.737Z | ###### # # # #### ##### # ###### ##### # #### |
| 1702 | 2025-07-01T18:30:32.737Z | # # ###### # # # # # # # # # # |
| 1703 | 2025-07-01T18:30:32.737Z | # # # # # # # # # # # # # # # # # |
| 1704 | 2025-07-01T18:30:32.737Z | # # # # #### # # #### # # ###### #### # # |
| 1705 | 2025-07-01T18:30:32.737Z | |
| 1706 | 2025-07-01T18:30:32.737Z | + export CARGO_INCREMENTAL=0 |
| 1707 | 2025-07-01T18:30:32.737Z | + CARGO_INCREMENTAL=0 |
| 1708 | 2025-07-01T18:30:32.737Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1709 | 2025-07-01T18:30:33.735Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1710 | 2025-07-01T18:30:34.058Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1711 | 2025-07-01T18:30:38.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 1712 | 2025-07-01T18:30:38.264Z | Running `target/debug/xtask check-features --ci` |
| 1713 | 2025-07-01T18:30:38.307Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1714 | 2025-07-01T18:30:38.307Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1715 | 2025-07-01T18:30:39.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1716 | 2025-07-01T18:30:39.337Z | Running `target/debug/xtask download cargo-hack` |
| 1717 | 2025-07-01T18:30:40.918Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1718 | 2025-07-01T18:30:41.342Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1719 | 2025-07-01T18:30:46.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s |
| 1720 | 2025-07-01T18:30:46.367Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1721 | 2025-07-01T18:30:46.424Z | Jul 01 18:30:46.281 INFO Starting download, target: CargoHack |
| 1722 | 2025-07-01T18:30:46.450Z | Jul 01 18:30:46.282 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1723 | 2025-07-01T18:30:47.067Z | Jul 01 18:30:46.925 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1724 | 2025-07-01T18:30:47.159Z | Jul 01 18:30:47.017 INFO Download complete, target: CargoHack |
| 1725 | 2025-07-01T18:30:47.185Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1726 | 2025-07-01T18:30:47.211Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1727 | 2025-07-01T18:30:47.463Z | info: running `cargo check --bins` on api_identity (1/217) |
| 1728 | 2025-07-01T18:30:48.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1729 | 2025-07-01T18:30:48.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1730 | 2025-07-01T18:30:48.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1731 | 2025-07-01T18:30:48.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 1732 | 2025-07-01T18:30:48.466Z | |
| 1733 | 2025-07-01T18:30:48.466Z | info: running `cargo check --bins` on bootstore (2/217) |
| 1734 | 2025-07-01T18:30:49.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1735 | 2025-07-01T18:30:49.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1736 | 2025-07-01T18:30:49.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1737 | 2025-07-01T18:30:49.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 1738 | 2025-07-01T18:30:49.563Z | |
| 1739 | 2025-07-01T18:30:49.564Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/217) |
| 1740 | 2025-07-01T18:30:50.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-07-01T18:30:50.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-07-01T18:30:50.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-07-01T18:30:50.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 1744 | 2025-07-01T18:30:50.580Z | |
| 1745 | 2025-07-01T18:30:50.580Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/217) |
| 1746 | 2025-07-01T18:30:51.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-07-01T18:30:51.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-07-01T18:30:51.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-07-01T18:30:51.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 1750 | 2025-07-01T18:30:51.624Z | |
| 1751 | 2025-07-01T18:30:51.624Z | info: running `cargo check --bins` on id-map (5/217) |
| 1752 | 2025-07-01T18:30:52.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-07-01T18:30:52.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-07-01T18:30:52.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-07-01T18:30:52.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 1756 | 2025-07-01T18:30:52.629Z | |
| 1757 | 2025-07-01T18:30:52.629Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/217) |
| 1758 | 2025-07-01T18:30:53.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-07-01T18:30:53.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-07-01T18:30:53.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-07-01T18:30:53.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1762 | 2025-07-01T18:30:53.401Z | |
| 1763 | 2025-07-01T18:30:53.401Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/217) |
| 1764 | 2025-07-01T18:30:54.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-07-01T18:30:54.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-07-01T18:30:54.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-07-01T18:30:54.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1768 | 2025-07-01T18:30:54.175Z | |
| 1769 | 2025-07-01T18:30:54.175Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/217) |
| 1770 | 2025-07-01T18:30:54.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-07-01T18:30:54.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-07-01T18:30:54.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-07-01T18:30:54.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1774 | 2025-07-01T18:30:54.943Z | |
| 1775 | 2025-07-01T18:30:54.943Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/217) |
| 1776 | 2025-07-01T18:30:55.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-07-01T18:30:55.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-07-01T18:30:55.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-07-01T18:30:55.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1780 | 2025-07-01T18:30:55.766Z | |
| 1781 | 2025-07-01T18:30:55.766Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/217) |
| 1782 | 2025-07-01T18:30:56.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-07-01T18:30:56.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-07-01T18:30:56.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-07-01T18:30:56.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1786 | 2025-07-01T18:30:56.608Z | |
| 1787 | 2025-07-01T18:30:56.608Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/217) |
| 1788 | 2025-07-01T18:30:57.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-07-01T18:30:57.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-07-01T18:30:57.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-07-01T18:30:57.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1792 | 2025-07-01T18:30:57.410Z | |
| 1793 | 2025-07-01T18:30:57.410Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/217) |
| 1794 | 2025-07-01T18:30:58.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-07-01T18:30:58.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-07-01T18:30:58.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-07-01T18:30:58.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1798 | 2025-07-01T18:30:58.206Z | |
| 1799 | 2025-07-01T18:30:58.206Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/217) |
| 1800 | 2025-07-01T18:30:58.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-07-01T18:30:58.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-07-01T18:30:58.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-07-01T18:30:58.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1804 | 2025-07-01T18:30:58.983Z | |
| 1805 | 2025-07-01T18:30:58.983Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/217) |
| 1806 | 2025-07-01T18:30:59.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-07-01T18:30:59.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-07-01T18:30:59.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-07-01T18:30:59.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1810 | 2025-07-01T18:30:59.764Z | |
| 1811 | 2025-07-01T18:30:59.764Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/217) |
| 1812 | 2025-07-01T18:31:00.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-07-01T18:31:00.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-07-01T18:31:00.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-07-01T18:31:00.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1816 | 2025-07-01T18:31:00.606Z | |
| 1817 | 2025-07-01T18:31:00.606Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/217) |
| 1818 | 2025-07-01T18:31:01.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-07-01T18:31:01.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-07-01T18:31:01.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-07-01T18:31:01.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1822 | 2025-07-01T18:31:01.458Z | |
| 1823 | 2025-07-01T18:31:01.458Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/217) |
| 1824 | 2025-07-01T18:31:02.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-07-01T18:31:02.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-07-01T18:31:02.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-07-01T18:31:02.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1828 | 2025-07-01T18:31:02.271Z | |
| 1829 | 2025-07-01T18:31:02.271Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/217) |
| 1830 | 2025-07-01T18:31:02.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-07-01T18:31:03.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-07-01T18:31:03.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-07-01T18:31:03.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1834 | 2025-07-01T18:31:03.078Z | |
| 1835 | 2025-07-01T18:31:03.078Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/217) |
| 1836 | 2025-07-01T18:31:03.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-07-01T18:31:03.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-07-01T18:31:03.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-07-01T18:31:03.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1840 | 2025-07-01T18:31:03.898Z | |
| 1841 | 2025-07-01T18:31:03.898Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/217) |
| 1842 | 2025-07-01T18:31:04.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-07-01T18:31:04.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-07-01T18:31:04.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-07-01T18:31:04.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1846 | 2025-07-01T18:31:04.689Z | |
| 1847 | 2025-07-01T18:31:04.689Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/217) |
| 1848 | 2025-07-01T18:31:05.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-07-01T18:31:05.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-07-01T18:31:05.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-07-01T18:31:05.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1852 | 2025-07-01T18:31:05.552Z | |
| 1853 | 2025-07-01T18:31:05.552Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/217) |
| 1854 | 2025-07-01T18:31:06.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-07-01T18:31:06.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-07-01T18:31:06.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-07-01T18:31:06.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1858 | 2025-07-01T18:31:06.338Z | |
| 1859 | 2025-07-01T18:31:06.339Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/217) |
| 1860 | 2025-07-01T18:31:07.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-07-01T18:31:07.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-07-01T18:31:07.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-07-01T18:31:07.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1864 | 2025-07-01T18:31:07.147Z | |
| 1865 | 2025-07-01T18:31:07.147Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/217) |
| 1866 | 2025-07-01T18:31:07.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-07-01T18:31:07.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-07-01T18:31:07.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-07-01T18:31:07.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1870 | 2025-07-01T18:31:07.936Z | |
| 1871 | 2025-07-01T18:31:07.936Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/217) |
| 1872 | 2025-07-01T18:31:08.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-07-01T18:31:08.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-07-01T18:31:08.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-07-01T18:31:08.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1876 | 2025-07-01T18:31:08.723Z | |
| 1877 | 2025-07-01T18:31:08.723Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/217) |
| 1878 | 2025-07-01T18:31:09.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-07-01T18:31:09.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-07-01T18:31:09.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-07-01T18:31:09.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1882 | 2025-07-01T18:31:09.531Z | |
| 1883 | 2025-07-01T18:31:09.531Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/217) |
| 1884 | 2025-07-01T18:31:10.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-07-01T18:31:10.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-07-01T18:31:10.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-07-01T18:31:10.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1888 | 2025-07-01T18:31:10.404Z | |
| 1889 | 2025-07-01T18:31:10.404Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/217) |
| 1890 | 2025-07-01T18:31:11.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-07-01T18:31:11.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-07-01T18:31:11.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-07-01T18:31:11.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1894 | 2025-07-01T18:31:11.272Z | |
| 1895 | 2025-07-01T18:31:11.272Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/217) |
| 1896 | 2025-07-01T18:31:12.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-07-01T18:31:12.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-07-01T18:31:12.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-07-01T18:31:12.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1900 | 2025-07-01T18:31:12.129Z | |
| 1901 | 2025-07-01T18:31:12.129Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/217) |
| 1902 | 2025-07-01T18:31:12.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-07-01T18:31:12.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-07-01T18:31:12.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-07-01T18:31:12.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1906 | 2025-07-01T18:31:12.979Z | |
| 1907 | 2025-07-01T18:31:12.979Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/217) |
| 1908 | 2025-07-01T18:31:13.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-07-01T18:31:13.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-07-01T18:31:13.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-07-01T18:31:13.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1912 | 2025-07-01T18:31:13.803Z | |
| 1913 | 2025-07-01T18:31:13.803Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/217) |
| 1914 | 2025-07-01T18:31:14.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-07-01T18:31:14.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-07-01T18:31:14.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-07-01T18:31:14.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1918 | 2025-07-01T18:31:14.666Z | |
| 1919 | 2025-07-01T18:31:14.666Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/217) |
| 1920 | 2025-07-01T18:31:15.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-07-01T18:31:15.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-07-01T18:31:15.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2025-07-01T18:31:15.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1924 | 2025-07-01T18:31:15.547Z | |
| 1925 | 2025-07-01T18:31:15.547Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/217) |
| 1926 | 2025-07-01T18:31:16.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2025-07-01T18:31:16.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2025-07-01T18:31:16.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2025-07-01T18:31:16.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1930 | 2025-07-01T18:31:16.443Z | |
| 1931 | 2025-07-01T18:31:16.443Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/217) |
| 1932 | 2025-07-01T18:31:17.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2025-07-01T18:31:17.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2025-07-01T18:31:17.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2025-07-01T18:31:17.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1936 | 2025-07-01T18:31:17.319Z | |
| 1937 | 2025-07-01T18:31:17.319Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/217) |
| 1938 | 2025-07-01T18:31:18.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2025-07-01T18:31:18.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2025-07-01T18:31:18.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2025-07-01T18:31:18.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1942 | 2025-07-01T18:31:18.197Z | |
| 1943 | 2025-07-01T18:31:18.197Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/217) |
| 1944 | 2025-07-01T18:31:18.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2025-07-01T18:31:18.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2025-07-01T18:31:18.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2025-07-01T18:31:18.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1948 | 2025-07-01T18:31:19.040Z | |
| 1949 | 2025-07-01T18:31:19.040Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/217) |
| 1950 | 2025-07-01T18:31:19.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2025-07-01T18:31:19.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2025-07-01T18:31:19.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2025-07-01T18:31:19.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1954 | 2025-07-01T18:31:19.850Z | |
| 1955 | 2025-07-01T18:31:19.850Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/217) |
| 1956 | 2025-07-01T18:31:20.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2025-07-01T18:31:20.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2025-07-01T18:31:20.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2025-07-01T18:31:20.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1960 | 2025-07-01T18:31:20.743Z | |
| 1961 | 2025-07-01T18:31:20.744Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/217) |
| 1962 | 2025-07-01T18:31:21.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2025-07-01T18:31:21.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2025-07-01T18:31:21.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2025-07-01T18:31:21.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1966 | 2025-07-01T18:31:21.582Z | |
| 1967 | 2025-07-01T18:31:21.582Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/217) |
| 1968 | 2025-07-01T18:31:22.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2025-07-01T18:31:22.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2025-07-01T18:31:22.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2025-07-01T18:31:22.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1972 | 2025-07-01T18:31:22.374Z | |
| 1973 | 2025-07-01T18:31:22.374Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/217) |
| 1974 | 2025-07-01T18:31:23.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2025-07-01T18:31:23.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2025-07-01T18:31:23.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2025-07-01T18:31:23.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1978 | 2025-07-01T18:31:23.175Z | |
| 1979 | 2025-07-01T18:31:23.175Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/217) |
| 1980 | 2025-07-01T18:31:24.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2025-07-01T18:31:24.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2025-07-01T18:31:24.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2025-07-01T18:31:24.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1984 | 2025-07-01T18:31:24.193Z | |
| 1985 | 2025-07-01T18:31:24.193Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/217) |
| 1986 | 2025-07-01T18:31:24.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2025-07-01T18:31:24.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2025-07-01T18:31:24.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2025-07-01T18:31:24.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1990 | 2025-07-01T18:31:24.878Z | |
| 1991 | 2025-07-01T18:31:24.878Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/217) |
| 1992 | 2025-07-01T18:31:25.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2025-07-01T18:31:25.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2025-07-01T18:31:25.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2025-07-01T18:31:25.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1996 | 2025-07-01T18:31:25.832Z | |
| 1997 | 2025-07-01T18:31:25.832Z | info: running `cargo check --bins` on sled-hardware-types (46/217) |
| 1998 | 2025-07-01T18:31:26.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2025-07-01T18:31:26.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2025-07-01T18:31:26.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2025-07-01T18:31:26.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2002 | 2025-07-01T18:31:26.998Z | |
| 2003 | 2025-07-01T18:31:26.998Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/217) |
| 2004 | 2025-07-01T18:31:27.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2025-07-01T18:31:28.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2025-07-01T18:31:28.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2025-07-01T18:31:28.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2008 | 2025-07-01T18:31:28.106Z | |
| 2009 | 2025-07-01T18:31:28.106Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/217) |
| 2010 | 2025-07-01T18:31:29.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2025-07-01T18:31:29.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2025-07-01T18:31:29.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2025-07-01T18:31:29.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2014 | 2025-07-01T18:31:29.189Z | |
| 2015 | 2025-07-01T18:31:29.189Z | info: running `cargo check --bins` on oxlog (49/217) |
| 2016 | 2025-07-01T18:31:30.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2025-07-01T18:31:30.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2025-07-01T18:31:30.330Z | Checking cfg-if v1.0.1 |
| 2019 | 2025-07-01T18:31:30.357Z | Checking libc v0.2.174 |
| 2020 | 2025-07-01T18:31:30.382Z | Checking serde v1.0.219 |
| 2021 | 2025-07-01T18:31:30.408Z | Checking zeroize v1.8.1 |
| 2022 | 2025-07-01T18:31:30.434Z | Checking memchr v2.7.4 |
| 2023 | 2025-07-01T18:31:30.434Z | Checking typenum v1.17.0 |
| 2024 | 2025-07-01T18:31:30.460Z | Checking smallvec v1.15.0 |
| 2025 | 2025-07-01T18:31:30.486Z | Checking value-bag v1.9.0 |
| 2026 | 2025-07-01T18:31:30.486Z | Checking subtle v2.6.1 |
| 2027 | 2025-07-01T18:31:30.682Z | Checking scopeguard v1.2.0 |
| 2028 | 2025-07-01T18:31:30.766Z | Checking const-oid v0.9.6 |
| 2029 | 2025-07-01T18:31:30.803Z | Checking itoa v1.0.11 |
| 2030 | 2025-07-01T18:31:30.843Z | Checking lock_api v0.4.12 |
| 2031 | 2025-07-01T18:31:30.930Z | Checking log v0.4.27 |
| 2032 | 2025-07-01T18:31:31.022Z | Checking stable_deref_trait v1.2.0 |
| 2033 | 2025-07-01T18:31:31.133Z | Checking byteorder v1.5.0 |
| 2034 | 2025-07-01T18:31:31.233Z | Checking zerofrom v0.1.4 |
| 2035 | 2025-07-01T18:31:31.259Z | Checking portable-atomic v1.11.0 |
| 2036 | 2025-07-01T18:31:31.393Z | Checking getrandom v0.2.15 |
| 2037 | 2025-07-01T18:31:31.439Z | Checking signal-hook-registry v1.4.2 |
| 2038 | 2025-07-01T18:31:31.465Z | Checking parking_lot_core v0.9.10 |
| 2039 | 2025-07-01T18:31:31.465Z | Checking generic-array v0.14.7 |
| 2040 | 2025-07-01T18:31:31.522Z | Checking pin-project-lite v0.2.14 |
| 2041 | 2025-07-01T18:31:31.650Z | Checking rand_core v0.6.4 |
| 2042 | 2025-07-01T18:31:31.676Z | Checking critical-section v1.1.3 |
| 2043 | 2025-07-01T18:31:31.702Z | Checking yoke v0.7.4 |
| 2044 | 2025-07-01T18:31:31.817Z | Checking parking_lot v0.12.3 |
| 2045 | 2025-07-01T18:31:31.844Z | Checking mio v1.0.2 |
| 2046 | 2025-07-01T18:31:31.959Z | Checking socket2 v0.5.10 |
| 2047 | 2025-07-01T18:31:32.075Z | Checking zerovec v0.10.4 |
| 2048 | 2025-07-01T18:31:32.154Z | Checking futures-core v0.3.31 |
| 2049 | 2025-07-01T18:31:32.223Z | Checking once_cell v1.21.3 |
| 2050 | 2025-07-01T18:31:32.334Z | Checking cpufeatures v0.2.14 |
| 2051 | 2025-07-01T18:31:32.361Z | Checking litemap v0.7.3 |
| 2052 | 2025-07-01T18:31:32.422Z | Checking writeable v0.5.5 |
| 2053 | 2025-07-01T18:31:32.447Z | Checking zerocopy v0.7.35 |
| 2054 | 2025-07-01T18:31:32.473Z | Checking percent-encoding v2.3.1 |
| 2055 | 2025-07-01T18:31:32.502Z | Checking crypto-common v0.1.6 |
| 2056 | 2025-07-01T18:31:32.556Z | Checking block-buffer v0.10.4 |
| 2057 | 2025-07-01T18:31:32.664Z | Checking block-padding v0.3.3 |
| 2058 | 2025-07-01T18:31:32.705Z | Checking getrandom v0.3.1 |
| 2059 | 2025-07-01T18:31:32.730Z | Checking libm v0.2.8 |
| 2060 | 2025-07-01T18:31:32.756Z | Checking icu_locid_transform_data v1.5.0 |
| 2061 | 2025-07-01T18:31:32.798Z | Checking digest v0.10.7 |
| 2062 | 2025-07-01T18:31:32.861Z | Checking ryu v1.0.18 |
| 2063 | 2025-07-01T18:31:32.892Z | Checking inout v0.1.3 |
| 2064 | 2025-07-01T18:31:32.961Z | Checking equivalent v1.0.2 |
| 2065 | 2025-07-01T18:31:33.084Z | Checking foldhash v0.1.5 |
| 2066 | 2025-07-01T18:31:33.118Z | Checking allocator-api2 v0.2.21 |
| 2067 | 2025-07-01T18:31:33.144Z | Checking futures-sink v0.3.31 |
| 2068 | 2025-07-01T18:31:33.169Z | Checking hmac v0.12.1 |
| 2069 | 2025-07-01T18:31:33.305Z | Checking sha2 v0.10.9 |
| 2070 | 2025-07-01T18:31:33.359Z | Checking cipher v0.4.4 |
| 2071 | 2025-07-01T18:31:33.387Z | Checking slab v0.4.9 |
| 2072 | 2025-07-01T18:31:33.534Z | Checking num-traits v0.2.19 |
| 2073 | 2025-07-01T18:31:33.581Z | Checking tinystr v0.7.6 |
| 2074 | 2025-07-01T18:31:33.606Z | Checking icu_collections v1.5.0 |
| 2075 | 2025-07-01T18:31:33.655Z | Checking icu_properties_data v1.5.0 |
| 2076 | 2025-07-01T18:31:33.701Z | Checking hashbrown v0.15.4 |
| 2077 | 2025-07-01T18:31:33.766Z | Checking base64ct v1.6.0 |
| 2078 | 2025-07-01T18:31:33.856Z | Checking utf16_iter v1.0.5 |
| 2079 | 2025-07-01T18:31:33.891Z | Checking utf8_iter v1.0.4 |
| 2080 | 2025-07-01T18:31:33.924Z | Checking icu_locid v1.5.0 |
| 2081 | 2025-07-01T18:31:34.055Z | Checking write16 v1.0.0 |
| 2082 | 2025-07-01T18:31:34.122Z | Checking icu_normalizer_data v1.5.0 |
| 2083 | 2025-07-01T18:31:34.213Z | Checking flagset v0.4.6 |
| 2084 | 2025-07-01T18:31:34.240Z | Checking salsa20 v0.10.2 |
| 2085 | 2025-07-01T18:31:34.280Z | Checking pem-rfc7468 v0.7.0 |
| 2086 | 2025-07-01T18:31:34.310Z | Checking ppv-lite86 v0.2.20 |
| 2087 | 2025-07-01T18:31:34.425Z | Checking pbkdf2 v0.12.2 |
| 2088 | 2025-07-01T18:31:34.496Z | Checking futures-channel v0.3.31 |
| 2089 | 2025-07-01T18:31:34.548Z | Checking der v0.7.9 |
| 2090 | 2025-07-01T18:31:34.586Z | Checking bytes v1.10.1 |
| 2091 | 2025-07-01T18:31:34.612Z | Checking bitflags v2.9.0 |
| 2092 | 2025-07-01T18:31:34.724Z | Checking indexmap v2.9.0 |
| 2093 | 2025-07-01T18:31:34.804Z | Checking serde_json v1.0.140 |
| 2094 | 2025-07-01T18:31:34.874Z | Checking futures-task v0.3.31 |
| 2095 | 2025-07-01T18:31:34.899Z | Checking icu_provider v1.5.0 |
| 2096 | 2025-07-01T18:31:34.925Z | Checking fnv v1.0.7 |
| 2097 | 2025-07-01T18:31:34.959Z | Checking pin-utils v0.1.0 |
| 2098 | 2025-07-01T18:31:35.057Z | Checking futures-io v0.3.31 |
| 2099 | 2025-07-01T18:31:35.084Z | Checking scrypt v0.11.0 |
| 2100 | 2025-07-01T18:31:35.131Z | Checking aes v0.8.4 |
| 2101 | 2025-07-01T18:31:35.259Z | Checking futures-util v0.3.31 |
| 2102 | 2025-07-01T18:31:35.351Z | Checking cbc v0.1.2 |
| 2103 | 2025-07-01T18:31:35.497Z | Checking icu_locid_transform v1.5.0 |
| 2104 | 2025-07-01T18:31:35.530Z | Checking tokio v1.45.1 |
| 2105 | 2025-07-01T18:31:35.565Z | Checking http v1.3.1 |
| 2106 | 2025-07-01T18:31:35.864Z | Checking form_urlencoded v1.2.1 |
| 2107 | 2025-07-01T18:31:36.057Z | Checking uuid v1.17.0 |
| 2108 | 2025-07-01T18:31:36.089Z | Checking tracing-core v0.1.32 |
| 2109 | 2025-07-01T18:31:36.189Z | Checking spki v0.7.3 |
| 2110 | 2025-07-01T18:31:36.382Z | Checking zerocopy v0.8.26 |
| 2111 | 2025-07-01T18:31:36.429Z | Checking icu_properties v1.5.1 |
| 2112 | 2025-07-01T18:31:36.476Z | Checking pkcs5 v0.7.1 |
| 2113 | 2025-07-01T18:31:36.634Z | Checking base64 v0.22.1 |
| 2114 | 2025-07-01T18:31:36.693Z | Checking tracing v0.1.40 |
| 2115 | 2025-07-01T18:31:36.809Z | Checking http-body v1.0.1 |
| 2116 | 2025-07-01T18:31:36.954Z | Checking pkcs8 v0.10.2 |
| 2117 | 2025-07-01T18:31:37.032Z | Checking rustls-pki-types v1.10.0 |
| 2118 | 2025-07-01T18:31:37.065Z | Checking tinyvec_macros v0.1.1 |
| 2119 | 2025-07-01T18:31:37.110Z | Checking iana-time-zone v0.1.63 |
| 2120 | 2025-07-01T18:31:37.187Z | Compiling newtype-uuid v1.2.4 |
| 2121 | 2025-07-01T18:31:37.273Z | Checking tinyvec v1.8.0 |
| 2122 | 2025-07-01T18:31:37.298Z | Checking chrono v0.4.41 |
| 2123 | 2025-07-01T18:31:37.495Z | Checking aws-lc-sys v0.26.0 |
| 2124 | 2025-07-01T18:31:37.590Z | Checking spin v0.9.8 |
| 2125 | 2025-07-01T18:31:37.914Z | Checking untrusted v0.7.1 |
| 2126 | 2025-07-01T18:31:38.093Z | Checking tower-service v0.3.3 |
| 2127 | 2025-07-01T18:31:38.229Z | Checking foreign-types-shared v0.1.1 |
| 2128 | 2025-07-01T18:31:38.350Z | Checking untrusted v0.9.0 |
| 2129 | 2025-07-01T18:31:38.452Z | Checking adler2 v2.0.0 |
| 2130 | 2025-07-01T18:31:38.521Z | Checking openssl-probe v0.1.5 |
| 2131 | 2025-07-01T18:31:38.620Z | Checking atomic-waker v1.1.2 |
| 2132 | 2025-07-01T18:31:38.682Z | Checking try-lock v0.2.5 |
| 2133 | 2025-07-01T18:31:38.788Z | Checking miniz_oxide v0.8.5 |
| 2134 | 2025-07-01T18:31:38.844Z | Checking want v0.3.1 |
| 2135 | 2025-07-01T18:31:39.039Z | Checking ring v0.17.14 |
| 2136 | 2025-07-01T18:31:39.168Z | Checking foreign-types v0.3.2 |
| 2137 | 2025-07-01T18:31:39.268Z | Checking ipnet v2.11.0 |
| 2138 | 2025-07-01T18:31:39.403Z | Checking rand_core v0.9.2 |
| 2139 | 2025-07-01T18:31:39.503Z | Checking aws-lc-rs v1.12.4 |
| 2140 | 2025-07-01T18:31:39.548Z | Checking icu_normalizer v1.5.0 |
| 2141 | 2025-07-01T18:31:39.575Z | Checking httparse v1.9.5 |
| 2142 | 2025-07-01T18:31:39.600Z | Checking crossbeam-utils v0.8.21 |
| 2143 | 2025-07-01T18:31:39.734Z | Checking rand_chacha v0.9.0 |
| 2144 | 2025-07-01T18:31:39.788Z | Checking openssl-sys v0.9.109 |
| 2145 | 2025-07-01T18:31:39.998Z | Checking thiserror v1.0.69 |
| 2146 | 2025-07-01T18:31:40.146Z | Checking errno v0.3.12 |
| 2147 | 2025-07-01T18:31:40.171Z | Checking aho-corasick v1.1.3 |
| 2148 | 2025-07-01T18:31:40.286Z | Checking idna_adapter v1.2.0 |
| 2149 | 2025-07-01T18:31:40.312Z | Checking powerfmt v0.2.0 |
| 2150 | 2025-07-01T18:31:40.348Z | Checking regex-syntax v0.8.5 |
| 2151 | 2025-07-01T18:31:40.499Z | Checking idna v1.0.3 |
| 2152 | 2025-07-01T18:31:40.590Z | Checking unicode-ident v1.0.18 |
| 2153 | 2025-07-01T18:31:40.778Z | Checking httpdate v1.0.3 |
| 2154 | 2025-07-01T18:31:40.969Z | Checking openssl v0.10.73 |
| 2155 | 2025-07-01T18:31:40.995Z | Checking url v2.5.4 |
| 2156 | 2025-07-01T18:31:41.024Z | Checking proc-macro2 v1.0.95 |
| 2157 | 2025-07-01T18:31:41.186Z | Checking deranged v0.3.11 |
| 2158 | 2025-07-01T18:31:41.212Z | Checking rustls-webpki v0.102.8 |
| 2159 | 2025-07-01T18:31:41.639Z | Checking rustix v0.38.37 |
| 2160 | 2025-07-01T18:31:41.665Z | Checking crossbeam-epoch v0.9.18 |
| 2161 | 2025-07-01T18:31:41.881Z | Checking rand v0.9.1 |
| 2162 | 2025-07-01T18:31:41.940Z | Checking unicode-normalization v0.1.24 |
| 2163 | 2025-07-01T18:31:42.091Z | Checking semver v1.0.26 |
| 2164 | 2025-07-01T18:31:42.370Z | Checking tokio-util v0.7.15 |
| 2165 | 2025-07-01T18:31:42.430Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2166 | 2025-07-01T18:31:42.504Z | Checking signature v2.2.0 |
| 2167 | 2025-07-01T18:31:42.550Z | Checking scroll v0.12.0 |
| 2168 | 2025-07-01T18:31:42.716Z | Checking crc32fast v1.4.2 |
| 2169 | 2025-07-01T18:31:42.822Z | Checking num_threads v0.1.7 |
| 2170 | 2025-07-01T18:31:42.865Z | Checking unicode-properties v0.1.3 |
| 2171 | 2025-07-01T18:31:42.959Z | Checking time-core v0.1.2 |
| 2172 | 2025-07-01T18:31:42.985Z | Checking siphasher v0.3.11 |
| 2173 | 2025-07-01T18:31:42.985Z | Checking utf8parse v0.2.2 |
| 2174 | 2025-07-01T18:31:43.123Z | Checking either v1.15.0 |
| 2175 | 2025-07-01T18:31:43.156Z | Checking dyn-clone v1.0.19 |
| 2176 | 2025-07-01T18:31:43.233Z | Checking num-conv v0.1.0 |
| 2177 | 2025-07-01T18:31:43.299Z | Checking plain v0.2.3 |
| 2178 | 2025-07-01T18:31:43.327Z | Checking zlib-rs v0.5.1 |
| 2179 | 2025-07-01T18:31:43.356Z | Checking regex-automata v0.4.8 |
| 2180 | 2025-07-01T18:31:43.382Z | Checking h2 v0.4.6 |
| 2181 | 2025-07-01T18:31:43.476Z | Checking anstyle v1.0.11 |
| 2182 | 2025-07-01T18:31:43.502Z | Checking unicode-bidi v0.3.17 |
| 2183 | 2025-07-01T18:31:43.528Z | Checking ucd-trie v0.1.7 |
| 2184 | 2025-07-01T18:31:43.736Z | Checking pest v2.7.14 |
| 2185 | 2025-07-01T18:31:43.844Z | Checking time v0.3.36 |
| 2186 | 2025-07-01T18:31:44.154Z | Checking stringprep v0.1.5 |
| 2187 | 2025-07-01T18:31:44.438Z | Checking goblin v0.8.2 |
| 2188 | 2025-07-01T18:31:44.713Z | Checking schemars v0.8.22 |
| 2189 | 2025-07-01T18:31:45.149Z | Checking libz-rs-sys v0.5.1 |
| 2190 | 2025-07-01T18:31:45.388Z | Checking phf_shared v0.11.2 |
| 2191 | 2025-07-01T18:31:45.697Z | Checking anstyle-parse v0.2.5 |
| 2192 | 2025-07-01T18:31:45.771Z | Checking native-tls v0.2.12 |
| 2193 | 2025-07-01T18:31:46.016Z | Checking crossbeam-deque v0.8.5 |
| 2194 | 2025-07-01T18:31:46.123Z | Checking rustls v0.23.19 |
| 2195 | 2025-07-01T18:31:46.218Z | Checking quote v1.0.40 |
| 2196 | 2025-07-01T18:31:46.350Z | Checking rand_chacha v0.3.1 |
| 2197 | 2025-07-01T18:31:46.380Z | Checking num-integer v0.1.46 |
| 2198 | 2025-07-01T18:31:46.571Z | Checking toml_datetime v0.6.11 |
| 2199 | 2025-07-01T18:31:46.597Z | Checking serde_spanned v0.6.9 |
| 2200 | 2025-07-01T18:31:46.783Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2201 | 2025-07-01T18:31:46.825Z | Checking md-5 v0.10.6 |
| 2202 | 2025-07-01T18:31:46.929Z | Checking sync_wrapper v1.0.1 |
| 2203 | 2025-07-01T18:31:46.960Z | Checking ff v0.13.0 |
| 2204 | 2025-07-01T18:31:47.050Z | Checking hash32 v0.2.1 |
| 2205 | 2025-07-01T18:31:47.106Z | Checking base16ct v0.2.0 |
| 2206 | 2025-07-01T18:31:47.147Z | Checking pretty-hex v0.4.1 |
| 2207 | 2025-07-01T18:31:47.223Z | Checking is_terminal_polyfill v1.70.1 |
| 2208 | 2025-07-01T18:31:47.354Z | Checking gimli v0.31.1 |
| 2209 | 2025-07-01T18:31:47.399Z | Checking fallible-iterator v0.2.0 |
| 2210 | 2025-07-01T18:31:47.425Z | Checking anstyle-query v1.1.1 |
| 2211 | 2025-07-01T18:31:47.425Z | Checking psl-types v2.0.11 |
| 2212 | 2025-07-01T18:31:47.581Z | Checking tower-layer v0.3.3 |
| 2213 | 2025-07-01T18:31:47.656Z | Checking colorchoice v1.0.2 |
| 2214 | 2025-07-01T18:31:47.753Z | Checking publicsuffix v2.3.0 |
| 2215 | 2025-07-01T18:31:47.822Z | Checking anstream v0.6.18 |
| 2216 | 2025-07-01T18:31:47.855Z | Checking tower v0.5.2 |
| 2217 | 2025-07-01T18:31:47.996Z | Checking postgres-protocol v0.6.8 |
| 2218 | 2025-07-01T18:31:48.021Z | Checking heapless v0.7.17 |
| 2219 | 2025-07-01T18:31:48.216Z | Checking sec1 v0.7.3 |
| 2220 | 2025-07-01T18:31:48.539Z | Checking group v0.13.0 |
| 2221 | 2025-07-01T18:31:48.598Z | Checking zstd-safe v7.2.3 |
| 2222 | 2025-07-01T18:31:48.645Z | Checking num-iter v0.1.45 |
| 2223 | 2025-07-01T18:31:48.794Z | Checking rand v0.8.5 |
| 2224 | 2025-07-01T18:31:48.828Z | Checking syn v2.0.104 |
| 2225 | 2025-07-01T18:31:48.865Z | Compiling daft v0.1.3 |
| 2226 | 2025-07-01T18:31:48.905Z | Checking rayon-core v1.12.1 |
| 2227 | 2025-07-01T18:31:49.223Z | Checking dof v0.3.0 |
| 2228 | 2025-07-01T18:31:49.383Z | Checking dtrace-parser v0.2.0 |
| 2229 | 2025-07-01T18:31:49.417Z | Checking hyper v1.6.0 |
| 2230 | 2025-07-01T18:31:49.598Z | Checking ipnetwork v0.21.1 |
| 2231 | 2025-07-01T18:31:49.802Z | Checking cookie v0.18.1 |
| 2232 | 2025-07-01T18:31:49.844Z | Checking tokio-native-tls v0.3.1 |
| 2233 | 2025-07-01T18:31:49.934Z | Checking flate2 v1.1.2 |
| 2234 | 2025-07-01T18:31:49.977Z | Checking terminal_size v0.4.0 |
| 2235 | 2025-07-01T18:31:50.113Z | Checking rustls-native-certs v0.8.1 |
| 2236 | 2025-07-01T18:31:50.181Z | Checking lazy_static v1.5.0 |
| 2237 | 2025-07-01T18:31:50.277Z | Checking webpki-roots v1.0.0 |
| 2238 | 2025-07-01T18:31:50.322Z | Checking http-body-util v0.1.3 |
| 2239 | 2025-07-01T18:31:50.348Z | Checking signal-hook v0.3.18 |
| 2240 | 2025-07-01T18:31:50.487Z | Checking hkdf v0.12.4 |
| 2241 | 2025-07-01T18:31:50.640Z | Checking crypto-bigint v0.5.5 |
| 2242 | 2025-07-01T18:31:50.723Z | Checking thread-id v4.2.2 |
| 2243 | 2025-07-01T18:31:50.748Z | Checking object v0.36.5 |
| 2244 | 2025-07-01T18:31:50.774Z | Checking clap_lex v0.7.4 |
| 2245 | 2025-07-01T18:31:50.864Z | Checking bumpalo v3.16.0 |
| 2246 | 2025-07-01T18:31:50.921Z | Checking addr2line v0.24.2 |
| 2247 | 2025-07-01T18:31:51.022Z | Checking lockfree-object-pool v0.1.6 |
| 2248 | 2025-07-01T18:31:51.213Z | Checking unicode-width v0.2.0 |
| 2249 | 2025-07-01T18:31:51.258Z | Checking managed v0.8.0 |
| 2250 | 2025-07-01T18:31:51.284Z | Checking tokio-rustls v0.26.0 |
| 2251 | 2025-07-01T18:31:51.396Z | Checking hyper-util v0.1.14 |
| 2252 | 2025-07-01T18:31:51.447Z | Checking rustc-demangle v0.1.24 |
| 2253 | 2025-07-01T18:31:51.627Z | Checking strsim v0.11.1 |
| 2254 | 2025-07-01T18:31:51.695Z | Checking simd-adler32 v0.3.7 |
| 2255 | 2025-07-01T18:31:51.722Z | Checking winnow v0.5.40 |
| 2256 | 2025-07-01T18:31:51.898Z | Checking bitflags v1.3.2 |
| 2257 | 2025-07-01T18:31:51.924Z | Checking iri-string v0.7.8 |
| 2258 | 2025-07-01T18:31:52.015Z | Checking smoltcp v0.9.1 |
| 2259 | 2025-07-01T18:31:52.088Z | Checking zopfli v0.8.1 |
| 2260 | 2025-07-01T18:31:52.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2261 | 2025-07-01T18:31:52.977Z | Checking clap_builder v4.5.40 |
| 2262 | 2025-07-01T18:31:53.126Z | Checking elliptic-curve v0.13.8 |
| 2263 | 2025-07-01T18:31:53.310Z | Checking console v0.15.10 |
| 2264 | 2025-07-01T18:31:53.702Z | Checking signal-hook-mio v0.2.4 |
| 2265 | 2025-07-01T18:31:53.814Z | Checking hyper-rustls v0.27.7 |
| 2266 | 2025-07-01T18:31:53.840Z | Checking hyper-tls v0.6.0 |
| 2267 | 2025-07-01T18:31:53.867Z | Checking num-bigint-dig v0.8.4 |
| 2268 | 2025-07-01T18:31:54.138Z | Checking cookie_store v0.21.1 |
| 2269 | 2025-07-01T18:31:54.214Z | Checking oxnet v0.1.2 |
| 2270 | 2025-07-01T18:31:54.277Z | Checking toml_edit v0.19.15 |
| 2271 | 2025-07-01T18:31:54.339Z | Checking tower-http v0.6.6 |
| 2272 | 2025-07-01T18:31:54.615Z | Checking rayon v1.10.0 |
| 2273 | 2025-07-01T18:31:54.701Z | Checking usdt-impl v0.5.0 |
| 2274 | 2025-07-01T18:31:54.834Z | Checking zstd v0.13.3 |
| 2275 | 2025-07-01T18:31:54.886Z | Checking postgres-types v0.2.9 |
| 2276 | 2025-07-01T18:31:55.232Z | Checking regex v1.11.1 |
| 2277 | 2025-07-01T18:31:55.291Z | Checking bstr v1.10.0 |
| 2278 | 2025-07-01T18:31:55.506Z | Checking phf v0.11.2 |
| 2279 | 2025-07-01T18:31:55.767Z | Checking ed25519 v2.2.3 |
| 2280 | 2025-07-01T18:31:55.793Z | Checking bzip2 v0.5.2 |
| 2281 | 2025-07-01T18:31:55.819Z | Checking bzip2 v0.4.4 |
| 2282 | 2025-07-01T18:31:55.845Z | Checking thiserror v2.0.12 |
| 2283 | 2025-07-01T18:31:55.997Z | Checking curve25519-dalek v4.1.3 |
| 2284 | 2025-07-01T18:31:56.079Z | Checking hubpack v0.1.2 |
| 2285 | 2025-07-01T18:31:56.105Z | Checking memoffset v0.9.1 |
| 2286 | 2025-07-01T18:31:56.177Z | Checking pkcs1 v0.7.5 |
| 2287 | 2025-07-01T18:31:56.238Z | Checking serde_urlencoded v0.7.1 |
| 2288 | 2025-07-01T18:31:56.365Z | Checking float-cmp v0.10.0 |
| 2289 | 2025-07-01T18:31:56.405Z | Checking serde-big-array v0.5.1 |
| 2290 | 2025-07-01T18:31:56.589Z | Checking rfc6979 v0.4.0 |
| 2291 | 2025-07-01T18:31:56.635Z | Checking memmap v0.7.0 |
| 2292 | 2025-07-01T18:31:56.660Z | Checking backtrace v0.3.74 |
| 2293 | 2025-07-01T18:31:56.686Z | Checking encoding_rs v0.8.34 |
| 2294 | 2025-07-01T18:31:56.686Z | Checking predicates-core v1.0.8 |
| 2295 | 2025-07-01T18:31:56.729Z | Checking winnow v0.7.10 |
| 2296 | 2025-07-01T18:31:56.785Z | Checking fixedbitset v0.4.2 |
| 2297 | 2025-07-01T18:31:56.888Z | Checking data-encoding v2.9.0 |
| 2298 | 2025-07-01T18:31:56.922Z | Checking new_debug_unreachable v1.0.6 |
| 2299 | 2025-07-01T18:31:57.049Z | Checking precomputed-hash v0.1.1 |
| 2300 | 2025-07-01T18:31:57.086Z | Checking number_prefix v0.4.0 |
| 2301 | 2025-07-01T18:31:57.203Z | Checking toml_write v0.1.2 |
| 2302 | 2025-07-01T18:31:57.267Z | Checking unicode-segmentation v1.12.0 |
| 2303 | 2025-07-01T18:31:57.299Z | Checking mime v0.3.17 |
| 2304 | 2025-07-01T18:31:57.497Z | Checking whoami v1.6.0 |
| 2305 | 2025-07-01T18:31:57.556Z | Checking minimal-lexical v0.2.1 |
| 2306 | 2025-07-01T18:31:57.643Z | Checking difflib v0.4.0 |
| 2307 | 2025-07-01T18:31:57.741Z | Checking normalize-line-endings v0.3.0 |
| 2308 | 2025-07-01T18:31:57.831Z | Checking static_assertions v1.1.0 |
| 2309 | 2025-07-01T18:31:57.880Z | Checking tokio-postgres v0.7.13 |
| 2310 | 2025-07-01T18:31:57.959Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2311 | 2025-07-01T18:31:57.986Z | Checking predicates v3.1.3 |
| 2312 | 2025-07-01T18:31:58.011Z | Checking nom v7.1.3 |
| 2313 | 2025-07-01T18:31:58.011Z | Checking similar v2.7.0 |
| 2314 | 2025-07-01T18:31:58.110Z | Checking indicatif v0.17.11 |
| 2315 | 2025-07-01T18:31:58.610Z | Checking ed25519-dalek v2.1.1 |
| 2316 | 2025-07-01T18:31:58.801Z | Checking hickory-proto v0.25.2 |
| 2317 | 2025-07-01T18:31:58.857Z | Checking reqwest v0.12.20 |
| 2318 | 2025-07-01T18:31:58.884Z | Checking anyhow v1.0.98 |
| 2319 | 2025-07-01T18:31:59.048Z | Checking string_cache v0.8.9 |
| 2320 | 2025-07-01T18:31:59.271Z | Checking petgraph v0.6.5 |
| 2321 | 2025-07-01T18:31:59.339Z | Checking usdt v0.5.0 |
| 2322 | 2025-07-01T18:31:59.401Z | Checking toml_edit v0.22.27 |
| 2323 | 2025-07-01T18:31:59.625Z | Checking ecdsa v0.16.9 |
| 2324 | 2025-07-01T18:32:00.328Z | Checking toml v0.7.8 |
| 2325 | 2025-07-01T18:32:00.490Z | Checking rsa v0.9.6 |
| 2326 | 2025-07-01T18:32:00.756Z | Checking nix v0.29.0 |
| 2327 | 2025-07-01T18:32:01.019Z | Checking zip v0.6.6 |
| 2328 | 2025-07-01T18:32:01.212Z | Checking zip v4.2.0 |
| 2329 | 2025-07-01T18:32:01.483Z | Checking clap v4.5.40 |
| 2330 | 2025-07-01T18:32:01.604Z | Checking crossterm v0.28.1 |
| 2331 | 2025-07-01T18:32:01.738Z | Checking itertools v0.10.5 |
| 2332 | 2025-07-01T18:32:02.089Z | Checking itertools v0.12.1 |
| 2333 | 2025-07-01T18:32:02.162Z | Checking tokio-stream v0.1.17 |
| 2334 | 2025-07-01T18:32:02.242Z | Checking fs-err v3.1.1 |
| 2335 | 2025-07-01T18:32:02.526Z | Checking buf-list v1.0.3 |
| 2336 | 2025-07-01T18:32:02.792Z | Checking strum v0.26.3 |
| 2337 | 2025-07-01T18:32:02.847Z | Checking ahash v0.8.11 |
| 2338 | 2025-07-01T18:32:02.896Z | Checking slog v2.7.0 |
| 2339 | 2025-07-01T18:32:02.942Z | Checking x509-cert v0.2.5 |
| 2340 | 2025-07-01T18:32:02.996Z | Checking openapiv3 v2.2.0 |
| 2341 | 2025-07-01T18:32:03.206Z | Checking sha1 v0.10.6 |
| 2342 | 2025-07-01T18:32:03.345Z | Checking winnow v0.6.26 |
| 2343 | 2025-07-01T18:32:03.406Z | Checking unicode-xid v0.2.6 |
| 2344 | 2025-07-01T18:32:03.514Z | Checking lalrpop-util v0.19.12 |
| 2345 | 2025-07-01T18:32:03.599Z | Checking peg-runtime v0.8.5 |
| 2346 | 2025-07-01T18:32:03.756Z | Checking rustc-hash v2.1.1 |
| 2347 | 2025-07-01T18:32:03.802Z | Checking camino v1.1.10 |
| 2348 | 2025-07-01T18:32:03.844Z | Checking sigpipe v0.1.3 |
| 2349 | 2025-07-01T18:32:03.942Z | Checking jiff v0.2.15 |
| 2350 | 2025-07-01T18:32:03.967Z | Checking glob v0.3.2 |
| 2351 | 2025-07-01T18:32:09.740Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2352 | 2025-07-01T18:32:10.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.21s |
| 2353 | 2025-07-01T18:32:10.589Z | |
| 2354 | 2025-07-01T18:32:10.589Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/217) |
| 2355 | 2025-07-01T18:32:11.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2025-07-01T18:32:11.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2025-07-01T18:32:11.974Z | Compiling regress v0.10.3 |
| 2358 | 2025-07-01T18:32:12.014Z | Checking heck v0.5.0 |
| 2359 | 2025-07-01T18:32:12.060Z | Compiling unsafe-libyaml v0.2.11 |
| 2360 | 2025-07-01T18:32:12.086Z | Checking newtype-uuid v1.2.4 |
| 2361 | 2025-07-01T18:32:12.112Z | Checking rustix v1.0.7 |
| 2362 | 2025-07-01T18:32:12.138Z | Checking dirs-sys-next v0.1.2 |
| 2363 | 2025-07-01T18:32:12.164Z | Checking fastrand v2.1.1 |
| 2364 | 2025-07-01T18:32:12.277Z | Checking thread_local v1.1.8 |
| 2365 | 2025-07-01T18:32:12.363Z | Checking dirs-next v2.0.0 |
| 2366 | 2025-07-01T18:32:12.439Z | Checking daft v0.1.3 |
| 2367 | 2025-07-01T18:32:12.502Z | Compiling structmeta-derive v0.3.0 |
| 2368 | 2025-07-01T18:32:12.528Z | Compiling ident_case v1.0.1 |
| 2369 | 2025-07-01T18:32:12.576Z | Checking term v0.7.0 |
| 2370 | 2025-07-01T18:32:12.733Z | Compiling darling_core v0.20.10 |
| 2371 | 2025-07-01T18:32:12.904Z | Checking crossbeam-channel v0.5.15 |
| 2372 | 2025-07-01T18:32:13.068Z | Checking futures-executor v0.3.31 |
| 2373 | 2025-07-01T18:32:13.322Z | Compiling serde_yaml v0.9.34+deprecated |
| 2374 | 2025-07-01T18:32:13.624Z | Checking is-terminal v0.4.13 |
| 2375 | 2025-07-01T18:32:13.689Z | Checking tempfile v3.20.0 |
| 2376 | 2025-07-01T18:32:13.723Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2377 | 2025-07-01T18:32:13.791Z | Checking take_mut v0.2.2 |
| 2378 | 2025-07-01T18:32:13.968Z | Compiling rustls v0.22.4 |
| 2379 | 2025-07-01T18:32:14.122Z | Checking slog-async v2.8.0 |
| 2380 | 2025-07-01T18:32:14.152Z | Checking slog-term v2.9.1 |
| 2381 | 2025-07-01T18:32:14.297Z | Checking futures v0.3.31 |
| 2382 | 2025-07-01T18:32:14.410Z | Compiling proc-macro-crate v1.3.1 |
| 2383 | 2025-07-01T18:32:14.470Z | Checking wait-timeout v0.2.0 |
| 2384 | 2025-07-01T18:32:14.625Z | Compiling multer v3.1.0 |
| 2385 | 2025-07-01T18:32:14.677Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2386 | 2025-07-01T18:32:14.951Z | Checking match_cfg v0.1.0 |
| 2387 | 2025-07-01T18:32:14.976Z | Checking quick-error v1.2.3 |
| 2388 | 2025-07-01T18:32:15.002Z | Compiling structmeta v0.3.0 |
| 2389 | 2025-07-01T18:32:15.074Z | Compiling ref-cast v1.0.24 |
| 2390 | 2025-07-01T18:32:15.177Z | Checking bit-vec v0.8.0 |
| 2391 | 2025-07-01T18:32:15.284Z | Compiling num_enum_derive v0.5.11 |
| 2392 | 2025-07-01T18:32:15.432Z | Compiling typify-impl v0.3.0 |
| 2393 | 2025-07-01T18:32:15.458Z | Compiling typify-impl v0.2.0 |
| 2394 | 2025-07-01T18:32:16.423Z | Checking bit-set v0.8.0 |
| 2395 | 2025-07-01T18:32:16.754Z | Checking rusty-fork v0.3.0 |
| 2396 | 2025-07-01T18:32:16.843Z | Checking hostname v0.3.1 |
| 2397 | 2025-07-01T18:32:17.115Z | Checking progenitor-client v0.9.1 |
| 2398 | 2025-07-01T18:32:17.389Z | Checking rand_xorshift v0.4.0 |
| 2399 | 2025-07-01T18:32:17.554Z | Checking slog-json v2.6.1 |
| 2400 | 2025-07-01T18:32:17.610Z | Compiling lzma-sys v0.1.20 |
| 2401 | 2025-07-01T18:32:17.835Z | Checking hex v0.4.3 |
| 2402 | 2025-07-01T18:32:18.199Z | Compiling foreign-types-macros v0.2.3 |
| 2403 | 2025-07-01T18:32:18.263Z | Compiling async-stream-impl v0.3.6 |
| 2404 | 2025-07-01T18:32:18.293Z | Compiling ref-cast-impl v1.0.24 |
| 2405 | 2025-07-01T18:32:18.336Z | Compiling dropshot v0.16.2 |
| 2406 | 2025-07-01T18:32:18.475Z | Compiling darling_macro v0.20.10 |
| 2407 | 2025-07-01T18:32:18.630Z | Checking arc-swap v1.7.1 |
| 2408 | 2025-07-01T18:32:19.135Z | Checking foreign-types-shared v0.3.1 |
| 2409 | 2025-07-01T18:32:19.287Z | Checking utf-8 v0.7.6 |
| 2410 | 2025-07-01T18:32:19.372Z | Compiling darling v0.20.10 |
| 2411 | 2025-07-01T18:32:19.418Z | Checking unarray v0.1.4 |
| 2412 | 2025-07-01T18:32:19.478Z | Checking async-stream v0.3.6 |
| 2413 | 2025-07-01T18:32:19.519Z | Checking tungstenite v0.21.0 |
| 2414 | 2025-07-01T18:32:19.545Z | Compiling serde_with_macros v3.12.0 |
| 2415 | 2025-07-01T18:32:19.613Z | Checking proptest v1.7.0 |
| 2416 | 2025-07-01T18:32:19.639Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2417 | 2025-07-01T18:32:19.665Z | Checking foreign-types v0.5.0 |
| 2418 | 2025-07-01T18:32:19.767Z | Checking slog-scope v4.4.0 |
| 2419 | 2025-07-01T18:32:19.890Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2420 | 2025-07-01T18:32:20.055Z | Checking slog-bunyan v2.5.0 |
| 2421 | 2025-07-01T18:32:20.085Z | Checking num_enum v0.5.11 |
| 2422 | 2025-07-01T18:32:20.284Z | Compiling proc-macro-error v1.0.4 |
| 2423 | 2025-07-01T18:32:20.649Z | Compiling parse-display-derive v0.10.0 |
| 2424 | 2025-07-01T18:32:20.675Z | Checking tokio-rustls v0.25.0 |
| 2425 | 2025-07-01T18:32:20.724Z | Compiling test-strategy v0.4.1 |
| 2426 | 2025-07-01T18:32:21.106Z | Checking toml v0.8.23 |
| 2427 | 2025-07-01T18:32:21.217Z | Checking progenitor-client v0.8.0 |
| 2428 | 2025-07-01T18:32:21.589Z | Compiling heck v0.3.3 |
| 2429 | 2025-07-01T18:32:21.893Z | Checking waitgroup v0.1.2 |
| 2430 | 2025-07-01T18:32:21.919Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2431 | 2025-07-01T18:32:21.945Z | Checking rustls-pemfile v2.2.0 |
| 2432 | 2025-07-01T18:32:22.076Z | Compiling dropshot_endpoint v0.16.2 |
| 2433 | 2025-07-01T18:32:22.183Z | Checking serde_path_to_error v0.1.17 |
| 2434 | 2025-07-01T18:32:22.653Z | Compiling derive-where v1.5.0 |
| 2435 | 2025-07-01T18:32:22.814Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2436 | 2025-07-01T18:32:23.492Z | Checking cstr-argument v0.1.2 |
| 2437 | 2025-07-01T18:32:23.697Z | Checking hostname v0.4.0 |
| 2438 | 2025-07-01T18:32:23.861Z | Checking instant v0.1.13 |
| 2439 | 2025-07-01T18:32:23.890Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2440 | 2025-07-01T18:32:24.097Z | Checking debug-ignore v1.0.5 |
| 2441 | 2025-07-01T18:32:24.263Z | Checking pretty-hex v0.2.1 |
| 2442 | 2025-07-01T18:32:24.314Z | Checking backoff v0.4.0 |
| 2443 | 2025-07-01T18:32:24.414Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2444 | 2025-07-01T18:32:24.473Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2445 | 2025-07-01T18:32:24.620Z | Checking parse-display v0.10.0 |
| 2446 | 2025-07-01T18:32:24.646Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2447 | 2025-07-01T18:32:24.767Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2448 | 2025-07-01T18:32:24.877Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2449 | 2025-07-01T18:32:24.936Z | Compiling zone_cfg_derive v0.1.2 |
| 2450 | 2025-07-01T18:32:24.980Z | Checking serde_with v3.12.0 |
| 2451 | 2025-07-01T18:32:25.059Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2452 | 2025-07-01T18:32:25.112Z | Checking tokio-tungstenite v0.21.0 |
| 2453 | 2025-07-01T18:32:25.671Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2454 | 2025-07-01T18:32:25.757Z | Checking slog-stdlog v4.1.1 |
| 2455 | 2025-07-01T18:32:25.894Z | Checking iddqd v0.3.8 |
| 2456 | 2025-07-01T18:32:25.959Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2457 | 2025-07-01T18:32:26.025Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2458 | 2025-07-01T18:32:26.220Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2459 | 2025-07-01T18:32:26.370Z | Checking progenitor-client v0.10.0 |
| 2460 | 2025-07-01T18:32:26.466Z | Checking colored v2.2.0 |
| 2461 | 2025-07-01T18:32:26.807Z | Checking macaddr v1.0.1 |
| 2462 | 2025-07-01T18:32:26.890Z | Checking base64 v0.21.7 |
| 2463 | 2025-07-01T18:32:27.154Z | Checking base64 v0.13.1 |
| 2464 | 2025-07-01T18:32:27.296Z | Checking unicode-width v0.1.14 |
| 2465 | 2025-07-01T18:32:27.586Z | Checking ron v0.7.1 |
| 2466 | 2025-07-01T18:32:27.613Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2467 | 2025-07-01T18:32:27.797Z | Checking tabwriter v1.4.0 |
| 2468 | 2025-07-01T18:32:28.083Z | Checking zone v0.1.8 |
| 2469 | 2025-07-01T18:32:28.109Z | Checking slog-envlogger v2.2.0 |
| 2470 | 2025-07-01T18:32:28.178Z | Checking xz2 v0.1.7 |
| 2471 | 2025-07-01T18:32:28.338Z | Checking tokio-dtrace v0.1.0 |
| 2472 | 2025-07-01T18:32:28.532Z | Checking xattr v1.3.1 |
| 2473 | 2025-07-01T18:32:28.653Z | Checking yasna v0.5.2 |
| 2474 | 2025-07-01T18:32:28.721Z | Checking pem v3.0.5 |
| 2475 | 2025-07-01T18:32:28.747Z | Checking smf v0.2.3 |
| 2476 | 2025-07-01T18:32:28.793Z | Compiling typify-macro v0.3.0 |
| 2477 | 2025-07-01T18:32:28.819Z | Checking headers-core v0.3.0 |
| 2478 | 2025-07-01T18:32:28.844Z | Compiling typify-macro v0.2.0 |
| 2479 | 2025-07-01T18:32:28.991Z | Checking filetime v0.2.25 |
| 2480 | 2025-07-01T18:32:29.082Z | Checking same-file v1.0.6 |
| 2481 | 2025-07-01T18:32:29.278Z | Checking headers v0.4.1 |
| 2482 | 2025-07-01T18:32:29.303Z | Checking tar v0.4.44 |
| 2483 | 2025-07-01T18:32:29.303Z | Checking walkdir v2.5.0 |
| 2484 | 2025-07-01T18:32:29.403Z | Checking oxide-tokio-rt v0.1.1 |
| 2485 | 2025-07-01T18:32:29.588Z | Checking rcgen v0.12.1 |
| 2486 | 2025-07-01T18:32:29.639Z | Checking camino-tempfile v1.4.1 |
| 2487 | 2025-07-01T18:32:29.666Z | Checking atomicwrites v0.4.4 |
| 2488 | 2025-07-01T18:32:29.893Z | Checking subprocess v0.2.9 |
| 2489 | 2025-07-01T18:32:31.674Z | Compiling typify v0.2.0 |
| 2490 | 2025-07-01T18:32:31.802Z | Compiling typify v0.3.0 |
| 2491 | 2025-07-01T18:32:31.839Z | Compiling progenitor-impl v0.8.0 |
| 2492 | 2025-07-01T18:32:31.984Z | Compiling progenitor-impl v0.9.1 |
| 2493 | 2025-07-01T18:32:35.744Z | Compiling progenitor-macro v0.8.0 |
| 2494 | 2025-07-01T18:32:35.936Z | Compiling progenitor-macro v0.9.1 |
| 2495 | 2025-07-01T18:32:41.189Z | Checking progenitor v0.8.0 |
| 2496 | 2025-07-01T18:32:41.408Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2497 | 2025-07-01T18:32:42.245Z | Checking progenitor v0.9.1 |
| 2498 | 2025-07-01T18:32:42.479Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 2499 | 2025-07-01T18:32:45.296Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2500 | 2025-07-01T18:32:46.929Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2501 | 2025-07-01T18:32:56.614Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2502 | 2025-07-01T18:32:59.145Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2503 | 2025-07-01T18:33:01.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.53s |
| 2504 | 2025-07-01T18:33:01.341Z | |
| 2505 | 2025-07-01T18:33:01.341Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/217) |
| 2506 | 2025-07-01T18:33:02.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2507 | 2025-07-01T18:33:02.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2508 | 2025-07-01T18:33:02.591Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2509 | 2025-07-01T18:33:04.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 2510 | 2025-07-01T18:33:04.872Z | |
| 2511 | 2025-07-01T18:33:04.872Z | info: running `cargo check --bins` on nexus-config (52/217) |
| 2512 | 2025-07-01T18:33:05.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2513 | 2025-07-01T18:33:06.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2514 | 2025-07-01T18:33:06.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2515 | 2025-07-01T18:33:06.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2516 | 2025-07-01T18:33:06.123Z | |
| 2517 | 2025-07-01T18:33:06.123Z | info: running `cargo check --bins` on omicron-rpaths (53/217) |
| 2518 | 2025-07-01T18:33:07.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2519 | 2025-07-01T18:33:07.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2520 | 2025-07-01T18:33:07.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2521 | 2025-07-01T18:33:07.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2522 | 2025-07-01T18:33:07.204Z | |
| 2523 | 2025-07-01T18:33:07.204Z | info: running `cargo check --bins` on omicron-certificates (54/217) |
| 2524 | 2025-07-01T18:33:08.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2525 | 2025-07-01T18:33:08.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2526 | 2025-07-01T18:33:08.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2527 | 2025-07-01T18:33:08.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2528 | 2025-07-01T18:33:08.288Z | |
| 2529 | 2025-07-01T18:33:08.288Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/217) |
| 2530 | 2025-07-01T18:33:09.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2531 | 2025-07-01T18:33:09.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2532 | 2025-07-01T18:33:09.683Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2533 | 2025-07-01T18:33:09.718Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2534 | 2025-07-01T18:33:09.752Z | Compiling rustix v1.0.7 |
| 2535 | 2025-07-01T18:33:09.793Z | Compiling wait-timeout v0.2.0 |
| 2536 | 2025-07-01T18:33:09.793Z | Compiling match_cfg v0.1.0 |
| 2537 | 2025-07-01T18:33:09.794Z | Compiling bit-vec v0.8.0 |
| 2538 | 2025-07-01T18:33:09.794Z | Compiling quick-error v1.2.3 |
| 2539 | 2025-07-01T18:33:09.794Z | Compiling rustls v0.22.4 |
| 2540 | 2025-07-01T18:33:09.875Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2541 | 2025-07-01T18:33:09.993Z | Compiling hostname v0.3.1 |
| 2542 | 2025-07-01T18:33:10.028Z | Compiling progenitor-client v0.9.1 |
| 2543 | 2025-07-01T18:33:10.215Z | Compiling slog-json v2.6.1 |
| 2544 | 2025-07-01T18:33:10.249Z | Compiling bit-set v0.8.0 |
| 2545 | 2025-07-01T18:33:10.290Z | Compiling rand_xorshift v0.4.0 |
| 2546 | 2025-07-01T18:33:10.341Z | Compiling itertools v0.13.0 |
| 2547 | 2025-07-01T18:33:10.396Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2548 | 2025-07-01T18:33:10.580Z | Compiling hex v0.4.3 |
| 2549 | 2025-07-01T18:33:10.612Z | Compiling heapless v0.8.0 |
| 2550 | 2025-07-01T18:33:10.650Z | Compiling unarray v0.1.4 |
| 2551 | 2025-07-01T18:33:10.683Z | Compiling slog-bunyan v2.5.0 |
| 2552 | 2025-07-01T18:33:10.868Z | Compiling progenitor v0.9.1 |
| 2553 | 2025-07-01T18:33:10.915Z | Compiling async-stream v0.3.6 |
| 2554 | 2025-07-01T18:33:11.215Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2555 | 2025-07-01T18:33:11.264Z | Compiling ref-cast v1.0.24 |
| 2556 | 2025-07-01T18:33:11.264Z | Compiling multer v3.1.0 |
| 2557 | 2025-07-01T18:33:11.327Z | Compiling toml v0.8.23 |
| 2558 | 2025-07-01T18:33:11.359Z | Compiling waitgroup v0.1.2 |
| 2559 | 2025-07-01T18:33:11.449Z | Compiling tempfile v3.20.0 |
| 2560 | 2025-07-01T18:33:11.538Z | Compiling rustls-pemfile v2.2.0 |
| 2561 | 2025-07-01T18:33:11.820Z | Checking hash32 v0.3.1 |
| 2562 | 2025-07-01T18:33:11.897Z | Compiling rusty-fork v0.3.0 |
| 2563 | 2025-07-01T18:33:12.037Z | Compiling serde_path_to_error v0.1.17 |
| 2564 | 2025-07-01T18:33:12.098Z | Compiling hostname v0.4.0 |
| 2565 | 2025-07-01T18:33:12.165Z | Compiling instant v0.1.13 |
| 2566 | 2025-07-01T18:33:12.329Z | Compiling proptest v1.7.0 |
| 2567 | 2025-07-01T18:33:12.363Z | Compiling smoltcp v0.11.0 |
| 2568 | 2025-07-01T18:33:12.537Z | Compiling debug-ignore v1.0.5 |
| 2569 | 2025-07-01T18:33:12.614Z | Compiling backoff v0.4.0 |
| 2570 | 2025-07-01T18:33:12.762Z | Compiling iddqd v0.3.8 |
| 2571 | 2025-07-01T18:33:12.933Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 2572 | 2025-07-01T18:33:12.970Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2573 | 2025-07-01T18:33:13.169Z | Compiling ingot-macros v0.1.0 |
| 2574 | 2025-07-01T18:33:13.212Z | Compiling serde_with v3.12.0 |
| 2575 | 2025-07-01T18:33:13.516Z | Compiling parse-display v0.10.0 |
| 2576 | 2025-07-01T18:33:17.376Z | Compiling tokio-rustls v0.25.0 |
| 2577 | 2025-07-01T18:33:17.453Z | Compiling dropshot v0.16.2 |
| 2578 | 2025-07-01T18:33:17.453Z | Checking num-rational v0.4.2 |
| 2579 | 2025-07-01T18:33:17.453Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2580 | 2025-07-01T18:33:17.454Z | Compiling progenitor-client v0.10.0 |
| 2581 | 2025-07-01T18:33:17.454Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2582 | 2025-07-01T18:33:17.845Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2583 | 2025-07-01T18:33:18.583Z | Compiling phf_generator v0.11.2 |
| 2584 | 2025-07-01T18:33:18.621Z | Checking num-complex v0.4.6 |
| 2585 | 2025-07-01T18:33:18.862Z | Compiling macaddr v1.0.1 |
| 2586 | 2025-07-01T18:33:19.118Z | Checking ingot-types v0.1.0 |
| 2587 | 2025-07-01T18:33:19.338Z | Checking cobs v0.2.3 |
| 2588 | 2025-07-01T18:33:19.432Z | Checking num v0.4.3 |
| 2589 | 2025-07-01T18:33:19.550Z | Checking postcard v1.0.10 |
| 2590 | 2025-07-01T18:33:19.595Z | Compiling phf_codegen v0.11.2 |
| 2591 | 2025-07-01T18:33:19.853Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2592 | 2025-07-01T18:33:19.881Z | Checking ingot v0.1.0 |
| 2593 | 2025-07-01T18:33:20.100Z | Compiling parse-zoneinfo v0.3.1 |
| 2594 | 2025-07-01T18:33:20.362Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2595 | 2025-07-01T18:33:20.664Z | Compiling convert_case v0.4.0 |
| 2596 | 2025-07-01T18:33:20.747Z | Checking float-ord v0.3.2 |
| 2597 | 2025-07-01T18:33:21.105Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2598 | 2025-07-01T18:33:21.418Z | Compiling derive_more v0.99.20 |
| 2599 | 2025-07-01T18:33:21.674Z | Compiling chrono-tz-build v0.4.0 |
| 2600 | 2025-07-01T18:33:22.575Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2601 | 2025-07-01T18:33:22.637Z | Compiling crucible-workspace-hack v0.1.0 |
| 2602 | 2025-07-01T18:33:22.741Z | Checking linked-hash-map v0.5.6 |
| 2603 | 2025-07-01T18:33:22.964Z | Compiling chrono-tz v0.10.3 |
| 2604 | 2025-07-01T18:33:22.993Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2605 | 2025-07-01T18:33:23.089Z | Checking lru-cache v0.1.2 |
| 2606 | 2025-07-01T18:33:23.306Z | Checking resolv-conf v0.7.0 |
| 2607 | 2025-07-01T18:33:23.359Z | Checking newline-converter v0.3.0 |
| 2608 | 2025-07-01T18:33:23.543Z | Checking hickory-proto v0.24.4 |
| 2609 | 2025-07-01T18:33:23.607Z | Checking itertools v0.14.0 |
| 2610 | 2025-07-01T18:33:23.668Z | Checking prettyplease v0.2.35 |
| 2611 | 2025-07-01T18:33:24.338Z | Compiling slog-dtrace v0.3.0 |
| 2612 | 2025-07-01T18:33:24.850Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2613 | 2025-07-01T18:33:25.271Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2614 | 2025-07-01T18:33:25.725Z | Checking expectorate v1.2.0 |
| 2615 | 2025-07-01T18:33:25.872Z | Compiling zone_cfg_derive v0.3.0 |
| 2616 | 2025-07-01T18:33:26.053Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2617 | 2025-07-01T18:33:26.082Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2618 | 2025-07-01T18:33:26.388Z | Compiling const_format_proc_macros v0.2.34 |
| 2619 | 2025-07-01T18:33:26.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2620 | 2025-07-01T18:33:27.025Z | Compiling num-derive v0.4.2 |
| 2621 | 2025-07-01T18:33:27.080Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2622 | 2025-07-01T18:33:27.122Z | Checking highway v1.3.0 |
| 2623 | 2025-07-01T18:33:27.387Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2624 | 2025-07-01T18:33:27.579Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2625 | 2025-07-01T18:33:27.808Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2626 | 2025-07-01T18:33:27.861Z | Checking hickory-resolver v0.24.4 |
| 2627 | 2025-07-01T18:33:28.092Z | Checking const_format v0.2.34 |
| 2628 | 2025-07-01T18:33:28.589Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2629 | 2025-07-01T18:33:28.875Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2630 | 2025-07-01T18:33:28.902Z | Checking zone v0.3.1 |
| 2631 | 2025-07-01T18:33:28.928Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36) |
| 2632 | 2025-07-01T18:33:29.043Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2633 | 2025-07-01T18:33:29.427Z | Checking gethostname v0.5.0 |
| 2634 | 2025-07-01T18:33:29.520Z | Checking qorb v0.4.0 |
| 2635 | 2025-07-01T18:33:29.594Z | Checking bcs v0.1.6 |
| 2636 | 2025-07-01T18:33:29.729Z | Checking nanorand v0.7.0 |
| 2637 | 2025-07-01T18:33:29.781Z | Compiling async-recursion v1.1.1 |
| 2638 | 2025-07-01T18:33:29.845Z | Checking termtree v0.5.1 |
| 2639 | 2025-07-01T18:33:30.077Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2640 | 2025-07-01T18:33:30.118Z | Checking flume v0.11.1 |
| 2641 | 2025-07-01T18:33:37.395Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2642 | 2025-07-01T18:33:41.926Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2643 | 2025-07-01T18:33:45.915Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2644 | 2025-07-01T18:33:47.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.60s |
| 2645 | 2025-07-01T18:33:48.097Z | |
| 2646 | 2025-07-01T18:33:48.097Z | info: running `cargo check --bins` on clickhouse-admin-api (56/217) |
| 2647 | 2025-07-01T18:33:49.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2025-07-01T18:33:49.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2025-07-01T18:33:49.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2025-07-01T18:33:49.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2651 | 2025-07-01T18:33:49.280Z | |
| 2652 | 2025-07-01T18:33:49.280Z | info: running `cargo check --bins` on clickhouse-admin-types (57/217) |
| 2653 | 2025-07-01T18:33:50.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2025-07-01T18:33:50.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2025-07-01T18:33:50.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2025-07-01T18:33:50.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2657 | 2025-07-01T18:33:50.517Z | |
| 2658 | 2025-07-01T18:33:50.517Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/217) |
| 2659 | 2025-07-01T18:33:51.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2025-07-01T18:33:51.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2025-07-01T18:33:51.781Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2662 | 2025-07-01T18:33:52.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 2663 | 2025-07-01T18:33:52.880Z | |
| 2664 | 2025-07-01T18:33:52.880Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/217) |
| 2665 | 2025-07-01T18:33:54.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2025-07-01T18:33:54.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2025-07-01T18:33:54.227Z | Compiling cfg_aliases v0.1.1 |
| 2668 | 2025-07-01T18:33:54.228Z | Compiling vte_generate_state_changes v0.1.2 |
| 2669 | 2025-07-01T18:33:54.253Z | Checking fd-lock v4.0.2 |
| 2670 | 2025-07-01T18:33:54.254Z | Checking nibble_vec v0.1.0 |
| 2671 | 2025-07-01T18:33:54.254Z | Checking bytecount v0.6.8 |
| 2672 | 2025-07-01T18:33:54.280Z | Checking endian-type v0.1.2 |
| 2673 | 2025-07-01T18:33:54.306Z | Compiling tabled_derive v0.7.0 |
| 2674 | 2025-07-01T18:33:54.339Z | Checking itertools v0.13.0 |
| 2675 | 2025-07-01T18:33:54.398Z | Compiling nix v0.28.0 |
| 2676 | 2025-07-01T18:33:54.480Z | Checking papergrid v0.11.0 |
| 2677 | 2025-07-01T18:33:54.514Z | Compiling peg-macros v0.8.5 |
| 2678 | 2025-07-01T18:33:54.549Z | Checking radix_trie v0.2.1 |
| 2679 | 2025-07-01T18:33:54.574Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2680 | 2025-07-01T18:33:54.854Z | Checking vte v0.11.1 |
| 2681 | 2025-07-01T18:33:54.949Z | Compiling sqlparser_derive v0.2.2 |
| 2682 | 2025-07-01T18:33:55.544Z | Checking home v0.5.9 |
| 2683 | 2025-07-01T18:33:55.735Z | Checking nu-ansi-term v0.50.1 |
| 2684 | 2025-07-01T18:33:55.981Z | Checking unicode_categories v0.1.1 |
| 2685 | 2025-07-01T18:33:56.008Z | Checking sqlparser v0.45.0 |
| 2686 | 2025-07-01T18:33:56.226Z | Checking strip-ansi-escapes v0.2.0 |
| 2687 | 2025-07-01T18:33:56.257Z | Checking display-error-chain v0.2.2 |
| 2688 | 2025-07-01T18:33:56.320Z | Checking sqlformat v0.3.5 |
| 2689 | 2025-07-01T18:33:56.398Z | Checking tabled v0.15.0 |
| 2690 | 2025-07-01T18:33:57.021Z | Checking reedline v0.40.0 |
| 2691 | 2025-07-01T18:33:57.226Z | Checking peg v0.8.5 |
| 2692 | 2025-07-01T18:33:57.657Z | Checking rustyline v14.0.0 |
| 2693 | 2025-07-01T18:34:11.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.63s |
| 2694 | 2025-07-01T18:34:11.729Z | |
| 2695 | 2025-07-01T18:34:11.729Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/217) |
| 2696 | 2025-07-01T18:34:12.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2697 | 2025-07-01T18:34:12.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2698 | 2025-07-01T18:34:12.990Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2699 | 2025-07-01T18:34:20.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s |
| 2700 | 2025-07-01T18:34:21.090Z | |
| 2701 | 2025-07-01T18:34:21.090Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/217) |
| 2702 | 2025-07-01T18:34:22.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2703 | 2025-07-01T18:34:22.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2704 | 2025-07-01T18:34:22.381Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2705 | 2025-07-01T18:34:27.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s |
| 2706 | 2025-07-01T18:34:27.946Z | |
| 2707 | 2025-07-01T18:34:27.946Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/217) |
| 2708 | 2025-07-01T18:34:29.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2709 | 2025-07-01T18:34:29.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2710 | 2025-07-01T18:34:29.185Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2711 | 2025-07-01T18:34:36.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.64s |
| 2712 | 2025-07-01T18:34:36.811Z | |
| 2713 | 2025-07-01T18:34:36.811Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/217) |
| 2714 | 2025-07-01T18:34:37.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2715 | 2025-07-01T18:34:37.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2716 | 2025-07-01T18:34:38.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2717 | 2025-07-01T18:34:45.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s |
| 2718 | 2025-07-01T18:34:45.783Z | |
| 2719 | 2025-07-01T18:34:45.783Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/217) |
| 2720 | 2025-07-01T18:34:46.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2721 | 2025-07-01T18:34:46.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2722 | 2025-07-01T18:34:47.036Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2723 | 2025-07-01T18:34:52.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s |
| 2724 | 2025-07-01T18:34:52.953Z | |
| 2725 | 2025-07-01T18:34:52.954Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/217) |
| 2726 | 2025-07-01T18:34:54.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2727 | 2025-07-01T18:34:54.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2728 | 2025-07-01T18:34:54.223Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2729 | 2025-07-01T18:35:01.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.94s |
| 2730 | 2025-07-01T18:35:01.858Z | |
| 2731 | 2025-07-01T18:35:01.858Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/217) |
| 2732 | 2025-07-01T18:35:01.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2733 | 2025-07-01T18:35:01.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2734 | 2025-07-01T18:35:01.858Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2735 | 2025-07-01T18:35:09.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.37s |
| 2736 | 2025-07-01T18:35:09.688Z | |
| 2737 | 2025-07-01T18:35:09.688Z | info: running `cargo check --bins` on oximeter (67/217) |
| 2738 | 2025-07-01T18:35:10.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2739 | 2025-07-01T18:35:10.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2740 | 2025-07-01T18:35:10.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2741 | 2025-07-01T18:35:10.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 2742 | 2025-07-01T18:35:10.890Z | |
| 2743 | 2025-07-01T18:35:10.890Z | info: running `cargo check --bins` on oximeter-macro-impl (68/217) |
| 2744 | 2025-07-01T18:35:12.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2025-07-01T18:35:12.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2025-07-01T18:35:12.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2025-07-01T18:35:12.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2748 | 2025-07-01T18:35:12.150Z | |
| 2749 | 2025-07-01T18:35:12.150Z | info: running `cargo check --bins` on oximeter-schema (69/217) |
| 2750 | 2025-07-01T18:35:13.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2025-07-01T18:35:13.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2025-07-01T18:35:13.359Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2753 | 2025-07-01T18:35:16.210Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2754 | 2025-07-01T18:35:17.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
| 2755 | 2025-07-01T18:35:17.769Z | |
| 2756 | 2025-07-01T18:35:17.769Z | info: running `cargo check --bins` on oximeter-types (70/217) |
| 2757 | 2025-07-01T18:35:18.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-07-01T18:35:18.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-07-01T18:35:18.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-07-01T18:35:18.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2761 | 2025-07-01T18:35:18.827Z | |
| 2762 | 2025-07-01T18:35:18.827Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/217) |
| 2763 | 2025-07-01T18:35:19.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-07-01T18:35:19.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-07-01T18:35:19.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2025-07-01T18:35:19.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2767 | 2025-07-01T18:35:19.923Z | |
| 2768 | 2025-07-01T18:35:19.923Z | info: running `cargo check --bins` on oxql-types (72/217) |
| 2769 | 2025-07-01T18:35:20.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2025-07-01T18:35:20.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2025-07-01T18:35:20.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2772 | 2025-07-01T18:35:20.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2773 | 2025-07-01T18:35:21.079Z | |
| 2774 | 2025-07-01T18:35:21.080Z | info: running `cargo check --bins` on oximeter-test-utils (73/217) |
| 2775 | 2025-07-01T18:35:22.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2025-07-01T18:35:23.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2025-07-01T18:35:23.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2025-07-01T18:35:23.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 2779 | 2025-07-01T18:35:23.456Z | |
| 2780 | 2025-07-01T18:35:23.456Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/217) |
| 2781 | 2025-07-01T18:35:23.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2025-07-01T18:35:23.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2025-07-01T18:35:23.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2025-07-01T18:35:23.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2785 | 2025-07-01T18:35:23.489Z | |
| 2786 | 2025-07-01T18:35:23.489Z | info: running `cargo check --bins` on bootstrap-agent-client (75/217) |
| 2787 | 2025-07-01T18:35:24.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2025-07-01T18:35:24.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2025-07-01T18:35:24.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2025-07-01T18:35:24.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2791 | 2025-07-01T18:35:24.487Z | |
| 2792 | 2025-07-01T18:35:24.487Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/217) |
| 2793 | 2025-07-01T18:35:25.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2025-07-01T18:35:25.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2025-07-01T18:35:25.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2025-07-01T18:35:25.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2797 | 2025-07-01T18:35:25.613Z | |
| 2798 | 2025-07-01T18:35:25.613Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/217) |
| 2799 | 2025-07-01T18:35:26.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2025-07-01T18:35:26.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2025-07-01T18:35:26.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2025-07-01T18:35:26.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2803 | 2025-07-01T18:35:26.686Z | |
| 2804 | 2025-07-01T18:35:26.686Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/217) |
| 2805 | 2025-07-01T18:35:27.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2025-07-01T18:35:27.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2025-07-01T18:35:27.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2025-07-01T18:35:27.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2809 | 2025-07-01T18:35:27.809Z | |
| 2810 | 2025-07-01T18:35:27.809Z | info: running `cargo check --bins` on cockroach-admin-client (79/217) |
| 2811 | 2025-07-01T18:35:28.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2025-07-01T18:35:28.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2025-07-01T18:35:28.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2025-07-01T18:35:28.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2815 | 2025-07-01T18:35:28.870Z | |
| 2816 | 2025-07-01T18:35:28.870Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/217) |
| 2817 | 2025-07-01T18:35:29.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2025-07-01T18:35:29.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2025-07-01T18:35:29.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2820 | 2025-07-01T18:35:29.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2821 | 2025-07-01T18:35:30.033Z | |
| 2822 | 2025-07-01T18:35:30.033Z | info: running `cargo check --bins` on dns-service-client (81/217) |
| 2823 | 2025-07-01T18:35:31.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2025-07-01T18:35:31.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2025-07-01T18:35:31.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2826 | 2025-07-01T18:35:31.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2827 | 2025-07-01T18:35:31.182Z | |
| 2828 | 2025-07-01T18:35:31.182Z | info: running `cargo check --bins` on internal-dns-types (82/217) |
| 2829 | 2025-07-01T18:35:32.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2025-07-01T18:35:32.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2025-07-01T18:35:32.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2832 | 2025-07-01T18:35:32.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2833 | 2025-07-01T18:35:32.390Z | |
| 2834 | 2025-07-01T18:35:32.390Z | info: running `cargo check --bins` on gateway-client (83/217) |
| 2835 | 2025-07-01T18:35:33.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2025-07-01T18:35:33.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2025-07-01T18:35:33.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2838 | 2025-07-01T18:35:33.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2839 | 2025-07-01T18:35:33.401Z | |
| 2840 | 2025-07-01T18:35:33.401Z | info: running `cargo check --bins` on ereport-types (84/217) |
| 2841 | 2025-07-01T18:35:34.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2025-07-01T18:35:34.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2025-07-01T18:35:34.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2844 | 2025-07-01T18:35:34.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2845 | 2025-07-01T18:35:34.478Z | |
| 2846 | 2025-07-01T18:35:34.478Z | info: running `cargo check --bins` on gateway-types (85/217) |
| 2847 | 2025-07-01T18:35:35.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2025-07-01T18:35:35.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2025-07-01T18:35:35.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2025-07-01T18:35:35.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2851 | 2025-07-01T18:35:35.564Z | |
| 2852 | 2025-07-01T18:35:35.564Z | info: running `cargo check --bins` on ipcc (86/217) |
| 2853 | 2025-07-01T18:35:36.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2025-07-01T18:35:36.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2025-07-01T18:35:36.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2025-07-01T18:35:36.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2857 | 2025-07-01T18:35:36.624Z | |
| 2858 | 2025-07-01T18:35:36.624Z | info: running `cargo check --bins` on installinator-client (87/217) |
| 2859 | 2025-07-01T18:35:37.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2025-07-01T18:35:37.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2025-07-01T18:35:37.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2025-07-01T18:35:37.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2863 | 2025-07-01T18:35:37.768Z | |
| 2864 | 2025-07-01T18:35:37.768Z | info: running `cargo check --bins` on installinator-common (88/217) |
| 2865 | 2025-07-01T18:35:38.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2025-07-01T18:35:38.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2025-07-01T18:35:38.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2025-07-01T18:35:38.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2869 | 2025-07-01T18:35:38.852Z | |
| 2870 | 2025-07-01T18:35:38.852Z | info: running `cargo check --bins` on update-engine (89/217) |
| 2871 | 2025-07-01T18:35:39.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2025-07-01T18:35:39.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2025-07-01T18:35:39.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2025-07-01T18:35:39.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 2875 | 2025-07-01T18:35:39.957Z | |
| 2876 | 2025-07-01T18:35:39.957Z | info: running `cargo check --bins` on nexus-client (90/217) |
| 2877 | 2025-07-01T18:35:41.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2025-07-01T18:35:41.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2025-07-01T18:35:41.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2025-07-01T18:35:41.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2881 | 2025-07-01T18:35:41.185Z | |
| 2882 | 2025-07-01T18:35:41.185Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/217) |
| 2883 | 2025-07-01T18:35:42.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2025-07-01T18:35:42.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2025-07-01T18:35:42.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2025-07-01T18:35:42.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2887 | 2025-07-01T18:35:42.314Z | |
| 2888 | 2025-07-01T18:35:42.315Z | info: running `cargo check --bins` on omicron-passwords (92/217) |
| 2889 | 2025-07-01T18:35:43.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2025-07-01T18:35:43.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2025-07-01T18:35:43.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2025-07-01T18:35:43.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2893 | 2025-07-01T18:35:43.401Z | |
| 2894 | 2025-07-01T18:35:43.401Z | info: running `cargo check --bins` on nexus-types (93/217) |
| 2895 | 2025-07-01T18:35:44.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2025-07-01T18:35:44.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2025-07-01T18:35:44.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2025-07-01T18:35:44.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2899 | 2025-07-01T18:35:44.624Z | |
| 2900 | 2025-07-01T18:35:44.624Z | info: running `cargo check --bins` on oxide-client (94/217) |
| 2901 | 2025-07-01T18:35:45.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2025-07-01T18:35:45.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2025-07-01T18:35:45.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2025-07-01T18:35:45.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2905 | 2025-07-01T18:35:45.745Z | |
| 2906 | 2025-07-01T18:35:45.745Z | info: running `cargo check --bins` on oximeter-client (95/217) |
| 2907 | 2025-07-01T18:35:46.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2025-07-01T18:35:46.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2025-07-01T18:35:46.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2025-07-01T18:35:46.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2911 | 2025-07-01T18:35:46.918Z | |
| 2912 | 2025-07-01T18:35:46.918Z | info: running `cargo check --bins` on repo-depot-client (96/217) |
| 2913 | 2025-07-01T18:35:47.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2025-07-01T18:35:48.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2025-07-01T18:35:48.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2025-07-01T18:35:48.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2917 | 2025-07-01T18:35:48.089Z | |
| 2918 | 2025-07-01T18:35:48.089Z | info: running `cargo check --bins` on sled-agent-client (97/217) |
| 2919 | 2025-07-01T18:35:49.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2025-07-01T18:35:49.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2025-07-01T18:35:49.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2922 | 2025-07-01T18:35:49.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2923 | 2025-07-01T18:35:49.258Z | |
| 2924 | 2025-07-01T18:35:49.258Z | info: running `cargo check --bins` on sled-agent-types (98/217) |
| 2925 | 2025-07-01T18:35:50.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2025-07-01T18:35:50.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2025-07-01T18:35:50.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2928 | 2025-07-01T18:35:50.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2929 | 2025-07-01T18:35:50.477Z | |
| 2930 | 2025-07-01T18:35:50.477Z | info: running `cargo check --bins` on wicketd-client (99/217) |
| 2931 | 2025-07-01T18:35:51.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2025-07-01T18:35:51.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2025-07-01T18:35:51.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2934 | 2025-07-01T18:35:51.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 2935 | 2025-07-01T18:35:51.709Z | |
| 2936 | 2025-07-01T18:35:51.709Z | info: running `cargo check --bins` on wicket-common (100/217) |
| 2937 | 2025-07-01T18:35:52.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2025-07-01T18:35:52.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2025-07-01T18:35:52.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2940 | 2025-07-01T18:35:52.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2941 | 2025-07-01T18:35:52.884Z | |
| 2942 | 2025-07-01T18:35:52.884Z | info: running `cargo check --bins` on omicron-cockroach-admin (101/217) |
| 2943 | 2025-07-01T18:35:53.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2025-07-01T18:35:53.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2025-07-01T18:35:54.103Z | Checking csv-core v0.1.11 |
| 2946 | 2025-07-01T18:35:54.103Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2947 | 2025-07-01T18:35:54.130Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2948 | 2025-07-01T18:35:54.130Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2949 | 2025-07-01T18:35:54.408Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2950 | 2025-07-01T18:35:54.463Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2951 | 2025-07-01T18:35:54.506Z | Checking csv v1.3.1 |
| 2952 | 2025-07-01T18:35:55.266Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2953 | 2025-07-01T18:35:55.928Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2954 | 2025-07-01T18:35:59.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
| 2955 | 2025-07-01T18:35:59.382Z | |
| 2956 | 2025-07-01T18:35:59.382Z | info: running `cargo check --bins` on cockroach-admin-api (102/217) |
| 2957 | 2025-07-01T18:36:00.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-07-01T18:36:00.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-07-01T18:36:00.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-07-01T18:36:00.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2961 | 2025-07-01T18:36:00.537Z | |
| 2962 | 2025-07-01T18:36:00.537Z | info: running `cargo check --bins` on cockroach-admin-types (103/217) |
| 2963 | 2025-07-01T18:36:01.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-07-01T18:36:01.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-07-01T18:36:01.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-07-01T18:36:01.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 2967 | 2025-07-01T18:36:01.658Z | |
| 2968 | 2025-07-01T18:36:01.658Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (104/217) |
| 2969 | 2025-07-01T18:36:02.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-07-01T18:36:02.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-07-01T18:36:02.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-07-01T18:36:02.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2973 | 2025-07-01T18:36:03.057Z | |
| 2974 | 2025-07-01T18:36:03.057Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (105/217) |
| 2975 | 2025-07-01T18:36:04.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-07-01T18:36:04.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-07-01T18:36:04.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-07-01T18:36:04.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2979 | 2025-07-01T18:36:04.330Z | |
| 2980 | 2025-07-01T18:36:04.330Z | info: running `cargo check --bins` on dns-server (106/217) |
| 2981 | 2025-07-01T18:36:05.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-07-01T18:36:05.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-07-01T18:36:05.453Z | Compiling typify-impl v0.4.1 |
| 2984 | 2025-07-01T18:36:05.488Z | Compiling parking_lot_core v0.8.6 |
| 2985 | 2025-07-01T18:36:05.514Z | Compiling moka v0.12.10 |
| 2986 | 2025-07-01T18:36:05.514Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2987 | 2025-07-01T18:36:05.514Z | Checking tagptr v0.2.0 |
| 2988 | 2025-07-01T18:36:05.545Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2989 | 2025-07-01T18:36:05.571Z | Checking prefix-trie v0.7.0 |
| 2990 | 2025-07-01T18:36:05.819Z | Checking fxhash v0.2.1 |
| 2991 | 2025-07-01T18:36:05.845Z | Checking hickory-client v0.25.2 |
| 2992 | 2025-07-01T18:36:06.250Z | Checking hickory-server v0.25.2 |
| 2993 | 2025-07-01T18:36:06.282Z | Checking parking_lot v0.11.2 |
| 2994 | 2025-07-01T18:36:06.616Z | Checking sled v0.34.7 |
| 2995 | 2025-07-01T18:36:06.765Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2996 | 2025-07-01T18:36:07.179Z | Checking hickory-resolver v0.25.2 |
| 2997 | 2025-07-01T18:36:11.674Z | Compiling typify-macro v0.4.1 |
| 2998 | 2025-07-01T18:36:13.735Z | Compiling typify v0.4.1 |
| 2999 | 2025-07-01T18:36:13.898Z | Compiling progenitor-impl v0.10.0 |
| 3000 | 2025-07-01T18:36:17.391Z | Compiling progenitor-macro v0.10.0 |
| 3001 | 2025-07-01T18:36:22.461Z | Checking progenitor v0.10.0 |
| 3002 | 2025-07-01T18:36:22.679Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3003 | 2025-07-01T18:36:23.393Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3004 | 2025-07-01T18:36:25.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s |
| 3005 | 2025-07-01T18:36:25.689Z | |
| 3006 | 2025-07-01T18:36:25.689Z | info: running `cargo check --bins` on dns-server-api (107/217) |
| 3007 | 2025-07-01T18:36:26.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2025-07-01T18:36:26.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2025-07-01T18:36:26.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2025-07-01T18:36:26.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3011 | 2025-07-01T18:36:26.793Z | |
| 3012 | 2025-07-01T18:36:26.794Z | info: running `cargo check --bins` on openapi-manager-types (108/217) |
| 3013 | 2025-07-01T18:36:27.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2025-07-01T18:36:27.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2025-07-01T18:36:27.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2025-07-01T18:36:27.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3017 | 2025-07-01T18:36:27.834Z | |
| 3018 | 2025-07-01T18:36:27.835Z | info: running `cargo check --bins` on gateway-test-utils (109/217) |
| 3019 | 2025-07-01T18:36:28.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-07-01T18:36:28.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-07-01T18:36:28.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2025-07-01T18:36:28.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3023 | 2025-07-01T18:36:29.030Z | |
| 3024 | 2025-07-01T18:36:29.030Z | info: running `cargo check --bins` on omicron-gateway (110/217) |
| 3025 | 2025-07-01T18:36:30.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2025-07-01T18:36:30.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2025-07-01T18:36:30.328Z | Checking half v2.4.1 |
| 3028 | 2025-07-01T18:36:30.328Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3029 | 2025-07-01T18:36:30.328Z | Checking ciborium-io v0.2.2 |
| 3030 | 2025-07-01T18:36:30.405Z | Compiling semver v0.1.20 |
| 3031 | 2025-07-01T18:36:30.431Z | Compiling radium v0.7.0 |
| 3032 | 2025-07-01T18:36:30.457Z | Compiling zerocopy-derive v0.6.6 |
| 3033 | 2025-07-01T18:36:30.457Z | Checking tap v1.0.1 |
| 3034 | 2025-07-01T18:36:30.457Z | Compiling maybe-uninit v2.0.0 |
| 3035 | 2025-07-01T18:36:30.552Z | Checking password-hash v0.5.0 |
| 3036 | 2025-07-01T18:36:30.668Z | Checking wyz v0.5.1 |
| 3037 | 2025-07-01T18:36:30.833Z | Checking ciborium-ll v0.2.2 |
| 3038 | 2025-07-01T18:36:30.861Z | Compiling rustc_version v0.1.7 |
| 3039 | 2025-07-01T18:36:30.986Z | Checking blake2 v0.10.6 |
| 3040 | 2025-07-01T18:36:31.038Z | Compiling cancel-safe-futures v0.1.5 |
| 3041 | 2025-07-01T18:36:31.065Z | Compiling packed_struct v0.10.1 |
| 3042 | 2025-07-01T18:36:31.065Z | Checking funty v2.0.0 |
| 3043 | 2025-07-01T18:36:31.170Z | Checking ciborium v0.2.2 |
| 3044 | 2025-07-01T18:36:31.322Z | Compiling newtype_derive v0.1.6 |
| 3045 | 2025-07-01T18:36:31.348Z | Checking crc-catalog v2.4.0 |
| 3046 | 2025-07-01T18:36:31.384Z | Compiling owo-colors v4.2.2 |
| 3047 | 2025-07-01T18:36:31.505Z | Checking argon2 v0.5.3 |
| 3048 | 2025-07-01T18:36:31.536Z | Checking crc v3.2.1 |
| 3049 | 2025-07-01T18:36:31.722Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3050 | 2025-07-01T18:36:31.748Z | Compiling packed_struct_codegen v0.10.1 |
| 3051 | 2025-07-01T18:36:31.863Z | Checking bitvec v1.0.1 |
| 3052 | 2025-07-01T18:36:31.994Z | Checking libsw-core v0.3.1 |
| 3053 | 2025-07-01T18:36:32.041Z | Checking secrecy v0.10.3 |
| 3054 | 2025-07-01T18:36:32.176Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3055 | 2025-07-01T18:36:32.226Z | Compiling indexmap v1.9.3 |
| 3056 | 2025-07-01T18:36:32.252Z | Checking fixedbitset v0.5.7 |
| 3057 | 2025-07-01T18:36:32.278Z | Checking zerocopy v0.6.6 |
| 3058 | 2025-07-01T18:36:32.278Z | Checking nodrop v0.1.14 |
| 3059 | 2025-07-01T18:36:32.330Z | Checking libsw v3.5.0 |
| 3060 | 2025-07-01T18:36:32.452Z | Checking array-init v0.0.4 |
| 3061 | 2025-07-01T18:36:32.551Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3062 | 2025-07-01T18:36:32.583Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2025-07-01T18:36:32.679Z | Checking petgraph v0.8.2 |
| 3064 | 2025-07-01T18:36:32.923Z | Checking smallvec v0.6.14 |
| 3065 | 2025-07-01T18:36:32.949Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3066 | 2025-07-01T18:36:33.372Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3067 | 2025-07-01T18:36:33.645Z | Checking indent_write v2.2.0 |
| 3068 | 2025-07-01T18:36:33.698Z | Checking linear-map v1.2.0 |
| 3069 | 2025-07-01T18:36:33.874Z | Checking termcolor v1.4.1 |
| 3070 | 2025-07-01T18:36:33.902Z | Checking hashbrown v0.12.3 |
| 3071 | 2025-07-01T18:36:34.039Z | Checking swrite v0.1.0 |
| 3072 | 2025-07-01T18:36:34.083Z | Checking bitfield v0.14.0 |
| 3073 | 2025-07-01T18:36:34.216Z | Checking ron v0.8.1 |
| 3074 | 2025-07-01T18:36:34.307Z | Checking env_logger v0.10.2 |
| 3075 | 2025-07-01T18:36:34.347Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3076 | 2025-07-01T18:36:34.631Z | Checking steno v0.4.1 |
| 3077 | 2025-07-01T18:36:34.739Z | Checking serde-hex v0.1.0 |
| 3078 | 2025-07-01T18:36:35.088Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3079 | 2025-07-01T18:36:35.358Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3080 | 2025-07-01T18:36:35.454Z | Checking hashbrown v0.13.2 |
| 3081 | 2025-07-01T18:36:35.624Z | Checking crc-any v2.5.0 |
| 3082 | 2025-07-01T18:36:35.807Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3083 | 2025-07-01T18:36:35.965Z | Checking humantime v2.2.0 |
| 3084 | 2025-07-01T18:36:36.271Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3085 | 2025-07-01T18:36:36.353Z | Checking object v0.30.4 |
| 3086 | 2025-07-01T18:36:36.531Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3087 | 2025-07-01T18:36:36.557Z | Checking half v1.8.3 |
| 3088 | 2025-07-01T18:36:36.754Z | Checking path-slash v0.1.5 |
| 3089 | 2025-07-01T18:36:36.821Z | Checking void v1.0.2 |
| 3090 | 2025-07-01T18:36:36.922Z | Checking tungstenite v0.23.0 |
| 3091 | 2025-07-01T18:36:36.948Z | Checking serde_cbor v0.11.2 |
| 3092 | 2025-07-01T18:36:36.983Z | Checking lzss v0.8.2 |
| 3093 | 2025-07-01T18:36:37.414Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3094 | 2025-07-01T18:36:37.452Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3095 | 2025-07-01T18:36:37.779Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3096 | 2025-07-01T18:36:37.824Z | Checking nix v0.27.1 |
| 3097 | 2025-07-01T18:36:38.096Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3098 | 2025-07-01T18:36:38.210Z | Checking kstat-rs v0.2.4 |
| 3099 | 2025-07-01T18:36:38.276Z | Checking serde_bytes v0.11.17 |
| 3100 | 2025-07-01T18:36:38.463Z | Checking tokio-tungstenite v0.23.1 |
| 3101 | 2025-07-01T18:36:38.595Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3102 | 2025-07-01T18:36:38.621Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3103 | 2025-07-01T18:36:38.650Z | Checking signal-hook-tokio v0.3.1 |
| 3104 | 2025-07-01T18:36:39.534Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3105 | 2025-07-01T18:36:47.383Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3106 | 2025-07-01T18:36:49.218Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3107 | 2025-07-01T18:36:58.261Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3108 | 2025-07-01T18:37:07.845Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3109 | 2025-07-01T18:37:08.803Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3110 | 2025-07-01T18:37:12.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.85s |
| 3111 | 2025-07-01T18:37:13.099Z | |
| 3112 | 2025-07-01T18:37:13.100Z | info: running `cargo check --bins` on gateway-api (111/217) |
| 3113 | 2025-07-01T18:37:14.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2025-07-01T18:37:14.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2025-07-01T18:37:14.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2025-07-01T18:37:14.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3117 | 2025-07-01T18:37:14.170Z | |
| 3118 | 2025-07-01T18:37:14.170Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/217) |
| 3119 | 2025-07-01T18:37:15.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2025-07-01T18:37:15.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2025-07-01T18:37:15.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2025-07-01T18:37:15.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3123 | 2025-07-01T18:37:15.242Z | |
| 3124 | 2025-07-01T18:37:15.242Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/217) |
| 3125 | 2025-07-01T18:37:16.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2025-07-01T18:37:16.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2025-07-01T18:37:16.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2025-07-01T18:37:16.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3129 | 2025-07-01T18:37:16.285Z | |
| 3130 | 2025-07-01T18:37:16.286Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/217) |
| 3131 | 2025-07-01T18:37:17.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2025-07-01T18:37:17.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2025-07-01T18:37:17.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2025-07-01T18:37:17.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3135 | 2025-07-01T18:37:17.323Z | |
| 3136 | 2025-07-01T18:37:17.323Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/217) |
| 3137 | 2025-07-01T18:37:18.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2025-07-01T18:37:18.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2025-07-01T18:37:18.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2025-07-01T18:37:18.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3141 | 2025-07-01T18:37:18.370Z | |
| 3142 | 2025-07-01T18:37:18.370Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/217) |
| 3143 | 2025-07-01T18:37:19.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2025-07-01T18:37:19.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2025-07-01T18:37:19.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2025-07-01T18:37:19.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3147 | 2025-07-01T18:37:19.457Z | |
| 3148 | 2025-07-01T18:37:19.457Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/217) |
| 3149 | 2025-07-01T18:37:20.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2025-07-01T18:37:20.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2025-07-01T18:37:20.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2025-07-01T18:37:20.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3153 | 2025-07-01T18:37:20.545Z | |
| 3154 | 2025-07-01T18:37:20.545Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/217) |
| 3155 | 2025-07-01T18:37:21.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2025-07-01T18:37:21.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2025-07-01T18:37:21.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2025-07-01T18:37:21.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3159 | 2025-07-01T18:37:21.621Z | |
| 3160 | 2025-07-01T18:37:21.621Z | info: running `cargo check --bins` on oximeter-producer (119/217) |
| 3161 | 2025-07-01T18:37:22.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2025-07-01T18:37:22.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2025-07-01T18:37:22.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2025-07-01T18:37:22.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3165 | 2025-07-01T18:37:22.760Z | |
| 3166 | 2025-07-01T18:37:22.760Z | info: running `cargo check --bins` on internal-dns-resolver (120/217) |
| 3167 | 2025-07-01T18:37:23.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2025-07-01T18:37:23.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2025-07-01T18:37:23.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3170 | 2025-07-01T18:37:23.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3171 | 2025-07-01T18:37:23.817Z | |
| 3172 | 2025-07-01T18:37:23.817Z | info: running `cargo check --bins` on sp-sim (121/217) |
| 3173 | 2025-07-01T18:37:24.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3174 | 2025-07-01T18:37:24.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3175 | 2025-07-01T18:37:24.909Z | Compiling nix v0.30.1 |
| 3176 | 2025-07-01T18:37:24.910Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3177 | 2025-07-01T18:37:24.936Z | Checking keccak v0.1.5 |
| 3178 | 2025-07-01T18:37:25.278Z | Checking sha3 v0.10.8 |
| 3179 | 2025-07-01T18:37:25.331Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3180 | 2025-07-01T18:37:27.627Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3181 | 2025-07-01T18:37:30.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s |
| 3182 | 2025-07-01T18:37:30.638Z | |
| 3183 | 2025-07-01T18:37:30.638Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/217) |
| 3184 | 2025-07-01T18:37:31.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2025-07-01T18:37:31.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2025-07-01T18:37:31.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2025-07-01T18:37:31.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3188 | 2025-07-01T18:37:31.775Z | |
| 3189 | 2025-07-01T18:37:31.775Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/217) |
| 3190 | 2025-07-01T18:37:32.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2025-07-01T18:37:32.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2025-07-01T18:37:32.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2025-07-01T18:37:32.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3194 | 2025-07-01T18:37:32.981Z | |
| 3195 | 2025-07-01T18:37:32.982Z | info: running `cargo check --bins` on db-macros (124/217) |
| 3196 | 2025-07-01T18:37:33.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2025-07-01T18:37:33.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2025-07-01T18:37:33.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2025-07-01T18:37:33.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3200 | 2025-07-01T18:37:34.024Z | |
| 3201 | 2025-07-01T18:37:34.024Z | info: running `cargo check --bins` on nexus-macros-common (125/217) |
| 3202 | 2025-07-01T18:37:34.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2025-07-01T18:37:34.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2025-07-01T18:37:34.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2025-07-01T18:37:34.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3206 | 2025-07-01T18:37:35.019Z | |
| 3207 | 2025-07-01T18:37:35.019Z | info: running `cargo check --bins` on nexus-auth (126/217) |
| 3208 | 2025-07-01T18:37:36.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2025-07-01T18:37:36.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2025-07-01T18:37:36.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2025-07-01T18:37:36.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3212 | 2025-07-01T18:37:36.165Z | |
| 3213 | 2025-07-01T18:37:36.165Z | info: running `cargo check --bins` on authz-macros (127/217) |
| 3214 | 2025-07-01T18:37:37.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2025-07-01T18:37:37.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2025-07-01T18:37:37.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2025-07-01T18:37:37.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3218 | 2025-07-01T18:37:37.187Z | |
| 3219 | 2025-07-01T18:37:37.187Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/217) |
| 3220 | 2025-07-01T18:37:38.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2025-07-01T18:37:38.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2025-07-01T18:37:38.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2025-07-01T18:37:38.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3224 | 2025-07-01T18:37:38.348Z | |
| 3225 | 2025-07-01T18:37:38.348Z | info: running `cargo check --bins` on nexus-db-model (129/217) |
| 3226 | 2025-07-01T18:37:39.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2025-07-01T18:37:39.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2025-07-01T18:37:39.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3229 | 2025-07-01T18:37:39.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3230 | 2025-07-01T18:37:39.525Z | |
| 3231 | 2025-07-01T18:37:39.525Z | info: running `cargo check --bins` on nexus-db-schema (130/217) |
| 3232 | 2025-07-01T18:37:40.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2025-07-01T18:37:40.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2025-07-01T18:37:40.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3235 | 2025-07-01T18:37:40.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3236 | 2025-07-01T18:37:40.581Z | |
| 3237 | 2025-07-01T18:37:40.581Z | info: running `cargo check --bins` on nexus-defaults (131/217) |
| 3238 | 2025-07-01T18:37:41.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2025-07-01T18:37:41.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2025-07-01T18:37:41.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2025-07-01T18:37:41.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3242 | 2025-07-01T18:37:41.677Z | |
| 3243 | 2025-07-01T18:37:41.677Z | info: running `cargo check --bins` on nexus-db-errors (132/217) |
| 3244 | 2025-07-01T18:37:42.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2025-07-01T18:37:42.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2025-07-01T18:37:42.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3247 | 2025-07-01T18:37:42.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3248 | 2025-07-01T18:37:42.800Z | |
| 3249 | 2025-07-01T18:37:42.800Z | info: running `cargo check --bins` on nexus-db-lookup (133/217) |
| 3250 | 2025-07-01T18:37:43.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2025-07-01T18:37:43.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2025-07-01T18:37:43.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2025-07-01T18:37:43.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3254 | 2025-07-01T18:37:43.958Z | |
| 3255 | 2025-07-01T18:37:43.958Z | info: running `cargo check --bins` on nexus-inventory (134/217) |
| 3256 | 2025-07-01T18:37:44.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2025-07-01T18:37:44.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2025-07-01T18:37:44.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2025-07-01T18:37:44.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3260 | 2025-07-01T18:37:45.086Z | |
| 3261 | 2025-07-01T18:37:45.086Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (135/217) |
| 3262 | 2025-07-01T18:37:46.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2025-07-01T18:37:46.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2025-07-01T18:37:46.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2025-07-01T18:37:46.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 3266 | 2025-07-01T18:37:46.168Z | |
| 3267 | 2025-07-01T18:37:46.168Z | info: running `cargo check --bins --no-default-features` on sled-storage (136/217) |
| 3268 | 2025-07-01T18:37:47.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2025-07-01T18:37:47.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2025-07-01T18:37:47.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2025-07-01T18:37:47.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3272 | 2025-07-01T18:37:47.273Z | |
| 3273 | 2025-07-01T18:37:47.273Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (137/217) |
| 3274 | 2025-07-01T18:37:48.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2025-07-01T18:37:48.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2025-07-01T18:37:48.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2025-07-01T18:37:48.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3278 | 2025-07-01T18:37:48.389Z | |
| 3279 | 2025-07-01T18:37:48.389Z | info: running `cargo check --bins` on key-manager (138/217) |
| 3280 | 2025-07-01T18:37:49.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2025-07-01T18:37:49.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2025-07-01T18:37:49.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2025-07-01T18:37:49.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3284 | 2025-07-01T18:37:49.504Z | |
| 3285 | 2025-07-01T18:37:49.504Z | info: running `cargo check --bins --no-default-features` on sled-hardware (139/217) |
| 3286 | 2025-07-01T18:37:50.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2025-07-01T18:37:50.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2025-07-01T18:37:50.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2025-07-01T18:37:50.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3290 | 2025-07-01T18:37:50.594Z | |
| 3291 | 2025-07-01T18:37:50.594Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (140/217) |
| 3292 | 2025-07-01T18:37:51.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2025-07-01T18:37:51.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2025-07-01T18:37:51.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2025-07-01T18:37:51.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3296 | 2025-07-01T18:37:51.719Z | |
| 3297 | 2025-07-01T18:37:51.719Z | info: running `cargo check --bins` on typed-rng (141/217) |
| 3298 | 2025-07-01T18:37:52.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2025-07-01T18:37:52.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2025-07-01T18:37:52.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2025-07-01T18:37:52.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3302 | 2025-07-01T18:37:52.746Z | |
| 3303 | 2025-07-01T18:37:52.746Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (142/217) |
| 3304 | 2025-07-01T18:37:53.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2025-07-01T18:37:53.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2025-07-01T18:37:54.191Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3307 | 2025-07-01T18:37:54.191Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2025-07-01T18:37:54.191Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3309 | 2025-07-01T18:37:54.191Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3310 | 2025-07-01T18:37:54.217Z | Checking universal-hash v0.5.1 |
| 3311 | 2025-07-01T18:37:54.217Z | Checking opaque-debug v0.3.1 |
| 3312 | 2025-07-01T18:37:54.217Z | Checking chacha20 v0.9.1 |
| 3313 | 2025-07-01T18:37:54.217Z | Checking aead v0.5.2 |
| 3314 | 2025-07-01T18:37:54.471Z | Compiling unicase v2.7.0 |
| 3315 | 2025-07-01T18:37:54.497Z | Checking poly1305 v0.8.0 |
| 3316 | 2025-07-01T18:37:54.524Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3317 | 2025-07-01T18:37:54.549Z | Compiling libefi-sys v0.1.0 |
| 3318 | 2025-07-01T18:37:54.683Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3319 | 2025-07-01T18:37:54.768Z | Compiling bitfield-struct v0.6.2 |
| 3320 | 2025-07-01T18:37:54.820Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3321 | 2025-07-01T18:37:54.921Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3322 | 2025-07-01T18:37:55.015Z | Checking chacha20poly1305 v0.10.1 |
| 3323 | 2025-07-01T18:37:55.041Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3324 | 2025-07-01T18:37:55.207Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3325 | 2025-07-01T18:37:55.232Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3326 | 2025-07-01T18:37:55.271Z | Compiling salty v0.3.0 |
| 3327 | 2025-07-01T18:37:55.377Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3328 | 2025-07-01T18:37:55.700Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3329 | 2025-07-01T18:37:55.877Z | Compiling proc-macro-error2 v2.0.1 |
| 3330 | 2025-07-01T18:37:55.910Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3331 | 2025-07-01T18:37:55.941Z | Compiling num-derive v0.3.3 |
| 3332 | 2025-07-01T18:37:55.989Z | Compiling xshell-macros v0.2.7 |
| 3333 | 2025-07-01T18:37:56.434Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3334 | 2025-07-01T18:37:56.473Z | Checking papergrid v0.14.0 |
| 3335 | 2025-07-01T18:37:56.588Z | Checking thiserror-no-std v2.0.2 |
| 3336 | 2025-07-01T18:37:56.627Z | Checking xshell v0.2.7 |
| 3337 | 2025-07-01T18:37:56.731Z | Checking vsss-rs v3.3.4 |
| 3338 | 2025-07-01T18:37:56.887Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3339 | 2025-07-01T18:37:56.967Z | Compiling tabled_derive v0.10.0 |
| 3340 | 2025-07-01T18:37:57.273Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3341 | 2025-07-01T18:37:57.673Z | Checking libscf-sys v1.1.0 |
| 3342 | 2025-07-01T18:37:57.815Z | Compiling mime_guess v2.0.5 |
| 3343 | 2025-07-01T18:37:57.906Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3344 | 2025-07-01T18:37:58.674Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3345 | 2025-07-01T18:37:58.905Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3346 | 2025-07-01T18:37:59.137Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3347 | 2025-07-01T18:37:59.306Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3348 | 2025-07-01T18:37:59.536Z | Checking primeorder v0.13.6 |
| 3349 | 2025-07-01T18:37:59.849Z | Checking env_filter v0.1.2 |
| 3350 | 2025-07-01T18:38:00.007Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3351 | 2025-07-01T18:38:00.046Z | Checking p384 v0.13.0 |
| 3352 | 2025-07-01T18:38:00.111Z | Checking env_logger v0.11.5 |
| 3353 | 2025-07-01T18:38:00.387Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3354 | 2025-07-01T18:38:00.457Z | Checking tabled v0.18.0 |
| 3355 | 2025-07-01T18:38:00.782Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3356 | 2025-07-01T18:38:00.865Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3357 | 2025-07-01T18:38:01.042Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3358 | 2025-07-01T18:38:01.294Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3359 | 2025-07-01T18:38:01.331Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3360 | 2025-07-01T18:38:01.357Z | Checking http-range v0.1.5 |
| 3361 | 2025-07-01T18:38:01.524Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3362 | 2025-07-01T18:38:01.592Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3363 | 2025-07-01T18:38:01.843Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3364 | 2025-07-01T18:38:01.920Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3365 | 2025-07-01T18:38:01.981Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3366 | 2025-07-01T18:38:02.006Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d) |
| 3367 | 2025-07-01T18:38:02.327Z | Checking secrecy v0.8.0 |
| 3368 | 2025-07-01T18:38:02.551Z | Checking atty v0.2.14 |
| 3369 | 2025-07-01T18:38:02.610Z | Checking crc8 v0.1.1 |
| 3370 | 2025-07-01T18:38:02.718Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3371 | 2025-07-01T18:38:02.747Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3372 | 2025-07-01T18:38:03.067Z | Checking hyper-staticfile v0.10.1 |
| 3373 | 2025-07-01T18:38:03.109Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3374 | 2025-07-01T18:38:03.467Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3375 | 2025-07-01T18:38:03.585Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3376 | 2025-07-01T18:38:03.762Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2025-07-01T18:38:03.865Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3378 | 2025-07-01T18:38:04.089Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3379 | 2025-07-01T18:38:04.180Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3380 | 2025-07-01T18:38:04.623Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3381 | 2025-07-01T18:38:04.956Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3382 | 2025-07-01T18:38:05.051Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3383 | 2025-07-01T18:38:05.542Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3384 | 2025-07-01T18:38:05.542Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3385 | 2025-07-01T18:38:05.568Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3386 | 2025-07-01T18:38:06.725Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3387 | 2025-07-01T18:38:07.160Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3388 | 2025-07-01T18:38:07.215Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3389 | 2025-07-01T18:38:09.191Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3390 | 2025-07-01T18:38:10.407Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3391 | 2025-07-01T18:38:18.531Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3392 | 2025-07-01T18:38:40.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.26s |
| 3393 | 2025-07-01T18:38:40.239Z | |
| 3394 | 2025-07-01T18:38:40.239Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (143/217) |
| 3395 | 2025-07-01T18:38:41.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2025-07-01T18:38:41.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2025-07-01T18:38:41.505Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3398 | 2025-07-01T18:39:02.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.76s |
| 3399 | 2025-07-01T18:39:02.226Z | |
| 3400 | 2025-07-01T18:39:02.226Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (144/217) |
| 3401 | 2025-07-01T18:39:03.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2025-07-01T18:39:03.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2025-07-01T18:39:03.526Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3404 | 2025-07-01T18:39:23.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.31s |
| 3405 | 2025-07-01T18:39:23.777Z | |
| 3406 | 2025-07-01T18:39:23.777Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (145/217) |
| 3407 | 2025-07-01T18:39:24.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2025-07-01T18:39:24.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2025-07-01T18:39:25.097Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3410 | 2025-07-01T18:39:46.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.25s |
| 3411 | 2025-07-01T18:39:46.251Z | |
| 3412 | 2025-07-01T18:39:46.251Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (146/217) |
| 3413 | 2025-07-01T18:39:47.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2025-07-01T18:39:47.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2025-07-01T18:39:47.549Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3416 | 2025-07-01T18:40:08.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.05s |
| 3417 | 2025-07-01T18:40:08.533Z | |
| 3418 | 2025-07-01T18:40:08.533Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (147/217) |
| 3419 | 2025-07-01T18:40:09.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2025-07-01T18:40:09.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2025-07-01T18:40:09.868Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3422 | 2025-07-01T18:40:32.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s |
| 3423 | 2025-07-01T18:40:32.276Z | |
| 3424 | 2025-07-01T18:40:32.276Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (148/217) |
| 3425 | 2025-07-01T18:40:33.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2025-07-01T18:40:33.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2025-07-01T18:40:33.784Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3428 | 2025-07-01T18:40:58.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.97s |
| 3429 | 2025-07-01T18:40:58.485Z | |
| 3430 | 2025-07-01T18:40:58.485Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (149/217) |
| 3431 | 2025-07-01T18:40:59.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2025-07-01T18:40:59.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2025-07-01T18:40:59.944Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3434 | 2025-07-01T18:41:23.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.60s |
| 3435 | 2025-07-01T18:41:23.349Z | |
| 3436 | 2025-07-01T18:41:23.349Z | info: running `cargo check --bins` on bootstrap-agent-api (150/217) |
| 3437 | 2025-07-01T18:41:24.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2025-07-01T18:41:24.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2025-07-01T18:41:24.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2025-07-01T18:41:24.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3441 | 2025-07-01T18:41:24.677Z | |
| 3442 | 2025-07-01T18:41:24.677Z | info: running `cargo check --bins` on range-requests (151/217) |
| 3443 | 2025-07-01T18:41:25.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-07-01T18:41:25.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-07-01T18:41:25.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2025-07-01T18:41:25.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3447 | 2025-07-01T18:41:25.759Z | |
| 3448 | 2025-07-01T18:41:25.759Z | info: running `cargo check --bins` on repo-depot-api (152/217) |
| 3449 | 2025-07-01T18:41:26.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2025-07-01T18:41:26.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2025-07-01T18:41:26.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2025-07-01T18:41:26.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3453 | 2025-07-01T18:41:26.938Z | |
| 3454 | 2025-07-01T18:41:26.938Z | info: running `cargo check --bins` on sled-agent-api (153/217) |
| 3455 | 2025-07-01T18:41:28.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2025-07-01T18:41:28.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2025-07-01T18:41:28.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2025-07-01T18:41:28.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3459 | 2025-07-01T18:41:28.157Z | |
| 3460 | 2025-07-01T18:41:28.157Z | info: running `cargo check --bins` on sled-diagnostics (154/217) |
| 3461 | 2025-07-01T18:41:29.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2025-07-01T18:41:29.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2025-07-01T18:41:29.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2025-07-01T18:41:29.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3465 | 2025-07-01T18:41:29.447Z | |
| 3466 | 2025-07-01T18:41:29.447Z | info: running `cargo check --bins` on parallel-task-set (155/217) |
| 3467 | 2025-07-01T18:41:30.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2025-07-01T18:41:30.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2025-07-01T18:41:30.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2025-07-01T18:41:30.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3471 | 2025-07-01T18:41:30.633Z | |
| 3472 | 2025-07-01T18:41:30.633Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (156/217) |
| 3473 | 2025-07-01T18:41:31.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2025-07-01T18:41:31.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2025-07-01T18:41:31.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2025-07-01T18:41:31.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3477 | 2025-07-01T18:41:31.828Z | |
| 3478 | 2025-07-01T18:41:31.828Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (157/217) |
| 3479 | 2025-07-01T18:41:32.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2025-07-01T18:41:33.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2025-07-01T18:41:33.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2025-07-01T18:41:33.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3483 | 2025-07-01T18:41:33.117Z | |
| 3484 | 2025-07-01T18:41:33.117Z | info: running `cargo check --bins` on sled-agent-zone-images (158/217) |
| 3485 | 2025-07-01T18:41:34.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2025-07-01T18:41:34.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2025-07-01T18:41:34.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2025-07-01T18:41:34.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3489 | 2025-07-01T18:41:34.397Z | |
| 3490 | 2025-07-01T18:41:34.398Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (159/217) |
| 3491 | 2025-07-01T18:41:35.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2025-07-01T18:41:35.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2025-07-01T18:41:35.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2025-07-01T18:41:35.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3495 | 2025-07-01T18:41:35.731Z | |
| 3496 | 2025-07-01T18:41:35.731Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (160/217) |
| 3497 | 2025-07-01T18:41:36.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2025-07-01T18:41:36.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2025-07-01T18:41:36.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2025-07-01T18:41:36.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3501 | 2025-07-01T18:41:37.012Z | |
| 3502 | 2025-07-01T18:41:37.012Z | info: running `cargo check --bins` on nexus-test-interface (161/217) |
| 3503 | 2025-07-01T18:41:38.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2025-07-01T18:41:38.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2025-07-01T18:41:38.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2025-07-01T18:41:38.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3507 | 2025-07-01T18:41:38.303Z | |
| 3508 | 2025-07-01T18:41:38.303Z | info: running `cargo check --bins` on oximeter-collector (162/217) |
| 3509 | 2025-07-01T18:41:39.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2025-07-01T18:41:39.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2025-07-01T18:41:39.599Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3512 | 2025-07-01T18:41:39.599Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3513 | 2025-07-01T18:41:40.876Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3514 | 2025-07-01T18:41:43.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 3515 | 2025-07-01T18:41:44.097Z | |
| 3516 | 2025-07-01T18:41:44.097Z | info: running `cargo check --bins` on oximeter-api (163/217) |
| 3517 | 2025-07-01T18:41:45.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-07-01T18:41:45.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-07-01T18:41:45.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2025-07-01T18:41:45.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3521 | 2025-07-01T18:41:45.222Z | |
| 3522 | 2025-07-01T18:41:45.222Z | info: running `cargo check --bins` on omicron-cockroach-metrics (164/217) |
| 3523 | 2025-07-01T18:41:46.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2025-07-01T18:41:46.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2025-07-01T18:41:46.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2025-07-01T18:41:46.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3527 | 2025-07-01T18:41:46.250Z | |
| 3528 | 2025-07-01T18:41:46.250Z | info: running `cargo check --bins` on cert-dev (165/217) |
| 3529 | 2025-07-01T18:41:47.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2025-07-01T18:41:47.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2025-07-01T18:41:47.268Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3532 | 2025-07-01T18:41:47.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 3533 | 2025-07-01T18:41:47.821Z | |
| 3534 | 2025-07-01T18:41:47.821Z | info: running `cargo check --bins` on clickana (166/217) |
| 3535 | 2025-07-01T18:41:48.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2025-07-01T18:41:48.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2025-07-01T18:41:48.956Z | Checking castaway v0.2.3 |
| 3538 | 2025-07-01T18:41:48.956Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3539 | 2025-07-01T18:41:48.982Z | Checking unicode-truncate v1.1.0 |
| 3540 | 2025-07-01T18:41:48.982Z | Checking lru v0.12.5 |
| 3541 | 2025-07-01T18:41:48.982Z | Compiling instability v0.3.2 |
| 3542 | 2025-07-01T18:41:48.982Z | Checking cassowary v0.3.0 |
| 3543 | 2025-07-01T18:41:48.982Z | Compiling indoc v2.0.6 |
| 3544 | 2025-07-01T18:41:49.152Z | Checking compact_str v0.8.0 |
| 3545 | 2025-07-01T18:41:49.947Z | Checking ratatui v0.29.0 |
| 3546 | 2025-07-01T18:41:51.233Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3547 | 2025-07-01T18:41:53.013Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3548 | 2025-07-01T18:41:54.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.46s |
| 3549 | 2025-07-01T18:41:54.479Z | |
| 3550 | 2025-07-01T18:41:54.479Z | info: running `cargo check --bins` on clickhouse-cluster-dev (167/217) |
| 3551 | 2025-07-01T18:41:55.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2025-07-01T18:41:55.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2025-07-01T18:41:55.678Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3554 | 2025-07-01T18:41:55.679Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3555 | 2025-07-01T18:41:57.183Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3556 | 2025-07-01T18:41:57.889Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3557 | 2025-07-01T18:41:58.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 3558 | 2025-07-01T18:41:58.638Z | |
| 3559 | 2025-07-01T18:41:58.638Z | info: running `cargo check --bins` on ch-dev (168/217) |
| 3560 | 2025-07-01T18:41:59.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2025-07-01T18:41:59.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2025-07-01T18:41:59.812Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3563 | 2025-07-01T18:42:00.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 3564 | 2025-07-01T18:42:00.921Z | |
| 3565 | 2025-07-01T18:42:00.921Z | info: running `cargo check --bins` on dev-tools-common (169/217) |
| 3566 | 2025-07-01T18:42:01.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2025-07-01T18:42:01.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2025-07-01T18:42:01.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2025-07-01T18:42:01.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3570 | 2025-07-01T18:42:01.698Z | |
| 3571 | 2025-07-01T18:42:01.698Z | info: running `cargo check --bins` on crdb-seed (170/217) |
| 3572 | 2025-07-01T18:42:02.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2025-07-01T18:42:02.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2025-07-01T18:42:02.901Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3575 | 2025-07-01T18:42:03.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 3576 | 2025-07-01T18:42:03.535Z | |
| 3577 | 2025-07-01T18:42:03.535Z | info: running `cargo check --bins` on db-dev (171/217) |
| 3578 | 2025-07-01T18:42:04.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2025-07-01T18:42:04.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2025-07-01T18:42:04.718Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3581 | 2025-07-01T18:42:05.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 3582 | 2025-07-01T18:42:05.886Z | |
| 3583 | 2025-07-01T18:42:05.887Z | info: running `cargo check --bins` on omicron-dev-lib (172/217) |
| 3584 | 2025-07-01T18:42:06.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2025-07-01T18:42:06.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2025-07-01T18:42:06.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2025-07-01T18:42:06.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3588 | 2025-07-01T18:42:06.994Z | |
| 3589 | 2025-07-01T18:42:06.994Z | info: running `cargo check --bins` on xtask-downloader (173/217) |
| 3590 | 2025-07-01T18:42:07.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-07-01T18:42:07.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-07-01T18:42:08.063Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3593 | 2025-07-01T18:42:09.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
| 3594 | 2025-07-01T18:42:09.374Z | |
| 3595 | 2025-07-01T18:42:09.375Z | info: running `cargo check --bins` on omicron-ls-apis (174/217) |
| 3596 | 2025-07-01T18:42:13.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2025-07-01T18:42:13.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2025-07-01T18:42:13.660Z | Checking typeid v1.0.3 |
| 3599 | 2025-07-01T18:42:13.660Z | Checking ordered-float v2.10.1 |
| 3600 | 2025-07-01T18:42:13.660Z | Checking cargo-platform v0.2.0 |
| 3601 | 2025-07-01T18:42:13.660Z | Checking erased-serde v0.4.6 |
| 3602 | 2025-07-01T18:42:13.660Z | Checking serde-value v0.7.0 |
| 3603 | 2025-07-01T18:42:13.660Z | Checking serde-untagged v0.1.7 |
| 3604 | 2025-07-01T18:42:13.660Z | Checking cargo-util-schemas v0.2.0 |
| 3605 | 2025-07-01T18:42:13.660Z | Checking cargo_metadata v0.20.0 |
| 3606 | 2025-07-01T18:42:14.906Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3607 | 2025-07-01T18:42:16.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s |
| 3608 | 2025-07-01T18:42:16.371Z | |
| 3609 | 2025-07-01T18:42:16.371Z | info: running `cargo check --bins` on mgs-dev (175/217) |
| 3610 | 2025-07-01T18:42:17.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2025-07-01T18:42:17.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2025-07-01T18:42:17.729Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3613 | 2025-07-01T18:42:20.258Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3614 | 2025-07-01T18:42:21.126Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3615 | 2025-07-01T18:42:21.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 3616 | 2025-07-01T18:42:22.163Z | |
| 3617 | 2025-07-01T18:42:22.163Z | info: running `cargo check --bins` on omicron-omdb (176/217) |
| 3618 | 2025-07-01T18:42:23.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2025-07-01T18:42:23.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2025-07-01T18:42:23.617Z | Compiling crunchy v0.2.2 |
| 3621 | 2025-07-01T18:42:23.643Z | Compiling dsl_auto_type v0.1.2 |
| 3622 | 2025-07-01T18:42:23.643Z | Checking scheduled-thread-pool v0.2.7 |
| 3623 | 2025-07-01T18:42:23.643Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3624 | 2025-07-01T18:42:23.669Z | Compiling tiny-keccak v2.0.2 |
| 3625 | 2025-07-01T18:42:23.724Z | Compiling bit-vec v0.6.3 |
| 3626 | 2025-07-01T18:42:23.769Z | Compiling ascii-canvas v3.0.0 |
| 3627 | 2025-07-01T18:42:23.795Z | Compiling ena v0.14.3 |
| 3628 | 2025-07-01T18:42:23.945Z | Checking r2d2 v0.8.10 |
| 3629 | 2025-07-01T18:42:24.100Z | Compiling bit-set v0.5.3 |
| 3630 | 2025-07-01T18:42:24.126Z | Compiling diff v0.1.13 |
| 3631 | 2025-07-01T18:42:24.184Z | Compiling bindgen v0.71.1 |
| 3632 | 2025-07-01T18:42:24.219Z | Compiling regex-syntax v0.6.29 |
| 3633 | 2025-07-01T18:42:24.290Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3634 | 2025-07-01T18:42:24.317Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3635 | 2025-07-01T18:42:24.385Z | Compiling derive_builder_core v0.20.2 |
| 3636 | 2025-07-01T18:42:24.544Z | Compiling libxml v0.3.3 |
| 3637 | 2025-07-01T18:42:24.571Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3638 | 2025-07-01T18:42:24.712Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3639 | 2025-07-01T18:42:24.923Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3640 | 2025-07-01T18:42:24.949Z | Compiling diesel_derives v2.2.3 |
| 3641 | 2025-07-01T18:42:24.975Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3642 | 2025-07-01T18:42:25.087Z | Compiling strum_macros v0.24.3 |
| 3643 | 2025-07-01T18:42:25.211Z | Compiling indoc v1.0.9 |
| 3644 | 2025-07-01T18:42:25.940Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3645 | 2025-07-01T18:42:26.214Z | Compiling oso-derive v0.27.3 |
| 3646 | 2025-07-01T18:42:26.246Z | Compiling derive_builder_macro v0.20.2 |
| 3647 | 2025-07-01T18:42:26.821Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3648 | 2025-07-01T18:42:27.020Z | Checking derive_builder v0.20.2 |
| 3649 | 2025-07-01T18:42:27.058Z | Checking quick-xml v0.37.2 |
| 3650 | 2025-07-01T18:42:27.210Z | Compiling lalrpop v0.19.12 |
| 3651 | 2025-07-01T18:42:27.289Z | Checking maplit v1.0.2 |
| 3652 | 2025-07-01T18:42:27.454Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3653 | 2025-07-01T18:42:27.900Z | Compiling diesel-dtrace v0.4.2 |
| 3654 | 2025-07-01T18:42:28.278Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3655 | 2025-07-01T18:42:28.566Z | Checking globset v0.4.15 |
| 3656 | 2025-07-01T18:42:28.817Z | Checking bb8 v0.8.5 |
| 3657 | 2025-07-01T18:42:28.897Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3658 | 2025-07-01T18:42:29.093Z | Checking predicates-tree v1.0.12 |
| 3659 | 2025-07-01T18:42:29.140Z | Checking ignore v0.4.23 |
| 3660 | 2025-07-01T18:42:29.261Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3661 | 2025-07-01T18:42:29.303Z | Checking rand_seeder v0.3.0 |
| 3662 | 2025-07-01T18:42:29.370Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3663 | 2025-07-01T18:42:29.557Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3664 | 2025-07-01T18:42:29.589Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3665 | 2025-07-01T18:42:29.979Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3666 | 2025-07-01T18:42:30.686Z | Checking globwalk v0.9.1 |
| 3667 | 2025-07-01T18:42:31.140Z | Checking is_ci v1.2.0 |
| 3668 | 2025-07-01T18:42:31.140Z | Checking unicode-linebreak v0.1.5 |
| 3669 | 2025-07-01T18:42:31.140Z | Checking camino-tempfile-ext v0.3.1 |
| 3670 | 2025-07-01T18:42:31.140Z | Checking smawk v0.3.2 |
| 3671 | 2025-07-01T18:42:31.140Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3672 | 2025-07-01T18:42:31.166Z | Checking textwrap v0.16.2 |
| 3673 | 2025-07-01T18:42:31.192Z | Checking supports-color v3.0.2 |
| 3674 | 2025-07-01T18:42:31.294Z | Checking support-bundle-viewer v0.1.2 |
| 3675 | 2025-07-01T18:42:31.337Z | Checking multimap v0.10.1 |
| 3676 | 2025-07-01T18:42:31.587Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3677 | 2025-07-01T18:42:32.940Z | Checking diesel v2.2.11 |
| 3678 | 2025-07-01T18:42:48.252Z | Compiling samael v0.0.19 |
| 3679 | 2025-07-01T18:43:00.102Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3680 | 2025-07-01T18:43:03.543Z | Checking async-bb8-diesel v0.2.1 |
| 3681 | 2025-07-01T18:43:05.699Z | Compiling polar-core v0.27.3 |
| 3682 | 2025-07-01T18:43:15.426Z | Checking oso v0.27.3 |
| 3683 | 2025-07-01T18:44:17.286Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3684 | 2025-07-01T18:45:19.436Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3685 | 2025-07-01T18:45:39.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 17s |
| 3686 | 2025-07-01T18:45:39.911Z | |
| 3687 | 2025-07-01T18:45:39.911Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (177/217) |
| 3688 | 2025-07-01T18:45:41.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2025-07-01T18:45:41.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2025-07-01T18:45:41.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2025-07-01T18:45:41.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3692 | 2025-07-01T18:45:41.347Z | |
| 3693 | 2025-07-01T18:45:41.347Z | info: running `cargo check --bins` on nexus-saga-recovery (178/217) |
| 3694 | 2025-07-01T18:45:42.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2025-07-01T18:45:42.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2025-07-01T18:45:42.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2025-07-01T18:45:42.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 3698 | 2025-07-01T18:45:42.884Z | |
| 3699 | 2025-07-01T18:45:42.885Z | info: running `cargo check --bins` on nexus-test-utils-macros (179/217) |
| 3700 | 2025-07-01T18:45:44.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2025-07-01T18:45:44.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2025-07-01T18:45:44.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2025-07-01T18:45:44.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3704 | 2025-07-01T18:45:44.175Z | |
| 3705 | 2025-07-01T18:45:44.175Z | info: running `cargo check --bins` on omicron-nexus (180/217) |
| 3706 | 2025-07-01T18:45:45.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2025-07-01T18:45:45.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2025-07-01T18:45:46.035Z | Compiling libz-sys v1.1.20 |
| 3709 | 2025-07-01T18:45:46.060Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3710 | 2025-07-01T18:45:46.135Z | Compiling vergen v8.3.2 |
| 3711 | 2025-07-01T18:45:46.161Z | Compiling cargo-platform v0.1.8 |
| 3712 | 2025-07-01T18:45:46.161Z | Compiling pin-project-internal v1.1.6 |
| 3713 | 2025-07-01T18:45:46.220Z | Compiling snafu-derive v0.8.5 |
| 3714 | 2025-07-01T18:45:46.245Z | Compiling fs-err v2.11.0 |
| 3715 | 2025-07-01T18:45:46.245Z | Compiling rustls v0.21.12 |
| 3716 | 2025-07-01T18:45:46.542Z | Checking olpc-cjson v0.1.4 |
| 3717 | 2025-07-01T18:45:46.593Z | Compiling cargo_metadata v0.18.1 |
| 3718 | 2025-07-01T18:45:46.886Z | Checking rustls-webpki v0.101.7 |
| 3719 | 2025-07-01T18:45:46.914Z | Checking sct v0.7.1 |
| 3720 | 2025-07-01T18:45:46.945Z | Checking serde_plain v1.0.2 |
| 3721 | 2025-07-01T18:45:47.118Z | Checking typed-path v0.9.3 |
| 3722 | 2025-07-01T18:45:47.515Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3723 | 2025-07-01T18:45:47.695Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3724 | 2025-07-01T18:45:47.888Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3725 | 2025-07-01T18:45:48.081Z | Checking parse-size v1.1.0 |
| 3726 | 2025-07-01T18:45:48.405Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3727 | 2025-07-01T18:45:48.430Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3728 | 2025-07-01T18:45:48.713Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3729 | 2025-07-01T18:45:49.315Z | Checking pin-project v1.1.6 |
| 3730 | 2025-07-01T18:45:49.513Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3731 | 2025-07-01T18:45:49.589Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3732 | 2025-07-01T18:45:50.234Z | Checking rustls-pemfile v1.0.4 |
| 3733 | 2025-07-01T18:45:50.275Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3734 | 2025-07-01T18:45:50.468Z | Checking twox-hash v2.1.0 |
| 3735 | 2025-07-01T18:45:50.508Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3736 | 2025-07-01T18:45:50.667Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3737 | 2025-07-01T18:45:51.337Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3738 | 2025-07-01T18:45:51.489Z | Checking tokio-rustls v0.24.1 |
| 3739 | 2025-07-01T18:45:51.787Z | Checking snafu v0.8.5 |
| 3740 | 2025-07-01T18:45:52.117Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3741 | 2025-07-01T18:45:52.383Z | Checking tough v0.20.0 |
| 3742 | 2025-07-01T18:45:52.777Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3743 | 2025-07-01T18:45:53.058Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3744 | 2025-07-01T18:45:53.095Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3745 | 2025-07-01T18:45:53.328Z | Checking fatfs v0.3.6 |
| 3746 | 2025-07-01T18:45:53.370Z | Checking assert_matches v1.5.0 |
| 3747 | 2025-07-01T18:45:57.678Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3748 | 2025-07-01T18:45:59.678Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3749 | 2025-07-01T18:46:00.850Z | Compiling git2 v0.19.0 |
| 3750 | 2025-07-01T18:46:07.714Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3751 | 2025-07-01T18:47:52.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
| 3752 | 2025-07-01T18:47:52.673Z | |
| 3753 | 2025-07-01T18:47:52.673Z | info: running `cargo check --bins` on nexus-background-task-interface (181/217) |
| 3754 | 2025-07-01T18:47:53.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2025-07-01T18:47:53.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2025-07-01T18:47:53.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2025-07-01T18:47:53.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3758 | 2025-07-01T18:47:54.011Z | |
| 3759 | 2025-07-01T18:47:54.011Z | info: running `cargo check --bins` on nexus-external-api (182/217) |
| 3760 | 2025-07-01T18:47:55.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2025-07-01T18:47:55.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2025-07-01T18:47:55.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2025-07-01T18:47:55.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3764 | 2025-07-01T18:47:55.377Z | |
| 3765 | 2025-07-01T18:47:55.377Z | info: running `cargo check --bins` on nexus-internal-api (183/217) |
| 3766 | 2025-07-01T18:47:56.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2025-07-01T18:47:56.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2025-07-01T18:47:56.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2025-07-01T18:47:56.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 3770 | 2025-07-01T18:47:56.836Z | |
| 3771 | 2025-07-01T18:47:56.836Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (184/217) |
| 3772 | 2025-07-01T18:47:58.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2025-07-01T18:47:58.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2025-07-01T18:47:58.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2025-07-01T18:47:58.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3776 | 2025-07-01T18:47:58.235Z | |
| 3777 | 2025-07-01T18:47:58.235Z | info: running `cargo check --bins` on nexus-mgs-updates (185/217) |
| 3778 | 2025-07-01T18:47:59.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2025-07-01T18:47:59.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2025-07-01T18:47:59.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2025-07-01T18:47:59.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3782 | 2025-07-01T18:47:59.560Z | |
| 3783 | 2025-07-01T18:47:59.561Z | info: running `cargo check --bins` on nexus-networking (186/217) |
| 3784 | 2025-07-01T18:48:00.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2025-07-01T18:48:00.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2025-07-01T18:48:00.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2025-07-01T18:48:00.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3788 | 2025-07-01T18:48:01.037Z | |
| 3789 | 2025-07-01T18:48:01.037Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (187/217) |
| 3790 | 2025-07-01T18:48:02.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2025-07-01T18:48:02.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2025-07-01T18:48:02.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2025-07-01T18:48:02.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3794 | 2025-07-01T18:48:02.496Z | |
| 3795 | 2025-07-01T18:48:02.496Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (188/217) |
| 3796 | 2025-07-01T18:48:03.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2025-07-01T18:48:03.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2025-07-01T18:48:03.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2025-07-01T18:48:03.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3800 | 2025-07-01T18:48:03.728Z | |
| 3801 | 2025-07-01T18:48:03.728Z | info: running `cargo check --bins` on update-common (189/217) |
| 3802 | 2025-07-01T18:48:04.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-07-01T18:48:04.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-07-01T18:48:04.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2025-07-01T18:48:04.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3806 | 2025-07-01T18:48:05.032Z | |
| 3807 | 2025-07-01T18:48:05.032Z | info: running `cargo check --bins` on omicron-dev (190/217) |
| 3808 | 2025-07-01T18:48:06.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2025-07-01T18:48:06.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2025-07-01T18:48:06.953Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3811 | 2025-07-01T18:48:06.979Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3812 | 2025-07-01T18:48:07.025Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3813 | 2025-07-01T18:48:07.053Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3814 | 2025-07-01T18:48:07.089Z | Checking yansi v1.0.1 |
| 3815 | 2025-07-01T18:48:07.123Z | Checking diff v0.1.13 |
| 3816 | 2025-07-01T18:48:07.123Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3817 | 2025-07-01T18:48:07.151Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3818 | 2025-07-01T18:48:07.737Z | Checking pretty_assertions v1.4.1 |
| 3819 | 2025-07-01T18:48:07.796Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3820 | 2025-07-01T18:48:08.814Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3821 | 2025-07-01T18:49:03.129Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3822 | 2025-07-01T18:49:03.129Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3823 | 2025-07-01T18:49:03.154Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3824 | 2025-07-01T18:49:03.154Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3825 | 2025-07-01T18:49:03.154Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3826 | 2025-07-01T18:49:03.154Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3827 | 2025-07-01T18:49:04.696Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3828 | 2025-07-01T18:49:06.938Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3829 | 2025-07-01T18:51:04.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 59s |
| 3830 | 2025-07-01T18:51:04.916Z | |
| 3831 | 2025-07-01T18:51:04.916Z | info: running `cargo check --bins` on openapi-manager (191/217) |
| 3832 | 2025-07-01T18:51:06.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-07-01T18:51:06.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-07-01T18:51:06.565Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3835 | 2025-07-01T18:51:06.565Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3836 | 2025-07-01T18:51:06.591Z | Checking heck v0.4.1 |
| 3837 | 2025-07-01T18:51:06.591Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3838 | 2025-07-01T18:51:06.913Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3839 | 2025-07-01T18:51:08.657Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3840 | 2025-07-01T18:51:12.912Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3841 | 2025-07-01T18:51:16.061Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3842 | 2025-07-01T18:51:17.666Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3843 | 2025-07-01T18:51:20.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s |
| 3844 | 2025-07-01T18:51:20.801Z | |
| 3845 | 2025-07-01T18:51:20.801Z | info: running `cargo check --bins` on installinator-api (192/217) |
| 3846 | 2025-07-01T18:51:22.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-07-01T18:51:22.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-07-01T18:51:22.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2025-07-01T18:51:22.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3850 | 2025-07-01T18:51:22.223Z | |
| 3851 | 2025-07-01T18:51:22.223Z | info: running `cargo check --bins` on wicketd-api (193/217) |
| 3852 | 2025-07-01T18:51:23.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-07-01T18:51:23.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-07-01T18:51:23.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2025-07-01T18:51:23.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3856 | 2025-07-01T18:51:23.713Z | |
| 3857 | 2025-07-01T18:51:23.713Z | info: running `cargo check --bins` on omicron-pins (194/217) |
| 3858 | 2025-07-01T18:51:24.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2025-07-01T18:51:24.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2025-07-01T18:51:24.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2025-07-01T18:51:24.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3862 | 2025-07-01T18:51:25.069Z | |
| 3863 | 2025-07-01T18:51:25.069Z | info: running `cargo check --bins` on reconfigurator-cli (195/217) |
| 3864 | 2025-07-01T18:51:26.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2025-07-01T18:51:26.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2025-07-01T18:51:26.589Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3867 | 2025-07-01T18:51:26.614Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3868 | 2025-07-01T18:51:26.657Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3869 | 2025-07-01T18:51:26.685Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3870 | 2025-07-01T18:51:26.710Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3871 | 2025-07-01T18:51:26.710Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3872 | 2025-07-01T18:51:26.735Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3873 | 2025-07-01T18:51:26.784Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3874 | 2025-07-01T18:51:27.028Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3875 | 2025-07-01T18:51:27.104Z | Compiling petname v2.0.2 |
| 3876 | 2025-07-01T18:51:27.130Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3877 | 2025-07-01T18:51:27.437Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3878 | 2025-07-01T18:51:27.499Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3879 | 2025-07-01T18:51:27.572Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3880 | 2025-07-01T18:51:28.089Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3881 | 2025-07-01T18:51:28.591Z | Checking sync-ptr v0.1.4 |
| 3882 | 2025-07-01T18:51:28.865Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3883 | 2025-07-01T18:51:29.476Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3884 | 2025-07-01T18:51:29.678Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3885 | 2025-07-01T18:51:30.009Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3886 | 2025-07-01T18:51:31.037Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3887 | 2025-07-01T18:51:32.546Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3888 | 2025-07-01T18:51:35.437Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3889 | 2025-07-01T18:51:35.437Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3890 | 2025-07-01T18:51:56.221Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3891 | 2025-07-01T18:51:56.221Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3892 | 2025-07-01T18:51:57.579Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3893 | 2025-07-01T18:52:00.307Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3894 | 2025-07-01T18:52:04.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.68s |
| 3895 | 2025-07-01T18:52:05.027Z | |
| 3896 | 2025-07-01T18:52:05.027Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (196/217) |
| 3897 | 2025-07-01T18:52:06.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2025-07-01T18:52:06.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2025-07-01T18:52:06.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2025-07-01T18:52:06.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 3901 | 2025-07-01T18:52:06.647Z | |
| 3902 | 2025-07-01T18:52:06.647Z | info: running `cargo check --bins` on omicron-repl-utils (197/217) |
| 3903 | 2025-07-01T18:52:07.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2025-07-01T18:52:07.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2025-07-01T18:52:07.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2025-07-01T18:52:07.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3907 | 2025-07-01T18:52:07.861Z | |
| 3908 | 2025-07-01T18:52:07.861Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (198/217) |
| 3909 | 2025-07-01T18:52:09.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2025-07-01T18:52:09.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2025-07-01T18:52:09.451Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3912 | 2025-07-01T18:52:11.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 3913 | 2025-07-01T18:52:11.287Z | |
| 3914 | 2025-07-01T18:52:11.287Z | info: running `cargo check --bins` on reconfigurator-sp-updater (199/217) |
| 3915 | 2025-07-01T18:52:12.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2025-07-01T18:52:12.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2025-07-01T18:52:12.731Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3918 | 2025-07-01T18:52:13.313Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3919 | 2025-07-01T18:52:15.251Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3920 | 2025-07-01T18:52:16.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
| 3921 | 2025-07-01T18:52:16.757Z | |
| 3922 | 2025-07-01T18:52:16.757Z | info: running `cargo check --bins` on omicron-releng (200/217) |
| 3923 | 2025-07-01T18:52:17.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2025-07-01T18:52:17.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2025-07-01T18:52:18.096Z | Compiling blake3 v1.5.4 |
| 3926 | 2025-07-01T18:52:18.142Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3927 | 2025-07-01T18:52:18.173Z | Checking memmap2 v0.9.5 |
| 3928 | 2025-07-01T18:52:18.198Z | Checking arrayref v0.3.9 |
| 3929 | 2025-07-01T18:52:18.198Z | Checking constant_time_eq v0.3.1 |
| 3930 | 2025-07-01T18:52:18.224Z | Checking arrayvec v0.7.6 |
| 3931 | 2025-07-01T18:52:18.277Z | Checking topological-sort v0.2.2 |
| 3932 | 2025-07-01T18:52:18.303Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3933 | 2025-07-01T18:52:18.381Z | Checking shell-words v1.1.0 |
| 3934 | 2025-07-01T18:52:19.145Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3935 | 2025-07-01T18:52:19.631Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3936 | 2025-07-01T18:52:20.042Z | Checking omicron-zone-package v0.12.2 |
| 3937 | 2025-07-01T18:52:22.290Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3938 | 2025-07-01T18:52:24.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s |
| 3939 | 2025-07-01T18:52:24.566Z | |
| 3940 | 2025-07-01T18:52:24.566Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (201/217) |
| 3941 | 2025-07-01T18:52:25.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2025-07-01T18:52:25.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2025-07-01T18:52:25.849Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3944 | 2025-07-01T18:52:26.351Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3945 | 2025-07-01T18:52:27.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 3946 | 2025-07-01T18:52:27.454Z | |
| 3947 | 2025-07-01T18:52:27.454Z | info: running `cargo check --bins` on xtask (202/217) |
| 3948 | 2025-07-01T18:52:28.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2025-07-01T18:52:28.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2025-07-01T18:52:28.412Z | Checking bitflags v2.9.0 |
| 3951 | 2025-07-01T18:52:28.412Z | Checking serde v1.0.219 |
| 3952 | 2025-07-01T18:52:28.412Z | Checking thiserror v1.0.69 |
| 3953 | 2025-07-01T18:52:28.441Z | Checking zerofrom v0.1.4 |
| 3954 | 2025-07-01T18:52:28.493Z | Checking smallvec v1.15.0 |
| 3955 | 2025-07-01T18:52:28.542Z | Checking hashbrown v0.15.4 |
| 3956 | 2025-07-01T18:52:28.568Z | Checking num-traits v0.2.19 |
| 3957 | 2025-07-01T18:52:28.568Z | Checking scroll v0.12.0 |
| 3958 | 2025-07-01T18:52:28.683Z | Checking percent-encoding v2.3.1 |
| 3959 | 2025-07-01T18:52:28.783Z | Checking rustix v0.38.37 |
| 3960 | 2025-07-01T18:52:28.814Z | Checking yoke v0.7.4 |
| 3961 | 2025-07-01T18:52:29.002Z | Checking log v0.4.27 |
| 3962 | 2025-07-01T18:52:29.028Z | Checking zerocopy v0.7.35 |
| 3963 | 2025-07-01T18:52:29.154Z | Checking pest v2.7.14 |
| 3964 | 2025-07-01T18:52:29.221Z | Checking zerovec v0.10.4 |
| 3965 | 2025-07-01T18:52:29.377Z | Checking goblin v0.8.2 |
| 3966 | 2025-07-01T18:52:29.739Z | Checking indexmap v2.9.0 |
| 3967 | 2025-07-01T18:52:29.845Z | Checking terminal_size v0.4.0 |
| 3968 | 2025-07-01T18:52:30.059Z | Checking form_urlencoded v1.2.1 |
| 3969 | 2025-07-01T18:52:30.155Z | Checking ordered-float v2.10.1 |
| 3970 | 2025-07-01T18:52:30.338Z | Checking getrandom v0.3.1 |
| 3971 | 2025-07-01T18:52:30.365Z | Checking syn v2.0.104 |
| 3972 | 2025-07-01T18:52:30.626Z | Checking rustix v1.0.7 |
| 3973 | 2025-07-01T18:52:30.821Z | Checking once_cell v1.21.3 |
| 3974 | 2025-07-01T18:52:31.108Z | Checking tinystr v0.7.6 |
| 3975 | 2025-07-01T18:52:31.245Z | Checking icu_collections v1.5.0 |
| 3976 | 2025-07-01T18:52:31.271Z | Checking clap_builder v4.5.40 |
| 3977 | 2025-07-01T18:52:31.630Z | Checking icu_locid v1.5.0 |
| 3978 | 2025-07-01T18:52:32.073Z | Checking dtrace-parser v0.2.0 |
| 3979 | 2025-07-01T18:52:32.195Z | Checking thiserror v2.0.12 |
| 3980 | 2025-07-01T18:52:32.418Z | Checking textwrap v0.16.2 |
| 3981 | 2025-07-01T18:52:32.688Z | Checking tempfile v3.20.0 |
| 3982 | 2025-07-01T18:52:32.718Z | Checking fs-err v3.1.1 |
| 3983 | 2025-07-01T18:52:32.944Z | Checking icu_provider v1.5.0 |
| 3984 | 2025-07-01T18:52:32.984Z | Checking tabled v0.15.0 |
| 3985 | 2025-07-01T18:52:33.126Z | Checking anyhow v1.0.98 |
| 3986 | 2025-07-01T18:52:33.233Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3987 | 2025-07-01T18:52:33.759Z | Checking icu_locid_transform v1.5.0 |
| 3988 | 2025-07-01T18:52:33.991Z | Checking toml_datetime v0.6.11 |
| 3989 | 2025-07-01T18:52:34.016Z | Checking serde_spanned v0.6.9 |
| 3990 | 2025-07-01T18:52:34.016Z | Checking serde_json v1.0.140 |
| 3991 | 2025-07-01T18:52:34.300Z | Checking erased-serde v0.4.6 |
| 3992 | 2025-07-01T18:52:34.514Z | Checking toml_edit v0.22.27 |
| 3993 | 2025-07-01T18:52:34.939Z | Checking icu_properties v1.5.1 |
| 3994 | 2025-07-01T18:52:35.347Z | Checking serde-untagged v0.1.7 |
| 3995 | 2025-07-01T18:52:35.391Z | Checking serde-value v0.7.0 |
| 3996 | 2025-07-01T18:52:35.475Z | Checking semver v1.0.26 |
| 3997 | 2025-07-01T18:52:35.718Z | Checking dof v0.3.0 |
| 3998 | 2025-07-01T18:52:35.812Z | Checking camino v1.1.10 |
| 3999 | 2025-07-01T18:52:35.870Z | Checking cargo-platform v0.2.0 |
| 4000 | 2025-07-01T18:52:35.957Z | Checking clap v4.5.40 |
| 4001 | 2025-07-01T18:52:35.984Z | Checking macaddr v1.0.1 |
| 4002 | 2025-07-01T18:52:36.456Z | Checking usdt-impl v0.5.0 |
| 4003 | 2025-07-01T18:52:36.511Z | Checking camino-tempfile v1.4.1 |
| 4004 | 2025-07-01T18:52:37.133Z | Checking usdt v0.5.0 |
| 4005 | 2025-07-01T18:52:37.539Z | Checking toml v0.8.23 |
| 4006 | 2025-07-01T18:52:38.316Z | Checking cargo_toml v0.21.0 |
| 4007 | 2025-07-01T18:52:38.583Z | Checking icu_normalizer v1.5.0 |
| 4008 | 2025-07-01T18:52:39.464Z | Checking idna_adapter v1.2.0 |
| 4009 | 2025-07-01T18:52:39.703Z | Checking idna v1.0.3 |
| 4010 | 2025-07-01T18:52:40.266Z | Checking url v2.5.4 |
| 4011 | 2025-07-01T18:52:41.244Z | Checking cargo-util-schemas v0.2.0 |
| 4012 | 2025-07-01T18:52:43.404Z | Checking cargo_metadata v0.20.0 |
| 4013 | 2025-07-01T18:52:45.176Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4014 | 2025-07-01T18:52:46.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s |
| 4015 | 2025-07-01T18:52:46.622Z | |
| 4016 | 2025-07-01T18:52:46.622Z | info: running `cargo check --bins` on end-to-end-tests (203/217) |
| 4017 | 2025-07-01T18:52:47.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2025-07-01T18:52:47.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2025-07-01T18:52:48.361Z | Checking polyval v0.6.2 |
| 4020 | 2025-07-01T18:52:48.387Z | Checking ctr v0.9.2 |
| 4021 | 2025-07-01T18:52:48.387Z | Checking ssh-encoding v0.2.0 |
| 4022 | 2025-07-01T18:52:48.387Z | Checking blowfish v0.9.1 |
| 4023 | 2025-07-01T18:52:48.387Z | Checking password-hash v0.4.2 |
| 4024 | 2025-07-01T18:52:48.387Z | Checking p256 v0.13.2 |
| 4025 | 2025-07-01T18:52:48.387Z | Checking p521 v0.13.3 |
| 4026 | 2025-07-01T18:52:48.412Z | Checking russh-cryptovec v0.7.3 |
| 4027 | 2025-07-01T18:52:48.591Z | Checking ghash v0.5.1 |
| 4028 | 2025-07-01T18:52:48.622Z | Checking md5 v0.7.0 |
| 4029 | 2025-07-01T18:52:48.690Z | Checking num-bigint v0.4.6 |
| 4030 | 2025-07-01T18:52:48.717Z | Checking bcrypt-pbkdf v0.10.0 |
| 4031 | 2025-07-01T18:52:48.717Z | Checking des v0.8.1 |
| 4032 | 2025-07-01T18:52:48.816Z | Checking aes-gcm v0.10.3 |
| 4033 | 2025-07-01T18:52:48.909Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4034 | 2025-07-01T18:52:48.942Z | Checking pbkdf2 v0.11.0 |
| 4035 | 2025-07-01T18:52:48.986Z | Checking hex-literal v0.4.1 |
| 4036 | 2025-07-01T18:52:49.040Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4037 | 2025-07-01T18:52:49.066Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4038 | 2025-07-01T18:52:49.107Z | Checking ssh-cipher v0.2.0 |
| 4039 | 2025-07-01T18:52:49.215Z | Checking internet-checksum v0.2.1 |
| 4040 | 2025-07-01T18:52:49.442Z | Checking ssh-key v0.6.6 |
| 4041 | 2025-07-01T18:52:49.738Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4042 | 2025-07-01T18:52:51.246Z | Checking russh-keys v0.45.0 |
| 4043 | 2025-07-01T18:52:52.887Z | Checking russh v0.45.0 |
| 4044 | 2025-07-01T18:53:34.566Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4045 | 2025-07-01T18:53:37.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.99s |
| 4046 | 2025-07-01T18:53:37.890Z | |
| 4047 | 2025-07-01T18:53:37.890Z | info: running `cargo check --bins` on gateway-cli (204/217) |
| 4048 | 2025-07-01T18:53:39.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2025-07-01T18:53:39.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2025-07-01T18:53:39.370Z | Checking termios v0.3.3 |
| 4051 | 2025-07-01T18:53:39.642Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4052 | 2025-07-01T18:53:41.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
| 4053 | 2025-07-01T18:53:41.523Z | |
| 4054 | 2025-07-01T18:53:41.523Z | info: running `cargo check --bins --no-default-features` on installinator (205/217) |
| 4055 | 2025-07-01T18:53:42.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2025-07-01T18:53:42.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2025-07-01T18:53:43.125Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4058 | 2025-07-01T18:53:43.150Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4059 | 2025-07-01T18:53:44.622Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4060 | 2025-07-01T18:53:48.133Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4061 | 2025-07-01T18:53:51.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s |
| 4062 | 2025-07-01T18:53:52.245Z | |
| 4063 | 2025-07-01T18:53:52.245Z | info: running `cargo check --bins` on internal-dns-cli (206/217) |
| 4064 | 2025-07-01T18:53:53.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2025-07-01T18:53:53.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2025-07-01T18:53:53.701Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4067 | 2025-07-01T18:53:54.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 4068 | 2025-07-01T18:53:54.893Z | |
| 4069 | 2025-07-01T18:53:54.893Z | info: running `cargo check --bins` on omicron-live-tests (207/217) |
| 4070 | 2025-07-01T18:53:56.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2025-07-01T18:53:56.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2025-07-01T18:53:56.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4073 | 2025-07-01T18:53:56.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 4074 | 2025-07-01T18:53:56.230Z | |
| 4075 | 2025-07-01T18:53:56.230Z | info: running `cargo check --bins` on live-tests-macros (208/217) |
| 4076 | 2025-07-01T18:53:57.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2025-07-01T18:53:57.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2025-07-01T18:53:57.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2025-07-01T18:53:57.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 4080 | 2025-07-01T18:53:57.506Z | |
| 4081 | 2025-07-01T18:53:57.506Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (209/217) |
| 4082 | 2025-07-01T18:53:58.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2025-07-01T18:53:58.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2025-07-01T18:53:59.269Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4085 | 2025-07-01T18:54:00.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
| 4086 | 2025-07-01T18:54:00.592Z | |
| 4087 | 2025-07-01T18:54:00.592Z | info: running `cargo check --bins` on omicron-package (210/217) |
| 4088 | 2025-07-01T18:54:01.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2025-07-01T18:54:01.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2025-07-01T18:54:02.002Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4091 | 2025-07-01T18:54:04.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 4092 | 2025-07-01T18:54:04.763Z | |
| 4093 | 2025-07-01T18:54:04.764Z | info: running `cargo check --bins` on trust-quorum (211/217) |
| 4094 | 2025-07-01T18:54:06.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2025-07-01T18:54:06.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2025-07-01T18:54:06.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4097 | 2025-07-01T18:54:06.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4098 | 2025-07-01T18:54:06.163Z | |
| 4099 | 2025-07-01T18:54:06.163Z | info: running `cargo check --bins` on gfss (212/217) |
| 4100 | 2025-07-01T18:54:07.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4101 | 2025-07-01T18:54:07.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4102 | 2025-07-01T18:54:07.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4103 | 2025-07-01T18:54:07.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 4104 | 2025-07-01T18:54:07.408Z | |
| 4105 | 2025-07-01T18:54:07.408Z | info: running `cargo check --bins` on wicket-dbg (213/217) |
| 4106 | 2025-07-01T18:54:08.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4107 | 2025-07-01T18:54:08.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4108 | 2025-07-01T18:54:08.882Z | Checking rtoolbox v0.0.2 |
| 4109 | 2025-07-01T18:54:08.882Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4110 | 2025-07-01T18:54:08.882Z | Checking tui-tree-widget v0.23.1 |
| 4111 | 2025-07-01T18:54:09.145Z | Checking rpassword v7.4.0 |
| 4112 | 2025-07-01T18:54:17.552Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4113 | 2025-07-01T18:54:23.177Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4114 | 2025-07-01T18:54:24.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.52s |
| 4115 | 2025-07-01T18:54:25.179Z | |
| 4116 | 2025-07-01T18:54:25.179Z | info: running `cargo check --bins` on wicket (214/217) |
| 4117 | 2025-07-01T18:54:26.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4118 | 2025-07-01T18:54:26.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4119 | 2025-07-01T18:54:26.675Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4120 | 2025-07-01T18:54:27.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
| 4121 | 2025-07-01T18:54:27.427Z | |
| 4122 | 2025-07-01T18:54:27.427Z | info: running `cargo check --bins` on wicketd (215/217) |
| 4123 | 2025-07-01T18:54:28.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2025-07-01T18:54:28.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2025-07-01T18:54:28.930Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4126 | 2025-07-01T18:54:36.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
| 4127 | 2025-07-01T18:54:37.040Z | |
| 4128 | 2025-07-01T18:54:37.040Z | info: running `cargo check --bins` on omicron-workspace-hack (216/217) |
| 4129 | 2025-07-01T18:54:38.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4130 | 2025-07-01T18:54:38.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4131 | 2025-07-01T18:54:38.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4132 | 2025-07-01T18:54:38.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 4133 | 2025-07-01T18:54:38.294Z | |
| 4134 | 2025-07-01T18:54:38.294Z | info: running `cargo check --bins` on zone-setup (217/217) |
| 4135 | 2025-07-01T18:54:39.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4136 | 2025-07-01T18:54:39.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4137 | 2025-07-01T18:54:39.764Z | Checking uzers v0.12.1 |
| 4138 | 2025-07-01T18:54:40.218Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4139 | 2025-07-01T18:54:41.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
| 4140 | 2025-07-01T18:54:42.189Z | |
| 4141 | 2025-07-01T18:54:42.189Z | real 24:09.532131898 |
| 4142 | 2025-07-01T18:54:42.189Z | user 39:04.982661089 |
| 4143 | 2025-07-01T18:54:42.189Z | sys 6:44.573408329 |
| 4144 | 2025-07-01T18:54:42.214Z | trap 1.096338044 |
| 4145 | 2025-07-01T18:54:42.214Z | tflt 0.576250770 |
| 4146 | 2025-07-01T18:54:42.214Z | dflt 2.100567386 |
| 4147 | 2025-07-01T18:54:42.214Z | kflt 0.002352916 |
| 4148 | 2025-07-01T18:54:42.214Z | lock 1:06:26.766752368 |
| 4149 | 2025-07-01T18:54:42.214Z | slp 3:29:39.397703395 |
| 4150 | 2025-07-01T18:54:42.214Z | lat 1:20.661618456 |
| 4151 | 2025-07-01T18:54:42.214Z | stop 4:38.178913333 |
| 4152 | 2025-07-01T18:54:42.214Z | process exited: duration 1804234 ms, exit code 0 |
| |
| 4153 | 2025-07-01T18:54:42.271Z | found 0 output files |