|
|
|
| 1 | 2026-05-22T21:25:32.046Z | job assigned to worker 01KS8S78NVKH1A4X4CDBN8RPGX [factory aws, i-029823eeb81a5e8cd] (queued for 52 s) |
| |
| 2 | 2026-05-22T21:25:39.177Z | starting task 0: "setup" |
| 3 | 2026-05-22T21:25:39.186Z | ++ uname -s |
| 4 | 2026-05-22T21:25:39.189Z | + kern=SunOS |
| 5 | 2026-05-22T21:25:39.189Z | + build_user=build |
| 6 | 2026-05-22T21:25:39.189Z | + build_uid=12345 |
| 7 | 2026-05-22T21:25:39.189Z | + work_dir=/work |
| 8 | 2026-05-22T21:25:39.189Z | + input_dir=/input |
| 9 | 2026-05-22T21:25:39.189Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T21:25:39.189Z | + case "$kern" in |
| 11 | 2026-05-22T21:25:39.189Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T21:25:39.200Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T21:25:41.209Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T21:25:41.255Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T21:25:41.258Z | + home_fs=zfs |
| 16 | 2026-05-22T21:25:41.258Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T21:25:41.258Z | + mkdir -p /home/build |
| 18 | 2026-05-22T21:25:41.258Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T21:25:43.259Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T21:25:43.263Z | process exited: duration 4088 ms, exit code 0 |
| |
| 21 | 2026-05-22T21:25:43.270Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T21:25:43.274Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-22T21:25:43.274Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-22T21:25:43.274Z | * rust toolchain profile = "default" |
| 25 | 2026-05-22T21:25:43.274Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-22T21:25:43.274Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T21:25:43.274Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-22T21:25:43.277Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T21:25:43.277Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-22T21:25:43.382Z | info: downloading installer |
| 31 | 2026-05-22T21:25:44.737Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T21:25:44.737Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T21:25:44.737Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T21:25:44.737Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T21:25:44.750Z | info: profile set to default |
| 36 | 2026-05-22T21:25:44.750Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T21:25:44.753Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T21:25:44.885Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-22T21:25:44.888Z | info: downloading 6 components |
| 40 | 2026-05-22T21:25:59.946Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T21:25:59.946Z | |
| 42 | 2026-05-22T21:25:59.974Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-22T21:25:59.974Z | |
| 44 | 2026-05-22T21:25:59.974Z | |
| 45 | 2026-05-22T21:25:59.974Z | Rust is installed now. Great! |
| 46 | 2026-05-22T21:25:59.974Z | |
| 47 | 2026-05-22T21:25:59.978Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T21:25:59.978Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T21:25:59.978Z | |
| 50 | 2026-05-22T21:25:59.978Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T21:25:59.979Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T21:25:59.979Z | |
| 53 | 2026-05-22T21:25:59.979Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T21:25:59.979Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T21:25:59.979Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T21:25:59.979Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T21:25:59.979Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T21:25:59.979Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T21:25:59.979Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T21:25:59.979Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T21:25:59.979Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T21:26:00.060Z | + rustup --version |
| 63 | 2026-05-22T21:26:00.069Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T21:26:00.072Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T21:26:00.090Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-22T21:26:00.093Z | + cargo --version |
| 67 | 2026-05-22T21:26:00.106Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-22T21:26:00.110Z | + rustc --version |
| 69 | 2026-05-22T21:26:00.128Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-22T21:26:00.132Z | process exited: duration 16860 ms, exit code 0 |
| |
| 71 | 2026-05-22T21:26:00.140Z | starting task 2: "authentication" |
| 72 | 2026-05-22T21:26:00.156Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-22T21:26:00.174Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T21:26:00.177Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-22T21:26:00.181Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-22T21:26:00.214Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-22T21:26:10.589Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-22T21:26:10.589Z | + git fetch origin dd347a40fafd94a70d9c67f8f124788c46d922eb |
| 79 | 2026-05-22T21:26:10.884Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-22T21:26:10.884Z | * branch dd347a40fafd94a70d9c67f8f124788c46d922eb -> FETCH_HEAD |
| 81 | 2026-05-22T21:26:10.892Z | + [[ -n emunn/omdb-db-system-version ]] |
| 82 | 2026-05-22T21:26:10.895Z | ++ git branch --show-current |
| 83 | 2026-05-22T21:26:10.897Z | + current=main |
| 84 | 2026-05-22T21:26:10.897Z | + [[ main != emunn/omdb-db-system-version ]] |
| 85 | 2026-05-22T21:26:10.897Z | + git branch -f emunn/omdb-db-system-version dd347a40fafd94a70d9c67f8f124788c46d922eb |
| 86 | 2026-05-22T21:26:10.900Z | + git checkout -f emunn/omdb-db-system-version |
| 87 | 2026-05-22T21:26:11.134Z | Switched to branch 'emunn/omdb-db-system-version' |
| 88 | 2026-05-22T21:26:11.137Z | + git reset --hard dd347a40fafd94a70d9c67f8f124788c46d922eb |
| 89 | 2026-05-22T21:26:11.374Z | HEAD is now at dd347a40f Change the sorting order for --all, keep the convention in omdb db saga and omdb nexus blueprints list |
| 90 | 2026-05-22T21:26:11.377Z | process exited: duration 11202 ms, exit code 0 |
| |
| 91 | 2026-05-22T21:26:11.383Z | starting task 4: "build" |
| 92 | 2026-05-22T21:26:11.387Z | + source ./env.sh |
| 93 | 2026-05-22T21:26:11.387Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-22T21:26:11.387Z | ++ set -o xtrace |
| 95 | 2026-05-22T21:26:11.390Z | ++++ dirname ./env.sh |
| 96 | 2026-05-22T21:26:11.402Z | +++ readlink -f . |
| 97 | 2026-05-22T21:26:11.406Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-22T21:26:11.406Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-22T21:26:11.406Z | ++ 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-22T21:26:11.409Z | ++ 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 |
| 101 | 2026-05-22T21:26:11.409Z | ++ 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-22T21:26:11.409Z | ++ 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 |
| 103 | 2026-05-22T21:26:11.409Z | ++ 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-22T21:26:11.409Z | ++ 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 |
| 105 | 2026-05-22T21:26:11.409Z | ++ 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-22T21:26:11.409Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-22T21:26:11.409Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-22T21:26:11.409Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-22T21:26:11.409Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-22T21:26:11.409Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-22T21:26:11.409Z | + cargo --version |
| 112 | 2026-05-22T21:26:11.417Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-22T21:26:11.419Z | + rustc --version |
| 114 | 2026-05-22T21:26:11.439Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-22T21:26:11.442Z | + banner prerequisites |
| 116 | 2026-05-22T21:26:11.445Z | |
| 117 | 2026-05-22T21:26:11.445Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-22T21:26:11.445Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-22T21:26:11.445Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-22T21:26:11.445Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-22T21:26:11.445Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-22T21:26:11.445Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-22T21:26:11.445Z | |
| 124 | 2026-05-22T21:26:11.445Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-22T21:26:13.127Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-22T21:26:13.196Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-22T21:26:13.462Z | Planning: Solver setup ... Done (0.230s) |
| 128 | 2026-05-22T21:26:13.480Z | Planning: Running solver ... Done (0.019s) |
| 129 | 2026-05-22T21:26:13.488Z | Planning: Finding local manifests ... Done (0.004s) |
| 130 | 2026-05-22T21:26:13.499Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-22T21:26:13.514Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-22T21:26:13.528Z | Planning: Package planning ... Done (0.014s) |
| 133 | 2026-05-22T21:26:13.530Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-22T21:26:13.718Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 135 | 2026-05-22T21:26:13.720Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-22T21:26:14.524Z | Planning: Evaluating mediators ... Done (0.806s) |
| 137 | 2026-05-22T21:26:14.527Z | Planning: Planning completed in 1.31 seconds |
| 138 | 2026-05-22T21:26:14.533Z | Packages to install: 2 |
| 139 | 2026-05-22T21:26:14.533Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-22T21:26:14.534Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-22T21:26:14.537Z | Create boot environment: No |
| 142 | 2026-05-22T21:26:14.537Z | Create backup boot environment: No |
| 143 | 2026-05-22T21:26:14.537Z | Rebuild boot archive: No |
| 144 | 2026-05-22T21:26:14.537Z | |
| 145 | 2026-05-22T21:26:14.537Z | Changed packages: |
| 146 | 2026-05-22T21:26:14.537Z | helios |
| 147 | 2026-05-22T21:26:14.537Z | developer/build-essential |
| 148 | 2026-05-22T21:26:14.537Z | None -> 11-3.0 |
| 149 | 2026-05-22T21:26:14.537Z | library/libxmlsec1 |
| 150 | 2026-05-22T21:26:14.537Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-22T21:26:14.557Z | |
| 152 | 2026-05-22T21:26:14.557Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-22T21:26:15.271Z | Download: Completed 1.28 MB in 0.71 seconds (1.8M/s) |
| 154 | 2026-05-22T21:26:15.394Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-22T21:26:15.445Z | Actions: Completed 268 actions in 0.05 seconds. |
| 156 | 2026-05-22T21:26:15.475Z | Finalize: Updating package state database ... Done (0.030s) |
| 157 | 2026-05-22T21:26:15.475Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-22T21:26:15.494Z | Finalize: Updating image state ... Done (0.018s) |
| 159 | 2026-05-22T21:26:17.894Z | Finalize: Creating fast lookup database ... Done (2.378s) |
| 160 | 2026-05-22T21:26:17.963Z | Finalize: Reading search index ... Done (0.013s) |
| 161 | 2026-05-22T21:26:17.966Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-22T21:26:18.043Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-22T21:26:18.349Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-22T21:26:18.455Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-22T21:26:18.458Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-22T21:26:18.616Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-22T21:26:18.619Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-22T21:26:18.639Z | Mediators to change: 2 |
| 169 | 2026-05-22T21:26:18.639Z | Create boot environment: No |
| 170 | 2026-05-22T21:26:18.639Z | Create backup boot environment: No |
| 171 | 2026-05-22T21:26:18.709Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-22T21:26:18.709Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-22T21:26:18.720Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-22T21:26:20.666Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-22T21:26:20.729Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-22T21:26:20.733Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-22T21:26:20.800Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-22T21:26:21.088Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-22T21:26:21.195Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-22T21:26:21.199Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-22T21:26:21.357Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-22T21:26:21.359Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-22T21:26:21.380Z | Mediators to change: 1 |
| 184 | 2026-05-22T21:26:21.380Z | Create boot environment: No |
| 185 | 2026-05-22T21:26:21.380Z | Create backup boot environment: No |
| 186 | 2026-05-22T21:26:21.437Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-22T21:26:21.437Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-22T21:26:21.447Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-22T21:26:23.403Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-22T21:26:23.466Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-22T21:26:23.469Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-22T21:26:23.535Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-22T21:26:23.849Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-22T21:26:23.849Z | apache system 2.4 system |
| 195 | 2026-05-22T21:26:23.849Z | clang system 15 system |
| 196 | 2026-05-22T21:26:23.849Z | csh system system illumos |
| 197 | 2026-05-22T21:26:23.849Z | ctags system system illumos |
| 198 | 2026-05-22T21:26:23.849Z | file vendor vendor darwinsys |
| 199 | 2026-05-22T21:26:23.849Z | file system system illumos |
| 200 | 2026-05-22T21:26:23.849Z | gcc vendor 14 vendor |
| 201 | 2026-05-22T21:26:23.849Z | gcc system 13 system |
| 202 | 2026-05-22T21:26:23.849Z | gcc system 10 system |
| 203 | 2026-05-22T21:26:23.849Z | go system 1.25 system |
| 204 | 2026-05-22T21:26:23.849Z | llvm system 15 system |
| 205 | 2026-05-22T21:26:23.849Z | mariadb system 11.4 system |
| 206 | 2026-05-22T21:26:23.849Z | mta vendor vendor dma |
| 207 | 2026-05-22T21:26:23.849Z | openjdk system 17 system |
| 208 | 2026-05-22T21:26:23.849Z | openjdk system 11 system |
| 209 | 2026-05-22T21:26:23.849Z | openssl vendor 3 vendor |
| 210 | 2026-05-22T21:26:23.849Z | perl system 5.40 system |
| 211 | 2026-05-22T21:26:23.849Z | postgresql system 18 system |
| 212 | 2026-05-22T21:26:23.849Z | postgresql system 17 system |
| 213 | 2026-05-22T21:26:23.849Z | python vendor 3 vendor |
| 214 | 2026-05-22T21:26:23.849Z | python system 2 system |
| 215 | 2026-05-22T21:26:23.849Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-22T21:26:23.849Z | ruby system 3.4 system |
| 217 | 2026-05-22T21:26:23.849Z | ruby system 3.0 system |
| 218 | 2026-05-22T21:26:23.849Z | words vendor vendor american-english |
| 219 | 2026-05-22T21:26:23.849Z | words system system australian-english |
| 220 | 2026-05-22T21:26:23.850Z | words system system british-english |
| 221 | 2026-05-22T21:26:23.850Z | words system system canadian-english |
| 222 | 2026-05-22T21:26:23.850Z | words system system french |
| 223 | 2026-05-22T21:26:23.850Z | words system system italian |
| 224 | 2026-05-22T21:26:23.850Z | words system system ngerman |
| 225 | 2026-05-22T21:26:23.850Z | words system system ogerman |
| 226 | 2026-05-22T21:26:23.850Z | words system system spanish |
| 227 | 2026-05-22T21:26:24.109Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-22T21:26:24.109Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-22T21:26:24.386Z | FMRI IFO |
| 230 | 2026-05-22T21:26:24.386Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-22T21:26:24.386Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-22T21:26:24.386Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-22T21:26:24.386Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-22T21:26:24.386Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-22T21:26:24.386Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-22T21:26:24.386Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-22T21:26:24.386Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-22T21:26:24.386Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-22T21:26:24.632Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-22T21:26:24.896Z | Updating crates.io index |
| 241 | 2026-05-22T21:26:24.899Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-22T21:26:25.166Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-22T21:26:25.938Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-22T21:26:26.390Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-22T21:26:27.433Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-22T21:26:27.983Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-22T21:26:29.316Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-22T21:26:30.066Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-22T21:26:30.488Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-22T21:26:31.307Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-22T21:26:31.686Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-22T21:26:32.165Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-22T21:26:32.474Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-22T21:26:33.499Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-22T21:26:33.999Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-22T21:26:34.299Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-22T21:26:34.542Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-22T21:26:34.856Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-22T21:26:35.249Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-22T21:26:35.595Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-22T21:26:35.833Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-22T21:26:36.091Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-22T21:26:36.541Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-22T21:26:36.879Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-22T21:26:37.480Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-22T21:26:37.769Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-22T21:26:38.062Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-22T21:26:38.350Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-22T21:26:39.763Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-05-22T21:26:40.271Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-22T21:26:40.742Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-22T21:26:40.982Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-22T21:26:41.354Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-22T21:26:41.673Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-22T21:26:42.017Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-22T21:26:42.558Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-22T21:26:42.812Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-22T21:26:43.127Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-22T21:26:43.470Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-22T21:26:55.108Z | Downloading crates ... |
| 281 | 2026-05-22T21:26:55.164Z | Downloaded camino-tempfile v1.4.1 |
| 282 | 2026-05-22T21:26:55.167Z | Downloaded camino v1.2.2 |
| 283 | 2026-05-22T21:26:55.167Z | Downloaded anstream v0.6.21 |
| 284 | 2026-05-22T21:26:55.170Z | Downloaded cfg-if v1.0.4 |
| 285 | 2026-05-22T21:26:55.170Z | Downloaded byteorder v1.5.0 |
| 286 | 2026-05-22T21:26:55.173Z | Downloaded errno v0.3.14 |
| 287 | 2026-05-22T21:26:55.173Z | Downloaded thiserror v2.0.18 |
| 288 | 2026-05-22T21:26:55.176Z | Downloaded serde_core v1.0.228 |
| 289 | 2026-05-22T21:26:55.176Z | Downloaded cargo-platform v0.2.0 |
| 290 | 2026-05-22T21:26:55.179Z | Downloaded anstyle v1.0.13 |
| 291 | 2026-05-22T21:26:55.179Z | Downloaded unicode-ident v1.0.24 |
| 292 | 2026-05-22T21:26:55.179Z | Downloaded block-buffer v0.10.4 |
| 293 | 2026-05-22T21:26:55.182Z | Downloaded scroll_derive v0.12.1 |
| 294 | 2026-05-22T21:26:55.182Z | Downloaded thread-id v4.2.2 |
| 295 | 2026-05-22T21:26:55.182Z | Downloaded cargo_toml v0.21.0 |
| 296 | 2026-05-22T21:26:55.185Z | Downloaded utf8_iter v1.0.4 |
| 297 | 2026-05-22T21:26:55.185Z | Downloaded unicode-xid v0.2.6 |
| 298 | 2026-05-22T21:26:55.185Z | Downloaded typeid v1.0.3 |
| 299 | 2026-05-22T21:26:55.185Z | Downloaded usdt v0.5.0 |
| 300 | 2026-05-22T21:26:55.189Z | Downloaded serde-untagged v0.1.9 |
| 301 | 2026-05-22T21:26:55.189Z | Downloaded once_cell v1.21.3 |
| 302 | 2026-05-22T21:26:55.189Z | Downloaded autocfg v1.5.0 |
| 303 | 2026-05-22T21:26:55.191Z | Downloaded zerofrom v0.1.6 |
| 304 | 2026-05-22T21:26:55.191Z | Downloaded tinystr v0.8.2 |
| 305 | 2026-05-22T21:26:55.194Z | Downloaded zmij v1.0.21 |
| 306 | 2026-05-22T21:26:55.197Z | Downloaded bitflags v2.11.0 |
| 307 | 2026-05-22T21:26:55.200Z | Downloaded zerofrom-derive v0.1.6 |
| 308 | 2026-05-22T21:26:55.202Z | Downloaded toml_datetime v0.6.11 |
| 309 | 2026-05-22T21:26:55.202Z | Downloaded yoke-derive v0.8.1 |
| 310 | 2026-05-22T21:26:55.202Z | Downloaded clap_derive v4.5.55 |
| 311 | 2026-05-22T21:26:55.205Z | Downloaded utf8parse v0.2.2 |
| 312 | 2026-05-22T21:26:55.205Z | Downloaded icu_provider v2.1.1 |
| 313 | 2026-05-22T21:26:55.208Z | Downloaded zerovec-derive v0.11.2 |
| 314 | 2026-05-22T21:26:55.208Z | Downloaded thiserror-impl v2.0.18 |
| 315 | 2026-05-22T21:26:55.211Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-05-22T21:26:55.211Z | Downloaded macaddr v1.0.1 |
| 317 | 2026-05-22T21:26:55.214Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2026-05-22T21:26:55.214Z | Downloaded version_check v0.9.5 |
| 319 | 2026-05-22T21:26:55.214Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-05-22T21:26:55.214Z | Downloaded serde_tokenstream v0.2.3 |
| 321 | 2026-05-22T21:26:55.216Z | Downloaded litemap v0.8.1 |
| 322 | 2026-05-22T21:26:55.219Z | Downloaded usdt-impl v0.5.0 |
| 323 | 2026-05-22T21:26:55.222Z | Downloaded percent-encoding v2.3.2 |
| 324 | 2026-05-22T21:26:55.222Z | Downloaded crypto-common v0.1.7 |
| 325 | 2026-05-22T21:26:55.222Z | Downloaded toml v0.8.23 |
| 326 | 2026-05-22T21:26:55.224Z | Downloaded colorchoice v1.0.4 |
| 327 | 2026-05-22T21:26:55.224Z | Downloaded usdt-attr-macro v0.5.0 |
| 328 | 2026-05-22T21:26:55.225Z | Downloaded memmap v0.7.0 |
| 329 | 2026-05-22T21:26:55.227Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-05-22T21:26:55.227Z | Downloaded ucd-trie v0.1.7 |
| 331 | 2026-05-22T21:26:55.230Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2026-05-22T21:26:55.233Z | Downloaded pretty-hex v0.4.1 |
| 333 | 2026-05-22T21:26:55.233Z | Downloaded yoke v0.8.1 |
| 334 | 2026-05-22T21:26:55.236Z | Downloaded ordered-float v2.10.1 |
| 335 | 2026-05-22T21:26:55.236Z | Downloaded typenum v1.19.0 |
| 336 | 2026-05-22T21:26:55.236Z | Downloaded cpufeatures v0.2.17 |
| 337 | 2026-05-22T21:26:55.238Z | Downloaded plain v0.2.3 |
| 338 | 2026-05-22T21:26:55.238Z | Downloaded thiserror-impl v1.0.69 |
| 339 | 2026-05-22T21:26:55.238Z | Downloaded fastrand v2.3.0 |
| 340 | 2026-05-22T21:26:55.241Z | Downloaded equivalent v1.0.2 |
| 341 | 2026-05-22T21:26:55.244Z | Downloaded displaydoc v0.2.5 |
| 342 | 2026-05-22T21:26:55.246Z | Downloaded writeable v0.6.2 |
| 343 | 2026-05-22T21:26:55.249Z | Downloaded clap_lex v1.0.0 |
| 344 | 2026-05-22T21:26:55.251Z | Downloaded strsim v0.11.1 |
| 345 | 2026-05-22T21:26:55.254Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-05-22T21:26:55.254Z | Downloaded potential_utf v0.1.4 |
| 347 | 2026-05-22T21:26:55.254Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-05-22T21:26:55.257Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-05-22T21:26:55.257Z | Downloaded serde_spanned v0.6.9 |
| 350 | 2026-05-22T21:26:55.260Z | Downloaded heck v0.5.0 |
| 351 | 2026-05-22T21:26:55.263Z | Downloaded dtrace-parser v0.2.0 |
| 352 | 2026-05-22T21:26:55.263Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-05-22T21:26:55.266Z | Downloaded anstyle-query v1.1.5 |
| 354 | 2026-05-22T21:26:55.269Z | Downloaded zerovec v0.11.5 |
| 355 | 2026-05-22T21:26:55.272Z | Downloaded itoa v1.0.17 |
| 356 | 2026-05-22T21:26:55.272Z | Downloaded url v2.5.8 |
| 357 | 2026-05-22T21:26:55.272Z | Downloaded zerotrie v0.2.3 |
| 358 | 2026-05-22T21:26:55.277Z | Downloaded dof v0.3.0 |
| 359 | 2026-05-22T21:26:55.277Z | Downloaded generic-array v0.14.7 |
| 360 | 2026-05-22T21:26:55.280Z | Downloaded zerocopy v0.7.35 |
| 361 | 2026-05-22T21:26:55.285Z | Downloaded terminal_size v0.4.3 |
| 362 | 2026-05-22T21:26:55.288Z | Downloaded swrite v0.1.0 |
| 363 | 2026-05-22T21:26:55.288Z | Downloaded stable_deref_trait v1.2.1 |
| 364 | 2026-05-22T21:26:55.288Z | Downloaded serde-value v0.7.0 |
| 365 | 2026-05-22T21:26:55.288Z | Downloaded proc-macro-error-attr v1.0.4 |
| 366 | 2026-05-22T21:26:55.292Z | Downloaded form_urlencoded v1.2.2 |
| 367 | 2026-05-22T21:26:55.292Z | Downloaded fnv v1.0.7 |
| 368 | 2026-05-22T21:26:55.295Z | Downloaded winnow v0.7.14 |
| 369 | 2026-05-22T21:26:55.300Z | Downloaded anstyle-parse v0.2.7 |
| 370 | 2026-05-22T21:26:55.303Z | Downloaded unicode-width v0.2.0 |
| 371 | 2026-05-22T21:26:55.306Z | Downloaded unicode-width v0.1.14 |
| 372 | 2026-05-22T21:26:55.308Z | Downloaded sha2 v0.10.9 |
| 373 | 2026-05-22T21:26:55.311Z | Downloaded idna_adapter v1.2.1 |
| 374 | 2026-05-22T21:26:55.311Z | Downloaded icu_collections v2.1.1 |
| 375 | 2026-05-22T21:26:55.318Z | Downloaded quote v1.0.45 |
| 376 | 2026-05-22T21:26:55.321Z | Downloaded heck v0.4.1 |
| 377 | 2026-05-22T21:26:55.324Z | Downloaded cargo_metadata v0.21.0 |
| 378 | 2026-05-22T21:26:55.326Z | Downloaded smawk v0.3.2 |
| 379 | 2026-05-22T21:26:55.326Z | Downloaded proc-macro-error v1.0.4 |
| 380 | 2026-05-22T21:26:55.329Z | Downloaded scroll v0.12.0 |
| 381 | 2026-05-22T21:26:55.332Z | Downloaded erased-serde v0.4.9 |
| 382 | 2026-05-22T21:26:55.335Z | Downloaded digest v0.10.7 |
| 383 | 2026-05-22T21:26:55.335Z | Downloaded synstructure v0.13.2 |
| 384 | 2026-05-22T21:26:55.343Z | Downloaded bytecount v0.6.9 |
| 385 | 2026-05-22T21:26:55.348Z | Downloaded getrandom v0.4.1 |
| 386 | 2026-05-22T21:26:55.351Z | Downloaded pest_derive v2.8.6 |
| 387 | 2026-05-22T21:26:55.354Z | Downloaded fs-err v3.3.0 |
| 388 | 2026-05-22T21:26:55.354Z | Downloaded cargo-util-schemas v0.8.2 |
| 389 | 2026-05-22T21:26:55.356Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-05-22T21:26:55.359Z | Downloaded tempfile v3.25.0 |
| 391 | 2026-05-22T21:26:55.369Z | Downloaded pest_generator v2.8.6 |
| 392 | 2026-05-22T21:26:55.372Z | Downloaded log v0.4.29 |
| 393 | 2026-05-22T21:26:55.375Z | Downloaded clap v4.5.60 |
| 394 | 2026-05-22T21:26:55.377Z | Downloaded serde_derive v1.0.228 |
| 395 | 2026-05-22T21:26:55.380Z | Downloaded papergrid v0.11.0 |
| 396 | 2026-05-22T21:26:55.388Z | Downloaded icu_properties v2.1.2 |
| 397 | 2026-05-22T21:26:55.388Z | Downloaded semver v1.0.28 |
| 398 | 2026-05-22T21:26:55.388Z | Downloaded anyhow v1.0.102 |
| 399 | 2026-05-22T21:26:55.388Z | Downloaded num-traits v0.2.19 |
| 400 | 2026-05-22T21:26:55.388Z | Downloaded indexmap v2.14.0 |
| 401 | 2026-05-22T21:26:55.391Z | Downloaded proc-macro2 v1.0.106 |
| 402 | 2026-05-22T21:26:55.394Z | Downloaded pest_meta v2.8.6 |
| 403 | 2026-05-22T21:26:55.397Z | Downloaded icu_normalizer_data v2.1.1 |
| 404 | 2026-05-22T21:26:55.397Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-05-22T21:26:55.403Z | Downloaded icu_locale_core v2.1.1 |
| 406 | 2026-05-22T21:26:55.419Z | Downloaded memchr v2.8.0 |
| 407 | 2026-05-22T21:26:55.422Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-22T21:26:55.426Z | Downloaded serde_json v1.0.149 |
| 409 | 2026-05-22T21:26:55.446Z | Downloaded pest v2.8.6 |
| 410 | 2026-05-22T21:26:55.458Z | Downloaded hashbrown v0.17.0 |
| 411 | 2026-05-22T21:26:55.472Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-22T21:26:55.490Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-05-22T21:26:55.495Z | Downloaded tabled v0.15.0 |
| 414 | 2026-05-22T21:26:55.503Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-22T21:26:55.507Z | Downloaded goblin v0.8.2 |
| 416 | 2026-05-22T21:26:55.514Z | Downloaded syn v1.0.109 |
| 417 | 2026-05-22T21:26:55.524Z | Downloaded syn v2.0.117 |
| 418 | 2026-05-22T21:26:55.535Z | Downloaded rustix v1.1.3 |
| 419 | 2026-05-22T21:26:55.557Z | Downloaded libc v0.2.185 |
| 420 | 2026-05-22T21:26:55.625Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-05-22T21:26:55.625Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-22T21:26:55.625Z | Compiling quote v1.0.45 |
| 423 | 2026-05-22T21:26:55.628Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-22T21:26:55.628Z | Compiling libc v0.2.185 |
| 425 | 2026-05-22T21:26:55.628Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-22T21:26:55.628Z | Compiling memchr v2.8.0 |
| 427 | 2026-05-22T21:26:55.628Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-22T21:26:55.948Z | Compiling serde v1.0.228 |
| 429 | 2026-05-22T21:26:55.963Z | Compiling zmij v1.0.21 |
| 430 | 2026-05-22T21:26:56.136Z | Compiling itoa v1.0.17 |
| 431 | 2026-05-22T21:26:56.346Z | Compiling thiserror v1.0.69 |
| 432 | 2026-05-22T21:26:56.349Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-22T21:26:56.374Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-22T21:26:56.640Z | Compiling pest v2.8.6 |
| 435 | 2026-05-22T21:26:56.666Z | Compiling litemap v0.8.1 |
| 436 | 2026-05-22T21:26:56.749Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-22T21:26:56.800Z | Compiling rustix v1.1.3 |
| 438 | 2026-05-22T21:26:56.854Z | Compiling icu_properties_data v2.1.2 |
| 439 | 2026-05-22T21:26:57.034Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-22T21:26:57.104Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-22T21:26:57.139Z | Compiling syn v2.0.117 |
| 442 | 2026-05-22T21:26:57.288Z | Compiling errno v0.3.14 |
| 443 | 2026-05-22T21:26:57.304Z | Compiling serde_json v1.0.149 |
| 444 | 2026-05-22T21:26:57.334Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-22T21:26:57.544Z | Compiling num-traits v0.2.19 |
| 446 | 2026-05-22T21:26:57.568Z | Compiling hashbrown v0.17.0 |
| 447 | 2026-05-22T21:26:57.587Z | Compiling equivalent v1.0.2 |
| 448 | 2026-05-22T21:26:57.675Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-22T21:26:57.722Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-22T21:26:57.930Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-22T21:26:58.087Z | Compiling indexmap v2.14.0 |
| 452 | 2026-05-22T21:26:58.191Z | Compiling thread-id v4.2.2 |
| 453 | 2026-05-22T21:26:58.252Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-22T21:26:58.273Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-22T21:26:58.276Z | Compiling erased-serde v0.4.9 |
| 456 | 2026-05-22T21:26:58.478Z | Compiling toml_write v0.1.2 |
| 457 | 2026-05-22T21:26:58.588Z | Compiling syn v1.0.109 |
| 458 | 2026-05-22T21:26:58.642Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-22T21:26:58.915Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-05-22T21:26:58.953Z | Compiling utf8parse v0.2.2 |
| 461 | 2026-05-22T21:26:59.074Z | Compiling percent-encoding v2.3.2 |
| 462 | 2026-05-22T21:26:59.081Z | Compiling log v0.4.29 |
| 463 | 2026-05-22T21:26:59.298Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-05-22T21:26:59.299Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-22T21:26:59.420Z | Compiling camino v1.2.2 |
| 466 | 2026-05-22T21:26:59.514Z | Compiling getrandom v0.4.1 |
| 467 | 2026-05-22T21:26:59.515Z | Compiling plain v0.2.3 |
| 468 | 2026-05-22T21:26:59.592Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-05-22T21:26:59.592Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-22T21:26:59.779Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-22T21:26:59.817Z | Compiling synstructure v0.13.2 |
| 472 | 2026-05-22T21:26:59.817Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-05-22T21:26:59.957Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-22T21:27:00.177Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-22T21:27:00.270Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-05-22T21:27:00.286Z | Compiling anstyle v1.0.13 |
| 477 | 2026-05-22T21:27:00.301Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-22T21:27:00.317Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-22T21:27:00.345Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-22T21:27:00.453Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-22T21:27:00.496Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-22T21:27:00.532Z | Compiling semver v1.0.28 |
| 483 | 2026-05-22T21:27:00.584Z | Compiling fs-err v3.3.0 |
| 484 | 2026-05-22T21:27:00.691Z | Compiling clap_lex v1.0.0 |
| 485 | 2026-05-22T21:27:00.769Z | Compiling once_cell v1.21.3 |
| 486 | 2026-05-22T21:27:00.799Z | Compiling fastrand v2.3.0 |
| 487 | 2026-05-22T21:27:00.848Z | Compiling bytecount v0.6.9 |
| 488 | 2026-05-22T21:27:00.896Z | Compiling fnv v1.0.7 |
| 489 | 2026-05-22T21:27:00.924Z | Compiling unicode-width v0.1.14 |
| 490 | 2026-05-22T21:27:00.983Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-22T21:27:01.011Z | Compiling unicode-xid v0.2.6 |
| 492 | 2026-05-22T21:27:01.056Z | Compiling heck v0.4.1 |
| 493 | 2026-05-22T21:27:01.133Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-22T21:27:01.196Z | Compiling heck v0.5.0 |
| 495 | 2026-05-22T21:27:01.274Z | Compiling clap_builder v4.5.60 |
| 496 | 2026-05-22T21:27:01.291Z | Compiling papergrid v0.11.0 |
| 497 | 2026-05-22T21:27:01.334Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-22T21:27:01.498Z | Compiling serde_derive v1.0.228 |
| 499 | 2026-05-22T21:27:01.532Z | Compiling zerofrom-derive v0.1.6 |
| 500 | 2026-05-22T21:27:01.661Z | Compiling yoke-derive v0.8.1 |
| 501 | 2026-05-22T21:27:01.715Z | Compiling zerovec-derive v0.11.2 |
| 502 | 2026-05-22T21:27:01.873Z | Compiling displaydoc v0.2.5 |
| 503 | 2026-05-22T21:27:02.595Z | Compiling thiserror-impl v1.0.69 |
| 504 | 2026-05-22T21:27:02.692Z | Compiling zerocopy-derive v0.7.35 |
| 505 | 2026-05-22T21:27:02.791Z | Compiling pest_derive v2.8.6 |
| 506 | 2026-05-22T21:27:02.817Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-05-22T21:27:02.903Z | Compiling zerofrom v0.1.6 |
| 508 | 2026-05-22T21:27:03.035Z | Compiling yoke v0.8.1 |
| 509 | 2026-05-22T21:27:03.207Z | Compiling zerovec v0.11.5 |
| 510 | 2026-05-22T21:27:03.230Z | Compiling zerotrie v0.2.3 |
| 511 | 2026-05-22T21:27:03.468Z | Compiling scroll v0.12.0 |
| 512 | 2026-05-22T21:27:03.595Z | Compiling zerocopy v0.7.35 |
| 513 | 2026-05-22T21:27:03.616Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-22T21:27:03.738Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-22T21:27:03.788Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-22T21:27:03.945Z | Compiling icu_locale_core v2.1.1 |
| 517 | 2026-05-22T21:27:03.962Z | Compiling icu_collections v2.1.1 |
| 518 | 2026-05-22T21:27:03.977Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-05-22T21:27:04.151Z | Compiling goblin v0.8.2 |
| 520 | 2026-05-22T21:27:04.289Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-05-22T21:27:04.450Z | Compiling clap_derive v4.5.55 |
| 522 | 2026-05-22T21:27:04.732Z | Compiling icu_provider v2.1.1 |
| 523 | 2026-05-22T21:27:04.847Z | Compiling memmap v0.7.0 |
| 524 | 2026-05-22T21:27:04.956Z | Compiling serde_spanned v0.6.9 |
| 525 | 2026-05-22T21:27:04.991Z | Compiling icu_properties v2.1.2 |
| 526 | 2026-05-22T21:27:05.008Z | Compiling icu_normalizer v2.1.1 |
| 527 | 2026-05-22T21:27:05.030Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-22T21:27:05.046Z | Compiling dof v0.3.0 |
| 529 | 2026-05-22T21:27:05.104Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-05-22T21:27:05.215Z | Compiling toml_edit v0.22.27 |
| 531 | 2026-05-22T21:27:05.434Z | Compiling serde-value v0.7.0 |
| 532 | 2026-05-22T21:27:05.534Z | Compiling cargo-platform v0.2.0 |
| 533 | 2026-05-22T21:27:05.550Z | Compiling smawk v0.3.2 |
| 534 | 2026-05-22T21:27:05.690Z | Compiling unicode-linebreak v0.1.5 |
| 535 | 2026-05-22T21:27:05.792Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-22T21:27:05.809Z | Compiling tabled v0.15.0 |
| 537 | 2026-05-22T21:27:05.910Z | Compiling idna_adapter v1.2.1 |
| 538 | 2026-05-22T21:27:05.936Z | Compiling usdt-attr-macro v0.5.0 |
| 539 | 2026-05-22T21:27:06.051Z | Compiling idna v1.1.0 |
| 540 | 2026-05-22T21:27:06.068Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-22T21:27:06.085Z | Compiling textwrap v0.16.2 |
| 542 | 2026-05-22T21:27:06.202Z | Compiling clap v4.5.60 |
| 543 | 2026-05-22T21:27:06.293Z | Compiling macaddr v1.0.1 |
| 544 | 2026-05-22T21:27:06.541Z | Compiling url v2.5.8 |
| 545 | 2026-05-22T21:27:06.619Z | Compiling toml v0.8.23 |
| 546 | 2026-05-22T21:27:06.703Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-22T21:27:07.040Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-05-22T21:27:07.211Z | Compiling cargo_toml v0.21.0 |
| 549 | 2026-05-22T21:27:07.271Z | Compiling usdt v0.5.0 |
| 550 | 2026-05-22T21:27:07.514Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-22T21:27:07.534Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-22T21:27:07.953Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-05-22T21:27:08.904Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-05-22T21:27:10.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.52s |
| 555 | 2026-05-22T21:27:11.237Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 556 | 2026-05-22T21:27:11.806Z | Downloading crates ... |
| 557 | 2026-05-22T21:27:11.902Z | Downloaded base16ct v0.2.0 |
| 558 | 2026-05-22T21:27:11.905Z | Downloaded bb8 v0.8.6 |
| 559 | 2026-05-22T21:27:11.909Z | Downloaded async-stream v0.3.6 |
| 560 | 2026-05-22T21:27:11.915Z | Downloaded atty v0.2.14 |
| 561 | 2026-05-22T21:27:11.918Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-05-22T21:27:11.918Z | Downloaded arrayvec v0.7.6 |
| 563 | 2026-05-22T21:27:11.921Z | Downloaded crc32fast v1.5.0 |
| 564 | 2026-05-22T21:27:11.924Z | Downloaded base64 v0.22.1 |
| 565 | 2026-05-22T21:27:11.927Z | Downloaded base64ct v1.8.3 |
| 566 | 2026-05-22T21:27:11.927Z | Downloaded darling v0.21.3 |
| 567 | 2026-05-22T21:27:11.930Z | Downloaded dirs-sys-next v0.1.2 |
| 568 | 2026-05-22T21:27:11.932Z | Downloaded bitfield-macros v0.19.4 |
| 569 | 2026-05-22T21:27:11.932Z | Downloaded bitfield v0.19.4 |
| 570 | 2026-05-22T21:27:11.932Z | Downloaded async-bb8-diesel v0.2.1 |
| 571 | 2026-05-22T21:27:11.935Z | Downloaded diff v0.1.13 |
| 572 | 2026-05-22T21:27:11.935Z | Downloaded difflib v0.4.0 |
| 573 | 2026-05-22T21:27:11.938Z | Downloaded backoff v0.4.0 |
| 574 | 2026-05-22T21:27:11.938Z | Downloaded async-recursion v1.1.1 |
| 575 | 2026-05-22T21:27:11.941Z | Downloaded bitflags v1.3.2 |
| 576 | 2026-05-22T21:27:11.943Z | Downloaded downcast-rs v2.0.2 |
| 577 | 2026-05-22T21:27:11.943Z | Downloaded darling v0.23.0 |
| 578 | 2026-05-22T21:27:11.946Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 579 | 2026-05-22T21:27:11.949Z | Downloaded crossbeam-deque v0.8.6 |
| 580 | 2026-05-22T21:27:11.949Z | Downloaded dirs-next v2.0.0 |
| 581 | 2026-05-22T21:27:11.949Z | Downloaded crunchy v0.2.4 |
| 582 | 2026-05-22T21:27:11.949Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 583 | 2026-05-22T21:27:11.952Z | Downloaded document-features v0.2.12 |
| 584 | 2026-05-22T21:27:11.952Z | Downloaded float-ord v0.3.2 |
| 585 | 2026-05-22T21:27:11.952Z | Downloaded crc8 v0.1.1 |
| 586 | 2026-05-22T21:27:11.955Z | Downloaded crossbeam-epoch v0.9.18 |
| 587 | 2026-05-22T21:27:11.955Z | Downloaded aws-lc-rs v1.16.3 |
| 588 | 2026-05-22T21:27:11.959Z | Downloaded const-oid v0.9.6 |
| 589 | 2026-05-22T21:27:11.962Z | Downloaded derive_builder_core v0.20.2 |
| 590 | 2026-05-22T21:27:11.962Z | Downloaded critical-section v1.2.0 |
| 591 | 2026-05-22T21:27:11.964Z | Downloaded cbc v0.1.2 |
| 592 | 2026-05-22T21:27:11.964Z | Downloaded bit-set v0.5.3 |
| 593 | 2026-05-22T21:27:11.967Z | Downloaded fixedbitset v0.5.7 |
| 594 | 2026-05-22T21:27:11.967Z | Downloaded castaway v0.2.4 |
| 595 | 2026-05-22T21:27:11.967Z | Downloaded bzip2 v0.4.4 |
| 596 | 2026-05-22T21:27:11.970Z | Downloaded ff v0.13.1 |
| 597 | 2026-05-22T21:27:11.970Z | Downloaded debug-ignore v1.0.5 |
| 598 | 2026-05-22T21:27:11.970Z | Downloaded base64 v0.21.7 |
| 599 | 2026-05-22T21:27:11.973Z | Downloaded arrayref v0.3.9 |
| 600 | 2026-05-22T21:27:11.976Z | Downloaded blowfish v0.9.1 |
| 601 | 2026-05-22T21:27:11.976Z | Downloaded derive_builder v0.20.2 |
| 602 | 2026-05-22T21:27:11.978Z | Downloaded crossbeam-utils v0.8.21 |
| 603 | 2026-05-22T21:27:11.981Z | Downloaded darling_macro v0.23.0 |
| 604 | 2026-05-22T21:27:11.981Z | Downloaded ciborium-io v0.2.2 |
| 605 | 2026-05-22T21:27:11.981Z | Downloaded byte-wrapper v0.1.0 |
| 606 | 2026-05-22T21:27:11.984Z | Downloaded blake2 v0.10.6 |
| 607 | 2026-05-22T21:27:11.984Z | Downloaded enum-as-inner v0.6.1 |
| 608 | 2026-05-22T21:27:11.987Z | Downloaded defmt v0.3.100 |
| 609 | 2026-05-22T21:27:11.987Z | Downloaded crc v3.4.0 |
| 610 | 2026-05-22T21:27:11.987Z | Downloaded float-cmp v0.10.0 |
| 611 | 2026-05-22T21:27:11.990Z | Downloaded cobs v0.3.0 |
| 612 | 2026-05-22T21:27:11.990Z | Downloaded display-error-chain v0.2.2 |
| 613 | 2026-05-22T21:27:11.993Z | Downloaded async-trait v0.1.89 |
| 614 | 2026-05-22T21:27:11.993Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 615 | 2026-05-22T21:27:11.995Z | Downloaded bit-set v0.8.0 |
| 616 | 2026-05-22T21:27:11.998Z | Downloaded dof v0.4.0 |
| 617 | 2026-05-22T21:27:12.001Z | Downloaded dtrace-parser v0.3.0 |
| 618 | 2026-05-22T21:27:12.004Z | Downloaded foreign-types v0.5.0 |
| 619 | 2026-05-22T21:27:12.004Z | Downloaded crc-catalog v2.4.0 |
| 620 | 2026-05-22T21:27:12.004Z | Downloaded cfg_aliases v0.1.1 |
| 621 | 2026-05-22T21:27:12.004Z | Downloaded cargo-platform v0.1.9 |
| 622 | 2026-05-22T21:27:12.007Z | Downloaded array-init v0.0.4 |
| 623 | 2026-05-22T21:27:12.007Z | Downloaded async-stream-impl v0.3.6 |
| 624 | 2026-05-22T21:27:12.007Z | Downloaded dunce v1.0.5 |
| 625 | 2026-05-22T21:27:12.007Z | Downloaded fallible-iterator v0.2.0 |
| 626 | 2026-05-22T21:27:12.010Z | Downloaded endian-type v0.1.2 |
| 627 | 2026-05-22T21:27:12.010Z | Downloaded convert_case v0.4.0 |
| 628 | 2026-05-22T21:27:12.010Z | Downloaded compression-core v0.4.31 |
| 629 | 2026-05-22T21:27:12.012Z | Downloaded data-encoding v2.10.0 |
| 630 | 2026-05-22T21:27:12.012Z | Downloaded drift v0.1.4 |
| 631 | 2026-05-22T21:27:12.016Z | Downloaded foreign-types-shared v0.3.1 |
| 632 | 2026-05-22T21:27:12.019Z | Downloaded dyn-clone v1.0.20 |
| 633 | 2026-05-22T21:27:12.019Z | Downloaded fatfs v0.3.6 |
| 634 | 2026-05-22T21:27:12.021Z | Downloaded corncobs v0.1.4 |
| 635 | 2026-05-22T21:27:12.021Z | Downloaded colored v3.1.1 |
| 636 | 2026-05-22T21:27:12.024Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 637 | 2026-05-22T21:27:12.024Z | Downloaded bitfield-struct v0.6.2 |
| 638 | 2026-05-22T21:27:12.024Z | Downloaded defmt-parser v1.0.0 |
| 639 | 2026-05-22T21:27:12.028Z | Downloaded foreign-types-macros v0.2.3 |
| 640 | 2026-05-22T21:27:12.028Z | Downloaded block-padding v0.3.3 |
| 641 | 2026-05-22T21:27:12.028Z | Downloaded assert_matches v1.5.0 |
| 642 | 2026-05-22T21:27:12.028Z | Downloaded derive_builder_macro v0.20.2 |
| 643 | 2026-05-22T21:27:12.030Z | Downloaded cstr-argument v0.1.2 |
| 644 | 2026-05-22T21:27:12.031Z | Downloaded fixedbitset v0.4.2 |
| 645 | 2026-05-22T21:27:12.031Z | Downloaded cfg_aliases v0.2.1 |
| 646 | 2026-05-22T21:27:12.031Z | Downloaded ascii-canvas v3.0.0 |
| 647 | 2026-05-22T21:27:12.033Z | Downloaded fd-lock v4.0.4 |
| 648 | 2026-05-22T21:27:12.033Z | Downloaded embedded-io v0.4.0 |
| 649 | 2026-05-22T21:27:12.036Z | Downloaded darling_macro v0.20.11 |
| 650 | 2026-05-22T21:27:12.036Z | Downloaded funty v2.0.0 |
| 651 | 2026-05-22T21:27:12.036Z | Downloaded dsl_auto_type v0.2.0 |
| 652 | 2026-05-22T21:27:12.039Z | Downloaded embedded-io v0.6.1 |
| 653 | 2026-05-22T21:27:12.039Z | Downloaded atomic-waker v1.1.2 |
| 654 | 2026-05-22T21:27:12.039Z | Downloaded darling_macro v0.21.3 |
| 655 | 2026-05-22T21:27:12.039Z | Downloaded futures-sink v0.3.32 |
| 656 | 2026-05-22T21:27:12.042Z | Downloaded futures-io v0.3.32 |
| 657 | 2026-05-22T21:27:12.042Z | Downloaded crucible-workspace-hack v0.1.0 |
| 658 | 2026-05-22T21:27:12.042Z | Downloaded bit-vec v0.6.3 |
| 659 | 2026-05-22T21:27:12.042Z | Downloaded fxhash v0.2.1 |
| 660 | 2026-05-22T21:27:12.045Z | Downloaded env_filter v1.0.0 |
| 661 | 2026-05-22T21:27:12.045Z | Downloaded gethostname v0.5.0 |
| 662 | 2026-05-22T21:27:12.045Z | Downloaded futures-task v0.3.32 |
| 663 | 2026-05-22T21:27:12.048Z | Downloaded atomicwrites v0.4.4 |
| 664 | 2026-05-22T21:27:12.048Z | Downloaded aead v0.5.2 |
| 665 | 2026-05-22T21:27:12.051Z | Downloaded foreign-types v0.3.2 |
| 666 | 2026-05-22T21:27:12.051Z | Downloaded derive-ex v0.1.8 |
| 667 | 2026-05-22T21:27:12.051Z | Downloaded filetime v0.2.27 |
| 668 | 2026-05-22T21:27:12.054Z | Downloaded ciborium-ll v0.2.2 |
| 669 | 2026-05-22T21:27:12.054Z | Downloaded flagset v0.4.7 |
| 670 | 2026-05-22T21:27:12.057Z | Downloaded cpufeatures v0.3.0 |
| 671 | 2026-05-22T21:27:12.057Z | Downloaded foreign-types-shared v0.1.1 |
| 672 | 2026-05-22T21:27:12.057Z | Downloaded cmake v0.1.57 |
| 673 | 2026-05-22T21:27:12.060Z | Downloaded csv-core v0.1.13 |
| 674 | 2026-05-22T21:27:12.060Z | Downloaded defmt-macros v1.0.1 |
| 675 | 2026-05-22T21:27:12.063Z | Downloaded diesel-dtrace v0.5.0 |
| 676 | 2026-05-22T21:27:12.063Z | Downloaded foldhash v0.1.5 |
| 677 | 2026-05-22T21:27:12.063Z | Downloaded der_derive v0.7.3 |
| 678 | 2026-05-22T21:27:12.066Z | Downloaded argon2 v0.5.3 |
| 679 | 2026-05-22T21:27:12.066Z | Downloaded foldhash v0.2.0 |
| 680 | 2026-05-22T21:27:12.069Z | Downloaded git-stub v1.0.0 |
| 681 | 2026-05-22T21:27:12.069Z | Downloaded dropshot_endpoint v0.16.7 |
| 682 | 2026-05-22T21:27:12.071Z | Downloaded cexpr v0.6.0 |
| 683 | 2026-05-22T21:27:12.075Z | Downloaded console v0.16.2 |
| 684 | 2026-05-22T21:27:12.078Z | Downloaded bcs v0.1.6 |
| 685 | 2026-05-22T21:27:12.078Z | Downloaded camino-tempfile-ext v0.3.3 |
| 686 | 2026-05-22T21:27:12.080Z | Downloaded console v0.15.11 |
| 687 | 2026-05-22T21:27:12.080Z | Downloaded hex-literal v0.4.1 |
| 688 | 2026-05-22T21:27:12.083Z | Downloaded hash32 v0.3.1 |
| 689 | 2026-05-22T21:27:12.083Z | Downloaded globwalk v0.9.1 |
| 690 | 2026-05-22T21:27:12.083Z | Downloaded ghash v0.5.1 |
| 691 | 2026-05-22T21:27:12.087Z | Downloaded hex v0.4.3 |
| 692 | 2026-05-22T21:27:12.087Z | Downloaded headers-core v0.3.0 |
| 693 | 2026-05-22T21:27:12.087Z | Downloaded ciborium v0.2.2 |
| 694 | 2026-05-22T21:27:12.089Z | Downloaded hostname v0.3.1 |
| 695 | 2026-05-22T21:27:12.090Z | Downloaded http-body v1.0.1 |
| 696 | 2026-05-22T21:27:12.090Z | Downloaded home v0.5.12 |
| 697 | 2026-05-22T21:27:12.090Z | Downloaded deranged v0.5.8 |
| 698 | 2026-05-22T21:27:12.093Z | Downloaded cargo_metadata v0.19.2 |
| 699 | 2026-05-22T21:27:12.093Z | Downloaded futures-macro v0.3.32 |
| 700 | 2026-05-22T21:27:12.095Z | Downloaded bit-vec v0.8.0 |
| 701 | 2026-05-22T21:27:12.095Z | Downloaded ctr v0.9.2 |
| 702 | 2026-05-22T21:27:12.095Z | Downloaded erased-serde v0.3.31 |
| 703 | 2026-05-22T21:27:12.098Z | Downloaded futures-core v0.3.32 |
| 704 | 2026-05-22T21:27:12.098Z | Downloaded compression-codecs v0.4.37 |
| 705 | 2026-05-22T21:27:12.101Z | Downloaded env_logger v0.11.9 |
| 706 | 2026-05-22T21:27:12.103Z | Downloaded daft-derive v0.1.7 |
| 707 | 2026-05-22T21:27:12.106Z | Downloaded hyper-tls v0.6.0 |
| 708 | 2026-05-22T21:27:12.106Z | Downloaded http-range v0.1.5 |
| 709 | 2026-05-22T21:27:12.106Z | Downloaded hostname v0.4.2 |
| 710 | 2026-05-22T21:27:12.109Z | Downloaded hubpack_derive v0.1.1 |
| 711 | 2026-05-22T21:27:12.109Z | Downloaded futures-executor v0.3.32 |
| 712 | 2026-05-22T21:27:12.109Z | Downloaded dropshot-api-manager v0.7.1 |
| 713 | 2026-05-22T21:27:12.112Z | Downloaded ident_case v1.0.1 |
| 714 | 2026-05-22T21:27:12.112Z | Downloaded hubpack v0.1.2 |
| 715 | 2026-05-22T21:27:12.115Z | Downloaded glob v0.3.3 |
| 716 | 2026-05-22T21:27:12.115Z | Downloaded des v0.8.1 |
| 717 | 2026-05-22T21:27:12.115Z | Downloaded clang-sys v1.8.1 |
| 718 | 2026-05-22T21:27:12.118Z | Downloaded buf-list v1.1.2 |
| 719 | 2026-05-22T21:27:12.120Z | Downloaded cipher v0.4.4 |
| 720 | 2026-05-22T21:27:12.120Z | Downloaded colored v2.2.0 |
| 721 | 2026-05-22T21:27:12.124Z | Downloaded ahash v0.8.12 |
| 722 | 2026-05-22T21:27:12.124Z | Downloaded darling v0.20.11 |
| 723 | 2026-05-22T21:27:12.126Z | Downloaded find-msvc-tools v0.1.9 |
| 724 | 2026-05-22T21:27:12.127Z | Downloaded daft v0.1.7 |
| 725 | 2026-05-22T21:27:12.129Z | Downloaded indoc v1.0.9 |
| 726 | 2026-05-22T21:27:12.129Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 727 | 2026-05-22T21:27:12.132Z | Downloaded illumos-nvpair v0.3.0 |
| 728 | 2026-05-22T21:27:12.132Z | Downloaded instant v0.1.13 |
| 729 | 2026-05-22T21:27:12.132Z | Downloaded indent_write v2.2.0 |
| 730 | 2026-05-22T21:27:12.135Z | Downloaded internet-checksum v0.2.1 |
| 731 | 2026-05-22T21:27:12.135Z | Downloaded group v0.13.0 |
| 732 | 2026-05-22T21:27:12.135Z | Downloaded convert_case v0.10.0 |
| 733 | 2026-05-22T21:27:12.137Z | Downloaded is-terminal v0.4.17 |
| 734 | 2026-05-22T21:27:12.137Z | Downloaded hash32 v0.2.1 |
| 735 | 2026-05-22T21:27:12.137Z | Downloaded globset v0.4.18 |
| 736 | 2026-05-22T21:27:12.140Z | Downloaded cancel-safe-futures v0.1.5 |
| 737 | 2026-05-22T21:27:12.140Z | Downloaded git-stub-vcs v0.1.0 |
| 738 | 2026-05-22T21:27:12.147Z | Downloaded bumpalo v3.20.2 |
| 739 | 2026-05-22T21:27:12.147Z | Downloaded chacha20 v0.9.1 |
| 740 | 2026-05-22T21:27:12.147Z | Downloaded inout v0.1.4 |
| 741 | 2026-05-22T21:27:12.147Z | Downloaded const_format_proc_macros v0.2.34 |
| 742 | 2026-05-22T21:27:12.147Z | Downloaded instability v0.3.11 |
| 743 | 2026-05-22T21:27:12.147Z | Downloaded keccak v0.1.6 |
| 744 | 2026-05-22T21:27:12.151Z | Downloaded cassowary v0.3.0 |
| 745 | 2026-05-22T21:27:12.151Z | Downloaded ena v0.14.4 |
| 746 | 2026-05-22T21:27:12.152Z | Downloaded lalrpop-util v0.19.12 |
| 747 | 2026-05-22T21:27:12.152Z | Downloaded ed25519 v2.2.3 |
| 748 | 2026-05-22T21:27:12.154Z | Downloaded defmt v1.0.1 |
| 749 | 2026-05-22T21:27:12.154Z | Downloaded http-body-util v0.1.3 |
| 750 | 2026-05-22T21:27:12.157Z | Downloaded either v1.15.0 |
| 751 | 2026-05-22T21:27:12.157Z | Downloaded getrandom v0.2.17 |
| 752 | 2026-05-22T21:27:12.160Z | Downloaded cookie_store v0.22.1 |
| 753 | 2026-05-22T21:27:12.162Z | Downloaded futures-channel v0.3.32 |
| 754 | 2026-05-22T21:27:12.162Z | Downloaded constant_time_eq v0.4.2 |
| 755 | 2026-05-22T21:27:12.165Z | Downloaded backon v1.6.0 |
| 756 | 2026-05-22T21:27:12.165Z | Downloaded httpdate v1.0.3 |
| 757 | 2026-05-22T21:27:12.168Z | Downloaded fs_extra v1.3.0 |
| 758 | 2026-05-22T21:27:12.168Z | Downloaded libscf-sys v1.1.0 |
| 759 | 2026-05-22T21:27:12.171Z | Downloaded kstat-rs v0.2.4 |
| 760 | 2026-05-22T21:27:12.171Z | Downloaded lazy_static v1.5.0 |
| 761 | 2026-05-22T21:27:12.171Z | Downloaded linked-hash-map v0.5.6 |
| 762 | 2026-05-22T21:27:12.173Z | Downloaded humantime v2.3.0 |
| 763 | 2026-05-22T21:27:12.173Z | Downloaded chacha20 v0.10.0 |
| 764 | 2026-05-22T21:27:12.176Z | Downloaded crc-any v2.5.0 |
| 765 | 2026-05-22T21:27:12.176Z | Downloaded lru-cache v0.1.2 |
| 766 | 2026-05-22T21:27:12.176Z | Downloaded lru v0.12.5 |
| 767 | 2026-05-22T21:27:12.179Z | Downloaded managed v0.8.0 |
| 768 | 2026-05-22T21:27:12.179Z | Downloaded lzss v0.8.2 |
| 769 | 2026-05-22T21:27:12.179Z | Downloaded lru-slab v0.1.2 |
| 770 | 2026-05-22T21:27:12.179Z | Downloaded cookie v0.18.1 |
| 771 | 2026-05-22T21:27:12.182Z | Downloaded hyper-staticfile v0.10.1 |
| 772 | 2026-05-22T21:27:12.185Z | Downloaded bzip2 v0.6.1 |
| 773 | 2026-05-22T21:27:12.185Z | Downloaded chacha20poly1305 v0.10.1 |
| 774 | 2026-05-22T21:27:12.185Z | Downloaded ecdsa v0.16.9 |
| 775 | 2026-05-22T21:27:12.188Z | Downloaded is_ci v1.2.0 |
| 776 | 2026-05-22T21:27:12.188Z | Downloaded md-5 v0.10.6 |
| 777 | 2026-05-22T21:27:12.188Z | Downloaded derive_more v0.99.20 |
| 778 | 2026-05-22T21:27:12.191Z | Downloaded mime v0.3.17 |
| 779 | 2026-05-22T21:27:12.194Z | Downloaded maplit v1.0.2 |
| 780 | 2026-05-22T21:27:12.194Z | Downloaded ingot-types v0.1.2 |
| 781 | 2026-05-22T21:27:12.194Z | Downloaded elliptic-curve v0.13.8 |
| 782 | 2026-05-22T21:27:12.196Z | Downloaded ingot v0.1.1 |
| 783 | 2026-05-22T21:27:12.199Z | Downloaded indoc v2.0.7 |
| 784 | 2026-05-22T21:27:12.199Z | Downloaded highway v1.3.0 |
| 785 | 2026-05-22T21:27:12.203Z | Downloaded jobserver v0.1.34 |
| 786 | 2026-05-22T21:27:12.203Z | Downloaded darling_core v0.23.0 |
| 787 | 2026-05-22T21:27:12.206Z | Downloaded newline-converter v0.3.0 |
| 788 | 2026-05-22T21:27:12.206Z | Downloaded newtype_derive v0.1.6 |
| 789 | 2026-05-22T21:27:12.206Z | Downloaded memoffset v0.9.1 |
| 790 | 2026-05-22T21:27:12.209Z | Downloaded md5 v0.7.0 |
| 791 | 2026-05-22T21:27:12.210Z | Downloaded maybe-uninit v2.0.0 |
| 792 | 2026-05-22T21:27:12.210Z | Downloaded newtype-uuid-macros v0.1.0 |
| 793 | 2026-05-22T21:27:12.210Z | Downloaded multimap v0.10.1 |
| 794 | 2026-05-22T21:27:12.213Z | Downloaded match_cfg v0.1.0 |
| 795 | 2026-05-22T21:27:12.213Z | Downloaded nonempty v0.12.0 |
| 796 | 2026-05-22T21:27:12.213Z | Downloaded allocator-api2 v0.2.21 |
| 797 | 2026-05-22T21:27:12.216Z | Downloaded half v1.8.3 |
| 798 | 2026-05-22T21:27:12.216Z | Downloaded darling_core v0.20.11 |
| 799 | 2026-05-22T21:27:12.219Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 800 | 2026-05-22T21:27:12.219Z | Downloaded fs-err v2.11.0 |
| 801 | 2026-05-22T21:27:12.222Z | Downloaded ipnet v2.11.0 |
| 802 | 2026-05-22T21:27:12.226Z | Downloaded const_format v0.2.35 |
| 803 | 2026-05-22T21:27:12.229Z | Downloaded num-derive v0.4.2 |
| 804 | 2026-05-22T21:27:12.232Z | Downloaded normalize-line-endings v0.3.0 |
| 805 | 2026-05-22T21:27:12.232Z | Downloaded lock_api v0.4.14 |
| 806 | 2026-05-22T21:27:12.235Z | Downloaded num-derive v0.3.3 |
| 807 | 2026-05-22T21:27:12.235Z | Downloaded num-conv v0.2.0 |
| 808 | 2026-05-22T21:27:12.235Z | Downloaded num v0.4.3 |
| 809 | 2026-05-22T21:27:12.235Z | Downloaded nodrop v0.1.14 |
| 810 | 2026-05-22T21:27:12.235Z | Downloaded new_debug_unreachable v1.0.6 |
| 811 | 2026-05-22T21:27:12.238Z | Downloaded libefi-sys v0.1.0 |
| 812 | 2026-05-22T21:27:12.238Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-05-22T21:27:12.238Z | Downloaded ar_archive_writer v0.5.1 |
| 814 | 2026-05-22T21:27:12.241Z | Downloaded olpc-cjson v0.1.4 |
| 815 | 2026-05-22T21:27:12.241Z | Downloaded num-iter v0.1.45 |
| 816 | 2026-05-22T21:27:12.244Z | Downloaded libloading v0.8.9 |
| 817 | 2026-05-22T21:27:12.244Z | Downloaded num_threads v0.1.7 |
| 818 | 2026-05-22T21:27:12.247Z | Downloaded hmac v0.12.1 |
| 819 | 2026-05-22T21:27:12.247Z | Downloaded libsw-core v0.3.2 |
| 820 | 2026-05-22T21:27:12.247Z | Downloaded bytes v1.11.1 |
| 821 | 2026-05-22T21:27:12.250Z | Downloaded libsw v3.5.0 |
| 822 | 2026-05-22T21:27:12.250Z | Downloaded httparse v1.10.1 |
| 823 | 2026-05-22T21:27:12.252Z | Downloaded dropshot_endpoint v0.17.0 |
| 824 | 2026-05-22T21:27:12.255Z | Downloaded openssl-probe v0.1.6 |
| 825 | 2026-05-22T21:27:12.255Z | Downloaded openssl-probe v0.2.1 |
| 826 | 2026-05-22T21:27:12.258Z | Downloaded openssl-macros v0.1.1 |
| 827 | 2026-05-22T21:27:12.261Z | Downloaded derive-where v1.6.0 |
| 828 | 2026-05-22T21:27:12.265Z | Downloaded oso-derive v0.27.3 |
| 829 | 2026-05-22T21:27:12.268Z | Downloaded flume v0.11.1 |
| 830 | 2026-05-22T21:27:12.271Z | Downloaded iana-time-zone v0.1.65 |
| 831 | 2026-05-22T21:27:12.275Z | Downloaded futures v0.3.32 |
| 832 | 2026-05-22T21:27:12.279Z | Downloaded compact_str v0.8.1 |
| 833 | 2026-05-22T21:27:12.281Z | Downloaded nibble_vec v0.1.0 |
| 834 | 2026-05-22T21:27:12.281Z | Downloaded native-tls v0.2.18 |
| 835 | 2026-05-22T21:27:12.282Z | Downloaded nanorand v0.7.0 |
| 836 | 2026-05-22T21:27:12.282Z | Downloaded cc v1.2.56 |
| 837 | 2026-05-22T21:27:12.284Z | Downloaded pbkdf2 v0.11.0 |
| 838 | 2026-05-22T21:27:12.287Z | Downloaded phf_shared v0.11.3 |
| 839 | 2026-05-22T21:27:12.287Z | Downloaded pbkdf2 v0.12.2 |
| 840 | 2026-05-22T21:27:12.287Z | Downloaded newtype-uuid v1.3.2 |
| 841 | 2026-05-22T21:27:12.287Z | Downloaded getrandom v0.3.4 |
| 842 | 2026-05-22T21:27:12.290Z | Downloaded nu-ansi-term v0.50.3 |
| 843 | 2026-05-22T21:27:12.293Z | Downloaded linear-map v1.2.0 |
| 844 | 2026-05-22T21:27:12.293Z | Downloaded multer v3.1.0 |
| 845 | 2026-05-22T21:27:12.296Z | Downloaded path-slash v0.1.5 |
| 846 | 2026-05-22T21:27:12.296Z | Downloaded packed_struct_codegen v0.10.1 |
| 847 | 2026-05-22T21:27:12.296Z | Downloaded num-integer v0.1.46 |
| 848 | 2026-05-22T21:27:12.299Z | Downloaded parse-size v1.1.0 |
| 849 | 2026-05-22T21:27:12.299Z | Downloaded opaque-debug v0.3.1 |
| 850 | 2026-05-22T21:27:12.299Z | Downloaded num_enum_derive v0.7.5 |
| 851 | 2026-05-22T21:27:12.299Z | Downloaded mime_guess v2.0.5 |
| 852 | 2026-05-22T21:27:12.302Z | Downloaded peg-runtime v0.8.5 |
| 853 | 2026-05-22T21:27:12.302Z | Downloaded ingot-macros v0.1.1 |
| 854 | 2026-05-22T21:27:12.302Z | Downloaded arc-swap v1.8.2 |
| 855 | 2026-05-22T21:27:12.321Z | Downloaded powerfmt v0.2.0 |
| 856 | 2026-05-22T21:27:12.324Z | Downloaded phf_shared v0.13.1 |
| 857 | 2026-05-22T21:27:12.324Z | Downloaded phf_shared v0.12.1 |
| 858 | 2026-05-22T21:27:12.324Z | Downloaded packed_struct v0.10.1 |
| 859 | 2026-05-22T21:27:12.324Z | Downloaded oxide-tokio-rt v0.1.4 |
| 860 | 2026-05-22T21:27:12.327Z | Downloaded num_enum_derive v0.5.11 |
| 861 | 2026-05-22T21:27:12.327Z | Downloaded num_enum v0.7.5 |
| 862 | 2026-05-22T21:27:12.330Z | Downloaded num_enum v0.5.11 |
| 863 | 2026-05-22T21:27:12.332Z | Downloaded num-complex v0.4.6 |
| 864 | 2026-05-22T21:27:12.333Z | Downloaded memmap2 v0.9.10 |
| 865 | 2026-05-22T21:27:12.335Z | Downloaded headers v0.4.1 |
| 866 | 2026-05-22T21:27:12.338Z | Downloaded precomputed-hash v0.1.1 |
| 867 | 2026-05-22T21:27:12.338Z | Downloaded oxnet v0.1.4 |
| 868 | 2026-05-22T21:27:12.341Z | Downloaded libbz2-rs-sys v0.2.2 |
| 869 | 2026-05-22T21:27:12.341Z | Downloaded half v2.7.1 |
| 870 | 2026-05-22T21:27:12.344Z | Downloaded proc-macro-crate v3.4.0 |
| 871 | 2026-05-22T21:27:12.344Z | Downloaded ed25519-dalek v2.2.0 |
| 872 | 2026-05-22T21:27:12.346Z | Downloaded ignore v0.4.25 |
| 873 | 2026-05-22T21:27:12.349Z | Downloaded pin-utils v0.1.0 |
| 874 | 2026-05-22T21:27:12.349Z | Downloaded crypto-bigint v0.5.5 |
| 875 | 2026-05-22T21:27:12.352Z | Downloaded password-hash v0.5.0 |
| 876 | 2026-05-22T21:27:12.355Z | Downloaded parking_lot_core v0.8.6 |
| 877 | 2026-05-22T21:27:12.355Z | Downloaded predicates-tree v1.0.13 |
| 878 | 2026-05-22T21:27:12.358Z | Downloaded progenitor-client v0.10.0 |
| 879 | 2026-05-22T21:27:12.358Z | Downloaded predicates-core v1.0.10 |
| 880 | 2026-05-22T21:27:12.358Z | Downloaded password-hash v0.4.2 |
| 881 | 2026-05-22T21:27:12.360Z | Downloaded num-rational v0.4.2 |
| 882 | 2026-05-22T21:27:12.360Z | Downloaded ipnetwork v0.21.1 |
| 883 | 2026-05-22T21:27:12.360Z | Downloaded proc-macro-crate v1.3.1 |
| 884 | 2026-05-22T21:27:12.363Z | Downloaded parse-display-derive v0.10.0 |
| 885 | 2026-05-22T21:27:12.363Z | Downloaded peg v0.8.5 |
| 886 | 2026-05-22T21:27:12.366Z | Downloaded progenitor-client v0.14.0 |
| 887 | 2026-05-22T21:27:12.366Z | Downloaded psl-types v2.0.11 |
| 888 | 2026-05-22T21:27:12.366Z | Downloaded progenitor-macro v0.14.0 |
| 889 | 2026-05-22T21:27:12.370Z | Downloaded progenitor-macro v0.11.2 |
| 890 | 2026-05-22T21:27:12.370Z | Downloaded pem-rfc7468 v0.7.0 |
| 891 | 2026-05-22T21:27:12.370Z | Downloaded progenitor-macro v0.10.0 |
| 892 | 2026-05-22T21:27:12.374Z | Downloaded paste v1.0.15 |
| 893 | 2026-05-22T21:27:12.374Z | Downloaded quick-error v1.2.3 |
| 894 | 2026-05-22T21:27:12.374Z | Downloaded phf v0.13.1 |
| 895 | 2026-05-22T21:27:12.377Z | Downloaded phf v0.12.1 |
| 896 | 2026-05-22T21:27:12.377Z | Downloaded progenitor-macro v0.13.0 |
| 897 | 2026-05-22T21:27:12.377Z | Downloaded progenitor-client v0.11.2 |
| 898 | 2026-05-22T21:27:12.377Z | Downloaded parse-display v0.10.0 |
| 899 | 2026-05-22T21:27:12.377Z | Downloaded pin-project-lite v0.2.17 |
| 900 | 2026-05-22T21:27:12.380Z | Downloaded polyval v0.6.2 |
| 901 | 2026-05-22T21:27:12.383Z | Downloaded heapless v0.8.0 |
| 902 | 2026-05-22T21:27:12.386Z | Downloaded heapless v0.7.17 |
| 903 | 2026-05-22T21:27:12.386Z | Downloaded owo-colors v4.3.0 |
| 904 | 2026-05-22T21:27:12.391Z | Downloaded pkcs8 v0.10.2 |
| 905 | 2026-05-22T21:27:12.391Z | Downloaded pin-project-internal v1.1.11 |
| 906 | 2026-05-22T21:27:12.391Z | Downloaded poly1305 v0.8.0 |
| 907 | 2026-05-22T21:27:12.394Z | Downloaded radium v0.7.0 |
| 908 | 2026-05-22T21:27:12.399Z | Downloaded predicates v3.1.4 |
| 909 | 2026-05-22T21:27:12.401Z | Downloaded peg-macros v0.8.5 |
| 910 | 2026-05-22T21:27:12.404Z | Downloaded darling_core v0.21.3 |
| 911 | 2026-05-22T21:27:12.407Z | Downloaded litrs v1.0.0 |
| 912 | 2026-05-22T21:27:12.410Z | Downloaded omicron-zone-package v0.12.2 |
| 913 | 2026-05-22T21:27:12.410Z | Downloaded rand_chacha v0.3.1 |
| 914 | 2026-05-22T21:27:12.413Z | Downloaded ppv-lite86 v0.2.21 |
| 915 | 2026-05-22T21:27:12.413Z | Downloaded parking_lot_core v0.9.12 |
| 916 | 2026-05-22T21:27:12.415Z | Downloaded parking_lot v0.12.5 |
| 917 | 2026-05-22T21:27:12.418Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 918 | 2026-05-22T21:27:12.418Z | Downloaded derive_more v2.1.1 |
| 919 | 2026-05-22T21:27:12.424Z | Downloaded progenitor-extras v0.2.0 |
| 920 | 2026-05-22T21:27:12.427Z | Downloaded diesel_derives v2.3.7 |
| 921 | 2026-05-22T21:27:12.430Z | Downloaded rand_xorshift v0.4.0 |
| 922 | 2026-05-22T21:27:12.434Z | Downloaded der v0.7.10 |
| 923 | 2026-05-22T21:27:12.438Z | Downloaded ref-cast-impl v1.0.25 |
| 924 | 2026-05-22T21:27:12.438Z | Downloaded progenitor v0.13.0 |
| 925 | 2026-05-22T21:27:12.438Z | Downloaded ref-cast v1.0.25 |
| 926 | 2026-05-22T21:27:12.440Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 927 | 2026-05-22T21:27:12.440Z | Downloaded recursive v0.1.1 |
| 928 | 2026-05-22T21:27:12.440Z | Downloaded pkcs5 v0.7.1 |
| 929 | 2026-05-22T21:27:12.443Z | Downloaded rfc6979 v0.4.0 |
| 930 | 2026-05-22T21:27:12.443Z | Downloaded psm v0.1.30 |
| 931 | 2026-05-22T21:27:12.443Z | Downloaded pkcs1 v0.7.5 |
| 932 | 2026-05-22T21:27:12.446Z | Downloaded rtoolbox v0.0.3 |
| 933 | 2026-05-22T21:27:12.446Z | Downloaded postgres-types v0.2.12 |
| 934 | 2026-05-22T21:27:12.449Z | Downloaded pem v3.0.6 |
| 935 | 2026-05-22T21:27:12.449Z | Downloaded progenitor v0.14.0 |
| 936 | 2026-05-22T21:27:12.451Z | Downloaded miniz_oxide v0.8.9 |
| 937 | 2026-05-22T21:27:12.451Z | Downloaded progenitor v0.11.2 |
| 938 | 2026-05-22T21:27:12.454Z | Downloaded primeorder v0.13.6 |
| 939 | 2026-05-22T21:27:12.454Z | Downloaded indicatif v0.18.4 |
| 940 | 2026-05-22T21:27:12.457Z | Downloaded indexmap v1.9.3 |
| 941 | 2026-05-22T21:27:12.459Z | Downloaded parking_lot v0.11.2 |
| 942 | 2026-05-22T21:27:12.459Z | Downloaded proc-macro-error2 v2.0.1 |
| 943 | 2026-05-22T21:27:12.462Z | Downloaded async-compression v0.4.41 |
| 944 | 2026-05-22T21:27:12.464Z | Downloaded papergrid v0.17.0 |
| 945 | 2026-05-22T21:27:12.468Z | Downloaded rustc_version v0.1.7 |
| 946 | 2026-05-22T21:27:12.470Z | Downloaded rustc-hash v2.1.1 |
| 947 | 2026-05-22T21:27:12.471Z | Downloaded pkg-config v0.3.32 |
| 948 | 2026-05-22T21:27:12.471Z | Downloaded derive_more-impl v2.1.1 |
| 949 | 2026-05-22T21:27:12.473Z | Downloaded progenitor-client v0.13.0 |
| 950 | 2026-05-22T21:27:12.476Z | Downloaded expectorate v1.2.0 |
| 951 | 2026-05-22T21:27:12.476Z | Downloaded rand_seeder v0.4.0 |
| 952 | 2026-05-22T21:27:12.479Z | Downloaded postcard v1.1.3 |
| 953 | 2026-05-22T21:27:12.479Z | Downloaded hickory-resolver v0.24.4 |
| 954 | 2026-05-22T21:27:12.481Z | Downloaded r2d2 v0.8.10 |
| 955 | 2026-05-22T21:27:12.484Z | Downloaded hickory-server v0.25.2 |
| 956 | 2026-05-22T21:27:12.486Z | Downloaded rand_core v0.6.4 |
| 957 | 2026-05-22T21:27:12.487Z | Downloaded hashbrown v0.12.3 |
| 958 | 2026-05-22T21:27:12.489Z | Downloaded salsa20 v0.10.2 |
| 959 | 2026-05-22T21:27:12.489Z | Downloaded rand_chacha v0.9.0 |
| 960 | 2026-05-22T21:27:12.492Z | Downloaded quinn-udp v0.5.14 |
| 961 | 2026-05-22T21:27:12.492Z | Downloaded sapling-renderdag v0.1.0 |
| 962 | 2026-05-22T21:27:12.495Z | Downloaded scopeguard v1.2.0 |
| 963 | 2026-05-22T21:27:12.495Z | Downloaded flate2 v1.1.9 |
| 964 | 2026-05-22T21:27:12.497Z | Downloaded rand_core v0.10.0 |
| 965 | 2026-05-22T21:27:12.498Z | Downloaded http v1.4.0 |
| 966 | 2026-05-22T21:27:12.500Z | Downloaded crossbeam-channel v0.5.15 |
| 967 | 2026-05-22T21:27:12.503Z | Downloaded progenitor-impl v0.10.0 |
| 968 | 2026-05-22T21:27:12.507Z | Downloaded progenitor v0.10.0 |
| 969 | 2026-05-22T21:27:12.507Z | Downloaded rand_core v0.9.5 |
| 970 | 2026-05-22T21:27:12.507Z | Downloaded pin-project v1.1.11 |
| 971 | 2026-05-22T21:27:12.512Z | Downloaded resolv-conf v0.7.6 |
| 972 | 2026-05-22T21:27:12.515Z | Downloaded blake3 v1.8.3 |
| 973 | 2026-05-22T21:27:12.518Z | Downloaded seq-macro v0.3.6 |
| 974 | 2026-05-22T21:27:12.521Z | Downloaded secrecy v0.10.3 |
| 975 | 2026-05-22T21:27:12.521Z | Downloaded progenitor-impl v0.11.2 |
| 976 | 2026-05-22T21:27:12.524Z | Downloaded p256 v0.13.2 |
| 977 | 2026-05-22T21:27:12.527Z | Downloaded hickory-resolver v0.25.2 |
| 978 | 2026-05-22T21:27:12.530Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-05-22T21:27:12.530Z | Downloaded aes v0.8.4 |
| 980 | 2026-05-22T21:27:12.532Z | Downloaded serde-big-array v0.5.1 |
| 981 | 2026-05-22T21:27:12.533Z | Downloaded oso v0.27.3 |
| 982 | 2026-05-22T21:27:12.535Z | Downloaded postgres-protocol v0.6.10 |
| 983 | 2026-05-22T21:27:12.538Z | Downloaded serde_bytes v0.11.19 |
| 984 | 2026-05-22T21:27:12.538Z | Downloaded signal-hook-tokio v0.3.1 |
| 985 | 2026-05-22T21:27:12.541Z | Downloaded jiff-static v0.2.21 |
| 986 | 2026-05-22T21:27:12.541Z | Downloaded serde_urlencoded v0.7.1 |
| 987 | 2026-05-22T21:27:12.544Z | Downloaded serde_plain v1.0.2 |
| 988 | 2026-05-22T21:27:12.547Z | Downloaded progenitor-impl v0.13.0 |
| 989 | 2026-05-22T21:27:12.552Z | Downloaded scheduled-thread-pool v0.2.7 |
| 990 | 2026-05-22T21:27:12.559Z | Downloaded signal-hook-mio v0.2.5 |
| 991 | 2026-05-22T21:27:12.562Z | Downloaded siphasher v1.0.2 |
| 992 | 2026-05-22T21:27:12.566Z | Downloaded crossterm v0.28.1 |
| 993 | 2026-05-22T21:27:12.570Z | Downloaded rustls-native-certs v0.8.3 |
| 994 | 2026-05-22T21:27:12.573Z | Downloaded minimal-lexical v0.2.1 |
| 995 | 2026-05-22T21:27:12.576Z | Downloaded aes-gcm v0.10.3 |
| 996 | 2026-05-22T21:27:12.581Z | Downloaded scrypt v0.11.0 |
| 997 | 2026-05-22T21:27:12.584Z | Downloaded same-file v1.0.6 |
| 998 | 2026-05-22T21:27:12.592Z | Downloaded rustversion v1.0.22 |
| 999 | 2026-05-22T21:27:12.595Z | Downloaded progenitor-impl v0.14.0 |
| 1000 | 2026-05-22T21:27:12.598Z | Downloaded semver v0.1.20 |
| 1001 | 2026-05-22T21:27:12.598Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2026-05-22T21:27:12.601Z | Downloaded shell-words v1.1.1 |
| 1003 | 2026-05-22T21:27:12.604Z | Downloaded publicsuffix v2.3.0 |
| 1004 | 2026-05-22T21:27:12.604Z | Downloaded scroll_derive v0.13.1 |
| 1005 | 2026-05-22T21:27:12.608Z | Downloaded secrecy v0.8.0 |
| 1006 | 2026-05-22T21:27:12.612Z | Downloaded serde_repr v0.1.20 |
| 1007 | 2026-05-22T21:27:12.612Z | Downloaded sha1 v0.10.6 |
| 1008 | 2026-05-22T21:27:12.612Z | Downloaded serde-hex v0.1.0 |
| 1009 | 2026-05-22T21:27:12.615Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-05-22T21:27:12.615Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2026-05-22T21:27:12.618Z | Downloaded ssh-encoding v0.2.0 |
| 1012 | 2026-05-22T21:27:12.618Z | Downloaded structmeta v0.3.0 |
| 1013 | 2026-05-22T21:27:12.618Z | Downloaded rcgen v0.12.1 |
| 1014 | 2026-05-22T21:27:12.621Z | Downloaded hashbrown v0.16.1 |
| 1015 | 2026-05-22T21:27:12.624Z | Downloaded libxml v0.3.3 |
| 1016 | 2026-05-22T21:27:12.626Z | Downloaded signal-hook-registry v1.4.8 |
| 1017 | 2026-05-22T21:27:12.629Z | Downloaded shlex v1.3.0 |
| 1018 | 2026-05-22T21:27:12.629Z | Downloaded itertools v0.13.0 |
| 1019 | 2026-05-22T21:27:12.632Z | Downloaded sqlparser_derive v0.5.0 |
| 1020 | 2026-05-22T21:27:12.635Z | Downloaded quinn v0.11.9 |
| 1021 | 2026-05-22T21:27:12.638Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-05-22T21:27:12.638Z | Downloaded pretty_assertions v1.4.1 |
| 1023 | 2026-05-22T21:27:12.640Z | Downloaded rustls-pemfile v1.0.4 |
| 1024 | 2026-05-22T21:27:12.640Z | Downloaded strum v0.27.2 |
| 1025 | 2026-05-22T21:27:12.643Z | Downloaded subtle v2.6.1 |
| 1026 | 2026-05-22T21:27:12.643Z | Downloaded prettyplease v0.2.37 |
| 1027 | 2026-05-22T21:27:12.646Z | Downloaded openssl-sys v0.9.115 |
| 1028 | 2026-05-22T21:27:12.648Z | Downloaded rustls-pemfile v2.2.0 |
| 1029 | 2026-05-22T21:27:12.648Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-05-22T21:27:12.651Z | Downloaded sync-ptr v0.1.4 |
| 1031 | 2026-05-22T21:27:12.651Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1032 | 2026-05-22T21:27:12.651Z | Downloaded tabled_derive v0.11.0 |
| 1033 | 2026-05-22T21:27:12.654Z | Downloaded tabwriter v1.4.1 |
| 1034 | 2026-05-22T21:27:12.654Z | Downloaded crossterm v0.29.0 |
| 1035 | 2026-05-22T21:27:12.657Z | Downloaded scroll v0.13.0 |
| 1036 | 2026-05-22T21:27:12.659Z | Downloaded slog-bunyan v2.5.0 |
| 1037 | 2026-05-22T21:27:12.659Z | Downloaded russh-cryptovec v0.7.3 |
| 1038 | 2026-05-22T21:27:12.660Z | Downloaded ron v0.8.1 |
| 1039 | 2026-05-22T21:27:12.662Z | Downloaded supports-color v3.0.2 |
| 1040 | 2026-05-22T21:27:12.665Z | Downloaded slog-stdlog v4.1.1 |
| 1041 | 2026-05-22T21:27:12.665Z | Downloaded snafu-derive v0.8.9 |
| 1042 | 2026-05-22T21:27:12.668Z | Downloaded smallvec v0.6.14 |
| 1043 | 2026-05-22T21:27:12.668Z | Downloaded sqlformat v0.3.5 |
| 1044 | 2026-05-22T21:27:12.668Z | Downloaded slab v0.4.12 |
| 1045 | 2026-05-22T21:27:12.670Z | Downloaded serde_path_to_error v0.1.20 |
| 1046 | 2026-05-22T21:27:12.670Z | Downloaded tap v1.0.1 |
| 1047 | 2026-05-22T21:27:12.670Z | Downloaded rustc_version v0.4.1 |
| 1048 | 2026-05-22T21:27:12.673Z | Downloaded structmeta-derive v0.3.0 |
| 1049 | 2026-05-22T21:27:12.673Z | Downloaded stacker v0.1.23 |
| 1050 | 2026-05-22T21:27:12.676Z | Downloaded take_mut v0.2.2 |
| 1051 | 2026-05-22T21:27:12.676Z | Downloaded signature v2.2.0 |
| 1052 | 2026-05-22T21:27:12.676Z | Downloaded serde_spanned v1.0.4 |
| 1053 | 2026-05-22T21:27:12.676Z | Downloaded schemars_derive v0.8.22 |
| 1054 | 2026-05-22T21:27:12.679Z | Downloaded rusty-fork v0.3.1 |
| 1055 | 2026-05-22T21:27:12.679Z | Downloaded ssh-cipher v0.2.0 |
| 1056 | 2026-05-22T21:27:12.681Z | Downloaded nom v7.1.3 |
| 1057 | 2026-05-22T21:27:12.684Z | Downloaded testing_table v0.3.0 |
| 1058 | 2026-05-22T21:27:12.684Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-05-22T21:27:12.684Z | Downloaded stringprep v0.1.5 |
| 1060 | 2026-05-22T21:27:12.689Z | Downloaded static_assertions v1.1.0 |
| 1061 | 2026-05-22T21:27:12.689Z | Downloaded serde_derive_internals v0.29.1 |
| 1062 | 2026-05-22T21:27:12.689Z | Downloaded strum_macros v0.24.3 |
| 1063 | 2026-05-22T21:27:12.692Z | Downloaded itertools v0.10.5 |
| 1064 | 2026-05-22T21:27:12.692Z | Downloaded mio v1.2.0 |
| 1065 | 2026-05-22T21:27:12.695Z | Downloaded strum v0.26.3 |
| 1066 | 2026-05-22T21:27:12.698Z | Downloaded string_cache v0.8.9 |
| 1067 | 2026-05-22T21:27:12.698Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1068 | 2026-05-22T21:27:12.698Z | Downloaded ryu v1.0.23 |
| 1069 | 2026-05-22T21:27:12.701Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1070 | 2026-05-22T21:27:12.704Z | Downloaded itertools v0.14.0 |
| 1071 | 2026-05-22T21:27:12.707Z | Downloaded simd-adler32 v0.3.8 |
| 1072 | 2026-05-22T21:27:12.710Z | Downloaded hyper-util v0.1.20 |
| 1073 | 2026-05-22T21:27:12.712Z | Downloaded schemars v0.8.22 |
| 1074 | 2026-05-22T21:27:12.717Z | Downloaded tokio-macros v2.7.0 |
| 1075 | 2026-05-22T21:27:12.721Z | Downloaded tagptr v0.2.0 |
| 1076 | 2026-05-22T21:27:12.721Z | Downloaded serde_cbor v0.11.2 |
| 1077 | 2026-05-22T21:27:12.724Z | Downloaded slog-term v2.9.2 |
| 1078 | 2026-05-22T21:27:12.724Z | Downloaded smf v0.2.3 |
| 1079 | 2026-05-22T21:27:12.724Z | Downloaded support-bundle-viewer v0.1.2 |
| 1080 | 2026-05-22T21:27:12.726Z | Downloaded spki v0.7.3 |
| 1081 | 2026-05-22T21:27:12.727Z | Downloaded sigpipe v0.1.3 |
| 1082 | 2026-05-22T21:27:12.727Z | Downloaded sct v0.7.1 |
| 1083 | 2026-05-22T21:27:12.729Z | Downloaded time-core v0.1.8 |
| 1084 | 2026-05-22T21:27:12.729Z | Downloaded aho-corasick v1.1.4 |
| 1085 | 2026-05-22T21:27:12.733Z | Downloaded hyper v1.8.1 |
| 1086 | 2026-05-22T21:27:12.737Z | Downloaded hashbrown v0.15.5 |
| 1087 | 2026-05-22T21:27:12.740Z | Downloaded tinyvec_macros v0.1.1 |
| 1088 | 2026-05-22T21:27:12.743Z | Downloaded sec1 v0.7.3 |
| 1089 | 2026-05-22T21:27:12.743Z | Downloaded slog-async v2.8.0 |
| 1090 | 2026-05-22T21:27:12.746Z | Downloaded iddqd v0.4.1 |
| 1091 | 2026-05-22T21:27:12.749Z | Downloaded strum_macros v0.26.4 |
| 1092 | 2026-05-22T21:27:12.751Z | Downloaded slog-scope v4.4.1 |
| 1093 | 2026-05-22T21:27:12.754Z | Downloaded tower-layer v0.3.3 |
| 1094 | 2026-05-22T21:27:12.759Z | Downloaded tower-service v0.3.3 |
| 1095 | 2026-05-22T21:27:12.762Z | Downloaded num-bigint v0.4.6 |
| 1096 | 2026-05-22T21:27:12.764Z | Downloaded topological-sort v0.2.2 |
| 1097 | 2026-05-22T21:27:12.767Z | Downloaded strum_macros v0.27.2 |
| 1098 | 2026-05-22T21:27:12.767Z | Downloaded slog-dtrace v0.3.0 |
| 1099 | 2026-05-22T21:27:12.775Z | Downloaded rand v0.8.6 |
| 1100 | 2026-05-22T21:27:12.778Z | Downloaded termios v0.3.3 |
| 1101 | 2026-05-22T21:27:12.780Z | Downloaded thread-id v5.1.0 |
| 1102 | 2026-05-22T21:27:12.780Z | Downloaded try-lock v0.2.5 |
| 1103 | 2026-05-22T21:27:12.780Z | Downloaded similar v2.7.0 |
| 1104 | 2026-05-22T21:27:12.783Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-05-22T21:27:12.786Z | Downloaded rayon-core v1.13.0 |
| 1106 | 2026-05-22T21:27:12.789Z | Downloaded thiserror-no-std v2.0.2 |
| 1107 | 2026-05-22T21:27:12.789Z | Downloaded signal-hook v0.3.18 |
| 1108 | 2026-05-22T21:27:12.793Z | Downloaded typify-macro v0.4.3 |
| 1109 | 2026-05-22T21:27:12.793Z | Downloaded tiny-keccak v2.0.2 |
| 1110 | 2026-05-22T21:27:12.796Z | Downloaded thread_local v1.1.9 |
| 1111 | 2026-05-22T21:27:12.796Z | Downloaded serde_with_macros v3.17.0 |
| 1112 | 2026-05-22T21:27:12.796Z | Downloaded unicode-truncate v1.1.0 |
| 1113 | 2026-05-22T21:27:12.798Z | Downloaded trait-variant v0.1.2 |
| 1114 | 2026-05-22T21:27:12.798Z | Downloaded tls_codec_derive v0.4.2 |
| 1115 | 2026-05-22T21:27:12.801Z | Downloaded socket2 v0.6.3 |
| 1116 | 2026-05-22T21:27:12.806Z | Downloaded untrusted v0.9.0 |
| 1117 | 2026-05-22T21:27:12.808Z | Downloaded usdt v0.6.0 |
| 1118 | 2026-05-22T21:27:12.809Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-05-22T21:27:12.811Z | Downloaded usdt-attr-macro v0.6.0 |
| 1120 | 2026-05-22T21:27:12.811Z | Downloaded spin v0.9.8 |
| 1121 | 2026-05-22T21:27:12.814Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-05-22T21:27:12.814Z | Downloaded unit-prefix v0.5.2 |
| 1123 | 2026-05-22T21:27:12.814Z | Downloaded typify-macro v0.6.2 |
| 1124 | 2026-05-22T21:27:12.814Z | Downloaded slog-json v2.6.1 |
| 1125 | 2026-05-22T21:27:12.817Z | Downloaded tokio-native-tls v0.3.1 |
| 1126 | 2026-05-22T21:27:12.820Z | Downloaded term v0.7.0 |
| 1127 | 2026-05-22T21:27:12.823Z | Downloaded utf-8 v0.7.6 |
| 1128 | 2026-05-22T21:27:12.826Z | Downloaded usdt-macro v0.6.0 |
| 1129 | 2026-05-22T21:27:12.826Z | Downloaded num-bigint-dig v0.8.6 |
| 1130 | 2026-05-22T21:27:12.828Z | Downloaded tokio-tungstenite v0.21.0 |
| 1131 | 2026-05-22T21:27:12.831Z | Downloaded tls_codec v0.4.2 |
| 1132 | 2026-05-22T21:27:12.831Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-05-22T21:27:12.831Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1134 | 2026-05-22T21:27:12.834Z | Downloaded tokio-tungstenite v0.23.1 |
| 1135 | 2026-05-22T21:27:12.834Z | Downloaded tokio-rustls v0.25.0 |
| 1136 | 2026-05-22T21:27:12.834Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1137 | 2026-05-22T21:27:12.837Z | Downloaded socket2 v0.5.10 |
| 1138 | 2026-05-22T21:27:12.840Z | Downloaded void v1.0.2 |
| 1139 | 2026-05-22T21:27:12.843Z | Downloaded qorb v0.4.1 |
| 1140 | 2026-05-22T21:27:12.846Z | Downloaded tui-tree-widget v0.23.1 |
| 1141 | 2026-05-22T21:27:12.846Z | Downloaded term v1.2.1 |
| 1142 | 2026-05-22T21:27:12.848Z | Downloaded rsa v0.9.10 |
| 1143 | 2026-05-22T21:27:12.855Z | Downloaded wait-timeout v0.2.1 |
| 1144 | 2026-05-22T21:27:12.857Z | Downloaded want v0.3.1 |
| 1145 | 2026-05-22T21:27:12.858Z | Downloaded waitgroup v0.1.2 |
| 1146 | 2026-05-22T21:27:12.860Z | Downloaded rand v0.9.2 |
| 1147 | 2026-05-22T21:27:12.860Z | Downloaded futures-util v0.3.32 |
| 1148 | 2026-05-22T21:27:12.867Z | Downloaded p521 v0.13.3 |
| 1149 | 2026-05-22T21:27:12.870Z | Downloaded unicase v2.9.0 |
| 1150 | 2026-05-22T21:27:12.873Z | Downloaded tokio-dtrace v0.1.1 |
| 1151 | 2026-05-22T21:27:12.879Z | Downloaded slog v2.8.2 |
| 1152 | 2026-05-22T21:27:12.882Z | Downloaded tokio-rustls v0.24.1 |
| 1153 | 2026-05-22T21:27:12.885Z | Downloaded rustls-webpki v0.103.9 |
| 1154 | 2026-05-22T21:27:12.888Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-05-22T21:27:12.889Z | Downloaded vergen-gitcl v1.0.8 |
| 1156 | 2026-05-22T21:27:12.894Z | Downloaded tokio-stream v0.1.18 |
| 1157 | 2026-05-22T21:27:12.899Z | Downloaded iri-string v0.7.10 |
| 1158 | 2026-05-22T21:27:12.902Z | Downloaded zeroize_derive v1.4.3 |
| 1159 | 2026-05-22T21:27:12.902Z | Downloaded itertools v0.12.1 |
| 1160 | 2026-05-22T21:27:12.906Z | Downloaded zone v0.3.1 |
| 1161 | 2026-05-22T21:27:12.909Z | Downloaded walkdir v2.5.0 |
| 1162 | 2026-05-22T21:27:12.909Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1163 | 2026-05-22T21:27:12.909Z | Downloaded vsss-rs v3.3.4 |
| 1164 | 2026-05-22T21:27:12.912Z | Downloaded vergen-git2 v1.0.7 |
| 1165 | 2026-05-22T21:27:12.912Z | Downloaded tokio-rustls v0.26.4 |
| 1166 | 2026-05-22T21:27:12.915Z | Downloaded vergen-lib v0.1.6 |
| 1167 | 2026-05-22T21:27:12.919Z | Downloaded schemars v0.9.0 |
| 1168 | 2026-05-22T21:27:12.922Z | Downloaded tracing-attributes v0.1.31 |
| 1169 | 2026-05-22T21:27:12.925Z | Downloaded rand v0.10.0 |
| 1170 | 2026-05-22T21:27:12.929Z | Downloaded twox-hash v2.1.2 |
| 1171 | 2026-05-22T21:27:12.932Z | Downloaded subprocess v0.2.15 |
| 1172 | 2026-05-22T21:27:12.932Z | Downloaded test-strategy v0.4.5 |
| 1173 | 2026-05-22T21:27:12.937Z | Downloaded whoami v1.6.1 |
| 1174 | 2026-05-22T21:27:12.938Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1175 | 2026-05-22T21:27:12.941Z | Downloaded zone_cfg_derive v0.3.1 |
| 1176 | 2026-05-22T21:27:12.941Z | Downloaded snafu v0.8.9 |
| 1177 | 2026-05-22T21:27:12.941Z | Downloaded time-macros v0.2.27 |
| 1178 | 2026-05-22T21:27:12.944Z | Downloaded wyz v0.5.1 |
| 1179 | 2026-05-22T21:27:12.944Z | Downloaded whoami v2.1.0 |
| 1180 | 2026-05-22T21:27:12.944Z | Downloaded schemars v1.2.1 |
| 1181 | 2026-05-22T21:27:12.951Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-05-22T21:27:12.956Z | Downloaded tinyvec v1.10.0 |
| 1183 | 2026-05-22T21:27:12.956Z | Downloaded xshell v0.2.7 |
| 1184 | 2026-05-22T21:27:12.961Z | Downloaded xattr v1.6.1 |
| 1185 | 2026-05-22T21:27:12.961Z | Downloaded hkdf v0.12.4 |
| 1186 | 2026-05-22T21:27:12.969Z | Downloaded vergen v9.0.6 |
| 1187 | 2026-05-22T21:27:12.972Z | Downloaded toml v0.7.8 |
| 1188 | 2026-05-22T21:27:12.972Z | Downloaded uzers v0.12.2 |
| 1189 | 2026-05-22T21:27:12.975Z | Downloaded zeroize v1.8.2 |
| 1190 | 2026-05-22T21:27:12.978Z | Downloaded usdt-impl v0.6.0 |
| 1191 | 2026-05-22T21:27:12.978Z | Downloaded chrono v0.4.44 |
| 1192 | 2026-05-22T21:27:12.982Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1193 | 2026-05-22T21:27:12.984Z | Downloaded russh v0.45.0 |
| 1194 | 2026-05-22T21:27:12.987Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1195 | 2026-05-22T21:27:12.991Z | Downloaded typify v0.6.2 |
| 1196 | 2026-05-22T21:27:12.993Z | Downloaded zstd v0.13.3 |
| 1197 | 2026-05-22T21:27:12.994Z | Downloaded zstd-safe v7.2.4 |
| 1198 | 2026-05-22T21:27:12.997Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-05-22T21:27:12.997Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-05-22T21:27:13.001Z | Downloaded tungstenite v0.21.0 |
| 1201 | 2026-05-22T21:27:13.005Z | Downloaded yasna v0.5.2 |
| 1202 | 2026-05-22T21:27:13.005Z | Downloaded tar v0.4.45 |
| 1203 | 2026-05-22T21:27:13.008Z | Downloaded h2 v0.4.13 |
| 1204 | 2026-05-22T21:27:13.012Z | Downloaded unicode-bidi v0.3.18 |
| 1205 | 2026-05-22T21:27:13.024Z | Downloaded steno v0.4.1 |
| 1206 | 2026-05-22T21:27:13.027Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-05-22T21:27:13.027Z | Downloaded zerocopy v0.6.6 |
| 1208 | 2026-05-22T21:27:13.032Z | Downloaded bindgen v0.71.1 |
| 1209 | 2026-05-22T21:27:13.037Z | Downloaded rustyline v14.0.0 |
| 1210 | 2026-05-22T21:27:13.039Z | Downloaded vte v0.14.1 |
| 1211 | 2026-05-22T21:27:13.039Z | Downloaded typify v0.4.3 |
| 1212 | 2026-05-22T21:27:13.039Z | Downloaded tracing-core v0.1.36 |
| 1213 | 2026-05-22T21:27:13.042Z | Downloaded samael v0.0.19 |
| 1214 | 2026-05-22T21:27:13.055Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-22T21:27:13.058Z | Downloaded unsafe-libyaml v0.2.11 |
| 1216 | 2026-05-22T21:27:13.061Z | Downloaded moka v0.12.13 |
| 1217 | 2026-05-22T21:27:13.064Z | Downloaded uuid v1.23.0 |
| 1218 | 2026-05-22T21:27:13.070Z | Downloaded toml_edit v0.19.15 |
| 1219 | 2026-05-22T21:27:13.080Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-05-22T21:27:13.084Z | Downloaded libm v0.2.16 |
| 1221 | 2026-05-22T21:27:13.097Z | Downloaded tokio-postgres v0.7.16 |
| 1222 | 2026-05-22T21:27:13.100Z | Downloaded yansi v1.0.1 |
| 1223 | 2026-05-22T21:27:13.103Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-05-22T21:27:13.103Z | Downloaded rayon v1.11.0 |
| 1225 | 2026-05-22T21:27:13.108Z | Downloaded reqwest v0.13.2 |
| 1226 | 2026-05-22T21:27:13.112Z | Downloaded zip v0.6.6 |
| 1227 | 2026-05-22T21:27:13.115Z | Downloaded bitvec v1.0.1 |
| 1228 | 2026-05-22T21:27:13.127Z | Downloaded reqwest v0.12.28 |
| 1229 | 2026-05-22T21:27:13.131Z | Downloaded reedline v0.40.0 |
| 1230 | 2026-05-22T21:27:13.139Z | Downloaded git2 v0.20.4 |
| 1231 | 2026-05-22T21:27:13.145Z | Downloaded regex v1.12.3 |
| 1232 | 2026-05-22T21:27:13.151Z | Downloaded x509-cert v0.2.5 |
| 1233 | 2026-05-22T21:27:13.155Z | Downloaded unicode-segmentation v1.12.0 |
| 1234 | 2026-05-22T21:27:13.158Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-05-22T21:27:13.164Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-05-22T21:27:13.168Z | Downloaded lalrpop v0.19.12 |
| 1237 | 2026-05-22T21:27:13.174Z | Downloaded rpassword v7.4.0 |
| 1238 | 2026-05-22T21:27:13.180Z | Downloaded goblin v0.10.5 |
| 1239 | 2026-05-22T21:27:13.183Z | Downloaded object v0.30.4 |
| 1240 | 2026-05-22T21:27:13.189Z | Downloaded zerocopy-derive v0.8.40 |
| 1241 | 2026-05-22T21:27:13.195Z | Downloaded tower v0.5.3 |
| 1242 | 2026-05-22T21:27:13.199Z | Downloaded tough v0.22.0 |
| 1243 | 2026-05-22T21:27:13.205Z | Downloaded portable-atomic v1.13.1 |
| 1244 | 2026-05-22T21:27:13.209Z | Downloaded bstr v1.12.1 |
| 1245 | 2026-05-22T21:27:13.213Z | Downloaded quinn-proto v0.11.13 |
| 1246 | 2026-05-22T21:27:13.217Z | Downloaded polar-core v0.27.3 |
| 1247 | 2026-05-22T21:27:13.223Z | Downloaded quick-xml v0.37.5 |
| 1248 | 2026-05-22T21:27:13.227Z | Downloaded proptest v1.10.0 |
| 1249 | 2026-05-22T21:27:13.233Z | Downloaded zip v4.6.1 |
| 1250 | 2026-05-22T21:27:13.237Z | Downloaded unicode-normalization v0.1.25 |
| 1251 | 2026-05-22T21:27:13.240Z | Downloaded tower-http v0.6.8 |
| 1252 | 2026-05-22T21:27:13.244Z | Downloaded salty v0.3.0 |
| 1253 | 2026-05-22T21:27:13.248Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-05-22T21:27:13.251Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-05-22T21:27:13.280Z | Downloaded petname v2.0.2 |
| 1256 | 2026-05-22T21:27:13.286Z | Downloaded nix v0.27.1 |
| 1257 | 2026-05-22T21:27:13.292Z | Downloaded winnow v0.6.26 |
| 1258 | 2026-05-22T21:27:13.298Z | Downloaded openssl v0.10.79 |
| 1259 | 2026-05-22T21:27:13.302Z | Downloaded serde_with v3.17.0 |
| 1260 | 2026-05-22T21:27:13.309Z | Downloaded winnow v0.5.40 |
| 1261 | 2026-05-22T21:27:13.314Z | Downloaded nix v0.31.2 |
| 1262 | 2026-05-22T21:27:13.320Z | Downloaded object v0.37.3 |
| 1263 | 2026-05-22T21:27:13.330Z | Downloaded radix_trie v0.2.1 |
| 1264 | 2026-05-22T21:27:13.347Z | Downloaded curve25519-dalek v4.1.3 |
| 1265 | 2026-05-22T21:27:13.352Z | Downloaded smoltcp v0.9.1 |
| 1266 | 2026-05-22T21:27:13.358Z | Downloaded vcpkg v0.2.15 |
| 1267 | 2026-05-22T21:27:13.382Z | Downloaded nix v0.28.0 |
| 1268 | 2026-05-22T21:27:13.388Z | Downloaded regex-syntax v0.6.29 |
| 1269 | 2026-05-22T21:27:13.392Z | Downloaded time v0.3.47 |
| 1270 | 2026-05-22T21:27:13.401Z | Downloaded regress v0.11.1 |
| 1271 | 2026-05-22T21:27:13.407Z | Downloaded regex-syntax v0.8.10 |
| 1272 | 2026-05-22T21:27:13.410Z | Downloaded dropshot v0.17.0 |
| 1273 | 2026-05-22T21:27:13.425Z | Downloaded zlib-rs v0.6.2 |
| 1274 | 2026-05-22T21:27:13.428Z | Downloaded regress v0.10.5 |
| 1275 | 2026-05-22T21:27:13.434Z | Downloaded dropshot v0.16.7 |
| 1276 | 2026-05-22T21:27:13.446Z | Downloaded zerocopy v0.8.40 |
| 1277 | 2026-05-22T21:27:13.451Z | Downloaded rustls v0.22.4 |
| 1278 | 2026-05-22T21:27:13.459Z | Downloaded rustls v0.23.37 |
| 1279 | 2026-05-22T21:27:13.466Z | Downloaded webpki-roots v1.0.6 |
| 1280 | 2026-05-22T21:27:13.469Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-05-22T21:27:13.478Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-05-22T21:27:13.485Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-22T21:27:13.517Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-05-22T21:27:13.530Z | Downloaded diesel v2.3.7 |
| 1285 | 2026-05-22T21:27:13.542Z | Downloaded tabled v0.20.0 |
| 1286 | 2026-05-22T21:27:13.554Z | Downloaded sled v0.34.7 |
| 1287 | 2026-05-22T21:27:13.562Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1288 | 2026-05-22T21:27:13.568Z | Downloaded nix v0.29.0 |
| 1289 | 2026-05-22T21:27:13.575Z | Downloaded rustls v0.21.12 |
| 1290 | 2026-05-22T21:27:13.583Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-05-22T21:27:13.589Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-05-22T21:27:13.598Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-05-22T21:27:13.605Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-22T21:27:13.614Z | Downloaded chrono-tz v0.10.4 |
| 1295 | 2026-05-22T21:27:13.627Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-05-22T21:27:13.634Z | Downloaded tracing v0.1.44 |
| 1297 | 2026-05-22T21:27:13.652Z | Downloaded ratatui v0.29.0 |
| 1298 | 2026-05-22T21:27:13.661Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-05-22T21:27:13.668Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1300 | 2026-05-22T21:27:13.685Z | Downloaded sha3 v0.10.8 |
| 1301 | 2026-05-22T21:27:13.715Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-05-22T21:27:13.730Z | Downloaded jiff v0.2.21 |
| 1303 | 2026-05-22T21:27:13.755Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-05-22T21:27:13.770Z | Downloaded csv v1.4.0 |
| 1305 | 2026-05-22T21:27:13.778Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-22T21:27:13.805Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-05-22T21:27:13.829Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1308 | 2026-05-22T21:27:13.892Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-05-22T21:27:13.904Z | Downloaded ring v0.17.14 |
| 1310 | 2026-05-22T21:27:14.344Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-05-22T21:27:14.586Z | Compiling libc v0.2.185 |
| 1312 | 2026-05-22T21:27:14.586Z | Compiling serde v1.0.228 |
| 1313 | 2026-05-22T21:27:14.588Z | Compiling log v0.4.29 |
| 1314 | 2026-05-22T21:27:14.588Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-05-22T21:27:14.588Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-22T21:27:14.723Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-05-22T21:27:14.734Z | Compiling syn v2.0.117 |
| 1318 | 2026-05-22T21:27:14.753Z | Compiling typenum v1.19.0 |
| 1319 | 2026-05-22T21:27:14.939Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-05-22T21:27:14.957Z | Compiling subtle v2.6.1 |
| 1321 | 2026-05-22T21:27:14.982Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-05-22T21:27:14.996Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-05-22T21:27:15.053Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-05-22T21:27:15.091Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-05-22T21:27:15.136Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-05-22T21:27:15.196Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-05-22T21:27:15.319Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-05-22T21:27:15.419Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-05-22T21:27:15.597Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-05-22T21:27:15.636Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-05-22T21:27:15.677Z | Compiling errno v0.3.14 |
| 1332 | 2026-05-22T21:27:15.736Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-05-22T21:27:15.789Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-05-22T21:27:15.839Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-05-22T21:27:16.016Z | Compiling cc v1.2.56 |
| 1336 | 2026-05-22T21:27:16.030Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-05-22T21:27:16.115Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-05-22T21:27:16.129Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-05-22T21:27:16.224Z | Compiling libm v0.2.16 |
| 1340 | 2026-05-22T21:27:16.253Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-05-22T21:27:16.275Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-22T21:27:16.313Z | Compiling mio v1.2.0 |
| 1343 | 2026-05-22T21:27:16.346Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-05-22T21:27:16.425Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-05-22T21:27:16.460Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-05-22T21:27:16.610Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-05-22T21:27:16.637Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-05-22T21:27:16.690Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-05-22T21:27:16.709Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-05-22T21:27:16.724Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-05-22T21:27:16.770Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-22T21:27:16.858Z | Compiling slab v0.4.12 |
| 1353 | 2026-05-22T21:27:16.873Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-05-22T21:27:16.907Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-05-22T21:27:16.933Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-05-22T21:27:17.026Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-05-22T21:27:17.041Z | Compiling cmake v0.1.57 |
| 1358 | 2026-05-22T21:27:17.406Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-05-22T21:27:17.428Z | Compiling dunce v1.0.5 |
| 1360 | 2026-05-22T21:27:17.522Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-05-22T21:27:17.557Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-05-22T21:27:17.579Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-05-22T21:27:17.632Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-05-22T21:27:17.676Z | Compiling regex-syntax v0.8.10 |
| 1365 | 2026-05-22T21:27:17.780Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-05-22T21:27:17.874Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-05-22T21:27:17.904Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-05-22T21:27:17.932Z | Compiling rustix v1.1.3 |
| 1369 | 2026-05-22T21:27:18.102Z | Compiling flagset v0.4.7 |
| 1370 | 2026-05-22T21:27:18.116Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-05-22T21:27:18.162Z | Compiling ring v0.17.14 |
| 1372 | 2026-05-22T21:27:18.178Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-05-22T21:27:18.228Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-05-22T21:27:18.385Z | Compiling uuid v1.23.0 |
| 1375 | 2026-05-22T21:27:18.457Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-05-22T21:27:18.826Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-05-22T21:27:19.057Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-05-22T21:27:19.109Z | Compiling base64 v0.22.1 |
| 1379 | 2026-05-22T21:27:19.386Z | Compiling untrusted v0.7.1 |
| 1380 | 2026-05-22T21:27:19.402Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-05-22T21:27:19.439Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-05-22T21:27:19.509Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-05-22T21:27:19.586Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-05-22T21:27:19.741Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-05-22T21:27:20.041Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-22T21:27:20.086Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-22T21:27:20.763Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-05-22T21:27:20.840Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-05-22T21:27:20.879Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-05-22T21:27:20.921Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-05-22T21:27:20.986Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-05-22T21:27:21.041Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-22T21:27:21.041Z | Compiling digest v0.10.7 |
| 1394 | 2026-05-22T21:27:21.235Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-05-22T21:27:21.287Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-05-22T21:27:21.493Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-05-22T21:27:21.700Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-05-22T21:27:21.741Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-05-22T21:27:21.789Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-22T21:27:21.900Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-05-22T21:27:21.903Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-05-22T21:27:21.943Z | Compiling block-padding v0.3.3 |
| 1403 | 2026-05-22T21:27:22.080Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-05-22T21:27:22.098Z | Compiling inout v0.1.4 |
| 1405 | 2026-05-22T21:27:22.264Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-22T21:27:22.382Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-05-22T21:27:22.519Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-05-22T21:27:22.775Z | Compiling bytes v1.11.1 |
| 1409 | 2026-05-22T21:27:22.804Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-05-22T21:27:22.844Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-22T21:27:23.333Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-22T21:27:23.372Z | Compiling der_derive v0.7.3 |
| 1413 | 2026-05-22T21:27:23.455Z | Compiling http v1.4.0 |
| 1414 | 2026-05-22T21:27:23.726Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-22T21:27:23.830Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-22T21:27:23.977Z | Compiling chrono v0.4.44 |
| 1417 | 2026-05-22T21:27:24.346Z | Compiling ppv-lite86 v0.2.21 |
| 1418 | 2026-05-22T21:27:24.368Z | Compiling url v2.5.8 |
| 1419 | 2026-05-22T21:27:24.400Z | Compiling der v0.7.10 |
| 1420 | 2026-05-22T21:27:24.483Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-05-22T21:27:24.519Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-05-22T21:27:24.619Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-05-22T21:27:24.633Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-05-22T21:27:24.662Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-05-22T21:27:25.055Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-05-22T21:27:25.143Z | Compiling scrypt v0.11.0 |
| 1427 | 2026-05-22T21:27:25.346Z | Compiling spki v0.7.3 |
| 1428 | 2026-05-22T21:27:25.390Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-22T21:27:25.540Z | Compiling aes v0.8.4 |
| 1430 | 2026-05-22T21:27:25.554Z | Compiling cbc v0.1.2 |
| 1431 | 2026-05-22T21:27:25.655Z | Compiling httparse v1.10.1 |
| 1432 | 2026-05-22T21:27:25.694Z | Compiling untrusted v0.9.0 |
| 1433 | 2026-05-22T21:27:25.733Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-05-22T21:27:25.811Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-05-22T21:27:25.882Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-05-22T21:27:25.899Z | Compiling tracing v0.1.44 |
| 1437 | 2026-05-22T21:27:25.913Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-22T21:27:25.957Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-05-22T21:27:26.059Z | Compiling rand v0.9.2 |
| 1440 | 2026-05-22T21:27:26.153Z | Compiling pest_generator v2.8.6 |
| 1441 | 2026-05-22T21:27:26.216Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-05-22T21:27:26.378Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-05-22T21:27:26.578Z | Compiling schemars v0.8.22 |
| 1444 | 2026-05-22T21:27:26.779Z | Compiling atomic-waker v1.1.2 |
| 1445 | 2026-05-22T21:27:26.837Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-05-22T21:27:26.851Z | Compiling rustls v0.23.37 |
| 1447 | 2026-05-22T21:27:26.900Z | Compiling tower-service v0.3.3 |
| 1448 | 2026-05-22T21:27:26.941Z | Compiling dyn-clone v1.0.20 |
| 1449 | 2026-05-22T21:27:26.993Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-05-22T21:27:27.013Z | Compiling want v0.3.1 |
| 1451 | 2026-05-22T21:27:27.073Z | Compiling tokio-util v0.7.18 |
| 1452 | 2026-05-22T21:27:27.104Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-05-22T21:27:27.147Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-05-22T21:27:27.169Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-22T21:27:27.585Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-05-22T21:27:27.773Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-22T21:27:28.032Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-22T21:27:28.080Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-05-22T21:27:28.179Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-05-22T21:27:28.323Z | Compiling openssl v0.10.79 |
| 1461 | 2026-05-22T21:27:28.523Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-05-22T21:27:28.608Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-22T21:27:28.626Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-22T21:27:28.695Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-05-22T21:27:28.795Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-05-22T21:27:28.921Z | Compiling scroll v0.13.0 |
| 1467 | 2026-05-22T21:27:29.039Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-05-22T21:27:29.193Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-05-22T21:27:29.490Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-05-22T21:27:29.573Z | Compiling spin v0.9.8 |
| 1471 | 2026-05-22T21:27:29.588Z | Compiling num-conv v0.2.0 |
| 1472 | 2026-05-22T21:27:29.715Z | Compiling time-core v0.1.8 |
| 1473 | 2026-05-22T21:27:29.781Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-05-22T21:27:29.862Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-05-22T21:27:29.875Z | Compiling native-tls v0.2.18 |
| 1476 | 2026-05-22T21:27:29.980Z | Compiling deranged v0.5.8 |
| 1477 | 2026-05-22T21:27:30.138Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-22T21:27:30.474Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-05-22T21:27:30.927Z | Compiling hyper v1.8.1 |
| 1480 | 2026-05-22T21:27:30.941Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-22T21:27:31.020Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-22T21:27:31.188Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-22T21:27:31.255Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-05-22T21:27:31.363Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-05-22T21:27:31.472Z | Compiling simd-adler32 v0.3.8 |
| 1486 | 2026-05-22T21:27:31.625Z | Compiling usdt-impl v0.6.0 |
| 1487 | 2026-05-22T21:27:31.711Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-05-22T21:27:31.714Z | Compiling crossbeam-utils v0.8.21 |
| 1489 | 2026-05-22T21:27:31.822Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-05-22T21:27:31.893Z | Compiling num_threads v0.1.7 |
| 1491 | 2026-05-22T21:27:31.925Z | Compiling syn v1.0.109 |
| 1492 | 2026-05-22T21:27:31.986Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-05-22T21:27:32.000Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-05-22T21:27:32.234Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-05-22T21:27:32.287Z | Compiling time v0.3.47 |
| 1496 | 2026-05-22T21:27:32.453Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-22T21:27:32.724Z | Compiling tower v0.5.3 |
| 1498 | 2026-05-22T21:27:32.760Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-05-22T21:27:33.184Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-05-22T21:27:33.290Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-05-22T21:27:33.574Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-05-22T21:27:33.676Z | Compiling signature v2.2.0 |
| 1503 | 2026-05-22T21:27:33.695Z | Compiling scroll_derive v0.12.1 |
| 1504 | 2026-05-22T21:27:33.719Z | Compiling dof v0.4.0 |
| 1505 | 2026-05-22T21:27:33.855Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-05-22T21:27:33.888Z | Compiling heapless v0.7.17 |
| 1507 | 2026-05-22T21:27:33.990Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-05-22T21:27:35.874Z | Compiling slog v2.8.2 |
| 1509 | 2026-05-22T21:27:35.912Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-05-22T21:27:35.916Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-05-22T21:27:35.916Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-05-22T21:27:35.916Z | Compiling cookie v0.18.1 |
| 1513 | 2026-05-22T21:27:35.916Z | Compiling paste v1.0.15 |
| 1514 | 2026-05-22T21:27:35.916Z | Compiling unicode-properties v0.1.4 |
| 1515 | 2026-05-22T21:27:35.916Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-05-22T21:27:35.916Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-05-22T21:27:35.916Z | Compiling ryu v1.0.23 |
| 1518 | 2026-05-22T21:27:35.916Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-05-22T21:27:35.916Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-05-22T21:27:35.916Z | Compiling unarray v0.1.4 |
| 1521 | 2026-05-22T21:27:35.916Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-05-22T21:27:35.916Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-05-22T21:27:35.916Z | Compiling allocator-api2 v0.2.21 |
| 1524 | 2026-05-22T21:27:35.916Z | Compiling stringprep v0.1.5 |
| 1525 | 2026-05-22T21:27:35.916Z | Compiling proptest v1.10.0 |
| 1526 | 2026-05-22T21:27:35.916Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-05-22T21:27:35.916Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-22T21:27:35.916Z | Compiling miniz_oxide v0.8.9 |
| 1529 | 2026-05-22T21:27:37.493Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-05-22T21:27:37.504Z | Compiling scroll v0.12.0 |
| 1531 | 2026-05-22T21:27:37.504Z | Compiling darling_macro v0.21.3 |
| 1532 | 2026-05-22T21:27:37.504Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-05-22T21:27:37.504Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-22T21:27:37.504Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-22T21:27:37.504Z | Compiling bstr v1.12.1 |
| 1536 | 2026-05-22T21:27:37.504Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-05-22T21:27:37.504Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2026-05-22T21:27:37.504Z | Compiling serde_spanned v0.6.9 |
| 1539 | 2026-05-22T21:27:37.504Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-22T21:27:37.504Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-05-22T21:27:37.504Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-05-22T21:27:37.504Z | Compiling pin-project-internal v1.1.11 |
| 1543 | 2026-05-22T21:27:37.509Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-05-22T21:27:37.556Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-05-22T21:27:38.007Z | Compiling curve25519-dalek v4.1.3 |
| 1546 | 2026-05-22T21:27:38.020Z | Compiling vergen-lib v0.1.6 |
| 1547 | 2026-05-22T21:27:38.020Z | Compiling num-integer v0.1.46 |
| 1548 | 2026-05-22T21:27:38.053Z | Compiling hash32 v0.2.1 |
| 1549 | 2026-05-22T21:27:38.399Z | Compiling ff v0.13.1 |
| 1550 | 2026-05-22T21:27:38.404Z | Compiling memoffset v0.9.1 |
| 1551 | 2026-05-22T21:27:38.404Z | Compiling base16ct v0.2.0 |
| 1552 | 2026-05-22T21:27:38.414Z | Compiling rustix v0.38.44 |
| 1553 | 2026-05-22T21:27:38.487Z | Compiling smoltcp v0.9.1 |
| 1554 | 2026-05-22T21:27:39.208Z | Compiling litrs v1.0.0 |
| 1555 | 2026-05-22T21:27:39.213Z | Compiling ref-cast v1.0.25 |
| 1556 | 2026-05-22T21:27:39.213Z | Compiling num-bigint-dig v0.8.6 |
| 1557 | 2026-05-22T21:27:39.213Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-05-22T21:27:39.213Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-05-22T21:27:39.213Z | Compiling psl-types v2.0.11 |
| 1560 | 2026-05-22T21:27:39.213Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-05-22T21:27:39.213Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-05-22T21:27:39.213Z | Compiling nix v0.31.2 |
| 1563 | 2026-05-22T21:27:39.213Z | Compiling document-features v0.2.12 |
| 1564 | 2026-05-22T21:27:39.213Z | Compiling postgres-protocol v0.6.10 |
| 1565 | 2026-05-22T21:27:39.259Z | Compiling pin-project v1.1.11 |
| 1566 | 2026-05-22T21:27:39.513Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-05-22T21:27:39.519Z | Compiling zerocopy v0.7.35 |
| 1568 | 2026-05-22T21:27:39.597Z | Compiling group v0.13.0 |
| 1569 | 2026-05-22T21:27:39.654Z | Compiling num-iter v0.1.45 |
| 1570 | 2026-05-22T21:27:40.678Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-05-22T21:27:40.685Z | Compiling rand v0.8.6 |
| 1572 | 2026-05-22T21:27:40.685Z | Compiling derive_builder v0.20.2 |
| 1573 | 2026-05-22T21:27:40.685Z | Compiling darling v0.21.3 |
| 1574 | 2026-05-22T21:27:40.685Z | Compiling oxnet v0.1.4 |
| 1575 | 2026-05-22T21:27:40.685Z | Compiling hyper-tls v0.6.0 |
| 1576 | 2026-05-22T21:27:40.685Z | Compiling goblin v0.8.2 |
| 1577 | 2026-05-22T21:27:40.685Z | Compiling hubpack_derive v0.1.1 |
| 1578 | 2026-05-22T21:27:41.432Z | Compiling phf_shared v0.13.1 |
| 1579 | 2026-05-22T21:27:41.437Z | Compiling lazy_static v1.5.0 |
| 1580 | 2026-05-22T21:27:41.437Z | Compiling regex v1.12.3 |
| 1581 | 2026-05-22T21:27:41.437Z | Compiling futures-executor v0.3.32 |
| 1582 | 2026-05-22T21:27:41.437Z | Compiling cargo-platform v0.1.9 |
| 1583 | 2026-05-22T21:27:41.437Z | Compiling hex v0.4.3 |
| 1584 | 2026-05-22T21:27:41.441Z | Compiling hkdf v0.12.4 |
| 1585 | 2026-05-22T21:27:41.599Z | Compiling crypto-bigint v0.5.5 |
| 1586 | 2026-05-22T21:27:41.603Z | Compiling terminal_size v0.4.3 |
| 1587 | 2026-05-22T21:27:41.603Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1588 | 2026-05-22T21:27:41.634Z | Compiling snafu-derive v0.8.9 |
| 1589 | 2026-05-22T21:27:41.775Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-05-22T21:27:42.275Z | Compiling strum_macros v0.27.2 |
| 1591 | 2026-05-22T21:27:42.283Z | Compiling daft-derive v0.1.7 |
| 1592 | 2026-05-22T21:27:42.283Z | Compiling ref-cast-impl v1.0.25 |
| 1593 | 2026-05-22T21:27:42.762Z | Compiling vergen v9.0.6 |
| 1594 | 2026-05-22T21:27:42.827Z | Compiling fs-err v3.3.0 |
| 1595 | 2026-05-22T21:27:42.940Z | Compiling ahash v0.8.12 |
| 1596 | 2026-05-22T21:27:43.011Z | Compiling encoding_rs v0.8.35 |
| 1597 | 2026-05-22T21:27:43.142Z | Compiling unicode-segmentation v1.12.0 |
| 1598 | 2026-05-22T21:27:43.517Z | Compiling bitflags v1.3.2 |
| 1599 | 2026-05-22T21:27:43.570Z | Compiling mime v0.3.17 |
| 1600 | 2026-05-22T21:27:43.625Z | Compiling foldhash v0.2.0 |
| 1601 | 2026-05-22T21:27:43.736Z | Compiling winnow v0.5.40 |
| 1602 | 2026-05-22T21:27:43.831Z | Compiling object v0.37.3 |
| 1603 | 2026-05-22T21:27:43.848Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-05-22T21:27:43.889Z | Compiling foldhash v0.1.5 |
| 1605 | 2026-05-22T21:27:44.062Z | Compiling same-file v1.0.6 |
| 1606 | 2026-05-22T21:27:44.065Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-05-22T21:27:44.098Z | Compiling managed v0.8.0 |
| 1608 | 2026-05-22T21:27:44.158Z | Compiling strum v0.27.2 |
| 1609 | 2026-05-22T21:27:44.225Z | Compiling walkdir v2.5.0 |
| 1610 | 2026-05-22T21:27:44.313Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-05-22T21:27:44.538Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-05-22T21:27:44.585Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-05-22T21:27:44.749Z | Compiling hashbrown v0.16.1 |
| 1614 | 2026-05-22T21:27:44.775Z | Compiling snafu v0.8.9 |
| 1615 | 2026-05-22T21:27:44.993Z | Compiling clap_builder v4.5.60 |
| 1616 | 2026-05-22T21:27:45.087Z | Compiling toml_edit v0.19.15 |
| 1617 | 2026-05-22T21:27:45.192Z | Compiling daft v0.1.7 |
| 1618 | 2026-05-22T21:27:45.228Z | Compiling dof v0.3.0 |
| 1619 | 2026-05-22T21:27:45.308Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-22T21:27:45.465Z | Compiling cargo_metadata v0.19.2 |
| 1621 | 2026-05-22T21:27:45.697Z | Compiling futures v0.3.32 |
| 1622 | 2026-05-22T21:27:45.780Z | Compiling phf v0.13.1 |
| 1623 | 2026-05-22T21:27:46.296Z | Compiling signal-hook-mio v0.2.5 |
| 1624 | 2026-05-22T21:27:46.414Z | Compiling hubpack v0.1.2 |
| 1625 | 2026-05-22T21:27:46.508Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-05-22T21:27:46.633Z | Compiling bzip2 v0.4.4 |
| 1627 | 2026-05-22T21:27:46.790Z | Compiling zstd v0.13.3 |
| 1628 | 2026-05-22T21:27:46.838Z | Compiling serde_with_macros v3.17.0 |
| 1629 | 2026-05-22T21:27:47.132Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-05-22T21:27:47.681Z | Compiling usdt-macro v0.6.0 |
| 1631 | 2026-05-22T21:27:47.697Z | Compiling usdt-attr-macro v0.6.0 |
| 1632 | 2026-05-22T21:27:47.940Z | Compiling globset v0.4.18 |
| 1633 | 2026-05-22T21:27:47.956Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-05-22T21:27:48.269Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-05-22T21:27:48.290Z | Compiling phf_shared v0.11.3 |
| 1636 | 2026-05-22T21:27:48.417Z | Compiling olpc-cjson v0.1.4 |
| 1637 | 2026-05-22T21:27:48.472Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-05-22T21:27:48.487Z | Compiling serde-big-array v0.5.1 |
| 1639 | 2026-05-22T21:27:48.627Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-05-22T21:27:48.665Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-05-22T21:27:48.679Z | Compiling async-recursion v1.1.1 |
| 1642 | 2026-05-22T21:27:48.746Z | Compiling clap_derive v4.5.55 |
| 1643 | 2026-05-22T21:27:48.790Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-05-22T21:27:48.816Z | Compiling strum_macros v0.26.4 |
| 1645 | 2026-05-22T21:27:48.879Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-05-22T21:27:49.202Z | Compiling pem v3.0.6 |
| 1647 | 2026-05-22T21:27:49.287Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-05-22T21:27:49.321Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-05-22T21:27:49.404Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-05-22T21:27:49.419Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-05-22T21:27:49.435Z | Compiling normalize-line-endings v0.3.0 |
| 1652 | 2026-05-22T21:27:49.531Z | Compiling typed-path v0.9.3 |
| 1653 | 2026-05-22T21:27:49.531Z | Compiling fixedbitset v0.4.2 |
| 1654 | 2026-05-22T21:27:49.612Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-05-22T21:27:49.718Z | Compiling difflib v0.4.0 |
| 1656 | 2026-05-22T21:27:49.743Z | Compiling jiff v0.2.21 |
| 1657 | 2026-05-22T21:27:49.916Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-05-22T21:27:49.990Z | Compiling static_assertions v1.1.0 |
| 1659 | 2026-05-22T21:27:50.065Z | Compiling whoami v2.1.0 |
| 1660 | 2026-05-22T21:27:50.278Z | Compiling either v1.15.0 |
| 1661 | 2026-05-22T21:27:50.436Z | Compiling keccak v0.1.6 |
| 1662 | 2026-05-22T21:27:50.484Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-05-22T21:27:50.506Z | Compiling data-encoding v2.10.0 |
| 1664 | 2026-05-22T21:27:50.561Z | Compiling predicates-core v1.0.10 |
| 1665 | 2026-05-22T21:27:50.575Z | Compiling strum v0.26.3 |
| 1666 | 2026-05-22T21:27:50.704Z | Compiling predicates v3.1.4 |
| 1667 | 2026-05-22T21:27:50.736Z | Compiling sha3 v0.10.8 |
| 1668 | 2026-05-22T21:27:50.751Z | Compiling string_cache v0.8.9 |
| 1669 | 2026-05-22T21:27:50.970Z | Compiling hickory-proto v0.25.2 |
| 1670 | 2026-05-22T21:27:51.170Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-22T21:27:51.187Z | Compiling itertools v0.13.0 |
| 1672 | 2026-05-22T21:27:51.237Z | Compiling toml_edit v0.22.27 |
| 1673 | 2026-05-22T21:27:51.253Z | Compiling tokio-postgres v0.7.16 |
| 1674 | 2026-05-22T21:27:51.338Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1675 | 2026-05-22T21:27:51.555Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-05-22T21:27:52.428Z | Compiling zip v4.6.1 |
| 1677 | 2026-05-22T21:27:53.372Z | Compiling petgraph v0.6.5 |
| 1678 | 2026-05-22T21:27:53.402Z | Compiling env_logger v0.11.9 |
| 1679 | 2026-05-22T21:27:53.476Z | Compiling usdt v0.6.0 |
| 1680 | 2026-05-22T21:27:53.750Z | Compiling usdt-impl v0.5.0 |
| 1681 | 2026-05-22T21:27:53.765Z | Compiling ecdsa v0.16.9 |
| 1682 | 2026-05-22T21:27:53.906Z | Compiling rsa v0.9.10 |
| 1683 | 2026-05-22T21:27:53.959Z | Compiling ed25519-dalek v2.2.0 |
| 1684 | 2026-05-22T21:27:54.163Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-22T21:27:54.181Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-05-22T21:27:54.628Z | Compiling zip v0.6.6 |
| 1687 | 2026-05-22T21:27:54.931Z | Compiling toml v0.7.8 |
| 1688 | 2026-05-22T21:27:55.467Z | Compiling iddqd v0.4.1 |
| 1689 | 2026-05-22T21:27:55.758Z | Compiling similar v2.7.0 |
| 1690 | 2026-05-22T21:27:55.830Z | Compiling heck v0.4.1 |
| 1691 | 2026-05-22T21:27:55.883Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-05-22T21:27:55.937Z | Compiling crossbeam-epoch v0.9.18 |
| 1693 | 2026-05-22T21:27:56.057Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-05-22T21:27:56.260Z | Compiling buf-list v1.1.2 |
| 1695 | 2026-05-22T21:27:56.503Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-05-22T21:27:56.528Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1697 | 2026-05-22T21:27:56.540Z | Compiling openapiv3 v2.2.0 |
| 1698 | 2026-05-22T21:27:56.619Z | Compiling sha1 v0.10.6 |
| 1699 | 2026-05-22T21:27:56.679Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1700 | 2026-05-22T21:27:56.819Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-05-22T21:27:56.841Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-05-22T21:27:56.965Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-22T21:27:57.035Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-22T21:27:57.100Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-22T21:27:57.211Z | Compiling filetime v0.2.27 |
| 1706 | 2026-05-22T21:27:57.229Z | Compiling is-terminal v0.4.17 |
| 1707 | 2026-05-22T21:27:57.318Z | Compiling take_mut v0.2.2 |
| 1708 | 2026-05-22T21:27:57.338Z | Compiling xattr v1.6.1 |
| 1709 | 2026-05-22T21:27:57.380Z | Compiling term v1.2.1 |
| 1710 | 2026-05-22T21:27:57.497Z | Compiling tar v0.4.45 |
| 1711 | 2026-05-22T21:27:57.954Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-05-22T21:28:08.507Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-22T21:28:11.348Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-22T21:28:11.348Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-22T21:28:11.528Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-22T21:28:11.701Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-22T21:28:11.715Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-22T21:28:13.019Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-22T21:28:15.537Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-22T21:28:15.757Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-22T21:28:18.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1722 | 2026-05-22T21:28:18.719Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-22T21:28:18.774Z | May 22 21:28:17.494 INFO Starting download, target: Cockroach |
| 1724 | 2026-05-22T21:28:18.774Z | May 22 21:28:17.495 INFO Starting download, target: DendriteStub |
| 1725 | 2026-05-22T21:28:18.775Z | May 22 21:28:17.495 INFO Starting download, target: Clickhouse |
| 1726 | 2026-05-22T21:28:18.775Z | May 22 21:28:17.495 INFO Starting download, target: Console |
| 1727 | 2026-05-22T21:28:18.775Z | May 22 21:28:17.495 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-22T21:28:18.781Z | May 22 21:28:17.495 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-22T21:28:18.781Z | May 22 21:28:17.495 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-05-22T21:28:18.781Z | May 22 21:28:17.495 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-05-22T21:28:18.781Z | May 22 21:28:17.495 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-05-22T21:28:18.781Z | May 22 21:28:17.495 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-22T21:28:18.781Z | May 22 21:28:17.495 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-05-22T21:28:18.781Z | May 22 21:28:17.495 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-05-22T21:28:19.270Z | May 22 21:28:17.985 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-05-22T21:28:19.497Z | May 22 21:28:18.205 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-05-22T21:28:19.822Z | May 22 21:28:18.536 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-05-22T21:28:20.062Z | May 22 21:28:18.765 INFO Download complete, target: Console |
| 1739 | 2026-05-22T21:28:20.543Z | May 22 21:28:19.252 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1740 | 2026-05-22T21:28:20.620Z | May 22 21:28:19.333 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-05-22T21:28:21.172Z | May 22 21:28:19.875 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-05-22T21:28:21.860Z | May 22 21:28:20.581 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-05-22T21:28:21.861Z | May 22 21:28:20.581 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-05-22T21:28:22.880Z | May 22 21:28:21.597 INFO Download complete, target: DendriteStub |
| 1745 | 2026-05-22T21:28:23.499Z | May 22 21:28:22.214 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-22T21:28:26.419Z | May 22 21:28:25.126 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-05-22T21:28:26.596Z | May 22 21:28:25.317 INFO Download complete, target: Cockroach |
| 1748 | 2026-05-22T21:28:27.186Z | May 22 21:28:25.906 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-05-22T21:28:27.333Z | May 22 21:28:26.053 INFO Download complete, target: Clickhouse |
| 1750 | 2026-05-22T21:28:27.349Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-22T21:28:27.352Z | |
| 1752 | 2026-05-22T21:28:27.352Z | real 2:15.890657619 |
| 1753 | 2026-05-22T21:28:27.352Z | user 6:55.951804259 |
| 1754 | 2026-05-22T21:28:27.353Z | sys 1:21.508798523 |
| 1755 | 2026-05-22T21:28:27.353Z | trap 0.208724905 |
| 1756 | 2026-05-22T21:28:27.353Z | tflt 1.023326765 |
| 1757 | 2026-05-22T21:28:27.353Z | dflt 0.899868550 |
| 1758 | 2026-05-22T21:28:27.353Z | kflt 0.041422696 |
| 1759 | 2026-05-22T21:28:27.353Z | lock 21:28.146179617 |
| 1760 | 2026-05-22T21:28:27.353Z | slp 21:20.619939201 |
| 1761 | 2026-05-22T21:28:27.353Z | lat 43.065803653 |
| 1762 | 2026-05-22T21:28:27.353Z | stop 1:56.209329562 |
| 1763 | 2026-05-22T21:28:27.353Z | + banner clippy |
| 1764 | 2026-05-22T21:28:27.353Z | |
| 1765 | 2026-05-22T21:28:27.353Z | #### # # ##### ##### # # |
| 1766 | 2026-05-22T21:28:27.353Z | # # # # # # # # # # |
| 1767 | 2026-05-22T21:28:27.353Z | # # # # # # # # |
| 1768 | 2026-05-22T21:28:27.353Z | # # # ##### ##### # |
| 1769 | 2026-05-22T21:28:27.353Z | # # # # # # # |
| 1770 | 2026-05-22T21:28:27.353Z | #### ###### # # # # |
| 1771 | 2026-05-22T21:28:27.353Z | |
| 1772 | 2026-05-22T21:28:27.353Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-22T21:28:27.353Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-22T21:28:27.353Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-05-22T21:28:27.885Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-22T21:28:28.102Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-22T21:28:29.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1778 | 2026-05-22T21:28:30.057Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-05-22T21:28:30.083Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-05-22T21:28:30.695Z | Downloading crates ... |
| 1781 | 2026-05-22T21:28:30.893Z | Downloaded cargo-platform v0.3.2 |
| 1782 | 2026-05-22T21:28:30.899Z | Downloaded cargo_metadata v0.23.1 |
| 1783 | 2026-05-22T21:28:30.902Z | Downloaded cfg-expr v0.20.6 |
| 1784 | 2026-05-22T21:28:30.902Z | Downloaded parking v2.2.1 |
| 1785 | 2026-05-22T21:28:30.905Z | Downloaded blake2b_simd v1.0.4 |
| 1786 | 2026-05-22T21:28:30.905Z | Downloaded event-listener-strategy v0.5.4 |
| 1787 | 2026-05-22T21:28:30.905Z | Downloaded addr2line v0.25.1 |
| 1788 | 2026-05-22T21:28:30.908Z | Downloaded linkme-impl v0.3.35 |
| 1789 | 2026-05-22T21:28:30.908Z | Downloaded libtest-mimic v0.8.1 |
| 1790 | 2026-05-22T21:28:30.908Z | Downloaded async-object-pool v0.2.0 |
| 1791 | 2026-05-22T21:28:30.911Z | Downloaded plotters-backend v0.3.7 |
| 1792 | 2026-05-22T21:28:30.914Z | Downloaded cast v0.3.0 |
| 1793 | 2026-05-22T21:28:30.914Z | Downloaded assert-json-diff v2.0.2 |
| 1794 | 2026-05-22T21:28:30.914Z | Downloaded target-lexicon v0.13.3 |
| 1795 | 2026-05-22T21:28:30.917Z | Downloaded miette-derive v5.10.0 |
| 1796 | 2026-05-22T21:28:30.917Z | Downloaded constant_time_eq v0.3.1 |
| 1797 | 2026-05-22T21:28:30.917Z | Downloaded approx v0.5.1 |
| 1798 | 2026-05-22T21:28:30.920Z | Downloaded target-triple v1.0.0 |
| 1799 | 2026-05-22T21:28:30.924Z | Downloaded httptest v0.16.4 |
| 1800 | 2026-05-22T21:28:30.924Z | Downloaded futures-timer v3.0.3 |
| 1801 | 2026-05-22T21:28:30.924Z | Downloaded async-lock v3.4.2 |
| 1802 | 2026-05-22T21:28:30.926Z | Downloaded anes v0.1.6 |
| 1803 | 2026-05-22T21:28:30.929Z | Downloaded plotters-svg v0.3.7 |
| 1804 | 2026-05-22T21:28:30.932Z | Downloaded supports-color v2.1.0 |
| 1805 | 2026-05-22T21:28:30.935Z | Downloaded supports-unicode v2.1.0 |
| 1806 | 2026-05-22T21:28:30.935Z | Downloaded terminal_size v0.1.17 |
| 1807 | 2026-05-22T21:28:30.937Z | Downloaded concurrent-queue v2.5.0 |
| 1808 | 2026-05-22T21:28:30.945Z | Downloaded assert_cmd v2.1.2 |
| 1809 | 2026-05-22T21:28:30.948Z | Downloaded knuffel-derive v3.2.0 |
| 1810 | 2026-05-22T21:28:30.951Z | Downloaded hickory-client v0.25.2 |
| 1811 | 2026-05-22T21:28:30.954Z | Downloaded escape8259 v0.5.3 |
| 1812 | 2026-05-22T21:28:30.960Z | Downloaded nested v0.1.1 |
| 1813 | 2026-05-22T21:28:30.963Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1814 | 2026-05-22T21:28:30.963Z | Downloaded similar-asserts v1.7.0 |
| 1815 | 2026-05-22T21:28:30.963Z | Downloaded backtrace-ext v0.2.1 |
| 1816 | 2026-05-22T21:28:30.966Z | Downloaded tokio-test v0.4.5 |
| 1817 | 2026-05-22T21:28:30.968Z | Downloaded serde_regex v1.1.0 |
| 1818 | 2026-05-22T21:28:30.971Z | Downloaded stringmetrics v2.2.2 |
| 1819 | 2026-05-22T21:28:30.971Z | Downloaded pathdiff v0.2.3 |
| 1820 | 2026-05-22T21:28:30.975Z | Downloaded termcolor v1.4.1 |
| 1821 | 2026-05-22T21:28:30.979Z | Downloaded criterion-plot v0.6.0 |
| 1822 | 2026-05-22T21:28:30.981Z | Downloaded path-tree v0.8.3 |
| 1823 | 2026-05-22T21:28:30.981Z | Downloaded partial-io v0.5.4 |
| 1824 | 2026-05-22T21:28:30.984Z | Downloaded supports-hyperlinks v2.1.0 |
| 1825 | 2026-05-22T21:28:30.988Z | Downloaded rust-argon2 v2.1.0 |
| 1826 | 2026-05-22T21:28:30.991Z | Downloaded target-spec v3.5.7 |
| 1827 | 2026-05-22T21:28:30.991Z | Downloaded relative-path v1.9.3 |
| 1828 | 2026-05-22T21:28:30.991Z | Downloaded owo-colors v3.5.0 |
| 1829 | 2026-05-22T21:28:30.994Z | Downloaded oorandom v11.1.5 |
| 1830 | 2026-05-22T21:28:30.996Z | Downloaded tinytemplate v1.2.1 |
| 1831 | 2026-05-22T21:28:30.997Z | Downloaded linkme v0.3.35 |
| 1832 | 2026-05-22T21:28:31.001Z | Downloaded event-listener v5.4.1 |
| 1833 | 2026-05-22T21:28:31.011Z | Downloaded rustc-demangle v0.1.27 |
| 1834 | 2026-05-22T21:28:31.019Z | Downloaded rstest v0.25.0 |
| 1835 | 2026-05-22T21:28:31.022Z | Downloaded trybuild v1.0.116 |
| 1836 | 2026-05-22T21:28:31.025Z | Downloaded datatest-stable v0.3.3 |
| 1837 | 2026-05-22T21:28:31.028Z | Downloaded textwrap v0.15.2 |
| 1838 | 2026-05-22T21:28:31.030Z | Downloaded chumsky v0.9.3 |
| 1839 | 2026-05-22T21:28:31.030Z | Downloaded fancy-regex v0.14.0 |
| 1840 | 2026-05-22T21:28:31.033Z | Downloaded rand_distr v0.5.1 |
| 1841 | 2026-05-22T21:28:31.036Z | Downloaded rstest_macros v0.25.0 |
| 1842 | 2026-05-22T21:28:31.036Z | Downloaded backtrace v0.3.76 |
| 1843 | 2026-05-22T21:28:31.041Z | Downloaded miette v5.10.0 |
| 1844 | 2026-05-22T21:28:31.044Z | Downloaded knuffel v3.2.0 |
| 1845 | 2026-05-22T21:28:31.049Z | Downloaded criterion v0.7.0 |
| 1846 | 2026-05-22T21:28:31.054Z | Downloaded hashbrown v0.14.5 |
| 1847 | 2026-05-22T21:28:31.057Z | Downloaded guppy v0.17.25 |
| 1848 | 2026-05-22T21:28:31.061Z | Downloaded plotters v0.3.7 |
| 1849 | 2026-05-22T21:28:31.076Z | Downloaded gimli v0.32.3 |
| 1850 | 2026-05-22T21:28:31.175Z | Downloaded httpmock v0.8.3 |
| 1851 | 2026-05-22T21:28:32.790Z | Checking cfg-if v1.0.4 |
| 1852 | 2026-05-22T21:28:33.143Z | Checking libc v0.2.185 |
| 1853 | 2026-05-22T21:28:33.145Z | Checking serde_core v1.0.228 |
| 1854 | 2026-05-22T21:28:33.215Z | Checking memchr v2.8.0 |
| 1855 | 2026-05-22T21:28:33.256Z | Checking smallvec v1.15.1 |
| 1856 | 2026-05-22T21:28:33.295Z | Checking log v0.4.29 |
| 1857 | 2026-05-22T21:28:33.329Z | Checking itoa v1.0.17 |
| 1858 | 2026-05-22T21:28:33.378Z | Checking zeroize v1.8.2 |
| 1859 | 2026-05-22T21:28:33.421Z | Checking libm v0.2.16 |
| 1860 | 2026-05-22T21:28:33.490Z | Checking scopeguard v1.2.0 |
| 1861 | 2026-05-22T21:28:33.528Z | Checking stable_deref_trait v1.2.1 |
| 1862 | 2026-05-22T21:28:33.569Z | Checking zmij v1.0.21 |
| 1863 | 2026-05-22T21:28:33.573Z | Checking zerofrom v0.1.6 |
| 1864 | 2026-05-22T21:28:33.639Z | Checking lock_api v0.4.14 |
| 1865 | 2026-05-22T21:28:33.673Z | Checking errno v0.3.14 |
| 1866 | 2026-05-22T21:28:33.676Z | Checking getrandom v0.2.17 |
| 1867 | 2026-05-22T21:28:33.740Z | Checking yoke v0.8.1 |
| 1868 | 2026-05-22T21:28:33.777Z | Checking percent-encoding v2.3.2 |
| 1869 | 2026-05-22T21:28:33.815Z | Checking litemap v0.8.1 |
| 1870 | 2026-05-22T21:28:33.850Z | Checking writeable v0.6.2 |
| 1871 | 2026-05-22T21:28:33.885Z | Checking icu_properties_data v2.1.2 |
| 1872 | 2026-05-22T21:28:33.885Z | Checking icu_normalizer_data v2.1.1 |
| 1873 | 2026-05-22T21:28:33.954Z | Checking zerovec v0.11.5 |
| 1874 | 2026-05-22T21:28:33.954Z | Checking zerotrie v0.2.3 |
| 1875 | 2026-05-22T21:28:34.022Z | Checking subtle v2.6.1 |
| 1876 | 2026-05-22T21:28:34.060Z | Checking form_urlencoded v1.2.2 |
| 1877 | 2026-05-22T21:28:34.097Z | Checking utf8_iter v1.0.4 |
| 1878 | 2026-05-22T21:28:34.132Z | Checking pin-project-lite v0.2.17 |
| 1879 | 2026-05-22T21:28:34.168Z | Checking num-traits v0.2.19 |
| 1880 | 2026-05-22T21:28:34.209Z | Checking parking_lot_core v0.9.12 |
| 1881 | 2026-05-22T21:28:34.245Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-22T21:28:34.277Z | Checking rand_core v0.6.4 |
| 1883 | 2026-05-22T21:28:34.317Z | Checking zerocopy v0.8.40 |
| 1884 | 2026-05-22T21:28:34.355Z | Checking portable-atomic v1.13.1 |
| 1885 | 2026-05-22T21:28:34.408Z | Checking tinystr v0.8.2 |
| 1886 | 2026-05-22T21:28:34.444Z | Checking potential_utf v0.1.4 |
| 1887 | 2026-05-22T21:28:34.447Z | Checking parking_lot v0.12.5 |
| 1888 | 2026-05-22T21:28:34.511Z | Checking getrandom v0.4.1 |
| 1889 | 2026-05-22T21:28:34.600Z | Checking icu_collections v2.1.1 |
| 1890 | 2026-05-22T21:28:34.636Z | Checking icu_locale_core v2.1.1 |
| 1891 | 2026-05-22T21:28:34.684Z | Checking signal-hook-registry v1.4.8 |
| 1892 | 2026-05-22T21:28:34.725Z | Checking serde v1.0.228 |
| 1893 | 2026-05-22T21:28:34.725Z | Checking serde_json v1.0.149 |
| 1894 | 2026-05-22T21:28:34.727Z | Checking bitflags v2.11.0 |
| 1895 | 2026-05-22T21:28:34.826Z | Checking critical-section v1.2.0 |
| 1896 | 2026-05-22T21:28:34.875Z | Checking mio v1.2.0 |
| 1897 | 2026-05-22T21:28:34.932Z | Checking socket2 v0.6.3 |
| 1898 | 2026-05-22T21:28:34.971Z | Checking once_cell v1.21.3 |
| 1899 | 2026-05-22T21:28:35.012Z | Checking typenum v1.19.0 |
| 1900 | 2026-05-22T21:28:35.180Z | Checking bytes v1.11.1 |
| 1901 | 2026-05-22T21:28:35.222Z | Checking icu_provider v2.1.1 |
| 1902 | 2026-05-22T21:28:35.262Z | Checking iana-time-zone v0.1.65 |
| 1903 | 2026-05-22T21:28:35.301Z | Checking thiserror v2.0.18 |
| 1904 | 2026-05-22T21:28:35.344Z | Checking uuid v1.23.0 |
| 1905 | 2026-05-22T21:28:35.393Z | Checking chrono v0.4.44 |
| 1906 | 2026-05-22T21:28:35.435Z | Checking semver v1.0.28 |
| 1907 | 2026-05-22T21:28:35.475Z | Checking icu_properties v2.1.2 |
| 1908 | 2026-05-22T21:28:35.475Z | Checking icu_normalizer v2.1.1 |
| 1909 | 2026-05-22T21:28:35.564Z | Checking generic-array v0.14.7 |
| 1910 | 2026-05-22T21:28:35.642Z | Checking tokio v1.52.1 |
| 1911 | 2026-05-22T21:28:35.686Z | Checking futures-core v0.3.32 |
| 1912 | 2026-05-22T21:28:35.739Z | Checking equivalent v1.0.2 |
| 1913 | 2026-05-22T21:28:35.810Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1914 | 2026-05-22T21:28:35.850Z | Checking dyn-clone v1.0.20 |
| 1915 | 2026-05-22T21:28:35.909Z | Checking const-oid v0.9.6 |
| 1916 | 2026-05-22T21:28:35.975Z | Checking futures-sink v0.3.32 |
| 1917 | 2026-05-22T21:28:36.027Z | Checking crypto-common v0.1.7 |
| 1918 | 2026-05-22T21:28:36.106Z | Checking futures-channel v0.3.32 |
| 1919 | 2026-05-22T21:28:36.150Z | Checking block-buffer v0.10.4 |
| 1920 | 2026-05-22T21:28:36.186Z | Checking futures-io v0.3.32 |
| 1921 | 2026-05-22T21:28:36.263Z | Checking slab v0.4.12 |
| 1922 | 2026-05-22T21:28:36.317Z | Checking futures-task v0.3.32 |
| 1923 | 2026-05-22T21:28:36.320Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-05-22T21:28:36.386Z | Checking byteorder v1.5.0 |
| 1925 | 2026-05-22T21:28:36.391Z | Checking idna_adapter v1.2.1 |
| 1926 | 2026-05-22T21:28:36.453Z | Checking rustix v1.1.3 |
| 1927 | 2026-05-22T21:28:36.488Z | Checking futures-util v0.3.32 |
| 1928 | 2026-05-22T21:28:36.564Z | Checking idna v1.1.0 |
| 1929 | 2026-05-22T21:28:36.600Z | Checking digest v0.10.7 |
| 1930 | 2026-05-22T21:28:36.634Z | Checking cpufeatures v0.2.17 |
| 1931 | 2026-05-22T21:28:36.740Z | Checking thiserror v1.0.69 |
| 1932 | 2026-05-22T21:28:36.830Z | Checking getrandom v0.3.4 |
| 1933 | 2026-05-22T21:28:36.868Z | Checking fnv v1.0.7 |
| 1934 | 2026-05-22T21:28:36.870Z | Checking url v2.5.8 |
| 1935 | 2026-05-22T21:28:36.870Z | Checking indexmap v2.14.0 |
| 1936 | 2026-05-22T21:28:36.992Z | Checking regex-syntax v0.8.10 |
| 1937 | 2026-05-22T21:28:37.028Z | Checking http v1.4.0 |
| 1938 | 2026-05-22T21:28:37.064Z | Checking ppv-lite86 v0.2.21 |
| 1939 | 2026-05-22T21:28:37.317Z | Checking tracing-core v0.1.36 |
| 1940 | 2026-05-22T21:28:37.380Z | Checking base64 v0.22.1 |
| 1941 | 2026-05-22T21:28:37.417Z | Checking schemars v0.8.22 |
| 1942 | 2026-05-22T21:28:37.485Z | Checking ipnet v2.11.0 |
| 1943 | 2026-05-22T21:28:37.605Z | Checking unicode-ident v1.0.24 |
| 1944 | 2026-05-22T21:28:37.648Z | Checking untrusted v0.9.0 |
| 1945 | 2026-05-22T21:28:37.651Z | Checking tracing v0.1.44 |
| 1946 | 2026-05-22T21:28:37.743Z | Checking proc-macro2 v1.0.106 |
| 1947 | 2026-05-22T21:28:37.781Z | Checking aho-corasick v1.1.4 |
| 1948 | 2026-05-22T21:28:37.816Z | Checking ring v0.17.14 |
| 1949 | 2026-05-22T21:28:37.911Z | Checking anstyle v1.0.13 |
| 1950 | 2026-05-22T21:28:38.080Z | Checking quote v1.0.45 |
| 1951 | 2026-05-22T21:28:38.083Z | Checking utf8parse v0.2.2 |
| 1952 | 2026-05-22T21:28:38.150Z | Checking rustls-pki-types v1.14.0 |
| 1953 | 2026-05-22T21:28:38.247Z | Checking httparse v1.10.1 |
| 1954 | 2026-05-22T21:28:38.285Z | Checking syn v2.0.117 |
| 1955 | 2026-05-22T21:28:38.322Z | Checking base64ct v1.8.3 |
| 1956 | 2026-05-22T21:28:38.391Z | Checking anstyle-parse v0.2.7 |
| 1957 | 2026-05-22T21:28:38.478Z | Checking block-padding v0.3.3 |
| 1958 | 2026-05-22T21:28:38.515Z | Checking colorchoice v1.0.4 |
| 1959 | 2026-05-22T21:28:38.518Z | Checking regex-automata v0.4.14 |
| 1960 | 2026-05-22T21:28:38.584Z | Checking anstyle-query v1.1.5 |
| 1961 | 2026-05-22T21:28:38.621Z | Checking is_terminal_polyfill v1.70.2 |
| 1962 | 2026-05-22T21:28:38.656Z | Checking inout v0.1.4 |
| 1963 | 2026-05-22T21:28:38.692Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-05-22T21:28:38.728Z | Checking allocator-api2 v0.2.21 |
| 1965 | 2026-05-22T21:28:38.764Z | Checking anstream v0.6.21 |
| 1966 | 2026-05-22T21:28:38.827Z | Checking cipher v0.4.4 |
| 1967 | 2026-05-22T21:28:38.864Z | Checking http-body v1.0.1 |
| 1968 | 2026-05-22T21:28:38.902Z | Checking tokio-util v0.7.18 |
| 1969 | 2026-05-22T21:28:38.989Z | Checking terminal_size v0.4.3 |
| 1970 | 2026-05-22T21:28:39.027Z | Checking atomic-waker v1.1.2 |
| 1971 | 2026-05-22T21:28:39.063Z | Checking strsim v0.11.1 |
| 1972 | 2026-05-22T21:28:39.067Z | Checking try-lock v0.2.5 |
| 1973 | 2026-05-22T21:28:39.067Z | Checking clap_lex v1.0.0 |
| 1974 | 2026-05-22T21:28:39.163Z | Checking httpdate v1.0.3 |
| 1975 | 2026-05-22T21:28:39.167Z | Checking pem-rfc7468 v0.7.0 |
| 1976 | 2026-05-22T21:28:39.230Z | Checking want v0.3.1 |
| 1977 | 2026-05-22T21:28:39.265Z | Checking sha2 v0.10.9 |
| 1978 | 2026-05-22T21:28:39.303Z | Checking clap_builder v4.5.60 |
| 1979 | 2026-05-22T21:28:39.350Z | Checking ryu v1.0.23 |
| 1980 | 2026-05-22T21:28:39.385Z | Checking tower-layer v0.3.3 |
| 1981 | 2026-05-22T21:28:39.388Z | Checking pin-utils v0.1.0 |
| 1982 | 2026-05-22T21:28:39.512Z | Checking tower-service v0.3.3 |
| 1983 | 2026-05-22T21:28:39.515Z | Checking rand_core v0.9.5 |
| 1984 | 2026-05-22T21:28:39.582Z | Checking hmac v0.12.1 |
| 1985 | 2026-05-22T21:28:39.585Z | Checking h2 v0.4.13 |
| 1986 | 2026-05-22T21:28:39.615Z | Checking powerfmt v0.2.0 |
| 1987 | 2026-05-22T21:28:39.682Z | Checking num_threads v0.1.7 |
| 1988 | 2026-05-22T21:28:39.741Z | Checking num-conv v0.2.0 |
| 1989 | 2026-05-22T21:28:39.744Z | Checking time-core v0.1.8 |
| 1990 | 2026-05-22T21:28:39.811Z | Checking flagset v0.4.7 |
| 1991 | 2026-05-22T21:28:39.847Z | Checking deranged v0.5.8 |
| 1992 | 2026-05-22T21:28:39.890Z | Checking erased-serde v0.3.31 |
| 1993 | 2026-05-22T21:28:39.944Z | Checking rand_chacha v0.9.0 |
| 1994 | 2026-05-22T21:28:39.980Z | Checking der v0.7.10 |
| 1995 | 2026-05-22T21:28:40.175Z | Checking http-body-util v0.1.3 |
| 1996 | 2026-05-22T21:28:40.301Z | Checking slog v2.8.2 |
| 1997 | 2026-05-22T21:28:40.337Z | Checking spin v0.9.8 |
| 1998 | 2026-05-22T21:28:40.425Z | Checking rand v0.9.2 |
| 1999 | 2026-05-22T21:28:40.546Z | Checking aws-lc-sys v0.40.0 |
| 2000 | 2026-05-22T21:28:40.584Z | Checking clap v4.5.60 |
| 2001 | 2026-05-22T21:28:40.587Z | Checking anyhow v1.0.102 |
| 2002 | 2026-05-22T21:28:40.654Z | Checking untrusted v0.7.1 |
| 2003 | 2026-05-22T21:28:40.699Z | Checking serde_urlencoded v0.7.1 |
| 2004 | 2026-05-22T21:28:40.737Z | Checking openssl-probe v0.2.1 |
| 2005 | 2026-05-22T21:28:40.782Z | Checking time v0.3.47 |
| 2006 | 2026-05-22T21:28:40.819Z | Checking regex v1.12.3 |
| 2007 | 2026-05-22T21:28:40.856Z | Checking fastrand v2.3.0 |
| 2008 | 2026-05-22T21:28:40.891Z | Checking spki v0.7.3 |
| 2009 | 2026-05-22T21:28:40.927Z | Checking pbkdf2 v0.12.2 |
| 2010 | 2026-05-22T21:28:40.930Z | Checking aes v0.8.4 |
| 2011 | 2026-05-22T21:28:41.062Z | Checking pretty-hex v0.4.1 |
| 2012 | 2026-05-22T21:28:41.098Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-05-22T21:28:41.101Z | Checking aws-lc-rs v1.16.3 |
| 2014 | 2026-05-22T21:28:41.101Z | Checking cbc v0.1.2 |
| 2015 | 2026-05-22T21:28:41.199Z | Checking rand_chacha v0.3.1 |
| 2016 | 2026-05-22T21:28:41.235Z | Checking hex v0.4.3 |
| 2017 | 2026-05-22T21:28:41.270Z | Checking plain v0.2.3 |
| 2018 | 2026-05-22T21:28:41.321Z | Checking scrypt v0.11.0 |
| 2019 | 2026-05-22T21:28:41.361Z | Checking tempfile v3.25.0 |
| 2020 | 2026-05-22T21:28:41.398Z | Checking rustls-native-certs v0.8.3 |
| 2021 | 2026-05-22T21:28:41.491Z | Checking ipnetwork v0.21.1 |
| 2022 | 2026-05-22T21:28:41.494Z | Checking rand v0.8.6 |
| 2023 | 2026-05-22T21:28:41.494Z | Checking sync_wrapper v1.0.2 |
| 2024 | 2026-05-22T21:28:41.615Z | Checking foldhash v0.2.0 |
| 2025 | 2026-05-22T21:28:41.657Z | Checking simd-adler32 v0.3.8 |
| 2026 | 2026-05-22T21:28:41.661Z | Checking ucd-trie v0.1.7 |
| 2027 | 2026-05-22T21:28:41.731Z | Checking tower v0.5.3 |
| 2028 | 2026-05-22T21:28:41.803Z | Checking hashbrown v0.16.1 |
| 2029 | 2026-05-22T21:28:41.852Z | Checking pest v2.8.6 |
| 2030 | 2026-05-22T21:28:41.855Z | Checking pkcs5 v0.7.1 |
| 2031 | 2026-05-22T21:28:41.924Z | Checking webpki-roots v1.0.6 |
| 2032 | 2026-05-22T21:28:41.995Z | Checking rustls-webpki v0.103.9 |
| 2033 | 2026-05-22T21:28:42.067Z | Checking camino v1.2.2 |
| 2034 | 2026-05-22T21:28:42.104Z | Checking adler2 v2.0.1 |
| 2035 | 2026-05-22T21:28:42.145Z | Checking iri-string v0.7.10 |
| 2036 | 2026-05-22T21:28:42.181Z | Checking pkcs8 v0.10.2 |
| 2037 | 2026-05-22T21:28:42.238Z | Checking miniz_oxide v0.8.9 |
| 2038 | 2026-05-22T21:28:42.275Z | Checking hyper v1.8.1 |
| 2039 | 2026-05-22T21:28:42.332Z | Checking openapiv3 v2.2.0 |
| 2040 | 2026-05-22T21:28:42.365Z | Checking futures-executor v0.3.32 |
| 2041 | 2026-05-22T21:28:42.402Z | Checking either v1.15.0 |
| 2042 | 2026-05-22T21:28:42.449Z | Checking rustls v0.23.37 |
| 2043 | 2026-05-22T21:28:42.539Z | Checking futures v0.3.32 |
| 2044 | 2026-05-22T21:28:42.614Z | Checking mime v0.3.17 |
| 2045 | 2026-05-22T21:28:42.617Z | Checking winnow v0.7.14 |
| 2046 | 2026-05-22T21:28:42.684Z | Checking crc32fast v1.5.0 |
| 2047 | 2026-05-22T21:28:42.823Z | Checking static_assertions v1.1.0 |
| 2048 | 2026-05-22T21:28:42.858Z | Checking oxnet v0.1.4 |
| 2049 | 2026-05-22T21:28:42.921Z | Checking lazy_static v1.5.0 |
| 2050 | 2026-05-22T21:28:42.959Z | Checking signature v2.2.0 |
| 2051 | 2026-05-22T21:28:43.043Z | Checking hubpack v0.1.2 |
| 2052 | 2026-05-22T21:28:43.116Z | Checking encoding_rs v0.8.35 |
| 2053 | 2026-05-22T21:28:43.120Z | Checking strum v0.26.3 |
| 2054 | 2026-05-22T21:28:43.189Z | Checking tower-http v0.6.8 |
| 2055 | 2026-05-22T21:28:43.228Z | Checking hyper-util v0.1.20 |
| 2056 | 2026-05-22T21:28:43.262Z | Checking foreign-types-shared v0.1.1 |
| 2057 | 2026-05-22T21:28:43.296Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-05-22T21:28:43.372Z | Checking foreign-types v0.3.2 |
| 2059 | 2026-05-22T21:28:43.477Z | Checking sha1 v0.10.6 |
| 2060 | 2026-05-22T21:28:43.511Z | Checking scroll v0.13.0 |
| 2061 | 2026-05-22T21:28:43.644Z | Checking openssl-sys v0.9.115 |
| 2062 | 2026-05-22T21:28:43.682Z | Checking tinyvec_macros v0.1.1 |
| 2063 | 2026-05-22T21:28:43.771Z | Checking goblin v0.10.5 |
| 2064 | 2026-05-22T21:28:43.808Z | Checking tinyvec v1.10.0 |
| 2065 | 2026-05-22T21:28:43.859Z | Checking toml_datetime v0.6.11 |
| 2066 | 2026-05-22T21:28:44.057Z | Checking openssl v0.10.79 |
| 2067 | 2026-05-22T21:28:44.094Z | Checking serde_spanned v0.6.9 |
| 2068 | 2026-05-22T21:28:44.130Z | Checking num-integer v0.1.46 |
| 2069 | 2026-05-22T21:28:44.166Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-05-22T21:28:44.232Z | Checking flate2 v1.1.9 |
| 2071 | 2026-05-22T21:28:44.269Z | Checking data-encoding v2.10.0 |
| 2072 | 2026-05-22T21:28:44.350Z | Checking dtrace-parser v0.3.0 |
| 2073 | 2026-05-22T21:28:44.388Z | Checking thread-id v5.1.0 |
| 2074 | 2026-05-22T21:28:44.495Z | Checking bit-vec v0.8.0 |
| 2075 | 2026-05-22T21:28:44.533Z | Checking base16ct v0.2.0 |
| 2076 | 2026-05-22T21:28:44.569Z | Checking psl-types v2.0.11 |
| 2077 | 2026-05-22T21:28:44.572Z | Checking cookie v0.18.1 |
| 2078 | 2026-05-22T21:28:44.637Z | Checking ff v0.13.1 |
| 2079 | 2026-05-22T21:28:44.686Z | Checking sec1 v0.7.3 |
| 2080 | 2026-05-22T21:28:44.723Z | Checking bit-set v0.8.0 |
| 2081 | 2026-05-22T21:28:44.726Z | Checking publicsuffix v2.3.0 |
| 2082 | 2026-05-22T21:28:44.791Z | Checking wait-timeout v0.2.1 |
| 2083 | 2026-05-22T21:28:44.830Z | Checking tokio-rustls v0.26.4 |
| 2084 | 2026-05-22T21:28:44.865Z | Checking rustls-platform-verifier v0.6.2 |
| 2085 | 2026-05-22T21:28:44.900Z | Checking group v0.13.0 |
| 2086 | 2026-05-22T21:28:44.936Z | Checking num-iter v0.1.45 |
| 2087 | 2026-05-22T21:28:44.938Z | Checking bstr v1.12.1 |
| 2088 | 2026-05-22T21:28:45.003Z | Checking cookie_store v0.22.1 |
| 2089 | 2026-05-22T21:28:45.038Z | Checking hkdf v0.12.4 |
| 2090 | 2026-05-22T21:28:45.075Z | Checking crossbeam-epoch v0.9.18 |
| 2091 | 2026-05-22T21:28:45.078Z | Checking hyper-rustls v0.27.7 |
| 2092 | 2026-05-22T21:28:45.078Z | Checking ahash v0.8.12 |
| 2093 | 2026-05-22T21:28:45.196Z | Checking crypto-bigint v0.5.5 |
| 2094 | 2026-05-22T21:28:45.325Z | Checking quick-error v1.2.3 |
| 2095 | 2026-05-22T21:28:45.363Z | Checking rand_xorshift v0.4.0 |
| 2096 | 2026-05-22T21:28:45.366Z | Checking scroll v0.12.0 |
| 2097 | 2026-05-22T21:28:45.431Z | Checking unarray v0.1.4 |
| 2098 | 2026-05-22T21:28:45.434Z | Checking reqwest v0.13.2 |
| 2099 | 2026-05-22T21:28:45.500Z | Checking rusty-fork v0.3.1 |
| 2100 | 2026-05-22T21:28:45.540Z | Checking num-bigint-dig v0.8.6 |
| 2101 | 2026-05-22T21:28:45.575Z | Checking pkcs1 v0.7.5 |
| 2102 | 2026-05-22T21:28:45.652Z | Checking goblin v0.8.2 |
| 2103 | 2026-05-22T21:28:45.702Z | Checking proptest v1.10.0 |
| 2104 | 2026-05-22T21:28:45.812Z | Checking x509-cert v0.2.5 |
| 2105 | 2026-05-22T21:28:46.065Z | Checking dof v0.4.0 |
| 2106 | 2026-05-22T21:28:46.104Z | Checking native-tls v0.2.18 |
| 2107 | 2026-05-22T21:28:46.138Z | Checking elliptic-curve v0.13.8 |
| 2108 | 2026-05-22T21:28:46.307Z | Checking tokio-native-tls v0.3.1 |
| 2109 | 2026-05-22T21:28:46.344Z | Checking zerocopy v0.7.35 |
| 2110 | 2026-05-22T21:28:46.379Z | Checking unicode-segmentation v1.12.0 |
| 2111 | 2026-05-22T21:28:46.479Z | Checking rsa v0.9.10 |
| 2112 | 2026-05-22T21:28:46.517Z | Checking dtrace-parser v0.2.0 |
| 2113 | 2026-05-22T21:28:46.522Z | Checking hyper-tls v0.6.0 |
| 2114 | 2026-05-22T21:28:46.716Z | Checking rfc6979 v0.4.0 |
| 2115 | 2026-05-22T21:28:46.754Z | Checking usdt-impl v0.6.0 |
| 2116 | 2026-05-22T21:28:46.757Z | Checking reqwest v0.12.28 |
| 2117 | 2026-05-22T21:28:46.821Z | Checking thread-id v4.2.2 |
| 2118 | 2026-05-22T21:28:46.857Z | Checking toml_write v0.1.2 |
| 2119 | 2026-05-22T21:28:46.894Z | Checking ecdsa v0.16.9 |
| 2120 | 2026-05-22T21:28:46.930Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2121 | 2026-05-22T21:28:46.965Z | Checking curve25519-dalek v4.1.3 |
| 2122 | 2026-05-22T21:28:47.049Z | Checking toml_edit v0.22.27 |
| 2123 | 2026-05-22T21:28:47.085Z | Checking usdt v0.6.0 |
| 2124 | 2026-05-22T21:28:47.262Z | Checking memoffset v0.9.1 |
| 2125 | 2026-05-22T21:28:47.300Z | Checking rustix v0.38.44 |
| 2126 | 2026-05-22T21:28:47.303Z | Checking env_filter v1.0.0 |
| 2127 | 2026-05-22T21:28:47.375Z | Checking keccak v0.1.6 |
| 2128 | 2026-05-22T21:28:47.478Z | Checking same-file v1.0.6 |
| 2129 | 2026-05-22T21:28:47.521Z | Checking newtype-uuid v1.3.2 |
| 2130 | 2026-05-22T21:28:47.557Z | Checking dof v0.3.0 |
| 2131 | 2026-05-22T21:28:47.594Z | Checking sha3 v0.10.8 |
| 2132 | 2026-05-22T21:28:47.629Z | Checking walkdir v2.5.0 |
| 2133 | 2026-05-22T21:28:47.669Z | Checking env_logger v0.11.9 |
| 2134 | 2026-05-22T21:28:47.746Z | Checking daft v0.1.7 |
| 2135 | 2026-05-22T21:28:47.785Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-05-22T21:28:47.821Z | Checking itertools v0.13.0 |
| 2137 | 2026-05-22T21:28:47.826Z | Checking serde_with v3.17.0 |
| 2138 | 2026-05-22T21:28:47.889Z | Checking bitflags v1.3.2 |
| 2139 | 2026-05-22T21:28:47.892Z | Checking usdt-impl v0.5.0 |
| 2140 | 2026-05-22T21:28:47.989Z | Checking siphasher v1.0.2 |
| 2141 | 2026-05-22T21:28:47.992Z | Checking ed25519-dalek v2.2.0 |
| 2142 | 2026-05-22T21:28:48.059Z | Checking unicode-normalization v0.1.25 |
| 2143 | 2026-05-22T21:28:48.154Z | Checking signal-hook v0.3.18 |
| 2144 | 2026-05-22T21:28:48.191Z | Checking managed v0.8.0 |
| 2145 | 2026-05-22T21:28:48.228Z | Checking winnow v0.5.40 |
| 2146 | 2026-05-22T21:28:48.231Z | Checking nix v0.31.2 |
| 2147 | 2026-05-22T21:28:48.297Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2148 | 2026-05-22T21:28:48.367Z | Checking object v0.37.3 |
| 2149 | 2026-05-22T21:28:48.404Z | Checking foldhash v0.1.5 |
| 2150 | 2026-05-22T21:28:48.439Z | Checking bzip2 v0.4.4 |
| 2151 | 2026-05-22T21:28:48.487Z | Checking signal-hook-mio v0.2.5 |
| 2152 | 2026-05-22T21:28:48.565Z | Checking hashbrown v0.15.5 |
| 2153 | 2026-05-22T21:28:48.622Z | Checking globset v0.4.18 |
| 2154 | 2026-05-22T21:28:48.659Z | Checking ref-cast v1.0.25 |
| 2155 | 2026-05-22T21:28:48.788Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2156 | 2026-05-22T21:28:48.894Z | Checking zip v0.6.6 |
| 2157 | 2026-05-22T21:28:48.932Z | Checking zstd-safe v7.2.4 |
| 2158 | 2026-05-22T21:28:48.936Z | Checking pin-project v1.1.11 |
| 2159 | 2026-05-22T21:28:49.059Z | Checking bumpalo v3.20.2 |
| 2160 | 2026-05-22T21:28:49.096Z | Checking libbz2-rs-sys v0.2.2 |
| 2161 | 2026-05-22T21:28:49.131Z | Checking zstd v0.13.3 |
| 2162 | 2026-05-22T21:28:49.243Z | Checking crossterm v0.28.1 |
| 2163 | 2026-05-22T21:28:49.287Z | Checking zopfli v0.8.3 |
| 2164 | 2026-05-22T21:28:49.323Z | Checking similar v2.7.0 |
| 2165 | 2026-05-22T21:28:49.326Z | Checking tokio-stream v0.1.18 |
| 2166 | 2026-05-22T21:28:49.391Z | Checking fs-err v3.3.0 |
| 2167 | 2026-05-22T21:28:49.426Z | Checking toml_edit v0.19.15 |
| 2168 | 2026-05-22T21:28:49.514Z | Checking bzip2 v0.6.1 |
| 2169 | 2026-05-22T21:28:49.638Z | Checking pem v3.0.6 |
| 2170 | 2026-05-22T21:28:49.705Z | Checking hash32 v0.2.1 |
| 2171 | 2026-05-22T21:28:49.708Z | Checking serde-big-array v0.5.1 |
| 2172 | 2026-05-22T21:28:49.776Z | Checking jiff v0.2.21 |
| 2173 | 2026-05-22T21:28:49.779Z | Checking unicode-bidi v0.3.18 |
| 2174 | 2026-05-22T21:28:49.846Z | Checking predicates-core v1.0.10 |
| 2175 | 2026-05-22T21:28:49.889Z | Checking unicode-properties v0.1.4 |
| 2176 | 2026-05-22T21:28:49.925Z | Checking heapless v0.7.17 |
| 2177 | 2026-05-22T21:28:49.966Z | Checking snafu v0.8.9 |
| 2178 | 2026-05-22T21:28:50.003Z | Checking olpc-cjson v0.1.4 |
| 2179 | 2026-05-22T21:28:50.106Z | Checking hickory-proto v0.25.2 |
| 2180 | 2026-05-22T21:28:50.142Z | Checking stringprep v0.1.5 |
| 2181 | 2026-05-22T21:28:50.179Z | Checking md-5 v0.10.6 |
| 2182 | 2026-05-22T21:28:50.233Z | Checking serde_plain v1.0.2 |
| 2183 | 2026-05-22T21:28:50.325Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2184 | 2026-05-22T21:28:50.363Z | Checking float-cmp v0.10.0 |
| 2185 | 2026-05-22T21:28:50.366Z | Checking typed-path v0.9.3 |
| 2186 | 2026-05-22T21:28:50.431Z | Checking normalize-line-endings v0.3.0 |
| 2187 | 2026-05-22T21:28:50.467Z | Checking toml v0.7.8 |
| 2188 | 2026-05-22T21:28:50.518Z | Checking difflib v0.4.0 |
| 2189 | 2026-05-22T21:28:50.555Z | Checking fallible-iterator v0.2.0 |
| 2190 | 2026-05-22T21:28:50.558Z | Checking smoltcp v0.9.1 |
| 2191 | 2026-05-22T21:28:50.695Z | Checking iddqd v0.4.1 |
| 2192 | 2026-05-22T21:28:50.732Z | Checking predicates v3.1.4 |
| 2193 | 2026-05-22T21:28:50.796Z | Checking phf_shared v0.13.1 |
| 2194 | 2026-05-22T21:28:50.856Z | Checking postgres-protocol v0.6.10 |
| 2195 | 2026-05-22T21:28:51.023Z | Checking phf_shared v0.11.3 |
| 2196 | 2026-05-22T21:28:51.060Z | Checking buf-list v1.1.2 |
| 2197 | 2026-05-22T21:28:51.164Z | Checking tough v0.22.0 |
| 2198 | 2026-05-22T21:28:51.203Z | Checking strum v0.27.2 |
| 2199 | 2026-05-22T21:28:51.206Z | Checking lalrpop-util v0.19.12 |
| 2200 | 2026-05-22T21:28:51.206Z | Checking precomputed-hash v0.1.1 |
| 2201 | 2026-05-22T21:28:51.301Z | Checking fixedbitset v0.5.7 |
| 2202 | 2026-05-22T21:28:51.374Z | Checking new_debug_unreachable v1.0.6 |
| 2203 | 2026-05-22T21:28:51.410Z | Checking fixedbitset v0.4.2 |
| 2204 | 2026-05-22T21:28:51.414Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2205 | 2026-05-22T21:28:51.479Z | Checking string_cache v0.8.9 |
| 2206 | 2026-05-22T21:28:51.521Z | Checking petgraph v0.8.3 |
| 2207 | 2026-05-22T21:28:51.586Z | Checking petgraph v0.6.5 |
| 2208 | 2026-05-22T21:28:51.627Z | Checking postgres-types v0.2.12 |
| 2209 | 2026-05-22T21:28:51.677Z | Checking phf v0.13.1 |
| 2210 | 2026-05-22T21:28:51.861Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2211 | 2026-05-22T21:28:51.973Z | Checking peg-runtime v0.8.5 |
| 2212 | 2026-05-22T21:28:52.013Z | Checking zip v4.6.1 |
| 2213 | 2026-05-22T21:28:52.146Z | Checking whoami v2.1.0 |
| 2214 | 2026-05-22T21:28:52.298Z | Checking is-terminal v0.4.17 |
| 2215 | 2026-05-22T21:28:52.373Z | Checking tokio-postgres v0.7.16 |
| 2216 | 2026-05-22T21:28:52.424Z | Checking crossbeam-channel v0.5.15 |
| 2217 | 2026-05-22T21:28:52.610Z | Compiling structmeta-derive v0.3.0 |
| 2218 | 2026-05-22T21:28:52.790Z | Checking thread_local v1.1.9 |
| 2219 | 2026-05-22T21:28:52.865Z | Checking take_mut v0.2.2 |
| 2220 | 2026-05-22T21:28:52.903Z | Checking term v1.2.1 |
| 2221 | 2026-05-22T21:28:52.986Z | Compiling newtype-uuid-macros v0.1.0 |
| 2222 | 2026-05-22T21:28:53.021Z | Checking slog-async v2.8.0 |
| 2223 | 2026-05-22T21:28:53.093Z | Compiling rustls v0.22.4 |
| 2224 | 2026-05-22T21:28:53.155Z | Checking slog-term v2.9.2 |
| 2225 | 2026-05-22T21:28:53.194Z | Compiling multer v3.1.0 |
| 2226 | 2026-05-22T21:28:53.230Z | Compiling async-stream-impl v0.3.6 |
| 2227 | 2026-05-22T21:28:53.342Z | Compiling dropshot v0.17.0 |
| 2228 | 2026-05-22T21:28:53.459Z | Compiling dropshot_endpoint v0.17.0 |
| 2229 | 2026-05-22T21:28:53.503Z | Checking match_cfg v0.1.0 |
| 2230 | 2026-05-22T21:28:53.604Z | Checking hostname v0.3.1 |
| 2231 | 2026-05-22T21:28:53.648Z | Checking slog-json v2.6.1 |
| 2232 | 2026-05-22T21:28:53.683Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2026-05-22T21:28:53.719Z | Compiling structmeta v0.3.0 |
| 2234 | 2026-05-22T21:28:53.754Z | Checking debug-ignore v1.0.5 |
| 2235 | 2026-05-22T21:28:53.792Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2236 | 2026-05-22T21:28:53.861Z | Checking serde_spanned v1.0.4 |
| 2237 | 2026-05-22T21:28:53.864Z | Checking slog-bunyan v2.5.0 |
| 2238 | 2026-05-22T21:28:53.929Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2239 | 2026-05-22T21:28:53.969Z | Compiling derive-ex v0.1.8 |
| 2240 | 2026-05-22T21:28:54.005Z | Checking rustls-webpki v0.102.8 |
| 2241 | 2026-05-22T21:28:54.041Z | Checking serde_path_to_error v0.1.20 |
| 2242 | 2026-05-22T21:28:54.044Z | Checking async-stream v0.3.6 |
| 2243 | 2026-05-22T21:28:54.142Z | Checking waitgroup v0.1.2 |
| 2244 | 2026-05-22T21:28:54.229Z | Checking rustls-pemfile v2.2.0 |
| 2245 | 2026-05-22T21:28:54.265Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-05-22T21:28:54.301Z | Checking hostname v0.4.2 |
| 2247 | 2026-05-22T21:28:54.335Z | Checking compression-core v0.4.31 |
| 2248 | 2026-05-22T21:28:54.370Z | Checking progenitor-client v0.14.0 |
| 2249 | 2026-05-22T21:28:54.407Z | Checking regress v0.10.5 |
| 2250 | 2026-05-22T21:28:54.475Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-05-22T21:28:54.511Z | Checking compression-codecs v0.4.37 |
| 2252 | 2026-05-22T21:28:54.514Z | Checking toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-22T21:28:54.612Z | Compiling parse-display-derive v0.10.0 |
| 2254 | 2026-05-22T21:28:54.648Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2255 | 2026-05-22T21:28:54.709Z | Checking async-compression v0.4.41 |
| 2256 | 2026-05-22T21:28:54.817Z | Checking itertools v0.14.0 |
| 2257 | 2026-05-22T21:28:54.980Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2258 | 2026-05-22T21:28:55.150Z | Checking macaddr v1.0.1 |
| 2259 | 2026-05-22T21:28:55.216Z | Checking instant v0.1.13 |
| 2260 | 2026-05-22T21:28:55.336Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2261 | 2026-05-22T21:28:55.371Z | Checking progenitor-client v0.10.0 |
| 2262 | 2026-05-22T21:28:55.410Z | Checking backoff v0.4.0 |
| 2263 | 2026-05-22T21:28:55.601Z | Checking backon v1.6.0 |
| 2264 | 2026-05-22T21:28:55.639Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2265 | 2026-05-22T21:28:55.642Z | Checking heck v0.5.0 |
| 2266 | 2026-05-22T21:28:55.708Z | Compiling test-strategy v0.4.5 |
| 2267 | 2026-05-22T21:28:55.797Z | Checking progenitor-extras v0.2.0 |
| 2268 | 2026-05-22T21:28:55.833Z | Checking unicode-width v0.2.0 |
| 2269 | 2026-05-22T21:28:55.837Z | Compiling convert_case v0.4.0 |
| 2270 | 2026-05-22T21:28:55.901Z | Checking half v2.7.1 |
| 2271 | 2026-05-22T21:28:55.904Z | Checking tokio-rustls v0.25.0 |
| 2272 | 2026-05-22T21:28:56.041Z | Checking ciborium-io v0.2.2 |
| 2273 | 2026-05-22T21:28:56.108Z | Checking secrecy v0.10.3 |
| 2274 | 2026-05-22T21:28:56.144Z | Compiling regress v0.11.1 |
| 2275 | 2026-05-22T21:28:56.181Z | Compiling unsafe-libyaml v0.2.11 |
| 2276 | 2026-05-22T21:28:56.246Z | Checking ciborium-ll v0.2.2 |
| 2277 | 2026-05-22T21:28:56.280Z | Checking indent_write v2.2.0 |
| 2278 | 2026-05-22T21:28:56.283Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-05-22T21:28:56.345Z | Checking parse-display v0.10.0 |
| 2280 | 2026-05-22T21:28:56.436Z | Checking universal-hash v0.5.1 |
| 2281 | 2026-05-22T21:28:56.471Z | Checking ciborium v0.2.2 |
| 2282 | 2026-05-22T21:28:56.515Z | Checking opaque-debug v0.3.1 |
| 2283 | 2026-05-22T21:28:56.586Z | Checking camino-tempfile v1.4.1 |
| 2284 | 2026-05-22T21:28:56.771Z | Compiling serde_yaml v0.9.34+deprecated |
| 2285 | 2026-05-22T21:28:56.921Z | Compiling crucible-workspace-hack v0.1.0 |
| 2286 | 2026-05-22T21:28:56.957Z | Checking aead v0.5.2 |
| 2287 | 2026-05-22T21:28:57.126Z | Checking poly1305 v0.8.0 |
| 2288 | 2026-05-22T21:28:57.201Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2289 | 2026-05-22T21:28:57.239Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2290 | 2026-05-22T21:28:57.516Z | Checking chacha20 v0.9.1 |
| 2291 | 2026-05-22T21:28:57.573Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2292 | 2026-05-22T21:28:57.611Z | Checking password-hash v0.5.0 |
| 2293 | 2026-05-22T21:28:57.744Z | Compiling typify-impl v0.6.2 |
| 2294 | 2026-05-22T21:28:57.868Z | Checking blake2 v0.10.6 |
| 2295 | 2026-05-22T21:28:58.154Z | Checking argon2 v0.5.3 |
| 2296 | 2026-05-22T21:28:58.189Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2297 | 2026-05-22T21:28:58.244Z | Checking chacha20poly1305 v0.10.1 |
| 2298 | 2026-05-22T21:28:58.417Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2299 | 2026-05-22T21:28:58.580Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2300 | 2026-05-22T21:28:58.773Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-05-22T21:28:58.810Z | Checking thiserror-no-std v2.0.2 |
| 2302 | 2026-05-22T21:28:58.884Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2303 | 2026-05-22T21:28:58.921Z | Checking swrite v0.1.0 |
| 2304 | 2026-05-22T21:28:58.956Z | Checking vsss-rs v3.3.4 |
| 2305 | 2026-05-22T21:28:59.015Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2306 | 2026-05-22T21:28:59.051Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2307 | 2026-05-22T21:28:59.156Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2308 | 2026-05-22T21:28:59.387Z | Checking toml v0.8.23 |
| 2309 | 2026-05-22T21:28:59.480Z | Checking crossbeam-deque v0.8.6 |
| 2310 | 2026-05-22T21:28:59.692Z | Compiling rayon-core v1.13.0 |
| 2311 | 2026-05-22T21:28:59.743Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-05-22T21:28:59.781Z | Checking tabwriter v1.4.1 |
| 2313 | 2026-05-22T21:28:59.982Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-05-22T21:29:00.078Z | Checking glob v0.3.3 |
| 2315 | 2026-05-22T21:29:00.113Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2316 | 2026-05-22T21:29:00.290Z | Checking unicode-width v0.1.14 |
| 2317 | 2026-05-22T21:29:00.326Z | Checking rayon v1.11.0 |
| 2318 | 2026-05-22T21:29:00.572Z | Compiling proc-macro-crate v3.4.0 |
| 2319 | 2026-05-22T21:29:00.609Z | Compiling usdt-attr-macro v0.5.0 |
| 2320 | 2026-05-22T21:29:00.647Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2321 | 2026-05-22T21:29:00.774Z | Compiling usdt-macro v0.5.0 |
| 2322 | 2026-05-22T21:29:01.062Z | Checking memmap v0.7.0 |
| 2323 | 2026-05-22T21:29:01.143Z | Compiling heapless v0.8.0 |
| 2324 | 2026-05-22T21:29:01.222Z | Checking colored v3.1.1 |
| 2325 | 2026-05-22T21:29:01.308Z | Compiling ingot-macros v0.1.1 |
| 2326 | 2026-05-22T21:29:01.402Z | Checking hash32 v0.3.1 |
| 2327 | 2026-05-22T21:29:01.460Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-05-22T21:29:01.521Z | Checking usdt v0.5.0 |
| 2329 | 2026-05-22T21:29:01.557Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-05-22T21:29:01.750Z | Checking cobs v0.3.0 |
| 2331 | 2026-05-22T21:29:01.793Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2332 | 2026-05-22T21:29:01.798Z | Compiling num_enum_derive v0.7.5 |
| 2333 | 2026-05-22T21:29:01.919Z | Checking postcard v1.1.3 |
| 2334 | 2026-05-22T21:29:01.998Z | Compiling proc-macro-crate v1.3.1 |
| 2335 | 2026-05-22T21:29:02.079Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-22T21:29:02.236Z | Checking sigpipe v0.1.3 |
| 2337 | 2026-05-22T21:29:02.316Z | Compiling foreign-types-macros v0.2.3 |
| 2338 | 2026-05-22T21:29:02.351Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2339 | 2026-05-22T21:29:02.385Z | Compiling typify-macro v0.6.2 |
| 2340 | 2026-05-22T21:29:02.441Z | Checking foreign-types-shared v0.3.1 |
| 2341 | 2026-05-22T21:29:02.479Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2342 | 2026-05-22T21:29:02.570Z | Checking cpufeatures v0.3.0 |
| 2343 | 2026-05-22T21:29:02.669Z | Checking chacha20 v0.10.0 |
| 2344 | 2026-05-22T21:29:02.704Z | Compiling num_enum_derive v0.5.11 |
| 2345 | 2026-05-22T21:29:02.898Z | Checking num_enum v0.7.5 |
| 2346 | 2026-05-22T21:29:02.934Z | Checking foreign-types v0.5.0 |
| 2347 | 2026-05-22T21:29:03.077Z | Checking cstr-argument v0.1.2 |
| 2348 | 2026-05-22T21:29:03.082Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2349 | 2026-05-22T21:29:03.180Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2350 | 2026-05-22T21:29:03.231Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-05-22T21:29:03.334Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2352 | 2026-05-22T21:29:03.522Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-05-22T21:29:03.582Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-05-22T21:29:03.585Z | Checking rand v0.10.0 |
| 2355 | 2026-05-22T21:29:03.715Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-05-22T21:29:03.718Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-22T21:29:03.782Z | Checking num_enum v0.5.11 |
| 2358 | 2026-05-22T21:29:03.785Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2359 | 2026-05-22T21:29:03.900Z | Compiling zone_cfg_derive v0.3.1 |
| 2360 | 2026-05-22T21:29:03.937Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2361 | 2026-05-22T21:29:03.941Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2362 | 2026-05-22T21:29:04.159Z | Checking itertools v0.12.1 |
| 2363 | 2026-05-22T21:29:04.162Z | Checking ingot-types v0.1.2 |
| 2364 | 2026-05-22T21:29:04.225Z | Compiling typify v0.6.2 |
| 2365 | 2026-05-22T21:29:04.257Z | Compiling num-derive v0.4.2 |
| 2366 | 2026-05-22T21:29:04.363Z | Compiling progenitor-impl v0.14.0 |
| 2367 | 2026-05-22T21:29:04.566Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-05-22T21:29:04.601Z | Checking ingot v0.1.1 |
| 2369 | 2026-05-22T21:29:04.835Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2370 | 2026-05-22T21:29:05.016Z | Checking smf v0.2.3 |
| 2371 | 2026-05-22T21:29:05.152Z | Checking whoami v1.6.1 |
| 2372 | 2026-05-22T21:29:05.199Z | Checking zone v0.3.1 |
| 2373 | 2026-05-22T21:29:05.253Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2374 | 2026-05-22T21:29:05.288Z | Checking tokio-dtrace v0.1.1 |
| 2375 | 2026-05-22T21:29:05.323Z | Compiling derive-where v1.6.0 |
| 2376 | 2026-05-22T21:29:05.358Z | Checking console v0.15.11 |
| 2377 | 2026-05-22T21:29:05.494Z | Checking oxide-tokio-rt v0.1.4 |
| 2378 | 2026-05-22T21:29:05.529Z | Checking atomicwrites v0.4.4 |
| 2379 | 2026-05-22T21:29:05.576Z | Checking newline-converter v0.3.0 |
| 2380 | 2026-05-22T21:29:05.649Z | Checking num-rational v0.4.2 |
| 2381 | 2026-05-22T21:29:05.686Z | Checking num-complex v0.4.6 |
| 2382 | 2026-05-22T21:29:05.719Z | Checking bytecount v0.6.9 |
| 2383 | 2026-05-22T21:29:05.722Z | Checking expectorate v1.2.0 |
| 2384 | 2026-05-22T21:29:05.854Z | Checking float-ord v0.3.2 |
| 2385 | 2026-05-22T21:29:05.908Z | Compiling progenitor-impl v0.13.0 |
| 2386 | 2026-05-22T21:29:06.041Z | Checking num v0.4.3 |
| 2387 | 2026-05-22T21:29:06.146Z | Checking progenitor-client v0.13.0 |
| 2388 | 2026-05-22T21:29:06.256Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2389 | 2026-05-22T21:29:06.415Z | Compiling owo-colors v4.3.0 |
| 2390 | 2026-05-22T21:29:06.674Z | Compiling prettyplease v0.2.37 |
| 2391 | 2026-05-22T21:29:06.854Z | Compiling cancel-safe-futures v0.1.5 |
| 2392 | 2026-05-22T21:29:06.987Z | Checking libsw-core v0.3.2 |
| 2393 | 2026-05-22T21:29:07.021Z | Compiling progenitor-macro v0.14.0 |
| 2394 | 2026-05-22T21:29:07.186Z | Checking libsw v3.5.0 |
| 2395 | 2026-05-22T21:29:07.365Z | Checking linear-map v1.2.0 |
| 2396 | 2026-05-22T21:29:07.413Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2397 | 2026-05-22T21:29:07.449Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2398 | 2026-05-22T21:29:07.491Z | Checking gethostname v0.5.0 |
| 2399 | 2026-05-22T21:29:07.564Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2400 | 2026-05-22T21:29:07.611Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-05-22T21:29:08.517Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2402 | 2026-05-22T21:29:08.590Z | Compiling progenitor-macro v0.13.0 |
| 2403 | 2026-05-22T21:29:09.124Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2404 | 2026-05-22T21:29:09.646Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2405 | 2026-05-22T21:29:11.175Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2406 | 2026-05-22T21:29:11.996Z | Checking progenitor v0.14.0 |
| 2407 | 2026-05-22T21:29:12.326Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2408 | 2026-05-22T21:29:12.944Z | Checking resolv-conf v0.7.6 |
| 2409 | 2026-05-22T21:29:13.053Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2410 | 2026-05-22T21:29:13.160Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-05-22T21:29:13.242Z | Checking smawk v0.3.2 |
| 2412 | 2026-05-22T21:29:13.434Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2413 | 2026-05-22T21:29:13.482Z | Checking papergrid v0.11.0 |
| 2414 | 2026-05-22T21:29:13.518Z | Checking progenitor v0.13.0 |
| 2415 | 2026-05-22T21:29:13.588Z | Compiling tabled_derive v0.7.0 |
| 2416 | 2026-05-22T21:29:13.686Z | Compiling convert_case v0.10.0 |
| 2417 | 2026-05-22T21:29:13.722Z | Compiling slog-dtrace v0.3.0 |
| 2418 | 2026-05-22T21:29:14.024Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2419 | 2026-05-22T21:29:14.059Z | Compiling derive_more-impl v2.1.1 |
| 2420 | 2026-05-22T21:29:14.566Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2421 | 2026-05-22T21:29:14.603Z | Checking tabled v0.15.0 |
| 2422 | 2026-05-22T21:29:14.671Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2423 | 2026-05-22T21:29:14.799Z | Checking linked-hash-map v0.5.6 |
| 2424 | 2026-05-22T21:29:14.836Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-05-22T21:29:14.899Z | Checking derive_more v2.1.1 |
| 2426 | 2026-05-22T21:29:15.001Z | Checking lru-cache v0.1.2 |
| 2427 | 2026-05-22T21:29:15.004Z | Checking fd-lock v4.0.4 |
| 2428 | 2026-05-22T21:29:15.070Z | Checking crossterm v0.29.0 |
| 2429 | 2026-05-22T21:29:15.155Z | Checking vte v0.14.1 |
| 2430 | 2026-05-22T21:29:15.193Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-05-22T21:29:15.333Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-05-22T21:29:15.370Z | Checking strip-ansi-escapes v0.2.1 |
| 2433 | 2026-05-22T21:29:15.373Z | Checking termtree v0.5.1 |
| 2434 | 2026-05-22T21:29:15.502Z | Checking nu-ansi-term v0.50.3 |
| 2435 | 2026-05-22T21:29:15.506Z | Checking textwrap v0.16.2 |
| 2436 | 2026-05-22T21:29:15.571Z | Compiling minimal-lexical v0.2.1 |
| 2437 | 2026-05-22T21:29:15.651Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2438 | 2026-05-22T21:29:15.742Z | Checking reedline v0.40.0 |
| 2439 | 2026-05-22T21:29:15.779Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2440 | 2026-05-22T21:29:15.814Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2441 | 2026-05-22T21:29:15.857Z | Compiling nom v7.1.3 |
| 2442 | 2026-05-22T21:29:16.129Z | Compiling ar_archive_writer v0.5.1 |
| 2443 | 2026-05-22T21:29:16.351Z | Checking humantime v2.3.0 |
| 2444 | 2026-05-22T21:29:16.422Z | Checking csv-core v0.1.13 |
| 2445 | 2026-05-22T21:29:16.567Z | Compiling stacker v0.1.23 |
| 2446 | 2026-05-22T21:29:16.634Z | Checking csv v1.4.0 |
| 2447 | 2026-05-22T21:29:16.671Z | Checking hickory-resolver v0.24.4 |
| 2448 | 2026-05-22T21:29:16.857Z | Checking highway v1.3.0 |
| 2449 | 2026-05-22T21:29:16.898Z | Compiling cfg_aliases v0.1.1 |
| 2450 | 2026-05-22T21:29:16.934Z | Compiling semver v0.1.20 |
| 2451 | 2026-05-22T21:29:17.008Z | Compiling nix v0.28.0 |
| 2452 | 2026-05-22T21:29:17.043Z | Compiling psm v0.1.30 |
| 2453 | 2026-05-22T21:29:17.115Z | Checking nibble_vec v0.1.0 |
| 2454 | 2026-05-22T21:29:17.160Z | Compiling rustc_version v0.1.7 |
| 2455 | 2026-05-22T21:29:17.205Z | Checking home v0.5.12 |
| 2456 | 2026-05-22T21:29:17.246Z | Checking endian-type v0.1.2 |
| 2457 | 2026-05-22T21:29:17.280Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2458 | 2026-05-22T21:29:17.341Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2459 | 2026-05-22T21:29:17.415Z | Checking radix_trie v0.2.1 |
| 2460 | 2026-05-22T21:29:17.418Z | Compiling newtype_derive v0.1.6 |
| 2461 | 2026-05-22T21:29:17.490Z | Checking qorb v0.4.1 |
| 2462 | 2026-05-22T21:29:17.497Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2463 | 2026-05-22T21:29:17.685Z | Checking phf_shared v0.12.1 |
| 2464 | 2026-05-22T21:29:17.691Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2465 | 2026-05-22T21:29:17.832Z | Compiling chrono-tz v0.10.4 |
| 2466 | 2026-05-22T21:29:17.887Z | Checking phf v0.12.1 |
| 2467 | 2026-05-22T21:29:18.040Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2468 | 2026-05-22T21:29:18.040Z | Compiling const_format_proc_macros v0.2.34 |
| 2469 | 2026-05-22T21:29:18.146Z | Checking recursive v0.1.1 |
| 2470 | 2026-05-22T21:29:18.149Z | Compiling peg-macros v0.8.5 |
| 2471 | 2026-05-22T21:29:18.149Z | Checking winnow v0.6.26 |
| 2472 | 2026-05-22T21:29:18.265Z | Compiling sqlparser_derive v0.5.0 |
| 2473 | 2026-05-22T21:29:18.728Z | Checking unicode_categories v0.1.1 |
| 2474 | 2026-05-22T21:29:18.953Z | Checking const_format v0.2.35 |
| 2475 | 2026-05-22T21:29:18.988Z | Checking rustyline v14.0.0 |
| 2476 | 2026-05-22T21:29:19.220Z | Checking sqlparser v0.61.0 |
| 2477 | 2026-05-22T21:29:19.352Z | Checking sqlformat v0.3.5 |
| 2478 | 2026-05-22T21:29:19.651Z | Checking peg v0.8.5 |
| 2479 | 2026-05-22T21:29:19.757Z | Checking bcs v0.1.6 |
| 2480 | 2026-05-22T21:29:19.814Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2481 | 2026-05-22T21:29:19.849Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2482 | 2026-05-22T21:29:19.977Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2483 | 2026-05-22T21:29:20.028Z | Checking steno v0.4.1 |
| 2484 | 2026-05-22T21:29:20.068Z | Checking filetime v0.2.27 |
| 2485 | 2026-05-22T21:29:20.104Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2486 | 2026-05-22T21:29:20.235Z | Checking xattr v1.6.1 |
| 2487 | 2026-05-22T21:29:20.396Z | Checking tar v0.4.45 |
| 2488 | 2026-05-22T21:29:20.809Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2489 | 2026-05-22T21:29:20.852Z | Checking subprocess v0.2.15 |
| 2490 | 2026-05-22T21:29:20.940Z | Checking base64 v0.21.7 |
| 2491 | 2026-05-22T21:29:21.020Z | Checking headers-core v0.3.0 |
| 2492 | 2026-05-22T21:29:21.058Z | Checking yasna v0.5.2 |
| 2493 | 2026-05-22T21:29:21.184Z | Checking headers v0.4.1 |
| 2494 | 2026-05-22T21:29:21.217Z | Checking dropshot-api-manager-types v0.7.1 |
| 2495 | 2026-05-22T21:29:21.438Z | Checking tagptr v0.2.0 |
| 2496 | 2026-05-22T21:29:21.472Z | Checking rcgen v0.12.1 |
| 2497 | 2026-05-22T21:29:21.610Z | Checking moka v0.12.13 |
| 2498 | 2026-05-22T21:29:21.667Z | Checking utf-8 v0.7.6 |
| 2499 | 2026-05-22T21:29:21.814Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2500 | 2026-05-22T21:29:21.856Z | Compiling libefi-sys v0.1.0 |
| 2501 | 2026-05-22T21:29:22.002Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2502 | 2026-05-22T21:29:22.116Z | Compiling bitfield-struct v0.6.2 |
| 2503 | 2026-05-22T21:29:22.268Z | Checking hickory-resolver v0.25.2 |
| 2504 | 2026-05-22T21:29:22.400Z | Compiling radium v0.7.0 |
| 2505 | 2026-05-22T21:29:22.533Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-05-22T21:29:22.649Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2507 | 2026-05-22T21:29:22.747Z | Checking tungstenite v0.21.0 |
| 2508 | 2026-05-22T21:29:22.781Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-05-22T21:29:22.831Z | Checking tap v1.0.1 |
| 2510 | 2026-05-22T21:29:22.966Z | Compiling maybe-uninit v2.0.0 |
| 2511 | 2026-05-22T21:29:23.001Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2512 | 2026-05-22T21:29:23.034Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2513 | 2026-05-22T21:29:23.067Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-05-22T21:29:23.197Z | Checking tokio-tungstenite v0.21.0 |
| 2515 | 2026-05-22T21:29:23.330Z | Checking wyz v0.5.1 |
| 2516 | 2026-05-22T21:29:23.436Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-05-22T21:29:23.520Z | Checking crc-catalog v2.4.0 |
| 2518 | 2026-05-22T21:29:23.556Z | Checking funty v2.0.0 |
| 2519 | 2026-05-22T21:29:23.590Z | Compiling packed_struct v0.10.1 |
| 2520 | 2026-05-22T21:29:23.656Z | Checking crc v3.4.0 |
| 2521 | 2026-05-22T21:29:23.723Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2522 | 2026-05-22T21:29:23.773Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2523 | 2026-05-22T21:29:23.863Z | Compiling packed_struct_codegen v0.10.1 |
| 2524 | 2026-05-22T21:29:23.926Z | Checking bitvec v1.0.1 |
| 2525 | 2026-05-22T21:29:23.968Z | Compiling bitfield-macros v0.19.4 |
| 2526 | 2026-05-22T21:29:24.313Z | Checking zerocopy v0.6.6 |
| 2527 | 2026-05-22T21:29:24.638Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-05-22T21:29:24.703Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2529 | 2026-05-22T21:29:24.737Z | Checking nodrop v0.1.14 |
| 2530 | 2026-05-22T21:29:24.859Z | Checking array-init v0.0.4 |
| 2531 | 2026-05-22T21:29:24.966Z | Checking bitfield v0.19.4 |
| 2532 | 2026-05-22T21:29:25.001Z | Checking smallvec v0.6.14 |
| 2533 | 2026-05-22T21:29:25.005Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2534 | 2026-05-22T21:29:25.180Z | Checking hashbrown v0.12.3 |
| 2535 | 2026-05-22T21:29:25.220Z | Checking serde-hex v0.1.0 |
| 2536 | 2026-05-22T21:29:25.591Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2537 | 2026-05-22T21:29:25.801Z | Checking ron v0.8.1 |
| 2538 | 2026-05-22T21:29:26.061Z | Checking hashbrown v0.13.2 |
| 2539 | 2026-05-22T21:29:26.317Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2540 | 2026-05-22T21:29:26.353Z | Checking crc-any v2.5.0 |
| 2541 | 2026-05-22T21:29:26.385Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2542 | 2026-05-22T21:29:26.509Z | Checking object v0.30.4 |
| 2543 | 2026-05-22T21:29:26.558Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2544 | 2026-05-22T21:29:26.613Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2545 | 2026-05-22T21:29:26.659Z | Compiling xshell-macros v0.2.7 |
| 2546 | 2026-05-22T21:29:26.710Z | Checking path-slash v0.1.5 |
| 2547 | 2026-05-22T21:29:26.745Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2548 | 2026-05-22T21:29:26.842Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2549 | 2026-05-22T21:29:27.060Z | Checking xshell v0.2.7 |
| 2550 | 2026-05-22T21:29:27.277Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2551 | 2026-05-22T21:29:27.311Z | Checking half v1.8.3 |
| 2552 | 2026-05-22T21:29:27.509Z | Compiling num-derive v0.3.3 |
| 2553 | 2026-05-22T21:29:27.559Z | Checking serde_cbor v0.11.2 |
| 2554 | 2026-05-22T21:29:27.973Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2555 | 2026-05-22T21:29:28.069Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-05-22T21:29:28.322Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2557 | 2026-05-22T21:29:28.395Z | Compiling proc-macro-error2 v2.0.1 |
| 2558 | 2026-05-22T21:29:28.476Z | Checking libscf-sys v1.1.0 |
| 2559 | 2026-05-22T21:29:28.641Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2560 | 2026-05-22T21:29:28.675Z | Checking papergrid v0.17.0 |
| 2561 | 2026-05-22T21:29:28.737Z | Checking testing_table v0.3.0 |
| 2562 | 2026-05-22T21:29:28.783Z | Compiling tabled_derive v0.11.0 |
| 2563 | 2026-05-22T21:29:28.864Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2564 | 2026-05-22T21:29:28.898Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2565 | 2026-05-22T21:29:29.395Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2566 | 2026-05-22T21:29:29.438Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2567 | 2026-05-22T21:29:29.695Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-05-22T21:29:29.730Z | Checking crc8 v0.1.1 |
| 2569 | 2026-05-22T21:29:29.734Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2570 | 2026-05-22T21:29:29.860Z | Checking maplit v1.0.2 |
| 2571 | 2026-05-22T21:29:29.976Z | Compiling git-stub-vcs v0.1.0 |
| 2572 | 2026-05-22T21:29:30.010Z | Checking tabled v0.20.0 |
| 2573 | 2026-05-22T21:29:30.013Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2574 | 2026-05-22T21:29:30.351Z | Checking fxhash v0.2.1 |
| 2575 | 2026-05-22T21:29:30.443Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2576 | 2026-05-22T21:29:30.506Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2577 | 2026-05-22T21:29:30.649Z | Checking unicase v2.9.0 |
| 2578 | 2026-05-22T21:29:30.800Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2579 | 2026-05-22T21:29:30.834Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2580 | 2026-05-22T21:29:30.867Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2581 | 2026-05-22T21:29:31.117Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-05-22T21:29:31.233Z | Compiling typify-impl v0.4.3 |
| 2583 | 2026-05-22T21:29:31.269Z | Checking kstat-rs v0.2.4 |
| 2584 | 2026-05-22T21:29:31.397Z | Compiling diesel_derives v2.3.7 |
| 2585 | 2026-05-22T21:29:31.400Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2586 | 2026-05-22T21:29:31.487Z | Checking scheduled-thread-pool v0.2.7 |
| 2587 | 2026-05-22T21:29:31.656Z | Compiling dsl_auto_type v0.2.0 |
| 2588 | 2026-05-22T21:29:31.689Z | Checking arc-swap v1.8.2 |
| 2589 | 2026-05-22T21:29:31.943Z | Compiling vergen-gitcl v1.0.8 |
| 2590 | 2026-05-22T21:29:32.097Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2591 | 2026-05-22T21:29:32.166Z | Compiling parking_lot_core v0.8.6 |
| 2592 | 2026-05-22T21:29:32.246Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2593 | 2026-05-22T21:29:32.382Z | Checking slog-scope v4.4.1 |
| 2594 | 2026-05-22T21:29:32.484Z | Checking r2d2 v0.8.10 |
| 2595 | 2026-05-22T21:29:32.553Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2596 | 2026-05-22T21:29:32.693Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2597 | 2026-05-22T21:29:33.037Z | Checking downcast-rs v2.0.2 |
| 2598 | 2026-05-22T21:29:33.073Z | Checking slog-stdlog v4.1.1 |
| 2599 | 2026-05-22T21:29:33.190Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-05-22T21:29:33.223Z | Checking slog-envlogger v2.2.0 |
| 2601 | 2026-05-22T21:29:33.333Z | Checking parking_lot v0.11.2 |
| 2602 | 2026-05-22T21:29:33.413Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2603 | 2026-05-22T21:29:33.466Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2604 | 2026-05-22T21:29:33.529Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-05-22T21:29:33.571Z | Checking prefix-trie v0.7.0 |
| 2606 | 2026-05-22T21:29:33.783Z | Checking sled v0.34.7 |
| 2607 | 2026-05-22T21:29:33.826Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2608 | 2026-05-22T21:29:33.929Z | Checking hickory-server v0.25.2 |
| 2609 | 2026-05-22T21:29:34.038Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2610 | 2026-05-22T21:29:34.237Z | Checking nanorand v0.7.0 |
| 2611 | 2026-05-22T21:29:34.467Z | Compiling dirs-sys-next v0.1.2 |
| 2612 | 2026-05-22T21:29:34.501Z | Compiling salty v0.3.0 |
| 2613 | 2026-05-22T21:29:34.751Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2614 | 2026-05-22T21:29:34.787Z | Compiling crunchy v0.2.4 |
| 2615 | 2026-05-22T21:29:34.867Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-05-22T21:29:35.013Z | Checking flume v0.11.1 |
| 2617 | 2026-05-22T21:29:35.046Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-05-22T21:29:35.126Z | Compiling clang-sys v1.8.1 |
| 2619 | 2026-05-22T21:29:35.171Z | Checking primeorder v0.13.6 |
| 2620 | 2026-05-22T21:29:35.210Z | Compiling tiny-keccak v2.0.2 |
| 2621 | 2026-05-22T21:29:35.507Z | Compiling term v0.7.0 |
| 2622 | 2026-05-22T21:29:35.639Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2623 | 2026-05-22T21:29:35.693Z | Compiling typify-macro v0.4.3 |
| 2624 | 2026-05-22T21:29:35.728Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2625 | 2026-05-22T21:29:35.969Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2626 | 2026-05-22T21:29:36.046Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2627 | 2026-05-22T21:29:36.092Z | Compiling bit-vec v0.6.3 |
| 2628 | 2026-05-22T21:29:36.263Z | Compiling ascii-canvas v3.0.0 |
| 2629 | 2026-05-22T21:29:36.298Z | Compiling bit-set v0.5.3 |
| 2630 | 2026-05-22T21:29:36.485Z | Compiling itertools v0.10.5 |
| 2631 | 2026-05-22T21:29:36.538Z | Compiling ena v0.14.4 |
| 2632 | 2026-05-22T21:29:36.707Z | Compiling libloading v0.8.9 |
| 2633 | 2026-05-22T21:29:36.777Z | Compiling fs-err v2.11.0 |
| 2634 | 2026-05-22T21:29:36.811Z | Compiling regex-syntax v0.6.29 |
| 2635 | 2026-05-22T21:29:36.947Z | Compiling diff v0.1.13 |
| 2636 | 2026-05-22T21:29:37.002Z | Compiling bindgen v0.71.1 |
| 2637 | 2026-05-22T21:29:37.275Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2638 | 2026-05-22T21:29:37.419Z | Compiling typify v0.4.3 |
| 2639 | 2026-05-22T21:29:37.592Z | Checking p384 v0.13.1 |
| 2640 | 2026-05-22T21:29:37.595Z | Compiling cexpr v0.6.0 |
| 2641 | 2026-05-22T21:29:37.659Z | Checking diesel v2.3.7 |
| 2642 | 2026-05-22T21:29:37.662Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2643 | 2026-05-22T21:29:38.036Z | Compiling rustc-hash v2.1.1 |
| 2644 | 2026-05-22T21:29:38.190Z | Compiling lalrpop v0.19.12 |
| 2645 | 2026-05-22T21:29:38.267Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2646 | 2026-05-22T21:29:38.306Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2647 | 2026-05-22T21:29:38.587Z | Compiling libxml v0.3.3 |
| 2648 | 2026-05-22T21:29:38.698Z | Checking parse-size v1.1.0 |
| 2649 | 2026-05-22T21:29:38.874Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2650 | 2026-05-22T21:29:39.011Z | Compiling progenitor-impl v0.11.2 |
| 2651 | 2026-05-22T21:29:39.765Z | Compiling strum_macros v0.24.3 |
| 2652 | 2026-05-22T21:29:39.800Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2653 | 2026-05-22T21:29:40.421Z | Compiling indoc v1.0.9 |
| 2654 | 2026-05-22T21:29:40.887Z | Checking assert_matches v1.5.0 |
| 2655 | 2026-05-22T21:29:41.121Z | Compiling progenitor-impl v0.10.0 |
| 2656 | 2026-05-22T21:29:41.597Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2657 | 2026-05-22T21:29:41.656Z | Compiling progenitor-macro v0.11.2 |
| 2658 | 2026-05-22T21:29:41.944Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2659 | 2026-05-22T21:29:42.169Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2660 | 2026-05-22T21:29:42.589Z | Checking predicates-tree v1.0.13 |
| 2661 | 2026-05-22T21:29:42.733Z | Checking progenitor-client v0.11.2 |
| 2662 | 2026-05-22T21:29:42.768Z | Checking quick-xml v0.37.5 |
| 2663 | 2026-05-22T21:29:43.007Z | Checking derive_builder v0.20.2 |
| 2664 | 2026-05-22T21:29:43.152Z | Compiling oso-derive v0.27.3 |
| 2665 | 2026-05-22T21:29:43.665Z | Compiling trait-variant v0.1.2 |
| 2666 | 2026-05-22T21:29:43.699Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2667 | 2026-05-22T21:29:43.756Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2668 | 2026-05-22T21:29:43.900Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2669 | 2026-05-22T21:29:43.979Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2670 | 2026-05-22T21:29:44.235Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2671 | 2026-05-22T21:29:45.270Z | Checking openssl-probe v0.1.6 |
| 2672 | 2026-05-22T21:29:45.416Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2673 | 2026-05-22T21:29:45.863Z | Compiling progenitor-macro v0.10.0 |
| 2674 | 2026-05-22T21:29:45.899Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2675 | 2026-05-22T21:29:46.207Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2676 | 2026-05-22T21:29:46.245Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-05-22T21:29:46.555Z | Checking progenitor v0.11.2 |
| 2678 | 2026-05-22T21:29:46.732Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2679 | 2026-05-22T21:29:47.146Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2680 | 2026-05-22T21:29:48.194Z | Compiling mime_guess v2.0.5 |
| 2681 | 2026-05-22T21:29:48.794Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2682 | 2026-05-22T21:29:49.069Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-05-22T21:29:49.502Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2684 | 2026-05-22T21:29:49.800Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-05-22T21:29:49.835Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2686 | 2026-05-22T21:29:50.028Z | Checking corncobs v0.1.4 |
| 2687 | 2026-05-22T21:29:50.074Z | Checking http-range v0.1.5 |
| 2688 | 2026-05-22T21:29:50.190Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-05-22T21:29:50.277Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2690 | 2026-05-22T21:29:50.480Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2691 | 2026-05-22T21:29:50.746Z | Checking progenitor v0.10.0 |
| 2692 | 2026-05-22T21:29:50.881Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2693 | 2026-05-22T21:29:50.918Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2694 | 2026-05-22T21:29:50.953Z | Checking ignore v0.4.25 |
| 2695 | 2026-05-22T21:29:51.386Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-22T21:29:51.555Z | Checking atty v0.2.14 |
| 2697 | 2026-05-22T21:29:51.685Z | Checking secrecy v0.8.0 |
| 2698 | 2026-05-22T21:29:51.945Z | Checking globwalk v0.9.1 |
| 2699 | 2026-05-22T21:29:52.457Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2700 | 2026-05-22T21:29:52.527Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2701 | 2026-05-22T21:29:53.033Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2702 | 2026-05-22T21:29:53.068Z | Checking bb8 v0.8.6 |
| 2703 | 2026-05-22T21:29:53.255Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2704 | 2026-05-22T21:29:53.334Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-05-22T21:29:53.401Z | Checking async-bb8-diesel v0.2.1 |
| 2706 | 2026-05-22T21:29:53.480Z | Checking hyper-staticfile v0.10.1 |
| 2707 | 2026-05-22T21:29:53.557Z | Checking camino-tempfile-ext v0.3.3 |
| 2708 | 2026-05-22T21:29:53.663Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2709 | 2026-05-22T21:29:53.783Z | Checking diesel-dtrace v0.5.0 |
| 2710 | 2026-05-22T21:29:53.817Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2711 | 2026-05-22T21:29:53.851Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2712 | 2026-05-22T21:29:54.055Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2713 | 2026-05-22T21:29:54.088Z | Checking signal-hook-tokio v0.3.1 |
| 2714 | 2026-05-22T21:29:54.135Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2715 | 2026-05-22T21:29:54.409Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2716 | 2026-05-22T21:29:54.456Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2717 | 2026-05-22T21:29:54.646Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2718 | 2026-05-22T21:29:55.238Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2719 | 2026-05-22T21:29:55.356Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2720 | 2026-05-22T21:29:55.654Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2721 | 2026-05-22T21:29:55.691Z | Checking nonempty v0.12.0 |
| 2722 | 2026-05-22T21:29:55.724Z | Checking illumos-nvpair v0.3.0 |
| 2723 | 2026-05-22T21:29:55.917Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2724 | 2026-05-22T21:29:55.962Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2725 | 2026-05-22T21:29:56.048Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2726 | 2026-05-22T21:29:56.320Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2727 | 2026-05-22T21:29:56.356Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2728 | 2026-05-22T21:29:56.389Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2729 | 2026-05-22T21:29:56.524Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2730 | 2026-05-22T21:29:56.767Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2731 | 2026-05-22T21:29:56.967Z | Checking tungstenite v0.23.0 |
| 2732 | 2026-05-22T21:29:57.052Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2733 | 2026-05-22T21:29:57.419Z | Checking tokio-tungstenite v0.23.1 |
| 2734 | 2026-05-22T21:29:57.723Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2735 | 2026-05-22T21:29:57.997Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2736 | 2026-05-22T21:29:58.098Z | Checking rand_seeder v0.4.0 |
| 2737 | 2026-05-22T21:29:58.230Z | Checking void v1.0.2 |
| 2738 | 2026-05-22T21:29:58.266Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2739 | 2026-05-22T21:29:58.298Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2740 | 2026-05-22T21:29:58.369Z | Checking lzss v0.8.2 |
| 2741 | 2026-05-22T21:29:58.490Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2742 | 2026-05-22T21:29:58.605Z | Checking nix v0.27.1 |
| 2743 | 2026-05-22T21:29:58.690Z | Checking serde_bytes v0.11.19 |
| 2744 | 2026-05-22T21:29:58.771Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2745 | 2026-05-22T21:29:58.903Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2746 | 2026-05-22T21:29:59.149Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2747 | 2026-05-22T21:29:59.332Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2748 | 2026-05-22T21:29:59.637Z | Checking is_ci v1.2.0 |
| 2749 | 2026-05-22T21:29:59.774Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2750 | 2026-05-22T21:29:59.879Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2751 | 2026-05-22T21:30:00.077Z | Checking yansi v1.0.1 |
| 2752 | 2026-05-22T21:30:00.282Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2753 | 2026-05-22T21:30:00.364Z | Checking pretty_assertions v1.4.1 |
| 2754 | 2026-05-22T21:30:00.542Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2755 | 2026-05-22T21:30:00.576Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2756 | 2026-05-22T21:30:00.609Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2757 | 2026-05-22T21:30:00.644Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2758 | 2026-05-22T21:30:00.866Z | Compiling darling_core v0.23.0 |
| 2759 | 2026-05-22T21:30:01.863Z | Compiling indoc v2.0.7 |
| 2760 | 2026-05-22T21:30:02.112Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2761 | 2026-05-22T21:30:02.344Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-22T21:30:02.379Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-22T21:30:02.611Z | Compiling instability v0.3.11 |
| 2764 | 2026-05-22T21:30:02.873Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2765 | 2026-05-22T21:30:03.041Z | Compiling libz-sys v1.1.24 |
| 2766 | 2026-05-22T21:30:03.155Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2767 | 2026-05-22T21:30:03.408Z | Compiling darling_macro v0.23.0 |
| 2768 | 2026-05-22T21:30:03.459Z | Checking castaway v0.2.4 |
| 2769 | 2026-05-22T21:30:03.603Z | Checking compact_str v0.8.1 |
| 2770 | 2026-05-22T21:30:03.957Z | Compiling darling v0.23.0 |
| 2771 | 2026-05-22T21:30:04.021Z | Checking supports-color v3.0.2 |
| 2772 | 2026-05-22T21:30:04.183Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2773 | 2026-05-22T21:30:04.411Z | Checking unicode-truncate v1.1.0 |
| 2774 | 2026-05-22T21:30:04.497Z | Checking console v0.16.2 |
| 2775 | 2026-05-22T21:30:04.590Z | Checking lru v0.12.5 |
| 2776 | 2026-05-22T21:30:04.783Z | Checking cassowary v0.3.0 |
| 2777 | 2026-05-22T21:30:04.817Z | Checking unit-prefix v0.5.2 |
| 2778 | 2026-05-22T21:30:04.897Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-05-22T21:30:04.939Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2780 | 2026-05-22T21:30:04.979Z | Checking indicatif v0.18.4 |
| 2781 | 2026-05-22T21:30:05.029Z | Checking ratatui v0.29.0 |
| 2782 | 2026-05-22T21:30:05.141Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2783 | 2026-05-22T21:30:05.558Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2784 | 2026-05-22T21:30:06.362Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2785 | 2026-05-22T21:30:06.594Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2786 | 2026-05-22T21:30:06.824Z | Compiling vergen-git2 v1.0.7 |
| 2787 | 2026-05-22T21:30:06.891Z | Checking plotters-backend v0.3.7 |
| 2788 | 2026-05-22T21:30:06.934Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2789 | 2026-05-22T21:30:07.092Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2790 | 2026-05-22T21:30:07.125Z | Checking plotters-svg v0.3.7 |
| 2791 | 2026-05-22T21:30:07.160Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2792 | 2026-05-22T21:30:07.295Z | Checking colored v2.2.0 |
| 2793 | 2026-05-22T21:30:07.330Z | Checking shell-words v1.1.1 |
| 2794 | 2026-05-22T21:30:07.487Z | Compiling rustls v0.21.12 |
| 2795 | 2026-05-22T21:30:07.532Z | Checking cast v0.3.0 |
| 2796 | 2026-05-22T21:30:07.738Z | Checking criterion-plot v0.6.0 |
| 2797 | 2026-05-22T21:30:07.825Z | Checking plotters v0.3.7 |
| 2798 | 2026-05-22T21:30:07.908Z | Checking typeid v1.0.3 |
| 2799 | 2026-05-22T21:30:08.015Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2800 | 2026-05-22T21:30:08.050Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2801 | 2026-05-22T21:30:08.277Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2802 | 2026-05-22T21:30:08.514Z | Checking rustls-webpki v0.101.7 |
| 2803 | 2026-05-22T21:30:08.595Z | Checking sct v0.7.1 |
| 2804 | 2026-05-22T21:30:08.766Z | Checking tinytemplate v1.2.1 |
| 2805 | 2026-05-22T21:30:08.900Z | Compiling nix v0.29.0 |
| 2806 | 2026-05-22T21:30:09.011Z | Compiling dropshot v0.16.7 |
| 2807 | 2026-05-22T21:30:09.014Z | Checking anes v0.1.6 |
| 2808 | 2026-05-22T21:30:09.243Z | Checking oorandom v11.1.5 |
| 2809 | 2026-05-22T21:30:09.277Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-05-22T21:30:09.390Z | Checking criterion v0.7.0 |
| 2811 | 2026-05-22T21:30:09.423Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2812 | 2026-05-22T21:30:10.690Z | Checking erased-serde v0.4.9 |
| 2813 | 2026-05-22T21:30:10.774Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2814 | 2026-05-22T21:30:11.067Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2815 | 2026-05-22T21:30:11.860Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2816 | 2026-05-22T21:30:12.681Z | Checking toml v0.9.12+spec-1.1.0 |
| 2817 | 2026-05-22T21:30:13.305Z | Checking ordered-float v2.10.1 |
| 2818 | 2026-05-22T21:30:13.580Z | Compiling dropshot_endpoint v0.16.7 |
| 2819 | 2026-05-22T21:30:13.848Z | Checking serde-value v0.7.0 |
| 2820 | 2026-05-22T21:30:14.100Z | Checking serde-untagged v0.1.9 |
| 2821 | 2026-05-22T21:30:14.337Z | Checking tokio-rustls v0.24.1 |
| 2822 | 2026-05-22T21:30:14.831Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-05-22T21:30:15.662Z | Checking rustls-pemfile v1.0.4 |
| 2824 | 2026-05-22T21:30:15.710Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2825 | 2026-05-22T21:30:15.749Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2826 | 2026-05-22T21:30:15.825Z | Checking twox-hash v2.1.2 |
| 2827 | 2026-05-22T21:30:15.885Z | Checking unicode-xid v0.2.6 |
| 2828 | 2026-05-22T21:30:16.015Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2829 | 2026-05-22T21:30:16.048Z | Checking cargo-util-schemas v0.8.2 |
| 2830 | 2026-05-22T21:30:16.151Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2831 | 2026-05-22T21:30:16.959Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2832 | 2026-05-22T21:30:17.272Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2833 | 2026-05-22T21:30:17.340Z | Checking fatfs v0.3.6 |
| 2834 | 2026-05-22T21:30:17.460Z | Checking cargo-platform v0.2.0 |
| 2835 | 2026-05-22T21:30:17.675Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2836 | 2026-05-22T21:30:17.711Z | Compiling petname v2.0.2 |
| 2837 | 2026-05-22T21:30:17.810Z | Compiling seq-macro v0.3.6 |
| 2838 | 2026-05-22T21:30:18.344Z | Checking cargo_metadata v0.21.0 |
| 2839 | 2026-05-22T21:30:18.380Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2840 | 2026-05-22T21:30:19.043Z | Checking concurrent-queue v2.5.0 |
| 2841 | 2026-05-22T21:30:19.159Z | Checking rtoolbox v0.0.3 |
| 2842 | 2026-05-22T21:30:19.267Z | Checking parking v2.2.1 |
| 2843 | 2026-05-22T21:30:19.326Z | Checking rpassword v7.4.0 |
| 2844 | 2026-05-22T21:30:19.415Z | Checking event-listener v5.4.1 |
| 2845 | 2026-05-22T21:30:19.663Z | Checking tui-tree-widget v0.23.1 |
| 2846 | 2026-05-22T21:30:19.875Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2847 | 2026-05-22T21:30:19.909Z | Checking polyval v0.6.2 |
| 2848 | 2026-05-22T21:30:20.070Z | Checking sapling-renderdag v0.1.0 |
| 2849 | 2026-05-22T21:30:20.108Z | Checking sync-ptr v0.1.4 |
| 2850 | 2026-05-22T21:30:20.258Z | Checking ghash v0.5.1 |
| 2851 | 2026-05-22T21:30:20.326Z | Compiling samael v0.0.19 |
| 2852 | 2026-05-22T21:30:20.361Z | Checking event-listener-strategy v0.5.4 |
| 2853 | 2026-05-22T21:30:20.395Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2854 | 2026-05-22T21:30:20.427Z | Checking ctr v0.9.2 |
| 2855 | 2026-05-22T21:30:20.526Z | Checking futures-timer v3.0.3 |
| 2856 | 2026-05-22T21:30:20.617Z | Checking arrayref v0.3.9 |
| 2857 | 2026-05-22T21:30:20.651Z | Checking constant_time_eq v0.4.2 |
| 2858 | 2026-05-22T21:30:20.720Z | Checking arrayvec v0.7.6 |
| 2859 | 2026-05-22T21:30:20.754Z | Checking aes-gcm v0.10.3 |
| 2860 | 2026-05-22T21:30:20.861Z | Checking async-lock v3.4.2 |
| 2861 | 2026-05-22T21:30:20.933Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2862 | 2026-05-22T21:30:20.937Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2863 | 2026-05-22T21:30:21.281Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2864 | 2026-05-22T21:30:21.945Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2865 | 2026-05-22T21:30:21.982Z | Checking ssh-encoding v0.2.0 |
| 2866 | 2026-05-22T21:30:22.197Z | Checking blowfish v0.9.1 |
| 2867 | 2026-05-22T21:30:22.378Z | Checking bcrypt-pbkdf v0.10.0 |
| 2868 | 2026-05-22T21:30:22.572Z | Checking ssh-cipher v0.2.0 |
| 2869 | 2026-05-22T21:30:22.774Z | Checking async-object-pool v0.2.0 |
| 2870 | 2026-05-22T21:30:22.918Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2871 | 2026-05-22T21:30:23.126Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2872 | 2026-05-22T21:30:23.302Z | Checking serde_regex v1.1.0 |
| 2873 | 2026-05-22T21:30:23.521Z | Checking password-hash v0.4.2 |
| 2874 | 2026-05-22T21:30:23.634Z | Checking assert-json-diff v2.0.2 |
| 2875 | 2026-05-22T21:30:23.771Z | Checking path-tree v0.8.3 |
| 2876 | 2026-05-22T21:30:23.812Z | Compiling target-lexicon v0.13.3 |
| 2877 | 2026-05-22T21:30:23.845Z | Checking gimli v0.32.3 |
| 2878 | 2026-05-22T21:30:23.985Z | Checking stringmetrics v2.2.2 |
| 2879 | 2026-05-22T21:30:24.166Z | Checking httpmock v0.8.3 |
| 2880 | 2026-05-22T21:30:24.384Z | Checking pbkdf2 v0.11.0 |
| 2881 | 2026-05-22T21:30:24.586Z | Checking ssh-key v0.6.7 |
| 2882 | 2026-05-22T21:30:25.414Z | Checking addr2line v0.25.1 |
| 2883 | 2026-05-22T21:30:25.708Z | Checking p521 v0.13.3 |
| 2884 | 2026-05-22T21:30:26.339Z | Checking p256 v0.13.2 |
| 2885 | 2026-05-22T21:30:26.342Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2886 | 2026-05-22T21:30:26.570Z | Checking russh-cryptovec v0.7.3 |
| 2887 | 2026-05-22T21:30:26.620Z | Checking rustc-demangle v0.1.27 |
| 2888 | 2026-05-22T21:30:26.654Z | Compiling guppy-workspace-hack v0.1.0 |
| 2889 | 2026-05-22T21:30:26.736Z | Checking md5 v0.7.0 |
| 2890 | 2026-05-22T21:30:26.899Z | Checking backtrace v0.3.76 |
| 2891 | 2026-05-22T21:30:26.944Z | Checking russh-keys v0.45.0 |
| 2892 | 2026-05-22T21:30:27.190Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2893 | 2026-05-22T21:30:27.224Z | Checking num-bigint v0.4.6 |
| 2894 | 2026-05-22T21:30:27.258Z | Checking des v0.8.1 |
| 2895 | 2026-05-22T21:30:27.447Z | Compiling blake3 v1.8.3 |
| 2896 | 2026-05-22T21:30:27.570Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2897 | 2026-05-22T21:30:27.662Z | Compiling target-spec v3.5.7 |
| 2898 | 2026-05-22T21:30:28.004Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2899 | 2026-05-22T21:30:28.208Z | Checking russh v0.45.0 |
| 2900 | 2026-05-22T21:30:28.250Z | Checking backtrace-ext v0.2.1 |
| 2901 | 2026-05-22T21:30:28.340Z | Checking cfg-expr v0.20.6 |
| 2902 | 2026-05-22T21:30:28.500Z | Checking supports-color v2.1.0 |
| 2903 | 2026-05-22T21:30:28.665Z | Checking textwrap v0.15.2 |
| 2904 | 2026-05-22T21:30:28.668Z | Checking supports-unicode v2.1.0 |
| 2905 | 2026-05-22T21:30:28.781Z | Checking supports-hyperlinks v2.1.0 |
| 2906 | 2026-05-22T21:30:28.845Z | Checking hashbrown v0.14.5 |
| 2907 | 2026-05-22T21:30:28.903Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2908 | 2026-05-22T21:30:28.936Z | Checking cargo-platform v0.3.2 |
| 2909 | 2026-05-22T21:30:29.132Z | Checking terminal_size v0.1.17 |
| 2910 | 2026-05-22T21:30:29.166Z | Checking socket2 v0.5.10 |
| 2911 | 2026-05-22T21:30:29.275Z | Compiling miette-derive v5.10.0 |
| 2912 | 2026-05-22T21:30:29.351Z | Checking owo-colors v3.5.0 |
| 2913 | 2026-05-22T21:30:29.447Z | Checking internet-checksum v0.2.1 |
| 2914 | 2026-05-22T21:30:29.600Z | Checking chumsky v0.9.3 |
| 2915 | 2026-05-22T21:30:29.906Z | Checking cargo_metadata v0.23.1 |
| 2916 | 2026-05-22T21:30:30.426Z | Checking miette v5.10.0 |
| 2917 | 2026-05-22T21:30:30.680Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2918 | 2026-05-22T21:30:30.714Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2919 | 2026-05-22T21:30:30.903Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2920 | 2026-05-22T21:30:30.936Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2921 | 2026-05-22T21:30:31.147Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2922 | 2026-05-22T21:30:31.243Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2923 | 2026-05-22T21:30:31.425Z | Compiling knuffel-derive v3.2.0 |
| 2924 | 2026-05-22T21:30:31.511Z | Checking httptest v0.16.4 |
| 2925 | 2026-05-22T21:30:31.683Z | Checking pathdiff v0.2.3 |
| 2926 | 2026-05-22T21:30:31.823Z | Checking nested v0.1.1 |
| 2927 | 2026-05-22T21:30:31.898Z | Checking topological-sort v0.2.2 |
| 2928 | 2026-05-22T21:30:31.989Z | Checking guppy v0.17.25 |
| 2929 | 2026-05-22T21:30:32.067Z | Checking omicron-zone-package v0.12.2 |
| 2930 | 2026-05-22T21:30:32.101Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2931 | 2026-05-22T21:30:32.362Z | Checking similar-asserts v1.7.0 |
| 2932 | 2026-05-22T21:30:32.547Z | Compiling target-triple v1.0.0 |
| 2933 | 2026-05-22T21:30:32.866Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2934 | 2026-05-22T21:30:32.943Z | Compiling git2 v0.20.4 |
| 2935 | 2026-05-22T21:30:32.946Z | Checking knuffel v3.2.0 |
| 2936 | 2026-05-22T21:30:33.011Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-05-22T21:30:33.078Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-05-22T21:30:33.110Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-05-22T21:30:33.337Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2940 | 2026-05-22T21:30:33.661Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-05-22T21:30:33.974Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-05-22T21:30:34.009Z | Checking escape8259 v0.5.3 |
| 2943 | 2026-05-22T21:30:34.173Z | Compiling assert_cmd v2.1.2 |
| 2944 | 2026-05-22T21:30:34.214Z | Checking libtest-mimic v0.8.1 |
| 2945 | 2026-05-22T21:30:34.562Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2946 | 2026-05-22T21:30:34.645Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2947 | 2026-05-22T21:30:34.702Z | Checking blake2b_simd v1.0.4 |
| 2948 | 2026-05-22T21:30:34.863Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2949 | 2026-05-22T21:30:35.298Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2950 | 2026-05-22T21:30:35.358Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2951 | 2026-05-22T21:30:35.551Z | Compiling polar-core v0.27.3 |
| 2952 | 2026-05-22T21:30:35.708Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2953 | 2026-05-22T21:30:35.745Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2954 | 2026-05-22T21:30:35.938Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2955 | 2026-05-22T21:30:36.008Z | Checking fancy-regex v0.14.0 |
| 2956 | 2026-05-22T21:30:36.176Z | Checking serde_tokenstream v0.2.3 |
| 2957 | 2026-05-22T21:30:36.297Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2958 | 2026-05-22T21:30:36.332Z | Checking approx v0.5.1 |
| 2959 | 2026-05-22T21:30:36.395Z | Compiling rstest_macros v0.25.0 |
| 2960 | 2026-05-22T21:30:36.428Z | Checking uzers v0.12.2 |
| 2961 | 2026-05-22T21:30:36.492Z | Checking constant_time_eq v0.3.1 |
| 2962 | 2026-05-22T21:30:36.625Z | Checking termcolor v1.4.1 |
| 2963 | 2026-05-22T21:30:36.664Z | Compiling linkme-impl v0.3.35 |
| 2964 | 2026-05-22T21:30:36.809Z | Checking rust-argon2 v2.1.0 |
| 2965 | 2026-05-22T21:30:36.862Z | Checking trybuild v1.0.116 |
| 2966 | 2026-05-22T21:30:37.054Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-05-22T21:30:37.437Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-05-22T21:30:37.472Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-05-22T21:30:37.767Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-05-22T21:30:37.800Z | Checking support-bundle-viewer v0.1.2 |
| 2971 | 2026-05-22T21:30:38.070Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2972 | 2026-05-22T21:30:38.303Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2973 | 2026-05-22T21:30:38.475Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2974 | 2026-05-22T21:30:38.573Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2975 | 2026-05-22T21:30:38.707Z | Checking drift v0.1.4 |
| 2976 | 2026-05-22T21:30:38.809Z | Checking rand_distr v0.5.1 |
| 2977 | 2026-05-22T21:30:39.048Z | Checking multimap v0.10.1 |
| 2978 | 2026-05-22T21:30:39.266Z | Compiling relative-path v1.9.3 |
| 2979 | 2026-05-22T21:30:39.270Z | Compiling linkme v0.3.35 |
| 2980 | 2026-05-22T21:30:39.695Z | Checking dropshot-api-manager v0.7.1 |
| 2981 | 2026-05-22T21:30:40.614Z | Checking oso v0.27.3 |
| 2982 | 2026-05-22T21:30:40.933Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2983 | 2026-05-22T21:30:41.320Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-05-22T21:30:41.481Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-05-22T21:30:41.534Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-05-22T21:30:41.751Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-05-22T21:30:41.849Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-05-22T21:30:42.200Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-05-22T21:30:42.239Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-05-22T21:30:42.366Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-05-22T21:30:42.403Z | Checking partial-io v0.5.4 |
| 2992 | 2026-05-22T21:30:42.544Z | Checking termios v0.3.3 |
| 2993 | 2026-05-22T21:30:42.646Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-05-22T21:30:42.836Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2995 | 2026-05-22T21:30:42.937Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2996 | 2026-05-22T21:30:43.071Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2997 | 2026-05-22T21:30:43.384Z | Checking rstest v0.25.0 |
| 2998 | 2026-05-22T21:30:47.677Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-05-22T21:30:51.152Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-05-22T21:30:52.062Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3001 | 2026-05-22T21:30:55.264Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3002 | 2026-05-22T21:30:58.808Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3003 | 2026-05-22T21:31:04.892Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3004 | 2026-05-22T21:31:07.753Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3005 | 2026-05-22T21:31:08.660Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3006 | 2026-05-22T21:31:08.792Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3007 | 2026-05-22T21:31:11.663Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3008 | 2026-05-22T21:31:19.189Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3009 | 2026-05-22T21:32:34.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s |
| 3010 | 2026-05-22T21:32:34.838Z | |
| 3011 | 2026-05-22T21:32:34.838Z | real 4:07.479897225 |
| 3012 | 2026-05-22T21:32:34.838Z | user 20:57.777022525 |
| 3013 | 2026-05-22T21:32:34.838Z | sys 4:53.021563393 |
| 3014 | 2026-05-22T21:32:34.838Z | trap 0.503136508 |
| 3015 | 2026-05-22T21:32:34.838Z | tflt 1.151391124 |
| 3016 | 2026-05-22T21:32:34.838Z | dflt 0.619273957 |
| 3017 | 2026-05-22T21:32:34.838Z | kflt 0.034572093 |
| 3018 | 2026-05-22T21:32:34.838Z | lock 57:40.851017285 |
| 3019 | 2026-05-22T21:32:34.838Z | slp 57:34.831901935 |
| 3020 | 2026-05-22T21:32:34.838Z | lat 1:49.891605159 |
| 3021 | 2026-05-22T21:32:34.838Z | stop 11:05.329393217 |
| 3022 | 2026-05-22T21:32:34.841Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3023 | 2026-05-22T21:32:34.841Z | + ptime -m cargo doc --workspace --no-deps |
| 3024 | 2026-05-22T21:32:35.714Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3025 | 2026-05-22T21:32:35.714Z | | |
| 3026 | 2026-05-22T21:32:35.714Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3027 | 2026-05-22T21:32:35.714Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3028 | 2026-05-22T21:32:36.692Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-05-22T21:32:36.923Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3030 | 2026-05-22T21:32:36.968Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3031 | 2026-05-22T21:32:37.034Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3032 | 2026-05-22T21:32:37.150Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3033 | 2026-05-22T21:32:37.198Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3034 | 2026-05-22T21:32:37.228Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3035 | 2026-05-22T21:32:37.231Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3036 | 2026-05-22T21:32:37.303Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3037 | 2026-05-22T21:32:37.424Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3038 | 2026-05-22T21:32:37.467Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3039 | 2026-05-22T21:32:37.505Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3040 | 2026-05-22T21:32:37.531Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3041 | 2026-05-22T21:32:37.586Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3042 | 2026-05-22T21:32:37.608Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3043 | 2026-05-22T21:32:37.631Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3044 | 2026-05-22T21:32:37.655Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-05-22T21:32:37.702Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3046 | 2026-05-22T21:32:37.702Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3047 | 2026-05-22T21:32:37.749Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3048 | 2026-05-22T21:32:38.057Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3049 | 2026-05-22T21:32:38.293Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3050 | 2026-05-22T21:32:38.397Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3051 | 2026-05-22T21:32:38.444Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3052 | 2026-05-22T21:32:38.491Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3053 | 2026-05-22T21:32:38.545Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3054 | 2026-05-22T21:32:38.680Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3055 | 2026-05-22T21:32:38.706Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3056 | 2026-05-22T21:32:38.776Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3057 | 2026-05-22T21:32:38.868Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3058 | 2026-05-22T21:32:38.914Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3059 | 2026-05-22T21:32:39.050Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3060 | 2026-05-22T21:32:39.140Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3061 | 2026-05-22T21:32:39.168Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3062 | 2026-05-22T21:32:39.331Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3063 | 2026-05-22T21:32:39.392Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3064 | 2026-05-22T21:32:39.421Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3065 | 2026-05-22T21:32:39.602Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3066 | 2026-05-22T21:32:39.842Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3067 | 2026-05-22T21:32:40.093Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3068 | 2026-05-22T21:32:40.174Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3069 | 2026-05-22T21:32:40.200Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3070 | 2026-05-22T21:32:40.266Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3071 | 2026-05-22T21:32:40.437Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3072 | 2026-05-22T21:32:40.460Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3073 | 2026-05-22T21:32:40.688Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3074 | 2026-05-22T21:32:40.716Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3075 | 2026-05-22T21:32:40.743Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3076 | 2026-05-22T21:32:40.770Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3077 | 2026-05-22T21:32:40.981Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3078 | 2026-05-22T21:32:40.981Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3079 | 2026-05-22T21:32:41.053Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3080 | 2026-05-22T21:32:41.053Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3081 | 2026-05-22T21:32:41.243Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3082 | 2026-05-22T21:32:41.269Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3083 | 2026-05-22T21:32:41.274Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3084 | 2026-05-22T21:32:41.314Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3085 | 2026-05-22T21:32:41.339Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3086 | 2026-05-22T21:32:41.445Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3087 | 2026-05-22T21:32:41.711Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3088 | 2026-05-22T21:32:41.895Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3089 | 2026-05-22T21:32:42.042Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3090 | 2026-05-22T21:32:42.336Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3091 | 2026-05-22T21:32:42.361Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3092 | 2026-05-22T21:32:42.560Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3093 | 2026-05-22T21:32:42.797Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3094 | 2026-05-22T21:32:42.849Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3095 | 2026-05-22T21:32:42.852Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3096 | 2026-05-22T21:32:43.104Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3097 | 2026-05-22T21:32:43.246Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3098 | 2026-05-22T21:32:43.369Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3099 | 2026-05-22T21:32:43.554Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3100 | 2026-05-22T21:32:43.972Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3101 | 2026-05-22T21:32:44.016Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3102 | 2026-05-22T21:32:44.280Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3103 | 2026-05-22T21:32:44.672Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3104 | 2026-05-22T21:32:45.015Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3105 | 2026-05-22T21:32:45.064Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3106 | 2026-05-22T21:32:45.353Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3107 | 2026-05-22T21:32:45.401Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3108 | 2026-05-22T21:32:45.439Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3109 | 2026-05-22T21:32:45.611Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3110 | 2026-05-22T21:32:45.782Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3111 | 2026-05-22T21:32:45.868Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3112 | 2026-05-22T21:32:46.067Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3113 | 2026-05-22T21:32:46.104Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3114 | 2026-05-22T21:32:46.217Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3115 | 2026-05-22T21:32:46.332Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3116 | 2026-05-22T21:32:46.473Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3117 | 2026-05-22T21:32:46.498Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3118 | 2026-05-22T21:32:46.523Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3119 | 2026-05-22T21:32:46.698Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3120 | 2026-05-22T21:32:46.721Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3121 | 2026-05-22T21:32:46.799Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3122 | 2026-05-22T21:32:46.822Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3123 | 2026-05-22T21:32:46.845Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3124 | 2026-05-22T21:32:46.885Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3125 | 2026-05-22T21:32:47.021Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3126 | 2026-05-22T21:32:47.080Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3127 | 2026-05-22T21:32:47.134Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3128 | 2026-05-22T21:32:47.178Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3129 | 2026-05-22T21:32:47.202Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3130 | 2026-05-22T21:32:47.317Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3131 | 2026-05-22T21:32:47.406Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3132 | 2026-05-22T21:32:47.491Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3133 | 2026-05-22T21:32:47.528Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3134 | 2026-05-22T21:32:47.615Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3135 | 2026-05-22T21:32:47.736Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3136 | 2026-05-22T21:32:47.965Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3137 | 2026-05-22T21:32:47.988Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3138 | 2026-05-22T21:32:48.372Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3139 | 2026-05-22T21:32:48.443Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3140 | 2026-05-22T21:32:48.469Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3141 | 2026-05-22T21:32:48.535Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3142 | 2026-05-22T21:32:49.341Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3143 | 2026-05-22T21:32:49.911Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3144 | 2026-05-22T21:32:50.070Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3145 | 2026-05-22T21:32:50.719Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3146 | 2026-05-22T21:32:50.826Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3147 | 2026-05-22T21:32:51.109Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3148 | 2026-05-22T21:32:51.197Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3149 | 2026-05-22T21:32:51.582Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3150 | 2026-05-22T21:32:51.986Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3151 | 2026-05-22T21:32:52.041Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3152 | 2026-05-22T21:32:52.126Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3153 | 2026-05-22T21:32:52.291Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3154 | 2026-05-22T21:32:52.294Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3155 | 2026-05-22T21:32:52.609Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3156 | 2026-05-22T21:32:52.855Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3157 | 2026-05-22T21:32:52.884Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3158 | 2026-05-22T21:32:53.348Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3159 | 2026-05-22T21:32:53.937Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3160 | 2026-05-22T21:32:53.983Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3161 | 2026-05-22T21:32:54.085Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3162 | 2026-05-22T21:32:54.845Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3163 | 2026-05-22T21:32:55.012Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3164 | 2026-05-22T21:32:55.419Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3165 | 2026-05-22T21:32:55.841Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3166 | 2026-05-22T21:32:56.382Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3167 | 2026-05-22T21:32:57.033Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3168 | 2026-05-22T21:32:57.147Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-05-22T21:32:57.469Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3170 | 2026-05-22T21:32:57.597Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3171 | 2026-05-22T21:32:57.621Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3172 | 2026-05-22T21:32:57.725Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3173 | 2026-05-22T21:32:57.887Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3174 | 2026-05-22T21:32:58.073Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-05-22T21:32:58.076Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3176 | 2026-05-22T21:32:58.574Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3177 | 2026-05-22T21:32:58.847Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3178 | 2026-05-22T21:32:59.268Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3179 | 2026-05-22T21:32:59.433Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3180 | 2026-05-22T21:32:59.479Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3181 | 2026-05-22T21:32:59.622Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3182 | 2026-05-22T21:33:00.026Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3183 | 2026-05-22T21:33:00.170Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3184 | 2026-05-22T21:33:00.977Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3185 | 2026-05-22T21:33:01.589Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3186 | 2026-05-22T21:33:03.596Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3187 | 2026-05-22T21:33:03.669Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3188 | 2026-05-22T21:33:05.466Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3189 | 2026-05-22T21:33:05.813Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3190 | 2026-05-22T21:33:06.083Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3191 | 2026-05-22T21:33:06.233Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-05-22T21:33:06.494Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3193 | 2026-05-22T21:33:06.860Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3194 | 2026-05-22T21:33:07.062Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3195 | 2026-05-22T21:33:07.146Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3196 | 2026-05-22T21:33:07.206Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3197 | 2026-05-22T21:33:07.634Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3198 | 2026-05-22T21:33:07.712Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-05-22T21:33:07.783Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3200 | 2026-05-22T21:33:07.849Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3201 | 2026-05-22T21:33:07.981Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3202 | 2026-05-22T21:33:08.339Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3203 | 2026-05-22T21:33:08.388Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3204 | 2026-05-22T21:33:08.567Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3205 | 2026-05-22T21:33:09.224Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3206 | 2026-05-22T21:33:09.290Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3207 | 2026-05-22T21:33:09.401Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3208 | 2026-05-22T21:33:10.488Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3209 | 2026-05-22T21:33:10.657Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3210 | 2026-05-22T21:33:11.219Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3211 | 2026-05-22T21:33:11.911Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3212 | 2026-05-22T21:33:12.263Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3213 | 2026-05-22T21:33:12.790Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3214 | 2026-05-22T21:33:14.285Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3215 | 2026-05-22T21:33:15.587Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3216 | 2026-05-22T21:33:15.641Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-05-22T21:33:16.299Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3218 | 2026-05-22T21:33:16.954Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3219 | 2026-05-22T21:33:17.154Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3220 | 2026-05-22T21:33:19.714Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3221 | 2026-05-22T21:33:20.061Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3222 | 2026-05-22T21:33:20.842Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3223 | 2026-05-22T21:33:21.218Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3224 | 2026-05-22T21:33:21.745Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3225 | 2026-05-22T21:33:23.481Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3226 | 2026-05-22T21:33:24.287Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3227 | 2026-05-22T21:33:24.387Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3228 | 2026-05-22T21:33:25.698Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3229 | 2026-05-22T21:33:26.071Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-05-22T21:33:27.476Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3231 | 2026-05-22T21:33:28.291Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3232 | 2026-05-22T21:33:29.819Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3233 | 2026-05-22T21:33:32.255Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3234 | 2026-05-22T21:33:33.160Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3235 | 2026-05-22T21:33:33.629Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3236 | 2026-05-22T21:33:34.455Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3237 | 2026-05-22T21:33:35.844Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3238 | 2026-05-22T21:33:36.202Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3239 | 2026-05-22T21:33:36.618Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3240 | 2026-05-22T21:33:37.817Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3241 | 2026-05-22T21:33:38.599Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3242 | 2026-05-22T21:33:39.468Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3243 | 2026-05-22T21:33:39.858Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3244 | 2026-05-22T21:33:40.315Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3245 | 2026-05-22T21:33:41.185Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3246 | 2026-05-22T21:33:42.578Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3247 | 2026-05-22T21:33:42.675Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3248 | 2026-05-22T21:33:43.926Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3249 | 2026-05-22T21:33:45.678Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3250 | 2026-05-22T21:33:46.358Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3251 | 2026-05-22T21:33:48.223Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3252 | 2026-05-22T21:33:50.383Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3253 | 2026-05-22T21:33:50.515Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3254 | 2026-05-22T21:33:51.370Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3255 | 2026-05-22T21:33:52.404Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3256 | 2026-05-22T21:33:53.945Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3257 | 2026-05-22T21:33:55.088Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3258 | 2026-05-22T21:33:56.096Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3259 | 2026-05-22T21:33:57.376Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3260 | 2026-05-22T21:33:58.562Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3261 | 2026-05-22T21:34:00.034Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3262 | 2026-05-22T21:34:01.163Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3263 | 2026-05-22T21:34:03.573Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3264 | 2026-05-22T21:34:04.260Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3265 | 2026-05-22T21:34:05.984Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3266 | 2026-05-22T21:34:08.886Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3267 | 2026-05-22T21:34:12.051Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3268 | 2026-05-22T21:34:13.644Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3269 | 2026-05-22T21:34:15.215Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3270 | 2026-05-22T21:34:18.758Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3271 | 2026-05-22T21:34:19.891Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3272 | 2026-05-22T21:34:20.709Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3273 | 2026-05-22T21:34:21.420Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3274 | 2026-05-22T21:34:23.423Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3275 | 2026-05-22T21:34:24.989Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3276 | 2026-05-22T21:34:26.706Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3277 | 2026-05-22T21:34:28.713Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3278 | 2026-05-22T21:34:30.349Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3279 | 2026-05-22T21:34:32.359Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3280 | 2026-05-22T21:34:33.738Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3281 | 2026-05-22T21:34:35.413Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3282 | 2026-05-22T21:34:37.115Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3283 | 2026-05-22T21:34:38.761Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3284 | 2026-05-22T21:34:40.187Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3285 | 2026-05-22T21:34:42.263Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3286 | 2026-05-22T21:34:43.990Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3287 | 2026-05-22T21:34:45.722Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3288 | 2026-05-22T21:34:47.480Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3289 | 2026-05-22T21:34:49.237Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3290 | 2026-05-22T21:34:50.960Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3291 | 2026-05-22T21:34:52.902Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3292 | 2026-05-22T21:34:54.959Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3293 | 2026-05-22T21:34:56.914Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3294 | 2026-05-22T21:34:58.744Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3295 | 2026-05-22T21:35:00.478Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3296 | 2026-05-22T21:35:03.317Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3297 | 2026-05-22T21:35:04.737Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3298 | 2026-05-22T21:35:08.418Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3299 | 2026-05-22T21:35:09.508Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3300 | 2026-05-22T21:35:09.917Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3301 | 2026-05-22T21:35:13.872Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3302 | 2026-05-22T21:35:16.078Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3303 | 2026-05-22T21:35:18.273Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3304 | 2026-05-22T21:35:20.506Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3305 | 2026-05-22T21:35:22.681Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3306 | 2026-05-22T21:35:24.882Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3307 | 2026-05-22T21:35:27.183Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3308 | 2026-05-22T21:35:29.758Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3309 | 2026-05-22T21:35:31.734Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3310 | 2026-05-22T21:35:33.642Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3311 | 2026-05-22T21:35:35.831Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3312 | 2026-05-22T21:35:38.007Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3313 | 2026-05-22T21:35:40.248Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3314 | 2026-05-22T21:35:42.484Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3315 | 2026-05-22T21:35:44.614Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3316 | 2026-05-22T21:35:46.852Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3317 | 2026-05-22T21:35:49.119Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3318 | 2026-05-22T21:35:51.366Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3319 | 2026-05-22T21:35:53.581Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3320 | 2026-05-22T21:35:55.861Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3321 | 2026-05-22T21:35:58.116Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3322 | 2026-05-22T21:36:00.366Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3323 | 2026-05-22T21:36:02.566Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3324 | 2026-05-22T21:36:04.957Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3325 | 2026-05-22T21:36:07.170Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3326 | 2026-05-22T21:36:09.546Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3327 | 2026-05-22T21:36:11.736Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3328 | 2026-05-22T21:36:13.997Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3329 | 2026-05-22T21:36:16.911Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3330 | 2026-05-22T21:36:19.193Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3331 | 2026-05-22T21:36:21.515Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3332 | 2026-05-22T21:36:23.822Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3333 | 2026-05-22T21:36:26.306Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3334 | 2026-05-22T21:36:28.655Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3335 | 2026-05-22T21:36:31.125Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3336 | 2026-05-22T21:36:33.657Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3337 | 2026-05-22T21:36:36.044Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3338 | 2026-05-22T21:36:38.440Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3339 | 2026-05-22T21:36:40.907Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3340 | 2026-05-22T21:36:43.518Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3341 | 2026-05-22T21:36:45.930Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3342 | 2026-05-22T21:36:48.478Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3343 | 2026-05-22T21:36:51.163Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3344 | 2026-05-22T21:36:53.663Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3345 | 2026-05-22T21:36:56.136Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3346 | 2026-05-22T21:36:58.545Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3347 | 2026-05-22T21:37:01.126Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3348 | 2026-05-22T21:37:03.721Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3349 | 2026-05-22T21:37:06.680Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3350 | 2026-05-22T21:37:09.087Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3351 | 2026-05-22T21:37:11.675Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3352 | 2026-05-22T21:37:19.139Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3353 | 2026-05-22T21:37:19.359Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3354 | 2026-05-22T21:37:22.783Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3355 | 2026-05-22T21:37:26.042Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3356 | 2026-05-22T21:37:30.682Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3357 | 2026-05-22T21:37:33.651Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3358 | 2026-05-22T21:37:37.182Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3359 | 2026-05-22T21:37:40.781Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3360 | 2026-05-22T21:37:44.318Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3361 | 2026-05-22T21:37:48.045Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3362 | 2026-05-22T21:37:51.622Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3363 | 2026-05-22T21:37:55.298Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3364 | 2026-05-22T21:37:58.916Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3365 | 2026-05-22T21:38:02.571Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3366 | 2026-05-22T21:38:06.189Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3367 | 2026-05-22T21:38:09.956Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3368 | 2026-05-22T21:38:13.531Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3369 | 2026-05-22T21:38:17.172Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3370 | 2026-05-22T21:38:20.878Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3371 | 2026-05-22T21:38:24.405Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3372 | 2026-05-22T21:38:28.075Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3373 | 2026-05-22T21:38:31.721Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3374 | 2026-05-22T21:38:35.294Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3375 | 2026-05-22T21:38:39.173Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3376 | 2026-05-22T21:39:08.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 33s |
| 3377 | 2026-05-22T21:39:08.343Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3378 | 2026-05-22T21:39:08.451Z | |
| 3379 | 2026-05-22T21:39:08.454Z | real 6:33.520477704 |
| 3380 | 2026-05-22T21:39:08.454Z | user 17:36.468653112 |
| 3381 | 2026-05-22T21:39:08.454Z | sys 3:44.870931588 |
| 3382 | 2026-05-22T21:39:08.455Z | trap 0.254616760 |
| 3383 | 2026-05-22T21:39:08.455Z | tflt 0.049077940 |
| 3384 | 2026-05-22T21:39:08.455Z | dflt 0.040785250 |
| 3385 | 2026-05-22T21:39:08.455Z | kflt 0.000052950 |
| 3386 | 2026-05-22T21:39:08.455Z | lock 6:07:31.943559777 |
| 3387 | 2026-05-22T21:39:08.455Z | slp 2:11:58.049414641 |
| 3388 | 2026-05-22T21:39:08.455Z | lat 40.583887169 |
| 3389 | 2026-05-22T21:39:08.455Z | stop 1:57.674157769 |
| 3390 | 2026-05-22T21:39:08.455Z | process exited: duration 777059 ms, exit code 0 |
| |
| 3391 | 2026-05-22T21:39:08.462Z | found 0 output files |