|
|
|
| 1 | 2026-05-11T18:30:53.308Z | job assigned to worker 01KRC4VJXNQJSMHCS59P1XBTWS [factory aws, i-03fb8cec6b566bad9] (queued for 48 s) |
| |
| 2 | 2026-05-11T18:30:59.643Z | starting task 0: "setup" |
| 3 | 2026-05-11T18:30:59.646Z | ++ uname -s |
| 4 | 2026-05-11T18:30:59.649Z | + kern=SunOS |
| 5 | 2026-05-11T18:30:59.649Z | + build_user=build |
| 6 | 2026-05-11T18:30:59.649Z | + build_uid=12345 |
| 7 | 2026-05-11T18:30:59.649Z | + work_dir=/work |
| 8 | 2026-05-11T18:30:59.649Z | + input_dir=/input |
| 9 | 2026-05-11T18:30:59.649Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T18:30:59.650Z | + case "$kern" in |
| 11 | 2026-05-11T18:30:59.650Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T18:30:59.652Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T18:31:01.657Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T18:31:01.755Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T18:31:01.758Z | + home_fs=zfs |
| 16 | 2026-05-11T18:31:01.758Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T18:31:01.758Z | + mkdir -p /home/build |
| 18 | 2026-05-11T18:31:01.759Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T18:31:03.760Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T18:31:03.762Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-05-11T18:31:03.770Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T18:31:03.773Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-11T18:31:03.773Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-11T18:31:03.773Z | * rust toolchain profile = "default" |
| 25 | 2026-05-11T18:31:03.773Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-11T18:31:03.773Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T18:31:03.773Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T18:31:03.776Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T18:31:03.776Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-11T18:31:03.882Z | info: downloading installer |
| 31 | 2026-05-11T18:31:05.275Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T18:31:05.275Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T18:31:05.275Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T18:31:05.275Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T18:31:05.288Z | info: profile set to default |
| 36 | 2026-05-11T18:31:05.288Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T18:31:05.291Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-11T18:31:05.441Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-11T18:31:05.444Z | info: downloading 6 components |
| 40 | 2026-05-11T18:31:20.166Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-11T18:31:20.166Z | |
| 42 | 2026-05-11T18:31:20.193Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-11T18:31:20.194Z | |
| 44 | 2026-05-11T18:31:20.194Z | |
| 45 | 2026-05-11T18:31:20.194Z | Rust is installed now. Great! |
| 46 | 2026-05-11T18:31:20.194Z | |
| 47 | 2026-05-11T18:31:20.194Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T18:31:20.194Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T18:31:20.194Z | |
| 50 | 2026-05-11T18:31:20.194Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T18:31:20.194Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T18:31:20.197Z | |
| 53 | 2026-05-11T18:31:20.197Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T18:31:20.197Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T18:31:20.197Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T18:31:20.197Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T18:31:20.197Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T18:31:20.197Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T18:31:20.197Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T18:31:20.197Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T18:31:20.197Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T18:31:20.279Z | + rustup --version |
| 63 | 2026-05-11T18:31:20.288Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T18:31:20.290Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T18:31:20.308Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-11T18:31:20.311Z | + cargo --version |
| 67 | 2026-05-11T18:31:20.323Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-11T18:31:20.326Z | + rustc --version |
| 69 | 2026-05-11T18:31:20.345Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-11T18:31:20.347Z | process exited: duration 16578 ms, exit code 0 |
| |
| 71 | 2026-05-11T18:31:20.353Z | starting task 2: "authentication" |
| 72 | 2026-05-11T18:31:20.369Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-11T18:31:20.374Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T18:31:20.378Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-11T18:31:20.380Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-11T18:31:20.420Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-11T18:31:30.116Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-11T18:31:30.116Z | + git fetch origin c4b26142f4b39c370639abe8a63f9db0de460c9b |
| 79 | 2026-05-11T18:31:30.538Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-11T18:31:30.538Z | * branch c4b26142f4b39c370639abe8a63f9db0de460c9b -> FETCH_HEAD |
| 81 | 2026-05-11T18:31:30.548Z | + [[ -n '' ]] |
| 82 | 2026-05-11T18:31:30.548Z | + git reset --hard c4b26142f4b39c370639abe8a63f9db0de460c9b |
| 83 | 2026-05-11T18:31:30.629Z | HEAD is now at c4b26142f Prepend the UUID with the nexus label |
| 84 | 2026-05-11T18:31:30.632Z | process exited: duration 10255 ms, exit code 0 |
| |
| 85 | 2026-05-11T18:31:30.638Z | starting task 4: "build" |
| 86 | 2026-05-11T18:31:30.642Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-11T18:31:30.645Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-11T18:31:30.645Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-11T18:31:30.645Z | + cargo --version |
| 90 | 2026-05-11T18:31:30.653Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-11T18:31:30.655Z | + rustc --version |
| 92 | 2026-05-11T18:31:30.675Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-11T18:31:30.678Z | + source ./env.sh |
| 94 | 2026-05-11T18:31:30.678Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-05-11T18:31:30.678Z | ++ set -o xtrace |
| 96 | 2026-05-11T18:31:30.681Z | ++++ dirname ./env.sh |
| 97 | 2026-05-11T18:31:30.704Z | +++ readlink -f . |
| 98 | 2026-05-11T18:31:30.708Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-05-11T18:31:30.708Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-11T18:31:30.708Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-11T18:31:30.708Z | ++ 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 |
| 102 | 2026-05-11T18:31:30.708Z | ++ 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 |
| 103 | 2026-05-11T18:31:30.708Z | ++ 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 |
| 104 | 2026-05-11T18:31:30.708Z | ++ 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 |
| 105 | 2026-05-11T18:31:30.708Z | ++ 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 |
| 106 | 2026-05-11T18:31:30.708Z | ++ 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 |
| 107 | 2026-05-11T18:31:30.708Z | ++ case $OLD_SHELL_OPTS in |
| 108 | 2026-05-11T18:31:30.708Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 109 | 2026-05-11T18:31:30.708Z | + 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 |
| 110 | 2026-05-11T18:31:30.708Z | + 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 |
| 111 | 2026-05-11T18:31:30.708Z | + banner prerequisites |
| 112 | 2026-05-11T18:31:30.711Z | |
| 113 | 2026-05-11T18:31:30.711Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2026-05-11T18:31:30.711Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-11T18:31:30.711Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2026-05-11T18:31:30.711Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2026-05-11T18:31:30.711Z | # # # # # # # # # # # # # # # |
| 118 | 2026-05-11T18:31:30.711Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2026-05-11T18:31:30.711Z | |
| 120 | 2026-05-11T18:31:30.711Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 121 | 2026-05-11T18:31:32.655Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-05-11T18:31:32.699Z | Startup: Caching catalogs ... Done |
| 123 | 2026-05-11T18:31:32.847Z | Planning: Solver setup ... Done (0.120s) |
| 124 | 2026-05-11T18:31:32.856Z | Planning: Running solver ... Done (0.009s) |
| 125 | 2026-05-11T18:31:32.872Z | Planning: Finding local manifests ... Done (0.014s) |
| 126 | 2026-05-11T18:31:32.890Z | Planning: Fetching manifests: 0/2 0% complete |
| 127 | 2026-05-11T18:31:32.905Z | Planning: Fetching manifests: 2/2 100% complete |
| 128 | 2026-05-11T18:31:32.919Z | Planning: Package planning ... Done (0.013s) |
| 129 | 2026-05-11T18:31:32.922Z | Planning: Merging actions ... Done (0.001s) |
| 130 | 2026-05-11T18:31:33.117Z | Planning: Checking for conflicting actions ... Done (0.197s) |
| 131 | 2026-05-11T18:31:33.120Z | Planning: Consolidating action changes ... Done (0.001s) |
| 132 | 2026-05-11T18:31:34.555Z | Planning: Evaluating mediators ... Done (1.436s) |
| 133 | 2026-05-11T18:31:34.558Z | Planning: Planning completed in 1.84 seconds |
| 134 | 2026-05-11T18:31:34.564Z | Packages to install: 2 |
| 135 | 2026-05-11T18:31:34.564Z | Estimated space available: 156.08 GB |
| 136 | 2026-05-11T18:31:34.565Z | Estimated space to be consumed: 16.95 MB |
| 137 | 2026-05-11T18:31:34.565Z | Create boot environment: No |
| 138 | 2026-05-11T18:31:34.567Z | Create backup boot environment: No |
| 139 | 2026-05-11T18:31:34.568Z | Rebuild boot archive: No |
| 140 | 2026-05-11T18:31:34.568Z | |
| 141 | 2026-05-11T18:31:34.568Z | Changed packages: |
| 142 | 2026-05-11T18:31:34.568Z | helios |
| 143 | 2026-05-11T18:31:34.568Z | developer/build-essential |
| 144 | 2026-05-11T18:31:34.568Z | None -> 11-3.0 |
| 145 | 2026-05-11T18:31:34.568Z | library/libxmlsec1 |
| 146 | 2026-05-11T18:31:34.568Z | None -> 1.2.35-3.0 |
| 147 | 2026-05-11T18:31:34.617Z | |
| 148 | 2026-05-11T18:31:34.617Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 149 | 2026-05-11T18:31:35.286Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 150 | 2026-05-11T18:31:35.354Z | Actions: 1/268 actions (Installing new actions) |
| 151 | 2026-05-11T18:31:35.391Z | Actions: Completed 268 actions in 0.04 seconds. |
| 152 | 2026-05-11T18:31:35.397Z | Finalize: Updating package state database ... Done (0.004s) |
| 153 | 2026-05-11T18:31:35.397Z | Finalize: Updating package cache ... Done (0.000s) |
| 154 | 2026-05-11T18:31:35.406Z | Finalize: Updating image state ... Done (0.011s) |
| 155 | 2026-05-11T18:31:38.124Z | Finalize: Creating fast lookup database ... Done (2.697s) |
| 156 | 2026-05-11T18:31:38.195Z | Finalize: Reading search index ... Done (0.013s) |
| 157 | 2026-05-11T18:31:38.198Z | Finalize: Updating search index ... Done (0.000s) |
| 158 | 2026-05-11T18:31:38.269Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-11T18:31:38.560Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-05-11T18:31:38.662Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-05-11T18:31:38.666Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-05-11T18:31:38.821Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-05-11T18:31:38.825Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-05-11T18:31:38.847Z | Mediators to change: 2 |
| 165 | 2026-05-11T18:31:38.847Z | Create boot environment: No |
| 166 | 2026-05-11T18:31:38.847Z | Create backup boot environment: No |
| 167 | 2026-05-11T18:31:38.887Z | Finalize: Updating package state database ... Done |
| 168 | 2026-05-11T18:31:38.892Z | Finalize: Updating package cache ... Done |
| 169 | 2026-05-11T18:31:38.896Z | Finalize: Updating image state ... Done |
| 170 | 2026-05-11T18:31:40.833Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-05-11T18:31:40.894Z | Finalize: Reading search index ... Done |
| 172 | 2026-05-11T18:31:40.898Z | Finalize: Updating search index ... Done |
| 173 | 2026-05-11T18:31:40.957Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-11T18:31:41.245Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-05-11T18:31:41.344Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-05-11T18:31:41.348Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-05-11T18:31:41.501Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-05-11T18:31:41.506Z | Planning: Planning completed in 0.26 seconds |
| 179 | 2026-05-11T18:31:41.524Z | Mediators to change: 1 |
| 180 | 2026-05-11T18:31:41.524Z | Create boot environment: No |
| 181 | 2026-05-11T18:31:41.524Z | Create backup boot environment: No |
| 182 | 2026-05-11T18:31:41.564Z | Finalize: Updating package state database ... Done |
| 183 | 2026-05-11T18:31:41.564Z | Finalize: Updating package cache ... Done |
| 184 | 2026-05-11T18:31:41.572Z | Finalize: Updating image state ... Done |
| 185 | 2026-05-11T18:31:43.505Z | Finalize: Creating fast lookup database ... Done |
| 186 | 2026-05-11T18:31:43.564Z | Finalize: Reading search index ... Done |
| 187 | 2026-05-11T18:31:43.570Z | Finalize: Updating search index ... Done |
| 188 | 2026-05-11T18:31:43.668Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-11T18:31:43.979Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 190 | 2026-05-11T18:31:43.979Z | apache system 2.4 system |
| 191 | 2026-05-11T18:31:43.979Z | clang system 15 system |
| 192 | 2026-05-11T18:31:43.979Z | csh system system illumos |
| 193 | 2026-05-11T18:31:43.979Z | ctags system system illumos |
| 194 | 2026-05-11T18:31:43.979Z | file vendor vendor darwinsys |
| 195 | 2026-05-11T18:31:43.979Z | file system system illumos |
| 196 | 2026-05-11T18:31:43.979Z | gcc vendor 14 vendor |
| 197 | 2026-05-11T18:31:43.979Z | gcc system 13 system |
| 198 | 2026-05-11T18:31:43.979Z | gcc system 10 system |
| 199 | 2026-05-11T18:31:43.979Z | go system 1.25 system |
| 200 | 2026-05-11T18:31:43.979Z | llvm system 15 system |
| 201 | 2026-05-11T18:31:43.979Z | mariadb system 11.4 system |
| 202 | 2026-05-11T18:31:43.979Z | mta vendor vendor dma |
| 203 | 2026-05-11T18:31:43.979Z | openjdk system 17 system |
| 204 | 2026-05-11T18:31:43.979Z | openjdk system 11 system |
| 205 | 2026-05-11T18:31:43.980Z | openssl vendor 3 vendor |
| 206 | 2026-05-11T18:31:43.980Z | perl system 5.40 system |
| 207 | 2026-05-11T18:31:43.980Z | postgresql system 18 system |
| 208 | 2026-05-11T18:31:43.980Z | postgresql system 17 system |
| 209 | 2026-05-11T18:31:43.980Z | python vendor 3 vendor |
| 210 | 2026-05-11T18:31:43.980Z | python system 2 system |
| 211 | 2026-05-11T18:31:43.980Z | python3 vendor 3.13 vendor |
| 212 | 2026-05-11T18:31:43.980Z | ruby system 3.4 system |
| 213 | 2026-05-11T18:31:43.980Z | ruby system 3.0 system |
| 214 | 2026-05-11T18:31:43.980Z | words vendor vendor american-english |
| 215 | 2026-05-11T18:31:43.980Z | words system system australian-english |
| 216 | 2026-05-11T18:31:43.980Z | words system system british-english |
| 217 | 2026-05-11T18:31:43.980Z | words system system canadian-english |
| 218 | 2026-05-11T18:31:43.980Z | words system system french |
| 219 | 2026-05-11T18:31:43.980Z | words system system italian |
| 220 | 2026-05-11T18:31:43.980Z | words system system ngerman |
| 221 | 2026-05-11T18:31:43.980Z | words system system ogerman |
| 222 | 2026-05-11T18:31:43.980Z | words system system spanish |
| 223 | 2026-05-11T18:31:44.236Z | PUBLISHER TYPE STATUS P LOCATION |
| 224 | 2026-05-11T18:31:44.236Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 225 | 2026-05-11T18:31:44.502Z | FMRI IFO |
| 226 | 2026-05-11T18:31:44.502Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 227 | 2026-05-11T18:31:44.502Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 228 | 2026-05-11T18:31:44.502Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 229 | 2026-05-11T18:31:44.502Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 230 | 2026-05-11T18:31:44.502Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 231 | 2026-05-11T18:31:44.503Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 232 | 2026-05-11T18:31:44.503Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 233 | 2026-05-11T18:31:44.503Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 234 | 2026-05-11T18:31:44.503Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 235 | 2026-05-11T18:31:44.743Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 236 | 2026-05-11T18:31:45.006Z | Updating crates.io index |
| 237 | 2026-05-11T18:31:45.039Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 238 | 2026-05-11T18:31:45.302Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-05-11T18:31:46.215Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-05-11T18:31:46.998Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 241 | 2026-05-11T18:31:47.824Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 242 | 2026-05-11T18:31:48.384Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-05-11T18:31:49.701Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 244 | 2026-05-11T18:31:50.580Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 245 | 2026-05-11T18:31:50.893Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 246 | 2026-05-11T18:31:51.791Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-05-11T18:31:52.374Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 248 | 2026-05-11T18:31:52.676Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 249 | 2026-05-11T18:31:52.996Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-05-11T18:31:54.381Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-05-11T18:31:54.892Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-11T18:31:55.327Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 253 | 2026-05-11T18:31:55.701Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 254 | 2026-05-11T18:31:56.110Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 255 | 2026-05-11T18:31:56.370Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 256 | 2026-05-11T18:31:56.638Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 257 | 2026-05-11T18:31:56.913Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 258 | 2026-05-11T18:31:57.343Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 259 | 2026-05-11T18:31:57.697Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 260 | 2026-05-11T18:31:58.345Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 261 | 2026-05-11T18:31:58.612Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 262 | 2026-05-11T18:31:58.980Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 263 | 2026-05-11T18:31:59.305Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-05-11T18:32:00.334Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 265 | 2026-05-11T18:32:01.304Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 266 | 2026-05-11T18:32:01.816Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 267 | 2026-05-11T18:32:02.218Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 268 | 2026-05-11T18:32:02.669Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 269 | 2026-05-11T18:32:07.016Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 270 | 2026-05-11T18:32:07.147Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 271 | 2026-05-11T18:32:07.147Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 272 | 2026-05-11T18:32:07.147Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 273 | 2026-05-11T18:32:07.147Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 274 | 2026-05-11T18:32:07.147Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 275 | 2026-05-11T18:32:17.031Z | Downloading crates ... |
| 276 | 2026-05-11T18:32:17.087Z | Downloaded byteorder v1.5.0 |
| 277 | 2026-05-11T18:32:17.090Z | Downloaded camino-tempfile v1.4.1 |
| 278 | 2026-05-11T18:32:17.091Z | Downloaded camino v1.2.2 |
| 279 | 2026-05-11T18:32:17.094Z | Downloaded anstyle v1.0.13 |
| 280 | 2026-05-11T18:32:17.094Z | Downloaded anstream v0.6.21 |
| 281 | 2026-05-11T18:32:17.094Z | Downloaded clap_derive v4.5.55 |
| 282 | 2026-05-11T18:32:17.097Z | Downloaded cargo-platform v0.2.0 |
| 283 | 2026-05-11T18:32:17.101Z | Downloaded toml_datetime v0.6.11 |
| 284 | 2026-05-11T18:32:17.101Z | Downloaded equivalent v1.0.2 |
| 285 | 2026-05-11T18:32:17.101Z | Downloaded clap v4.5.60 |
| 286 | 2026-05-11T18:32:17.106Z | Downloaded cargo_metadata v0.21.0 |
| 287 | 2026-05-11T18:32:17.113Z | Downloaded pest_derive v2.8.6 |
| 288 | 2026-05-11T18:32:17.116Z | Downloaded clap_lex v1.0.0 |
| 289 | 2026-05-11T18:32:17.116Z | Downloaded idna_adapter v1.2.1 |
| 290 | 2026-05-11T18:32:17.116Z | Downloaded toml_write v0.1.2 |
| 291 | 2026-05-11T18:32:17.120Z | Downloaded unicode-linebreak v0.1.5 |
| 292 | 2026-05-11T18:32:17.123Z | Downloaded form_urlencoded v1.2.2 |
| 293 | 2026-05-11T18:32:17.123Z | Downloaded crypto-common v0.1.7 |
| 294 | 2026-05-11T18:32:17.123Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-05-11T18:32:17.123Z | Downloaded version_check v0.9.5 |
| 296 | 2026-05-11T18:32:17.127Z | Downloaded cargo_toml v0.21.0 |
| 297 | 2026-05-11T18:32:17.127Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-05-11T18:32:17.130Z | Downloaded plain v0.2.3 |
| 299 | 2026-05-11T18:32:17.130Z | Downloaded fastrand v2.3.0 |
| 300 | 2026-05-11T18:32:17.130Z | Downloaded errno v0.3.14 |
| 301 | 2026-05-11T18:32:17.130Z | Downloaded typeid v1.0.3 |
| 302 | 2026-05-11T18:32:17.134Z | Downloaded erased-serde v0.4.9 |
| 303 | 2026-05-11T18:32:17.134Z | Downloaded usdt v0.5.0 |
| 304 | 2026-05-11T18:32:17.134Z | Downloaded proc-macro-error v1.0.4 |
| 305 | 2026-05-11T18:32:17.137Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-05-11T18:32:17.137Z | Downloaded smallvec v1.15.1 |
| 307 | 2026-05-11T18:32:17.137Z | Downloaded zerofrom-derive v0.1.6 |
| 308 | 2026-05-11T18:32:17.141Z | Downloaded thiserror v1.0.69 |
| 309 | 2026-05-11T18:32:17.141Z | Downloaded stable_deref_trait v1.2.1 |
| 310 | 2026-05-11T18:32:17.145Z | Downloaded macaddr v1.0.1 |
| 311 | 2026-05-11T18:32:17.145Z | Downloaded heck v0.4.1 |
| 312 | 2026-05-11T18:32:17.145Z | Downloaded cfg-if v1.0.4 |
| 313 | 2026-05-11T18:32:17.146Z | Downloaded block-buffer v0.10.4 |
| 314 | 2026-05-11T18:32:17.146Z | Downloaded yoke-derive v0.8.1 |
| 315 | 2026-05-11T18:32:17.149Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2026-05-11T18:32:17.149Z | Downloaded utf8_iter v1.0.4 |
| 317 | 2026-05-11T18:32:17.149Z | Downloaded thread-id v4.2.2 |
| 318 | 2026-05-11T18:32:17.150Z | Downloaded colorchoice v1.0.4 |
| 319 | 2026-05-11T18:32:17.150Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-05-11T18:32:17.150Z | Downloaded unicode-xid v0.2.6 |
| 321 | 2026-05-11T18:32:17.150Z | Downloaded thiserror-impl v1.0.69 |
| 322 | 2026-05-11T18:32:17.150Z | Downloaded quote v1.0.45 |
| 323 | 2026-05-11T18:32:17.153Z | Downloaded potential_utf v0.1.4 |
| 324 | 2026-05-11T18:32:17.153Z | Downloaded yoke v0.8.1 |
| 325 | 2026-05-11T18:32:17.153Z | Downloaded tinystr v0.8.2 |
| 326 | 2026-05-11T18:32:17.153Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-05-11T18:32:17.156Z | Downloaded anstyle-query v1.1.5 |
| 328 | 2026-05-11T18:32:17.157Z | Downloaded serde-value v0.7.0 |
| 329 | 2026-05-11T18:32:17.160Z | Downloaded percent-encoding v2.3.2 |
| 330 | 2026-05-11T18:32:17.160Z | Downloaded zmij v1.0.21 |
| 331 | 2026-05-11T18:32:17.160Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-05-11T18:32:17.160Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-05-11T18:32:17.163Z | Downloaded ordered-float v2.10.1 |
| 334 | 2026-05-11T18:32:17.163Z | Downloaded fnv v1.0.7 |
| 335 | 2026-05-11T18:32:17.166Z | Downloaded zerocopy-derive v0.7.35 |
| 336 | 2026-05-11T18:32:17.169Z | Downloaded zerovec-derive v0.11.2 |
| 337 | 2026-05-11T18:32:17.169Z | Downloaded heck v0.5.0 |
| 338 | 2026-05-11T18:32:17.170Z | Downloaded unicode-ident v1.0.24 |
| 339 | 2026-05-11T18:32:17.173Z | Downloaded toml v0.8.23 |
| 340 | 2026-05-11T18:32:17.173Z | Downloaded writeable v0.6.2 |
| 341 | 2026-05-11T18:32:17.176Z | Downloaded scroll_derive v0.12.1 |
| 342 | 2026-05-11T18:32:17.176Z | Downloaded pretty-hex v0.4.1 |
| 343 | 2026-05-11T18:32:17.176Z | Downloaded itoa v1.0.17 |
| 344 | 2026-05-11T18:32:17.176Z | Downloaded is_terminal_polyfill v1.70.2 |
| 345 | 2026-05-11T18:32:17.176Z | Downloaded generic-array v0.14.7 |
| 346 | 2026-05-11T18:32:17.180Z | Downloaded strsim v0.11.1 |
| 347 | 2026-05-11T18:32:17.183Z | Downloaded smawk v0.3.2 |
| 348 | 2026-05-11T18:32:17.183Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-05-11T18:32:17.187Z | Downloaded typenum v1.19.0 |
| 350 | 2026-05-11T18:32:17.190Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-05-11T18:32:17.193Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-05-11T18:32:17.193Z | Downloaded tabled_derive v0.7.0 |
| 353 | 2026-05-11T18:32:17.197Z | Downloaded url v2.5.8 |
| 354 | 2026-05-11T18:32:17.197Z | Downloaded dtrace-parser v0.2.0 |
| 355 | 2026-05-11T18:32:17.197Z | Downloaded dof v0.3.0 |
| 356 | 2026-05-11T18:32:17.197Z | Downloaded cpufeatures v0.2.17 |
| 357 | 2026-05-11T18:32:17.200Z | Downloaded zerotrie v0.2.3 |
| 358 | 2026-05-11T18:32:17.203Z | Downloaded displaydoc v0.2.5 |
| 359 | 2026-05-11T18:32:17.203Z | Downloaded pest_meta v2.8.6 |
| 360 | 2026-05-11T18:32:17.208Z | Downloaded terminal_size v0.4.3 |
| 361 | 2026-05-11T18:32:17.212Z | Downloaded serde_spanned v0.6.9 |
| 362 | 2026-05-11T18:32:17.215Z | Downloaded zerovec v0.11.5 |
| 363 | 2026-05-11T18:32:17.218Z | Downloaded icu_collections v2.1.1 |
| 364 | 2026-05-11T18:32:17.222Z | Downloaded memmap v0.7.0 |
| 365 | 2026-05-11T18:32:17.225Z | Downloaded swrite v0.1.0 |
| 366 | 2026-05-11T18:32:17.225Z | Downloaded scroll v0.12.0 |
| 367 | 2026-05-11T18:32:17.225Z | Downloaded fs-err v3.3.0 |
| 368 | 2026-05-11T18:32:17.225Z | Downloaded zerocopy v0.7.35 |
| 369 | 2026-05-11T18:32:17.232Z | Downloaded synstructure v0.13.2 |
| 370 | 2026-05-11T18:32:17.235Z | Downloaded winnow v0.7.14 |
| 371 | 2026-05-11T18:32:17.239Z | Downloaded unicode-width v0.1.14 |
| 372 | 2026-05-11T18:32:17.242Z | Downloaded icu_locale_core v2.1.1 |
| 373 | 2026-05-11T18:32:17.245Z | Downloaded anstyle-parse v0.2.7 |
| 374 | 2026-05-11T18:32:17.248Z | Downloaded unicode-width v0.2.0 |
| 375 | 2026-05-11T18:32:17.252Z | Downloaded digest v0.10.7 |
| 376 | 2026-05-11T18:32:17.252Z | Downloaded serde-untagged v0.1.9 |
| 377 | 2026-05-11T18:32:17.252Z | Downloaded litemap v0.8.1 |
| 378 | 2026-05-11T18:32:17.255Z | Downloaded autocfg v1.5.0 |
| 379 | 2026-05-11T18:32:17.255Z | Downloaded semver v1.0.28 |
| 380 | 2026-05-11T18:32:17.258Z | Downloaded bitflags v2.11.0 |
| 381 | 2026-05-11T18:32:17.258Z | Downloaded bytecount v0.6.9 |
| 382 | 2026-05-11T18:32:17.262Z | Downloaded anyhow v1.0.102 |
| 383 | 2026-05-11T18:32:17.266Z | Downloaded tempfile v3.25.0 |
| 384 | 2026-05-11T18:32:17.269Z | Downloaded pest_generator v2.8.6 |
| 385 | 2026-05-11T18:32:17.269Z | Downloaded cargo-util-schemas v0.8.2 |
| 386 | 2026-05-11T18:32:17.275Z | Downloaded icu_properties v2.1.2 |
| 387 | 2026-05-11T18:32:17.290Z | Downloaded once_cell v1.21.3 |
| 388 | 2026-05-11T18:32:17.293Z | Downloaded log v0.4.29 |
| 389 | 2026-05-11T18:32:17.296Z | Downloaded icu_provider v2.1.1 |
| 390 | 2026-05-11T18:32:17.296Z | Downloaded proc-macro2 v1.0.106 |
| 391 | 2026-05-11T18:32:17.300Z | Downloaded sha2 v0.10.9 |
| 392 | 2026-05-11T18:32:17.303Z | Downloaded serde_tokenstream v0.2.3 |
| 393 | 2026-05-11T18:32:17.303Z | Downloaded num-traits v0.2.19 |
| 394 | 2026-05-11T18:32:17.306Z | Downloaded getrandom v0.4.1 |
| 395 | 2026-05-11T18:32:17.310Z | Downloaded papergrid v0.11.0 |
| 396 | 2026-05-11T18:32:17.313Z | Downloaded serde_derive v1.0.228 |
| 397 | 2026-05-11T18:32:17.316Z | Downloaded icu_normalizer_data v2.1.1 |
| 398 | 2026-05-11T18:32:17.316Z | Downloaded icu_normalizer v2.1.1 |
| 399 | 2026-05-11T18:32:17.319Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-05-11T18:32:17.324Z | Downloaded serde v1.0.228 |
| 401 | 2026-05-11T18:32:17.327Z | Downloaded memchr v2.8.0 |
| 402 | 2026-05-11T18:32:17.346Z | Downloaded indexmap v2.14.0 |
| 403 | 2026-05-11T18:32:17.354Z | Downloaded idna v1.1.0 |
| 404 | 2026-05-11T18:32:17.370Z | Downloaded pest v2.8.6 |
| 405 | 2026-05-11T18:32:17.382Z | Downloaded serde_json v1.0.149 |
| 406 | 2026-05-11T18:32:17.389Z | Downloaded goblin v0.8.2 |
| 407 | 2026-05-11T18:32:17.393Z | Downloaded hashbrown v0.17.0 |
| 408 | 2026-05-11T18:32:17.396Z | Downloaded clap_builder v4.5.60 |
| 409 | 2026-05-11T18:32:17.399Z | Downloaded icu_properties_data v2.1.2 |
| 410 | 2026-05-11T18:32:17.404Z | Downloaded tabled v0.15.0 |
| 411 | 2026-05-11T18:32:17.419Z | Downloaded syn v1.0.109 |
| 412 | 2026-05-11T18:32:17.424Z | Downloaded syn v2.0.117 |
| 413 | 2026-05-11T18:32:17.447Z | Downloaded rustix v1.1.3 |
| 414 | 2026-05-11T18:32:17.471Z | Downloaded libc v0.2.185 |
| 415 | 2026-05-11T18:32:17.538Z | Compiling proc-macro2 v1.0.106 |
| 416 | 2026-05-11T18:32:17.538Z | Compiling unicode-ident v1.0.24 |
| 417 | 2026-05-11T18:32:17.542Z | Compiling quote v1.0.45 |
| 418 | 2026-05-11T18:32:17.542Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-11T18:32:17.542Z | Compiling libc v0.2.185 |
| 420 | 2026-05-11T18:32:17.542Z | Compiling version_check v0.9.5 |
| 421 | 2026-05-11T18:32:17.542Z | Compiling memchr v2.8.0 |
| 422 | 2026-05-11T18:32:17.542Z | Compiling serde v1.0.228 |
| 423 | 2026-05-11T18:32:17.861Z | Compiling stable_deref_trait v1.2.1 |
| 424 | 2026-05-11T18:32:17.937Z | Compiling zmij v1.0.21 |
| 425 | 2026-05-11T18:32:18.089Z | Compiling thiserror v1.0.69 |
| 426 | 2026-05-11T18:32:18.257Z | Compiling itoa v1.0.17 |
| 427 | 2026-05-11T18:32:18.272Z | Compiling autocfg v1.5.0 |
| 428 | 2026-05-11T18:32:18.395Z | Compiling ucd-trie v0.1.7 |
| 429 | 2026-05-11T18:32:18.635Z | Compiling pest v2.8.6 |
| 430 | 2026-05-11T18:32:18.660Z | Compiling writeable v0.6.2 |
| 431 | 2026-05-11T18:32:18.681Z | Compiling litemap v0.8.1 |
| 432 | 2026-05-11T18:32:18.696Z | Compiling byteorder v1.5.0 |
| 433 | 2026-05-11T18:32:18.740Z | Compiling icu_properties_data v2.1.2 |
| 434 | 2026-05-11T18:32:18.855Z | Compiling rustix v1.1.3 |
| 435 | 2026-05-11T18:32:18.921Z | Compiling icu_normalizer_data v2.1.1 |
| 436 | 2026-05-11T18:32:19.155Z | Compiling syn v2.0.117 |
| 437 | 2026-05-11T18:32:19.227Z | Compiling errno v0.3.14 |
| 438 | 2026-05-11T18:32:19.241Z | Compiling serde_json v1.0.149 |
| 439 | 2026-05-11T18:32:19.258Z | Compiling bitflags v2.11.0 |
| 440 | 2026-05-11T18:32:19.479Z | Compiling num-traits v0.2.19 |
| 441 | 2026-05-11T18:32:19.514Z | Compiling smallvec v1.15.1 |
| 442 | 2026-05-11T18:32:19.538Z | Compiling equivalent v1.0.2 |
| 443 | 2026-05-11T18:32:19.639Z | Compiling typeid v1.0.3 |
| 444 | 2026-05-11T18:32:19.671Z | Compiling hashbrown v0.17.0 |
| 445 | 2026-05-11T18:32:19.736Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-11T18:32:20.118Z | Compiling thread-id v4.2.2 |
| 447 | 2026-05-11T18:32:20.137Z | Compiling proc-macro-error-attr v1.0.4 |
| 448 | 2026-05-11T18:32:20.182Z | Compiling indexmap v2.14.0 |
| 449 | 2026-05-11T18:32:20.200Z | Compiling usdt-impl v0.5.0 |
| 450 | 2026-05-11T18:32:20.225Z | Compiling winnow v0.7.14 |
| 451 | 2026-05-11T18:32:20.315Z | Compiling syn v1.0.109 |
| 452 | 2026-05-11T18:32:20.407Z | Compiling erased-serde v0.4.9 |
| 453 | 2026-05-11T18:32:20.603Z | Compiling toml_write v0.1.2 |
| 454 | 2026-05-11T18:32:20.820Z | Compiling proc-macro-error v1.0.4 |
| 455 | 2026-05-11T18:32:20.917Z | Compiling getrandom v0.4.1 |
| 456 | 2026-05-11T18:32:21.005Z | Compiling utf8parse v0.2.2 |
| 457 | 2026-05-11T18:32:21.122Z | Compiling camino v1.2.2 |
| 458 | 2026-05-11T18:32:21.255Z | Compiling percent-encoding v2.3.2 |
| 459 | 2026-05-11T18:32:21.350Z | Compiling plain v0.2.3 |
| 460 | 2026-05-11T18:32:21.370Z | Compiling utf8_iter v1.0.4 |
| 461 | 2026-05-11T18:32:21.437Z | Compiling thiserror v2.0.18 |
| 462 | 2026-05-11T18:32:21.452Z | Compiling log v0.4.29 |
| 463 | 2026-05-11T18:32:21.514Z | Compiling form_urlencoded v1.2.2 |
| 464 | 2026-05-11T18:32:21.531Z | Compiling ordered-float v2.10.1 |
| 465 | 2026-05-11T18:32:21.590Z | Compiling anstyle-parse v0.2.7 |
| 466 | 2026-05-11T18:32:21.736Z | Compiling synstructure v0.13.2 |
| 467 | 2026-05-11T18:32:21.777Z | Compiling pest_generator v2.8.6 |
| 468 | 2026-05-11T18:32:21.796Z | Compiling terminal_size v0.4.3 |
| 469 | 2026-05-11T18:32:21.978Z | Compiling anstyle v1.0.13 |
| 470 | 2026-05-11T18:32:22.092Z | Compiling anstyle-query v1.1.5 |
| 471 | 2026-05-11T18:32:22.130Z | Compiling colorchoice v1.0.4 |
| 472 | 2026-05-11T18:32:22.180Z | Compiling is_terminal_polyfill v1.70.2 |
| 473 | 2026-05-11T18:32:22.220Z | Compiling cfg-if v1.0.4 |
| 474 | 2026-05-11T18:32:22.237Z | Compiling pretty-hex v0.4.1 |
| 475 | 2026-05-11T18:32:22.261Z | Compiling anstream v0.6.21 |
| 476 | 2026-05-11T18:32:22.325Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-11T18:32:22.398Z | Compiling semver v1.0.28 |
| 478 | 2026-05-11T18:32:22.475Z | Compiling fs-err v3.3.0 |
| 479 | 2026-05-11T18:32:22.559Z | Compiling anyhow v1.0.102 |
| 480 | 2026-05-11T18:32:22.576Z | Compiling fastrand v2.3.0 |
| 481 | 2026-05-11T18:32:22.668Z | Compiling fnv v1.0.7 |
| 482 | 2026-05-11T18:32:22.712Z | Compiling heck v0.4.1 |
| 483 | 2026-05-11T18:32:22.745Z | Compiling clap_lex v1.0.0 |
| 484 | 2026-05-11T18:32:22.767Z | Compiling unicode-xid v0.2.6 |
| 485 | 2026-05-11T18:32:22.838Z | Compiling bytecount v0.6.9 |
| 486 | 2026-05-11T18:32:22.863Z | Compiling unicode-width v0.1.14 |
| 487 | 2026-05-11T18:32:22.936Z | Compiling once_cell v1.21.3 |
| 488 | 2026-05-11T18:32:22.969Z | Compiling heck v0.5.0 |
| 489 | 2026-05-11T18:32:22.975Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-11T18:32:23.134Z | Compiling tempfile v3.25.0 |
| 491 | 2026-05-11T18:32:23.151Z | Compiling papergrid v0.11.0 |
| 492 | 2026-05-11T18:32:23.193Z | Compiling clap_builder v4.5.60 |
| 493 | 2026-05-11T18:32:23.404Z | Compiling serde_derive v1.0.228 |
| 494 | 2026-05-11T18:32:23.421Z | Compiling zerofrom-derive v0.1.6 |
| 495 | 2026-05-11T18:32:23.437Z | Compiling yoke-derive v0.8.1 |
| 496 | 2026-05-11T18:32:23.503Z | Compiling zerovec-derive v0.11.2 |
| 497 | 2026-05-11T18:32:23.866Z | Compiling displaydoc v0.2.5 |
| 498 | 2026-05-11T18:32:24.591Z | Compiling thiserror-impl v1.0.69 |
| 499 | 2026-05-11T18:32:24.614Z | Compiling zerocopy-derive v0.7.35 |
| 500 | 2026-05-11T18:32:24.638Z | Compiling pest_derive v2.8.6 |
| 501 | 2026-05-11T18:32:24.678Z | Compiling scroll_derive v0.12.1 |
| 502 | 2026-05-11T18:32:24.869Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-11T18:32:25.014Z | Compiling yoke v0.8.1 |
| 504 | 2026-05-11T18:32:25.062Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-05-11T18:32:25.214Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-11T18:32:25.328Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-11T18:32:25.464Z | Compiling zerocopy v0.7.35 |
| 508 | 2026-05-11T18:32:25.620Z | Compiling scroll v0.12.0 |
| 509 | 2026-05-11T18:32:25.700Z | Compiling tinystr v0.8.2 |
| 510 | 2026-05-11T18:32:25.890Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-11T18:32:25.909Z | Compiling potential_utf v0.1.4 |
| 512 | 2026-05-11T18:32:25.943Z | Compiling dtrace-parser v0.2.0 |
| 513 | 2026-05-11T18:32:26.008Z | Compiling goblin v0.8.2 |
| 514 | 2026-05-11T18:32:26.074Z | Compiling icu_collections v2.1.1 |
| 515 | 2026-05-11T18:32:26.259Z | Compiling tabled_derive v0.7.0 |
| 516 | 2026-05-11T18:32:26.479Z | Compiling clap_derive v4.5.55 |
| 517 | 2026-05-11T18:32:26.552Z | Compiling icu_provider v2.1.1 |
| 518 | 2026-05-11T18:32:26.693Z | Compiling memmap v0.7.0 |
| 519 | 2026-05-11T18:32:26.767Z | Compiling unicode-linebreak v0.1.5 |
| 520 | 2026-05-11T18:32:26.851Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-11T18:32:26.870Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-11T18:32:26.873Z | Compiling serde_spanned v0.6.9 |
| 523 | 2026-05-11T18:32:26.904Z | Compiling toml_datetime v0.6.11 |
| 524 | 2026-05-11T18:32:27.017Z | Compiling dof v0.3.0 |
| 525 | 2026-05-11T18:32:27.048Z | Compiling serde_tokenstream v0.2.3 |
| 526 | 2026-05-11T18:32:27.166Z | Compiling toml_edit v0.22.27 |
| 527 | 2026-05-11T18:32:27.195Z | Compiling serde-value v0.7.0 |
| 528 | 2026-05-11T18:32:27.392Z | Compiling cargo-platform v0.2.0 |
| 529 | 2026-05-11T18:32:27.421Z | Compiling smawk v0.3.2 |
| 530 | 2026-05-11T18:32:27.538Z | Compiling unicode-width v0.2.0 |
| 531 | 2026-05-11T18:32:27.569Z | Compiling tabled v0.15.0 |
| 532 | 2026-05-11T18:32:27.660Z | Compiling macaddr v1.0.1 |
| 533 | 2026-05-11T18:32:27.829Z | Compiling idna_adapter v1.2.1 |
| 534 | 2026-05-11T18:32:27.890Z | Compiling textwrap v0.16.2 |
| 535 | 2026-05-11T18:32:27.949Z | Compiling idna v1.1.0 |
| 536 | 2026-05-11T18:32:27.952Z | Compiling usdt-macro v0.5.0 |
| 537 | 2026-05-11T18:32:27.983Z | Compiling usdt-attr-macro v0.5.0 |
| 538 | 2026-05-11T18:32:28.193Z | Compiling clap v4.5.60 |
| 539 | 2026-05-11T18:32:28.290Z | Compiling url v2.5.8 |
| 540 | 2026-05-11T18:32:28.611Z | Compiling toml v0.8.23 |
| 541 | 2026-05-11T18:32:29.038Z | Compiling cargo-util-schemas v0.8.2 |
| 542 | 2026-05-11T18:32:29.107Z | Compiling cargo_toml v0.21.0 |
| 543 | 2026-05-11T18:32:29.143Z | Compiling camino-tempfile v1.4.1 |
| 544 | 2026-05-11T18:32:29.299Z | Compiling usdt v0.5.0 |
| 545 | 2026-05-11T18:32:29.388Z | Compiling swrite v0.1.0 |
| 546 | 2026-05-11T18:32:29.491Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2026-05-11T18:32:29.950Z | Compiling cargo_metadata v0.21.0 |
| 548 | 2026-05-11T18:32:30.876Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 549 | 2026-05-11T18:32:32.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.35s |
| 550 | 2026-05-11T18:32:33.175Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 551 | 2026-05-11T18:32:33.747Z | Downloading crates ... |
| 552 | 2026-05-11T18:32:33.837Z | Downloaded adler2 v2.0.1 |
| 553 | 2026-05-11T18:32:33.844Z | Downloaded base16ct v0.2.0 |
| 554 | 2026-05-11T18:32:33.848Z | Downloaded cipher v0.4.4 |
| 555 | 2026-05-11T18:32:33.851Z | Downloaded argon2 v0.5.3 |
| 556 | 2026-05-11T18:32:33.851Z | Downloaded aes-gcm v0.10.3 |
| 557 | 2026-05-11T18:32:33.856Z | Downloaded bb8 v0.8.6 |
| 558 | 2026-05-11T18:32:33.859Z | Downloaded cstr-argument v0.1.2 |
| 559 | 2026-05-11T18:32:33.859Z | Downloaded cfg_aliases v0.2.1 |
| 560 | 2026-05-11T18:32:33.859Z | Downloaded aead v0.5.2 |
| 561 | 2026-05-11T18:32:33.862Z | Downloaded convert_case v0.10.0 |
| 562 | 2026-05-11T18:32:33.866Z | Downloaded ctr v0.9.2 |
| 563 | 2026-05-11T18:32:33.869Z | Downloaded bitfield-macros v0.19.4 |
| 564 | 2026-05-11T18:32:33.869Z | Downloaded async-stream v0.3.6 |
| 565 | 2026-05-11T18:32:33.870Z | Downloaded arrayref v0.3.9 |
| 566 | 2026-05-11T18:32:33.873Z | Downloaded crossbeam-utils v0.8.21 |
| 567 | 2026-05-11T18:32:33.873Z | Downloaded bitflags v1.3.2 |
| 568 | 2026-05-11T18:32:33.876Z | Downloaded crucible-workspace-hack v0.1.0 |
| 569 | 2026-05-11T18:32:33.876Z | Downloaded cexpr v0.6.0 |
| 570 | 2026-05-11T18:32:33.876Z | Downloaded cargo_metadata v0.19.2 |
| 571 | 2026-05-11T18:32:33.880Z | Downloaded base64ct v1.8.3 |
| 572 | 2026-05-11T18:32:33.880Z | Downloaded dunce v1.0.5 |
| 573 | 2026-05-11T18:32:33.883Z | Downloaded defmt-parser v1.0.0 |
| 574 | 2026-05-11T18:32:33.883Z | Downloaded flagset v0.4.7 |
| 575 | 2026-05-11T18:32:33.883Z | Downloaded deranged v0.5.8 |
| 576 | 2026-05-11T18:32:33.883Z | Downloaded base64 v0.21.7 |
| 577 | 2026-05-11T18:32:33.888Z | Downloaded darling_macro v0.20.11 |
| 578 | 2026-05-11T18:32:33.888Z | Downloaded diesel-dtrace v0.5.0 |
| 579 | 2026-05-11T18:32:33.891Z | Downloaded csv-core v0.1.13 |
| 580 | 2026-05-11T18:32:33.891Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 581 | 2026-05-11T18:32:33.891Z | Downloaded console v0.16.2 |
| 582 | 2026-05-11T18:32:33.894Z | Downloaded crypto-bigint v0.5.5 |
| 583 | 2026-05-11T18:32:33.897Z | Downloaded ena v0.14.4 |
| 584 | 2026-05-11T18:32:33.898Z | Downloaded des v0.8.1 |
| 585 | 2026-05-11T18:32:33.898Z | Downloaded derive_builder v0.20.2 |
| 586 | 2026-05-11T18:32:33.901Z | Downloaded bzip2 v0.4.4 |
| 587 | 2026-05-11T18:32:33.904Z | Downloaded ascii-canvas v3.0.0 |
| 588 | 2026-05-11T18:32:33.904Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 589 | 2026-05-11T18:32:33.904Z | Downloaded ahash v0.8.12 |
| 590 | 2026-05-11T18:32:33.907Z | Downloaded darling_macro v0.23.0 |
| 591 | 2026-05-11T18:32:33.907Z | Downloaded downcast-rs v2.0.2 |
| 592 | 2026-05-11T18:32:33.912Z | Downloaded elliptic-curve v0.13.8 |
| 593 | 2026-05-11T18:32:33.912Z | Downloaded castaway v0.2.4 |
| 594 | 2026-05-11T18:32:33.915Z | Downloaded cargo-platform v0.1.9 |
| 595 | 2026-05-11T18:32:33.915Z | Downloaded crc-catalog v2.4.0 |
| 596 | 2026-05-11T18:32:33.915Z | Downloaded darling v0.20.11 |
| 597 | 2026-05-11T18:32:33.919Z | Downloaded endian-type v0.1.2 |
| 598 | 2026-05-11T18:32:33.919Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 599 | 2026-05-11T18:32:33.922Z | Downloaded bit-set v0.5.3 |
| 600 | 2026-05-11T18:32:33.922Z | Downloaded atomicwrites v0.4.4 |
| 601 | 2026-05-11T18:32:33.922Z | Downloaded crc v3.4.0 |
| 602 | 2026-05-11T18:32:33.927Z | Downloaded compression-core v0.4.31 |
| 603 | 2026-05-11T18:32:33.927Z | Downloaded either v1.15.0 |
| 604 | 2026-05-11T18:32:33.927Z | Downloaded dirs-sys-next v0.1.2 |
| 605 | 2026-05-11T18:32:33.930Z | Downloaded crossbeam-channel v0.5.15 |
| 606 | 2026-05-11T18:32:33.931Z | Downloaded ciborium-io v0.2.2 |
| 607 | 2026-05-11T18:32:33.931Z | Downloaded atty v0.2.14 |
| 608 | 2026-05-11T18:32:33.934Z | Downloaded cobs v0.3.0 |
| 609 | 2026-05-11T18:32:33.934Z | Downloaded array-init v0.0.4 |
| 610 | 2026-05-11T18:32:33.941Z | Downloaded block-padding v0.3.3 |
| 611 | 2026-05-11T18:32:33.944Z | Downloaded assert_matches v1.5.0 |
| 612 | 2026-05-11T18:32:33.948Z | Downloaded derive_builder_macro v0.20.2 |
| 613 | 2026-05-11T18:32:33.948Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 614 | 2026-05-11T18:32:33.948Z | Downloaded debug-ignore v1.0.5 |
| 615 | 2026-05-11T18:32:33.948Z | Downloaded crc8 v0.1.1 |
| 616 | 2026-05-11T18:32:33.951Z | Downloaded fd-lock v4.0.4 |
| 617 | 2026-05-11T18:32:33.951Z | Downloaded cpufeatures v0.3.0 |
| 618 | 2026-05-11T18:32:33.954Z | Downloaded dyn-clone v1.0.20 |
| 619 | 2026-05-11T18:32:33.954Z | Downloaded dirs-next v2.0.0 |
| 620 | 2026-05-11T18:32:33.955Z | Downloaded async-stream-impl v0.3.6 |
| 621 | 2026-05-11T18:32:33.955Z | Downloaded defmt v0.3.100 |
| 622 | 2026-05-11T18:32:33.958Z | Downloaded darling_macro v0.21.3 |
| 623 | 2026-05-11T18:32:33.958Z | Downloaded convert_case v0.4.0 |
| 624 | 2026-05-11T18:32:33.962Z | Downloaded embedded-io v0.6.1 |
| 625 | 2026-05-11T18:32:33.962Z | Downloaded dof v0.4.0 |
| 626 | 2026-05-11T18:32:33.962Z | Downloaded foreign-types-macros v0.2.3 |
| 627 | 2026-05-11T18:32:33.962Z | Downloaded ciborium-ll v0.2.2 |
| 628 | 2026-05-11T18:32:33.965Z | Downloaded cfg_aliases v0.1.1 |
| 629 | 2026-05-11T18:32:33.965Z | Downloaded bit-set v0.8.0 |
| 630 | 2026-05-11T18:32:33.965Z | Downloaded bitfield-struct v0.6.2 |
| 631 | 2026-05-11T18:32:33.969Z | Downloaded foreign-types v0.5.0 |
| 632 | 2026-05-11T18:32:33.969Z | Downloaded atomic-waker v1.1.2 |
| 633 | 2026-05-11T18:32:33.972Z | Downloaded async-recursion v1.1.1 |
| 634 | 2026-05-11T18:32:33.972Z | Downloaded chacha20 v0.9.1 |
| 635 | 2026-05-11T18:32:33.975Z | Downloaded cbc v0.1.2 |
| 636 | 2026-05-11T18:32:33.975Z | Downloaded byte-wrapper v0.1.0 |
| 637 | 2026-05-11T18:32:33.979Z | Downloaded bit-vec v0.6.3 |
| 638 | 2026-05-11T18:32:33.979Z | Downloaded crunchy v0.2.4 |
| 639 | 2026-05-11T18:32:33.979Z | Downloaded bcs v0.1.6 |
| 640 | 2026-05-11T18:32:33.982Z | Downloaded env_filter v1.0.0 |
| 641 | 2026-05-11T18:32:33.982Z | Downloaded embedded-io v0.4.0 |
| 642 | 2026-05-11T18:32:33.982Z | Downloaded fixedbitset v0.4.2 |
| 643 | 2026-05-11T18:32:33.982Z | Downloaded difflib v0.4.0 |
| 644 | 2026-05-11T18:32:33.986Z | Downloaded foreign-types-shared v0.1.1 |
| 645 | 2026-05-11T18:32:33.990Z | Downloaded foreign-types v0.3.2 |
| 646 | 2026-05-11T18:32:33.990Z | Downloaded futures-task v0.3.32 |
| 647 | 2026-05-11T18:32:33.990Z | Downloaded float-cmp v0.10.0 |
| 648 | 2026-05-11T18:32:33.990Z | Downloaded enum-as-inner v0.6.1 |
| 649 | 2026-05-11T18:32:33.993Z | Downloaded float-ord v0.3.2 |
| 650 | 2026-05-11T18:32:33.993Z | Downloaded futures-sink v0.3.32 |
| 651 | 2026-05-11T18:32:33.993Z | Downloaded futures-macro v0.3.32 |
| 652 | 2026-05-11T18:32:33.993Z | Downloaded futures-io v0.3.32 |
| 653 | 2026-05-11T18:32:33.994Z | Downloaded display-error-chain v0.2.2 |
| 654 | 2026-05-11T18:32:33.997Z | Downloaded dtrace-parser v0.3.0 |
| 655 | 2026-05-11T18:32:33.997Z | Downloaded foreign-types-shared v0.3.1 |
| 656 | 2026-05-11T18:32:33.997Z | Downloaded document-features v0.2.12 |
| 657 | 2026-05-11T18:32:34.001Z | Downloaded futures-core v0.3.32 |
| 658 | 2026-05-11T18:32:34.005Z | Downloaded ghash v0.5.1 |
| 659 | 2026-05-11T18:32:34.005Z | Downloaded hex v0.4.3 |
| 660 | 2026-05-11T18:32:34.008Z | Downloaded fxhash v0.2.1 |
| 661 | 2026-05-11T18:32:34.009Z | Downloaded globwalk v0.9.1 |
| 662 | 2026-05-11T18:32:34.009Z | Downloaded git-stub v1.0.0 |
| 663 | 2026-05-11T18:32:34.012Z | Downloaded bytes v1.11.1 |
| 664 | 2026-05-11T18:32:34.012Z | Downloaded async-trait v0.1.89 |
| 665 | 2026-05-11T18:32:34.015Z | Downloaded headers-core v0.3.0 |
| 666 | 2026-05-11T18:32:34.015Z | Downloaded funty v2.0.0 |
| 667 | 2026-05-11T18:32:34.015Z | Downloaded derive_builder_core v0.20.2 |
| 668 | 2026-05-11T18:32:34.019Z | Downloaded cmake v0.1.57 |
| 669 | 2026-05-11T18:32:34.019Z | Downloaded daft v0.1.5 |
| 670 | 2026-05-11T18:32:34.019Z | Downloaded backoff v0.4.0 |
| 671 | 2026-05-11T18:32:34.022Z | Downloaded derive-ex v0.1.8 |
| 672 | 2026-05-11T18:32:34.022Z | Downloaded corncobs v0.1.4 |
| 673 | 2026-05-11T18:32:34.025Z | Downloaded dsl_auto_type v0.2.0 |
| 674 | 2026-05-11T18:32:34.025Z | Downloaded crossbeam-deque v0.8.6 |
| 675 | 2026-05-11T18:32:34.028Z | Downloaded filetime v0.2.27 |
| 676 | 2026-05-11T18:32:34.028Z | Downloaded env_logger v0.11.9 |
| 677 | 2026-05-11T18:32:34.028Z | Downloaded defmt-macros v1.0.1 |
| 678 | 2026-05-11T18:32:34.032Z | Downloaded foldhash v0.1.5 |
| 679 | 2026-05-11T18:32:34.032Z | Downloaded const_format_proc_macros v0.2.34 |
| 680 | 2026-05-11T18:32:34.035Z | Downloaded hash32 v0.2.1 |
| 681 | 2026-05-11T18:32:34.035Z | Downloaded darling v0.23.0 |
| 682 | 2026-05-11T18:32:34.038Z | Downloaded constant_time_eq v0.4.2 |
| 683 | 2026-05-11T18:32:34.041Z | Downloaded chacha20 v0.10.0 |
| 684 | 2026-05-11T18:32:34.042Z | Downloaded hostname v0.4.2 |
| 685 | 2026-05-11T18:32:34.044Z | Downloaded hubpack v0.1.2 |
| 686 | 2026-05-11T18:32:34.045Z | Downloaded hubpack_derive v0.1.1 |
| 687 | 2026-05-11T18:32:34.045Z | Downloaded cassowary v0.3.0 |
| 688 | 2026-05-11T18:32:34.048Z | Downloaded httpdate v1.0.3 |
| 689 | 2026-05-11T18:32:34.048Z | Downloaded http-body v1.0.1 |
| 690 | 2026-05-11T18:32:34.048Z | Downloaded home v0.5.12 |
| 691 | 2026-05-11T18:32:34.052Z | Downloaded hostname v0.3.1 |
| 692 | 2026-05-11T18:32:34.052Z | Downloaded bzip2 v0.6.1 |
| 693 | 2026-05-11T18:32:34.052Z | Downloaded http-range v0.1.5 |
| 694 | 2026-05-11T18:32:34.052Z | Downloaded bumpalo v3.20.2 |
| 695 | 2026-05-11T18:32:34.055Z | Downloaded backon v1.6.0 |
| 696 | 2026-05-11T18:32:34.055Z | Downloaded fs-err v2.11.0 |
| 697 | 2026-05-11T18:32:34.059Z | Downloaded ecdsa v0.16.9 |
| 698 | 2026-05-11T18:32:34.060Z | Downloaded gethostname v0.5.0 |
| 699 | 2026-05-11T18:32:34.060Z | Downloaded data-encoding v2.10.0 |
| 700 | 2026-05-11T18:32:34.063Z | Downloaded daft-derive v0.1.5 |
| 701 | 2026-05-11T18:32:34.063Z | Downloaded ed25519 v2.2.3 |
| 702 | 2026-05-11T18:32:34.063Z | Downloaded der_derive v0.7.3 |
| 703 | 2026-05-11T18:32:34.067Z | Downloaded indoc v1.0.9 |
| 704 | 2026-05-11T18:32:34.067Z | Downloaded fs_extra v1.3.0 |
| 705 | 2026-05-11T18:32:34.070Z | Downloaded fallible-iterator v0.2.0 |
| 706 | 2026-05-11T18:32:34.070Z | Downloaded fixedbitset v0.5.7 |
| 707 | 2026-05-11T18:32:34.070Z | Downloaded indent_write v2.2.0 |
| 708 | 2026-05-11T18:32:34.074Z | Downloaded foldhash v0.2.0 |
| 709 | 2026-05-11T18:32:34.075Z | Downloaded instant v0.1.13 |
| 710 | 2026-05-11T18:32:34.075Z | Downloaded ff v0.13.1 |
| 711 | 2026-05-11T18:32:34.078Z | Downloaded erased-serde v0.3.31 |
| 712 | 2026-05-11T18:32:34.078Z | Downloaded hash32 v0.3.1 |
| 713 | 2026-05-11T18:32:34.078Z | Downloaded group v0.13.0 |
| 714 | 2026-05-11T18:32:34.078Z | Downloaded glob v0.3.3 |
| 715 | 2026-05-11T18:32:34.082Z | Downloaded git-stub-vcs v0.1.0 |
| 716 | 2026-05-11T18:32:34.082Z | Downloaded is_ci v1.2.0 |
| 717 | 2026-05-11T18:32:34.082Z | Downloaded is-terminal v0.4.17 |
| 718 | 2026-05-11T18:32:34.085Z | Downloaded futures-executor v0.3.32 |
| 719 | 2026-05-11T18:32:34.085Z | Downloaded drift v0.1.4 |
| 720 | 2026-05-11T18:32:34.089Z | Downloaded darling v0.21.3 |
| 721 | 2026-05-11T18:32:34.092Z | Downloaded console v0.15.11 |
| 722 | 2026-05-11T18:32:34.095Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-05-11T18:32:34.095Z | Downloaded const-oid v0.9.6 |
| 724 | 2026-05-11T18:32:34.099Z | Downloaded colored v3.1.1 |
| 725 | 2026-05-11T18:32:34.099Z | Downloaded keccak v0.1.6 |
| 726 | 2026-05-11T18:32:34.099Z | Downloaded colored v2.2.0 |
| 727 | 2026-05-11T18:32:34.102Z | Downloaded inout v0.1.4 |
| 728 | 2026-05-11T18:32:34.102Z | Downloaded hex-literal v0.4.1 |
| 729 | 2026-05-11T18:32:34.102Z | Downloaded crc-any v2.5.0 |
| 730 | 2026-05-11T18:32:34.105Z | Downloaded crossterm v0.28.1 |
| 731 | 2026-05-11T18:32:34.108Z | Downloaded lazy_static v1.5.0 |
| 732 | 2026-05-11T18:32:34.108Z | Downloaded hyper-tls v0.6.0 |
| 733 | 2026-05-11T18:32:34.112Z | Downloaded humantime v2.3.0 |
| 734 | 2026-05-11T18:32:34.112Z | Downloaded hyper-staticfile v0.10.1 |
| 735 | 2026-05-11T18:32:34.112Z | Downloaded base64 v0.22.1 |
| 736 | 2026-05-11T18:32:34.115Z | Downloaded lalrpop-util v0.19.12 |
| 737 | 2026-05-11T18:32:34.115Z | Downloaded kstat-rs v0.2.4 |
| 738 | 2026-05-11T18:32:34.118Z | Downloaded highway v1.3.0 |
| 739 | 2026-05-11T18:32:34.118Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-05-11T18:32:34.118Z | Downloaded libscf-sys v1.1.0 |
| 741 | 2026-05-11T18:32:34.119Z | Downloaded async-bb8-diesel v0.2.1 |
| 742 | 2026-05-11T18:32:34.122Z | Downloaded lzss v0.8.2 |
| 743 | 2026-05-11T18:32:34.122Z | Downloaded match_cfg v0.1.0 |
| 744 | 2026-05-11T18:32:34.127Z | Downloaded lru-slab v0.1.2 |
| 745 | 2026-05-11T18:32:34.127Z | Downloaded lru-cache v0.1.2 |
| 746 | 2026-05-11T18:32:34.127Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 747 | 2026-05-11T18:32:34.130Z | Downloaded http-body-util v0.1.3 |
| 748 | 2026-05-11T18:32:34.130Z | Downloaded globset v0.4.18 |
| 749 | 2026-05-11T18:32:34.130Z | Downloaded getrandom v0.2.17 |
| 750 | 2026-05-11T18:32:34.131Z | Downloaded find-msvc-tools v0.1.9 |
| 751 | 2026-05-11T18:32:34.134Z | Downloaded futures-channel v0.3.32 |
| 752 | 2026-05-11T18:32:34.134Z | Downloaded crossterm v0.29.0 |
| 753 | 2026-05-11T18:32:34.138Z | Downloaded instability v0.3.11 |
| 754 | 2026-05-11T18:32:34.141Z | Downloaded ingot v0.1.1 |
| 755 | 2026-05-11T18:32:34.141Z | Downloaded maybe-uninit v2.0.0 |
| 756 | 2026-05-11T18:32:34.141Z | Downloaded indoc v2.0.7 |
| 757 | 2026-05-11T18:32:34.144Z | Downloaded maplit v1.0.2 |
| 758 | 2026-05-11T18:32:34.144Z | Downloaded managed v0.8.0 |
| 759 | 2026-05-11T18:32:34.144Z | Downloaded md5 v0.7.0 |
| 760 | 2026-05-11T18:32:34.148Z | Downloaded cancel-safe-futures v0.1.5 |
| 761 | 2026-05-11T18:32:34.148Z | Downloaded new_debug_unreachable v1.0.6 |
| 762 | 2026-05-11T18:32:34.148Z | Downloaded mime v0.3.17 |
| 763 | 2026-05-11T18:32:34.151Z | Downloaded md-5 v0.10.6 |
| 764 | 2026-05-11T18:32:34.151Z | Downloaded multimap v0.10.1 |
| 765 | 2026-05-11T18:32:34.151Z | Downloaded cookie v0.18.1 |
| 766 | 2026-05-11T18:32:34.154Z | Downloaded half v1.8.3 |
| 767 | 2026-05-11T18:32:34.154Z | Downloaded derive_more v0.99.20 |
| 768 | 2026-05-11T18:32:34.157Z | Downloaded ingot-types v0.1.2 |
| 769 | 2026-05-11T18:32:34.157Z | Downloaded crc32fast v1.5.0 |
| 770 | 2026-05-11T18:32:34.162Z | Downloaded allocator-api2 v0.2.21 |
| 771 | 2026-05-11T18:32:34.162Z | Downloaded nibble_vec v0.1.0 |
| 772 | 2026-05-11T18:32:34.165Z | Downloaded newtype_derive v0.1.6 |
| 773 | 2026-05-11T18:32:34.165Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-05-11T18:32:34.165Z | Downloaded arrayvec v0.7.6 |
| 775 | 2026-05-11T18:32:34.165Z | Downloaded derive-where v1.6.0 |
| 776 | 2026-05-11T18:32:34.171Z | Downloaded newline-converter v0.3.0 |
| 777 | 2026-05-11T18:32:34.171Z | Downloaded nonempty v0.12.0 |
| 778 | 2026-05-11T18:32:34.171Z | Downloaded jobserver v0.1.34 |
| 779 | 2026-05-11T18:32:34.176Z | Downloaded clang-sys v1.8.1 |
| 780 | 2026-05-11T18:32:34.176Z | Downloaded ciborium v0.2.2 |
| 781 | 2026-05-11T18:32:34.176Z | Downloaded num-iter v0.1.45 |
| 782 | 2026-05-11T18:32:34.176Z | Downloaded num-conv v0.2.0 |
| 783 | 2026-05-11T18:32:34.176Z | Downloaded num v0.4.3 |
| 784 | 2026-05-11T18:32:34.179Z | Downloaded normalize-line-endings v0.3.0 |
| 785 | 2026-05-11T18:32:34.179Z | Downloaded num-derive v0.4.2 |
| 786 | 2026-05-11T18:32:34.179Z | Downloaded nodrop v0.1.14 |
| 787 | 2026-05-11T18:32:34.180Z | Downloaded defmt v1.0.1 |
| 788 | 2026-05-11T18:32:34.183Z | Downloaded httparse v1.10.1 |
| 789 | 2026-05-11T18:32:34.183Z | Downloaded iana-time-zone v0.1.65 |
| 790 | 2026-05-11T18:32:34.187Z | Downloaded libloading v0.8.9 |
| 791 | 2026-05-11T18:32:34.187Z | Downloaded num-derive v0.3.3 |
| 792 | 2026-05-11T18:32:34.191Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2026-05-11T18:32:34.191Z | Downloaded libsw v3.5.0 |
| 794 | 2026-05-11T18:32:34.191Z | Downloaded libefi-sys v0.1.0 |
| 795 | 2026-05-11T18:32:34.191Z | Downloaded openssl-macros v0.1.1 |
| 796 | 2026-05-11T18:32:34.195Z | Downloaded num_threads v0.1.7 |
| 797 | 2026-05-11T18:32:34.195Z | Downloaded num_enum_derive v0.5.11 |
| 798 | 2026-05-11T18:32:34.195Z | Downloaded hmac v0.12.1 |
| 799 | 2026-05-11T18:32:34.198Z | Downloaded openssl-probe v0.1.6 |
| 800 | 2026-05-11T18:32:34.198Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-11T18:32:34.198Z | Downloaded getrandom v0.3.4 |
| 802 | 2026-05-11T18:32:34.202Z | Downloaded crossbeam-epoch v0.9.18 |
| 803 | 2026-05-11T18:32:34.202Z | Downloaded cookie_store v0.22.1 |
| 804 | 2026-05-11T18:32:34.202Z | Downloaded dropshot_endpoint v0.16.7 |
| 805 | 2026-05-11T18:32:34.205Z | Downloaded nanorand v0.7.0 |
| 806 | 2026-05-11T18:32:34.208Z | Downloaded native-tls v0.2.18 |
| 807 | 2026-05-11T18:32:34.209Z | Downloaded multer v3.1.0 |
| 808 | 2026-05-11T18:32:34.209Z | Downloaded memoffset v0.9.1 |
| 809 | 2026-05-11T18:32:34.213Z | Downloaded half v2.7.1 |
| 810 | 2026-05-11T18:32:34.213Z | Downloaded lru v0.12.5 |
| 811 | 2026-05-11T18:32:34.213Z | Downloaded openssl-probe v0.2.1 |
| 812 | 2026-05-11T18:32:34.217Z | Downloaded oso-derive v0.27.3 |
| 813 | 2026-05-11T18:32:34.217Z | Downloaded ingot-macros v0.1.1 |
| 814 | 2026-05-11T18:32:34.217Z | Downloaded olpc-cjson v0.1.4 |
| 815 | 2026-05-11T18:32:34.217Z | Downloaded hyper-rustls v0.27.7 |
| 816 | 2026-05-11T18:32:34.217Z | Downloaded diff v0.1.13 |
| 817 | 2026-05-11T18:32:34.221Z | Downloaded parse-size v1.1.0 |
| 818 | 2026-05-11T18:32:34.221Z | Downloaded bit-vec v0.8.0 |
| 819 | 2026-05-11T18:32:34.221Z | Downloaded ident_case v1.0.1 |
| 820 | 2026-05-11T18:32:34.225Z | Downloaded bitfield v0.19.4 |
| 821 | 2026-05-11T18:32:34.225Z | Downloaded dropshot_endpoint v0.17.0 |
| 822 | 2026-05-11T18:32:34.225Z | Downloaded critical-section v1.2.0 |
| 823 | 2026-05-11T18:32:34.229Z | Downloaded blowfish v0.9.1 |
| 824 | 2026-05-11T18:32:34.229Z | Downloaded newtype-uuid-macros v0.1.0 |
| 825 | 2026-05-11T18:32:34.230Z | Downloaded const_format v0.2.35 |
| 826 | 2026-05-11T18:32:34.234Z | Downloaded peg-runtime v0.8.5 |
| 827 | 2026-05-11T18:32:34.234Z | Downloaded pbkdf2 v0.12.2 |
| 828 | 2026-05-11T18:32:34.234Z | Downloaded parse-display v0.10.0 |
| 829 | 2026-05-11T18:32:34.234Z | Downloaded derive_more v2.1.1 |
| 830 | 2026-05-11T18:32:34.240Z | Downloaded phf_shared v0.11.3 |
| 831 | 2026-05-11T18:32:34.244Z | Downloaded pbkdf2 v0.11.0 |
| 832 | 2026-05-11T18:32:34.244Z | Downloaded packed_struct_codegen v0.10.1 |
| 833 | 2026-05-11T18:32:34.244Z | Downloaded ipnet v2.11.0 |
| 834 | 2026-05-11T18:32:34.244Z | Downloaded nu-ansi-term v0.50.3 |
| 835 | 2026-05-11T18:32:34.259Z | Downloaded precomputed-hash v0.1.1 |
| 836 | 2026-05-11T18:32:34.263Z | Downloaded libsw-core v0.3.2 |
| 837 | 2026-05-11T18:32:34.264Z | Downloaded num_enum v0.5.11 |
| 838 | 2026-05-11T18:32:34.268Z | Downloaded darling_core v0.23.0 |
| 839 | 2026-05-11T18:32:34.268Z | Downloaded darling_core v0.21.3 |
| 840 | 2026-05-11T18:32:34.272Z | Downloaded phf_shared v0.13.1 |
| 841 | 2026-05-11T18:32:34.272Z | Downloaded pin-utils v0.1.0 |
| 842 | 2026-05-11T18:32:34.272Z | Downloaded phf_shared v0.12.1 |
| 843 | 2026-05-11T18:32:34.276Z | Downloaded num_enum_derive v0.7.5 |
| 844 | 2026-05-11T18:32:34.276Z | Downloaded num-integer v0.1.46 |
| 845 | 2026-05-11T18:32:34.276Z | Downloaded flume v0.11.1 |
| 846 | 2026-05-11T18:32:34.281Z | Downloaded powerfmt v0.2.0 |
| 847 | 2026-05-11T18:32:34.281Z | Downloaded chacha20poly1305 v0.10.1 |
| 848 | 2026-05-11T18:32:34.285Z | Downloaded num_enum v0.7.5 |
| 849 | 2026-05-11T18:32:34.285Z | Downloaded proc-macro-crate v3.4.0 |
| 850 | 2026-05-11T18:32:34.285Z | Downloaded heapless v0.8.0 |
| 851 | 2026-05-11T18:32:34.289Z | Downloaded proc-macro-crate v1.3.1 |
| 852 | 2026-05-11T18:32:34.289Z | Downloaded indexmap v1.9.3 |
| 853 | 2026-05-11T18:32:34.289Z | Downloaded memmap2 v0.9.10 |
| 854 | 2026-05-11T18:32:34.293Z | Downloaded darling_core v0.20.11 |
| 855 | 2026-05-11T18:32:34.297Z | Downloaded predicates-tree v1.0.13 |
| 856 | 2026-05-11T18:32:34.297Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-05-11T18:32:34.297Z | Downloaded owo-colors v4.3.0 |
| 858 | 2026-05-11T18:32:34.297Z | Downloaded predicates-core v1.0.10 |
| 859 | 2026-05-11T18:32:34.301Z | Downloaded litrs v1.0.0 |
| 860 | 2026-05-11T18:32:34.301Z | Downloaded oxnet v0.1.4 |
| 861 | 2026-05-11T18:32:34.301Z | Downloaded mime_guess v2.0.5 |
| 862 | 2026-05-11T18:32:34.304Z | Downloaded pem-rfc7468 v0.7.0 |
| 863 | 2026-05-11T18:32:34.304Z | Downloaded packed_struct v0.10.1 |
| 864 | 2026-05-11T18:32:34.304Z | Downloaded progenitor-client v0.10.0 |
| 865 | 2026-05-11T18:32:34.304Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-05-11T18:32:34.308Z | Downloaded ignore v0.4.25 |
| 867 | 2026-05-11T18:32:34.308Z | Downloaded ar_archive_writer v0.5.1 |
| 868 | 2026-05-11T18:32:34.312Z | Downloaded progenitor-client v0.14.0 |
| 869 | 2026-05-11T18:32:34.312Z | Downloaded cc v1.2.56 |
| 870 | 2026-05-11T18:32:34.312Z | Downloaded num-complex v0.4.6 |
| 871 | 2026-05-11T18:32:34.316Z | Downloaded compact_str v0.8.1 |
| 872 | 2026-05-11T18:32:34.316Z | Downloaded lock_api v0.4.14 |
| 873 | 2026-05-11T18:32:34.319Z | Downloaded libbz2-rs-sys v0.2.2 |
| 874 | 2026-05-11T18:32:34.320Z | Downloaded polyval v0.6.2 |
| 875 | 2026-05-11T18:32:34.320Z | Downloaded pkg-config v0.3.32 |
| 876 | 2026-05-11T18:32:34.323Z | Downloaded path-slash v0.1.5 |
| 877 | 2026-05-11T18:32:34.323Z | Downloaded paste v1.0.15 |
| 878 | 2026-05-11T18:32:34.323Z | Downloaded psl-types v2.0.11 |
| 879 | 2026-05-11T18:32:34.327Z | Downloaded progenitor-macro v0.10.0 |
| 880 | 2026-05-11T18:32:34.327Z | Downloaded quick-error v1.2.3 |
| 881 | 2026-05-11T18:32:34.327Z | Downloaded progenitor-macro v0.14.0 |
| 882 | 2026-05-11T18:32:34.327Z | Downloaded progenitor-macro v0.11.2 |
| 883 | 2026-05-11T18:32:34.327Z | Downloaded progenitor-macro v0.13.0 |
| 884 | 2026-05-11T18:32:34.331Z | Downloaded peg-macros v0.8.5 |
| 885 | 2026-05-11T18:32:34.331Z | Downloaded password-hash v0.4.2 |
| 886 | 2026-05-11T18:32:34.331Z | Downloaded blake2 v0.10.6 |
| 887 | 2026-05-11T18:32:34.335Z | Downloaded peg v0.8.5 |
| 888 | 2026-05-11T18:32:34.335Z | Downloaded arc-swap v1.8.2 |
| 889 | 2026-05-11T18:32:34.338Z | Downloaded predicates v3.1.4 |
| 890 | 2026-05-11T18:32:34.338Z | Downloaded phf v0.12.1 |
| 891 | 2026-05-11T18:32:34.342Z | Downloaded phf v0.13.1 |
| 892 | 2026-05-11T18:32:34.342Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-05-11T18:32:34.342Z | Downloaded newtype-uuid v1.3.2 |
| 894 | 2026-05-11T18:32:34.342Z | Downloaded ed25519-dalek v2.2.0 |
| 895 | 2026-05-11T18:32:34.346Z | Downloaded pin-project-lite v0.2.17 |
| 896 | 2026-05-11T18:32:34.352Z | Downloaded poly1305 v0.8.0 |
| 897 | 2026-05-11T18:32:34.352Z | Downloaded pin-project-internal v1.1.11 |
| 898 | 2026-05-11T18:32:34.352Z | Downloaded fatfs v0.3.6 |
| 899 | 2026-05-11T18:32:34.355Z | Downloaded rand_chacha v0.3.1 |
| 900 | 2026-05-11T18:32:34.355Z | Downloaded derive_more-impl v2.1.1 |
| 901 | 2026-05-11T18:32:34.359Z | Downloaded primeorder v0.13.6 |
| 902 | 2026-05-11T18:32:34.359Z | Downloaded progenitor v0.10.0 |
| 903 | 2026-05-11T18:32:34.359Z | Downloaded diesel_derives v2.3.7 |
| 904 | 2026-05-11T18:32:34.363Z | Downloaded indicatif v0.18.4 |
| 905 | 2026-05-11T18:32:34.368Z | Downloaded postgres-protocol v0.6.10 |
| 906 | 2026-05-11T18:32:34.372Z | Downloaded rand_xorshift v0.4.0 |
| 907 | 2026-05-11T18:32:34.372Z | Downloaded progenitor-client v0.11.2 |
| 908 | 2026-05-11T18:32:34.372Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 909 | 2026-05-11T18:32:34.372Z | Downloaded recursive v0.1.1 |
| 910 | 2026-05-11T18:32:34.372Z | Downloaded progenitor v0.13.0 |
| 911 | 2026-05-11T18:32:34.372Z | Downloaded ref-cast-impl v1.0.25 |
| 912 | 2026-05-11T18:32:34.376Z | Downloaded pem v3.0.6 |
| 913 | 2026-05-11T18:32:34.376Z | Downloaded progenitor-client v0.13.0 |
| 914 | 2026-05-11T18:32:34.376Z | Downloaded ref-cast v1.0.25 |
| 915 | 2026-05-11T18:32:34.376Z | Downloaded hickory-resolver v0.25.2 |
| 916 | 2026-05-11T18:32:34.380Z | Downloaded rfc6979 v0.4.0 |
| 917 | 2026-05-11T18:32:34.380Z | Downloaded async-compression v0.4.41 |
| 918 | 2026-05-11T18:32:34.384Z | Downloaded progenitor-extras v0.2.0 |
| 919 | 2026-05-11T18:32:34.384Z | Downloaded progenitor v0.14.0 |
| 920 | 2026-05-11T18:32:34.388Z | Downloaded hickory-resolver v0.24.4 |
| 921 | 2026-05-11T18:32:34.388Z | Downloaded psm v0.1.30 |
| 922 | 2026-05-11T18:32:34.392Z | Downloaded pkcs8 v0.10.2 |
| 923 | 2026-05-11T18:32:34.392Z | Downloaded pkcs1 v0.7.5 |
| 924 | 2026-05-11T18:32:34.396Z | Downloaded parking_lot_core v0.8.6 |
| 925 | 2026-05-11T18:32:34.396Z | Downloaded headers v0.4.1 |
| 926 | 2026-05-11T18:32:34.400Z | Downloaded r2d2 v0.8.10 |
| 927 | 2026-05-11T18:32:34.400Z | Downloaded proc-macro-error2 v2.0.1 |
| 928 | 2026-05-11T18:32:34.403Z | Downloaded russh-cryptovec v0.7.3 |
| 929 | 2026-05-11T18:32:34.403Z | Downloaded rtoolbox v0.0.3 |
| 930 | 2026-05-11T18:32:34.403Z | Downloaded rustc_version v0.1.7 |
| 931 | 2026-05-11T18:32:34.404Z | Downloaded rustc-hash v2.1.1 |
| 932 | 2026-05-11T18:32:34.404Z | Downloaded rustc_version v0.4.1 |
| 933 | 2026-05-11T18:32:34.407Z | Downloaded omicron-zone-package v0.12.2 |
| 934 | 2026-05-11T18:32:34.408Z | Downloaded parking_lot_core v0.9.12 |
| 935 | 2026-05-11T18:32:34.408Z | Downloaded rand_core v0.6.4 |
| 936 | 2026-05-11T18:32:34.411Z | Downloaded flate2 v1.1.9 |
| 937 | 2026-05-11T18:32:34.411Z | Downloaded expectorate v1.2.0 |
| 938 | 2026-05-11T18:32:34.415Z | Downloaded rand_chacha v0.9.0 |
| 939 | 2026-05-11T18:32:34.415Z | Downloaded parking_lot v0.11.2 |
| 940 | 2026-05-11T18:32:34.418Z | Downloaded heapless v0.7.17 |
| 941 | 2026-05-11T18:32:34.418Z | Downloaded oxide-tokio-rt v0.1.4 |
| 942 | 2026-05-11T18:32:34.418Z | Downloaded radium v0.7.0 |
| 943 | 2026-05-11T18:32:34.422Z | Downloaded password-hash v0.5.0 |
| 944 | 2026-05-11T18:32:34.423Z | Downloaded parking_lot v0.12.5 |
| 945 | 2026-05-11T18:32:34.423Z | Downloaded num-rational v0.4.2 |
| 946 | 2026-05-11T18:32:34.426Z | Downloaded futures v0.3.32 |
| 947 | 2026-05-11T18:32:34.426Z | Downloaded der v0.7.10 |
| 948 | 2026-05-11T18:32:34.430Z | Downloaded buf-list v1.1.2 |
| 949 | 2026-05-11T18:32:34.434Z | Downloaded compression-codecs v0.4.37 |
| 950 | 2026-05-11T18:32:34.434Z | Downloaded camino-tempfile-ext v0.3.3 |
| 951 | 2026-05-11T18:32:34.434Z | Downloaded same-file v1.0.6 |
| 952 | 2026-05-11T18:32:34.454Z | Downloaded scheduled-thread-pool v0.2.7 |
| 953 | 2026-05-11T18:32:34.454Z | Downloaded jiff-static v0.2.21 |
| 954 | 2026-05-11T18:32:34.454Z | Downloaded p256 v0.13.2 |
| 955 | 2026-05-11T18:32:34.454Z | Downloaded oso v0.27.3 |
| 956 | 2026-05-11T18:32:34.454Z | Downloaded rand_core v0.10.0 |
| 957 | 2026-05-11T18:32:34.454Z | Downloaded papergrid v0.17.0 |
| 958 | 2026-05-11T18:32:34.454Z | Downloaded miniz_oxide v0.8.9 |
| 959 | 2026-05-11T18:32:34.454Z | Downloaded secrecy v0.8.0 |
| 960 | 2026-05-11T18:32:34.454Z | Downloaded scroll_derive v0.13.1 |
| 961 | 2026-05-11T18:32:34.454Z | Downloaded salsa20 v0.10.2 |
| 962 | 2026-05-11T18:32:34.459Z | Downloaded rand_seeder v0.4.0 |
| 963 | 2026-05-11T18:32:34.459Z | Downloaded sapling-renderdag v0.1.0 |
| 964 | 2026-05-11T18:32:34.459Z | Downloaded hickory-server v0.25.2 |
| 965 | 2026-05-11T18:32:34.463Z | Downloaded scopeguard v1.2.0 |
| 966 | 2026-05-11T18:32:34.467Z | Downloaded scrypt v0.11.0 |
| 967 | 2026-05-11T18:32:34.467Z | Downloaded serde-big-array v0.5.1 |
| 968 | 2026-05-11T18:32:34.471Z | Downloaded serde_bytes v0.11.19 |
| 969 | 2026-05-11T18:32:34.471Z | Downloaded serde_spanned v1.0.4 |
| 970 | 2026-05-11T18:32:34.475Z | Downloaded sha1 v0.10.6 |
| 971 | 2026-05-11T18:32:34.475Z | Downloaded serde_plain v1.0.2 |
| 972 | 2026-05-11T18:32:34.475Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-05-11T18:32:34.475Z | Downloaded postgres-types v0.2.12 |
| 974 | 2026-05-11T18:32:34.479Z | Downloaded rustls-pemfile v1.0.4 |
| 975 | 2026-05-11T18:32:34.479Z | Downloaded seq-macro v0.3.6 |
| 976 | 2026-05-11T18:32:34.479Z | Downloaded semver v0.1.20 |
| 977 | 2026-05-11T18:32:34.479Z | Downloaded secrecy v0.10.3 |
| 978 | 2026-05-11T18:32:34.483Z | Downloaded serde_urlencoded v0.7.1 |
| 979 | 2026-05-11T18:32:34.487Z | Downloaded rustls-native-certs v0.8.3 |
| 980 | 2026-05-11T18:32:34.487Z | Downloaded aes v0.8.4 |
| 981 | 2026-05-11T18:32:34.491Z | Downloaded shell-words v1.1.1 |
| 982 | 2026-05-11T18:32:34.499Z | Downloaded pkcs5 v0.7.1 |
| 983 | 2026-05-11T18:32:34.505Z | Downloaded progenitor v0.11.2 |
| 984 | 2026-05-11T18:32:34.505Z | Downloaded pin-project v1.1.11 |
| 985 | 2026-05-11T18:32:34.508Z | Downloaded slog-bunyan v2.5.0 |
| 986 | 2026-05-11T18:32:34.508Z | Downloaded siphasher v1.0.2 |
| 987 | 2026-05-11T18:32:34.512Z | Downloaded sigpipe v0.1.3 |
| 988 | 2026-05-11T18:32:34.512Z | Downloaded signature v2.2.0 |
| 989 | 2026-05-11T18:32:34.512Z | Downloaded signal-hook-tokio v0.3.1 |
| 990 | 2026-05-11T18:32:34.512Z | Downloaded signal-hook-mio v0.2.5 |
| 991 | 2026-05-11T18:32:34.512Z | Downloaded rustls-pemfile v2.2.0 |
| 992 | 2026-05-11T18:32:34.517Z | Downloaded postcard v1.1.3 |
| 993 | 2026-05-11T18:32:34.521Z | Downloaded hashbrown v0.13.2 |
| 994 | 2026-05-11T18:32:34.521Z | Downloaded schemars_derive v0.8.22 |
| 995 | 2026-05-11T18:32:34.525Z | Downloaded minimal-lexical v0.2.1 |
| 996 | 2026-05-11T18:32:34.525Z | Downloaded rand_core v0.9.5 |
| 997 | 2026-05-11T18:32:34.525Z | Downloaded openssl-sys v0.9.114 |
| 998 | 2026-05-11T18:32:34.529Z | Downloaded slog-envlogger v2.2.0 |
| 999 | 2026-05-11T18:32:34.533Z | Downloaded progenitor-impl v0.10.0 |
| 1000 | 2026-05-11T18:32:34.537Z | Downloaded rustversion v1.0.22 |
| 1001 | 2026-05-11T18:32:34.540Z | Downloaded progenitor-impl v0.11.2 |
| 1002 | 2026-05-11T18:32:34.544Z | Downloaded serde_repr v0.1.20 |
| 1003 | 2026-05-11T18:32:34.547Z | Downloaded sec1 v0.7.3 |
| 1004 | 2026-05-11T18:32:34.547Z | Downloaded scroll v0.13.0 |
| 1005 | 2026-05-11T18:32:34.547Z | Downloaded serde-hex v0.1.0 |
| 1006 | 2026-05-11T18:32:34.551Z | Downloaded sct v0.7.1 |
| 1007 | 2026-05-11T18:32:34.551Z | Downloaded progenitor-impl v0.14.0 |
| 1008 | 2026-05-11T18:32:34.551Z | Downloaded serde_derive_internals v0.29.1 |
| 1009 | 2026-05-11T18:32:34.555Z | Downloaded shlex v1.3.0 |
| 1010 | 2026-05-11T18:32:34.555Z | Downloaded hashbrown v0.12.3 |
| 1011 | 2026-05-11T18:32:34.558Z | Downloaded quinn-udp v0.5.14 |
| 1012 | 2026-05-11T18:32:34.558Z | Downloaded ssh-cipher v0.2.0 |
| 1013 | 2026-05-11T18:32:34.558Z | Downloaded serde_path_to_error v0.1.20 |
| 1014 | 2026-05-11T18:32:34.558Z | Downloaded ssh-encoding v0.2.0 |
| 1015 | 2026-05-11T18:32:34.562Z | Downloaded sqlparser_derive v0.5.0 |
| 1016 | 2026-05-11T18:32:34.562Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1017 | 2026-05-11T18:32:34.569Z | Downloaded structmeta v0.3.0 |
| 1018 | 2026-05-11T18:32:34.573Z | Downloaded prefix-trie v0.7.0 |
| 1019 | 2026-05-11T18:32:34.576Z | Downloaded slab v0.4.12 |
| 1020 | 2026-05-11T18:32:34.580Z | Downloaded strum v0.26.3 |
| 1021 | 2026-05-11T18:32:34.580Z | Downloaded slog-scope v4.4.1 |
| 1022 | 2026-05-11T18:32:34.580Z | Downloaded strum v0.27.2 |
| 1023 | 2026-05-11T18:32:34.580Z | Downloaded slog-json v2.6.1 |
| 1024 | 2026-05-11T18:32:34.584Z | Downloaded rusty-fork v0.3.1 |
| 1025 | 2026-05-11T18:32:34.584Z | Downloaded simd-adler32 v0.3.8 |
| 1026 | 2026-05-11T18:32:34.587Z | Downloaded tabwriter v1.4.1 |
| 1027 | 2026-05-11T18:32:34.587Z | Downloaded signal-hook-registry v1.4.8 |
| 1028 | 2026-05-11T18:32:34.590Z | Downloaded sync_wrapper v1.0.2 |
| 1029 | 2026-05-11T18:32:34.590Z | Downloaded subtle v2.6.1 |
| 1030 | 2026-05-11T18:32:34.591Z | Downloaded russh-keys v0.45.0 |
| 1031 | 2026-05-11T18:32:34.594Z | Downloaded slog-stdlog v4.1.1 |
| 1032 | 2026-05-11T18:32:34.594Z | Downloaded structmeta-derive v0.3.0 |
| 1033 | 2026-05-11T18:32:34.594Z | Downloaded hashbrown v0.15.5 |
| 1034 | 2026-05-11T18:32:34.598Z | Downloaded pretty_assertions v1.4.1 |
| 1035 | 2026-05-11T18:32:34.602Z | Downloaded rustls-pki-types v1.14.0 |
| 1036 | 2026-05-11T18:32:34.603Z | Downloaded slog-term v2.9.2 |
| 1037 | 2026-05-11T18:32:34.608Z | Downloaded smf v0.2.3 |
| 1038 | 2026-05-11T18:32:34.608Z | Downloaded smallvec v0.6.14 |
| 1039 | 2026-05-11T18:32:34.608Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-05-11T18:32:34.614Z | Downloaded slog-dtrace v0.3.0 |
| 1041 | 2026-05-11T18:32:34.614Z | Downloaded take_mut v0.2.2 |
| 1042 | 2026-05-11T18:32:34.614Z | Downloaded supports-color v3.0.2 |
| 1043 | 2026-05-11T18:32:34.614Z | Downloaded snafu-derive v0.8.9 |
| 1044 | 2026-05-11T18:32:34.614Z | Downloaded hyper-util v0.1.20 |
| 1045 | 2026-05-11T18:32:34.619Z | Downloaded num-bigint v0.4.6 |
| 1046 | 2026-05-11T18:32:34.619Z | Downloaded sync-ptr v0.1.4 |
| 1047 | 2026-05-11T18:32:34.619Z | Downloaded spki v0.7.3 |
| 1048 | 2026-05-11T18:32:34.622Z | Downloaded serde_cbor v0.11.2 |
| 1049 | 2026-05-11T18:32:34.622Z | Downloaded tap v1.0.1 |
| 1050 | 2026-05-11T18:32:34.623Z | Downloaded tagptr v0.2.0 |
| 1051 | 2026-05-11T18:32:34.623Z | Downloaded testing_table v0.3.0 |
| 1052 | 2026-05-11T18:32:34.626Z | Downloaded dropshot-api-manager v0.7.1 |
| 1053 | 2026-05-11T18:32:34.626Z | Downloaded progenitor-impl v0.13.0 |
| 1054 | 2026-05-11T18:32:34.631Z | Downloaded termtree v0.5.1 |
| 1055 | 2026-05-11T18:32:34.634Z | Downloaded stacker v0.1.23 |
| 1056 | 2026-05-11T18:32:34.634Z | Downloaded bitvec v1.0.1 |
| 1057 | 2026-05-11T18:32:34.642Z | Downloaded time-core v0.1.8 |
| 1058 | 2026-05-11T18:32:34.647Z | Downloaded thread-id v5.1.0 |
| 1059 | 2026-05-11T18:32:34.652Z | Downloaded serde_with_macros v3.17.0 |
| 1060 | 2026-05-11T18:32:34.652Z | Downloaded itertools v0.10.5 |
| 1061 | 2026-05-11T18:32:34.652Z | Downloaded strum_macros v0.26.4 |
| 1062 | 2026-05-11T18:32:34.652Z | Downloaded strum_macros v0.24.3 |
| 1063 | 2026-05-11T18:32:34.652Z | Downloaded tinyvec_macros v0.1.1 |
| 1064 | 2026-05-11T18:32:34.657Z | Downloaded slog-async v2.8.0 |
| 1065 | 2026-05-11T18:32:34.657Z | Downloaded mio v1.2.0 |
| 1066 | 2026-05-11T18:32:34.657Z | Downloaded tokio-macros v2.7.0 |
| 1067 | 2026-05-11T18:32:34.661Z | Downloaded http v1.4.0 |
| 1068 | 2026-05-11T18:32:34.661Z | Downloaded support-bundle-viewer v0.1.2 |
| 1069 | 2026-05-11T18:32:34.661Z | Downloaded string_cache v0.8.9 |
| 1070 | 2026-05-11T18:32:34.661Z | Downloaded strum_macros v0.27.2 |
| 1071 | 2026-05-11T18:32:34.665Z | Downloaded schemars v0.8.22 |
| 1072 | 2026-05-11T18:32:34.669Z | Downloaded static_assertions v1.1.0 |
| 1073 | 2026-05-11T18:32:34.669Z | Downloaded sqlformat v0.3.5 |
| 1074 | 2026-05-11T18:32:34.674Z | Downloaded spin v0.9.8 |
| 1075 | 2026-05-11T18:32:34.681Z | Downloaded hashbrown v0.16.1 |
| 1076 | 2026-05-11T18:32:34.685Z | Downloaded qorb v0.4.1 |
| 1077 | 2026-05-11T18:32:34.690Z | Downloaded rcgen v0.12.1 |
| 1078 | 2026-05-11T18:32:34.690Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1079 | 2026-05-11T18:32:34.695Z | Downloaded quinn v0.11.9 |
| 1080 | 2026-05-11T18:32:34.695Z | Downloaded ryu v1.0.23 |
| 1081 | 2026-05-11T18:32:34.695Z | Downloaded blake3 v1.8.3 |
| 1082 | 2026-05-11T18:32:34.699Z | Downloaded tower-layer v0.3.3 |
| 1083 | 2026-05-11T18:32:34.702Z | Downloaded publicsuffix v2.3.0 |
| 1084 | 2026-05-11T18:32:34.706Z | Downloaded termios v0.3.3 |
| 1085 | 2026-05-11T18:32:34.710Z | Downloaded thread_local v1.1.9 |
| 1086 | 2026-05-11T18:32:34.710Z | Downloaded thiserror-no-std v2.0.2 |
| 1087 | 2026-05-11T18:32:34.714Z | Downloaded tower-service v0.3.3 |
| 1088 | 2026-05-11T18:32:34.714Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1089 | 2026-05-11T18:32:34.717Z | Downloaded try-lock v0.2.5 |
| 1090 | 2026-05-11T18:32:34.718Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-05-11T18:32:34.718Z | Downloaded trait-variant v0.1.2 |
| 1092 | 2026-05-11T18:32:34.718Z | Downloaded similar v2.7.0 |
| 1093 | 2026-05-11T18:32:34.722Z | Downloaded time-macros v0.2.27 |
| 1094 | 2026-05-11T18:32:34.725Z | Downloaded tokio-dtrace v0.1.1 |
| 1095 | 2026-05-11T18:32:34.725Z | Downloaded tls_codec_derive v0.4.2 |
| 1096 | 2026-05-11T18:32:34.725Z | Downloaded rayon-core v1.13.0 |
| 1097 | 2026-05-11T18:32:34.730Z | Downloaded libxml v0.3.3 |
| 1098 | 2026-05-11T18:32:34.733Z | Downloaded ron v0.8.1 |
| 1099 | 2026-05-11T18:32:34.733Z | Downloaded unarray v0.1.4 |
| 1100 | 2026-05-11T18:32:34.738Z | Downloaded typify-macro v0.4.3 |
| 1101 | 2026-05-11T18:32:34.738Z | Downloaded typify-macro v0.6.2 |
| 1102 | 2026-05-11T18:32:34.738Z | Downloaded tiny-keccak v2.0.2 |
| 1103 | 2026-05-11T18:32:34.738Z | Downloaded rand v0.8.5 |
| 1104 | 2026-05-11T18:32:34.742Z | Downloaded unicode-truncate v1.1.0 |
| 1105 | 2026-05-11T18:32:34.742Z | Downloaded nom v7.1.3 |
| 1106 | 2026-05-11T18:32:34.746Z | Downloaded untrusted v0.7.1 |
| 1107 | 2026-05-11T18:32:34.746Z | Downloaded universal-hash v0.5.1 |
| 1108 | 2026-05-11T18:32:34.746Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-05-11T18:32:34.747Z | Downloaded iri-string v0.7.10 |
| 1110 | 2026-05-11T18:32:34.750Z | Downloaded tokio-native-tls v0.3.1 |
| 1111 | 2026-05-11T18:32:34.750Z | Downloaded stringprep v0.1.5 |
| 1112 | 2026-05-11T18:32:34.754Z | Downloaded prettyplease v0.2.37 |
| 1113 | 2026-05-11T18:32:34.757Z | Downloaded topological-sort v0.2.2 |
| 1114 | 2026-05-11T18:32:34.757Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1115 | 2026-05-11T18:32:34.758Z | Downloaded slog v2.8.2 |
| 1116 | 2026-05-11T18:32:34.761Z | Downloaded rsa v0.9.10 |
| 1117 | 2026-05-11T18:32:34.765Z | Downloaded tokio-rustls v0.25.0 |
| 1118 | 2026-05-11T18:32:34.765Z | Downloaded tokio-tungstenite v0.23.1 |
| 1119 | 2026-05-11T18:32:34.765Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-05-11T18:32:34.769Z | Downloaded usdt-attr-macro v0.6.0 |
| 1121 | 2026-05-11T18:32:34.769Z | Downloaded socket2 v0.6.3 |
| 1122 | 2026-05-11T18:32:34.773Z | Downloaded wait-timeout v0.2.1 |
| 1123 | 2026-05-11T18:32:34.776Z | Downloaded void v1.0.2 |
| 1124 | 2026-05-11T18:32:34.776Z | Downloaded schemars v0.9.0 |
| 1125 | 2026-05-11T18:32:34.782Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-05-11T18:32:34.786Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-05-11T18:32:34.786Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-05-11T18:32:34.786Z | Downloaded itertools v0.12.1 |
| 1129 | 2026-05-11T18:32:34.792Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1130 | 2026-05-11T18:32:34.795Z | Downloaded waitgroup v0.1.2 |
| 1131 | 2026-05-11T18:32:34.798Z | Downloaded tui-tree-widget v0.23.1 |
| 1132 | 2026-05-11T18:32:34.805Z | Downloaded num-bigint-dig v0.8.6 |
| 1133 | 2026-05-11T18:32:34.810Z | Downloaded itertools v0.13.0 |
| 1134 | 2026-05-11T18:32:34.813Z | Downloaded rand v0.9.2 |
| 1135 | 2026-05-11T18:32:34.813Z | Downloaded want v0.3.1 |
| 1136 | 2026-05-11T18:32:34.813Z | Downloaded tls_codec v0.4.2 |
| 1137 | 2026-05-11T18:32:34.817Z | Downloaded subprocess v0.2.15 |
| 1138 | 2026-05-11T18:32:34.821Z | Downloaded unicase v2.9.0 |
| 1139 | 2026-05-11T18:32:34.825Z | Downloaded xshell-macros v0.2.7 |
| 1140 | 2026-05-11T18:32:34.825Z | Downloaded schemars v1.2.1 |
| 1141 | 2026-05-11T18:32:34.832Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1142 | 2026-05-11T18:32:34.837Z | Downloaded socket2 v0.5.10 |
| 1143 | 2026-05-11T18:32:34.837Z | Downloaded term v0.7.0 |
| 1144 | 2026-05-11T18:32:34.840Z | Downloaded snafu v0.8.9 |
| 1145 | 2026-05-11T18:32:34.841Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1146 | 2026-05-11T18:32:34.841Z | Downloaded xattr v1.6.1 |
| 1147 | 2026-05-11T18:32:34.845Z | Downloaded zeroize_derive v1.4.3 |
| 1148 | 2026-05-11T18:32:34.845Z | Downloaded uzers v0.12.2 |
| 1149 | 2026-05-11T18:32:34.845Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-05-11T18:32:34.848Z | Downloaded vergen-git2 v1.0.7 |
| 1151 | 2026-05-11T18:32:34.849Z | Downloaded usdt-impl v0.6.0 |
| 1152 | 2026-05-11T18:32:34.849Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-05-11T18:32:34.849Z | Downloaded vergen-gitcl v1.0.8 |
| 1154 | 2026-05-11T18:32:34.853Z | Downloaded aho-corasick v1.1.4 |
| 1155 | 2026-05-11T18:32:34.853Z | Downloaded samael v0.0.19 |
| 1156 | 2026-05-11T18:32:34.858Z | Downloaded usdt-macro v0.6.0 |
| 1157 | 2026-05-11T18:32:34.858Z | Downloaded h2 v0.4.13 |
| 1158 | 2026-05-11T18:32:34.861Z | Downloaded zone_cfg_derive v0.3.1 |
| 1159 | 2026-05-11T18:32:34.862Z | Downloaded untrusted v0.9.0 |
| 1160 | 2026-05-11T18:32:34.862Z | Downloaded p521 v0.13.3 |
| 1161 | 2026-05-11T18:32:34.865Z | Downloaded rand v0.10.0 |
| 1162 | 2026-05-11T18:32:34.865Z | Downloaded test-strategy v0.4.5 |
| 1163 | 2026-05-11T18:32:34.869Z | Downloaded term v1.2.1 |
| 1164 | 2026-05-11T18:32:34.869Z | Downloaded walkdir v2.5.0 |
| 1165 | 2026-05-11T18:32:34.875Z | Downloaded tracing-attributes v0.1.31 |
| 1166 | 2026-05-11T18:32:34.875Z | Downloaded hkdf v0.12.4 |
| 1167 | 2026-05-11T18:32:34.875Z | Downloaded tokio-rustls v0.24.1 |
| 1168 | 2026-05-11T18:32:34.880Z | Downloaded futures-util v0.3.32 |
| 1169 | 2026-05-11T18:32:34.883Z | Downloaded whoami v1.6.1 |
| 1170 | 2026-05-11T18:32:34.883Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-05-11T18:32:34.883Z | Downloaded twox-hash v2.1.2 |
| 1172 | 2026-05-11T18:32:34.887Z | Downloaded unicode-properties v0.1.4 |
| 1173 | 2026-05-11T18:32:34.887Z | Downloaded itertools v0.14.0 |
| 1174 | 2026-05-11T18:32:34.892Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-05-11T18:32:34.892Z | Downloaded tokio-stream v0.1.18 |
| 1176 | 2026-05-11T18:32:34.897Z | Downloaded tokio-rustls v0.26.4 |
| 1177 | 2026-05-11T18:32:34.897Z | Downloaded tinyvec v1.10.0 |
| 1178 | 2026-05-11T18:32:34.897Z | Downloaded rustls-webpki v0.103.9 |
| 1179 | 2026-05-11T18:32:34.901Z | Downloaded iddqd v0.3.18 |
| 1180 | 2026-05-11T18:32:34.905Z | Downloaded toml v0.7.8 |
| 1181 | 2026-05-11T18:32:34.909Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1182 | 2026-05-11T18:32:34.913Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1183 | 2026-05-11T18:32:34.913Z | Downloaded vergen v9.0.6 |
| 1184 | 2026-05-11T18:32:34.918Z | Downloaded zstd-safe v7.2.4 |
| 1185 | 2026-05-11T18:32:34.918Z | Downloaded zstd v0.13.3 |
| 1186 | 2026-05-11T18:32:34.918Z | Downloaded zone v0.3.1 |
| 1187 | 2026-05-11T18:32:34.918Z | Downloaded tar v0.4.45 |
| 1188 | 2026-05-11T18:32:34.925Z | Downloaded russh v0.45.0 |
| 1189 | 2026-05-11T18:32:34.929Z | Downloaded tracing-core v0.1.36 |
| 1190 | 2026-05-11T18:32:34.933Z | Downloaded rustyline v14.0.0 |
| 1191 | 2026-05-11T18:32:34.936Z | Downloaded unicode-bidi v0.3.18 |
| 1192 | 2026-05-11T18:32:34.936Z | Downloaded whoami v2.1.0 |
| 1193 | 2026-05-11T18:32:34.940Z | Downloaded tungstenite v0.23.0 |
| 1194 | 2026-05-11T18:32:34.940Z | Downloaded typify v0.6.2 |
| 1195 | 2026-05-11T18:32:34.943Z | Downloaded yasna v0.5.2 |
| 1196 | 2026-05-11T18:32:34.944Z | Downloaded libm v0.2.16 |
| 1197 | 2026-05-11T18:32:34.947Z | Downloaded hyper v1.8.1 |
| 1198 | 2026-05-11T18:32:34.954Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1199 | 2026-05-11T18:32:34.958Z | Downloaded rpassword v7.4.0 |
| 1200 | 2026-05-11T18:32:34.958Z | Downloaded zerocopy v0.6.6 |
| 1201 | 2026-05-11T18:32:34.962Z | Downloaded zeroize v1.8.2 |
| 1202 | 2026-05-11T18:32:34.962Z | Downloaded unsafe-libyaml v0.2.11 |
| 1203 | 2026-05-11T18:32:34.966Z | Downloaded vte v0.14.1 |
| 1204 | 2026-05-11T18:32:34.966Z | Downloaded uuid v1.23.0 |
| 1205 | 2026-05-11T18:32:34.971Z | Downloaded steno v0.4.1 |
| 1206 | 2026-05-11T18:32:34.978Z | Downloaded tungstenite v0.21.0 |
| 1207 | 2026-05-11T18:32:34.982Z | Downloaded ssh-key v0.6.7 |
| 1208 | 2026-05-11T18:32:34.985Z | Downloaded typify v0.4.3 |
| 1209 | 2026-05-11T18:32:35.003Z | Downloaded toml_edit v0.19.15 |
| 1210 | 2026-05-11T18:32:35.009Z | Downloaded reedline v0.40.0 |
| 1211 | 2026-05-11T18:32:35.014Z | Downloaded zopfli v0.8.3 |
| 1212 | 2026-05-11T18:32:35.017Z | Downloaded git2 v0.20.4 |
| 1213 | 2026-05-11T18:32:35.027Z | Downloaded unicode_categories v0.1.1 |
| 1214 | 2026-05-11T18:32:35.041Z | Downloaded tokio-postgres v0.7.16 |
| 1215 | 2026-05-11T18:32:35.049Z | Downloaded yansi v1.0.1 |
| 1216 | 2026-05-11T18:32:35.053Z | Downloaded bindgen v0.71.1 |
| 1217 | 2026-05-11T18:32:35.058Z | Downloaded zip v0.6.6 |
| 1218 | 2026-05-11T18:32:35.063Z | Downloaded aws-lc-rs v1.16.0 |
| 1219 | 2026-05-11T18:32:35.068Z | Downloaded tower v0.5.3 |
| 1220 | 2026-05-11T18:32:35.072Z | Downloaded reqwest v0.12.28 |
| 1221 | 2026-05-11T18:32:35.076Z | Downloaded unicode-segmentation v1.12.0 |
| 1222 | 2026-05-11T18:32:35.080Z | Downloaded regex v1.12.3 |
| 1223 | 2026-05-11T18:32:35.084Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-05-11T18:32:35.087Z | Downloaded chrono v0.4.44 |
| 1225 | 2026-05-11T18:32:35.105Z | Downloaded p384 v0.13.1 |
| 1226 | 2026-05-11T18:32:35.109Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-05-11T18:32:35.109Z | Downloaded reqwest v0.13.2 |
| 1228 | 2026-05-11T18:32:35.109Z | Downloaded typed-path v0.9.3 |
| 1229 | 2026-05-11T18:32:35.109Z | Downloaded quick-xml v0.37.5 |
| 1230 | 2026-05-11T18:32:35.112Z | Downloaded lalrpop v0.19.12 |
| 1231 | 2026-05-11T18:32:35.116Z | Downloaded zerocopy-derive v0.8.40 |
| 1232 | 2026-05-11T18:32:35.121Z | Downloaded salty v0.3.0 |
| 1233 | 2026-05-11T18:32:35.125Z | Downloaded tower-http v0.6.8 |
| 1234 | 2026-05-11T18:32:35.131Z | Downloaded rayon v1.11.0 |
| 1235 | 2026-05-11T18:32:35.136Z | Downloaded x509-cert v0.2.5 |
| 1236 | 2026-05-11T18:32:35.139Z | Downloaded rustls-webpki v0.101.7 |
| 1237 | 2026-05-11T18:32:35.148Z | Downloaded moka v0.12.13 |
| 1238 | 2026-05-11T18:32:35.153Z | Downloaded zip v4.6.1 |
| 1239 | 2026-05-11T18:32:35.161Z | Downloaded serde_with v3.17.0 |
| 1240 | 2026-05-11T18:32:35.169Z | Downloaded tough v0.20.0 |
| 1241 | 2026-05-11T18:32:35.173Z | Downloaded tokio-util v0.7.18 |
| 1242 | 2026-05-11T18:32:35.180Z | Downloaded rustls-webpki v0.102.8 |
| 1243 | 2026-05-11T18:32:35.189Z | Downloaded unicode-normalization v0.1.25 |
| 1244 | 2026-05-11T18:32:35.193Z | Downloaded proptest v1.10.0 |
| 1245 | 2026-05-11T18:32:35.199Z | Downloaded curve25519-dalek v4.1.3 |
| 1246 | 2026-05-11T18:32:35.203Z | Downloaded object v0.30.4 |
| 1247 | 2026-05-11T18:32:35.211Z | Downloaded petname v2.0.2 |
| 1248 | 2026-05-11T18:32:35.214Z | Downloaded winnow v0.5.40 |
| 1249 | 2026-05-11T18:32:35.218Z | Downloaded nix v0.27.1 |
| 1250 | 2026-05-11T18:32:35.228Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-05-11T18:32:35.255Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-05-11T18:32:35.258Z | Downloaded tabled v0.20.0 |
| 1253 | 2026-05-11T18:32:35.269Z | Downloaded polar-core v0.27.3 |
| 1254 | 2026-05-11T18:32:35.274Z | Downloaded rustls v0.21.12 |
| 1255 | 2026-05-11T18:32:35.282Z | Downloaded radix_trie v0.2.1 |
| 1256 | 2026-05-11T18:32:35.289Z | Downloaded object v0.37.3 |
| 1257 | 2026-05-11T18:32:35.296Z | Downloaded openssl v0.10.78 |
| 1258 | 2026-05-11T18:32:35.300Z | Downloaded nix v0.29.0 |
| 1259 | 2026-05-11T18:32:35.309Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-05-11T18:32:35.317Z | Downloaded nix v0.28.0 |
| 1261 | 2026-05-11T18:32:35.324Z | Downloaded webpki-roots v1.0.6 |
| 1262 | 2026-05-11T18:32:35.328Z | Downloaded rustls v0.22.4 |
| 1263 | 2026-05-11T18:32:35.335Z | Downloaded regress v0.10.5 |
| 1264 | 2026-05-11T18:32:35.339Z | Downloaded time v0.3.47 |
| 1265 | 2026-05-11T18:32:35.347Z | Downloaded smoltcp v0.9.1 |
| 1266 | 2026-05-11T18:32:35.354Z | Downloaded rustix v0.38.44 |
| 1267 | 2026-05-11T18:32:35.366Z | Downloaded regex-syntax v0.6.29 |
| 1268 | 2026-05-11T18:32:35.372Z | Downloaded dropshot v0.16.7 |
| 1269 | 2026-05-11T18:32:35.385Z | Downloaded vcpkg v0.2.15 |
| 1270 | 2026-05-11T18:32:35.408Z | Downloaded dropshot v0.17.0 |
| 1271 | 2026-05-11T18:32:35.420Z | Downloaded openapiv3 v2.2.0 |
| 1272 | 2026-05-11T18:32:35.427Z | Downloaded nix v0.31.2 |
| 1273 | 2026-05-11T18:32:35.434Z | Downloaded zlib-rs v0.6.2 |
| 1274 | 2026-05-11T18:32:35.439Z | Downloaded sled v0.34.7 |
| 1275 | 2026-05-11T18:32:35.444Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-05-11T18:32:35.458Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1277 | 2026-05-11T18:32:35.466Z | Downloaded zerocopy v0.8.40 |
| 1278 | 2026-05-11T18:32:35.471Z | Downloaded smoltcp v0.11.0 |
| 1279 | 2026-05-11T18:32:35.478Z | Downloaded regex-syntax v0.8.10 |
| 1280 | 2026-05-11T18:32:35.483Z | Downloaded regress v0.11.1 |
| 1281 | 2026-05-11T18:32:35.488Z | Downloaded hickory-proto v0.25.2 |
| 1282 | 2026-05-11T18:32:35.499Z | Downloaded diesel v2.3.7 |
| 1283 | 2026-05-11T18:32:35.511Z | Downloaded rustls v0.23.37 |
| 1284 | 2026-05-11T18:32:35.519Z | Downloaded bstr v1.12.1 |
| 1285 | 2026-05-11T18:32:35.523Z | Downloaded chrono-tz v0.10.4 |
| 1286 | 2026-05-11T18:32:35.534Z | Downloaded petgraph v0.8.3 |
| 1287 | 2026-05-11T18:32:35.578Z | Downloaded sqlparser v0.61.0 |
| 1288 | 2026-05-11T18:32:35.621Z | Downloaded typify-impl v0.6.2 |
| 1289 | 2026-05-11T18:32:35.635Z | Downloaded ratatui v0.29.0 |
| 1290 | 2026-05-11T18:32:35.655Z | Downloaded typify-impl v0.4.3 |
| 1291 | 2026-05-11T18:32:35.682Z | Downloaded zerocopy-derive v0.6.6 |
| 1292 | 2026-05-11T18:32:35.697Z | Downloaded regex-automata v0.4.14 |
| 1293 | 2026-05-11T18:32:35.737Z | Downloaded petgraph v0.6.5 |
| 1294 | 2026-05-11T18:32:35.764Z | Downloaded csv v1.4.0 |
| 1295 | 2026-05-11T18:32:35.776Z | Downloaded jiff v0.2.21 |
| 1296 | 2026-05-11T18:32:35.810Z | Downloaded libz-sys v1.1.24 |
| 1297 | 2026-05-11T18:32:35.822Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1298 | 2026-05-11T18:32:35.833Z | Downloaded sha3 v0.10.8 |
| 1299 | 2026-05-11T18:32:35.850Z | Downloaded tokio v1.52.1 |
| 1300 | 2026-05-11T18:32:35.925Z | Downloaded encoding_rs v0.8.35 |
| 1301 | 2026-05-11T18:32:35.954Z | Downloaded ring v0.17.14 |
| 1302 | 2026-05-11T18:32:35.983Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1303 | 2026-05-11T18:32:36.218Z | Downloaded aws-lc-sys v0.37.1 |
| 1304 | 2026-05-11T18:32:36.463Z | Compiling libc v0.2.185 |
| 1305 | 2026-05-11T18:32:36.463Z | Compiling serde v1.0.228 |
| 1306 | 2026-05-11T18:32:36.467Z | Compiling log v0.4.29 |
| 1307 | 2026-05-11T18:32:36.467Z | Compiling find-msvc-tools v0.1.9 |
| 1308 | 2026-05-11T18:32:36.611Z | Compiling shlex v1.3.0 |
| 1309 | 2026-05-11T18:32:36.617Z | Compiling smallvec v1.15.1 |
| 1310 | 2026-05-11T18:32:36.625Z | Compiling syn v2.0.117 |
| 1311 | 2026-05-11T18:32:36.645Z | Compiling typenum v1.19.0 |
| 1312 | 2026-05-11T18:32:36.792Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-05-11T18:32:36.814Z | Compiling subtle v2.6.1 |
| 1314 | 2026-05-11T18:32:36.818Z | Compiling scopeguard v1.2.0 |
| 1315 | 2026-05-11T18:32:36.861Z | Compiling const-oid v0.9.6 |
| 1316 | 2026-05-11T18:32:36.923Z | Compiling lock_api v0.4.14 |
| 1317 | 2026-05-11T18:32:36.936Z | Compiling portable-atomic v1.13.1 |
| 1318 | 2026-05-11T18:32:36.988Z | Compiling zerocopy v0.8.40 |
| 1319 | 2026-05-11T18:32:37.028Z | Compiling serde_json v1.0.149 |
| 1320 | 2026-05-11T18:32:37.138Z | Compiling critical-section v1.2.0 |
| 1321 | 2026-05-11T18:32:37.250Z | Compiling parking_lot_core v0.9.12 |
| 1322 | 2026-05-11T18:32:37.269Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-05-11T18:32:37.427Z | Compiling getrandom v0.2.17 |
| 1324 | 2026-05-11T18:32:37.442Z | Compiling jobserver v0.1.34 |
| 1325 | 2026-05-11T18:32:37.477Z | Compiling errno v0.3.14 |
| 1326 | 2026-05-11T18:32:37.593Z | Compiling rand_core v0.6.4 |
| 1327 | 2026-05-11T18:32:37.623Z | Compiling pkg-config v0.3.32 |
| 1328 | 2026-05-11T18:32:37.638Z | Compiling cc v1.2.56 |
| 1329 | 2026-05-11T18:32:37.804Z | Compiling signal-hook-registry v1.4.8 |
| 1330 | 2026-05-11T18:32:37.860Z | Compiling bitflags v2.11.0 |
| 1331 | 2026-05-11T18:32:37.927Z | Compiling once_cell v1.21.3 |
| 1332 | 2026-05-11T18:32:37.980Z | Compiling libm v0.2.16 |
| 1333 | 2026-05-11T18:32:38.075Z | Compiling parking_lot v0.12.5 |
| 1334 | 2026-05-11T18:32:38.090Z | Compiling mio v1.2.0 |
| 1335 | 2026-05-11T18:32:38.135Z | Compiling num-traits v0.2.19 |
| 1336 | 2026-05-11T18:32:38.159Z | Compiling futures-core v0.3.32 |
| 1337 | 2026-05-11T18:32:38.312Z | Compiling percent-encoding v2.3.2 |
| 1338 | 2026-05-11T18:32:38.440Z | Compiling socket2 v0.6.3 |
| 1339 | 2026-05-11T18:32:38.463Z | Compiling futures-sink v0.3.32 |
| 1340 | 2026-05-11T18:32:38.483Z | Compiling cpufeatures v0.2.17 |
| 1341 | 2026-05-11T18:32:38.500Z | Compiling futures-task v0.3.32 |
| 1342 | 2026-05-11T18:32:38.540Z | Compiling futures-io v0.3.32 |
| 1343 | 2026-05-11T18:32:38.555Z | Compiling futures-channel v0.3.32 |
| 1344 | 2026-05-11T18:32:38.568Z | Compiling getrandom v0.4.1 |
| 1345 | 2026-05-11T18:32:38.792Z | Compiling slab v0.4.12 |
| 1346 | 2026-05-11T18:32:38.811Z | Compiling rand_core v0.10.0 |
| 1347 | 2026-05-11T18:32:38.840Z | Compiling getrandom v0.3.4 |
| 1348 | 2026-05-11T18:32:38.960Z | Compiling rustversion v1.0.22 |
| 1349 | 2026-05-11T18:32:38.976Z | Compiling indexmap v2.14.0 |
| 1350 | 2026-05-11T18:32:38.980Z | Compiling form_urlencoded v1.2.2 |
| 1351 | 2026-05-11T18:32:39.268Z | Compiling cmake v0.1.57 |
| 1352 | 2026-05-11T18:32:39.285Z | Compiling dunce v1.0.5 |
| 1353 | 2026-05-11T18:32:39.383Z | Compiling fs_extra v1.3.0 |
| 1354 | 2026-05-11T18:32:39.517Z | Compiling base64ct v1.8.3 |
| 1355 | 2026-05-11T18:32:39.587Z | Compiling synstructure v0.13.2 |
| 1356 | 2026-05-11T18:32:39.667Z | Compiling ident_case v1.0.1 |
| 1357 | 2026-05-11T18:32:39.681Z | Compiling aws-lc-sys v0.37.1 |
| 1358 | 2026-05-11T18:32:39.793Z | Compiling pem-rfc7468 v0.7.0 |
| 1359 | 2026-05-11T18:32:39.814Z | Compiling flagset v0.4.7 |
| 1360 | 2026-05-11T18:32:39.828Z | Compiling rand_core v0.9.5 |
| 1361 | 2026-05-11T18:32:39.914Z | Compiling rustix v1.1.3 |
| 1362 | 2026-05-11T18:32:39.947Z | Compiling iana-time-zone v0.1.65 |
| 1363 | 2026-05-11T18:32:39.962Z | Compiling ring v0.17.14 |
| 1364 | 2026-05-11T18:32:40.107Z | Compiling uuid v1.23.0 |
| 1365 | 2026-05-11T18:32:40.108Z | Compiling rustc_version v0.4.1 |
| 1366 | 2026-05-11T18:32:40.151Z | Compiling regex-syntax v0.8.10 |
| 1367 | 2026-05-11T18:32:40.209Z | Compiling vcpkg v0.2.15 |
| 1368 | 2026-05-11T18:32:40.450Z | Compiling aws-lc-rs v1.16.0 |
| 1369 | 2026-05-11T18:32:40.734Z | Compiling tracing-core v0.1.36 |
| 1370 | 2026-05-11T18:32:40.828Z | Compiling pest_generator v2.8.6 |
| 1371 | 2026-05-11T18:32:40.954Z | Compiling openssl-sys v0.9.114 |
| 1372 | 2026-05-11T18:32:41.287Z | Compiling serde_derive_internals v0.29.1 |
| 1373 | 2026-05-11T18:32:41.301Z | Compiling serde_derive v1.0.228 |
| 1374 | 2026-05-11T18:32:41.477Z | Compiling zeroize_derive v1.4.3 |
| 1375 | 2026-05-11T18:32:41.529Z | Compiling zerofrom-derive v0.1.6 |
| 1376 | 2026-05-11T18:32:41.669Z | Compiling yoke-derive v0.8.1 |
| 1377 | 2026-05-11T18:32:42.125Z | Compiling zeroize v1.8.2 |
| 1378 | 2026-05-11T18:32:42.193Z | Compiling zerocopy-derive v0.8.40 |
| 1379 | 2026-05-11T18:32:42.532Z | Compiling zerovec-derive v0.11.2 |
| 1380 | 2026-05-11T18:32:42.840Z | Compiling displaydoc v0.2.5 |
| 1381 | 2026-05-11T18:32:42.900Z | Compiling crypto-common v0.1.7 |
| 1382 | 2026-05-11T18:32:42.945Z | Compiling zerofrom v0.1.6 |
| 1383 | 2026-05-11T18:32:43.046Z | Compiling yoke v0.8.1 |
| 1384 | 2026-05-11T18:32:43.073Z | Compiling block-buffer v0.10.4 |
| 1385 | 2026-05-11T18:32:43.232Z | Compiling digest v0.10.7 |
| 1386 | 2026-05-11T18:32:43.246Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-05-11T18:32:43.478Z | Compiling hmac v0.12.1 |
| 1388 | 2026-05-11T18:32:43.574Z | Compiling zerotrie v0.2.3 |
| 1389 | 2026-05-11T18:32:43.658Z | Compiling zerovec v0.11.5 |
| 1390 | 2026-05-11T18:32:43.700Z | Compiling futures-macro v0.3.32 |
| 1391 | 2026-05-11T18:32:43.889Z | Compiling block-padding v0.3.3 |
| 1392 | 2026-05-11T18:32:43.986Z | Compiling sha2 v0.10.9 |
| 1393 | 2026-05-11T18:32:44.047Z | Compiling inout v0.1.4 |
| 1394 | 2026-05-11T18:32:44.156Z | Compiling tinystr v0.8.2 |
| 1395 | 2026-05-11T18:32:44.216Z | Compiling potential_utf v0.1.4 |
| 1396 | 2026-05-11T18:32:44.356Z | Compiling icu_locale_core v2.1.1 |
| 1397 | 2026-05-11T18:32:44.377Z | Compiling icu_collections v2.1.1 |
| 1398 | 2026-05-11T18:32:44.495Z | Compiling futures-util v0.3.32 |
| 1399 | 2026-05-11T18:32:44.775Z | Compiling bytes v1.11.1 |
| 1400 | 2026-05-11T18:32:44.851Z | Compiling cipher v0.4.4 |
| 1401 | 2026-05-11T18:32:45.012Z | Compiling icu_provider v2.1.1 |
| 1402 | 2026-05-11T18:32:45.111Z | Compiling der_derive v0.7.3 |
| 1403 | 2026-05-11T18:32:45.228Z | Compiling tokio v1.52.1 |
| 1404 | 2026-05-11T18:32:45.293Z | Compiling icu_properties v2.1.2 |
| 1405 | 2026-05-11T18:32:45.308Z | Compiling icu_normalizer v2.1.1 |
| 1406 | 2026-05-11T18:32:45.377Z | Compiling http v1.4.0 |
| 1407 | 2026-05-11T18:32:45.835Z | Compiling salsa20 v0.10.2 |
| 1408 | 2026-05-11T18:32:45.972Z | Compiling chrono v0.4.44 |
| 1409 | 2026-05-11T18:32:46.051Z | Compiling der v0.7.10 |
| 1410 | 2026-05-11T18:32:46.268Z | Compiling idna_adapter v1.2.1 |
| 1411 | 2026-05-11T18:32:46.375Z | Compiling idna v1.1.0 |
| 1412 | 2026-05-11T18:32:46.400Z | Compiling pbkdf2 v0.12.2 |
| 1413 | 2026-05-11T18:32:46.516Z | Compiling ppv-lite86 v0.2.21 |
| 1414 | 2026-05-11T18:32:46.636Z | Compiling thiserror-impl v2.0.18 |
| 1415 | 2026-05-11T18:32:46.735Z | Compiling url v2.5.8 |
| 1416 | 2026-05-11T18:32:46.829Z | Compiling rand_chacha v0.9.0 |
| 1417 | 2026-05-11T18:32:47.008Z | Compiling spki v0.7.3 |
| 1418 | 2026-05-11T18:32:47.211Z | Compiling scrypt v0.11.0 |
| 1419 | 2026-05-11T18:32:47.225Z | Compiling cbc v0.1.2 |
| 1420 | 2026-05-11T18:32:47.315Z | Compiling aes v0.8.4 |
| 1421 | 2026-05-11T18:32:47.367Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-11T18:32:47.458Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-05-11T18:32:47.510Z | Compiling rand v0.9.2 |
| 1424 | 2026-05-11T18:32:47.510Z | Compiling http-body v1.0.1 |
| 1425 | 2026-05-11T18:32:47.721Z | Compiling pkcs5 v0.7.1 |
| 1426 | 2026-05-11T18:32:47.804Z | Compiling openssl-probe v0.2.1 |
| 1427 | 2026-05-11T18:32:47.942Z | Compiling thiserror v2.0.18 |
| 1428 | 2026-05-11T18:32:47.978Z | Compiling base64 v0.22.1 |
| 1429 | 2026-05-11T18:32:48.046Z | Compiling untrusted v0.9.0 |
| 1430 | 2026-05-11T18:32:48.167Z | Compiling schemars v0.8.22 |
| 1431 | 2026-05-11T18:32:48.185Z | Compiling httparse v1.10.1 |
| 1432 | 2026-05-11T18:32:48.290Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-05-11T18:32:48.339Z | Compiling pkcs8 v0.10.2 |
| 1434 | 2026-05-11T18:32:48.379Z | Compiling schemars_derive v0.8.22 |
| 1435 | 2026-05-11T18:32:48.410Z | Compiling pest_derive v2.8.6 |
| 1436 | 2026-05-11T18:32:48.565Z | Compiling scroll_derive v0.13.1 |
| 1437 | 2026-05-11T18:32:48.686Z | Compiling darling_core v0.20.11 |
| 1438 | 2026-05-11T18:32:48.775Z | Compiling tracing v0.1.44 |
| 1439 | 2026-05-11T18:32:48.869Z | Compiling try-lock v0.2.5 |
| 1440 | 2026-05-11T18:32:48.977Z | Compiling tokio-util v0.7.18 |
| 1441 | 2026-05-11T18:32:49.042Z | Compiling tinyvec_macros v0.1.1 |
| 1442 | 2026-05-11T18:32:49.115Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-05-11T18:32:49.211Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-05-11T18:32:49.352Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-05-11T18:32:49.382Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-05-11T18:32:49.505Z | Compiling rustls v0.23.37 |
| 1447 | 2026-05-11T18:32:49.505Z | Compiling scroll v0.13.0 |
| 1448 | 2026-05-11T18:32:49.675Z | Compiling h2 v0.4.13 |
| 1449 | 2026-05-11T18:32:49.782Z | Compiling tinyvec v1.10.0 |
| 1450 | 2026-05-11T18:32:50.005Z | Compiling want v0.3.1 |
| 1451 | 2026-05-11T18:32:50.135Z | Compiling ipnet v2.11.0 |
| 1452 | 2026-05-11T18:32:50.164Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1453 | 2026-05-11T18:32:50.405Z | Compiling spin v0.9.8 |
| 1454 | 2026-05-11T18:32:50.540Z | Compiling aho-corasick v1.1.4 |
| 1455 | 2026-05-11T18:32:50.606Z | Compiling powerfmt v0.2.0 |
| 1456 | 2026-05-11T18:32:50.620Z | Compiling pin-utils v0.1.0 |
| 1457 | 2026-05-11T18:32:50.691Z | Compiling time-core v0.1.8 |
| 1458 | 2026-05-11T18:32:50.806Z | Compiling num-conv v0.2.0 |
| 1459 | 2026-05-11T18:32:50.825Z | Compiling crc32fast v1.5.0 |
| 1460 | 2026-05-11T18:32:50.839Z | Compiling openssl v0.10.78 |
| 1461 | 2026-05-11T18:32:50.916Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-05-11T18:32:50.931Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-05-11T18:32:50.934Z | Compiling darling_macro v0.20.11 |
| 1464 | 2026-05-11T18:32:50.999Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-05-11T18:32:51.071Z | Compiling time-macros v0.2.27 |
| 1466 | 2026-05-11T18:32:51.099Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-11T18:32:51.129Z | Compiling deranged v0.5.8 |
| 1468 | 2026-05-11T18:32:51.393Z | Compiling darling v0.20.11 |
| 1469 | 2026-05-11T18:32:51.464Z | Compiling regex-automata v0.4.14 |
| 1470 | 2026-05-11T18:32:51.479Z | Compiling goblin v0.10.5 |
| 1471 | 2026-05-11T18:32:52.114Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-11T18:32:52.204Z | Compiling wait-timeout v0.2.1 |
| 1473 | 2026-05-11T18:32:52.467Z | Compiling simd-adler32 v0.3.8 |
| 1474 | 2026-05-11T18:32:52.495Z | Compiling usdt-impl v0.6.0 |
| 1475 | 2026-05-11T18:32:52.610Z | Compiling hyper v1.8.1 |
| 1476 | 2026-05-11T18:32:52.692Z | Compiling crossbeam-utils v0.8.21 |
| 1477 | 2026-05-11T18:32:52.706Z | Compiling quick-error v1.2.3 |
| 1478 | 2026-05-11T18:32:52.811Z | Compiling siphasher v1.0.2 |
| 1479 | 2026-05-11T18:32:52.972Z | Compiling syn v1.0.109 |
| 1480 | 2026-05-11T18:32:52.992Z | Compiling num_threads v0.1.7 |
| 1481 | 2026-05-11T18:32:53.090Z | Compiling native-tls v0.2.18 |
| 1482 | 2026-05-11T18:32:53.267Z | Compiling bit-vec v0.8.0 |
| 1483 | 2026-05-11T18:32:53.354Z | Compiling time v0.3.47 |
| 1484 | 2026-05-11T18:32:53.493Z | Compiling bit-set v0.8.0 |
| 1485 | 2026-05-11T18:32:53.571Z | Compiling rusty-fork v0.3.1 |
| 1486 | 2026-05-11T18:32:53.693Z | Compiling hyper-util v0.1.20 |
| 1487 | 2026-05-11T18:32:54.194Z | Compiling dof v0.4.0 |
| 1488 | 2026-05-11T18:32:55.000Z | Compiling derive_builder_core v0.20.2 |
| 1489 | 2026-05-11T18:32:55.431Z | Compiling unicode-normalization v0.1.25 |
| 1490 | 2026-05-11T18:32:55.549Z | Compiling dtrace-parser v0.3.0 |
| 1491 | 2026-05-11T18:32:55.563Z | Compiling rustls-native-certs v0.8.3 |
| 1492 | 2026-05-11T18:32:55.692Z | Compiling signature v2.2.0 |
| 1493 | 2026-05-11T18:32:55.842Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-05-11T18:32:55.856Z | Compiling scroll_derive v0.12.1 |
| 1495 | 2026-05-11T18:32:55.870Z | Compiling heapless v0.7.17 |
| 1496 | 2026-05-11T18:32:55.872Z | Compiling rand_xorshift v0.4.0 |
| 1497 | 2026-05-11T18:32:56.044Z | Compiling slog v2.8.2 |
| 1498 | 2026-05-11T18:32:56.104Z | Compiling darling_core v0.21.3 |
| 1499 | 2026-05-11T18:32:56.227Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1500 | 2026-05-11T18:32:56.268Z | Compiling sync_wrapper v1.0.2 |
| 1501 | 2026-05-11T18:32:56.374Z | Compiling thread-id v5.1.0 |
| 1502 | 2026-05-11T18:32:56.457Z | Compiling cookie v0.18.1 |
| 1503 | 2026-05-11T18:32:56.488Z | Compiling signal-hook v0.3.18 |
| 1504 | 2026-05-11T18:32:56.503Z | Compiling zstd-safe v7.2.4 |
| 1505 | 2026-05-11T18:32:56.632Z | Compiling unicode-bidi v0.3.18 |
| 1506 | 2026-05-11T18:32:56.654Z | Compiling paste v1.0.15 |
| 1507 | 2026-05-11T18:32:56.691Z | Compiling allocator-api2 v0.2.21 |
| 1508 | 2026-05-11T18:32:56.851Z | Compiling unarray v0.1.4 |
| 1509 | 2026-05-11T18:32:56.914Z | Compiling unicode-properties v0.1.4 |
| 1510 | 2026-05-11T18:32:56.958Z | Compiling anyhow v1.0.102 |
| 1511 | 2026-05-11T18:32:57.005Z | Compiling adler2 v2.0.1 |
| 1512 | 2026-05-11T18:32:57.070Z | Compiling thiserror v1.0.69 |
| 1513 | 2026-05-11T18:32:57.113Z | Compiling miniz_oxide v0.8.9 |
| 1514 | 2026-05-11T18:32:57.130Z | Compiling stringprep v0.1.5 |
| 1515 | 2026-05-11T18:32:57.150Z | Compiling proptest v1.10.0 |
| 1516 | 2026-05-11T18:32:57.458Z | Compiling scroll v0.12.0 |
| 1517 | 2026-05-11T18:32:57.701Z | Compiling tower v0.5.3 |
| 1518 | 2026-05-11T18:32:57.795Z | Compiling derive_builder_macro v0.20.2 |
| 1519 | 2026-05-11T18:32:58.122Z | Compiling ipnetwork v0.21.1 |
| 1520 | 2026-05-11T18:32:58.159Z | Compiling webpki-roots v1.0.6 |
| 1521 | 2026-05-11T18:32:58.231Z | Compiling http-body-util v0.1.3 |
| 1522 | 2026-05-11T18:32:58.274Z | Compiling rand_chacha v0.3.1 |
| 1523 | 2026-05-11T18:32:58.473Z | Compiling serde_tokenstream v0.2.3 |
| 1524 | 2026-05-11T18:32:58.499Z | Compiling serde_spanned v0.6.9 |
| 1525 | 2026-05-11T18:32:58.514Z | Compiling erased-serde v0.3.31 |
| 1526 | 2026-05-11T18:32:58.547Z | Compiling darling_macro v0.21.3 |
| 1527 | 2026-05-11T18:32:58.667Z | Compiling toml_datetime v0.6.11 |
| 1528 | 2026-05-11T18:32:58.798Z | Compiling md-5 v0.10.6 |
| 1529 | 2026-05-11T18:32:58.927Z | Compiling zerocopy-derive v0.7.35 |
| 1530 | 2026-05-11T18:32:58.964Z | Compiling curve25519-dalek v4.1.3 |
| 1531 | 2026-05-11T18:32:59.017Z | Compiling vergen-lib v0.1.6 |
| 1532 | 2026-05-11T18:32:59.066Z | Compiling num-integer v0.1.46 |
| 1533 | 2026-05-11T18:32:59.122Z | Compiling hash32 v0.2.1 |
| 1534 | 2026-05-11T18:32:59.195Z | Compiling ff v0.13.1 |
| 1535 | 2026-05-11T18:32:59.294Z | Compiling memoffset v0.9.1 |
| 1536 | 2026-05-11T18:32:59.313Z | Compiling zlib-rs v0.6.2 |
| 1537 | 2026-05-11T18:32:59.331Z | Compiling psl-types v2.0.11 |
| 1538 | 2026-05-11T18:32:59.387Z | Compiling fallible-iterator v0.2.0 |
| 1539 | 2026-05-11T18:32:59.457Z | Compiling ryu v1.0.23 |
| 1540 | 2026-05-11T18:32:59.485Z | Compiling iri-string v0.7.10 |
| 1541 | 2026-05-11T18:32:59.638Z | Compiling smoltcp v0.9.1 |
| 1542 | 2026-05-11T18:32:59.694Z | Compiling ref-cast v1.0.25 |
| 1543 | 2026-05-11T18:32:59.795Z | Compiling base16ct v0.2.0 |
| 1544 | 2026-05-11T18:32:59.974Z | Compiling cfg_aliases v0.2.1 |
| 1545 | 2026-05-11T18:32:59.978Z | Compiling num-bigint-dig v0.8.6 |
| 1546 | 2026-05-11T18:33:00.002Z | Compiling rustix v0.38.44 |
| 1547 | 2026-05-11T18:33:00.049Z | Compiling litrs v1.0.0 |
| 1548 | 2026-05-11T18:33:00.190Z | Compiling nix v0.31.2 |
| 1549 | 2026-05-11T18:33:00.496Z | Compiling sec1 v0.7.3 |
| 1550 | 2026-05-11T18:33:00.550Z | Compiling zerocopy v0.7.35 |
| 1551 | 2026-05-11T18:33:00.564Z | Compiling document-features v0.2.12 |
| 1552 | 2026-05-11T18:33:00.764Z | Compiling tower-http v0.6.8 |
| 1553 | 2026-05-11T18:33:00.966Z | Compiling postgres-protocol v0.6.10 |
| 1554 | 2026-05-11T18:33:01.083Z | Compiling serde_urlencoded v0.7.1 |
| 1555 | 2026-05-11T18:33:01.127Z | Compiling newtype-uuid v1.3.2 |
| 1556 | 2026-05-11T18:33:01.251Z | Compiling publicsuffix v2.3.0 |
| 1557 | 2026-05-11T18:33:01.321Z | Compiling group v0.13.0 |
| 1558 | 2026-05-11T18:33:01.446Z | Compiling num-iter v0.1.45 |
| 1559 | 2026-05-11T18:33:01.502Z | Compiling darling v0.21.3 |
| 1560 | 2026-05-11T18:33:01.560Z | Compiling rand v0.8.5 |
| 1561 | 2026-05-11T18:33:01.583Z | Compiling oxnet v0.1.4 |
| 1562 | 2026-05-11T18:33:01.878Z | Compiling hubpack_derive v0.1.1 |
| 1563 | 2026-05-11T18:33:01.921Z | Compiling derive_builder v0.20.2 |
| 1564 | 2026-05-11T18:33:01.956Z | Compiling tokio-native-tls v0.3.1 |
| 1565 | 2026-05-11T18:33:02.048Z | Compiling goblin v0.8.2 |
| 1566 | 2026-05-11T18:33:02.245Z | Compiling flate2 v1.1.9 |
| 1567 | 2026-05-11T18:33:02.568Z | Compiling regex v1.12.3 |
| 1568 | 2026-05-11T18:33:02.648Z | Compiling phf_shared v0.13.1 |
| 1569 | 2026-05-11T18:33:02.673Z | Compiling lazy_static v1.5.0 |
| 1570 | 2026-05-11T18:33:02.767Z | Compiling cargo-platform v0.1.9 |
| 1571 | 2026-05-11T18:33:02.838Z | Compiling hkdf v0.12.4 |
| 1572 | 2026-05-11T18:33:02.891Z | Compiling crypto-bigint v0.5.5 |
| 1573 | 2026-05-11T18:33:02.970Z | Compiling terminal_size v0.4.3 |
| 1574 | 2026-05-11T18:33:02.999Z | Compiling async-trait v0.1.89 |
| 1575 | 2026-05-11T18:33:03.013Z | Compiling ref-cast-impl v1.0.25 |
| 1576 | 2026-05-11T18:33:03.028Z | Compiling daft-derive v0.1.5 |
| 1577 | 2026-05-11T18:33:03.102Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1578 | 2026-05-11T18:33:03.545Z | Compiling strum_macros v0.27.2 |
| 1579 | 2026-05-11T18:33:03.761Z | Compiling vergen v9.0.6 |
| 1580 | 2026-05-11T18:33:03.765Z | Compiling fs-err v3.3.0 |
| 1581 | 2026-05-11T18:33:03.944Z | Compiling ahash v0.8.12 |
| 1582 | 2026-05-11T18:33:03.961Z | Compiling managed v0.8.0 |
| 1583 | 2026-05-11T18:33:04.034Z | Compiling winnow v0.5.40 |
| 1584 | 2026-05-11T18:33:04.145Z | Compiling foldhash v0.2.0 |
| 1585 | 2026-05-11T18:33:04.176Z | Compiling foldhash v0.1.5 |
| 1586 | 2026-05-11T18:33:04.349Z | Compiling bumpalo v3.20.2 |
| 1587 | 2026-05-11T18:33:04.367Z | Compiling object v0.37.3 |
| 1588 | 2026-05-11T18:33:04.606Z | Compiling libbz2-rs-sys v0.2.2 |
| 1589 | 2026-05-11T18:33:04.648Z | Compiling unicode-segmentation v1.12.0 |
| 1590 | 2026-05-11T18:33:05.030Z | Compiling bitflags v1.3.2 |
| 1591 | 2026-05-11T18:33:05.047Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-05-11T18:33:05.272Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-05-11T18:33:05.292Z | Compiling clap_builder v4.5.60 |
| 1594 | 2026-05-11T18:33:05.475Z | Compiling toml_edit v0.19.15 |
| 1595 | 2026-05-11T18:33:05.513Z | Compiling strum v0.27.2 |
| 1596 | 2026-05-11T18:33:05.560Z | Compiling hashbrown v0.15.5 |
| 1597 | 2026-05-11T18:33:05.645Z | Compiling hashbrown v0.16.1 |
| 1598 | 2026-05-11T18:33:05.895Z | Compiling dof v0.3.0 |
| 1599 | 2026-05-11T18:33:06.084Z | Compiling elliptic-curve v0.13.8 |
| 1600 | 2026-05-11T18:33:06.217Z | Compiling daft v0.1.5 |
| 1601 | 2026-05-11T18:33:06.500Z | Compiling cargo_metadata v0.19.2 |
| 1602 | 2026-05-11T18:33:06.587Z | Compiling phf v0.13.1 |
| 1603 | 2026-05-11T18:33:06.747Z | Compiling cookie_store v0.22.1 |
| 1604 | 2026-05-11T18:33:07.385Z | Compiling signal-hook-mio v0.2.5 |
| 1605 | 2026-05-11T18:33:07.815Z | Compiling hubpack v0.1.2 |
| 1606 | 2026-05-11T18:33:07.861Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-11T18:33:08.034Z | Compiling hyper-tls v0.6.0 |
| 1608 | 2026-05-11T18:33:08.052Z | Compiling bzip2 v0.4.4 |
| 1609 | 2026-05-11T18:33:08.069Z | Compiling serde_with_macros v3.17.0 |
| 1610 | 2026-05-11T18:33:08.124Z | Compiling postgres-types v0.2.12 |
| 1611 | 2026-05-11T18:33:08.282Z | Compiling usdt-attr-macro v0.6.0 |
| 1612 | 2026-05-11T18:33:08.307Z | Compiling usdt-macro v0.6.0 |
| 1613 | 2026-05-11T18:33:08.706Z | Compiling dtrace-parser v0.2.0 |
| 1614 | 2026-05-11T18:33:09.066Z | Compiling ed25519 v2.2.3 |
| 1615 | 2026-05-11T18:33:09.068Z | Compiling bstr v1.12.1 |
| 1616 | 2026-05-11T18:33:09.093Z | Compiling phf_shared v0.11.3 |
| 1617 | 2026-05-11T18:33:09.196Z | Compiling pkcs1 v0.7.5 |
| 1618 | 2026-05-11T18:33:09.276Z | Compiling hex v0.4.3 |
| 1619 | 2026-05-11T18:33:09.405Z | Compiling serde-big-array v0.5.1 |
| 1620 | 2026-05-11T18:33:09.466Z | Compiling rfc6979 v0.4.0 |
| 1621 | 2026-05-11T18:33:09.546Z | Compiling serde_repr v0.1.20 |
| 1622 | 2026-05-11T18:33:09.549Z | Compiling enum-as-inner v0.6.1 |
| 1623 | 2026-05-11T18:33:09.591Z | Compiling clap_derive v4.5.55 |
| 1624 | 2026-05-11T18:33:09.606Z | Compiling strum_macros v0.26.4 |
| 1625 | 2026-05-11T18:33:09.720Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-05-11T18:33:09.868Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-05-11T18:33:09.953Z | Compiling memmap2 v0.9.10 |
| 1628 | 2026-05-11T18:33:09.970Z | Compiling env_filter v1.0.0 |
| 1629 | 2026-05-11T18:33:10.048Z | Compiling encoding_rs v0.8.35 |
| 1630 | 2026-05-11T18:33:10.067Z | Compiling static_assertions v1.1.0 |
| 1631 | 2026-05-11T18:33:10.142Z | Compiling fixedbitset v0.5.7 |
| 1632 | 2026-05-11T18:33:10.164Z | Compiling jiff v0.2.21 |
| 1633 | 2026-05-11T18:33:10.268Z | Compiling mime v0.3.17 |
| 1634 | 2026-05-11T18:33:10.444Z | Compiling rustc-hash v2.1.1 |
| 1635 | 2026-05-11T18:33:10.526Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-05-11T18:33:10.571Z | Compiling precomputed-hash v0.1.1 |
| 1637 | 2026-05-11T18:33:10.660Z | Compiling whoami v2.1.0 |
| 1638 | 2026-05-11T18:33:10.698Z | Compiling new_debug_unreachable v1.0.6 |
| 1639 | 2026-05-11T18:33:10.772Z | Compiling either v1.15.0 |
| 1640 | 2026-05-11T18:33:10.980Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-05-11T18:33:11.028Z | Compiling fixedbitset v0.4.2 |
| 1642 | 2026-05-11T18:33:11.243Z | Compiling difflib v0.4.0 |
| 1643 | 2026-05-11T18:33:11.322Z | Compiling keccak v0.1.6 |
| 1644 | 2026-05-11T18:33:11.327Z | Compiling normalize-line-endings v0.3.0 |
| 1645 | 2026-05-11T18:33:11.433Z | Compiling clap v4.5.60 |
| 1646 | 2026-05-11T18:33:11.517Z | Compiling sha3 v0.10.8 |
| 1647 | 2026-05-11T18:33:11.551Z | Compiling predicates v3.1.4 |
| 1648 | 2026-05-11T18:33:11.665Z | Compiling strum v0.26.3 |
| 1649 | 2026-05-11T18:33:11.795Z | Compiling hickory-proto v0.25.2 |
| 1650 | 2026-05-11T18:33:11.795Z | Compiling petgraph v0.6.5 |
| 1651 | 2026-05-11T18:33:11.968Z | Compiling itertools v0.13.0 |
| 1652 | 2026-05-11T18:33:12.122Z | Compiling tokio-postgres v0.7.16 |
| 1653 | 2026-05-11T18:33:12.153Z | Compiling string_cache v0.8.9 |
| 1654 | 2026-05-11T18:33:12.188Z | Compiling iddqd v0.3.18 |
| 1655 | 2026-05-11T18:33:12.373Z | Compiling petgraph v0.8.3 |
| 1656 | 2026-05-11T18:33:13.192Z | Compiling zip v4.6.1 |
| 1657 | 2026-05-11T18:33:13.261Z | Compiling toml_edit v0.22.27 |
| 1658 | 2026-05-11T18:33:13.331Z | Compiling env_logger v0.11.9 |
| 1659 | 2026-05-11T18:33:13.692Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1660 | 2026-05-11T18:33:14.203Z | Compiling usdt v0.6.0 |
| 1661 | 2026-05-11T18:33:14.331Z | Compiling usdt-impl v0.5.0 |
| 1662 | 2026-05-11T18:33:14.346Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-05-11T18:33:14.346Z | Compiling serde_with v3.17.0 |
| 1664 | 2026-05-11T18:33:14.461Z | Compiling similar v2.7.0 |
| 1665 | 2026-05-11T18:33:14.741Z | Compiling rsa v0.9.10 |
| 1666 | 2026-05-11T18:33:14.914Z | Compiling ed25519-dalek v2.2.0 |
| 1667 | 2026-05-11T18:33:15.326Z | Compiling crossterm v0.28.1 |
| 1668 | 2026-05-11T18:33:16.023Z | Compiling zip v0.6.6 |
| 1669 | 2026-05-11T18:33:16.428Z | Compiling toml v0.7.8 |
| 1670 | 2026-05-11T18:33:16.625Z | Compiling heck v0.4.1 |
| 1671 | 2026-05-11T18:33:16.739Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1672 | 2026-05-11T18:33:16.845Z | Compiling crossbeam-epoch v0.9.18 |
| 1673 | 2026-05-11T18:33:16.845Z | Compiling tokio-stream v0.1.18 |
| 1674 | 2026-05-11T18:33:16.977Z | Compiling buf-list v1.1.2 |
| 1675 | 2026-05-11T18:33:17.031Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-11T18:33:17.170Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1677 | 2026-05-11T18:33:17.250Z | Compiling openapiv3 v2.2.0 |
| 1678 | 2026-05-11T18:33:17.320Z | Compiling sha1 v0.10.6 |
| 1679 | 2026-05-11T18:33:17.374Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1680 | 2026-05-11T18:33:17.480Z | Compiling peg-runtime v0.8.5 |
| 1681 | 2026-05-11T18:33:17.540Z | Compiling lalrpop-util v0.19.12 |
| 1682 | 2026-05-11T18:33:17.665Z | Compiling thread_local v1.1.9 |
| 1683 | 2026-05-11T18:33:17.735Z | Compiling slog-async v2.8.0 |
| 1684 | 2026-05-11T18:33:17.758Z | Compiling crossbeam-channel v0.5.15 |
| 1685 | 2026-05-11T18:33:17.917Z | Compiling futures-executor v0.3.32 |
| 1686 | 2026-05-11T18:33:18.048Z | Compiling filetime v0.2.27 |
| 1687 | 2026-05-11T18:33:18.063Z | Compiling is-terminal v0.4.17 |
| 1688 | 2026-05-11T18:33:18.159Z | Compiling take_mut v0.2.2 |
| 1689 | 2026-05-11T18:33:18.175Z | Compiling xattr v1.6.1 |
| 1690 | 2026-05-11T18:33:18.209Z | Compiling term v1.2.1 |
| 1691 | 2026-05-11T18:33:18.223Z | Compiling futures v0.3.32 |
| 1692 | 2026-05-11T18:33:18.302Z | Compiling tar v0.4.45 |
| 1693 | 2026-05-11T18:33:18.659Z | Compiling slog-term v2.9.2 |
| 1694 | 2026-05-11T18:33:28.231Z | Compiling rustls-webpki v0.103.9 |
| 1695 | 2026-05-11T18:33:31.025Z | Compiling tokio-rustls v0.26.4 |
| 1696 | 2026-05-11T18:33:31.025Z | Compiling rustls-platform-verifier v0.6.2 |
| 1697 | 2026-05-11T18:33:31.235Z | Compiling hyper-rustls v0.27.7 |
| 1698 | 2026-05-11T18:33:31.440Z | Compiling reqwest v0.13.2 |
| 1699 | 2026-05-11T18:33:31.440Z | Compiling reqwest v0.12.28 |
| 1700 | 2026-05-11T18:33:33.501Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1701 | 2026-05-11T18:33:33.718Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1702 | 2026-05-11T18:33:36.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 1703 | 2026-05-11T18:33:36.698Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1704 | 2026-05-11T18:33:36.754Z | May 11 18:33:35.732 INFO Starting download, target: Clickhouse |
| 1705 | 2026-05-11T18:33:36.754Z | May 11 18:33:35.732 INFO Starting download, target: Cockroach |
| 1706 | 2026-05-11T18:33:36.754Z | May 11 18:33:35.732 INFO Starting download, target: Console |
| 1707 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Starting download, target: DendriteStub |
| 1708 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Starting download, target: TransceiverControl |
| 1709 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Starting download, target: MaghemiteMgd |
| 1710 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1711 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1712 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1713 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1714 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1715 | 2026-05-11T18:33:36.758Z | May 11 18:33:35.732 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1716 | 2026-05-11T18:33:37.254Z | May 11 18:33:36.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1717 | 2026-05-11T18:33:37.453Z | May 11 18:33:36.431 INFO Download complete, target: TransceiverControl |
| 1718 | 2026-05-11T18:33:37.755Z | May 11 18:33:36.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1719 | 2026-05-11T18:33:37.983Z | May 11 18:33:36.956 INFO Download complete, target: Console |
| 1720 | 2026-05-11T18:33:38.434Z | May 11 18:33:37.403 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1721 | 2026-05-11T18:33:38.751Z | May 11 18:33:37.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1722 | 2026-05-11T18:33:39.037Z | May 11 18:33:38.015 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1723 | 2026-05-11T18:33:39.463Z | May 11 18:33:38.442 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1724 | 2026-05-11T18:33:39.463Z | May 11 18:33:38.442 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1725 | 2026-05-11T18:33:40.720Z | May 11 18:33:39.699 INFO Download complete, target: DendriteStub |
| 1726 | 2026-05-11T18:33:41.061Z | May 11 18:33:40.040 INFO Download complete, target: MaghemiteMgd |
| 1727 | 2026-05-11T18:33:43.993Z | May 11 18:33:42.969 INFO Checking that binary works, target: Cockroach |
| 1728 | 2026-05-11T18:33:44.124Z | May 11 18:33:43.099 INFO Download complete, target: Cockroach |
| 1729 | 2026-05-11T18:33:45.727Z | May 11 18:33:44.700 INFO Checking that binary works, target: Clickhouse |
| 1730 | 2026-05-11T18:33:45.819Z | May 11 18:33:44.797 INFO Download complete, target: Clickhouse |
| 1731 | 2026-05-11T18:33:45.836Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1732 | 2026-05-11T18:33:45.839Z | |
| 1733 | 2026-05-11T18:33:45.839Z | real 2:15.110873878 |
| 1734 | 2026-05-11T18:33:45.839Z | user 6:43.783293113 |
| 1735 | 2026-05-11T18:33:45.839Z | sys 1:19.837411100 |
| 1736 | 2026-05-11T18:33:45.839Z | trap 0.227420992 |
| 1737 | 2026-05-11T18:33:45.839Z | tflt 1.072646391 |
| 1738 | 2026-05-11T18:33:45.839Z | dflt 0.919127590 |
| 1739 | 2026-05-11T18:33:45.839Z | kflt 0.029816779 |
| 1740 | 2026-05-11T18:33:45.839Z | lock 20:58.365366977 |
| 1741 | 2026-05-11T18:33:45.839Z | slp 20:49.874036942 |
| 1742 | 2026-05-11T18:33:45.839Z | lat 42.335438124 |
| 1743 | 2026-05-11T18:33:45.839Z | stop 1:55.250557703 |
| 1744 | 2026-05-11T18:33:45.839Z | + banner hack-check |
| 1745 | 2026-05-11T18:33:45.839Z | |
| 1746 | 2026-05-11T18:33:45.839Z | # # ## #### # # #### # # ###### #### # # |
| 1747 | 2026-05-11T18:33:45.839Z | # # # # # # # # # # # # # # # # # |
| 1748 | 2026-05-11T18:33:45.839Z | ###### # # # #### ##### # ###### ##### # #### |
| 1749 | 2026-05-11T18:33:45.839Z | # # ###### # # # # # # # # # # |
| 1750 | 2026-05-11T18:33:45.839Z | # # # # # # # # # # # # # # # # # |
| 1751 | 2026-05-11T18:33:45.839Z | # # # # #### # # #### # # ###### #### # # |
| 1752 | 2026-05-11T18:33:45.839Z | |
| 1753 | 2026-05-11T18:33:45.840Z | + export CARGO_INCREMENTAL=0 |
| 1754 | 2026-05-11T18:33:45.840Z | + CARGO_INCREMENTAL=0 |
| 1755 | 2026-05-11T18:33:45.840Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1756 | 2026-05-11T18:33:46.368Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1757 | 2026-05-11T18:33:46.588Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1758 | 2026-05-11T18:33:48.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1759 | 2026-05-11T18:33:48.521Z | Running `target/debug/xtask check-features --ci` |
| 1760 | 2026-05-11T18:33:48.552Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1761 | 2026-05-11T18:33:48.556Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1762 | 2026-05-11T18:33:49.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1763 | 2026-05-11T18:33:49.056Z | Running `target/debug/xtask download cargo-hack` |
| 1764 | 2026-05-11T18:33:49.828Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1765 | 2026-05-11T18:33:50.145Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1766 | 2026-05-11T18:33:52.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1767 | 2026-05-11T18:33:52.766Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1768 | 2026-05-11T18:33:52.803Z | May 11 18:33:51.782 INFO Starting download, target: CargoHack |
| 1769 | 2026-05-11T18:33:52.807Z | May 11 18:33:51.783 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1770 | 2026-05-11T18:33:53.288Z | May 11 18:33:52.267 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1771 | 2026-05-11T18:33:53.336Z | May 11 18:33:52.316 INFO Download complete, target: CargoHack |
| 1772 | 2026-05-11T18:33:53.339Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1773 | 2026-05-11T18:33:53.353Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1774 | 2026-05-11T18:33:53.504Z | info: running `cargo check --bins` on api_identity (1/274) |
| 1775 | 2026-05-11T18:33:53.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1776 | 2026-05-11T18:33:53.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1777 | 2026-05-11T18:33:53.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1778 | 2026-05-11T18:33:53.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1779 | 2026-05-11T18:33:54.079Z | |
| 1780 | 2026-05-11T18:33:54.079Z | info: running `cargo check --bins` on bootstore (2/274) |
| 1781 | 2026-05-11T18:33:54.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1782 | 2026-05-11T18:33:54.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1783 | 2026-05-11T18:33:54.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1784 | 2026-05-11T18:33:54.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1785 | 2026-05-11T18:33:54.655Z | |
| 1786 | 2026-05-11T18:33:54.655Z | info: running `cargo check --bins` on omicron-ledger (3/274) |
| 1787 | 2026-05-11T18:33:55.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1788 | 2026-05-11T18:33:55.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1789 | 2026-05-11T18:33:55.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1790 | 2026-05-11T18:33:55.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1791 | 2026-05-11T18:33:55.234Z | |
| 1792 | 2026-05-11T18:33:55.234Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274) |
| 1793 | 2026-05-11T18:33:55.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1794 | 2026-05-11T18:33:55.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1795 | 2026-05-11T18:33:55.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1796 | 2026-05-11T18:33:55.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1797 | 2026-05-11T18:33:55.810Z | |
| 1798 | 2026-05-11T18:33:55.810Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274) |
| 1799 | 2026-05-11T18:33:56.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2026-05-11T18:33:56.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2026-05-11T18:33:56.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1802 | 2026-05-11T18:33:56.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1803 | 2026-05-11T18:33:56.394Z | |
| 1804 | 2026-05-11T18:33:56.394Z | info: running `cargo check --bins` on omicron-certificates (6/274) |
| 1805 | 2026-05-11T18:33:56.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1806 | 2026-05-11T18:33:56.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1807 | 2026-05-11T18:33:56.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1808 | 2026-05-11T18:33:56.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1809 | 2026-05-11T18:33:56.984Z | |
| 1810 | 2026-05-11T18:33:56.984Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/274) |
| 1811 | 2026-05-11T18:33:57.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1812 | 2026-05-11T18:33:57.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1813 | 2026-05-11T18:33:57.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1814 | 2026-05-11T18:33:57.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1815 | 2026-05-11T18:33:57.578Z | |
| 1816 | 2026-05-11T18:33:57.578Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274) |
| 1817 | 2026-05-11T18:33:58.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2026-05-11T18:33:58.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2026-05-11T18:33:58.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2026-05-11T18:33:58.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1821 | 2026-05-11T18:33:58.171Z | |
| 1822 | 2026-05-11T18:33:58.171Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274) |
| 1823 | 2026-05-11T18:33:58.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-05-11T18:33:58.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-05-11T18:33:58.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-05-11T18:33:58.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1827 | 2026-05-11T18:33:58.639Z | |
| 1828 | 2026-05-11T18:33:58.639Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274) |
| 1829 | 2026-05-11T18:33:59.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-05-11T18:33:59.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-05-11T18:33:59.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-05-11T18:33:59.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1833 | 2026-05-11T18:33:59.109Z | |
| 1834 | 2026-05-11T18:33:59.110Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274) |
| 1835 | 2026-05-11T18:33:59.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-05-11T18:33:59.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-05-11T18:33:59.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-05-11T18:33:59.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1839 | 2026-05-11T18:33:59.573Z | |
| 1840 | 2026-05-11T18:33:59.573Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274) |
| 1841 | 2026-05-11T18:33:59.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-05-11T18:33:59.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-05-11T18:33:59.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-05-11T18:33:59.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1845 | 2026-05-11T18:34:00.041Z | |
| 1846 | 2026-05-11T18:34:00.041Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274) |
| 1847 | 2026-05-11T18:34:00.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-05-11T18:34:00.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-05-11T18:34:00.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-05-11T18:34:00.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1851 | 2026-05-11T18:34:00.504Z | |
| 1852 | 2026-05-11T18:34:00.504Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274) |
| 1853 | 2026-05-11T18:34:00.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-05-11T18:34:00.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-05-11T18:34:00.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-05-11T18:34:00.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1857 | 2026-05-11T18:34:00.966Z | |
| 1858 | 2026-05-11T18:34:00.966Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274) |
| 1859 | 2026-05-11T18:34:01.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-05-11T18:34:01.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-05-11T18:34:01.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-05-11T18:34:01.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1863 | 2026-05-11T18:34:01.431Z | |
| 1864 | 2026-05-11T18:34:01.431Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274) |
| 1865 | 2026-05-11T18:34:01.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-05-11T18:34:01.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-05-11T18:34:01.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-05-11T18:34:01.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1869 | 2026-05-11T18:34:01.890Z | |
| 1870 | 2026-05-11T18:34:01.890Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274) |
| 1871 | 2026-05-11T18:34:02.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-05-11T18:34:02.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-05-11T18:34:02.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-05-11T18:34:02.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1875 | 2026-05-11T18:34:02.355Z | |
| 1876 | 2026-05-11T18:34:02.355Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274) |
| 1877 | 2026-05-11T18:34:02.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-05-11T18:34:02.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-05-11T18:34:02.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-05-11T18:34:02.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1881 | 2026-05-11T18:34:02.820Z | |
| 1882 | 2026-05-11T18:34:02.820Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274) |
| 1883 | 2026-05-11T18:34:03.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-05-11T18:34:03.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-05-11T18:34:03.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-05-11T18:34:03.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1887 | 2026-05-11T18:34:03.285Z | |
| 1888 | 2026-05-11T18:34:03.285Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274) |
| 1889 | 2026-05-11T18:34:03.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-05-11T18:34:03.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-05-11T18:34:03.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-05-11T18:34:03.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1893 | 2026-05-11T18:34:03.751Z | |
| 1894 | 2026-05-11T18:34:03.751Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274) |
| 1895 | 2026-05-11T18:34:04.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-05-11T18:34:04.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-05-11T18:34:04.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-05-11T18:34:04.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1899 | 2026-05-11T18:34:04.222Z | |
| 1900 | 2026-05-11T18:34:04.222Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274) |
| 1901 | 2026-05-11T18:34:04.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-05-11T18:34:04.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-05-11T18:34:04.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-05-11T18:34:04.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1905 | 2026-05-11T18:34:04.692Z | |
| 1906 | 2026-05-11T18:34:04.692Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274) |
| 1907 | 2026-05-11T18:34:05.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-05-11T18:34:05.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-05-11T18:34:05.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-05-11T18:34:05.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1911 | 2026-05-11T18:34:05.162Z | |
| 1912 | 2026-05-11T18:34:05.162Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274) |
| 1913 | 2026-05-11T18:34:05.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-05-11T18:34:05.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-05-11T18:34:05.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-05-11T18:34:05.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1917 | 2026-05-11T18:34:05.633Z | |
| 1918 | 2026-05-11T18:34:05.633Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274) |
| 1919 | 2026-05-11T18:34:06.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-05-11T18:34:06.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-05-11T18:34:06.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-05-11T18:34:06.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1923 | 2026-05-11T18:34:06.103Z | |
| 1924 | 2026-05-11T18:34:06.103Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274) |
| 1925 | 2026-05-11T18:34:06.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-05-11T18:34:06.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-05-11T18:34:06.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-05-11T18:34:06.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1929 | 2026-05-11T18:34:06.570Z | |
| 1930 | 2026-05-11T18:34:06.570Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274) |
| 1931 | 2026-05-11T18:34:06.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-05-11T18:34:06.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-05-11T18:34:06.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-05-11T18:34:06.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1935 | 2026-05-11T18:34:07.043Z | |
| 1936 | 2026-05-11T18:34:07.043Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274) |
| 1937 | 2026-05-11T18:34:07.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-05-11T18:34:07.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-05-11T18:34:07.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-05-11T18:34:07.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1941 | 2026-05-11T18:34:07.509Z | |
| 1942 | 2026-05-11T18:34:07.509Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274) |
| 1943 | 2026-05-11T18:34:07.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-05-11T18:34:07.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-05-11T18:34:07.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-05-11T18:34:07.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1947 | 2026-05-11T18:34:07.980Z | |
| 1948 | 2026-05-11T18:34:07.980Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274) |
| 1949 | 2026-05-11T18:34:08.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-05-11T18:34:08.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-05-11T18:34:08.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-05-11T18:34:08.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1953 | 2026-05-11T18:34:08.447Z | |
| 1954 | 2026-05-11T18:34:08.447Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274) |
| 1955 | 2026-05-11T18:34:08.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-05-11T18:34:08.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-05-11T18:34:08.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-05-11T18:34:08.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1959 | 2026-05-11T18:34:08.908Z | |
| 1960 | 2026-05-11T18:34:08.908Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274) |
| 1961 | 2026-05-11T18:34:09.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-05-11T18:34:09.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-05-11T18:34:09.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-05-11T18:34:09.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1965 | 2026-05-11T18:34:09.374Z | |
| 1966 | 2026-05-11T18:34:09.375Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274) |
| 1967 | 2026-05-11T18:34:09.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-05-11T18:34:09.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-05-11T18:34:09.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-05-11T18:34:09.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1971 | 2026-05-11T18:34:09.845Z | |
| 1972 | 2026-05-11T18:34:09.845Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274) |
| 1973 | 2026-05-11T18:34:10.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-05-11T18:34:10.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-05-11T18:34:10.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-05-11T18:34:10.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1977 | 2026-05-11T18:34:10.305Z | |
| 1978 | 2026-05-11T18:34:10.305Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274) |
| 1979 | 2026-05-11T18:34:10.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-05-11T18:34:10.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-05-11T18:34:10.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-05-11T18:34:10.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1983 | 2026-05-11T18:34:10.772Z | |
| 1984 | 2026-05-11T18:34:10.772Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274) |
| 1985 | 2026-05-11T18:34:11.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-05-11T18:34:11.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-05-11T18:34:11.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-05-11T18:34:11.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1989 | 2026-05-11T18:34:11.240Z | |
| 1990 | 2026-05-11T18:34:11.241Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274) |
| 1991 | 2026-05-11T18:34:11.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-05-11T18:34:11.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-05-11T18:34:11.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-05-11T18:34:11.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1995 | 2026-05-11T18:34:11.705Z | |
| 1996 | 2026-05-11T18:34:11.705Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274) |
| 1997 | 2026-05-11T18:34:12.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-05-11T18:34:12.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-05-11T18:34:12.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-05-11T18:34:12.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2001 | 2026-05-11T18:34:12.165Z | |
| 2002 | 2026-05-11T18:34:12.165Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274) |
| 2003 | 2026-05-11T18:34:12.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-05-11T18:34:12.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-05-11T18:34:12.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-05-11T18:34:12.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2007 | 2026-05-11T18:34:12.626Z | |
| 2008 | 2026-05-11T18:34:12.626Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274) |
| 2009 | 2026-05-11T18:34:13.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-05-11T18:34:13.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-05-11T18:34:13.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-05-11T18:34:13.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2013 | 2026-05-11T18:34:13.090Z | |
| 2014 | 2026-05-11T18:34:13.090Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274) |
| 2015 | 2026-05-11T18:34:13.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-05-11T18:34:13.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-05-11T18:34:13.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-05-11T18:34:13.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2019 | 2026-05-11T18:34:13.559Z | |
| 2020 | 2026-05-11T18:34:13.559Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274) |
| 2021 | 2026-05-11T18:34:13.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-05-11T18:34:13.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-05-11T18:34:13.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-05-11T18:34:13.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2025 | 2026-05-11T18:34:14.024Z | |
| 2026 | 2026-05-11T18:34:14.024Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274) |
| 2027 | 2026-05-11T18:34:14.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-05-11T18:34:14.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-05-11T18:34:14.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-05-11T18:34:14.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2031 | 2026-05-11T18:34:14.488Z | |
| 2032 | 2026-05-11T18:34:14.488Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274) |
| 2033 | 2026-05-11T18:34:14.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-05-11T18:34:14.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-05-11T18:34:14.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-05-11T18:34:14.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2037 | 2026-05-11T18:34:14.960Z | |
| 2038 | 2026-05-11T18:34:14.960Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274) |
| 2039 | 2026-05-11T18:34:15.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-05-11T18:34:15.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-05-11T18:34:15.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-05-11T18:34:15.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2043 | 2026-05-11T18:34:15.423Z | |
| 2044 | 2026-05-11T18:34:15.423Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274) |
| 2045 | 2026-05-11T18:34:15.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-05-11T18:34:15.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-05-11T18:34:15.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-05-11T18:34:15.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2049 | 2026-05-11T18:34:15.888Z | |
| 2050 | 2026-05-11T18:34:15.888Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274) |
| 2051 | 2026-05-11T18:34:16.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-05-11T18:34:16.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-05-11T18:34:16.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-05-11T18:34:16.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2055 | 2026-05-11T18:34:16.357Z | |
| 2056 | 2026-05-11T18:34:16.357Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274) |
| 2057 | 2026-05-11T18:34:16.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-05-11T18:34:16.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-05-11T18:34:16.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-05-11T18:34:16.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2061 | 2026-05-11T18:34:16.828Z | |
| 2062 | 2026-05-11T18:34:16.828Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274) |
| 2063 | 2026-05-11T18:34:17.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-05-11T18:34:17.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-05-11T18:34:17.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-05-11T18:34:17.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2067 | 2026-05-11T18:34:17.463Z | |
| 2068 | 2026-05-11T18:34:17.463Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274) |
| 2069 | 2026-05-11T18:34:17.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-05-11T18:34:17.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-05-11T18:34:17.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-05-11T18:34:17.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2073 | 2026-05-11T18:34:18.092Z | |
| 2074 | 2026-05-11T18:34:18.092Z | info: running `cargo check --bins` on nexus-config (51/274) |
| 2075 | 2026-05-11T18:34:18.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-05-11T18:34:18.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-05-11T18:34:18.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-05-11T18:34:18.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2079 | 2026-05-11T18:34:18.718Z | |
| 2080 | 2026-05-11T18:34:18.718Z | info: running `cargo check --bins` on nexus-types (52/274) |
| 2081 | 2026-05-11T18:34:19.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-05-11T18:34:19.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-05-11T18:34:19.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-05-11T18:34:19.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2085 | 2026-05-11T18:34:19.349Z | |
| 2086 | 2026-05-11T18:34:19.350Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274) |
| 2087 | 2026-05-11T18:34:19.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-05-11T18:34:19.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-05-11T18:34:19.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-05-11T18:34:19.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2091 | 2026-05-11T18:34:19.945Z | |
| 2092 | 2026-05-11T18:34:19.945Z | info: running `cargo check --bins` on omicron-passwords (54/274) |
| 2093 | 2026-05-11T18:34:20.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-05-11T18:34:20.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-05-11T18:34:20.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-05-11T18:34:20.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2097 | 2026-05-11T18:34:20.520Z | |
| 2098 | 2026-05-11T18:34:20.520Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/274) |
| 2099 | 2026-05-11T18:34:21.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-05-11T18:34:21.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-05-11T18:34:21.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-05-11T18:34:21.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2103 | 2026-05-11T18:34:21.123Z | |
| 2104 | 2026-05-11T18:34:21.123Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274) |
| 2105 | 2026-05-11T18:34:21.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-05-11T18:34:21.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-05-11T18:34:21.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-05-11T18:34:21.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2109 | 2026-05-11T18:34:21.728Z | |
| 2110 | 2026-05-11T18:34:21.729Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274) |
| 2111 | 2026-05-11T18:34:22.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-05-11T18:34:22.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-05-11T18:34:22.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-05-11T18:34:22.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2115 | 2026-05-11T18:34:22.329Z | |
| 2116 | 2026-05-11T18:34:22.329Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274) |
| 2117 | 2026-05-11T18:34:22.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-05-11T18:34:22.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-05-11T18:34:22.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-05-11T18:34:22.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2121 | 2026-05-11T18:34:22.923Z | |
| 2122 | 2026-05-11T18:34:22.923Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274) |
| 2123 | 2026-05-11T18:34:23.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-05-11T18:34:23.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-05-11T18:34:23.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-05-11T18:34:23.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2127 | 2026-05-11T18:34:23.495Z | |
| 2128 | 2026-05-11T18:34:23.495Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274) |
| 2129 | 2026-05-11T18:34:23.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-05-11T18:34:23.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-05-11T18:34:23.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-05-11T18:34:23.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2133 | 2026-05-11T18:34:24.078Z | |
| 2134 | 2026-05-11T18:34:24.078Z | info: running `cargo check --bins --no-default-features` on gfss (61/274) |
| 2135 | 2026-05-11T18:34:24.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-05-11T18:34:24.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-05-11T18:34:24.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-05-11T18:34:24.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2139 | 2026-05-11T18:34:24.657Z | |
| 2140 | 2026-05-11T18:34:24.657Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274) |
| 2141 | 2026-05-11T18:34:25.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-05-11T18:34:25.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-05-11T18:34:25.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-05-11T18:34:25.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2145 | 2026-05-11T18:34:25.240Z | |
| 2146 | 2026-05-11T18:34:25.240Z | info: running `cargo check --bins` on clickhouse-admin-types (63/274) |
| 2147 | 2026-05-11T18:34:25.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-05-11T18:34:25.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-05-11T18:34:25.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-05-11T18:34:25.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2151 | 2026-05-11T18:34:25.836Z | |
| 2152 | 2026-05-11T18:34:25.837Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/274) |
| 2153 | 2026-05-11T18:34:26.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-05-11T18:34:26.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-05-11T18:34:26.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-05-11T18:34:26.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2157 | 2026-05-11T18:34:26.433Z | |
| 2158 | 2026-05-11T18:34:26.433Z | info: running `cargo check --bins` on cockroach-admin-types (65/274) |
| 2159 | 2026-05-11T18:34:26.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-05-11T18:34:26.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-05-11T18:34:26.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-05-11T18:34:26.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2163 | 2026-05-11T18:34:27.021Z | |
| 2164 | 2026-05-11T18:34:27.021Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/274) |
| 2165 | 2026-05-11T18:34:27.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-05-11T18:34:27.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-05-11T18:34:27.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-05-11T18:34:27.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2169 | 2026-05-11T18:34:27.605Z | |
| 2170 | 2026-05-11T18:34:27.605Z | info: running `cargo check --bins` on ereport-types (67/274) |
| 2171 | 2026-05-11T18:34:28.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-05-11T18:34:28.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-05-11T18:34:28.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-05-11T18:34:28.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2175 | 2026-05-11T18:34:28.195Z | |
| 2176 | 2026-05-11T18:34:28.195Z | info: running `cargo check --bins` on gateway-client (68/274) |
| 2177 | 2026-05-11T18:34:28.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-05-11T18:34:28.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-05-11T18:34:28.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-05-11T18:34:28.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2181 | 2026-05-11T18:34:28.788Z | |
| 2182 | 2026-05-11T18:34:28.788Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/274) |
| 2183 | 2026-05-11T18:34:29.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-05-11T18:34:29.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-05-11T18:34:29.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-05-11T18:34:29.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2187 | 2026-05-11T18:34:29.381Z | |
| 2188 | 2026-05-11T18:34:29.381Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274) |
| 2189 | 2026-05-11T18:34:29.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-05-11T18:34:29.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-05-11T18:34:29.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-05-11T18:34:29.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2193 | 2026-05-11T18:34:29.970Z | |
| 2194 | 2026-05-11T18:34:29.970Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274) |
| 2195 | 2026-05-11T18:34:30.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-05-11T18:34:30.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-05-11T18:34:30.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-05-11T18:34:30.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2199 | 2026-05-11T18:34:30.564Z | |
| 2200 | 2026-05-11T18:34:30.564Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274) |
| 2201 | 2026-05-11T18:34:31.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-05-11T18:34:31.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-05-11T18:34:31.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-05-11T18:34:31.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2205 | 2026-05-11T18:34:31.160Z | |
| 2206 | 2026-05-11T18:34:31.160Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/274) |
| 2207 | 2026-05-11T18:34:31.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-05-11T18:34:31.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-05-11T18:34:31.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-05-11T18:34:31.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2211 | 2026-05-11T18:34:31.772Z | |
| 2212 | 2026-05-11T18:34:31.772Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274) |
| 2213 | 2026-05-11T18:34:32.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-05-11T18:34:32.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-05-11T18:34:32.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-05-11T18:34:32.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2217 | 2026-05-11T18:34:32.387Z | |
| 2218 | 2026-05-11T18:34:32.387Z | info: running `cargo check --bins` on key-manager-types (75/274) |
| 2219 | 2026-05-11T18:34:32.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-05-11T18:34:32.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-05-11T18:34:32.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-05-11T18:34:32.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2223 | 2026-05-11T18:34:32.966Z | |
| 2224 | 2026-05-11T18:34:32.966Z | info: running `cargo check --bins` on oxlog (76/274) |
| 2225 | 2026-05-11T18:34:33.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-05-11T18:34:33.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-05-11T18:34:33.573Z | Checking cfg-if v1.0.4 |
| 2228 | 2026-05-11T18:34:33.576Z | Checking libc v0.2.185 |
| 2229 | 2026-05-11T18:34:33.576Z | Checking serde_core v1.0.228 |
| 2230 | 2026-05-11T18:34:33.689Z | Checking zeroize v1.8.2 |
| 2231 | 2026-05-11T18:34:33.696Z | Checking memchr v2.8.0 |
| 2232 | 2026-05-11T18:34:33.704Z | Checking log v0.4.29 |
| 2233 | 2026-05-11T18:34:33.713Z | Checking smallvec v1.15.1 |
| 2234 | 2026-05-11T18:34:33.723Z | Checking typenum v1.19.0 |
| 2235 | 2026-05-11T18:34:33.733Z | Checking subtle v2.6.1 |
| 2236 | 2026-05-11T18:34:33.826Z | Checking itoa v1.0.17 |
| 2237 | 2026-05-11T18:34:33.857Z | Checking scopeguard v1.2.0 |
| 2238 | 2026-05-11T18:34:33.874Z | Checking stable_deref_trait v1.2.1 |
| 2239 | 2026-05-11T18:34:33.885Z | Checking const-oid v0.9.6 |
| 2240 | 2026-05-11T18:34:33.946Z | Checking portable-atomic v1.13.1 |
| 2241 | 2026-05-11T18:34:33.957Z | Checking lock_api v0.4.14 |
| 2242 | 2026-05-11T18:34:33.967Z | Checking zerofrom v0.1.6 |
| 2243 | 2026-05-11T18:34:34.062Z | Checking critical-section v1.2.0 |
| 2244 | 2026-05-11T18:34:34.076Z | Checking yoke v0.8.1 |
| 2245 | 2026-05-11T18:34:34.088Z | Checking getrandom v0.2.17 |
| 2246 | 2026-05-11T18:34:34.146Z | Checking errno v0.3.14 |
| 2247 | 2026-05-11T18:34:34.158Z | Checking parking_lot_core v0.9.12 |
| 2248 | 2026-05-11T18:34:34.224Z | Checking rand_core v0.6.4 |
| 2249 | 2026-05-11T18:34:34.235Z | Checking generic-array v0.14.7 |
| 2250 | 2026-05-11T18:34:34.244Z | Checking zerovec v0.11.5 |
| 2251 | 2026-05-11T18:34:34.257Z | Checking signal-hook-registry v1.4.8 |
| 2252 | 2026-05-11T18:34:34.337Z | Checking zerocopy v0.8.40 |
| 2253 | 2026-05-11T18:34:34.340Z | Checking once_cell v1.21.3 |
| 2254 | 2026-05-11T18:34:34.396Z | Checking pin-project-lite v0.2.17 |
| 2255 | 2026-05-11T18:34:34.411Z | Checking parking_lot v0.12.5 |
| 2256 | 2026-05-11T18:34:34.485Z | Checking mio v1.2.0 |
| 2257 | 2026-05-11T18:34:34.511Z | Checking socket2 v0.6.3 |
| 2258 | 2026-05-11T18:34:34.547Z | Checking libm v0.2.16 |
| 2259 | 2026-05-11T18:34:34.588Z | Checking zmij v1.0.21 |
| 2260 | 2026-05-11T18:34:34.661Z | Checking crypto-common v0.1.7 |
| 2261 | 2026-05-11T18:34:34.673Z | Checking block-buffer v0.10.4 |
| 2262 | 2026-05-11T18:34:34.744Z | Checking tinystr v0.8.2 |
| 2263 | 2026-05-11T18:34:34.756Z | Checking litemap v0.8.1 |
| 2264 | 2026-05-11T18:34:34.781Z | Checking equivalent v1.0.2 |
| 2265 | 2026-05-11T18:34:34.792Z | Checking percent-encoding v2.3.2 |
| 2266 | 2026-05-11T18:34:34.807Z | Checking digest v0.10.7 |
| 2267 | 2026-05-11T18:34:34.861Z | Checking writeable v0.6.2 |
| 2268 | 2026-05-11T18:34:34.915Z | Checking futures-core v0.3.32 |
| 2269 | 2026-05-11T18:34:34.925Z | Checking potential_utf v0.1.4 |
| 2270 | 2026-05-11T18:34:34.929Z | Checking zerotrie v0.2.3 |
| 2271 | 2026-05-11T18:34:34.993Z | Checking cpufeatures v0.2.17 |
| 2272 | 2026-05-11T18:34:35.013Z | Checking icu_locale_core v2.1.1 |
| 2273 | 2026-05-11T18:34:35.030Z | Checking hmac v0.12.1 |
| 2274 | 2026-05-11T18:34:35.045Z | Checking icu_collections v2.1.1 |
| 2275 | 2026-05-11T18:34:35.062Z | Checking block-padding v0.3.3 |
| 2276 | 2026-05-11T18:34:35.160Z | Checking serde v1.0.228 |
| 2277 | 2026-05-11T18:34:35.160Z | Checking bitflags v2.11.0 |
| 2278 | 2026-05-11T18:34:35.183Z | Checking serde_json v1.0.149 |
| 2279 | 2026-05-11T18:34:35.195Z | Checking icu_normalizer_data v2.1.1 |
| 2280 | 2026-05-11T18:34:35.236Z | Checking num-traits v0.2.19 |
| 2281 | 2026-05-11T18:34:35.278Z | Checking icu_properties_data v2.1.2 |
| 2282 | 2026-05-11T18:34:35.326Z | Checking hashbrown v0.17.0 |
| 2283 | 2026-05-11T18:34:35.346Z | Checking rand_core v0.10.0 |
| 2284 | 2026-05-11T18:34:35.415Z | Checking futures-sink v0.3.32 |
| 2285 | 2026-05-11T18:34:35.481Z | Checking getrandom v0.4.1 |
| 2286 | 2026-05-11T18:34:35.512Z | Checking futures-channel v0.3.32 |
| 2287 | 2026-05-11T18:34:35.557Z | Checking icu_provider v2.1.1 |
| 2288 | 2026-05-11T18:34:35.568Z | Checking bytes v1.11.1 |
| 2289 | 2026-05-11T18:34:35.623Z | Checking inout v0.1.4 |
| 2290 | 2026-05-11T18:34:35.699Z | Checking futures-io v0.3.32 |
| 2291 | 2026-05-11T18:34:35.758Z | Checking futures-task v0.3.32 |
| 2292 | 2026-05-11T18:34:35.776Z | Checking slab v0.4.12 |
| 2293 | 2026-05-11T18:34:35.787Z | Checking icu_normalizer v2.1.1 |
| 2294 | 2026-05-11T18:34:35.790Z | Checking indexmap v2.14.0 |
| 2295 | 2026-05-11T18:34:35.809Z | Checking icu_properties v2.1.2 |
| 2296 | 2026-05-11T18:34:35.828Z | Checking cipher v0.4.4 |
| 2297 | 2026-05-11T18:34:35.901Z | Checking sha2 v0.10.9 |
| 2298 | 2026-05-11T18:34:35.936Z | Checking futures-util v0.3.32 |
| 2299 | 2026-05-11T18:34:36.017Z | Checking tokio v1.52.1 |
| 2300 | 2026-05-11T18:34:36.038Z | Checking getrandom v0.3.4 |
| 2301 | 2026-05-11T18:34:36.107Z | Checking utf8_iter v1.0.4 |
| 2302 | 2026-05-11T18:34:36.178Z | Checking byteorder v1.5.0 |
| 2303 | 2026-05-11T18:34:36.181Z | Checking base64ct v1.8.3 |
| 2304 | 2026-05-11T18:34:36.226Z | Checking form_urlencoded v1.2.2 |
| 2305 | 2026-05-11T18:34:36.352Z | Checking fnv v1.0.7 |
| 2306 | 2026-05-11T18:34:36.366Z | Checking flagset v0.4.7 |
| 2307 | 2026-05-11T18:34:36.376Z | Checking rand_core v0.9.5 |
| 2308 | 2026-05-11T18:34:36.415Z | Checking pem-rfc7468 v0.7.0 |
| 2309 | 2026-05-11T18:34:36.444Z | Checking salsa20 v0.10.2 |
| 2310 | 2026-05-11T18:34:36.479Z | Checking http v1.4.0 |
| 2311 | 2026-05-11T18:34:36.543Z | Checking uuid v1.23.0 |
| 2312 | 2026-05-11T18:34:36.569Z | Checking der v0.7.10 |
| 2313 | 2026-05-11T18:34:36.570Z | Checking pbkdf2 v0.12.2 |
| 2314 | 2026-05-11T18:34:36.630Z | Checking idna_adapter v1.2.1 |
| 2315 | 2026-05-11T18:34:36.677Z | Checking scrypt v0.11.0 |
| 2316 | 2026-05-11T18:34:36.745Z | Checking idna v1.1.0 |
| 2317 | 2026-05-11T18:34:36.813Z | Checking aes v0.8.4 |
| 2318 | 2026-05-11T18:34:36.846Z | Checking cbc v0.1.2 |
| 2319 | 2026-05-11T18:34:36.974Z | Checking rustix v1.1.3 |
| 2320 | 2026-05-11T18:34:36.986Z | Checking url v2.5.8 |
| 2321 | 2026-05-11T18:34:37.032Z | Checking tracing-core v0.1.36 |
| 2322 | 2026-05-11T18:34:37.124Z | Checking ppv-lite86 v0.2.21 |
| 2323 | 2026-05-11T18:34:37.191Z | Checking rustls-pki-types v1.14.0 |
| 2324 | 2026-05-11T18:34:37.301Z | Checking spki v0.7.3 |
| 2325 | 2026-05-11T18:34:37.334Z | Checking regex-syntax v0.8.10 |
| 2326 | 2026-05-11T18:34:37.412Z | Checking rand_chacha v0.9.0 |
| 2327 | 2026-05-11T18:34:37.424Z | Checking iana-time-zone v0.1.65 |
| 2328 | 2026-05-11T18:34:37.459Z | Checking pkcs5 v0.7.1 |
| 2329 | 2026-05-11T18:34:37.472Z | Checking tracing v0.1.44 |
| 2330 | 2026-05-11T18:34:37.525Z | Checking chrono v0.4.44 |
| 2331 | 2026-05-11T18:34:37.607Z | Checking rand v0.9.2 |
| 2332 | 2026-05-11T18:34:37.672Z | Checking http-body v1.0.1 |
| 2333 | 2026-05-11T18:34:37.711Z | Checking aws-lc-sys v0.37.1 |
| 2334 | 2026-05-11T18:34:37.799Z | Checking untrusted v0.7.1 |
| 2335 | 2026-05-11T18:34:37.802Z | Checking openssl-probe v0.2.1 |
| 2336 | 2026-05-11T18:34:37.823Z | Checking base64 v0.22.1 |
| 2337 | 2026-05-11T18:34:37.910Z | Checking untrusted v0.9.0 |
| 2338 | 2026-05-11T18:34:37.923Z | Checking pkcs8 v0.10.2 |
| 2339 | 2026-05-11T18:34:38.018Z | Checking ring v0.17.14 |
| 2340 | 2026-05-11T18:34:38.055Z | Checking try-lock v0.2.5 |
| 2341 | 2026-05-11T18:34:38.067Z | Checking plain v0.2.3 |
| 2342 | 2026-05-11T18:34:38.098Z | Checking tower-service v0.3.3 |
| 2343 | 2026-05-11T18:34:38.153Z | Checking tinyvec_macros v0.1.1 |
| 2344 | 2026-05-11T18:34:38.166Z | Checking tower-layer v0.3.3 |
| 2345 | 2026-05-11T18:34:38.186Z | Checking atomic-waker v1.1.2 |
| 2346 | 2026-05-11T18:34:38.211Z | Checking aws-lc-rs v1.16.0 |
| 2347 | 2026-05-11T18:34:38.222Z | Checking tinyvec v1.10.0 |
| 2348 | 2026-05-11T18:34:38.281Z | Checking want v0.3.1 |
| 2349 | 2026-05-11T18:34:38.311Z | Checking ipnet v2.11.0 |
| 2350 | 2026-05-11T18:34:38.372Z | Checking semver v1.0.28 |
| 2351 | 2026-05-11T18:34:38.399Z | Checking httparse v1.10.1 |
| 2352 | 2026-05-11T18:34:38.526Z | Checking spin v0.9.8 |
| 2353 | 2026-05-11T18:34:38.557Z | Checking foreign-types-shared v0.1.1 |
| 2354 | 2026-05-11T18:34:38.574Z | Checking unicode-ident v1.0.24 |
| 2355 | 2026-05-11T18:34:38.605Z | Checking pin-utils v0.1.0 |
| 2356 | 2026-05-11T18:34:38.633Z | Checking dyn-clone v1.0.20 |
| 2357 | 2026-05-11T18:34:38.637Z | Checking fastrand v2.3.0 |
| 2358 | 2026-05-11T18:34:38.669Z | Checking httpdate v1.0.3 |
| 2359 | 2026-05-11T18:34:38.681Z | Checking ucd-trie v0.1.7 |
| 2360 | 2026-05-11T18:34:38.702Z | Checking proc-macro2 v1.0.106 |
| 2361 | 2026-05-11T18:34:38.730Z | Checking schemars v0.8.22 |
| 2362 | 2026-05-11T18:34:38.803Z | Checking pest v2.8.6 |
| 2363 | 2026-05-11T18:34:38.814Z | Checking foreign-types v0.3.2 |
| 2364 | 2026-05-11T18:34:38.817Z | Checking tempfile v3.25.0 |
| 2365 | 2026-05-11T18:34:38.881Z | Checking openssl-sys v0.9.114 |
| 2366 | 2026-05-11T18:34:38.988Z | Checking thiserror v2.0.18 |
| 2367 | 2026-05-11T18:34:39.002Z | Checking wait-timeout v0.2.1 |
| 2368 | 2026-05-11T18:34:39.014Z | Checking aho-corasick v1.1.4 |
| 2369 | 2026-05-11T18:34:39.026Z | Checking rustls-webpki v0.103.9 |
| 2370 | 2026-05-11T18:34:39.089Z | Checking utf8parse v0.2.2 |
| 2371 | 2026-05-11T18:34:39.123Z | Checking pretty-hex v0.4.1 |
| 2372 | 2026-05-11T18:34:39.190Z | Checking quick-error v1.2.3 |
| 2373 | 2026-05-11T18:34:39.233Z | Checking tokio-util v0.7.18 |
| 2374 | 2026-05-11T18:34:39.245Z | Checking simd-adler32 v0.3.8 |
| 2375 | 2026-05-11T18:34:39.288Z | Checking siphasher v1.0.2 |
| 2376 | 2026-05-11T18:34:39.384Z | Checking bit-vec v0.8.0 |
| 2377 | 2026-05-11T18:34:39.384Z | Checking powerfmt v0.2.0 |
| 2378 | 2026-05-11T18:34:39.408Z | Checking anstyle v1.0.13 |
| 2379 | 2026-05-11T18:34:39.442Z | Checking openssl v0.10.78 |
| 2380 | 2026-05-11T18:34:39.453Z | Checking rustls v0.23.37 |
| 2381 | 2026-05-11T18:34:39.537Z | Checking deranged v0.5.8 |
| 2382 | 2026-05-11T18:34:39.568Z | Checking bit-set v0.8.0 |
| 2383 | 2026-05-11T18:34:39.584Z | Checking rusty-fork v0.3.1 |
| 2384 | 2026-05-11T18:34:39.685Z | Checking regex-automata v0.4.14 |
| 2385 | 2026-05-11T18:34:39.711Z | Checking anstyle-parse v0.2.7 |
| 2386 | 2026-05-11T18:34:39.749Z | Checking quote v1.0.45 |
| 2387 | 2026-05-11T18:34:39.838Z | Checking h2 v0.4.13 |
| 2388 | 2026-05-11T18:34:39.861Z | Compiling newtype-uuid v1.3.2 |
| 2389 | 2026-05-11T18:34:39.872Z | Checking unicode-normalization v0.1.25 |
| 2390 | 2026-05-11T18:34:39.911Z | Checking rustls-native-certs v0.8.3 |
| 2391 | 2026-05-11T18:34:40.039Z | Checking crossbeam-utils v0.8.21 |
| 2392 | 2026-05-11T18:34:40.039Z | Checking rand_xorshift v0.4.0 |
| 2393 | 2026-05-11T18:34:40.166Z | Checking crc32fast v1.5.0 |
| 2394 | 2026-05-11T18:34:40.266Z | Checking scroll v0.13.0 |
| 2395 | 2026-05-11T18:34:40.302Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-11T18:34:40.368Z | Checking signature v2.2.0 |
| 2397 | 2026-05-11T18:34:40.401Z | Checking num-conv v0.2.0 |
| 2398 | 2026-05-11T18:34:40.453Z | Checking colorchoice v1.0.4 |
| 2399 | 2026-05-11T18:34:40.487Z | Checking time-core v0.1.8 |
| 2400 | 2026-05-11T18:34:40.487Z | Checking unicode-bidi v0.3.18 |
| 2401 | 2026-05-11T18:34:40.515Z | Checking adler2 v2.0.1 |
| 2402 | 2026-05-11T18:34:40.551Z | Checking unarray v0.1.4 |
| 2403 | 2026-05-11T18:34:40.617Z | Checking allocator-api2 v0.2.21 |
| 2404 | 2026-05-11T18:34:40.632Z | Checking anstyle-query v1.1.5 |
| 2405 | 2026-05-11T18:34:40.649Z | Checking unicode-properties v0.1.4 |
| 2406 | 2026-05-11T18:34:40.722Z | Checking num_threads v0.1.7 |
| 2407 | 2026-05-11T18:34:40.773Z | Checking is_terminal_polyfill v1.70.2 |
| 2408 | 2026-05-11T18:34:40.808Z | Checking time v0.3.47 |
| 2409 | 2026-05-11T18:34:40.834Z | Checking stringprep v0.1.5 |
| 2410 | 2026-05-11T18:34:40.869Z | Checking anstream v0.6.21 |
| 2411 | 2026-05-11T18:34:40.906Z | Checking proptest v1.10.0 |
| 2412 | 2026-05-11T18:34:40.984Z | Checking miniz_oxide v0.8.9 |
| 2413 | 2026-05-11T18:34:41.067Z | Checking goblin v0.10.5 |
| 2414 | 2026-05-11T18:34:41.347Z | Checking tower v0.5.3 |
| 2415 | 2026-05-11T18:34:41.449Z | Checking native-tls v0.2.18 |
| 2416 | 2026-05-11T18:34:41.519Z | Checking crossbeam-epoch v0.9.18 |
| 2417 | 2026-05-11T18:34:41.625Z | Compiling daft v0.1.5 |
| 2418 | 2026-05-11T18:34:41.728Z | Checking syn v2.0.117 |
| 2419 | 2026-05-11T18:34:41.741Z | Checking ipnetwork v0.21.1 |
| 2420 | 2026-05-11T18:34:41.835Z | Checking tokio-rustls v0.26.4 |
| 2421 | 2026-05-11T18:34:41.899Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-05-11T18:34:41.945Z | Checking webpki-roots v1.0.6 |
| 2423 | 2026-05-11T18:34:41.956Z | Checking rand_chacha v0.3.1 |
| 2424 | 2026-05-11T18:34:42.058Z | Checking thiserror v1.0.69 |
| 2425 | 2026-05-11T18:34:42.069Z | Checking scroll v0.12.0 |
| 2426 | 2026-05-11T18:34:42.116Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2427 | 2026-05-11T18:34:42.154Z | Checking hash32 v0.2.1 |
| 2428 | 2026-05-11T18:34:42.165Z | Checking num-integer v0.1.46 |
| 2429 | 2026-05-11T18:34:42.224Z | Checking toml_datetime v0.6.11 |
| 2430 | 2026-05-11T18:34:42.292Z | Checking serde_spanned v0.6.9 |
| 2431 | 2026-05-11T18:34:42.310Z | Checking md-5 v0.10.6 |
| 2432 | 2026-05-11T18:34:42.384Z | Checking ff v0.13.1 |
| 2433 | 2026-05-11T18:34:42.403Z | Checking zlib-rs v0.6.2 |
| 2434 | 2026-05-11T18:34:42.416Z | Checking iri-string v0.7.10 |
| 2435 | 2026-05-11T18:34:42.443Z | Checking fallible-iterator v0.2.0 |
| 2436 | 2026-05-11T18:34:42.509Z | Checking ryu v1.0.23 |
| 2437 | 2026-05-11T18:34:42.523Z | Checking hyper v1.8.1 |
| 2438 | 2026-05-11T18:34:42.647Z | Checking psl-types v2.0.11 |
| 2439 | 2026-05-11T18:34:42.669Z | Checking base16ct v0.2.0 |
| 2440 | 2026-05-11T18:34:42.718Z | Compiling iddqd v0.3.18 |
| 2441 | 2026-05-11T18:34:42.764Z | Checking publicsuffix v2.3.0 |
| 2442 | 2026-05-11T18:34:42.789Z | Checking sec1 v0.7.3 |
| 2443 | 2026-05-11T18:34:42.916Z | Checking postgres-protocol v0.6.10 |
| 2444 | 2026-05-11T18:34:43.139Z | Checking serde_urlencoded v0.7.1 |
| 2445 | 2026-05-11T18:34:43.226Z | Checking group v0.13.0 |
| 2446 | 2026-05-11T18:34:43.273Z | Checking flate2 v1.1.9 |
| 2447 | 2026-05-11T18:34:43.344Z | Checking num-iter v0.1.45 |
| 2448 | 2026-05-11T18:34:43.370Z | Checking heapless v0.7.17 |
| 2449 | 2026-05-11T18:34:43.384Z | Checking dof v0.4.0 |
| 2450 | 2026-05-11T18:34:43.397Z | Checking tower-http v0.6.8 |
| 2451 | 2026-05-11T18:34:43.401Z | Checking hyper-util v0.1.20 |
| 2452 | 2026-05-11T18:34:43.449Z | Checking goblin v0.8.2 |
| 2453 | 2026-05-11T18:34:43.559Z | Checking zstd-safe v7.2.4 |
| 2454 | 2026-05-11T18:34:43.661Z | Checking rand v0.8.5 |
| 2455 | 2026-05-11T18:34:43.724Z | Checking oxnet v0.1.4 |
| 2456 | 2026-05-11T18:34:43.772Z | Checking cookie v0.18.1 |
| 2457 | 2026-05-11T18:34:43.854Z | Checking tokio-native-tls v0.3.1 |
| 2458 | 2026-05-11T18:34:43.958Z | Checking dtrace-parser v0.3.0 |
| 2459 | 2026-05-11T18:34:43.973Z | Checking phf_shared v0.13.1 |
| 2460 | 2026-05-11T18:34:43.997Z | Checking lazy_static v1.5.0 |
| 2461 | 2026-05-11T18:34:44.008Z | Checking zerocopy v0.7.35 |
| 2462 | 2026-05-11T18:34:44.011Z | Checking terminal_size v0.4.3 |
| 2463 | 2026-05-11T18:34:44.083Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2464 | 2026-05-11T18:34:44.118Z | Checking signal-hook v0.3.18 |
| 2465 | 2026-05-11T18:34:44.163Z | Checking hkdf v0.12.4 |
| 2466 | 2026-05-11T18:34:44.175Z | Checking crypto-bigint v0.5.5 |
| 2467 | 2026-05-11T18:34:44.211Z | Checking thread-id v5.1.0 |
| 2468 | 2026-05-11T18:34:44.214Z | Checking managed v0.8.0 |
| 2469 | 2026-05-11T18:34:44.265Z | Checking either v1.15.0 |
| 2470 | 2026-05-11T18:34:44.294Z | Checking foldhash v0.1.5 |
| 2471 | 2026-05-11T18:34:44.307Z | Checking winnow v0.5.40 |
| 2472 | 2026-05-11T18:34:44.379Z | Checking clap_lex v1.0.0 |
| 2473 | 2026-05-11T18:34:44.426Z | Checking bumpalo v3.20.2 |
| 2474 | 2026-05-11T18:34:44.448Z | Checking strsim v0.11.1 |
| 2475 | 2026-05-11T18:34:44.491Z | Checking foldhash v0.2.0 |
| 2476 | 2026-05-11T18:34:44.529Z | Checking bitflags v1.3.2 |
| 2477 | 2026-05-11T18:34:44.599Z | Checking libbz2-rs-sys v0.2.2 |
| 2478 | 2026-05-11T18:34:44.611Z | Compiling rayon-core v1.13.0 |
| 2479 | 2026-05-11T18:34:44.620Z | Checking winnow v0.7.14 |
| 2480 | 2026-05-11T18:34:44.642Z | Checking hashbrown v0.16.1 |
| 2481 | 2026-05-11T18:34:44.654Z | Checking hyper-rustls v0.27.7 |
| 2482 | 2026-05-11T18:34:44.793Z | Checking hyper-tls v0.6.0 |
| 2483 | 2026-05-11T18:34:44.856Z | Checking zopfli v0.8.3 |
| 2484 | 2026-05-11T18:34:44.958Z | Checking clap_builder v4.5.60 |
| 2485 | 2026-05-11T18:34:44.979Z | Checking bzip2 v0.6.1 |
| 2486 | 2026-05-11T18:34:45.064Z | Checking elliptic-curve v0.13.8 |
| 2487 | 2026-05-11T18:34:45.137Z | Checking smoltcp v0.9.1 |
| 2488 | 2026-05-11T18:34:45.148Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2489 | 2026-05-11T18:34:45.181Z | Checking hashbrown v0.15.5 |
| 2490 | 2026-05-11T18:34:45.325Z | Checking signal-hook-mio v0.2.5 |
| 2491 | 2026-05-11T18:34:45.354Z | Checking dof v0.3.0 |
| 2492 | 2026-05-11T18:34:45.367Z | Checking usdt-impl v0.6.0 |
| 2493 | 2026-05-11T18:34:45.431Z | Checking num-bigint-dig v0.8.6 |
| 2494 | 2026-05-11T18:34:45.456Z | Checking toml_edit v0.19.15 |
| 2495 | 2026-05-11T18:34:45.634Z | Checking bzip2 v0.4.4 |
| 2496 | 2026-05-11T18:34:45.637Z | Checking phf v0.13.1 |
| 2497 | 2026-05-11T18:34:45.637Z | Checking cookie_store v0.22.1 |
| 2498 | 2026-05-11T18:34:45.777Z | Checking zstd v0.13.3 |
| 2499 | 2026-05-11T18:34:45.780Z | Checking postgres-types v0.2.12 |
| 2500 | 2026-05-11T18:34:45.812Z | Checking dtrace-parser v0.2.0 |
| 2501 | 2026-05-11T18:34:45.953Z | Checking rustls-platform-verifier v0.6.2 |
| 2502 | 2026-05-11T18:34:45.979Z | Checking crossbeam-deque v0.8.6 |
| 2503 | 2026-05-11T18:34:45.990Z | Checking bstr v1.12.1 |
| 2504 | 2026-05-11T18:34:46.042Z | Checking regex v1.12.3 |
| 2505 | 2026-05-11T18:34:46.091Z | Checking ed25519 v2.2.3 |
| 2506 | 2026-05-11T18:34:46.106Z | Checking phf_shared v0.11.3 |
| 2507 | 2026-05-11T18:34:46.153Z | Checking ref-cast v1.0.25 |
| 2508 | 2026-05-11T18:34:46.189Z | Checking curve25519-dalek v4.1.3 |
| 2509 | 2026-05-11T18:34:46.244Z | Checking strum v0.27.2 |
| 2510 | 2026-05-11T18:34:46.247Z | Checking hubpack v0.1.2 |
| 2511 | 2026-05-11T18:34:46.247Z | Checking memoffset v0.9.1 |
| 2512 | 2026-05-11T18:34:46.278Z | Checking rustix v0.38.44 |
| 2513 | 2026-05-11T18:34:46.317Z | Checking pkcs1 v0.7.5 |
| 2514 | 2026-05-11T18:34:46.341Z | Checking float-cmp v0.10.0 |
| 2515 | 2026-05-11T18:34:46.360Z | Checking serde-big-array v0.5.1 |
| 2516 | 2026-05-11T18:34:46.382Z | Checking erased-serde v0.3.31 |
| 2517 | 2026-05-11T18:34:46.405Z | Checking hex v0.4.3 |
| 2518 | 2026-05-11T18:34:46.465Z | Checking rfc6979 v0.4.0 |
| 2519 | 2026-05-11T18:34:46.488Z | Checking thread-id v4.2.2 |
| 2520 | 2026-05-11T18:34:46.505Z | Checking memmap2 v0.9.10 |
| 2521 | 2026-05-11T18:34:46.521Z | Checking env_filter v1.0.0 |
| 2522 | 2026-05-11T18:34:46.562Z | Checking encoding_rs v0.8.35 |
| 2523 | 2026-05-11T18:34:46.574Z | Checking static_assertions v1.1.0 |
| 2524 | 2026-05-11T18:34:46.625Z | Checking fixedbitset v0.5.7 |
| 2525 | 2026-05-11T18:34:46.641Z | Checking fixedbitset v0.4.2 |
| 2526 | 2026-05-11T18:34:46.654Z | Checking data-encoding v2.10.0 |
| 2527 | 2026-05-11T18:34:46.657Z | Checking difflib v0.4.0 |
| 2528 | 2026-05-11T18:34:46.763Z | Checking new_debug_unreachable v1.0.6 |
| 2529 | 2026-05-11T18:34:46.781Z | Checking keccak v0.1.6 |
| 2530 | 2026-05-11T18:34:46.811Z | Checking mime v0.3.17 |
| 2531 | 2026-05-11T18:34:46.826Z | Checking rustc-hash v2.1.1 |
| 2532 | 2026-05-11T18:34:46.829Z | Checking whoami v2.1.0 |
| 2533 | 2026-05-11T18:34:46.931Z | Checking predicates-core v1.0.10 |
| 2534 | 2026-05-11T18:34:46.944Z | Checking unicode-segmentation v1.12.0 |
| 2535 | 2026-05-11T18:34:46.954Z | Checking precomputed-hash v0.1.1 |
| 2536 | 2026-05-11T18:34:46.973Z | Checking normalize-line-endings v0.3.0 |
| 2537 | 2026-05-11T18:34:46.985Z | Checking jiff v0.2.21 |
| 2538 | 2026-05-11T18:34:47.019Z | Checking toml_write v0.1.2 |
| 2539 | 2026-05-11T18:34:47.031Z | Checking string_cache v0.8.9 |
| 2540 | 2026-05-11T18:34:47.051Z | Checking tokio-postgres v0.7.16 |
| 2541 | 2026-05-11T18:34:47.062Z | Checking predicates v3.1.4 |
| 2542 | 2026-05-11T18:34:47.078Z | Checking crossterm v0.28.1 |
| 2543 | 2026-05-11T18:34:47.180Z | Checking toml_edit v0.22.27 |
| 2544 | 2026-05-11T18:34:47.192Z | Checking ed25519-dalek v2.2.0 |
| 2545 | 2026-05-11T18:34:47.251Z | Checking similar v2.7.0 |
| 2546 | 2026-05-11T18:34:47.420Z | Checking sha3 v0.10.8 |
| 2547 | 2026-05-11T18:34:47.508Z | Checking reqwest v0.12.28 |
| 2548 | 2026-05-11T18:34:47.620Z | Checking hickory-proto v0.25.2 |
| 2549 | 2026-05-11T18:34:47.632Z | Checking petgraph v0.8.3 |
| 2550 | 2026-05-11T18:34:47.787Z | Checking petgraph v0.6.5 |
| 2551 | 2026-05-11T18:34:48.192Z | Checking slog v2.8.2 |
| 2552 | 2026-05-11T18:34:48.266Z | Checking env_logger v0.11.9 |
| 2553 | 2026-05-11T18:34:48.284Z | Checking usdt v0.6.0 |
| 2554 | 2026-05-11T18:34:48.343Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2555 | 2026-05-11T18:34:48.447Z | Checking serde_with v3.17.0 |
| 2556 | 2026-05-11T18:34:48.451Z | Checking ecdsa v0.16.9 |
| 2557 | 2026-05-11T18:34:48.451Z | Checking usdt-impl v0.5.0 |
| 2558 | 2026-05-11T18:34:48.746Z | Checking rsa v0.9.10 |
| 2559 | 2026-05-11T18:34:48.778Z | Checking toml v0.7.8 |
| 2560 | 2026-05-11T18:34:49.013Z | Checking nix v0.31.2 |
| 2561 | 2026-05-11T18:34:49.083Z | Checking clap v4.5.60 |
| 2562 | 2026-05-11T18:34:49.179Z | Checking zip v4.6.1 |
| 2563 | 2026-05-11T18:34:49.179Z | Checking reqwest v0.13.2 |
| 2564 | 2026-05-11T18:34:49.202Z | Checking zip v0.6.6 |
| 2565 | 2026-05-11T18:34:49.478Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2566 | 2026-05-11T18:34:49.544Z | Checking itertools v0.13.0 |
| 2567 | 2026-05-11T18:34:49.757Z | Checking strum v0.26.3 |
| 2568 | 2026-05-11T18:34:49.796Z | Checking tokio-stream v0.1.18 |
| 2569 | 2026-05-11T18:34:49.845Z | Checking fs-err v3.3.0 |
| 2570 | 2026-05-11T18:34:49.867Z | Checking ahash v0.8.12 |
| 2571 | 2026-05-11T18:34:49.998Z | Checking object v0.37.3 |
| 2572 | 2026-05-11T18:34:50.011Z | Checking buf-list v1.1.2 |
| 2573 | 2026-05-11T18:34:50.062Z | Checking anyhow v1.0.102 |
| 2574 | 2026-05-11T18:34:50.139Z | Checking camino v1.2.2 |
| 2575 | 2026-05-11T18:34:50.184Z | Checking x509-cert v0.2.5 |
| 2576 | 2026-05-11T18:34:50.196Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2577 | 2026-05-11T18:34:50.259Z | Checking openapiv3 v2.2.0 |
| 2578 | 2026-05-11T18:34:50.383Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2579 | 2026-05-11T18:34:50.399Z | Checking sha1 v0.10.6 |
| 2580 | 2026-05-11T18:34:50.452Z | Checking lalrpop-util v0.19.12 |
| 2581 | 2026-05-11T18:34:50.557Z | Checking peg-runtime v0.8.5 |
| 2582 | 2026-05-11T18:34:50.557Z | Checking rayon v1.11.0 |
| 2583 | 2026-05-11T18:34:50.583Z | Checking sigpipe v0.1.3 |
| 2584 | 2026-05-11T18:34:50.595Z | Checking glob v0.3.3 |
| 2585 | 2026-05-11T18:34:52.183Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2586 | 2026-05-11T18:34:52.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s |
| 2587 | 2026-05-11T18:34:52.622Z | |
| 2588 | 2026-05-11T18:34:52.622Z | info: running `cargo check --bins` on internal-dns-types (77/274) |
| 2589 | 2026-05-11T18:34:53.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2590 | 2026-05-11T18:34:53.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2591 | 2026-05-11T18:34:53.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2592 | 2026-05-11T18:34:53.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2593 | 2026-05-11T18:34:53.216Z | |
| 2594 | 2026-05-11T18:34:53.216Z | info: running `cargo check --bins` on internal-dns-types-versions (78/274) |
| 2595 | 2026-05-11T18:34:53.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2026-05-11T18:34:53.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2026-05-11T18:34:53.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2598 | 2026-05-11T18:34:53.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2599 | 2026-05-11T18:34:53.812Z | |
| 2600 | 2026-05-11T18:34:53.812Z | info: running `cargo check --bins` on nexus-types-versions (79/274) |
| 2601 | 2026-05-11T18:34:54.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2026-05-11T18:34:54.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2026-05-11T18:34:54.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2604 | 2026-05-11T18:34:54.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2605 | 2026-05-11T18:34:54.430Z | |
| 2606 | 2026-05-11T18:34:54.430Z | info: running `cargo check --bins` on oxql-types (80/274) |
| 2607 | 2026-05-11T18:34:54.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2026-05-11T18:34:54.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2026-05-11T18:34:54.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2610 | 2026-05-11T18:34:54.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2611 | 2026-05-11T18:34:55.027Z | |
| 2612 | 2026-05-11T18:34:55.027Z | info: running `cargo check --bins` on oximeter-types (81/274) |
| 2613 | 2026-05-11T18:34:55.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2026-05-11T18:34:55.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2026-05-11T18:34:55.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2616 | 2026-05-11T18:34:55.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2617 | 2026-05-11T18:34:55.620Z | |
| 2618 | 2026-05-11T18:34:55.620Z | info: running `cargo check --bins` on oximeter-types-versions (82/274) |
| 2619 | 2026-05-11T18:34:56.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2026-05-11T18:34:56.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2026-05-11T18:34:56.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2026-05-11T18:34:56.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2623 | 2026-05-11T18:34:56.215Z | |
| 2624 | 2026-05-11T18:34:56.215Z | info: running `cargo check --bins` on oximeter-macro-impl (83/274) |
| 2625 | 2026-05-11T18:34:56.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2026-05-11T18:34:56.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2026-05-11T18:34:56.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2026-05-11T18:34:56.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2629 | 2026-05-11T18:34:56.785Z | |
| 2630 | 2026-05-11T18:34:56.785Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/274) |
| 2631 | 2026-05-11T18:34:57.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-05-11T18:34:57.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-05-11T18:34:57.466Z | Compiling structmeta-derive v0.3.0 |
| 2634 | 2026-05-11T18:34:57.582Z | Compiling rustls v0.22.4 |
| 2635 | 2026-05-11T18:34:57.592Z | Compiling multer v3.1.0 |
| 2636 | 2026-05-11T18:34:57.600Z | Compiling async-stream-impl v0.3.6 |
| 2637 | 2026-05-11T18:34:57.600Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2638 | 2026-05-11T18:34:57.621Z | Compiling dropshot v0.17.0 |
| 2639 | 2026-05-11T18:34:57.637Z | Compiling dropshot_endpoint v0.17.0 |
| 2640 | 2026-05-11T18:34:57.637Z | Compiling newtype-uuid-macros v0.1.0 |
| 2641 | 2026-05-11T18:34:57.757Z | Checking newtype-uuid v1.3.2 |
| 2642 | 2026-05-11T18:34:57.817Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2643 | 2026-05-11T18:34:57.882Z | Checking rustls-webpki v0.102.8 |
| 2644 | 2026-05-11T18:34:57.954Z | Checking daft v0.1.5 |
| 2645 | 2026-05-11T18:34:57.982Z | Checking futures-executor v0.3.32 |
| 2646 | 2026-05-11T18:34:58.129Z | Checking thread_local v1.1.9 |
| 2647 | 2026-05-11T18:34:58.172Z | Checking compression-core v0.4.31 |
| 2648 | 2026-05-11T18:34:58.190Z | Checking match_cfg v0.1.0 |
| 2649 | 2026-05-11T18:34:58.209Z | Checking iddqd v0.3.18 |
| 2650 | 2026-05-11T18:34:58.261Z | Checking hostname v0.3.1 |
| 2651 | 2026-05-11T18:34:58.292Z | Checking compression-codecs v0.4.37 |
| 2652 | 2026-05-11T18:34:58.306Z | Checking futures v0.3.32 |
| 2653 | 2026-05-11T18:34:58.355Z | Checking crossbeam-channel v0.5.15 |
| 2654 | 2026-05-11T18:34:58.379Z | Checking slog-json v2.6.1 |
| 2655 | 2026-05-11T18:34:58.395Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2656 | 2026-05-11T18:34:58.455Z | Checking is-terminal v0.4.17 |
| 2657 | 2026-05-11T18:34:58.536Z | Checking serde_spanned v1.0.4 |
| 2658 | 2026-05-11T18:34:58.550Z | Checking take_mut v0.2.2 |
| 2659 | 2026-05-11T18:34:58.592Z | Checking debug-ignore v1.0.5 |
| 2660 | 2026-05-11T18:34:58.624Z | Compiling structmeta v0.3.0 |
| 2661 | 2026-05-11T18:34:58.649Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2662 | 2026-05-11T18:34:58.663Z | Checking term v1.2.1 |
| 2663 | 2026-05-11T18:34:58.682Z | Checking slog-bunyan v2.5.0 |
| 2664 | 2026-05-11T18:34:58.694Z | Checking slog-async v2.8.0 |
| 2665 | 2026-05-11T18:34:58.795Z | Checking async-compression v0.4.41 |
| 2666 | 2026-05-11T18:34:58.825Z | Checking toml v1.0.6+spec-1.1.0 |
| 2667 | 2026-05-11T18:34:58.840Z | Compiling derive-ex v0.1.8 |
| 2668 | 2026-05-11T18:34:58.864Z | Compiling parse-display-derive v0.10.0 |
| 2669 | 2026-05-11T18:34:58.877Z | Checking slog-term v2.9.2 |
| 2670 | 2026-05-11T18:34:59.039Z | Checking async-stream v0.3.6 |
| 2671 | 2026-05-11T18:34:59.069Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2672 | 2026-05-11T18:34:59.131Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2673 | 2026-05-11T18:34:59.148Z | Checking progenitor-client v0.14.0 |
| 2674 | 2026-05-11T18:34:59.165Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2675 | 2026-05-11T18:34:59.306Z | Checking waitgroup v0.1.2 |
| 2676 | 2026-05-11T18:34:59.374Z | Checking backon v1.6.0 |
| 2677 | 2026-05-11T18:34:59.391Z | Checking rustls-pemfile v2.2.0 |
| 2678 | 2026-05-11T18:34:59.416Z | Checking serde_path_to_error v0.1.20 |
| 2679 | 2026-05-11T18:34:59.454Z | Checking hostname v0.4.2 |
| 2680 | 2026-05-11T18:34:59.529Z | Checking instant v0.1.13 |
| 2681 | 2026-05-11T18:34:59.613Z | Checking backoff v0.4.0 |
| 2682 | 2026-05-11T18:34:59.691Z | Checking tokio-rustls v0.25.0 |
| 2683 | 2026-05-11T18:34:59.707Z | Checking progenitor-extras v0.2.0 |
| 2684 | 2026-05-11T18:34:59.748Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2685 | 2026-05-11T18:34:59.917Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2686 | 2026-05-11T18:34:59.931Z | Checking progenitor-client v0.10.0 |
| 2687 | 2026-05-11T18:34:59.957Z | Checking itertools v0.14.0 |
| 2688 | 2026-05-11T18:35:00.144Z | Checking regress v0.10.5 |
| 2689 | 2026-05-11T18:35:00.159Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2690 | 2026-05-11T18:35:00.486Z | Checking macaddr v1.0.1 |
| 2691 | 2026-05-11T18:35:00.497Z | Compiling test-strategy v0.4.5 |
| 2692 | 2026-05-11T18:35:00.526Z | Checking parse-display v0.10.0 |
| 2693 | 2026-05-11T18:35:01.753Z | Compiling prettyplease v0.2.37 |
| 2694 | 2026-05-11T18:35:02.010Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2695 | 2026-05-11T18:35:02.177Z | Checking num-rational v0.4.2 |
| 2696 | 2026-05-11T18:35:02.382Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2697 | 2026-05-11T18:35:02.704Z | Checking num-complex v0.4.6 |
| 2698 | 2026-05-11T18:35:03.158Z | Checking num v0.4.3 |
| 2699 | 2026-05-11T18:35:03.244Z | Compiling usdt-attr-macro v0.5.0 |
| 2700 | 2026-05-11T18:35:03.362Z | Compiling usdt-macro v0.5.0 |
| 2701 | 2026-05-11T18:35:03.422Z | Checking memmap v0.7.0 |
| 2702 | 2026-05-11T18:35:03.457Z | Checking float-ord v0.3.2 |
| 2703 | 2026-05-11T18:35:03.551Z | Compiling convert_case v0.4.0 |
| 2704 | 2026-05-11T18:35:03.564Z | Checking unicode-width v0.2.0 |
| 2705 | 2026-05-11T18:35:03.820Z | Checking console v0.15.11 |
| 2706 | 2026-05-11T18:35:03.926Z | Compiling derive_more v0.99.20 |
| 2707 | 2026-05-11T18:35:04.016Z | Checking newline-converter v0.3.0 |
| 2708 | 2026-05-11T18:35:04.074Z | Checking usdt v0.5.0 |
| 2709 | 2026-05-11T18:35:04.103Z | Checking atomicwrites v0.4.4 |
| 2710 | 2026-05-11T18:35:04.126Z | Compiling toml v0.8.23 |
| 2711 | 2026-05-11T18:35:04.228Z | Compiling minimal-lexical v0.2.1 |
| 2712 | 2026-05-11T18:35:04.243Z | Checking linked-hash-map v0.5.6 |
| 2713 | 2026-05-11T18:35:04.412Z | Checking lru-cache v0.1.2 |
| 2714 | 2026-05-11T18:35:04.476Z | Compiling nom v7.1.3 |
| 2715 | 2026-05-11T18:35:04.533Z | Checking expectorate v1.2.0 |
| 2716 | 2026-05-11T18:35:05.096Z | Checking camino-tempfile v1.4.1 |
| 2717 | 2026-05-11T18:35:05.182Z | Checking hickory-proto v0.24.4 |
| 2718 | 2026-05-11T18:35:05.259Z | Checking phf_shared v0.12.1 |
| 2719 | 2026-05-11T18:35:05.399Z | Compiling slog-dtrace v0.3.0 |
| 2720 | 2026-05-11T18:35:05.521Z | Checking heck v0.5.0 |
| 2721 | 2026-05-11T18:35:05.595Z | Compiling chrono-tz v0.10.4 |
| 2722 | 2026-05-11T18:35:05.648Z | Checking resolv-conf v0.7.6 |
| 2723 | 2026-05-11T18:35:05.794Z | Compiling const_format_proc_macros v0.2.34 |
| 2724 | 2026-05-11T18:35:05.808Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2725 | 2026-05-11T18:35:05.917Z | Checking phf v0.12.1 |
| 2726 | 2026-05-11T18:35:05.966Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2727 | 2026-05-11T18:35:06.061Z | Checking tokio-dtrace v0.1.1 |
| 2728 | 2026-05-11T18:35:06.246Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2729 | 2026-05-11T18:35:06.313Z | Compiling derive-where v1.6.0 |
| 2730 | 2026-05-11T18:35:06.482Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2731 | 2026-05-11T18:35:06.771Z | Checking highway v1.3.0 |
| 2732 | 2026-05-11T18:35:07.010Z | Checking const_format v0.2.35 |
| 2733 | 2026-05-11T18:35:07.025Z | Checking hickory-resolver v0.24.4 |
| 2734 | 2026-05-11T18:35:07.245Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2735 | 2026-05-11T18:35:07.349Z | Checking oxide-tokio-rt v0.1.4 |
| 2736 | 2026-05-11T18:35:07.528Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2737 | 2026-05-11T18:35:07.672Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2738 | 2026-05-11T18:35:07.719Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2739 | 2026-05-11T18:35:07.733Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2740 | 2026-05-11T18:35:07.747Z | Checking qorb v0.4.1 |
| 2741 | 2026-05-11T18:35:07.852Z | Checking gethostname v0.5.0 |
| 2742 | 2026-05-11T18:35:07.881Z | Checking bcs v0.1.6 |
| 2743 | 2026-05-11T18:35:07.929Z | Compiling async-recursion v1.1.1 |
| 2744 | 2026-05-11T18:35:07.942Z | Checking termtree v0.5.1 |
| 2745 | 2026-05-11T18:35:11.265Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2746 | 2026-05-11T18:35:13.855Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2747 | 2026-05-11T18:35:15.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s |
| 2748 | 2026-05-11T18:35:16.132Z | |
| 2749 | 2026-05-11T18:35:16.133Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274) |
| 2750 | 2026-05-11T18:35:16.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2026-05-11T18:35:16.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2026-05-11T18:35:16.815Z | Compiling ar_archive_writer v0.5.1 |
| 2753 | 2026-05-11T18:35:16.924Z | Compiling stacker v0.1.23 |
| 2754 | 2026-05-11T18:35:16.931Z | Compiling cfg_aliases v0.1.1 |
| 2755 | 2026-05-11T18:35:16.937Z | Compiling convert_case v0.10.0 |
| 2756 | 2026-05-11T18:35:16.940Z | Checking unicode-width v0.1.14 |
| 2757 | 2026-05-11T18:35:16.953Z | Compiling proc-macro-error v1.0.4 |
| 2758 | 2026-05-11T18:35:16.964Z | Checking fd-lock v4.0.4 |
| 2759 | 2026-05-11T18:35:16.964Z | Checking nibble_vec v0.1.0 |
| 2760 | 2026-05-11T18:35:16.987Z | Compiling nix v0.28.0 |
| 2761 | 2026-05-11T18:35:17.074Z | Checking vte v0.14.1 |
| 2762 | 2026-05-11T18:35:17.091Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2763 | 2026-05-11T18:35:17.173Z | Checking bytecount v0.6.9 |
| 2764 | 2026-05-11T18:35:17.186Z | Checking endian-type v0.1.2 |
| 2765 | 2026-05-11T18:35:17.221Z | Checking strip-ansi-escapes v0.2.1 |
| 2766 | 2026-05-11T18:35:17.233Z | Compiling derive_more-impl v2.1.1 |
| 2767 | 2026-05-11T18:35:17.245Z | Compiling tabled_derive v0.7.0 |
| 2768 | 2026-05-11T18:35:17.271Z | Checking papergrid v0.11.0 |
| 2769 | 2026-05-11T18:35:17.303Z | Checking radix_trie v0.2.1 |
| 2770 | 2026-05-11T18:35:17.331Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2771 | 2026-05-11T18:35:17.484Z | Compiling peg-macros v0.8.5 |
| 2772 | 2026-05-11T18:35:17.509Z | Checking winnow v0.6.26 |
| 2773 | 2026-05-11T18:35:17.762Z | Compiling psm v0.1.30 |
| 2774 | 2026-05-11T18:35:17.789Z | Compiling sqlparser_derive v0.5.0 |
| 2775 | 2026-05-11T18:35:17.874Z | Checking nu-ansi-term v0.50.3 |
| 2776 | 2026-05-11T18:35:18.013Z | Checking derive_more v2.1.1 |
| 2777 | 2026-05-11T18:35:18.091Z | Checking home v0.5.12 |
| 2778 | 2026-05-11T18:35:18.105Z | Checking unicode_categories v0.1.1 |
| 2779 | 2026-05-11T18:35:18.192Z | Checking tabled v0.15.0 |
| 2780 | 2026-05-11T18:35:18.205Z | Checking crossterm v0.29.0 |
| 2781 | 2026-05-11T18:35:18.263Z | Checking reedline v0.40.0 |
| 2782 | 2026-05-11T18:35:18.281Z | Checking rustyline v14.0.0 |
| 2783 | 2026-05-11T18:35:18.523Z | Checking recursive v0.1.1 |
| 2784 | 2026-05-11T18:35:18.558Z | Checking display-error-chain v0.2.2 |
| 2785 | 2026-05-11T18:35:18.615Z | Checking sqlparser v0.61.0 |
| 2786 | 2026-05-11T18:35:18.649Z | Checking sqlformat v0.3.5 |
| 2787 | 2026-05-11T18:35:18.860Z | Checking peg v0.8.5 |
| 2788 | 2026-05-11T18:35:29.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 2789 | 2026-05-11T18:35:29.974Z | |
| 2790 | 2026-05-11T18:35:29.974Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274) |
| 2791 | 2026-05-11T18:35:30.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2026-05-11T18:35:30.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2026-05-11T18:35:30.638Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2794 | 2026-05-11T18:35:34.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2795 | 2026-05-11T18:35:34.224Z | |
| 2796 | 2026-05-11T18:35:34.224Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274) |
| 2797 | 2026-05-11T18:35:34.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2026-05-11T18:35:34.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2026-05-11T18:35:34.893Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-05-11T18:35:37.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 2801 | 2026-05-11T18:35:37.545Z | |
| 2802 | 2026-05-11T18:35:37.545Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274) |
| 2803 | 2026-05-11T18:35:38.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2026-05-11T18:35:38.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2026-05-11T18:35:38.151Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2806 | 2026-05-11T18:35:41.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 2807 | 2026-05-11T18:35:41.546Z | |
| 2808 | 2026-05-11T18:35:41.546Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274) |
| 2809 | 2026-05-11T18:35:42.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2026-05-11T18:35:42.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2026-05-11T18:35:42.217Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2812 | 2026-05-11T18:35:45.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 2813 | 2026-05-11T18:35:45.639Z | |
| 2814 | 2026-05-11T18:35:45.639Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274) |
| 2815 | 2026-05-11T18:35:46.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2026-05-11T18:35:46.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2026-05-11T18:35:46.302Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2818 | 2026-05-11T18:35:48.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2819 | 2026-05-11T18:35:49.045Z | |
| 2820 | 2026-05-11T18:35:49.045Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274) |
| 2821 | 2026-05-11T18:35:49.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-05-11T18:35:49.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-05-11T18:35:49.710Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-05-11T18:35:52.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2825 | 2026-05-11T18:35:52.489Z | |
| 2826 | 2026-05-11T18:35:52.489Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274) |
| 2827 | 2026-05-11T18:35:53.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-11T18:35:53.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-11T18:35:53.162Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-11T18:35:56.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 2831 | 2026-05-11T18:35:56.710Z | |
| 2832 | 2026-05-11T18:35:56.710Z | info: running `cargo check --bins` on oximeter (93/274) |
| 2833 | 2026-05-11T18:35:57.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-11T18:35:57.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-11T18:35:57.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2026-05-11T18:35:57.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2837 | 2026-05-11T18:35:57.298Z | |
| 2838 | 2026-05-11T18:35:57.298Z | info: running `cargo check --bins` on oximeter-schema (94/274) |
| 2839 | 2026-05-11T18:35:57.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-11T18:35:57.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-11T18:35:57.926Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2842 | 2026-05-11T18:35:58.090Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2843 | 2026-05-11T18:35:58.103Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2844 | 2026-05-11T18:35:58.425Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2845 | 2026-05-11T18:36:01.295Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2846 | 2026-05-11T18:36:02.508Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2847 | 2026-05-11T18:36:02.669Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2848 | 2026-05-11T18:36:03.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
| 2849 | 2026-05-11T18:36:03.515Z | |
| 2850 | 2026-05-11T18:36:03.515Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/274) |
| 2851 | 2026-05-11T18:36:04.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-11T18:36:04.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-11T18:36:04.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2026-05-11T18:36:04.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2855 | 2026-05-11T18:36:04.109Z | |
| 2856 | 2026-05-11T18:36:04.109Z | info: running `cargo check --bins` on oximeter-test-utils (96/274) |
| 2857 | 2026-05-11T18:36:04.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-11T18:36:04.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-11T18:36:04.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2026-05-11T18:36:04.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2861 | 2026-05-11T18:36:04.740Z | |
| 2862 | 2026-05-11T18:36:04.741Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274) |
| 2863 | 2026-05-11T18:36:05.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-11T18:36:05.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-11T18:36:05.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-05-11T18:36:05.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2867 | 2026-05-11T18:36:05.344Z | |
| 2868 | 2026-05-11T18:36:05.344Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274) |
| 2869 | 2026-05-11T18:36:05.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-11T18:36:05.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-11T18:36:05.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-05-11T18:36:05.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2873 | 2026-05-11T18:36:05.947Z | |
| 2874 | 2026-05-11T18:36:05.947Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274) |
| 2875 | 2026-05-11T18:36:06.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-05-11T18:36:06.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-05-11T18:36:06.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2026-05-11T18:36:06.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2879 | 2026-05-11T18:36:06.546Z | |
| 2880 | 2026-05-11T18:36:06.546Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274) |
| 2881 | 2026-05-11T18:36:07.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-05-11T18:36:07.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-05-11T18:36:07.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-05-11T18:36:07.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2885 | 2026-05-11T18:36:07.150Z | |
| 2886 | 2026-05-11T18:36:07.150Z | info: running `cargo check --bins` on trust-quorum-types (101/274) |
| 2887 | 2026-05-11T18:36:07.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-11T18:36:07.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-11T18:36:07.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-11T18:36:07.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2891 | 2026-05-11T18:36:07.727Z | |
| 2892 | 2026-05-11T18:36:07.727Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/274) |
| 2893 | 2026-05-11T18:36:08.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-11T18:36:08.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-11T18:36:08.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-11T18:36:08.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2897 | 2026-05-11T18:36:08.324Z | |
| 2898 | 2026-05-11T18:36:08.324Z | info: running `cargo check --bins` on update-engine (103/274) |
| 2899 | 2026-05-11T18:36:08.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-11T18:36:08.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-11T18:36:08.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-11T18:36:08.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2903 | 2026-05-11T18:36:08.905Z | |
| 2904 | 2026-05-11T18:36:08.905Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/274) |
| 2905 | 2026-05-11T18:36:09.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-11T18:36:09.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-11T18:36:09.615Z | Compiling crucible-workspace-hack v0.1.0 |
| 2908 | 2026-05-11T18:36:09.732Z | Checking secrecy v0.10.3 |
| 2909 | 2026-05-11T18:36:09.738Z | Compiling heapless v0.8.0 |
| 2910 | 2026-05-11T18:36:09.746Z | Compiling ingot-macros v0.1.1 |
| 2911 | 2026-05-11T18:36:09.753Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2912 | 2026-05-11T18:36:09.757Z | Checking hash32 v0.3.1 |
| 2913 | 2026-05-11T18:36:09.774Z | Compiling smoltcp v0.11.0 |
| 2914 | 2026-05-11T18:36:09.777Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2915 | 2026-05-11T18:36:09.832Z | Checking cobs v0.3.0 |
| 2916 | 2026-05-11T18:36:09.879Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2917 | 2026-05-11T18:36:09.979Z | Checking universal-hash v0.5.1 |
| 2918 | 2026-05-11T18:36:09.982Z | Checking half v2.7.1 |
| 2919 | 2026-05-11T18:36:10.016Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2920 | 2026-05-11T18:36:10.101Z | Checking ciborium-io v0.2.2 |
| 2921 | 2026-05-11T18:36:10.135Z | Checking opaque-debug v0.3.1 |
| 2922 | 2026-05-11T18:36:10.205Z | Checking postcard v1.1.3 |
| 2923 | 2026-05-11T18:36:10.216Z | Checking poly1305 v0.8.0 |
| 2924 | 2026-05-11T18:36:10.229Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2925 | 2026-05-11T18:36:10.247Z | Checking ciborium-ll v0.2.2 |
| 2926 | 2026-05-11T18:36:10.420Z | Compiling proc-macro-crate v3.4.0 |
| 2927 | 2026-05-11T18:36:10.471Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2928 | 2026-05-11T18:36:10.487Z | Checking password-hash v0.5.0 |
| 2929 | 2026-05-11T18:36:10.533Z | Checking chacha20 v0.9.1 |
| 2930 | 2026-05-11T18:36:10.725Z | Compiling proc-macro-crate v1.3.1 |
| 2931 | 2026-05-11T18:36:10.743Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2932 | 2026-05-11T18:36:10.767Z | Checking blake2 v0.10.6 |
| 2933 | 2026-05-11T18:36:10.794Z | Checking aead v0.5.2 |
| 2934 | 2026-05-11T18:36:10.946Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2935 | 2026-05-11T18:36:10.975Z | Compiling foreign-types-macros v0.2.3 |
| 2936 | 2026-05-11T18:36:10.988Z | Compiling num_enum_derive v0.7.5 |
| 2937 | 2026-05-11T18:36:11.010Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2938 | 2026-05-11T18:36:11.053Z | Checking thiserror-no-std v2.0.2 |
| 2939 | 2026-05-11T18:36:11.141Z | Checking cpufeatures v0.3.0 |
| 2940 | 2026-05-11T18:36:11.154Z | Checking foreign-types-shared v0.3.1 |
| 2941 | 2026-05-11T18:36:11.167Z | Compiling num_enum_derive v0.5.11 |
| 2942 | 2026-05-11T18:36:11.214Z | Checking chacha20 v0.10.0 |
| 2943 | 2026-05-11T18:36:11.241Z | Checking vsss-rs v3.3.4 |
| 2944 | 2026-05-11T18:36:11.255Z | Checking argon2 v0.5.3 |
| 2945 | 2026-05-11T18:36:11.433Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2946 | 2026-05-11T18:36:11.552Z | Checking foreign-types v0.5.0 |
| 2947 | 2026-05-11T18:36:11.588Z | Checking chacha20poly1305 v0.10.1 |
| 2948 | 2026-05-11T18:36:11.630Z | Checking ciborium v0.2.2 |
| 2949 | 2026-05-11T18:36:11.819Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2950 | 2026-05-11T18:36:11.839Z | Checking tabwriter v1.4.1 |
| 2951 | 2026-05-11T18:36:11.986Z | Checking byte-wrapper v0.1.0 |
| 2952 | 2026-05-11T18:36:12.014Z | Checking num_enum v0.7.5 |
| 2953 | 2026-05-11T18:36:12.046Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2954 | 2026-05-11T18:36:12.100Z | Checking cstr-argument v0.1.2 |
| 2955 | 2026-05-11T18:36:12.127Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2956 | 2026-05-11T18:36:12.187Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2957 | 2026-05-11T18:36:12.200Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2958 | 2026-05-11T18:36:12.220Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2959 | 2026-05-11T18:36:12.338Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2960 | 2026-05-11T18:36:12.391Z | Checking num_enum v0.5.11 |
| 2961 | 2026-05-11T18:36:12.391Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2962 | 2026-05-11T18:36:12.465Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2963 | 2026-05-11T18:36:12.504Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2964 | 2026-05-11T18:36:12.561Z | Checking rand v0.10.0 |
| 2965 | 2026-05-11T18:36:12.565Z | Checking ingot-types v0.1.2 |
| 2966 | 2026-05-11T18:36:12.588Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2967 | 2026-05-11T18:36:12.602Z | Checking colored v3.1.1 |
| 2968 | 2026-05-11T18:36:12.703Z | Checking indent_write v2.2.0 |
| 2969 | 2026-05-11T18:36:12.798Z | Compiling zone_cfg_derive v0.3.1 |
| 2970 | 2026-05-11T18:36:12.840Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2971 | 2026-05-11T18:36:12.853Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2972 | 2026-05-11T18:36:12.873Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2973 | 2026-05-11T18:36:12.890Z | Checking itertools v0.12.1 |
| 2974 | 2026-05-11T18:36:12.930Z | Checking ingot v0.1.1 |
| 2975 | 2026-05-11T18:36:12.968Z | Compiling num-derive v0.4.2 |
| 2976 | 2026-05-11T18:36:13.009Z | Checking swrite v0.1.0 |
| 2977 | 2026-05-11T18:36:13.023Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2978 | 2026-05-11T18:36:13.099Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2979 | 2026-05-11T18:36:13.227Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2980 | 2026-05-11T18:36:13.382Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2981 | 2026-05-11T18:36:13.415Z | Checking dropshot-api-manager-types v0.7.1 |
| 2982 | 2026-05-11T18:36:13.434Z | Checking smf v0.2.3 |
| 2983 | 2026-05-11T18:36:13.448Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2984 | 2026-05-11T18:36:13.491Z | Checking nanorand v0.7.0 |
| 2985 | 2026-05-11T18:36:13.580Z | Checking whoami v1.6.1 |
| 2986 | 2026-05-11T18:36:13.662Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2987 | 2026-05-11T18:36:13.686Z | Checking flume v0.11.1 |
| 2988 | 2026-05-11T18:36:13.869Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2989 | 2026-05-11T18:36:13.899Z | Checking zone v0.3.1 |
| 2990 | 2026-05-11T18:36:14.480Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2991 | 2026-05-11T18:36:15.439Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2992 | 2026-05-11T18:36:16.335Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2993 | 2026-05-11T18:36:19.375Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2994 | 2026-05-11T18:36:21.400Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2995 | 2026-05-11T18:36:22.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
| 2996 | 2026-05-11T18:36:22.677Z | |
| 2997 | 2026-05-11T18:36:22.677Z | info: running `cargo check --bins` on clickhouse-admin-api (105/274) |
| 2998 | 2026-05-11T18:36:23.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2026-05-11T18:36:23.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2026-05-11T18:36:23.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3001 | 2026-05-11T18:36:23.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3002 | 2026-05-11T18:36:23.279Z | |
| 3003 | 2026-05-11T18:36:23.279Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/274) |
| 3004 | 2026-05-11T18:36:23.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2026-05-11T18:36:23.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2026-05-11T18:36:23.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2026-05-11T18:36:23.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3008 | 2026-05-11T18:36:23.879Z | |
| 3009 | 2026-05-11T18:36:23.879Z | info: running `cargo check --bins` on bootstrap-agent-client (107/274) |
| 3010 | 2026-05-11T18:36:24.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2026-05-11T18:36:24.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2026-05-11T18:36:24.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2026-05-11T18:36:24.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3014 | 2026-05-11T18:36:24.481Z | |
| 3015 | 2026-05-11T18:36:24.481Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274) |
| 3016 | 2026-05-11T18:36:24.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2026-05-11T18:36:24.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2026-05-11T18:36:24.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3019 | 2026-05-11T18:36:24.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3020 | 2026-05-11T18:36:25.086Z | |
| 3021 | 2026-05-11T18:36:25.086Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274) |
| 3022 | 2026-05-11T18:36:25.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2026-05-11T18:36:25.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2026-05-11T18:36:25.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2026-05-11T18:36:25.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3026 | 2026-05-11T18:36:25.684Z | |
| 3027 | 2026-05-11T18:36:25.684Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/274) |
| 3028 | 2026-05-11T18:36:26.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-11T18:36:26.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-11T18:36:26.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-11T18:36:26.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3032 | 2026-05-11T18:36:26.285Z | |
| 3033 | 2026-05-11T18:36:26.285Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/274) |
| 3034 | 2026-05-11T18:36:26.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-11T18:36:26.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-11T18:36:26.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-11T18:36:26.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3038 | 2026-05-11T18:36:26.882Z | |
| 3039 | 2026-05-11T18:36:26.882Z | info: running `cargo check --bins` on cockroach-admin-client (112/274) |
| 3040 | 2026-05-11T18:36:27.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-11T18:36:27.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-11T18:36:27.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-11T18:36:27.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3044 | 2026-05-11T18:36:27.469Z | |
| 3045 | 2026-05-11T18:36:27.469Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/274) |
| 3046 | 2026-05-11T18:36:27.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-11T18:36:27.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-11T18:36:27.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-11T18:36:27.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3050 | 2026-05-11T18:36:28.069Z | |
| 3051 | 2026-05-11T18:36:28.069Z | info: running `cargo check --bins` on dns-service-client (114/274) |
| 3052 | 2026-05-11T18:36:28.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-11T18:36:28.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-11T18:36:28.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-11T18:36:28.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3056 | 2026-05-11T18:36:28.670Z | |
| 3057 | 2026-05-11T18:36:28.670Z | info: running `cargo check --bins` on installinator-client (115/274) |
| 3058 | 2026-05-11T18:36:29.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-11T18:36:29.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-11T18:36:29.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-11T18:36:29.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3062 | 2026-05-11T18:36:29.273Z | |
| 3063 | 2026-05-11T18:36:29.273Z | info: running `cargo check --bins` on nexus-client (116/274) |
| 3064 | 2026-05-11T18:36:29.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-11T18:36:29.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-11T18:36:29.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-11T18:36:29.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3068 | 2026-05-11T18:36:29.913Z | |
| 3069 | 2026-05-11T18:36:29.913Z | info: running `cargo check --bins` on nexus-lockstep-client (117/274) |
| 3070 | 2026-05-11T18:36:30.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-11T18:36:30.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-11T18:36:30.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-11T18:36:30.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3074 | 2026-05-11T18:36:30.548Z | |
| 3075 | 2026-05-11T18:36:30.548Z | info: running `cargo check --bins` on ntp-admin-client (118/274) |
| 3076 | 2026-05-11T18:36:31.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-11T18:36:31.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-11T18:36:31.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-11T18:36:31.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3080 | 2026-05-11T18:36:31.129Z | |
| 3081 | 2026-05-11T18:36:31.129Z | info: running `cargo check --bins` on oxide-client (119/274) |
| 3082 | 2026-05-11T18:36:31.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-11T18:36:31.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-11T18:36:31.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-11T18:36:31.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3086 | 2026-05-11T18:36:31.716Z | |
| 3087 | 2026-05-11T18:36:31.716Z | info: running `cargo check --bins` on oximeter-client (120/274) |
| 3088 | 2026-05-11T18:36:32.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-11T18:36:32.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-11T18:36:32.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-11T18:36:32.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3092 | 2026-05-11T18:36:32.316Z | |
| 3093 | 2026-05-11T18:36:32.316Z | info: running `cargo check --bins` on repo-depot-client (121/274) |
| 3094 | 2026-05-11T18:36:32.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-11T18:36:32.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-11T18:36:32.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-11T18:36:32.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3098 | 2026-05-11T18:36:32.897Z | |
| 3099 | 2026-05-11T18:36:32.897Z | info: running `cargo check --bins` on sled-agent-client (122/274) |
| 3100 | 2026-05-11T18:36:33.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-11T18:36:33.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-11T18:36:33.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-11T18:36:33.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3104 | 2026-05-11T18:36:33.504Z | |
| 3105 | 2026-05-11T18:36:33.504Z | info: running `cargo check --bins` on wicketd-client (123/274) |
| 3106 | 2026-05-11T18:36:34.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-11T18:36:34.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-11T18:36:34.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-11T18:36:34.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3110 | 2026-05-11T18:36:34.125Z | |
| 3111 | 2026-05-11T18:36:34.125Z | info: running `cargo check --bins` on installinator-common (124/274) |
| 3112 | 2026-05-11T18:36:34.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-11T18:36:34.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-11T18:36:34.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-11T18:36:34.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3116 | 2026-05-11T18:36:34.733Z | |
| 3117 | 2026-05-11T18:36:34.733Z | info: running `cargo check --bins` on installinator-common-versions (125/274) |
| 3118 | 2026-05-11T18:36:35.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-11T18:36:35.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-11T18:36:35.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-11T18:36:35.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3122 | 2026-05-11T18:36:35.315Z | |
| 3123 | 2026-05-11T18:36:35.315Z | info: running `cargo check --bins` on wicket-common (126/274) |
| 3124 | 2026-05-11T18:36:35.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-11T18:36:35.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-11T18:36:35.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-11T18:36:35.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3128 | 2026-05-11T18:36:35.925Z | |
| 3129 | 2026-05-11T18:36:35.925Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/274) |
| 3130 | 2026-05-11T18:36:36.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-11T18:36:36.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-11T18:36:36.611Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3133 | 2026-05-11T18:36:36.725Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3134 | 2026-05-11T18:36:36.733Z | Checking csv-core v0.1.13 |
| 3135 | 2026-05-11T18:36:36.740Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3136 | 2026-05-11T18:36:36.743Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3137 | 2026-05-11T18:36:36.758Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3138 | 2026-05-11T18:36:36.768Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3139 | 2026-05-11T18:36:36.780Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3140 | 2026-05-11T18:36:36.885Z | Checking csv v1.4.0 |
| 3141 | 2026-05-11T18:36:36.904Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3142 | 2026-05-11T18:36:36.956Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3143 | 2026-05-11T18:36:36.979Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3144 | 2026-05-11T18:36:37.220Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3145 | 2026-05-11T18:36:37.582Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3146 | 2026-05-11T18:36:37.585Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3147 | 2026-05-11T18:36:37.919Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3148 | 2026-05-11T18:36:43.613Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3149 | 2026-05-11T18:36:44.143Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3150 | 2026-05-11T18:36:46.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s |
| 3151 | 2026-05-11T18:36:46.678Z | |
| 3152 | 2026-05-11T18:36:46.678Z | info: running `cargo check --bins` on cockroach-admin-api (128/274) |
| 3153 | 2026-05-11T18:36:47.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-05-11T18:36:47.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-05-11T18:36:47.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-05-11T18:36:47.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3157 | 2026-05-11T18:36:47.270Z | |
| 3158 | 2026-05-11T18:36:47.270Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274) |
| 3159 | 2026-05-11T18:36:47.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-05-11T18:36:47.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-05-11T18:36:47.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-05-11T18:36:47.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3163 | 2026-05-11T18:36:47.951Z | |
| 3164 | 2026-05-11T18:36:47.951Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274) |
| 3165 | 2026-05-11T18:36:48.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-05-11T18:36:48.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-05-11T18:36:48.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-05-11T18:36:48.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3169 | 2026-05-11T18:36:48.634Z | |
| 3170 | 2026-05-11T18:36:48.634Z | info: running `cargo check --bins` on gateway-test-utils (131/274) |
| 3171 | 2026-05-11T18:36:49.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-05-11T18:36:49.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-05-11T18:36:49.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-05-11T18:36:49.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3175 | 2026-05-11T18:36:49.286Z | |
| 3176 | 2026-05-11T18:36:49.286Z | info: running `cargo check --bins` on omicron-gateway (132/274) |
| 3177 | 2026-05-11T18:36:49.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-05-11T18:36:49.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-05-11T18:36:50.044Z | Compiling regress v0.11.1 |
| 3180 | 2026-05-11T18:36:50.181Z | Compiling unsafe-libyaml v0.2.11 |
| 3181 | 2026-05-11T18:36:50.194Z | Compiling semver v0.1.20 |
| 3182 | 2026-05-11T18:36:50.197Z | Compiling radium v0.7.0 |
| 3183 | 2026-05-11T18:36:50.220Z | Compiling pin-project-internal v1.1.11 |
| 3184 | 2026-05-11T18:36:50.232Z | Compiling maybe-uninit v2.0.0 |
| 3185 | 2026-05-11T18:36:50.235Z | Checking tap v1.0.1 |
| 3186 | 2026-05-11T18:36:50.346Z | Checking wyz v0.5.1 |
| 3187 | 2026-05-11T18:36:50.467Z | Compiling rustc_version v0.1.7 |
| 3188 | 2026-05-11T18:36:50.521Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3189 | 2026-05-11T18:36:50.557Z | Checking progenitor-client v0.13.0 |
| 3190 | 2026-05-11T18:36:50.646Z | Compiling snafu-derive v0.8.9 |
| 3191 | 2026-05-11T18:36:50.684Z | Compiling serde_yaml v0.9.34+deprecated |
| 3192 | 2026-05-11T18:36:50.812Z | Compiling newtype_derive v0.1.6 |
| 3193 | 2026-05-11T18:36:50.901Z | Compiling zerocopy-derive v0.6.6 |
| 3194 | 2026-05-11T18:36:51.008Z | Compiling cancel-safe-futures v0.1.5 |
| 3195 | 2026-05-11T18:36:51.229Z | Checking crc-catalog v2.4.0 |
| 3196 | 2026-05-11T18:36:51.325Z | Checking funty v2.0.0 |
| 3197 | 2026-05-11T18:36:51.339Z | Checking pin-project v1.1.11 |
| 3198 | 2026-05-11T18:36:51.436Z | Checking same-file v1.0.6 |
| 3199 | 2026-05-11T18:36:51.556Z | Compiling packed_struct v0.10.1 |
| 3200 | 2026-05-11T18:36:51.616Z | Checking typify-impl v0.6.2 |
| 3201 | 2026-05-11T18:36:51.645Z | Compiling owo-colors v4.3.0 |
| 3202 | 2026-05-11T18:36:51.825Z | Checking zerocopy v0.6.6 |
| 3203 | 2026-05-11T18:36:52.014Z | Checking bitvec v1.0.1 |
| 3204 | 2026-05-11T18:36:52.056Z | Checking walkdir v2.5.0 |
| 3205 | 2026-05-11T18:36:52.122Z | Checking crc v3.4.0 |
| 3206 | 2026-05-11T18:36:52.225Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3207 | 2026-05-11T18:36:52.281Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3208 | 2026-05-11T18:36:52.300Z | Checking globset v0.4.18 |
| 3209 | 2026-05-11T18:36:52.558Z | Checking snafu v0.8.9 |
| 3210 | 2026-05-11T18:36:52.573Z | Checking olpc-cjson v0.1.4 |
| 3211 | 2026-05-11T18:36:52.621Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3212 | 2026-05-11T18:36:52.711Z | Checking pem v3.0.6 |
| 3213 | 2026-05-11T18:36:52.746Z | Compiling packed_struct_codegen v0.10.1 |
| 3214 | 2026-05-11T18:36:52.763Z | Checking libsw-core v0.3.2 |
| 3215 | 2026-05-11T18:36:52.798Z | Checking serde_plain v1.0.2 |
| 3216 | 2026-05-11T18:36:52.870Z | Compiling bitfield-macros v0.19.4 |
| 3217 | 2026-05-11T18:36:52.873Z | Compiling indexmap v1.9.3 |
| 3218 | 2026-05-11T18:36:52.907Z | Checking typed-path v0.9.3 |
| 3219 | 2026-05-11T18:36:52.945Z | Checking nodrop v0.1.14 |
| 3220 | 2026-05-11T18:36:53.038Z | Checking array-init v0.0.4 |
| 3221 | 2026-05-11T18:36:53.106Z | Checking libsw v3.5.0 |
| 3222 | 2026-05-11T18:36:53.260Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3223 | 2026-05-11T18:36:53.301Z | Checking smallvec v0.6.14 |
| 3224 | 2026-05-11T18:36:53.382Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3225 | 2026-05-11T18:36:53.494Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3226 | 2026-05-11T18:36:53.572Z | Checking bitfield v0.19.4 |
| 3227 | 2026-05-11T18:36:53.671Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3228 | 2026-05-11T18:36:53.688Z | Checking tagptr v0.2.0 |
| 3229 | 2026-05-11T18:36:53.702Z | Checking tough v0.20.0 |
| 3230 | 2026-05-11T18:36:53.797Z | Checking smawk v0.3.2 |
| 3231 | 2026-05-11T18:36:53.825Z | Checking hashbrown v0.12.3 |
| 3232 | 2026-05-11T18:36:53.828Z | Checking linear-map v1.2.0 |
| 3233 | 2026-05-11T18:36:53.852Z | Checking unicode-linebreak v0.1.5 |
| 3234 | 2026-05-11T18:36:53.924Z | Checking base64 v0.21.7 |
| 3235 | 2026-05-11T18:36:53.994Z | Checking moka v0.12.13 |
| 3236 | 2026-05-11T18:36:54.062Z | Checking textwrap v0.16.2 |
| 3237 | 2026-05-11T18:36:54.166Z | Checking ron v0.8.1 |
| 3238 | 2026-05-11T18:36:54.207Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3239 | 2026-05-11T18:36:54.278Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3240 | 2026-05-11T18:36:54.449Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3241 | 2026-05-11T18:36:54.568Z | Checking serde-hex v0.1.0 |
| 3242 | 2026-05-11T18:36:54.615Z | Checking steno v0.4.1 |
| 3243 | 2026-05-11T18:36:54.691Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3244 | 2026-05-11T18:36:54.851Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3245 | 2026-05-11T18:36:54.854Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3246 | 2026-05-11T18:36:55.251Z | Checking hashbrown v0.13.2 |
| 3247 | 2026-05-11T18:36:55.417Z | Checking humantime v2.3.0 |
| 3248 | 2026-05-11T18:36:55.481Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3249 | 2026-05-11T18:36:55.598Z | Checking crc-any v2.5.0 |
| 3250 | 2026-05-11T18:36:55.601Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3251 | 2026-05-11T18:36:55.669Z | Checking hickory-resolver v0.25.2 |
| 3252 | 2026-05-11T18:36:55.683Z | Checking object v0.30.4 |
| 3253 | 2026-05-11T18:36:55.715Z | Checking utf-8 v0.7.6 |
| 3254 | 2026-05-11T18:36:55.763Z | Checking void v1.0.2 |
| 3255 | 2026-05-11T18:36:55.786Z | Checking path-slash v0.1.5 |
| 3256 | 2026-05-11T18:36:55.879Z | Checking half v1.8.3 |
| 3257 | 2026-05-11T18:36:55.900Z | Checking tungstenite v0.23.0 |
| 3258 | 2026-05-11T18:36:55.915Z | Checking lzss v0.8.2 |
| 3259 | 2026-05-11T18:36:56.083Z | Checking serde_cbor v0.11.2 |
| 3260 | 2026-05-11T18:36:56.112Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3261 | 2026-05-11T18:36:56.234Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3262 | 2026-05-11T18:36:56.268Z | Checking nix v0.27.1 |
| 3263 | 2026-05-11T18:36:56.283Z | Compiling typify-macro v0.6.2 |
| 3264 | 2026-05-11T18:36:56.338Z | Checking kstat-rs v0.2.4 |
| 3265 | 2026-05-11T18:36:56.443Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3266 | 2026-05-11T18:36:56.466Z | Checking fxhash v0.2.1 |
| 3267 | 2026-05-11T18:36:56.480Z | Checking serde_bytes v0.11.19 |
| 3268 | 2026-05-11T18:36:56.526Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3269 | 2026-05-11T18:36:56.587Z | Checking tokio-tungstenite v0.23.1 |
| 3270 | 2026-05-11T18:36:56.653Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3271 | 2026-05-11T18:36:56.789Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3272 | 2026-05-11T18:36:56.853Z | Checking signal-hook-tokio v0.3.1 |
| 3273 | 2026-05-11T18:36:57.703Z | Compiling typify v0.6.2 |
| 3274 | 2026-05-11T18:36:57.786Z | Compiling progenitor-impl v0.13.0 |
| 3275 | 2026-05-11T18:36:57.786Z | Compiling progenitor-impl v0.14.0 |
| 3276 | 2026-05-11T18:36:57.835Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3277 | 2026-05-11T18:36:58.748Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3278 | 2026-05-11T18:36:59.069Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3279 | 2026-05-11T18:36:59.358Z | Compiling progenitor-macro v0.13.0 |
| 3280 | 2026-05-11T18:36:59.398Z | Compiling progenitor-macro v0.14.0 |
| 3281 | 2026-05-11T18:37:01.849Z | Checking progenitor v0.13.0 |
| 3282 | 2026-05-11T18:37:01.976Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3283 | 2026-05-11T18:37:02.073Z | Checking progenitor v0.14.0 |
| 3284 | 2026-05-11T18:37:02.190Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3285 | 2026-05-11T18:37:05.005Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3286 | 2026-05-11T18:37:12.605Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3287 | 2026-05-11T18:37:18.855Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3288 | 2026-05-11T18:37:20.217Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3289 | 2026-05-11T18:37:20.720Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3290 | 2026-05-11T18:37:22.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s |
| 3291 | 2026-05-11T18:37:22.999Z | |
| 3292 | 2026-05-11T18:37:22.999Z | info: running `cargo check --bins` on gateway-api (133/274) |
| 3293 | 2026-05-11T18:37:23.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2026-05-11T18:37:23.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2026-05-11T18:37:23.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2026-05-11T18:37:23.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3297 | 2026-05-11T18:37:23.595Z | |
| 3298 | 2026-05-11T18:37:23.595Z | info: running `cargo check --bins` on ipcc (134/274) |
| 3299 | 2026-05-11T18:37:24.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2026-05-11T18:37:24.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2026-05-11T18:37:24.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2026-05-11T18:37:24.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3303 | 2026-05-11T18:37:24.191Z | |
| 3304 | 2026-05-11T18:37:24.191Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274) |
| 3305 | 2026-05-11T18:37:24.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2026-05-11T18:37:24.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2026-05-11T18:37:24.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2026-05-11T18:37:24.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3309 | 2026-05-11T18:37:24.771Z | |
| 3310 | 2026-05-11T18:37:24.771Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274) |
| 3311 | 2026-05-11T18:37:25.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2026-05-11T18:37:25.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2026-05-11T18:37:25.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3314 | 2026-05-11T18:37:25.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3315 | 2026-05-11T18:37:25.370Z | |
| 3316 | 2026-05-11T18:37:25.370Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274) |
| 3317 | 2026-05-11T18:37:25.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-11T18:37:25.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-11T18:37:25.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-11T18:37:25.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-05-11T18:37:25.966Z | |
| 3322 | 2026-05-11T18:37:25.966Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274) |
| 3323 | 2026-05-11T18:37:26.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-11T18:37:26.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-11T18:37:26.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-11T18:37:26.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3327 | 2026-05-11T18:37:26.558Z | |
| 3328 | 2026-05-11T18:37:26.558Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274) |
| 3329 | 2026-05-11T18:37:27.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-11T18:37:27.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-11T18:37:27.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-11T18:37:27.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3333 | 2026-05-11T18:37:27.152Z | |
| 3334 | 2026-05-11T18:37:27.152Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274) |
| 3335 | 2026-05-11T18:37:27.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-11T18:37:27.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-11T18:37:27.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-11T18:37:27.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3339 | 2026-05-11T18:37:27.754Z | |
| 3340 | 2026-05-11T18:37:27.754Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274) |
| 3341 | 2026-05-11T18:37:28.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-11T18:37:28.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-11T18:37:28.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-11T18:37:28.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3345 | 2026-05-11T18:37:28.355Z | |
| 3346 | 2026-05-11T18:37:28.355Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274) |
| 3347 | 2026-05-11T18:37:28.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-11T18:37:28.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-11T18:37:28.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-11T18:37:28.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3351 | 2026-05-11T18:37:28.957Z | |
| 3352 | 2026-05-11T18:37:28.957Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274) |
| 3353 | 2026-05-11T18:37:29.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-11T18:37:29.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-11T18:37:29.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-11T18:37:29.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3357 | 2026-05-11T18:37:29.556Z | |
| 3358 | 2026-05-11T18:37:29.556Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274) |
| 3359 | 2026-05-11T18:37:30.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-11T18:37:30.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-11T18:37:30.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-11T18:37:30.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3363 | 2026-05-11T18:37:30.155Z | |
| 3364 | 2026-05-11T18:37:30.155Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274) |
| 3365 | 2026-05-11T18:37:30.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-11T18:37:30.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-11T18:37:30.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-11T18:37:30.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3369 | 2026-05-11T18:37:30.753Z | |
| 3370 | 2026-05-11T18:37:30.753Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274) |
| 3371 | 2026-05-11T18:37:31.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-11T18:37:31.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-11T18:37:31.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-11T18:37:31.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3375 | 2026-05-11T18:37:31.352Z | |
| 3376 | 2026-05-11T18:37:31.353Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274) |
| 3377 | 2026-05-11T18:37:31.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-11T18:37:31.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-11T18:37:31.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-11T18:37:31.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-05-11T18:37:31.946Z | |
| 3382 | 2026-05-11T18:37:31.946Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274) |
| 3383 | 2026-05-11T18:37:32.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-11T18:37:32.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-11T18:37:32.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-11T18:37:32.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3387 | 2026-05-11T18:37:32.545Z | |
| 3388 | 2026-05-11T18:37:32.545Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274) |
| 3389 | 2026-05-11T18:37:33.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-11T18:37:33.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-11T18:37:33.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-11T18:37:33.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3393 | 2026-05-11T18:37:33.145Z | |
| 3394 | 2026-05-11T18:37:33.145Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274) |
| 3395 | 2026-05-11T18:37:33.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-11T18:37:33.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-11T18:37:33.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-11T18:37:33.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3399 | 2026-05-11T18:37:33.742Z | |
| 3400 | 2026-05-11T18:37:33.742Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274) |
| 3401 | 2026-05-11T18:37:34.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-11T18:37:34.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-11T18:37:34.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-11T18:37:34.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3405 | 2026-05-11T18:37:34.340Z | |
| 3406 | 2026-05-11T18:37:34.341Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274) |
| 3407 | 2026-05-11T18:37:34.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-11T18:37:34.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-11T18:37:34.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-11T18:37:34.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3411 | 2026-05-11T18:37:34.940Z | |
| 3412 | 2026-05-11T18:37:34.940Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274) |
| 3413 | 2026-05-11T18:37:35.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-11T18:37:35.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-11T18:37:35.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-11T18:37:35.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3417 | 2026-05-11T18:37:35.535Z | |
| 3418 | 2026-05-11T18:37:35.535Z | info: running `cargo check --bins` on oximeter-producer (154/274) |
| 3419 | 2026-05-11T18:37:36.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-11T18:37:36.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-11T18:37:36.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-11T18:37:36.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3423 | 2026-05-11T18:37:36.181Z | |
| 3424 | 2026-05-11T18:37:36.181Z | info: running `cargo check --bins` on internal-dns-resolver (155/274) |
| 3425 | 2026-05-11T18:37:36.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-11T18:37:36.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-11T18:37:36.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-11T18:37:36.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3429 | 2026-05-11T18:37:36.775Z | |
| 3430 | 2026-05-11T18:37:36.775Z | info: running `cargo check --bins` on dns-server (156/274) |
| 3431 | 2026-05-11T18:37:37.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-11T18:37:37.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-11T18:37:37.421Z | Compiling parking_lot_core v0.8.6 |
| 3434 | 2026-05-11T18:37:37.421Z | Compiling git-stub v1.0.0 |
| 3435 | 2026-05-11T18:37:37.421Z | Compiling atomicwrites v0.4.4 |
| 3436 | 2026-05-11T18:37:37.425Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3437 | 2026-05-11T18:37:37.425Z | Checking prefix-trie v0.7.0 |
| 3438 | 2026-05-11T18:37:37.658Z | Compiling git-stub-vcs v0.1.0 |
| 3439 | 2026-05-11T18:37:37.838Z | Checking hickory-server v0.25.2 |
| 3440 | 2026-05-11T18:37:37.936Z | Checking parking_lot v0.11.2 |
| 3441 | 2026-05-11T18:37:37.939Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3442 | 2026-05-11T18:37:38.015Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3443 | 2026-05-11T18:37:38.018Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3444 | 2026-05-11T18:37:38.141Z | Checking sled v0.34.7 |
| 3445 | 2026-05-11T18:37:40.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 3446 | 2026-05-11T18:37:40.195Z | |
| 3447 | 2026-05-11T18:37:40.195Z | info: running `cargo check --bins` on dns-server-api (157/274) |
| 3448 | 2026-05-11T18:37:40.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-05-11T18:37:40.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-05-11T18:37:40.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-05-11T18:37:40.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3452 | 2026-05-11T18:37:40.789Z | |
| 3453 | 2026-05-11T18:37:40.789Z | info: running `cargo check --bins` on oximeter-producer-api (158/274) |
| 3454 | 2026-05-11T18:37:41.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-05-11T18:37:41.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-05-11T18:37:41.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-05-11T18:37:41.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3458 | 2026-05-11T18:37:41.386Z | |
| 3459 | 2026-05-11T18:37:41.386Z | info: running `cargo check --bins` on sp-sim (159/274) |
| 3460 | 2026-05-11T18:37:41.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-05-11T18:37:41.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-05-11T18:37:42.104Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3463 | 2026-05-11T18:37:43.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 3464 | 2026-05-11T18:37:44.068Z | |
| 3465 | 2026-05-11T18:37:44.068Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274) |
| 3466 | 2026-05-11T18:37:44.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-05-11T18:37:44.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-05-11T18:37:44.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-05-11T18:37:44.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3470 | 2026-05-11T18:37:44.727Z | |
| 3471 | 2026-05-11T18:37:44.727Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274) |
| 3472 | 2026-05-11T18:37:45.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-05-11T18:37:45.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-05-11T18:37:45.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-05-11T18:37:45.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3476 | 2026-05-11T18:37:45.383Z | |
| 3477 | 2026-05-11T18:37:45.383Z | info: running `cargo check --bins` on db-macros (162/274) |
| 3478 | 2026-05-11T18:37:45.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-05-11T18:37:45.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-05-11T18:37:45.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-05-11T18:37:45.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3482 | 2026-05-11T18:37:45.972Z | |
| 3483 | 2026-05-11T18:37:45.973Z | info: running `cargo check --bins` on nexus-macros-common (163/274) |
| 3484 | 2026-05-11T18:37:46.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-05-11T18:37:46.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-05-11T18:37:46.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-05-11T18:37:46.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3488 | 2026-05-11T18:37:46.568Z | |
| 3489 | 2026-05-11T18:37:46.568Z | info: running `cargo check --bins` on nexus-auth (164/274) |
| 3490 | 2026-05-11T18:37:47.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-05-11T18:37:47.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-05-11T18:37:47.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-05-11T18:37:47.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3494 | 2026-05-11T18:37:47.215Z | |
| 3495 | 2026-05-11T18:37:47.215Z | info: running `cargo check --bins` on authz-macros (165/274) |
| 3496 | 2026-05-11T18:37:47.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-05-11T18:37:47.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-05-11T18:37:47.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-05-11T18:37:47.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3500 | 2026-05-11T18:37:47.796Z | |
| 3501 | 2026-05-11T18:37:47.796Z | info: running `cargo check --bins` on nexus-db-fixed-data (166/274) |
| 3502 | 2026-05-11T18:37:48.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-05-11T18:37:48.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-05-11T18:37:48.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-05-11T18:37:48.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3506 | 2026-05-11T18:37:48.446Z | |
| 3507 | 2026-05-11T18:37:48.446Z | info: running `cargo check --bins` on nexus-db-model (167/274) |
| 3508 | 2026-05-11T18:37:48.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-05-11T18:37:48.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-05-11T18:37:48.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-05-11T18:37:48.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3512 | 2026-05-11T18:37:49.098Z | |
| 3513 | 2026-05-11T18:37:49.098Z | info: running `cargo check --bins` on nexus-db-schema (168/274) |
| 3514 | 2026-05-11T18:37:49.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-05-11T18:37:49.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-05-11T18:37:49.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-05-11T18:37:49.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3518 | 2026-05-11T18:37:49.688Z | |
| 3519 | 2026-05-11T18:37:49.688Z | info: running `cargo check --bins` on omicron-rpaths (169/274) |
| 3520 | 2026-05-11T18:37:50.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-05-11T18:37:50.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-05-11T18:37:50.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-05-11T18:37:50.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3524 | 2026-05-11T18:37:50.279Z | |
| 3525 | 2026-05-11T18:37:50.279Z | info: running `cargo check --bins` on nexus-defaults (170/274) |
| 3526 | 2026-05-11T18:37:50.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-05-11T18:37:50.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-05-11T18:37:50.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-05-11T18:37:50.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3530 | 2026-05-11T18:37:50.883Z | |
| 3531 | 2026-05-11T18:37:50.883Z | info: running `cargo check --bins` on omicron-cockroach-metrics (171/274) |
| 3532 | 2026-05-11T18:37:51.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-05-11T18:37:51.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-05-11T18:37:51.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-05-11T18:37:51.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3536 | 2026-05-11T18:37:51.478Z | |
| 3537 | 2026-05-11T18:37:51.478Z | info: running `cargo check --bins` on parallel-task-set (172/274) |
| 3538 | 2026-05-11T18:37:51.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-05-11T18:37:51.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-05-11T18:37:51.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-05-11T18:37:51.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3542 | 2026-05-11T18:37:52.067Z | |
| 3543 | 2026-05-11T18:37:52.067Z | info: running `cargo check --bins` on nexus-db-errors (173/274) |
| 3544 | 2026-05-11T18:37:52.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-05-11T18:37:52.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-05-11T18:37:52.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-05-11T18:37:52.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3548 | 2026-05-11T18:37:52.722Z | |
| 3549 | 2026-05-11T18:37:52.722Z | info: running `cargo check --bins` on nexus-db-lookup (174/274) |
| 3550 | 2026-05-11T18:37:53.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-05-11T18:37:53.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-05-11T18:37:53.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-05-11T18:37:53.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3554 | 2026-05-11T18:37:53.374Z | |
| 3555 | 2026-05-11T18:37:53.374Z | info: running `cargo check --bins` on nexus-inventory (175/274) |
| 3556 | 2026-05-11T18:37:53.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-05-11T18:37:53.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-05-11T18:37:53.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-05-11T18:37:53.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3560 | 2026-05-11T18:37:54.022Z | |
| 3561 | 2026-05-11T18:37:54.022Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274) |
| 3562 | 2026-05-11T18:37:54.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-05-11T18:37:54.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-05-11T18:37:54.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-05-11T18:37:54.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3566 | 2026-05-11T18:37:54.649Z | |
| 3567 | 2026-05-11T18:37:54.649Z | info: running `cargo check --bins --no-default-features` on sled-storage (177/274) |
| 3568 | 2026-05-11T18:37:55.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-05-11T18:37:55.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-05-11T18:37:55.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-05-11T18:37:55.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3572 | 2026-05-11T18:37:55.274Z | |
| 3573 | 2026-05-11T18:37:55.274Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274) |
| 3574 | 2026-05-11T18:37:55.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-05-11T18:37:55.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-05-11T18:37:55.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-05-11T18:37:55.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3578 | 2026-05-11T18:37:55.898Z | |
| 3579 | 2026-05-11T18:37:55.898Z | info: running `cargo check --bins` on key-manager (179/274) |
| 3580 | 2026-05-11T18:37:56.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-11T18:37:56.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-11T18:37:56.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-11T18:37:56.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-05-11T18:37:56.502Z | |
| 3585 | 2026-05-11T18:37:56.502Z | info: running `cargo check --bins --no-default-features` on sled-hardware (180/274) |
| 3586 | 2026-05-11T18:37:57.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-11T18:37:57.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-11T18:37:57.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-11T18:37:57.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3590 | 2026-05-11T18:37:57.127Z | |
| 3591 | 2026-05-11T18:37:57.127Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274) |
| 3592 | 2026-05-11T18:37:57.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-11T18:37:57.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-11T18:37:57.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-05-11T18:37:57.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3596 | 2026-05-11T18:37:57.748Z | |
| 3597 | 2026-05-11T18:37:57.748Z | info: running `cargo check --bins` on typed-rng (182/274) |
| 3598 | 2026-05-11T18:37:58.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-11T18:37:58.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-11T18:37:58.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-11T18:37:58.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3602 | 2026-05-11T18:37:58.332Z | |
| 3603 | 2026-05-11T18:37:58.332Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274) |
| 3604 | 2026-05-11T18:37:58.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-11T18:37:58.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-11T18:37:59.183Z | Compiling typify-impl v0.4.3 |
| 3607 | 2026-05-11T18:37:59.183Z | Compiling libefi-sys v0.1.0 |
| 3608 | 2026-05-11T18:37:59.186Z | Compiling bitfield-struct v0.6.2 |
| 3609 | 2026-05-11T18:37:59.333Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3610 | 2026-05-11T18:37:59.342Z | Compiling xshell-macros v0.2.7 |
| 3611 | 2026-05-11T18:37:59.355Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3612 | 2026-05-11T18:37:59.397Z | Compiling salty v0.3.0 |
| 3613 | 2026-05-11T18:37:59.400Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3614 | 2026-05-11T18:37:59.572Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3615 | 2026-05-11T18:37:59.678Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3616 | 2026-05-11T18:37:59.694Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3617 | 2026-05-11T18:37:59.708Z | Checking xshell v0.2.7 |
| 3618 | 2026-05-11T18:37:59.895Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3619 | 2026-05-11T18:37:59.915Z | Checking primeorder v0.13.6 |
| 3620 | 2026-05-11T18:37:59.930Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3621 | 2026-05-11T18:38:00.063Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3622 | 2026-05-11T18:38:00.094Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3623 | 2026-05-11T18:38:00.152Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3624 | 2026-05-11T18:38:00.167Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3625 | 2026-05-11T18:38:00.204Z | Checking tungstenite v0.21.0 |
| 3626 | 2026-05-11T18:38:00.361Z | Checking p384 v0.13.1 |
| 3627 | 2026-05-11T18:38:00.396Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3628 | 2026-05-11T18:38:00.478Z | Compiling proc-macro-error2 v2.0.1 |
| 3629 | 2026-05-11T18:38:00.542Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3630 | 2026-05-11T18:38:00.630Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3631 | 2026-05-11T18:38:00.772Z | Compiling num-derive v0.3.3 |
| 3632 | 2026-05-11T18:38:00.792Z | Compiling tabled_derive v0.11.0 |
| 3633 | 2026-05-11T18:38:00.966Z | Checking tokio-tungstenite v0.21.0 |
| 3634 | 2026-05-11T18:38:01.255Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3635 | 2026-05-11T18:38:01.278Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3636 | 2026-05-11T18:38:01.357Z | Checking papergrid v0.17.0 |
| 3637 | 2026-05-11T18:38:01.637Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3638 | 2026-05-11T18:38:01.672Z | Checking libscf-sys v1.1.0 |
| 3639 | 2026-05-11T18:38:01.802Z | Checking testing_table v0.3.0 |
| 3640 | 2026-05-11T18:38:01.901Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3641 | 2026-05-11T18:38:01.954Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3642 | 2026-05-11T18:38:01.970Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3643 | 2026-05-11T18:38:02.138Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3644 | 2026-05-11T18:38:02.214Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3645 | 2026-05-11T18:38:02.350Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3646 | 2026-05-11T18:38:02.414Z | Checking corncobs v0.1.4 |
| 3647 | 2026-05-11T18:38:02.432Z | Compiling unicase v2.9.0 |
| 3648 | 2026-05-11T18:38:02.432Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3649 | 2026-05-11T18:38:02.543Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3650 | 2026-05-11T18:38:02.617Z | Checking tabled v0.20.0 |
| 3651 | 2026-05-11T18:38:02.632Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3652 | 2026-05-11T18:38:02.649Z | Compiling mime_guess v2.0.5 |
| 3653 | 2026-05-11T18:38:02.720Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3654 | 2026-05-11T18:38:02.810Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3655 | 2026-05-11T18:38:02.844Z | Checking progenitor-client v0.11.2 |
| 3656 | 2026-05-11T18:38:03.041Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3657 | 2026-05-11T18:38:03.085Z | Checking secrecy v0.8.0 |
| 3658 | 2026-05-11T18:38:03.140Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3659 | 2026-05-11T18:38:03.155Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3660 | 2026-05-11T18:38:03.197Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3661 | 2026-05-11T18:38:03.351Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3662 | 2026-05-11T18:38:03.582Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3663 | 2026-05-11T18:38:03.742Z | Compiling typify-macro v0.4.3 |
| 3664 | 2026-05-11T18:38:03.763Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3665 | 2026-05-11T18:38:03.811Z | Checking filetime v0.2.27 |
| 3666 | 2026-05-11T18:38:03.856Z | Checking http-range v0.1.5 |
| 3667 | 2026-05-11T18:38:03.887Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3668 | 2026-05-11T18:38:03.943Z | Checking crc8 v0.1.1 |
| 3669 | 2026-05-11T18:38:04.042Z | Checking xattr v1.6.1 |
| 3670 | 2026-05-11T18:38:04.175Z | Checking tar v0.4.45 |
| 3671 | 2026-05-11T18:38:04.390Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3672 | 2026-05-11T18:38:04.477Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3673 | 2026-05-11T18:38:04.651Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3674 | 2026-05-11T18:38:04.672Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3675 | 2026-05-11T18:38:04.700Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3676 | 2026-05-11T18:38:04.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3677 | 2026-05-11T18:38:05.037Z | Checking atty v0.2.14 |
| 3678 | 2026-05-11T18:38:05.139Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3679 | 2026-05-11T18:38:05.155Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3680 | 2026-05-11T18:38:05.280Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3681 | 2026-05-11T18:38:05.440Z | Compiling typify v0.4.3 |
| 3682 | 2026-05-11T18:38:05.560Z | Compiling progenitor-impl v0.11.2 |
| 3683 | 2026-05-11T18:38:05.625Z | Compiling progenitor-impl v0.10.0 |
| 3684 | 2026-05-11T18:38:05.835Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3685 | 2026-05-11T18:38:06.085Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3686 | 2026-05-11T18:38:06.155Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3687 | 2026-05-11T18:38:06.622Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3688 | 2026-05-11T18:38:07.062Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3689 | 2026-05-11T18:38:07.081Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3690 | 2026-05-11T18:38:07.086Z | Checking hyper-staticfile v0.10.1 |
| 3691 | 2026-05-11T18:38:07.292Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3692 | 2026-05-11T18:38:07.383Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3693 | 2026-05-11T18:38:07.485Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3694 | 2026-05-11T18:38:07.558Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3695 | 2026-05-11T18:38:07.748Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3696 | 2026-05-11T18:38:07.837Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3697 | 2026-05-11T18:38:08.031Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3698 | 2026-05-11T18:38:08.133Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3699 | 2026-05-11T18:38:08.244Z | Compiling progenitor-macro v0.11.2 |
| 3700 | 2026-05-11T18:38:08.292Z | Compiling progenitor-macro v0.10.0 |
| 3701 | 2026-05-11T18:38:10.981Z | Checking progenitor v0.11.2 |
| 3702 | 2026-05-11T18:38:11.116Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3703 | 2026-05-11T18:38:11.136Z | Checking progenitor v0.10.0 |
| 3704 | 2026-05-11T18:38:11.245Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3705 | 2026-05-11T18:38:15.733Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3706 | 2026-05-11T18:38:16.845Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3707 | 2026-05-11T18:38:27.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.77s |
| 3708 | 2026-05-11T18:38:27.325Z | |
| 3709 | 2026-05-11T18:38:27.325Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274) |
| 3710 | 2026-05-11T18:38:27.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-05-11T18:38:27.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-05-11T18:38:28.110Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3713 | 2026-05-11T18:38:41.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3714 | 2026-05-11T18:38:41.158Z | |
| 3715 | 2026-05-11T18:38:41.158Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274) |
| 3716 | 2026-05-11T18:38:41.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-05-11T18:38:41.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-05-11T18:38:41.158Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3719 | 2026-05-11T18:38:50.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s |
| 3720 | 2026-05-11T18:38:50.260Z | |
| 3721 | 2026-05-11T18:38:50.261Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274) |
| 3722 | 2026-05-11T18:38:50.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-05-11T18:38:50.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-05-11T18:38:51.041Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3725 | 2026-05-11T18:39:01.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s |
| 3726 | 2026-05-11T18:39:01.636Z | |
| 3727 | 2026-05-11T18:39:01.636Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274) |
| 3728 | 2026-05-11T18:39:02.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-05-11T18:39:02.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-05-11T18:39:02.414Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3731 | 2026-05-11T18:39:12.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s |
| 3732 | 2026-05-11T18:39:13.063Z | |
| 3733 | 2026-05-11T18:39:13.063Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274) |
| 3734 | 2026-05-11T18:39:13.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-05-11T18:39:13.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-05-11T18:39:13.840Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3737 | 2026-05-11T18:39:24.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 3738 | 2026-05-11T18:39:24.569Z | |
| 3739 | 2026-05-11T18:39:24.569Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274) |
| 3740 | 2026-05-11T18:39:25.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-05-11T18:39:25.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-05-11T18:39:25.346Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3743 | 2026-05-11T18:39:35.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s |
| 3744 | 2026-05-11T18:39:36.003Z | |
| 3745 | 2026-05-11T18:39:36.003Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274) |
| 3746 | 2026-05-11T18:39:36.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-05-11T18:39:36.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-05-11T18:39:36.794Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3749 | 2026-05-11T18:39:47.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s |
| 3750 | 2026-05-11T18:39:47.453Z | |
| 3751 | 2026-05-11T18:39:47.453Z | info: running `cargo check --bins` on bootstrap-agent-api (191/274) |
| 3752 | 2026-05-11T18:39:47.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-05-11T18:39:47.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-05-11T18:39:47.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-05-11T18:39:47.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3756 | 2026-05-11T18:39:48.077Z | |
| 3757 | 2026-05-11T18:39:48.077Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274) |
| 3758 | 2026-05-11T18:39:48.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-05-11T18:39:48.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-05-11T18:39:48.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-05-11T18:39:48.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3762 | 2026-05-11T18:39:48.695Z | |
| 3763 | 2026-05-11T18:39:48.695Z | info: running `cargo check --bins` on range-requests (193/274) |
| 3764 | 2026-05-11T18:39:49.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-05-11T18:39:49.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-05-11T18:39:49.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-05-11T18:39:49.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3768 | 2026-05-11T18:39:49.305Z | |
| 3769 | 2026-05-11T18:39:49.305Z | info: running `cargo check --bins` on repo-depot-api (194/274) |
| 3770 | 2026-05-11T18:39:49.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-05-11T18:39:49.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-05-11T18:39:49.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-05-11T18:39:49.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3774 | 2026-05-11T18:39:49.915Z | |
| 3775 | 2026-05-11T18:39:49.915Z | info: running `cargo check --bins` on sled-agent-api (195/274) |
| 3776 | 2026-05-11T18:39:50.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-05-11T18:39:50.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-05-11T18:39:50.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-05-11T18:39:50.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3780 | 2026-05-11T18:39:50.546Z | |
| 3781 | 2026-05-11T18:39:50.547Z | info: running `cargo check --bins` on sled-diagnostics (196/274) |
| 3782 | 2026-05-11T18:39:51.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-05-11T18:39:51.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-05-11T18:39:51.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-05-11T18:39:51.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3786 | 2026-05-11T18:39:51.174Z | |
| 3787 | 2026-05-11T18:39:51.174Z | info: running `cargo check --bins` on zfs-test-harness (197/274) |
| 3788 | 2026-05-11T18:39:51.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-05-11T18:39:51.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-05-11T18:39:51.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-05-11T18:39:51.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3792 | 2026-05-11T18:39:51.798Z | |
| 3793 | 2026-05-11T18:39:51.798Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274) |
| 3794 | 2026-05-11T18:39:52.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-05-11T18:39:52.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-05-11T18:39:52.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-05-11T18:39:52.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3798 | 2026-05-11T18:39:52.427Z | |
| 3799 | 2026-05-11T18:39:52.427Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274) |
| 3800 | 2026-05-11T18:39:52.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-05-11T18:39:52.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-05-11T18:39:52.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-05-11T18:39:52.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3804 | 2026-05-11T18:39:53.059Z | |
| 3805 | 2026-05-11T18:39:53.059Z | info: running `cargo check --bins` on sled-agent-health-monitor (200/274) |
| 3806 | 2026-05-11T18:39:53.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-05-11T18:39:53.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-05-11T18:39:53.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-05-11T18:39:53.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3810 | 2026-05-11T18:39:53.694Z | |
| 3811 | 2026-05-11T18:39:53.695Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274) |
| 3812 | 2026-05-11T18:39:54.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-05-11T18:39:54.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-05-11T18:39:54.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-05-11T18:39:54.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3816 | 2026-05-11T18:39:54.329Z | |
| 3817 | 2026-05-11T18:39:54.329Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274) |
| 3818 | 2026-05-11T18:39:54.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-05-11T18:39:54.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-05-11T18:39:54.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-05-11T18:39:54.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3822 | 2026-05-11T18:39:54.957Z | |
| 3823 | 2026-05-11T18:39:54.957Z | info: running `cargo check --bins` on sled-agent-resolvable-files (203/274) |
| 3824 | 2026-05-11T18:39:55.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-05-11T18:39:55.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-05-11T18:39:55.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3827 | 2026-05-11T18:39:55.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3828 | 2026-05-11T18:39:55.590Z | |
| 3829 | 2026-05-11T18:39:55.590Z | info: running `cargo check --bins` on sled-agent-rack-setup (204/274) |
| 3830 | 2026-05-11T18:39:56.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3831 | 2026-05-11T18:39:56.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3832 | 2026-05-11T18:39:56.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3833 | 2026-05-11T18:39:56.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3834 | 2026-05-11T18:39:56.262Z | |
| 3835 | 2026-05-11T18:39:56.262Z | info: running `cargo check --bins` on trust-quorum (205/274) |
| 3836 | 2026-05-11T18:39:56.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3837 | 2026-05-11T18:39:56.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3838 | 2026-05-11T18:39:56.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3839 | 2026-05-11T18:39:56.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3840 | 2026-05-11T18:39:56.900Z | |
| 3841 | 2026-05-11T18:39:56.900Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274) |
| 3842 | 2026-05-11T18:39:57.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2026-05-11T18:39:57.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2026-05-11T18:39:57.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3845 | 2026-05-11T18:39:57.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3846 | 2026-05-11T18:39:57.736Z | |
| 3847 | 2026-05-11T18:39:57.736Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (207/274) |
| 3848 | 2026-05-11T18:39:58.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-05-11T18:39:58.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-05-11T18:39:58.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3851 | 2026-05-11T18:39:58.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3852 | 2026-05-11T18:39:58.212Z | |
| 3853 | 2026-05-11T18:39:58.212Z | info: running `cargo check --bins` on update-common (208/274) |
| 3854 | 2026-05-11T18:39:58.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-05-11T18:39:58.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-05-11T18:39:58.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3857 | 2026-05-11T18:39:58.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3858 | 2026-05-11T18:39:58.830Z | |
| 3859 | 2026-05-11T18:39:58.830Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274) |
| 3860 | 2026-05-11T18:39:59.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-05-11T18:39:59.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-05-11T18:39:59.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2026-05-11T18:39:59.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3864 | 2026-05-11T18:39:59.502Z | |
| 3865 | 2026-05-11T18:39:59.502Z | info: running `cargo check --bins` on omicron-deployment-graph (210/274) |
| 3866 | 2026-05-11T18:40:00.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-05-11T18:40:00.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-05-11T18:40:00.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3869 | 2026-05-11T18:40:00.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3870 | 2026-05-11T18:40:00.101Z | |
| 3871 | 2026-05-11T18:40:00.101Z | info: running `cargo check --bins` on reconfigurator-cli (211/274) |
| 3872 | 2026-05-11T18:40:00.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-05-11T18:40:00.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-05-11T18:40:00.887Z | Compiling fs-err v2.11.0 |
| 3875 | 2026-05-11T18:40:00.890Z | Checking ignore v0.4.25 |
| 3876 | 2026-05-11T18:40:01.007Z | Checking arc-swap v1.8.2 |
| 3877 | 2026-05-11T18:40:01.024Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3878 | 2026-05-11T18:40:01.035Z | Checking predicates-tree v1.0.13 |
| 3879 | 2026-05-11T18:40:01.040Z | Checking parse-size v1.1.0 |
| 3880 | 2026-05-11T18:40:01.058Z | Checking rand_seeder v0.4.0 |
| 3881 | 2026-05-11T18:40:01.071Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3882 | 2026-05-11T18:40:01.134Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3883 | 2026-05-11T18:40:01.155Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3884 | 2026-05-11T18:40:01.194Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3885 | 2026-05-11T18:40:01.217Z | Checking slog-scope v4.4.1 |
| 3886 | 2026-05-11T18:40:01.336Z | Compiling petname v2.0.2 |
| 3887 | 2026-05-11T18:40:01.351Z | Checking slog-stdlog v4.1.1 |
| 3888 | 2026-05-11T18:40:01.365Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3889 | 2026-05-11T18:40:01.390Z | Checking globwalk v0.9.1 |
| 3890 | 2026-05-11T18:40:01.444Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3891 | 2026-05-11T18:40:01.466Z | Checking slog-envlogger v2.2.0 |
| 3892 | 2026-05-11T18:40:01.566Z | Checking camino-tempfile-ext v0.3.3 |
| 3893 | 2026-05-11T18:40:01.595Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3894 | 2026-05-11T18:40:01.615Z | Checking sapling-renderdag v0.1.0 |
| 3895 | 2026-05-11T18:40:01.760Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3896 | 2026-05-11T18:40:01.775Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3897 | 2026-05-11T18:40:01.853Z | Checking subprocess v0.2.15 |
| 3898 | 2026-05-11T18:40:01.957Z | Checking sync-ptr v0.1.4 |
| 3899 | 2026-05-11T18:40:01.995Z | Checking colored v2.2.0 |
| 3900 | 2026-05-11T18:40:02.076Z | Checking assert_matches v1.5.0 |
| 3901 | 2026-05-11T18:40:02.130Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3902 | 2026-05-11T18:40:02.190Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3903 | 2026-05-11T18:40:02.251Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3904 | 2026-05-11T18:40:02.254Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3905 | 2026-05-11T18:40:02.864Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3906 | 2026-05-11T18:40:04.184Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3907 | 2026-05-11T18:40:06.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
| 3908 | 2026-05-11T18:40:06.615Z | |
| 3909 | 2026-05-11T18:40:06.615Z | info: running `cargo check --bins` on omicron-repl-utils (212/274) |
| 3910 | 2026-05-11T18:40:07.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-05-11T18:40:07.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-05-11T18:40:07.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3913 | 2026-05-11T18:40:07.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3914 | 2026-05-11T18:40:07.207Z | |
| 3915 | 2026-05-11T18:40:07.207Z | info: running `cargo check --bins` on transient-dns-server (213/274) |
| 3916 | 2026-05-11T18:40:07.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-05-11T18:40:07.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-05-11T18:40:07.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3919 | 2026-05-11T18:40:07.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3920 | 2026-05-11T18:40:07.831Z | |
| 3921 | 2026-05-11T18:40:07.831Z | info: running `cargo check --bins` on nexus-test-interface (214/274) |
| 3922 | 2026-05-11T18:40:08.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-05-11T18:40:08.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-05-11T18:40:08.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3925 | 2026-05-11T18:40:08.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3926 | 2026-05-11T18:40:08.497Z | |
| 3927 | 2026-05-11T18:40:08.498Z | info: running `cargo check --bins` on oximeter-collector (215/274) |
| 3928 | 2026-05-11T18:40:09.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-05-11T18:40:09.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-05-11T18:40:09.227Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3931 | 2026-05-11T18:40:09.227Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3932 | 2026-05-11T18:40:09.872Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3933 | 2026-05-11T18:40:11.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s |
| 3934 | 2026-05-11T18:40:11.636Z | |
| 3935 | 2026-05-11T18:40:11.637Z | info: running `cargo check --bins` on oximeter-api (216/274) |
| 3936 | 2026-05-11T18:40:12.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-05-11T18:40:12.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-05-11T18:40:12.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-05-11T18:40:12.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3940 | 2026-05-11T18:40:12.247Z | |
| 3941 | 2026-05-11T18:40:12.247Z | info: running `cargo check --bins` on cert-dev (217/274) |
| 3942 | 2026-05-11T18:40:12.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-05-11T18:40:12.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-05-11T18:40:12.854Z | Checking yasna v0.5.2 |
| 3945 | 2026-05-11T18:40:13.256Z | Checking rcgen v0.12.1 |
| 3946 | 2026-05-11T18:40:13.499Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3947 | 2026-05-11T18:40:13.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3948 | 2026-05-11T18:40:13.850Z | |
| 3949 | 2026-05-11T18:40:13.850Z | info: running `cargo check --bins` on clickana (218/274) |
| 3950 | 2026-05-11T18:40:14.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-05-11T18:40:14.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-05-11T18:40:14.498Z | Compiling darling_core v0.23.0 |
| 3953 | 2026-05-11T18:40:14.501Z | Compiling instability v0.3.11 |
| 3954 | 2026-05-11T18:40:14.607Z | Checking castaway v0.2.4 |
| 3955 | 2026-05-11T18:40:14.617Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3956 | 2026-05-11T18:40:14.621Z | Compiling indoc v2.0.7 |
| 3957 | 2026-05-11T18:40:14.633Z | Checking unicode-truncate v1.1.0 |
| 3958 | 2026-05-11T18:40:14.636Z | Checking lru v0.12.5 |
| 3959 | 2026-05-11T18:40:14.636Z | Checking cassowary v0.3.0 |
| 3960 | 2026-05-11T18:40:14.701Z | Checking compact_str v0.8.1 |
| 3961 | 2026-05-11T18:40:15.658Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3962 | 2026-05-11T18:40:15.840Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3963 | 2026-05-11T18:40:16.036Z | Compiling darling_macro v0.23.0 |
| 3964 | 2026-05-11T18:40:16.432Z | Compiling darling v0.23.0 |
| 3965 | 2026-05-11T18:40:17.039Z | Checking ratatui v0.29.0 |
| 3966 | 2026-05-11T18:40:18.092Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3967 | 2026-05-11T18:40:18.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
| 3968 | 2026-05-11T18:40:18.957Z | |
| 3969 | 2026-05-11T18:40:18.957Z | info: running `cargo check --bins` on clickhouse-cluster-dev (219/274) |
| 3970 | 2026-05-11T18:40:19.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-05-11T18:40:19.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-05-11T18:40:19.668Z | Checking headers-core v0.3.0 |
| 3973 | 2026-05-11T18:40:19.670Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3974 | 2026-05-11T18:40:19.859Z | Checking headers v0.4.1 |
| 3975 | 2026-05-11T18:40:20.227Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3976 | 2026-05-11T18:40:21.080Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3977 | 2026-05-11T18:40:21.566Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3978 | 2026-05-11T18:40:21.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 3979 | 2026-05-11T18:40:22.183Z | |
| 3980 | 2026-05-11T18:40:22.183Z | info: running `cargo check --bins` on ch-dev (220/274) |
| 3981 | 2026-05-11T18:40:22.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-05-11T18:40:22.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-05-11T18:40:22.915Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3984 | 2026-05-11T18:40:23.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 3985 | 2026-05-11T18:40:23.875Z | |
| 3986 | 2026-05-11T18:40:23.875Z | info: running `cargo check --bins` on dev-tools-common (221/274) |
| 3987 | 2026-05-11T18:40:24.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-05-11T18:40:24.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-05-11T18:40:24.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-05-11T18:40:24.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 3991 | 2026-05-11T18:40:24.351Z | |
| 3992 | 2026-05-11T18:40:24.351Z | info: running `cargo check --bins` on crdb-seed (222/274) |
| 3993 | 2026-05-11T18:40:24.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-05-11T18:40:24.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-05-11T18:40:25.077Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3996 | 2026-05-11T18:40:26.055Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3997 | 2026-05-11T18:40:26.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 3998 | 2026-05-11T18:40:26.593Z | |
| 3999 | 2026-05-11T18:40:26.593Z | info: running `cargo check --bins` on db-dev (223/274) |
| 4000 | 2026-05-11T18:40:27.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-05-11T18:40:27.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-05-11T18:40:27.320Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4003 | 2026-05-11T18:40:28.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4004 | 2026-05-11T18:40:28.302Z | |
| 4005 | 2026-05-11T18:40:28.302Z | info: running `cargo check --bins` on omicron-dev-lib (224/274) |
| 4006 | 2026-05-11T18:40:28.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-05-11T18:40:28.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-05-11T18:40:28.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-05-11T18:40:28.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4010 | 2026-05-11T18:40:28.974Z | |
| 4011 | 2026-05-11T18:40:28.974Z | info: running `cargo check --bins` on xtask-downloader (225/274) |
| 4012 | 2026-05-11T18:40:29.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-05-11T18:40:29.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-05-11T18:40:29.559Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4015 | 2026-05-11T18:40:30.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4016 | 2026-05-11T18:40:30.405Z | |
| 4017 | 2026-05-11T18:40:30.405Z | info: running `cargo check --bins` on omicron-dropshot-apis (226/274) |
| 4018 | 2026-05-11T18:40:30.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-11T18:40:30.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-11T18:40:31.158Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4021 | 2026-05-11T18:40:31.158Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4022 | 2026-05-11T18:40:31.159Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 4023 | 2026-05-11T18:40:31.171Z | Checking git-stub v1.0.0 |
| 4024 | 2026-05-11T18:40:31.172Z | Compiling trait-variant v0.1.2 |
| 4025 | 2026-05-11T18:40:31.172Z | Checking is_ci v1.2.0 |
| 4026 | 2026-05-11T18:40:31.172Z | Checking maplit v1.0.2 |
| 4027 | 2026-05-11T18:40:31.303Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4028 | 2026-05-11T18:40:31.402Z | Checking supports-color v3.0.2 |
| 4029 | 2026-05-11T18:40:31.433Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4030 | 2026-05-11T18:40:31.443Z | Checking git-stub-vcs v0.1.0 |
| 4031 | 2026-05-11T18:40:31.497Z | Checking drift v0.1.4 |
| 4032 | 2026-05-11T18:40:31.508Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4033 | 2026-05-11T18:40:31.582Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4034 | 2026-05-11T18:40:31.618Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4035 | 2026-05-11T18:40:31.760Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4036 | 2026-05-11T18:40:31.787Z | Checking dropshot-api-manager v0.7.1 |
| 4037 | 2026-05-11T18:40:31.801Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4038 | 2026-05-11T18:40:31.822Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4039 | 2026-05-11T18:40:32.017Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4040 | 2026-05-11T18:40:32.033Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4041 | 2026-05-11T18:40:32.205Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 4042 | 2026-05-11T18:40:32.514Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4043 | 2026-05-11T18:40:37.427Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4044 | 2026-05-11T18:40:38.506Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4045 | 2026-05-11T18:40:39.066Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4046 | 2026-05-11T18:40:39.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
| 4047 | 2026-05-11T18:40:39.693Z | |
| 4048 | 2026-05-11T18:40:39.693Z | info: running `cargo check --bins` on installinator-api (227/274) |
| 4049 | 2026-05-11T18:40:40.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-05-11T18:40:40.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-05-11T18:40:40.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-05-11T18:40:40.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4053 | 2026-05-11T18:40:40.297Z | |
| 4054 | 2026-05-11T18:40:40.297Z | info: running `cargo check --bins` on nexus-external-api (228/274) |
| 4055 | 2026-05-11T18:40:40.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-05-11T18:40:40.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-05-11T18:40:40.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-05-11T18:40:40.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4059 | 2026-05-11T18:40:40.940Z | |
| 4060 | 2026-05-11T18:40:40.940Z | info: running `cargo check --bins` on nexus-internal-api (229/274) |
| 4061 | 2026-05-11T18:40:41.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-05-11T18:40:41.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-05-11T18:40:41.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-05-11T18:40:41.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4065 | 2026-05-11T18:40:41.591Z | |
| 4066 | 2026-05-11T18:40:41.591Z | info: running `cargo check --bins` on nexus-lockstep-api (230/274) |
| 4067 | 2026-05-11T18:40:42.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-05-11T18:40:42.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-05-11T18:40:42.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4070 | 2026-05-11T18:40:42.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4071 | 2026-05-11T18:40:42.244Z | |
| 4072 | 2026-05-11T18:40:42.244Z | info: running `cargo check --bins` on ntp-admin-api (231/274) |
| 4073 | 2026-05-11T18:40:42.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4074 | 2026-05-11T18:40:42.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4075 | 2026-05-11T18:40:42.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4076 | 2026-05-11T18:40:42.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4077 | 2026-05-11T18:40:42.846Z | |
| 4078 | 2026-05-11T18:40:42.846Z | info: running `cargo check --bins` on ntp-admin-types-versions (232/274) |
| 4079 | 2026-05-11T18:40:43.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-05-11T18:40:43.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-05-11T18:40:43.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-05-11T18:40:43.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4083 | 2026-05-11T18:40:43.441Z | |
| 4084 | 2026-05-11T18:40:43.441Z | info: running `cargo check --bins` on wicketd-api (233/274) |
| 4085 | 2026-05-11T18:40:43.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-05-11T18:40:43.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-05-11T18:40:43.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4088 | 2026-05-11T18:40:43.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4089 | 2026-05-11T18:40:44.063Z | |
| 4090 | 2026-05-11T18:40:44.063Z | info: running `cargo check --bins` on omicron-ls-apis (234/274) |
| 4091 | 2026-05-11T18:40:44.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-05-11T18:40:44.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-05-11T18:40:44.674Z | Checking typeid v1.0.3 |
| 4094 | 2026-05-11T18:40:44.784Z | Checking ordered-float v2.10.1 |
| 4095 | 2026-05-11T18:40:44.803Z | Checking unicode-xid v0.2.6 |
| 4096 | 2026-05-11T18:40:44.806Z | Checking cargo-platform v0.2.0 |
| 4097 | 2026-05-11T18:40:44.824Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4098 | 2026-05-11T18:40:44.854Z | Checking erased-serde v0.4.9 |
| 4099 | 2026-05-11T18:40:44.984Z | Checking serde-value v0.7.0 |
| 4100 | 2026-05-11T18:40:45.159Z | Checking serde-untagged v0.1.9 |
| 4101 | 2026-05-11T18:40:45.313Z | Checking cargo-util-schemas v0.8.2 |
| 4102 | 2026-05-11T18:40:45.985Z | Checking cargo_metadata v0.21.0 |
| 4103 | 2026-05-11T18:40:46.583Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4104 | 2026-05-11T18:40:47.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4105 | 2026-05-11T18:40:47.439Z | |
| 4106 | 2026-05-11T18:40:47.439Z | info: running `cargo check --bins` on mgs-dev (235/274) |
| 4107 | 2026-05-11T18:40:47.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-05-11T18:40:47.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-05-11T18:40:48.179Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4110 | 2026-05-11T18:40:48.805Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4111 | 2026-05-11T18:40:49.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4112 | 2026-05-11T18:40:49.509Z | |
| 4113 | 2026-05-11T18:40:49.509Z | info: running `cargo check --bins` on omicron-omdb (236/274) |
| 4114 | 2026-05-11T18:40:50.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-05-11T18:40:50.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-05-11T18:40:50.355Z | Compiling vergen-gitcl v1.0.8 |
| 4117 | 2026-05-11T18:40:50.355Z | Compiling dirs-sys-next v0.1.2 |
| 4118 | 2026-05-11T18:40:50.355Z | Compiling crunchy v0.2.4 |
| 4119 | 2026-05-11T18:40:50.355Z | Compiling glob v0.3.3 |
| 4120 | 2026-05-11T18:40:50.359Z | Compiling diesel_derives v2.3.7 |
| 4121 | 2026-05-11T18:40:50.359Z | Compiling dsl_auto_type v0.2.0 |
| 4122 | 2026-05-11T18:40:50.359Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4123 | 2026-05-11T18:40:50.359Z | Checking scheduled-thread-pool v0.2.7 |
| 4124 | 2026-05-11T18:40:50.633Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4125 | 2026-05-11T18:40:50.757Z | Compiling dirs-next v2.0.0 |
| 4126 | 2026-05-11T18:40:50.772Z | Compiling tiny-keccak v2.0.2 |
| 4127 | 2026-05-11T18:40:50.837Z | Checking r2d2 v0.8.10 |
| 4128 | 2026-05-11T18:40:50.859Z | Compiling clang-sys v1.8.1 |
| 4129 | 2026-05-11T18:40:50.877Z | Compiling term v0.7.0 |
| 4130 | 2026-05-11T18:40:50.892Z | Checking downcast-rs v2.0.2 |
| 4131 | 2026-05-11T18:40:50.981Z | Compiling bit-vec v0.6.3 |
| 4132 | 2026-05-11T18:40:51.020Z | Compiling itertools v0.10.5 |
| 4133 | 2026-05-11T18:40:51.201Z | Compiling bit-set v0.5.3 |
| 4134 | 2026-05-11T18:40:51.239Z | Compiling ascii-canvas v3.0.0 |
| 4135 | 2026-05-11T18:40:51.358Z | Compiling ena v0.14.4 |
| 4136 | 2026-05-11T18:40:51.374Z | Compiling libloading v0.8.9 |
| 4137 | 2026-05-11T18:40:51.395Z | Compiling regex-syntax v0.6.29 |
| 4138 | 2026-05-11T18:40:51.442Z | Compiling bindgen v0.71.1 |
| 4139 | 2026-05-11T18:40:51.485Z | Compiling diff v0.1.13 |
| 4140 | 2026-05-11T18:40:51.618Z | Compiling cexpr v0.6.0 |
| 4141 | 2026-05-11T18:40:51.755Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4142 | 2026-05-11T18:40:51.882Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4143 | 2026-05-11T18:40:51.967Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4144 | 2026-05-11T18:40:52.037Z | Compiling libxml v0.3.3 |
| 4145 | 2026-05-11T18:40:52.087Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4146 | 2026-05-11T18:40:52.292Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4147 | 2026-05-11T18:40:52.307Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4148 | 2026-05-11T18:40:52.399Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4149 | 2026-05-11T18:40:52.495Z | Compiling strum_macros v0.24.3 |
| 4150 | 2026-05-11T18:40:52.591Z | Compiling indoc v1.0.9 |
| 4151 | 2026-05-11T18:40:53.033Z | Compiling lalrpop v0.19.12 |
| 4152 | 2026-05-11T18:40:53.505Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4153 | 2026-05-11T18:40:53.564Z | Checking derive_builder v0.20.2 |
| 4154 | 2026-05-11T18:40:53.683Z | Compiling oso-derive v0.27.3 |
| 4155 | 2026-05-11T18:40:53.697Z | Checking quick-xml v0.37.5 |
| 4156 | 2026-05-11T18:40:53.863Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4157 | 2026-05-11T18:40:54.170Z | Checking openssl-probe v0.1.6 |
| 4158 | 2026-05-11T18:40:54.311Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4159 | 2026-05-11T18:40:54.575Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4160 | 2026-05-11T18:40:54.772Z | Checking bb8 v0.8.6 |
| 4161 | 2026-05-11T18:40:55.060Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4162 | 2026-05-11T18:40:55.080Z | Checking nonempty v0.12.0 |
| 4163 | 2026-05-11T18:40:55.189Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4164 | 2026-05-11T18:40:55.245Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4165 | 2026-05-11T18:40:55.284Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4166 | 2026-05-11T18:40:55.360Z | Checking console v0.16.2 |
| 4167 | 2026-05-11T18:40:55.405Z | Checking unit-prefix v0.5.2 |
| 4168 | 2026-05-11T18:40:55.459Z | Checking support-bundle-viewer v0.1.2 |
| 4169 | 2026-05-11T18:40:55.539Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4170 | 2026-05-11T18:40:55.666Z | Checking indicatif v0.18.4 |
| 4171 | 2026-05-11T18:40:55.704Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4172 | 2026-05-11T18:40:55.952Z | Checking multimap v0.10.1 |
| 4173 | 2026-05-11T18:40:56.345Z | Checking diesel v2.3.7 |
| 4174 | 2026-05-11T18:40:58.185Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4175 | 2026-05-11T18:40:58.642Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4176 | 2026-05-11T18:40:58.770Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4177 | 2026-05-11T18:40:59.004Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4178 | 2026-05-11T18:40:59.827Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4179 | 2026-05-11T18:40:59.909Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4180 | 2026-05-11T18:41:00.364Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4181 | 2026-05-11T18:41:01.037Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4182 | 2026-05-11T18:41:03.098Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4183 | 2026-05-11T18:41:07.868Z | Compiling samael v0.0.19 |
| 4184 | 2026-05-11T18:41:11.889Z | Checking diesel-dtrace v0.5.0 |
| 4185 | 2026-05-11T18:41:12.122Z | Checking async-bb8-diesel v0.2.1 |
| 4186 | 2026-05-11T18:41:13.270Z | Compiling polar-core v0.27.3 |
| 4187 | 2026-05-11T18:41:17.707Z | Checking oso v0.27.3 |
| 4188 | 2026-05-11T18:41:54.078Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4189 | 2026-05-11T18:42:27.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4190 | 2026-05-11T18:42:27.625Z | |
| 4191 | 2026-05-11T18:42:27.625Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274) |
| 4192 | 2026-05-11T18:42:28.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2026-05-11T18:42:28.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2026-05-11T18:42:28.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4195 | 2026-05-11T18:42:28.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4196 | 2026-05-11T18:42:28.299Z | |
| 4197 | 2026-05-11T18:42:28.300Z | info: running `cargo check --bins` on nexus-saga-recovery (238/274) |
| 4198 | 2026-05-11T18:42:28.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-05-11T18:42:28.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-05-11T18:42:28.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2026-05-11T18:42:28.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4202 | 2026-05-11T18:42:28.968Z | |
| 4203 | 2026-05-11T18:42:28.969Z | info: running `cargo check --bins` on nexus-test-utils-macros (239/274) |
| 4204 | 2026-05-11T18:42:29.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-05-11T18:42:29.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-05-11T18:42:29.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-05-11T18:42:29.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4208 | 2026-05-11T18:42:29.565Z | |
| 4209 | 2026-05-11T18:42:29.565Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (240/274) |
| 4210 | 2026-05-11T18:42:30.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-05-11T18:42:30.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-05-11T18:42:30.443Z | Compiling libz-sys v1.1.24 |
| 4213 | 2026-05-11T18:42:30.575Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4214 | 2026-05-11T18:42:30.610Z | Compiling vergen-git2 v1.0.7 |
| 4215 | 2026-05-11T18:42:30.612Z | Compiling rustls v0.21.12 |
| 4216 | 2026-05-11T18:42:30.615Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4217 | 2026-05-11T18:42:30.615Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4218 | 2026-05-11T18:42:30.615Z | Checking sct v0.7.1 |
| 4219 | 2026-05-11T18:42:30.615Z | Checking rustls-webpki v0.101.7 |
| 4220 | 2026-05-11T18:42:30.786Z | Compiling nix v0.29.0 |
| 4221 | 2026-05-11T18:42:30.831Z | Compiling dropshot v0.16.7 |
| 4222 | 2026-05-11T18:42:30.889Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4223 | 2026-05-11T18:42:30.909Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4224 | 2026-05-11T18:42:30.954Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4225 | 2026-05-11T18:42:31.097Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4226 | 2026-05-11T18:42:31.126Z | Checking toml v0.9.12+spec-1.1.0 |
| 4227 | 2026-05-11T18:42:31.142Z | Compiling dropshot_endpoint v0.16.7 |
| 4228 | 2026-05-11T18:42:31.247Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4229 | 2026-05-11T18:42:31.420Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4230 | 2026-05-11T18:42:31.632Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4231 | 2026-05-11T18:42:31.700Z | Checking rustls-pemfile v1.0.4 |
| 4232 | 2026-05-11T18:42:31.839Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4233 | 2026-05-11T18:42:32.022Z | Checking twox-hash v2.1.2 |
| 4234 | 2026-05-11T18:42:32.059Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4235 | 2026-05-11T18:42:32.256Z | Checking tokio-rustls v0.24.1 |
| 4236 | 2026-05-11T18:42:32.806Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4237 | 2026-05-11T18:42:32.899Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4238 | 2026-05-11T18:42:32.917Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4239 | 2026-05-11T18:42:33.452Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4240 | 2026-05-11T18:42:33.478Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4241 | 2026-05-11T18:42:33.542Z | Checking fatfs v0.3.6 |
| 4242 | 2026-05-11T18:42:33.620Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4243 | 2026-05-11T18:42:33.669Z | Compiling seq-macro v0.3.6 |
| 4244 | 2026-05-11T18:42:37.513Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4245 | 2026-05-11T18:42:37.636Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4246 | 2026-05-11T18:42:37.873Z | Compiling git2 v0.20.4 |
| 4247 | 2026-05-11T18:42:40.088Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4248 | 2026-05-11T18:43:26.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.20s |
| 4249 | 2026-05-11T18:43:26.995Z | |
| 4250 | 2026-05-11T18:43:26.995Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274) |
| 4251 | 2026-05-11T18:43:27.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-05-11T18:43:27.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-05-11T18:43:27.892Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4254 | 2026-05-11T18:44:06.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.42s |
| 4255 | 2026-05-11T18:44:06.659Z | |
| 4256 | 2026-05-11T18:44:06.659Z | info: running `cargo check --bins` on nexus-background-task-interface (242/274) |
| 4257 | 2026-05-11T18:44:07.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-05-11T18:44:07.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-05-11T18:44:07.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-05-11T18:44:07.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4261 | 2026-05-11T18:44:07.252Z | |
| 4262 | 2026-05-11T18:44:07.252Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/274) |
| 4263 | 2026-05-11T18:44:07.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-05-11T18:44:07.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-05-11T18:44:07.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-05-11T18:44:07.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4267 | 2026-05-11T18:44:07.903Z | |
| 4268 | 2026-05-11T18:44:07.903Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274) |
| 4269 | 2026-05-11T18:44:08.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-05-11T18:44:08.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-05-11T18:44:08.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-05-11T18:44:08.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4273 | 2026-05-11T18:44:08.577Z | |
| 4274 | 2026-05-11T18:44:08.577Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (245/274) |
| 4275 | 2026-05-11T18:44:09.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-05-11T18:44:09.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-05-11T18:44:09.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-05-11T18:44:09.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4279 | 2026-05-11T18:44:09.239Z | |
| 4280 | 2026-05-11T18:44:09.239Z | info: running `cargo check --bins` on nexus-mgs-updates (246/274) |
| 4281 | 2026-05-11T18:44:09.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-05-11T18:44:09.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-05-11T18:44:09.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-05-11T18:44:09.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4285 | 2026-05-11T18:44:09.894Z | |
| 4286 | 2026-05-11T18:44:09.894Z | info: running `cargo check --bins` on nexus-networking (247/274) |
| 4287 | 2026-05-11T18:44:10.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-05-11T18:44:10.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-05-11T18:44:10.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-05-11T18:44:10.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4291 | 2026-05-11T18:44:10.562Z | |
| 4292 | 2026-05-11T18:44:10.562Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (248/274) |
| 4293 | 2026-05-11T18:44:11.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-05-11T18:44:11.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-05-11T18:44:11.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-05-11T18:44:11.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4297 | 2026-05-11T18:44:11.228Z | |
| 4298 | 2026-05-11T18:44:11.228Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274) |
| 4299 | 2026-05-11T18:44:11.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-05-11T18:44:11.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-05-11T18:44:11.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-05-11T18:44:11.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4303 | 2026-05-11T18:44:11.892Z | |
| 4304 | 2026-05-11T18:44:11.892Z | info: running `cargo check --bins` on omicron-dev (250/274) |
| 4305 | 2026-05-11T18:44:12.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-05-11T18:44:12.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-05-11T18:44:12.798Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4308 | 2026-05-11T18:44:12.798Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4309 | 2026-05-11T18:44:12.983Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4310 | 2026-05-11T18:44:13.015Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4311 | 2026-05-11T18:44:13.034Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4312 | 2026-05-11T18:44:13.053Z | Checking diff v0.1.13 |
| 4313 | 2026-05-11T18:44:13.054Z | Checking yansi v1.0.1 |
| 4314 | 2026-05-11T18:44:13.057Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4315 | 2026-05-11T18:44:13.126Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4316 | 2026-05-11T18:44:13.317Z | Checking pretty_assertions v1.4.1 |
| 4317 | 2026-05-11T18:44:13.952Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4318 | 2026-05-11T18:44:14.299Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4319 | 2026-05-11T18:44:37.737Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4320 | 2026-05-11T18:44:37.741Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4321 | 2026-05-11T18:44:37.741Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4322 | 2026-05-11T18:44:37.741Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4323 | 2026-05-11T18:44:37.741Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4324 | 2026-05-11T18:44:37.741Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4325 | 2026-05-11T18:44:38.570Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4326 | 2026-05-11T18:44:39.658Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4327 | 2026-05-11T18:45:18.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4328 | 2026-05-11T18:45:18.278Z | |
| 4329 | 2026-05-11T18:45:18.278Z | info: running `cargo check --bins` on omicron-pins (251/274) |
| 4330 | 2026-05-11T18:45:18.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-11T18:45:18.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-11T18:45:18.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-11T18:45:18.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4334 | 2026-05-11T18:45:18.875Z | |
| 4335 | 2026-05-11T18:45:18.875Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274) |
| 4336 | 2026-05-11T18:45:19.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-11T18:45:19.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-11T18:45:19.652Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4339 | 2026-05-11T18:45:19.774Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4340 | 2026-05-11T18:45:19.777Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4341 | 2026-05-11T18:45:45.374Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4342 | 2026-05-11T18:45:45.761Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4343 | 2026-05-11T18:45:47.469Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4344 | 2026-05-11T18:45:47.924Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4345 | 2026-05-11T18:45:50.861Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4346 | 2026-05-11T18:46:13.436Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4347 | 2026-05-11T18:46:14.136Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4348 | 2026-05-11T18:46:15.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.88s |
| 4349 | 2026-05-11T18:46:15.971Z | |
| 4350 | 2026-05-11T18:46:15.971Z | info: running `cargo check --bins` on reconfigurator-sp-updater (253/274) |
| 4351 | 2026-05-11T18:46:16.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4352 | 2026-05-11T18:46:16.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4353 | 2026-05-11T18:46:16.697Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4354 | 2026-05-11T18:46:17.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4355 | 2026-05-11T18:46:17.571Z | |
| 4356 | 2026-05-11T18:46:17.571Z | info: running `cargo check --bins` on omicron-releng (254/274) |
| 4357 | 2026-05-11T18:46:18.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4358 | 2026-05-11T18:46:18.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4359 | 2026-05-11T18:46:18.234Z | Compiling blake3 v1.8.3 |
| 4360 | 2026-05-11T18:46:18.343Z | Checking arrayvec v0.7.6 |
| 4361 | 2026-05-11T18:46:18.346Z | Checking constant_time_eq v0.4.2 |
| 4362 | 2026-05-11T18:46:18.346Z | Checking arrayref v0.3.9 |
| 4363 | 2026-05-11T18:46:18.364Z | Checking topological-sort v0.2.2 |
| 4364 | 2026-05-11T18:46:18.367Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4365 | 2026-05-11T18:46:18.367Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4366 | 2026-05-11T18:46:18.367Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4367 | 2026-05-11T18:46:18.416Z | Checking shell-words v1.1.1 |
| 4368 | 2026-05-11T18:46:19.131Z | Checking omicron-zone-package v0.12.2 |
| 4369 | 2026-05-11T18:46:19.844Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4370 | 2026-05-11T18:46:20.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4371 | 2026-05-11T18:46:20.865Z | |
| 4372 | 2026-05-11T18:46:20.865Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (255/274) |
| 4373 | 2026-05-11T18:46:21.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-05-11T18:46:21.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-05-11T18:46:21.516Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4376 | 2026-05-11T18:46:21.832Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4377 | 2026-05-11T18:46:22.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4378 | 2026-05-11T18:46:22.425Z | |
| 4379 | 2026-05-11T18:46:22.425Z | info: running `cargo check --bins` on schema (256/274) |
| 4380 | 2026-05-11T18:46:22.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4381 | 2026-05-11T18:46:22.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4382 | 2026-05-11T18:46:23.163Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4383 | 2026-05-11T18:46:23.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4384 | 2026-05-11T18:46:24.055Z | |
| 4385 | 2026-05-11T18:46:24.056Z | info: running `cargo check --bins` on xtask (257/274) |
| 4386 | 2026-05-11T18:46:24.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4387 | 2026-05-11T18:46:24.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4388 | 2026-05-11T18:46:24.515Z | Checking libc v0.2.185 |
| 4389 | 2026-05-11T18:46:24.595Z | Checking serde v1.0.228 |
| 4390 | 2026-05-11T18:46:24.601Z | Checking zerofrom v0.1.6 |
| 4391 | 2026-05-11T18:46:24.605Z | Checking bitflags v2.11.0 |
| 4392 | 2026-05-11T18:46:24.611Z | Checking smallvec v1.15.1 |
| 4393 | 2026-05-11T18:46:24.619Z | Checking indexmap v2.14.0 |
| 4394 | 2026-05-11T18:46:24.628Z | Checking serde_json v1.0.149 |
| 4395 | 2026-05-11T18:46:24.634Z | Checking num-traits v0.2.19 |
| 4396 | 2026-05-11T18:46:24.697Z | Checking yoke v0.8.1 |
| 4397 | 2026-05-11T18:46:24.749Z | Checking scroll v0.12.0 |
| 4398 | 2026-05-11T18:46:24.787Z | Checking thiserror v1.0.69 |
| 4399 | 2026-05-11T18:46:24.863Z | Checking zerovec v0.11.5 |
| 4400 | 2026-05-11T18:46:24.880Z | Checking zerotrie v0.2.3 |
| 4401 | 2026-05-11T18:46:24.884Z | Checking errno v0.3.14 |
| 4402 | 2026-05-11T18:46:24.973Z | Checking toml_datetime v0.6.11 |
| 4403 | 2026-05-11T18:46:24.973Z | Checking serde_spanned v0.6.9 |
| 4404 | 2026-05-11T18:46:25.005Z | Checking rustix v1.1.3 |
| 4405 | 2026-05-11T18:46:25.098Z | Checking percent-encoding v2.3.2 |
| 4406 | 2026-05-11T18:46:25.123Z | Checking log v0.4.29 |
| 4407 | 2026-05-11T18:46:25.136Z | Checking zerocopy v0.7.35 |
| 4408 | 2026-05-11T18:46:25.149Z | Checking ordered-float v2.10.1 |
| 4409 | 2026-05-11T18:46:25.157Z | Checking toml_edit v0.22.27 |
| 4410 | 2026-05-11T18:46:25.236Z | Checking form_urlencoded v1.2.2 |
| 4411 | 2026-05-11T18:46:25.249Z | Checking getrandom v0.4.1 |
| 4412 | 2026-05-11T18:46:25.270Z | Checking goblin v0.8.2 |
| 4413 | 2026-05-11T18:46:25.300Z | Checking tinystr v0.8.2 |
| 4414 | 2026-05-11T18:46:25.363Z | Checking potential_utf v0.1.4 |
| 4415 | 2026-05-11T18:46:25.373Z | Checking serde-value v0.7.0 |
| 4416 | 2026-05-11T18:46:25.385Z | Checking thiserror v2.0.18 |
| 4417 | 2026-05-11T18:46:25.479Z | Checking icu_locale_core v2.1.1 |
| 4418 | 2026-05-11T18:46:25.490Z | Checking syn v2.0.117 |
| 4419 | 2026-05-11T18:46:25.500Z | Checking icu_collections v2.1.1 |
| 4420 | 2026-05-11T18:46:25.571Z | Checking dtrace-parser v0.2.0 |
| 4421 | 2026-05-11T18:46:25.619Z | Checking thread-id v4.2.2 |
| 4422 | 2026-05-11T18:46:25.699Z | Checking once_cell v1.21.3 |
| 4423 | 2026-05-11T18:46:25.821Z | Checking terminal_size v0.4.3 |
| 4424 | 2026-05-11T18:46:25.824Z | Checking cargo-platform v0.2.0 |
| 4425 | 2026-05-11T18:46:25.824Z | Checking memmap v0.7.0 |
| 4426 | 2026-05-11T18:46:25.871Z | Checking tempfile v3.25.0 |
| 4427 | 2026-05-11T18:46:25.947Z | Checking clap_builder v4.5.60 |
| 4428 | 2026-05-11T18:46:25.967Z | Checking textwrap v0.16.2 |
| 4429 | 2026-05-11T18:46:26.022Z | Checking fs-err v3.3.0 |
| 4430 | 2026-05-11T18:46:26.025Z | Checking icu_provider v2.1.1 |
| 4431 | 2026-05-11T18:46:26.065Z | Checking camino-tempfile v1.4.1 |
| 4432 | 2026-05-11T18:46:26.175Z | Checking tabled v0.15.0 |
| 4433 | 2026-05-11T18:46:26.206Z | Checking anyhow v1.0.102 |
| 4434 | 2026-05-11T18:46:26.219Z | Checking macaddr v1.0.1 |
| 4435 | 2026-05-11T18:46:26.245Z | Checking toml v0.8.23 |
| 4436 | 2026-05-11T18:46:26.257Z | Checking icu_properties v2.1.2 |
| 4437 | 2026-05-11T18:46:26.389Z | Checking icu_normalizer v2.1.1 |
| 4438 | 2026-05-11T18:46:26.400Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4439 | 2026-05-11T18:46:26.564Z | Checking cargo_toml v0.21.0 |
| 4440 | 2026-05-11T18:46:27.050Z | Checking idna_adapter v1.2.1 |
| 4441 | 2026-05-11T18:46:27.132Z | Checking clap v4.5.60 |
| 4442 | 2026-05-11T18:46:27.143Z | Checking dof v0.3.0 |
| 4443 | 2026-05-11T18:46:27.166Z | Checking idna v1.1.0 |
| 4444 | 2026-05-11T18:46:27.385Z | Checking url v2.5.8 |
| 4445 | 2026-05-11T18:46:27.396Z | Checking usdt-impl v0.5.0 |
| 4446 | 2026-05-11T18:46:27.624Z | Checking usdt v0.5.0 |
| 4447 | 2026-05-11T18:46:27.726Z | Checking cargo-util-schemas v0.8.2 |
| 4448 | 2026-05-11T18:46:28.409Z | Checking cargo_metadata v0.21.0 |
| 4449 | 2026-05-11T18:46:29.017Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4450 | 2026-05-11T18:46:29.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
| 4451 | 2026-05-11T18:46:29.553Z | |
| 4452 | 2026-05-11T18:46:29.553Z | info: running `cargo check --bins` on dnsadm (258/274) |
| 4453 | 2026-05-11T18:46:30.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-05-11T18:46:30.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-05-11T18:46:30.200Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4456 | 2026-05-11T18:46:30.667Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4457 | 2026-05-11T18:46:31.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4458 | 2026-05-11T18:46:31.255Z | |
| 4459 | 2026-05-11T18:46:31.255Z | info: running `cargo check --bins` on end-to-end-tests (259/274) |
| 4460 | 2026-05-11T18:46:31.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-05-11T18:46:31.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-05-11T18:46:32.061Z | Checking polyval v0.6.2 |
| 4463 | 2026-05-11T18:46:32.188Z | Checking ctr v0.9.2 |
| 4464 | 2026-05-11T18:46:32.212Z | Checking ssh-encoding v0.2.0 |
| 4465 | 2026-05-11T18:46:32.213Z | Checking blowfish v0.9.1 |
| 4466 | 2026-05-11T18:46:32.222Z | Checking password-hash v0.4.2 |
| 4467 | 2026-05-11T18:46:32.232Z | Checking p256 v0.13.2 |
| 4468 | 2026-05-11T18:46:32.232Z | Checking p521 v0.13.3 |
| 4469 | 2026-05-11T18:46:32.264Z | Checking russh-cryptovec v0.7.3 |
| 4470 | 2026-05-11T18:46:32.328Z | Checking ghash v0.5.1 |
| 4471 | 2026-05-11T18:46:32.345Z | Checking bcrypt-pbkdf v0.10.0 |
| 4472 | 2026-05-11T18:46:32.368Z | Checking md5 v0.7.0 |
| 4473 | 2026-05-11T18:46:32.381Z | Checking num-bigint v0.4.6 |
| 4474 | 2026-05-11T18:46:32.385Z | Checking des v0.8.1 |
| 4475 | 2026-05-11T18:46:32.422Z | Checking pbkdf2 v0.11.0 |
| 4476 | 2026-05-11T18:46:32.460Z | Checking aes-gcm v0.10.3 |
| 4477 | 2026-05-11T18:46:32.468Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4478 | 2026-05-11T18:46:32.508Z | Checking hex-literal v0.4.1 |
| 4479 | 2026-05-11T18:46:32.515Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4480 | 2026-05-11T18:46:32.571Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4481 | 2026-05-11T18:46:32.592Z | Checking socket2 v0.5.10 |
| 4482 | 2026-05-11T18:46:32.608Z | Checking internet-checksum v0.2.1 |
| 4483 | 2026-05-11T18:46:32.608Z | Checking ssh-cipher v0.2.0 |
| 4484 | 2026-05-11T18:46:32.773Z | Checking ssh-key v0.6.7 |
| 4485 | 2026-05-11T18:46:32.852Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4486 | 2026-05-11T18:46:33.401Z | Checking russh-keys v0.45.0 |
| 4487 | 2026-05-11T18:46:33.947Z | Checking russh v0.45.0 |
| 4488 | 2026-05-11T18:46:48.828Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4489 | 2026-05-11T18:46:50.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s |
| 4490 | 2026-05-11T18:46:50.245Z | |
| 4491 | 2026-05-11T18:46:50.245Z | info: running `cargo check --bins` on gateway-cli (260/274) |
| 4492 | 2026-05-11T18:46:50.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-05-11T18:46:50.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-05-11T18:46:50.894Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4495 | 2026-05-11T18:46:51.005Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4496 | 2026-05-11T18:46:51.020Z | Checking termios v0.3.3 |
| 4497 | 2026-05-11T18:46:52.195Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4498 | 2026-05-11T18:46:52.342Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4499 | 2026-05-11T18:46:54.104Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4500 | 2026-05-11T18:46:54.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 4501 | 2026-05-11T18:46:54.850Z | |
| 4502 | 2026-05-11T18:46:54.850Z | info: running `cargo check --bins --no-default-features` on installinator (261/274) |
| 4503 | 2026-05-11T18:46:55.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4504 | 2026-05-11T18:46:55.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4505 | 2026-05-11T18:46:55.573Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4506 | 2026-05-11T18:46:55.691Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4507 | 2026-05-11T18:46:55.697Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4508 | 2026-05-11T18:46:55.701Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4509 | 2026-05-11T18:46:55.712Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4510 | 2026-05-11T18:46:55.722Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4511 | 2026-05-11T18:46:56.437Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4512 | 2026-05-11T18:46:56.786Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4513 | 2026-05-11T18:46:56.800Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4514 | 2026-05-11T18:46:57.410Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4515 | 2026-05-11T18:46:59.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 4516 | 2026-05-11T18:46:59.248Z | |
| 4517 | 2026-05-11T18:46:59.248Z | info: running `cargo check --bins` on internal-dns-cli (262/274) |
| 4518 | 2026-05-11T18:46:59.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4519 | 2026-05-11T18:46:59.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4520 | 2026-05-11T18:46:59.887Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4521 | 2026-05-11T18:47:00.330Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4522 | 2026-05-11T18:47:00.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4523 | 2026-05-11T18:47:00.827Z | |
| 4524 | 2026-05-11T18:47:00.827Z | info: running `cargo check --bins` on omicron-live-tests (263/274) |
| 4525 | 2026-05-11T18:47:01.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4526 | 2026-05-11T18:47:01.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4527 | 2026-05-11T18:47:01.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4528 | 2026-05-11T18:47:01.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4529 | 2026-05-11T18:47:01.424Z | |
| 4530 | 2026-05-11T18:47:01.424Z | info: running `cargo check --bins` on live-tests-macros (264/274) |
| 4531 | 2026-05-11T18:47:01.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4532 | 2026-05-11T18:47:01.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4533 | 2026-05-11T18:47:01.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4534 | 2026-05-11T18:47:01.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4535 | 2026-05-11T18:47:02.019Z | |
| 4536 | 2026-05-11T18:47:02.020Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274) |
| 4537 | 2026-05-11T18:47:02.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-05-11T18:47:02.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-05-11T18:47:02.782Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4540 | 2026-05-11T18:47:03.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4541 | 2026-05-11T18:47:03.594Z | |
| 4542 | 2026-05-11T18:47:03.594Z | info: running `cargo check --bins` on omicron-ntp-admin (266/274) |
| 4543 | 2026-05-11T18:47:04.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-05-11T18:47:04.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-05-11T18:47:04.250Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4546 | 2026-05-11T18:47:04.253Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4547 | 2026-05-11T18:47:04.501Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4548 | 2026-05-11T18:47:04.501Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4549 | 2026-05-11T18:47:05.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4550 | 2026-05-11T18:47:05.472Z | |
| 4551 | 2026-05-11T18:47:05.472Z | info: running `cargo check --bins` on ntp-admin-types (267/274) |
| 4552 | 2026-05-11T18:47:05.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4553 | 2026-05-11T18:47:05.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4554 | 2026-05-11T18:47:05.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4555 | 2026-05-11T18:47:05.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4556 | 2026-05-11T18:47:06.068Z | |
| 4557 | 2026-05-11T18:47:06.068Z | info: running `cargo check --bins` on omicron-package (268/274) |
| 4558 | 2026-05-11T18:47:06.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4559 | 2026-05-11T18:47:06.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4560 | 2026-05-11T18:47:06.756Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4561 | 2026-05-11T18:47:07.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4562 | 2026-05-11T18:47:08.016Z | |
| 4563 | 2026-05-11T18:47:08.016Z | info: running `cargo check --bins` on tqdb (269/274) |
| 4564 | 2026-05-11T18:47:08.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4565 | 2026-05-11T18:47:08.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4566 | 2026-05-11T18:47:08.803Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4567 | 2026-05-11T18:47:09.150Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4568 | 2026-05-11T18:47:09.655Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4569 | 2026-05-11T18:47:09.658Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4570 | 2026-05-11T18:47:15.382Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4571 | 2026-05-11T18:47:15.385Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4572 | 2026-05-11T18:47:15.945Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4573 | 2026-05-11T18:47:15.948Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4574 | 2026-05-11T18:47:15.949Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4575 | 2026-05-11T18:47:15.949Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4576 | 2026-05-11T18:47:16.703Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4577 | 2026-05-11T18:47:17.659Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4578 | 2026-05-11T18:47:18.412Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4579 | 2026-05-11T18:47:19.031Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4580 | 2026-05-11T18:47:23.350Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4581 | 2026-05-11T18:47:29.504Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4582 | 2026-05-11T18:47:29.507Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4583 | 2026-05-11T18:47:29.507Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4584 | 2026-05-11T18:47:29.507Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4585 | 2026-05-11T18:47:30.976Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4586 | 2026-05-11T18:47:32.309Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4587 | 2026-05-11T18:47:32.979Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4588 | 2026-05-11T18:47:34.225Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4589 | 2026-05-11T18:47:34.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.75s |
| 4590 | 2026-05-11T18:47:34.982Z | |
| 4591 | 2026-05-11T18:47:34.982Z | info: running `cargo check --bins` on wicket-dbg (270/274) |
| 4592 | 2026-05-11T18:47:35.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4593 | 2026-05-11T18:47:35.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4594 | 2026-05-11T18:47:35.701Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4595 | 2026-05-11T18:47:35.701Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4596 | 2026-05-11T18:47:35.704Z | Checking rtoolbox v0.0.3 |
| 4597 | 2026-05-11T18:47:35.827Z | Checking tui-tree-widget v0.23.1 |
| 4598 | 2026-05-11T18:47:35.923Z | Checking rpassword v7.4.0 |
| 4599 | 2026-05-11T18:47:36.920Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4600 | 2026-05-11T18:47:39.871Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4601 | 2026-05-11T18:47:41.691Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4602 | 2026-05-11T18:47:42.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s |
| 4603 | 2026-05-11T18:47:42.788Z | |
| 4604 | 2026-05-11T18:47:42.788Z | info: running `cargo check --bins` on wicket (271/274) |
| 4605 | 2026-05-11T18:47:43.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4606 | 2026-05-11T18:47:43.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4607 | 2026-05-11T18:47:43.486Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4608 | 2026-05-11T18:47:43.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4609 | 2026-05-11T18:47:44.057Z | |
| 4610 | 2026-05-11T18:47:44.057Z | info: running `cargo check --bins` on wicketd (272/274) |
| 4611 | 2026-05-11T18:47:44.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-05-11T18:47:44.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-05-11T18:47:44.780Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4614 | 2026-05-11T18:47:44.783Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4615 | 2026-05-11T18:47:44.783Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4616 | 2026-05-11T18:47:44.783Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4617 | 2026-05-11T18:47:45.759Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4618 | 2026-05-11T18:47:46.329Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4619 | 2026-05-11T18:47:49.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 4620 | 2026-05-11T18:47:49.451Z | |
| 4621 | 2026-05-11T18:47:49.451Z | info: running `cargo check --bins` on omicron-workspace-hack (273/274) |
| 4622 | 2026-05-11T18:47:49.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4623 | 2026-05-11T18:47:49.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4624 | 2026-05-11T18:47:49.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4625 | 2026-05-11T18:47:49.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4626 | 2026-05-11T18:47:50.041Z | |
| 4627 | 2026-05-11T18:47:50.041Z | info: running `cargo check --bins` on zone-setup (274/274) |
| 4628 | 2026-05-11T18:47:50.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4629 | 2026-05-11T18:47:50.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4630 | 2026-05-11T18:47:50.714Z | Checking uzers v0.12.2 |
| 4631 | 2026-05-11T18:47:50.983Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4632 | 2026-05-11T18:47:51.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4633 | 2026-05-11T18:47:51.947Z | |
| 4634 | 2026-05-11T18:47:51.947Z | real 14:06.100684736 |
| 4635 | 2026-05-11T18:47:51.948Z | user 20:32.216373482 |
| 4636 | 2026-05-11T18:47:51.948Z | sys 4:13.208688379 |
| 4637 | 2026-05-11T18:47:51.948Z | trap 0.331312121 |
| 4638 | 2026-05-11T18:47:51.948Z | tflt 1.009724316 |
| 4639 | 2026-05-11T18:47:51.948Z | dflt 1.419234552 |
| 4640 | 2026-05-11T18:47:51.948Z | kflt 0.029006130 |
| 4641 | 2026-05-11T18:47:51.948Z | lock 1:16:32.328704641 |
| 4642 | 2026-05-11T18:47:51.948Z | slp 1:38:01.151107259 |
| 4643 | 2026-05-11T18:47:51.948Z | lat 58.827556781 |
| 4644 | 2026-05-11T18:47:51.948Z | stop 3:35.723088056 |
| 4645 | 2026-05-11T18:47:51.951Z | process exited: duration 981302 ms, exit code 0 |
| |
| 4646 | 2026-05-11T18:47:51.957Z | found 0 output files |